@charset "UTF-8";
/*
contentWrap
---------------------------*/
.contentWrap .inner {
	padding: 50px 0;
}
.contentWrap .inner .txt p,
.contentWrap .inner .txt span {
	letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
	/*.contentWrap {
		font-size: 1.8rem;
	}*/
	.contentWrap .inner {
		padding: 120px 0 170px 0;
	}
}

/*
mainVisual
---------------------------*/
#mainVisual {
	height: 100%;
	position: relative;
	padding-bottom: 5%;
}
#mainVisual .inner {
	background-image: url("/img/mv-bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	height: 0;
	padding: /*135*/106% 0 0 0;
	position: relative;
}
#mainVisual h1 {
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#mainVisual h1 img {
	width: 100%;
}
@media screen and (min-width: 568px){
	#mainVisual {
		padding-bottom: 0;
	}
	#mainVisual .inner {
		max-width: 1140px;
		background-position: right center;
		/*background-size: 34%;*/
		padding-top: min(44.6%, 572px);
	}
	#mainVisual h1 {
		width: 66%;
		top: 22%;
		left: 0;
		right: inherit;
		margin: 0;
	}
}
@media screen and (min-width: 900px){
	#mainVisual .inner {
		background-size: contain;
	}
	#mainVisual h1 {
		width: 49%;
	}
}
/*
explain
---------------------------*/
#explain ul {
	display: flex;
	justify-content: space-between;
}
#explain .ph {
	width: 33%;
	padding-top: 5px;
}
#explain .txt {
	width: 65%;
}
#explain .txt p {
	font-size: min(4vw,15px);
}
#explain .note {
	margin-top: 1em;
}
#explain .txt .note {
	display: block;
	font-size: 80%;
	line-height: initial;
	margin-top: 0.8em;
}
#explain .atent {
	margin-top: 1.5em;
	font-weight: 500;
	font-size: min(4vw,15px);
	letter-spacing: 0.05em;
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 0.5em 1em;
	display: inline-block;
}
#explain .atent a {
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
#explain .atent.kon {
	color: 	#024467;
	border: 1px solid #024467;
}
#explain .titBox h2 {
	color: #024467;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 22px;
	font-size: min(5vw,21px);
	padding-bottom: 12px;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 15px;
}
#explain .titBox h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #1087C7;
}
#explain .titBox h2 span {
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 137%;
}
#explain .titBox h2 span.text01 {
	font-size: 117%;
}
#explain .linkWrap {
	margin-top: 1.5em;
}
#explain .linkWrap a {
	color: #024467;
	text-decoration: underline;
}
@media screen and (min-width: 769px){
	#explain .inner {
		padding: 100px 0;
	}
	#explain .ph {
		width: 40%;
		/* max-width: 510px; */
		padding-top: 0;
	}
	#explain .txt {
		width: 53%;
	}
	#explain .txt p,
	#explain .atent {
		font-size: 20px;
		line-height: 2;
	}
	#explain .titBox h2 {
		padding-bottom: 8px;
		line-height: 1.4;
		margin-bottom: 25px;
		font-size: 3.1rem;
	}
	#explain .titBox h2:after {
		height: 7px;
	}
}
@media screen and (min-width: 900px) {
	#explain .inner {
		position: relative;
	}
	#explain .titBox {
		position: absolute;
		top: 120px;
		/* width: 53%; */
	}
	#explain .txt {
		margin-top: 200px;
		margin-top: min(16vw,200px);
		width: 55%;
	}
	#explain .titBox h2 {
		font-size: min(2.6vw,29px);
	}
}
/*
outline
---------------------------*/
#outline dd li {
	line-height: 1.6;
	margin-bottom: 1em;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
