@charset "UTF-8";

.wysiwyg h2 {
	font-size: 25.6px;
	font-size: 1.6rem;
	margin: 30px 0;
	line-height: 1.4
}
.wysiwyg h3 {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 20px 0;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
	position: relative;
	line-height: 1.4
}
.wysiwyg h3:before {
	content: "";
	background-color: #dd0627;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.wysiwyg h4 {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin: 20px 0;
	line-height: 1.4
}
.wysiwyg li {
	margin-bottom: 20px !important;
}
.wysiwyg p {
	margin-bottom: 30px !important;
}
.wysiwyg .layoutTable {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	margin: 0 auto
}
@media print, screen and (max-width:1000px) {
.wysiwyg .layoutTable {
	width: 100%!important
}
}
.wysiwyg .layoutTable tr th {
	text-align: left;
	background-color: #f5f5f5;
	padding: 0;
	vertical-align: top;
	font-weight: 400
}
@media print, screen and (max-width:1000px) {
.wysiwyg .layoutTable tr th {
	display: block;
	width: 100%;
	float: left
}
}
.wysiwyg .layoutTable tr td {
	background-color: #fff;
	padding: 0;
	vertical-align: top
}
@media print, screen and (max-width:1000px) {
.wysiwyg .layoutTable tr td {
	display: block;
	width: 100%;
	float: left
}
}
.wysiwyg .layoutTable tr>:nth-of-type(n+2) {
	padding-left: 15px
}
@media print, screen and (max-width:1000px) {
.wysiwyg .layoutTable tr>:nth-of-type(n+2) {
	padding-left: 0;
	padding-top: 10px
}
}
.wysiwyg .layoutTable tr:nth-of-type(n+2)>* {
	padding-top: 10px
}
.wysiwyg .table2 {
	width: 100%;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed
}
.wysiwyg .table2 tr {
	border-top: 1px solid #d9d9d9
}
.wysiwyg .table2 tr:last-of-type {
	border-bottom: 1px solid #d9d9d9
}
@media print, screen and (max-width:1000px) {
.wysiwyg .table2 tr>:first-of-type {
	border-top: 0 solid #d9d9d9
}
}
.wysiwyg .table2 tr th {
	padding: 15px;
	text-align: left;
	background-color: #f5f5f5;
	border-left: 1px solid #d9d9d9;
	font-weight: 400
}
@media print, screen and (max-width:1000px) {
.wysiwyg .table2 tr th {
	display: block;
	width: 100%;
	float: left;
	border-left: 0 solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}
}
.wysiwyg .table2 tr td {
	padding: 15px;
	background-color: #fff;
	border-left: 1px solid #d9d9d9
}
@media print, screen and (max-width:1000px) {
.wysiwyg .table2 tr td {
	display: block;
	width: 100%;
	float: left;
	border-left: 0 solid #d9d9d9;
	border-top: 1px solid #d9d9d9
}
}
.wysiwyg .sp-table2 {
	display: block;
	border: 0;
	border-top: 1px solid #999
}
.wysiwyg .sp-table2>div {
	display: block;
	border-bottom: 1px solid #999
}
.wysiwyg .sp-table2>div h5 {
	padding: .5em;
	background: #ddd;
	border: 0;
	font-weight: 400
}
.wysiwyg .sp-table2>div h5, .wysiwyg .sp-table2>div p {
	text-align: center;
	display: block;
	font-size: 16px;
	font-size: 1rem
}
.wysiwyg .sp-table2>div p {
	margin: 0;
	padding: 1em;
	border-bottom: 0
}
@media print, screen and (max-width:1000px) {
.wysiwyg table:not([class])::-webkit-scrollbar {
height:5px
}
.wysiwyg table:not([class])::-webkit-scrollbar-track {
border-radius:5px;
background:#eee
}
.wysiwyg table:not([class])::-webkit-scrollbar-thumb {
border-radius:5px;
background:#666
}
}
.wysiwyg table:not([class]) {
	width: 100%;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 0 solid #d9d9d9;
	border-bottom: 0 solid #d9d9d9;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed
}
@media print, screen and (max-width:1000px) {
.wysiwyg table:not([class]) {
	overflow-x: scroll;
	display: block;
	table-layout: fixed
}
}
.wysiwyg table:not([class]) ï¼žtr {
	border-top: 1px solid #d9d9d9
}
.wysiwyg table:not([class]) ï¼žtr:last-of-type {
	border-bottom: 1px solid #d9d9d9
}
.wysiwyg table:not([class]) ï¼žtr>:first-of-type {
	border-left: 0 solid #d9d9d9
}
.wysiwyg table:not([class]) ï¼žtr th {
	padding: 15px;
	text-align: left;
	background-color: #f5f5f5;
	border-left: 1px solid #d9d9d9;
	font-weight: 400
}
.wysiwyg table:not([class]) ï¼žtr td {
	padding: 15px;
	background-color: #fff;
	border-left: 1px solid #d9d9d9
}
@media print, screen and (max-width:1000px) {
.wysiwyg table:not([class]) thead {
	min-width: 768px;
	width: 100%;
	display: table;
	table-layout: fixed
}
}
.wysiwyg table:not([class]) thead tr {
	border-top: 1px solid #d9d9d9
}
.wysiwyg table:not([class]) thead tr>:first-of-type {
	border-left: 0 solid #d9d9d9
}
.wysiwyg table:not([class]) thead tr th {
	padding: 15px;
	text-align: left;
	background-color: #f5f5f5;
	border-left: 1px solid #d9d9d9;
	font-weight: 400
}
.wysiwyg table:not([class]) thead tr td {
	padding: 15px;
	background-color: #fff;
	border-left: 1px solid #d9d9d9
}
@media print, screen and (max-width:1000px) {
.wysiwyg table:not([class]) tbody {
	display: table;
	table-layout: fixed;
	min-width: 768px;
	width: 100%
}
}
.wysiwyg table:not([class]) tbody tr {
	border-top: 1px solid #d9d9d9
}
.wysiwyg table:not([class]) tbody tr:last-of-type {
	border-bottom: 1px solid #d9d9d9
}
.wysiwyg table:not([class]) tbody tr>:first-of-type {
	border-left: 0 solid #d9d9d9
}
.wysiwyg table:not([class]) tbody tr th {
	padding: 15px;
	text-align: left;
	background-color: #f5f5f5;
	border-left: 1px solid #d9d9d9;
	font-weight: 400
}
.wysiwyg table:not([class]) tbody tr td {
	padding: 15px;
	background-color: #fff;
	border-left: 1px solid #d9d9d9
}
.wysiwyg .tableText {
	display: none
}
@media print, screen and (max-width:768px) {
.wysiwyg .tableText {
	display: block
}
}
.wysiwyg b {
	font-weight: 600
}
.wysiwyg *+p, .wysiwyg *+table {
	margin-top: 30px
}
.wysiwyg .tableText+table {
	margin-top: 5px
}
.wysiwyg h2+br+p.tableText, .wysiwyg h2+p.tableText, .wysiwyg h3+br+p.tableText, .wysiwyg h3+p.tableText, .wysiwyg h4+br+p.tableText, .wysiwyg h4+p.tableText {
	margin-top: 0
}
.wysiwyg *+.sp-table2 {
	margin-top: 30px
}
.wysiwyg b+br+p.tableText, .wysiwyg b+br+table, .wysiwyg b+p.tableText, .wysiwyg b+table {
	margin-top: 5px
}
.wysiwyg *+ul, .wysiwyg b+.sp-table2, .wysiwyg b+br+.sp-table2 {
	margin-top: 30px
}
.wysiwyg *+ul *+ol, .wysiwyg *+ul *+ul {
	margin-top: 0
}
.wysiwyg *+ol {
	margin-top: 30px
}
.wysiwyg *+ol *+ol, .wysiwyg *+ol *+ul {
	margin-top: 0
}
.wysiwyg .small {
	font-size: 9.6px!important;
font-size:.6rem!important
}
@media print, screen and (max-width:1000px) {
.wysiwyg .pc-area {
	display: none
}
}
.wysiwyg .sp-area {
	display: none
}
@media print, screen and (max-width:1000px) {
.wysiwyg .sp-area {
	display: block
}
}
.x1 {
	text-align: left!important
}
.x2 {
	text-align: center!important
}
.x3 {
	text-align: right!important
}


