@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, YuGothic, "Yu Gothic", Meiryo, sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
a {
	color: #3b6daa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.fs_xsmall {font-size: 85%;}
.fs_small {font-size: 90%;}
.red {color: #ED1C24;}
.important {color: #D70003;}
.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px;}
.mr20 {margin-right:20px;}
.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li + li {
	margin-top: .25em;
}
.list > li::before,
.list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
	font-family: -apple-system, BlinkMacSystemFont, Verdana, YuGothic, "Yu Gothic", Meiryo, sans-serif;
}
.list.kome > li::before {
	content: "※";
}
.list.smldot > li::before {
	content: "・";
}
.list.circle > li::before {
	content: "○";
}
.list.square > li::before {
	content: "■";
	color: #3b6daa;
}
.list.custom_2 > li {
	padding-left: 2.3em;
}
.list.custom_3 > li {
	padding-left: 3.3em;
}
.list.custom_4 > li {
	padding-left: 3.8em;
}
.list.inline {
	display: inline-block;
}
.list.inline > li {
	display: inline-block;
	text-align: left;
}
.link_arrow {
	display: inline-block;
	position: relative;
	padding-left: 1.3em;
}
.list.arrow > li::before,
.link_arrow::before {
	content: "";
	width: .45em;
	height: .45em;
	display: block;
	border-top: 2px solid #3b6daa;
	border-right: 2px solid #3b6daa;
	position: absolute;
	top: .65em;
	left: 0;
	transform: rotate(45deg);
}
sup, sub {
	font-family: -apple-system, BlinkMacSystemFont, Verdana, YuGothic, "Yu Gothic", Meiryo, sans-serif;
}
.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.inner {
	line-height: 1.8;
}
.inner > * + * {
	margin-top: 1em;
}
header {
	margin-bottom: 2em;
}
.header_tit {
	border-bottom: 4px solid #3b6daa;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 1.5em 0 1em;
	margin-bottom: 1em;
	text-align: center;
}
._change .header_tit {
	margin-bottom: 2em;
}
.header_tit > span {
	display: inline-block;
}
.header_tit > span.fs_small {
	font-size: 2.0rem;
}
.header_tit > span.fs_small.normal {
	font-weight: normal;
	display: block;
}
.inner_heading {
	text-align: center;
	margin-bottom: 1.5em;
}
.inner_heading._mt {
	margin-top: 80px;
}
.inner_heading ._tit {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: .25em;
}
.cap_box {
	background: #f5f6f8;
	padding: 30px;
	margin: 1em 0;
}
.cap_box > div:nth-child(1) {
	width: 57%;
}
.cap_box > div:nth-child(2) {
	width: 38%;
}
.cap_tit {
	position: relative;
	padding-left: 1.3em;
	margin-bottom: .75em;
}
.cap_tit::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.cap_img {
	border: 1px solid #ccc;
}
.att_box {
	border: 4px double #878787;
	padding: 20px;
	margin: .75em auto;
}
.att_box._important {
	border-color: #f00;
  border-style: solid;
  color: #f00;
}
.att_tit {
	margin-bottom: .5em;
}
.stit {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	border: 3px solid #3b6daa;
	border-radius: 15px;
	padding: .75em 1em;
	margin-bottom: 1.5em;
	background: #E3F2FF;
}
.flow_box {
	margin: 1.5em 0;
}
.flow_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flow_list > li {
	width: calc(50% - 30px);
	border: 1px solid #ccc;
	background: #FBFCFC;
	position: relative;
}
.flow_list > li:nth-child(n+3) {
	margin-top: 50px;
}
.flow_list > li::before,
.flow_list > li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.flow_list > li::before {
	width: 30px;
	height: 20px;
	background: #3b6daa;
	right: -40px;
}
.flow_list > li::after {
	border-left: 23px solid #3b6daa;
	border-right: 23px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	right: -75px;
}
.flow_list > li:nth-child(2)::before {
	transform: rotate(135deg);
	top: auto;
	right: auto;
	bottom: -30px;
	left: -40px;
}
.flow_list > li:nth-child(2)::after {
	transform: rotate(135deg);
	top: auto;
	right: auto;
	bottom: -60px;
	left: -68.5px;
}
.flow_list > li:nth-child(4)::before {
	top: auto;
	right: auto;
	bottom: 40px;
	left: -40px;
}
.flow_list > li:nth-child(4)::after {
	transform: rotate(180deg);
	top: auto;
	right: auto;
	bottom: 40px;
	left: -75px;
}
.flow_list > li:nth-child(5) {
	margin-top: -120px;
}
.flow_list > li:nth-child(5)::before,
.flow_list > li:nth-child(5)::after {
	content: none;
}
.btn_list {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.btn_list > div {
	text-align: center;
}
.btn_list > div + div {
	margin-top: 3em;
}
.btn_list p > span {
	display: inline-block;
}
.btn_list a.stit {
	display: block;
	text-decoration: none;
	margin-top: .5em;
	padding: 1.5em 1em;
	border-color: #9db6d4;
	transition: .5s;
}
.btn_list a.stit._green {
	color: #5a9300;
	background: #eef4e5;
	border-color: #acc980;
}
.btn_list a.stit._orange {
	color: #e57e17;
	background: #fbecdc;
	border-color: #f2be8b;
}
.btn_list a.stit:hover {
	opacity: .7;
}
.btn_list a.stit > span {
	display: inline-block;
}
.btn_list > div ._sub a.stit {
	display: inline-block;
	padding: .5em 2em;
}
._lh1_4 {line-height: 1.4;}
.att_box + .btn_list {
	margin-top: 3em;
}
.info_box {
	background: #fcded3;
	padding: 1.5em 2em;
}
.info_box .list > li + li {
	margin-top: 0;
}
.bracket_tit {
	font-size: 1.05em;
	font-weight: bold;
}
.bracket_tit::before {
	content: "【";
	font-weight: normal;
	margin-right: .15em;
	margin-left: -.5em;
}
.bracket_tit::after {
	content: "】";
	font-weight: normal;
	margin-left: .15em;
}
.d_table {
	overflow-x: auto;
}
.d_table table {
	width: auto;
	min-width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}
.d_table table caption {
	text-align: right;
	font-size: .85em;
	margin-top: -.5em;
}
.d_table table tr > * {
	border: 1px solid #878787;
	background: #fff;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.d_table table tr > th {
	background: #3b6daa;
	color: #fff;
	font-weight: bold;
	padding: .5em 1em;
}
.d_table table tr > td {
	font-weight: normal;
	padding: 1em;
}
.d_table.saiseitanka {
	margin-top: 1em;
}
.d_table.saiseitanka table {
	margin-top: 0;
}
.d_table.saiseitanka table tr > * {
	width: 25%;
}
.d_table.saiseitanka table tr > th:nth-child(3) {
	border: 4px solid #666;
	border-bottom: 1px solid #878787;
}
.d_table.saiseitanka table tr > td:nth-child(3) {
	border: 4px solid #666;
	border-top: 1px solid #878787;
}
.d_table.saiseitanka .d_table_tit {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: -.75em;
}
.inner > * + .inner_block {
	margin-top: 3em;
}
.inner_block .mt {
	margin-top: 1em;
}
.tit_dot {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	padding-left: 1.3em;
	margin-bottom: .5em;
}
.tit_dot::before {
	content: "";
	display: block;
	width: .85em;
	height: .85em;
	border-radius: 50%;
	background: #3b6daa;
	position: absolute;
	top: .3em;
	left: 0;
}
.img_box ._img {
	margin: 1em 0;
	text-align: center;
}
.btit {
	background: #3b6daa;
	border-radius: 999px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: .75em 1em;
}
.btit.trigger::before {
	content: none;
}
* + .btit {
	margin-top: 1.5em;
}
.btit.trigger {
	padding-right: 3em;
}
.emtit {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.trigger {
	position: relative;
	line-height: 1.4;
	padding-right: 4em;
	cursor: pointer;
	transition: .5s;
}
.trigger:hover {
	opacity: .7;
}
.trigger::before,
.trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	transition: .5s;
}
.trigger::before {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	right: 1em;
	background: #3b6daa;
	transform: translateY(-50%);
}
.trigger::after {
	width: .5em;
	height: .5em;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	right: 1.75em;
	transform: translateY(-50%) rotate(45deg);
}
.trigger.open::after {
	transform: translateY(-50%) rotate(-135deg);
}
.trigger.stit {
	margin-bottom: 0;
}
* + .trigger.stit {
	margin-top: 2em;
}
.trigger_target {
	display: none;
	padding: 1em;
}
.trigger_target._center {
	text-align: center;
}
._change .inner {
  padding-bottom: 6em;
}

footer {
	border-top: 1px solid #878787;
	padding: 1em 0;
	margin-top: 7em;
}
footer._mt {
	margin-top: 3em;
}
footer small {
	display: block;
	text-align: center;
	color: #868686;
	font-size: 1.2rem;
}
footer small > span {
	margin-left: .5em;
}


@media only screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
	.pc {display: none;}
	.sp_container {
		width: 92%;
		margin: auto;
	}
	.flex {
		flex-direction: column;
		justify-content: center;
	}
	.inner {
		width: 92%;
		margin: auto;
	}
	.header_tit {
		font-size: 2.1rem;
		padding: 1em 4% .75em;
		border-bottom-width: 2px;
	}
	.header_tit > span.fs_small {
		font-size: 1.6rem;
	}
	.inner_heading._mt {
		margin-top: 40px;
	}
	.inner_heading ._tit {
		font-size: 1.6rem;
		margin-bottom: .5em;
	}
	.cap_box {
		padding: 20px 4%;
	}
	.cap_box > div:nth-child(1),
	.cap_box > div:nth-child(2) {
		width: 100%;
	}
	.cap_box > div:nth-child(2) {
		margin-top: 1.5em;
	}
	.att_box {
		padding: 15px 4%;
	}
	.stit {
		font-size: 1.5rem;
		border-width: 2px;
		border-radius: 10px;
	}
	.flow_img {
		text-align: center;
	}
	.flow_img img {
		width: 70%;
		max-width: 375px;
	}
	.flow_img._change img {
		width: 100%;
		max-width: 543px;
	}
	.flow_list {
		flex-direction: column;
		justify-content: center;
	}
	.flow_list > li {
		width: 100%;
	}
	.flow_list > li:nth-child(n+2) {
		margin-top: 40px;
	}
	.flow_list > li::before,
	.flow_list > li::after {
		top: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow_list > li::before {
		width: 18px;
		height: 18px;
		bottom: -25px;
	}
	.flow_list > li::after {
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-top: 17px solid #3b6daa;
		border-bottom: 17px solid transparent;
		right: auto;
		bottom: -52px;
	}
	.flow_list > li:nth-child(2)::before,
	.flow_list > li:nth-child(4)::before {
		transform: translateX(-50%);
		bottom: -25px;
		left: 50%;
	}
	.flow_list > li:nth-child(2)::after,
	.flow_list > li:nth-child(4)::after {
		transform: translateX(-50%);
		bottom: -52px;
		left: 50%;
	}
	.flow_list > li:nth-child(5) {
		margin-top: 40px;
	}
	.flow_list > li:nth-child(5)::before,
	.flow_list > li:nth-child(5)::after {
		content: none;
	}
	.btn_list a.stit {
		font-size: 1.6rem;
	}
	.btn_list > div ._sub a.stit {
		display: block;
		padding: 1em;
	}
	.info_box {
		padding: 1.5em 4%;
	}
	.d_table table tr > th {
		padding: .5em;
	}
	.d_table table tr > td {
		font-weight: normal;
		padding: .5em;
	}
	.d_table.saiseitanka table tr > * {
		width: auto;
	}
	.d_table.saiseitanka .d_table_tit {
		margin-bottom: .5em;
	}
	.btit {
		font-size: 1.5rem;
	}
	.emtit {
		font-size: 1.4rem;
	}
	.trigger.stit {
		font-size: 1.6rem;
	}
	.trigger::after {
		border-right-width: 2px;
		border-bottom-width: 2px;
	}
	* + .trigger.stit {
		margin-top: 1em;
	}
	.trigger_target {
		padding: 1em 0;
	}
	.trigger_target._center {
		text-align: left;
	}
	._change .inner {
		padding-bottom: 3em;
	}
	footer {
		margin-top: 4em;
	}
	footer small {
		font-size: 1.0rem;
	}
	footer small > span {
		display: block;
		margin-left: 0;
	}
	
}

@media only screen and (min-width: 769px) {
	.sp {display: none;}
	
}


