@charset "UTF-8";

/*---------------------------------------------------------*/
/*header*/
/*---------------------------------------------------------*/
header h1 {
	padding: 57px 0;
	background: url(/support/souzoku/img/bg_souzoku_mv.png) no-repeat center center / cover;
}
header h1::before {
	display: none;
}
header .page_link {
	background: #e1e1e1;
	padding: 25px 0;
}
header .page_link ul {
	display: flex;
	justify-content: center;
}
header .page_link ul li {
	width: 304px;
}
header .page_link ul li + li {
	margin-left: 24px;
}
header .page_link ul a {
	background-color: #fff;
	box-shadow: 0 3px 0 #cbcbcb;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: relative;
	width: 100%;
}
header .page_link ul a:after {
	background: url(/support/souzoku/img/icn_souzoku_arrow_btn.png) no-repeat 0 0 / 8px auto;
	content: "";
	display: block;
	width: 8px;
	height: 6px;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -3px;
}
header .page_link ul a:hover {
	box-shadow: none;
	opacity: 1;
}

/* layout.css 打消し */
h3 + p {
	margin-top: 0;
	border-radius: 0;
	border: none;
	font-size: 1.6rem;
	padding: 0;
	line-height: 1.46;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	background: none;
	position: relative;
}
article > section, article > div, article > p a {
	margin: 0 auto;
}
article > section:first-of-type {
	margin: 0 auto;
}
article h2, h3 {
	margin-top: 0;
}
* + h4 {
	margin-top: 40px;
}


article .title_h2 {
	border-bottom: 4px solid #e1e1e1;
	font-size: 4rem;
	color: #333;
	line-height: 1.08;
	letter-spacing: 0;
	margin-top: 40px;
	padding-bottom: 40px;
	text-shadow: 3px 3px 0 rgba(51, 51, 51, .2);
}
article .title_h2:first-letter {
	color: #e9546b;
}
article #area03 .title_h2:first-letter {
	color: #f08300;
}
article .title_h3 {
	border-left: 4px solid #e9546b;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px;
	padding-left: 24px;
	text-align: left;
}
article #area03 .title_h3 {
	border-left-color: #f08300;
}
article * + .title_h3 {
	margin-top: 48px;
}
article .title_h4 {
	border-left: none;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 24px;
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}
article .title_h4 span {
	display: inline-block;
	position: relative;
}
article .title_h4 span:after {
	background-color: #e9546b;
	content: "";
	width: 1000px;
	height: 2px;
	position: absolute;
	left: calc(100% + 14px);
	top: 50%;
	margin-top: -1px;
}
article #area03 .title_h4 span:after {
	background-color: #f08300;
}
article .title_h5 {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 24px;
}
article .body {
	box-shadow: 0 0 0 #000 inset;
	padding: 46px 0 90px;
	position: relative;
}
article .body:after {
	background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 );
	content: "";
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}
article #area01 .body {
	background: #fafafa url(/support/souzoku/img/bg_souzoku_area01.png) no-repeat right 0;
}
article #area02 .body {
	background: #fafafa url(/support/souzoku/img/bg_souzoku_area02.png) no-repeat right 0;
}
article #area03 .body {
	background: #fafafa url(/support/souzoku/img/bg_souzoku_area03.png) no-repeat right 0;
}
article .recommend_block {
	background-color: #fff;
	border: 4px solid #ebebeb;
	margin-top: 40px;
	padding: 0 26px 20px;
}
article .recommend_block > .title {
	background-color: #e9546b;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: -4px -30px 0 -30px;
	padding: 16px 0;
	position: relative;
	text-align: center;
}
article #area03 .recommend_block > .title {
	background-color: #f08300;
}
article .recommend_block > ul {
	margin-top: 10px;
}
article .recommend_block > ul > li {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 0 16px 18px;
	text-indent: -18px;
}
article .recommend_block > ul > li:before {
	background-color: #e9546b;
	border-radius: 4px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	margin-right: 10px;
}
article #area03 .recommend_block > ul > li:before {
	background-color: #f08300;
}
article .etc {
	margin-top: 20px;
	text-align: right;
}
article #area01 .detail {
	display: flex;
	justify-content: space-between;
}
article #area01 .detail .col {
	background-color: #fff;
	border: 4px solid #ebebeb;
	padding: 16px 24px;
}
article #area01 .detail .col + .col {
	margin-left: 24px;
}
article #area01 .detail .col .title {
	color: #e9546b;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