#outline dd li:last-child {
	margin-bottom: 0;
}
#outline table {
	width: 100%;
}
/*#outline .style02 {
	max-width: 450px;
}*/
#outline .style01 dl {
	border: none;
	margin-bottom: 0;
}
#outline th,
#outline td,
#outline .style01 dt,
#outline .style01 dd {
	padding: 1em 2%;
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
	font-size: 100%;
}
#outline th,
#outline td {
	width: 50%;
}
#outline th,
#outline .style01 dt {
	background-color: #1087C7;
	color: #FFFFFF;
	font-weight: 700;
	padding: 0.75em 2%;
}
#outline td,
#outline .style01 dl,
#outline .style01 dd {
	background-color: #DDEEF7;
}
#outline .style01 td,
#outline .style01 dd {
	text-align: left;
	vertical-align: top;
	padding-bottom: 2em;
}
#outline .style01 li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.25;
}
#outline .txt-s {
	font-size: 90%;
}
@media screen and (min-width: 769px) {
	#outline .style01 {
		display: flex;
		justify-content: space-between;
	}
	#outline .style01 dl {
		width: 49.8%;
	}
	#outline .style01 dt {
		border-bottom: 3px solid #ffffff;
	}
}
@media screen and (max-width: 320px) {
	#outline th,
	#outline td,
	#outline .style01 li {
		font-size: 90%;
	}
}

/*
example
---------------------------*/
#example .subTitle h2 {
	font-size: min(4.5vw, 22px);
	line-height: 1.5;
}
#example .subTitle p {
	font-size: min(3.8vw, 18px);
	margin-top: 1em;
}
#example dl {
	border: 1px solid #096B9F;
	margin-bottom: 20px;
	position: relative;
	background-color: #ffffff;
}
#example dd {
	padding: 3em 20px 20px 20px;
	letter-spacing: 0.05em;
}
#example dt {
	background-color: #024467;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 110%;
	padding: 0.5em 1.5em;
	text-align: center;
	display: inline-block;
	position: absolute;
}
#example dd h3 {
	color: #024467;
	line-height: 1.5;
	font-weight: 500;
	font-size: 100%;
}
#example dd p {
	background-color: #DDEEF7;
	padding: 20px;
	margin-top: 1em;
}
#example dd p > span {
	font-size: inherit;
}
#example th,
#example td {
	padding: 1em 1%;
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
}
#example thead th {
	background-color: #096B9F;
	color: #FFFFFF;
	padding: 0.75em 1%;
}
#example tbody th,
#example thead th:first-child {
	background-color: #024467;
	color: #FFFFFF;
}
#example td {
	width: 26.5%;
	background-color: #FDCEE1;
}
#example td.ng {
	background-color: #D6D4D4;
}
#example table p > span {
	display: block;
	font-size: 12px;
}
#example .txt-lb {
	font-size: 190%;
	font-weight: 700;
}
@media screen and (min-width: 769px) {
	#example .subTitle h2 {
		font-size: min(3.0vw, 28px);
	}
	#example dd {
		padding: 3em 30px 30px 30px;
	}
	#example dl:last-of-type {
		margin-bottom: 60px;
	}
	#example table {
		width: 100%;
		font-size: 1.6rem;
	}
	#example th,
	#example td {
		font-size: min( 1.6vw, 16px);
	}
	#example table p > span {
		display: block;
		font-size: min(1.2vw 12px);
	}
}
@media screen and (max-width: 320px) {
	#example th,
	#example td {
		font-size: 90%;
	}
}
/*スマホ時tableをスクロール*/
@media screen and (max-width: 768px) {
	.table-scroll_sp {
		overflow: auto;
		white-space: nowrap;
	}
	.table-scroll_sp::-webkit-scrollbar {
		height: 5px;
	}
	.table-scroll_sp::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.table-scroll_sp::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	#example .table-scroll_sp table {
		width: 840px;
	}
}
@media screen and (max-width: 430px) {
	#example .table-scroll_sp table {
		width: 670px;
	}
	#example .table-scroll_sp table p > span {
		font-size: min(12px, 2.2vw);
	}
}

