@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
}
.innWrap2 {
	padding-bottom: 200px;
}
@media only screen and (max-width: 768px){
	.innWrap2 {
		padding-bottom: 100px;
	}
}

.innWrap2 .txt_jp01 {
	margin-bottom: 105px;
}
@media only screen and (max-width: 768px){
	.innWrap2 .txt_jp01 {
		margin-bottom: 50px;
	}
}

/*==============
アコーディオン
==============*/
.sec-flow {
	margin: 0 0 20px;
}

@media only screen and (max-width: 425px){
.sec-flow {}
}


/*====================================================================
ここからアコーディオンのCSS
====================================================================*/
.sec-flow .flow_one {}
.sec-flow .flow_one .flow_header {
	font-weight: bold;
	padding: 25px 20px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	display: block;
	font-size: 18px;
	line-height: 1;
	border-bottom: 1px solid #d2d2d2;
}
.sec-flow .flow_one .flow_header:hover {
  opacity: .8;
}
.sec-flow .jost {
	font-size: 40px;
	font-weight: 200;
	margin: 0px 15px 0px 0px;
	line-height: 35px;
}

.i_plus::before,
.i_plus::after {
	content: '';
	width: 30px;
	height: 1px;
	background: #959595;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}
.i_plus::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}
.flow_header.open .i_plus:after {
	transform: translateY(-50%) rotate(0);
}
.sec-flow .flow_one .flow_inner {
	display: none;
	box-sizing: border-box;
	background: #fff;
}
.sec-flow .flow_one .flow_inner .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sec-flow .flow_one .flow_inner .move {
	width: 50%;
}
.sec-flow .flow_one .flow_inner .move:nth-child(1) {
	background: #fff;
}
.sec-flow .flow_one .flow_inner .move:nth-child(2) {
	background: #eeeded;
}
.sec-flow .flow_one .flow_inner .move .inn {
	max-width: 435px;
	margin: 0 auto;
	padding: 30px 0 25px;
}
.sec-flow .flow_one .flow_inner .move .inn .sttl {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px;
}
.sec-flow .flow_one .flow_inner .move:nth-child(1) .inn .sttl:before {
	content: '';
	display: inline-block;
	background: url(../flow/images/icon_arrow01.png) no-repeat center center;
	background-size: contain;
	height: 9px;
	width: 8px;
	margin: 0 10px 0 0px;
	vertical-align: middle;
}
.sec-flow .flow_one .flow_inner .move:nth-child(2) .inn .sttl:before {
	content: '';
	display: inline-block;
	background: url(../flow/images/icon_arrow02.png) no-repeat center center;
	background-size: contain;
	height: 9px;
	width: 8px;
	margin: 0 10px 0 0px;
	vertical-align: middle;
}
.sec-flow .flow_one .flow_inner .move .inn .text {
	margin: 0px 0px 15px;
}
.sec-flow .flow_one .flow_inner .move .inn .btn {
	border-top: 2px dotted #c5c2c2;
	padding: 10px 0px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sec-flow .flow_one .flow_inner .move .inn .btn li {
	width:50%;
}
.sec-flow .flow_one .flow_inner .move .inn .btn li a:after {
	content: '';
	display: inline-block;
	background: url(../flow/images/icon_arrow03.png) no-repeat center center;
	background-size: contain;
	height: 12px;
	width: 6px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px){
.sec-flow .flow_one {}
.sec-flow .flow_one .flow_header {
	padding: 15px 10px;
	font-size: 14px;
}
.sec-flow .flow_one .flow_header:hover {
  opacity: .8;
}
.sec-flow .jost {
	font-size: 22px;
	margin: 0px 10px 5px 0px;
	line-height: 1;
	display: block;
}
.sec-flow .sttl {
}
.i_plus::before,
.i_plus::after {
	width: 15px;
	right: 5%;
}
.i_plus::after {
}
.flow_header.open .i_plus:after {
	transform: translateY(-50%) rotate(0);
}
.sec-flow .flow_one .flow_inner {
}
.sec-flow .flow_one .flow_inner .inner {
	display: block;
}
.sec-flow .flow_one .flow_inner .move {
	width: auto;
}
.sec-flow .flow_one .flow_inner .move:nth-child(1) {
}
.sec-flow .flow_one .flow_inner .move:nth-child(2) {
}
.sec-flow .flow_one .flow_inner .move .inn {
	max-width: 100%;
	margin: 0 5%;
	padding: 20px 0 15px;
}
.sec-flow .flow_one .flow_inner .move .inn .sttl {
	font-size: 14px;
	margin: 0px 0px 10px;
}
.sec-flow .flow_one .flow_inner .move:nth-child(1) .inn .sttl:before {
	height: 6px;
	width: 5px;
	margin: 0 5px 0 0px;
}
.sec-flow .flow_one .flow_inner .move:nth-child(2) .inn .sttl:before {
	height: 6px;
	width: 5px;
	margin: 0 5px 0 0px;
}
.sec-flow .flow_one .flow_inner .move .inn .text {
	margin: 0px 0px 10px;
}
.sec-flow .flow_one .flow_inner .move .inn .btn {
	display: block;
}
.sec-flow .flow_one .flow_inner .move .inn .btn li {
	width:50%;
}
.sec-flow .flow_one .flow_inner .move .inn .btn li a:after {
	height: 10px;
	width: 4px;
	margin: 0 0 0 5px;
}
}