.swm-PageNavA_List {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.625rem;
	padding-left: 0;
	list-style-type: none
}
@media print, screen and (min-width:768px) {
.swm-PageNavA_List {
	margin-bottom: 2.5rem
}
}
.swm-PageNavA_Item {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	border-left: 1px solid #dadada
}
@media print, screen and (min-width:768px) {
.swm-PageNavA_Item {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	max-width: none;
	margin-right: 0;
margin-bottom:.3125rem
}
.swm-PageNavA_Item:last-of-type {
	border-right: 1px solid #dadada
}
}
.swm-PageNavA_Link {
	display: block;
	position: relative;
padding:.5625rem 0 .5625rem 2.125rem;
	text-decoration: none;
font-size:.875rem;
	font-weight: 600;
	line-height: 1.3;
	color: #df0523;
	transition-duration: .3s
}
@media print, screen and (min-width:768px) {
.swm-PageNavA_Link {
padding:.5625rem 1.5rem .5625rem 2rem;
	border: 0
}
}
.swm-PageNavA_Link:hover {
	text-decoration: underline;
	color: #df0523
}
.swm-PageNavA_Icon {
	position: absolute;
top:.5rem;
left:.5rem;
	font-size: 1.14em;
	color: #df0523
}
.swm-PageNavA_Icon:before {
 font-family:iconfont;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 display:inline-block;
 vertical-align:middle;
 font-style:normal;
 font-variant:normal;
 font-weight:400;
 line-height:1;
 text-decoration:none;
 text-transform:none;
 speak:none;
 content:"▼";
 -webkit-transform:scale(.5);
 -ms-transform:scale(.5);
 transform:scale(.5)
}

.sw-Link {
  text-decoration: underline;
  color: #df0523;
  /* CMS対応 */
}

.sw-Link:hover {
  text-decoration: none;
}