/*
briefing
---------------------------*/
#briefing .intro {
	text-align: center;
	margin-bottom: 2em;
}
#briefing .intro h3 {
	text-align: center;
	color: #096B9F;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	font-size: 115%;
	margin-bottom: 1em;
}
#briefing .intro h3 span {
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	font-size: inherit;
	display: inline-block;
	position: relative;
}
#briefing .intro h3 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #FEFF86;
}
#briefing .blueBox dt {
	text-align: center;
	padding: 12px 20px;
}
#briefing .blueBox .howtoList li .naiyou span {
	display: block;
	line-height: inherit;
	letter-spacing: inherit;
	margin-bottom: 1em;
}
#briefing .blueBox .howtoList li .naiyou span:last-of-type {
	margin-bottom: 0;
}
#briefing  .howtoList .btnR.red {
	display: block;
	margin-top: 0.5em;
}
#briefing  .howtoList .btnR.red a {
	margin: 0;
	font-size: min(17px, 3.5vw);
	padding: 0.6em 1.6em;
	line-height: 1;
	width: auto;
	display: inline-block;
}
@media screen and (min-width: 769px) {
	#briefing .intro h3 {
		font-size: 150%;
	}
	#briefing .intro h3:after {
		height: 7px;
	}
}

/*
flow
---------------------------*/
#flow .subTitle p {
	color: #024467;
}
#flow ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#flow li {
	width: 90%;
	max-width: 610px;
	margin: 0 auto 40px auto;
	text-align: center;
}
#flow dl::after {
	content: "";
	position: absolute;
	bottom: -28px;
	right: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 17px;
	background-image: url("/img/icon-arrow02.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#flow li:last-child {
	margin-bottom: 0;
}
#flow li:last-child dl::after {
	content: none;
}
#flow dl {
	padding: 24px 20px;
}
#flow dt {
	font-weight: 700;
	font-size: min(3vw,20px);
	margin-bottom: 13px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#flow dt span {
	display: block;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	color: #1087C7;
	font-weight: 700;
	font-size: min(2.4vw,20px);
	margin-bottom: 13px;
}
#flow dd {
	font-size: 14px;
	line-height: 1.7;
}
#flow dd a {
	color: #1087C7;
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	#flow .inner {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 428px){
	#flow ul {
		display: block;
	}
	#flow dt {
		font-size: 18px;
	}
	#flow dt span {
		font-size: 16px;
	}
}

/*
faq
---------------------------*/
#faq li {
	background-color: #FFFFFF;
	border: 1px solid #1087C7;
	padding-bottom: 1px;
	width: 90%;
	max-width: 610px;
	margin: 0 4px 20px 4px;
}
#faq li a {
	font-weight: 500;
	line-height: 1.4;
	display: block;
	padding: 20px 50px 20px 20px;
	position: relative;
}
#faq li a > span {
	font-weight: inherit;
	line-height: inherit;
	padding-left:0;
	background-image: none;
}
#faq li a:after {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: min(5vw, 16px);
	height: min(5vw, 16px);
	background-image: url(/img/icon-arrow.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
}
#faq li a.pdf:after {
	background-image: url(/img/icon-pdf.png);
	width: min(5vw, 20px);
	height: min(5vw, 20px);
}
#faq li a:hover {
	background-color: #DDEEF7;
	opacity: 1;
	color: #1087C7;
}
@media screen and (min-width: 769px){
	#faq .inner {
		padding-top: 80px;
	}
	#faq ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: baseline;
	}
	#faq li {
		width: 49%;
		max-width: 540px;
	}
	#faq li a {
		padding: 25px 60px 25px 30px ;
	}
	#faq li a:after {
		right: 30px;
		width: 22px;
		height: 22px;
	}
	#faq li a.pdf:after {
		width: 28px;
		height: 28px;
	}
}