article #area01 .detail .col .title i {
	margin-right: 10px;
	vertical-align: middle;
}
article #area01 .flow_img {
	margin-top: 24px;
}
article #area01 .flow_img img {
	width: 100%;
	height: auto;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.table_wrap {
	width: 100%;
	margin-bottom: 24px;
	overflow-x: auto;
	position: relative;
}
.table_wrap table {
	font-size: 1.4rem;
	table-layout: fixed;
}
.table_wrap table td,
.table_wrap table th {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 16px;
}
.table_wrap table thead tr th {
	background-color: #e9546b;
	color: #fff;
	text-align: center;
}
#area03 .table_wrap table thead tr th {
	background-color: #f08200;
}
.table_wrap table tbody tr th {
	background-color: #f0c5ca;
}
#area03 .table_wrap table tbody tr th {
	background-color: #ffdeb8;
}
.table_wrap table tbody tr .bg {
	background-color: #fff5f6;
}
#area03 .table_wrap table tbody tr .bg {
	background-color: #fff5eb;
}
.notes {
	margin-top: 10px;
}
.notes li {
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
}
#area03 .flow_block .notes li {
	font-size: 1.4rem;
	margin-top: 0;
}
.attention_box {
	background: #fff url(/support/souzoku/img/bg_souzoku_attentiion.png) no-repeat right bottom;
	border: 4px solid #ebebeb;
	margin-top: 40px;
	padding: 24px;
}
.attention_box p {
	font-size: 1.2rem;
	line-height: 1.5;
}
.attention_box .title {
	color: #e04343;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 32px;
	text-align: center;
}
.attention_box p + p {
	margin-top: 20px;
}
.flow_block li {
	position: relative;
}
.flow_block li + li {
	margin-top: 32px;
}
.flow_block li dl {
	display: flex;
	font-size: 1.8rem;
}
.flow_block li dl dt {
	color: #fff;
	display: flex;
	font-weight: bold;
	line-height: 1.3;
	padding: 14px;
	position: relative;
}
.flow_block li dl dt:after {
	background: url(/support/souzoku/img/icn_souzoku_arrow_flow.png) no-repeat 0 0 / 12px auto;
	content: "";
	margin-left: -6px;
	width: 12px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 100%;
}
.flow_block li:last-of-type dl dt:after {
	display: none;
}
#area02 .flow_block li dl dt {
	background-color: #e9546b;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 164px;
}
#area03 .flow_block li dl dt {
	background-color: #f08300;
	align-items: center;
	width: 244px;
}
#area03 .flow_block li dl dt.last {
	justify-content: center;
}
#area03 .flow_block li dl dt .num {
	background-color: #fff;
	color: #f08300;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	width: 50px;
	height: 50px;
}
#area03 .flow_block li dl dt .txt {
	flex: 1;
	padding-left: 20px;
}
.flow_block li dl dd {
	flex: 1;
	line-height: 1.3;
	padding: 16px;
}
#area02 .flow_block li dl dd {
	background-color: #fdeae8;
}
#area03 .flow_block li dl dd {
	background-color: #fce8d2;
}
#area02 p + .table_wrap {
	margin-top: 20px;
}
.txtB {
	font-weight: bold;
}
#area03 .detail {
	display: flex;
}
#area03 .detail .col {
	background-color: #f08300;
	border: 4px solid #f0ba78;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	font-weight: bold;
	height: 92px;
	line-height: 1.3;
	text-align: center;
}
#area03 .detail .col + .col {
	margin-left: 24px;
}
.note {
	font-size: 1.2rem;
}
p + .note {
	margin-top: 24px;
}
.ind2em {
	padding-left: 2em;
	text-indent: -2em;
}

/*---------------------------------------------------------*/
/*pc*/
/*---------------------------------------------------------*/
@media screen and (min-width: 768px){

.table_wrap table {
	width: 100%;
}

}

/*---------------------------------------------------------*/
/*sp*/
/*---------------------------------------------------------*/
@media screen and (max-width: 767px){
body {
	-webkit-text-size-adjust: 100%;
}
header h1 {
	padding: 32px 6vw;
}
header .page_link {
	padding: 24px 6vw;
}
header .page_link ul {
	display: block;
}
header .page_link ul li {
	width: 100%;
}
header .page_link ul li + li {
	margin: 16px 0 0;
}

/* layout.css 打消し */
* + h4 {
	margin-top: 32px;
}

article .title_h2 {
	font-size: 3.2rem;
}
article .title_h3 {
	border-top: none;
	border-bottom: none;
	font-size: 2.4rem;
	margin: 0 auto 32px;
}
article * + .title_h3 {
	margin-top: 32px;
}
article .title_h4 {
	font-size: 2rem;
}
article .title_h4:before {
	display: none;
}
article .title_h5 {
	font-size: 1.8rem;
	margin-top: 16px;
}
article .body {
	padding: 24px 0 48px;
}
article .body:after {
	height: 40px;
}
article .recommend_block {
	border-width: 2px;
	margin-top: 24px;
	padding: 0 14px 14px;
}
article .recommend_block > .title {
	font-size: 1.8rem;
	margin: -2px -16px 0 -16px;
	padding: 10px 0;
}
article .recommend_block > ul > li {
	padding: 12px 0 12px 18px;
}
article .etc {
	margin-top: 16px;
}
article #area01 .detail {
	display: block;
}
article #area01 .detail .col {
	border-width: 2px;
	padding: 10px 16px;
}
article #area01 .detail .col + .col {
	margin: 16px 0 0;
}
article #area01 .detail .col .title i {
	display: inline-block;
	width: 37px;
}
.table_wrap {
	margin-bottom: 16px;
}
.table_wrap table {
	width: 720px;
	table-layout: auto;
}
.attention_box {
	background-size: 85px auto;
}
.attention_box .title {
	font-size: 1.8rem;
	margin-bottom: 24px;
}
.attention_box p + p {
	margin-top: 16px;
}
.flow_block li:after {
	background: url(/support/souzoku/img/icn_souzoku_arrow_flow.png) no-repeat 0 0 / 12px auto;
	content: "";
	margin-left: -6px;
	width: 12px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 100%;
}
.flow_block li:last-of-type:after {
	display: none;
}
.flow_block li dl {
	display: block;
	font-size: 1.6rem;
}
.flow_block li dl dt {
	padding: 10px;
}
.flow_block li dl dt:after {
	display: none;
}
#area03 .flow_block li dl dt,
#area02 .flow_block li dl dt {
	width: calc(100% - 20px);
}
#area03 .flow_block li dl dt .num {
	width: 32px;
	height: 32px;
}
#area02 p + .table_wrap {
	margin-top: 16px;
}
#area03 .detail {
	display: block;
}
#area03 .detail .col {
	border-width: 2px;
	height: 64px;
}
#area03 .detail .col + .col {
	margin: 16px 0 0;
}
p + .note {
	margin-top: 16px;
}

}
