@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

/* ----------------------------------------

- Title Style

---------------------------------------- */
.pageTtl {
	height: 240px;
	background: url("/files/img/common/bg_dotted_01.png") repeat 0 12px / 12px 12px;
}
.pageTtl_txt {
	height: 100%;
	display: flex;
	align-items: center;
}
.pageTtl_txt span {
	display: block;
	width: 100%;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width:767px){
	.pageTtl {
		height: 130px;
	}
	.pageTtl_txt span {
		display: block;
		width: 100%;
		font-size: 2.6rem;
		font-weight: 700;
		text-align: center;
	}
}

.ttl01 {
	text-align: center;
	background: #2A69A0;
	color: #fff;
	font-weight: 700;
	padding: 8px 15px 11px;
	font-size: 2.0rem;
	margin-bottom: 20px;
}
.ttl01 small {
	font-size: 1.6rem;
}
h2.blk_tgl01_ttl.ttl01.conf:after {
	display: none;
}

.ttl01_bgc_9B874E {
	background: #2596DC;
}

.ttl02 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
	margin: 0 0 58px;
}
.ttl02:after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 3px;
	position: absolute;
	left: calc(50% - 60px);
	bottom: -20px;
	border-radius: 2px;
}
.ttl02_gold:after {
	background: #2596DC;
}
.ttl02_navy:after {
	background: #2A69A0;
}
.ttl02 span {
	font-size: 4rem;
	font-family: 'Open Sans', sans-serif;
	margin: 0 2px;
}
.ttl02_gold span {
	color: #2596DC;	
}
.ttl02_navy span {
	color: #2A69A0;	
}
@media screen and (max-width:767px){
	.ttl02 {
		font-size: 2.2rem;
		margin: 0 0 53px;
	}
	.ttl02:after {
		width: 80px;
		left: calc(50% - 40px);
		bottom: -18px;
	}
	.ttl02 span {
		font-size: 3.4rem;
	}
}

.ttl03 {
	text-align: center;
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: 35px;
}
.ttl03 small {
	display: block;
	color: #2596DC;
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	letter-spacing: .1em;
	margin-bottom: 5px;
}

.ttl04 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .03em;
	margin-bottom: 20px;
}
.ttl04 span {color: #F35659;}
.ttl04 em {color: #2596DC; font-family: 'Open Sans', sans-serif; display: inline-block; margin-right: 5px;}
@media screen and (max-width:767px){
	.ttl04 {
		font-size: 2.2rem;
	}
}

.ttl05 {
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 7px;
    text-align: center;
}
@media screen and (max-width:767px){
    .ttl05 {
        padding-left: 14px;
        text-align: left;
    }
	.ttl05:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #2A69A0;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 0;
    }
}

.ttl06 {
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.ttl06:after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #2A69A0;
	position: absolute;
	bottom: -1px;
	left: 0;
}
@media screen and (max-width:767px){
	.ttl06 {
		font-size: 2.0rem;
	}
}

.ttl07 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #2A69A0;
	margin-bottom: 10px;
}


.tel01 {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 3.2rem;
	letter-spacing: .03em;
	color: #F35659;
	text-decoration: none;
	white-space: nowrap;
}
.tel01:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	background: url("../../img/common/icon_tel_o.svg") no-repeat 0 0 / 25px 25px;
}
@media screen and (max-width:767px){
	.tel01 {
		font-size: 3rem;
	}
}

.boardList_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.boardList_header h2 {
	font-size: 2.6rem;
	font-weight: 700;
	width: calc(100% - 230px);
}
.boardList_header a img {
	max-width: inherit;
	vertical-align: -3px;
	margin-right: 10px;
}

.boardList_con li em {
	font-style: normal;
	padding: 0.3rem;
	background: #b32d18;
	color: #fff;
	font-weight: 800;
	display: inline-block;
	margin: 0.25rem 0.7rem;
	line-height: 1.3;
}
@media screen and (max-width:767px){
	.boardList_header h2 {
		font-size: 2.0rem;
		width: calc(100% - 120px);
	}
	.boardList_con {
		width: 100%;
		overflow-x: scroll;
	}
}

.boardMain {
	margin-bottom: 100px;
}
.boardMain p {
	margin: 0 0 40px;
}
.boardMain p:last-of-type {
	margin: 0;
}




.aboutNav {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
.aboutNav li {
	width: calc((100% - 96px) / 4);
	border-bottom: 2px solid #ddd;
}
.aboutNav li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 0 0 15px 10px;
	position: relative;
}
.aboutNav li a:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 2.3rem;
	right: 10px;
	color: #2596DC;
}
.aboutNav li a img {
	width: auto!important;
	display: block;
}
.aboutNav li a p {
	font-size: 1.6rem;
	font-weight: 700;
	width: calc(100% - 48px);
	flex-shrink: 0;
}
.aboutNav li:first-of-type a p {
	width: calc(100% - 53px);
}
@media screen and (max-width:767px){
	.aboutNav {
		display: block;
		margin: 0 0 40px;
	}
	.aboutNav li {
		width: 100%;
		margin: 0 0 10px;
	}
}




.pageMv {
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 513px;
}
.pageMv_gold {
	border-top-color: #2596DC;
	border-bottom-color: #2596DC;
}
.pageMv_navy {
	border-top-color: #2A69A0;
	border-bottom-color: #2A69A0;
}
.pageMv_in {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.pageMv_img {
	height: 100%;
	display: flex;
	align-items: center;
}
.pageMv_gold .pageMv_img {
	max-width: 568px;
	padding-left: 15px;
}
.pageMv_navy .pageMv_img {
	max-width: 627px;
	padding-left: 15px;
}
.pageMv_txt {
	max-width: 466px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}
.pageMv_txt dl {
	width: 100%;
}
.pageMv_txt dl dt {
	text-align: center;
	height: 34px;
	background: #F5F3ED;
	border-radius: 5px;
	line-height: 33px;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.pageMv_txt dl dd {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 1.8rem;
}
.pageMv_txt dl dd:last-of-type {margin-bottom: 0;}
.pageMv_txt dl dd .num {font-size: 4rem; letter-spacing: .04em; display: inline-block; vertical-align: -2px; font-family: 'Open Sans', sans-serif;}
/* .pageMv_txt dl dd:nth-of-type(1) {height: 90px;} */
.pageMv_gold .pageMv_txt dl dd span {color: #2596DC;}
.pageMv_navy .pageMv_txt dl dd span {color: #2A69A0;}
.pageMv_gold .pageMv_txt dl dd small {font-size: 1.4rem;}
.pageMv_txt dl dd p {font-weight: 500; font-size: 1.4rem;}
.pageMv_txt dl dd div {font-size: 1.4rem; margin-top: 20px;}
@media screen and (max-width:767px){
	.pageMv {
		border-top-width: 4px;
		border-bottom-width: 4px;
		height: auto;
		padding: 20px 0;
	}
	.pageMv_in {
		display: block;
	}
	.pageMv_img {
		height: auto;
		display: block;
		padding: 0!important;
		margin: 0 auto 20px;
	}
	.pageMv_txt {
		max-width: inherit;
		display: block;
	}
	.pageMv_txt dl dt {
		height: 30px;
		line-height: 29px;
	}
	.pageMv_txt dl dd {
		margin-bottom: 15px;
		font-size: 1.5rem;
		white-space: nowrap;
	}
	.pageMv_txt dl dd .num {font-size: 3.2rem; letter-spacing: .02em;}
	.pageMv_txt dl dd:nth-of-type(1) {height: auto;}
	.pageMv_gold .pageMv_txt dl dd small {font-size: 1.2rem;}
	.pageMv_txt dl dd p {font-size: 1.2rem;}
	.pageMv_txt dl dd div {font-size: 1.2rem;}
}



.bg_f5f5f5 {
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 80px;
}
@media screen and (max-width:767px){
	.bg_f5f5f5 {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}


.blcList01 {
	display: flex;
	justify-content: space-between;
}
.blcList01_sec {
	width: calc((100% - 70px)/3);
	background: #fff;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: relative;
	padding: 30px 40px;
}
.blcList01_sec:before {
	content: "";
	border-style: solid;
	border-width: 0 28px 28px 0;
	position: absolute;
	right: 0;
	top: 0;
}
.blcList01_gold .blcList01_sec:before {
	border-color: transparent #2596DC transparent transparent;
}
.blcList01_navy .blcList01_sec:before {
	border-color: transparent #2A69A0 transparent transparent;
}
.blcList01_sec .en {
	font-weight: 900;
	font-size: 1.6rem;
	margin: 0 0 10px;
}
.blcList01_gold .blcList01_sec .en {color: #2596DC;}
.blcList01_navy .blcList01_sec .en {color: #2A69A0;}
.blcList01_sec .en span {
	font-family: 'Raleway', sans-serif;
}
.blcList01_sec .en em {
	font-family: 'Open Sans', sans-serif;
}
.blcList01_sec .pic {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
}
.blcList01.free .blcList01_sec .pic {height: 89px;}
.blcList01.free .blcList01_sec:nth-child(1) img {width: 101px; height: 89px;}
.blcList01.free .blcList01_sec:nth-child(2) img {width: 79px; height: 63px;}
.blcList01.free .blcList01_sec:nth-child(3) img {width: 118px; height: 69px;}
.blcList01_sec .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	
}
.blcList01_navy .blcList01_sec .ttl {
	text-align: left;
	font-size: 1.5rem;
	
}
@media screen and (max-width:767px){
	.blcList01 {
		display: block;
	}
	.blcList01_sec {
		width: auto;
		padding: 20px;
		margin: 0 0 20px;
	}
	.blcList01_sec:before {
		border-width: 0 20px 20px 0;
	}
}




/* flowList
------------------------------- */
.flowList {
	display: flex;
	width: 1120px;
	margin: 0 auto 60px;
}
.flowList li {
	width: 180px;
	margin-right: 55px;
	text-align: center;
	position: relative;
}
.flowList li:last-of-type {
	margin-right: 0;
}
.flowList li:after {
	content: "";
	display: block;
	border-style: solid;
	border-width: 11.5px 0 11.5px 15px;
	border-color: transparent transparent transparent #DDD;
	position: absolute;
	top: 162px;
	right: -35px;	
}
.flowList li:last-of-type:after {
	display: none;
}
.flowList li h3 {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.flowList li h3 > span {
	display: inline-block;
	width: 100%;
	line-height: 1.77;
}
.flowList li h3 > span > span {
	display: inline;
	font-size: 1.8rem;
	font-weight: 700;
	background: linear-gradient(transparent 80%, #CEE5F3 0%);
	padding: 0 0 0;
}
.flowList li h3 > strong {
	display: block;
	width: 100%;
	height: 31px;
	border-radius: 19px;
	color: #fff;
	background: #F35659;
	position: relative;
	line-height: 30px;
	font-size: 1.8rem;
}
.flowList li h3 > strong:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url("../../img/top/flow_ttl_line.svg") no-repeat 0 0 / 22px 10px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -11px;
}
.flowList li h3 > strong:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	border-color: #F35659 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
}
.flowList li picture {
	display: block;
	width: 100%;
	padding-top: 100%;
	background: #F5F3ED;
	position: relative;
	border-radius: 50%;
	margin-bottom: 18px;
}
.flowList li:nth-of-type(5) picture {border: 3px solid #F35659; background: #fff;}
.flowList li picture img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.flowList li:nth-of-type(1) picture img {width: 109px; height: 60px;}
.flowList li:nth-of-type(2) picture img {width: 56px; height: 68px;}
.flowList li:nth-of-type(3) picture img {width: 75px; height: 55px;}
.flowList li:nth-of-type(4) picture img {width: 86px; height: 60px;}
.flowList li:nth-of-type(5) picture img {width: 76px; height: 70px;}
.flowList li p {color: #666;}
@media screen and (max-width:767px){
	.flowList {
		display: block;
		width: auto;
		margin: 0 auto 40px;
	}
	.flowList li {
		width: auto;
		margin: 0 auto 50px;
	}
	/*
	.flowList li:nth-last-of-type(2) {
		margin-bottom: 50px;
	}
	*/
	.flowList li:last-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}
	.flowList li:after {
		border-style: solid;
		border-width: 15px 11.5px 0 11.5px;
		border-color: #DDD transparent transparent transparent;
		top: auto;
		bottom: -26px;
		right: auto;
		left: 50%;
		margin-left: -12px;
	}
	.flowList li:last-of-type:after {
		display: none;
	}
	
	.flowList li h3 {
		height: auto;
		display: block;
		margin-bottom: 13px;
	}
	.flowList li h3 > strong {
		display: block;
		width: 160px;
		margin: 0 auto;
		font-size: 1.8rem;
	}
	.flowList li picture {
		display: block;
		width: 150px;
		padding-top: 150px;
		margin: 0 auto 13px;
	}
	.flowList li p {font-size: 1.3rem;}
}

.loginForm {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 10px;
	max-width: 370px;
	margin: 80px auto 0;
	padding: 35px 35px 45px;
}
.loginForm_ttl {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	white-space: nowrap;
}
.loginForm_ttl:before,
.loginForm_ttl:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2A69A0;
	vertical-align: 3px;
}
.loginForm_ttl:before {
	margin-right: 12px;
}
.loginForm_ttl:after {
	margin-left: 12px;
}
.loginForm_list dt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.loginForm_list dd {
	margin-bottom: 15px;
}
@media screen and (max-width:767px){
	.loginForm {
		margin: 30px auto 0;
		padding: 30px 20px;
	}
}
@media screen and (max-width:360px){
	.loginForm_ttl {
		font-size: 1.7rem;
	}
}

.formFlow {
	margin-bottom: 30px;
}
.formFlow_list {
	display: flex;
	justify-content: space-between;
}
.formFlow_list li {
	width: calc((100% - 10px)/3);
	background: #f5f5f5;
	font-size: 1.8rem;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-weight: 700;
}
.formFlow_list li.active {
	background: #2596DC;
	color: #fff;
}
@media screen and (max-width:767px){
	.formFlow_list li {
		width: calc((100% - 10px)/3);
		font-size: 1.6rem;
		height: 44px;
		line-height: 44px;
	}
}

.formItem_dl01 {
	margin-bottom: -15px;
}
.formItem_dl01 dt {
	font-weight: 700;
	margin-bottom: 5px;
}
.formItem_dl01 dd {
	margin-bottom: 15px;
}

.formItem_flex01 {
	display: flex;
	align-items: center;
}
.formItem_flex01 .ttl {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.formItem_flex01 {
		flex-wrap: wrap;
	}
}

.formItem_flex02 {
	display: flex;
	align-items: center;
}
.formItem_flex02 .ttl {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.formItem_flex02 {
		align-items: flex-start;
	}
}


.form_tbl01 {
	width: 100%;
	font-size: 1.5rem;
}
.form_tbl01 caption {
	width: 100%;
	text-align: center;
	background: #2A69A0;
	color: #fff;
	font-weight: 700;
	padding: 8px 15px 11px;
	font-size: 2.0rem;
}
.form_tbl01 caption small {
	font-size: 1.6rem;
}
.form_tbl01 th,
.form_tbl01 td {
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.form_tbl01 th em.add {
	font-size: 1.3rem;
	font-weight: 200;
}
.form_tbl01 th:first-of-type,
.form_tbl01 td:first-of-type {
	border-top: 1px solid #ddd;	
}
.form_tbl01 th {
	width: 270px;
	padding: 23px 20px;
	font-weight: 700;
	background: #F5F5F5;
}
.form_tbl01.form_tbl01_con th {
	padding-top: 15px;
	padding-bottom: 15px;
}
.form_tbl01 th small {
	font-size: 1.3rem;
}
.form_tbl01 td {
	padding: 15px 20px;
}
.form_tbl01 th.pd_type01 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.form_tbl01 th .required {
	position: relative;
	display: inline-block;
	padding-right: 78px;
}
.form_tbl01 th .required:after {
	content: "必須";
	display: inline-block;
	background: #F35659;
	color: #fff;
	width: 68px;
	height: 25px;
	line-height: 25px;
	border-radius: 14px;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.form_tbl01 td label:not(:last-child) {
	margin-right: 10px;
}
.form_tbl01 .form_comment.is-active {
	display: none;
}
@media screen and (max-width:767px){
	.form_tbl01,
	.form_tbl01 tbody,
	.form_tbl01 caption,
	.form_tbl01 tr,
	.form_tbl01 th,
	.form_tbl01 td {
		display: block;
	}
	.form_tbl01 caption {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.form_tbl01 caption small {
		font-size: 1.4rem;
	}
	.form_tbl01 th {
		width: auto;
		padding: 10px 15px 12px!important;
	}
	.form_tbl01 td {
		padding: 20px 15px 30px;
		border: none!important;
	}
	
	.form_tbl01.form_tbl01_con td {
		padding: 10px 15px 25px;
	}
	.form_tbl01 tr:last-of-type td {
		padding-bottom: 0;
	}
	.form_tbl01 th .required {
		width: 100%;
		padding-right: 78px;
	}
	.form_tbl01 th .required:after {
		top: -1px;
	}
	.flex .tbl01:nth-of-type(1) {margin-bottom: -1px;}
}

.formItem_list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.formItem_list01 li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 50%;
}
.formItem_list01 li:first-of-type {padding-right: 15px;}
.formItem_list01 li:last-of-type {padding-left: 15px;}
.formItem_list01 li span {
	flex-shrink: 0;
	width: 40px;
	font-size: 1.5rem;
}
.formItem_list01 li input {
	width: calc(100% - 40px);
}
@media screen and (max-width:767px){
	.formItem_list01 {
		display: block;
	}
	.formItem_list01 li {
		padding: 0!important;
		width: 100%;
	}
	.formItem_list01 li:first-of-type {
		margin-bottom: 10px;
	}
}


/* 項目を削除ボタン */
.add_elements {
  position: relative;
}
.add_elements .delete_btn {
  position: absolute;
  right: 60px;
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
}
.add_elements .delete_btn:after {
  display: inline-block;
  content: "";
  background: url(../../img/common/icon_delete.svg) no-repeat 0 0 / 28px 28px;
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
@media screen and (max-width:767px) {
	span.sp_none {
		display: none;
	}
	.add_elements .delete_btn {
		padding-top: 0;
		padding-bottom: 4px;
	}
}

/* お借入れ先を追加ボタン */
.add_elements_btn_wrap {
	text-align: center;
}
.add_elements_btn {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 300px;
    height: 48px;
    line-height: 40px;
    border-radius: 31px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
	background-color: #2596DC;
	margin: 0 auto;
}
.add_elements_btn:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url("../../img/common/icon_plus.svg") no-repeat 0 0 / 28px 28px;
	left: 10px;
}

.formCheck_list01 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-bottom: -15px;
}
.formCheck_list01 li {
	margin-right: 25px;
	margin-bottom: 15px;
}
.formCheck_list01.freeCol {
	align-items: center;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="submit"],
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: transparent;
	border-radius: 0;
	border: none;
	padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="password"] {
	width: 100%;
	height: 42px;
	border: 1px solid #ddd;
	background: #F5F5F5;
	border-radius: 6px;
	font-size: 1.6rem;
	padding: 0 18px;
}
:placeholder {color: #aaa;}
:-ms-input-placeholder {color: #aaa;}
textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #ddd;
	background: #F5F5F5;
	border-radius: 6px;
	font-size: 1.6rem;
	padding: 15px 18px;
	 resize: vertical;
}
textarea.textarea01 {
	border-radius: 0;
}

.check01_label {
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
}
.check01_label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #ddd;
	margin-right: 10px;
	vertical-align: -5px;
	position: relative;
	z-index: 1;
}
.check01_label:after {
	content: "";
	width: 21px;
	height: 18px;
	z-index: 2;
	position: absolute;
	background: url("../../img/common/icon_check_01.svg") no-repeat 0 0 / 21px 18px;
	left: 4px;
	top: 1px;
	display: none;
}
.check01_label.on:after {display: block;}
.check01_input {
	opacity: 0;
	z-index: -1;
	position: absolute;
}
.radio01_label {
	display: inline-block;
	position: relative;
}
.radio01_label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #ddd;
	margin-right: 10px;
	vertical-align: -4px;
	position: relative;
	z-index: 1;
}
.radio01_label:after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 7px;
	top: 8px;
	background:#F35659;
	display: none;
}
.radio01_label.on:after {display: block;}
.radio01_input {
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.formDate_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.formDate_list li {
	width: calc((100% - 40px) / 3);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.formDate_list li span {
	display: inline-block;
	width: 25px;
	text-align: right;
	font-weight: 700;
}
.formDate_list li .form_unit01 {
	font-weight: 700;
	padding-bottom: 3px;
	margin-left: 0;
}
.formDate_list li .selectWrap {
	width: calc(100% - 25px);
}
.formDate_list_2col:after {
	content: "";
	display: block;
	width: calc((100% - 40px) / 3);
}
@media screen and (max-width:767px){
	.formDate_list {
		max-width: 252px;
		flex-wrap: wrap;
	}
	.formDate_list li {
		width: calc((100% - 20px) / 2);
	}
	.formDate_list li:first-of-type {
		width: 100%;
		margin-bottom: 10px;
	}
	
}

.formItem_price01 {
	display: flex;
	align-items: flex-end;
}
.formItem_price01 .txtL {
	width: 180px;
	padding-bottom: 5px;
}
.formItem_price01 .txtR {
	/*width: calc(100% - 180px);*/
	display: flex;
	align-items: flex-end;
}
.formItem_price01 .txtR .ttl {
	width: 40px;
	padding-bottom: 5px;
}
.formItem_price01 .txtR input {
	width: calc(100% - 70px);
}
@media screen and (max-width:767px){
	.formItem_price01 {
		flex-wrap: wrap;
	}
}

.selectWrap {
	display: inline-block;
	position: relative;
	line-height: 1;
}
.selectWrap:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 7px;
	background: url("../../img/common/icon_selectbox.svg") no-repeat center center / 11px 7px;
	right: 8px;
	top: 50%;
	transform: translate(0, -50%);
	pointer-events: none;
}
.selectWrap select {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	height: 40px;
	font: inherit;
	padding: 0 25px 0 20px;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
}
.selectWrap select::-ms-expand {display: none;}
.selectWrap select::-ms-value {background: none; color: #262626;}

.error_txt01 {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #F35659;
}

.form_note01 {
	font-size: 1.3rem;
	color: #666;
	margin-left: 10px;
}
@media screen and (max-width:767px){
	.form_note01 {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}
}


.form_note02 {
	font-size: 1.3rem;
	color: #666;
	margin-top: 10px;
}

.form_note03 {
	font-size: 1.4rem;
	color: #666;
	margin-top: 10px;
	font-weight: 500;
}

.form_unit01 {
	vertical-align: -5px;
	display: inline-block;
	margin-left: 10px;
}


@media screen and (max-width:767px){
	.sp_form_flex01 {
		display: flex!important;
		justify-content: space-between;
		align-items: flex-end;
	}
	.sp_form_flex01 input {
		width: calc(100% - 30px);
		max-width: inherit!important;
	}
	.sp_form_flex01 .form_unit01 {
		padding-bottom: 3px;
	}
}



.list_note01 > li {
	position: relative;
	padding-left: 1em;
}
.list_note01 > li:last-of-type {
	margin-bottom: 0;
}
.list_note01 > li:before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}





/* title
------------------------------- */
.title01 {
	text-align: center;
	margin-bottom: 50px;
}
.title01 > small {
	display: block;
	font-size: 2rem;
	letter-spacing: .1em;
	font-family: 'Raleway', sans-serif;
	color: #2596DC;
	font-weight: 800;
	margin-bottom: 5px;
}
.title01 > span {
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
}

@media screen and (max-width:767px){
	.title01 {
		margin-bottom: 35px;
	}
	.title01 > small {
		font-size: 1.6rem;
		margin-bottom: 3px;
	}
	.title01 > span {
		display: block;
		font-size: 2.6rem;
	}
}

/* ----------------------------------------

- Section Style

---------------------------------------- */
.box01 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
}

/* blk_boder01
------------------------------- */
.blk_boder01 {
	border: 1px solid #ddd;
	padding: 15px 20px;
}


.blk_tgl01_ttl {
	position: relative;
	cursor: pointer;
}
.blk_tgl01_ttl:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 2.5rem;
	top: 50%;
	transform: translate(0, -50%);
	right: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
}
.blk_tgl01_ttl.active:after {
	content: "\f106";
}
.blk_tgl01_con {
	display: none;
}
.blk_tgl01:nth-of-type(1) .blk_tgl01_con {
	display: block;
}

/* .txtBlk_unit01 {
	display: flex;
	justify-content: space-between;
} */
.txtBlk_unit01 {
	display: flex;
	justify-content: center;
}

.bg_f5f5f5 .txtBlk_unit01 {
	display: flex;
	justify-content: space-between;
}

.txtBlk01 {
	width: calc((100% - 60px) / 2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 40px;
	border-top: 4px solid #2A69A0;
}
.txtBlk01 img[src$=".svg"] {width: auto;}
@media screen and (max-width:767px){
	.txtBlk_unit01 {
		display: block;
	}
	.txtBlk01 {
		width: 100%;
		padding: 20px;
	}
	.txtBlk_unit01 .txtBlk01 {
		margin-bottom: 20px;
	}
	.txtBlk_unit01 .txtBlk01:last-of-type {
		margin-bottom: 0;
	}
}

.txtBlk02 {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
@media screen and (max-width:767px){
	.txtBlk02 {
		padding: 20px;
	}
}

.txtBlk03 {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
	display: flex;
}
.txtBlk03 .ttl {
	color: #fff;
	background: #2596DC;
	width: 300px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
.txtBlk03 .txt {
	width: calc(100% - 300px);
	font-size: 1.5rem;
	padding: 30px 40px;
}
.txtBlk03 .txt table th,
.txtBlk03 .txt table td {
	font-weight: 700;
	padding-bottom: 10px;
	vertical-align: top;
}
.txtBlk03 .txt table th {
	width: 140px;
}
.txtBlk03 .txt table th div {
	width: 100%;
	position: relative;
}
.txtBlk03 .txt table th div:after {
	content: "：";
	position: absolute;
	right: 0;
}
.txtBlk03 .txt table td {padding-left: 20px;}
.txtBlk03 .txt table tr:last-of-type th,
.txtBlk03 .txt table tr:last-of-type td {padding-bottom: 0;}


@media screen and (max-width:767px){
	.txtBlk03 {
		display: block;
	}
	.txtBlk03 .ttl {
		width: 100%;
		padding: 8px 10px;
	}
	.txtBlk03 .txt {
		width: 100%;
		padding: 15px 20px;
	}
	.txtBlk03 .txt table,
	.txtBlk03 .txt tbody,
	.txtBlk03 .txt tr,
	.txtBlk03 .txt td {display: block;}
	.txtBlk03 .txt table th {
		width: auto;
		display: inline-block;
	}
	.txtBlk03 .txt table th {
		padding-bottom: 0;
	}
	.txtBlk03 .txt table th div {
		padding-right: 1em;
	}
	.txtBlk03 .txt table td {
		padding-left: 0;
	}
}

.txtBlk04 {
	background: #F5F5F5;
	border-radius: 10px;
	padding: 40px;
}
@media screen and (max-width:767px){
	.txtBlk04 {
		padding: 20px;
	}
}

.telBlk01 {
	background: #2596DC;
	border-radius: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.telBlk01_txt01 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-right: 15px;
}
.telBlk01_txt02 {
	font-weight: 700;
	margin-right: 25px;
	position: relative;
	padding-right: 45px;
}
.telBlk01_txt02:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 11.5px 0 11.5px 15px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.telBlk01 a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 3.2rem;
	letter-spacing: .03em;
	color: #fff;
	text-decoration: none;
}
.telBlk01 a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	background: url("/files/img/common/icon_tel_w.svg") no-repeat 0 0 / 25px 25px;
}
@media screen and (max-width:767px){
	.telBlk01 {
		display: block;
		padding: 20px;
		text-align: center;
	}
	.telBlk01_txt01 {
		font-size: 1.8rem;
		font-weight: 700;
		margin: 0 0 15px;
	}
	.telBlk01_txt02 {
		margin-right: 0;
		padding-right: 0;
		padding-bottom: 25px;
	}
	.telBlk01_txt02:after {
		border-style: solid;
		border-width: 15px 11.5px 0 11.5px;
		border-color: #fff transparent transparent transparent;
		right: auto;
		top: auto;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 0);
	}
	.telBlk01 a {
		font-size: 3.0rem;
		letter-spacing: .03em;
	}
	.telBlk01 a:before {
		margin-right: 10px;
		width: 21px;
		height: 21px;
		background-size: 21px 21px;
		vertical-align: 2px;
	}
}

.faqList {
	border-bottom: 1px solid #ddd;
}
.faqList dt,
.faqList dd {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
}
.faqList dt:before {content: "Q"; background: #2A69A0;}
.faqList dd:before {content: "A"; background: #2596DC;}
.faqList dt:before,
.faqList dd:before {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	color: #fff;
	left: 20px;
	top: 21px;
	font-size: 2.8rem;
}
.faqList dt {
	padding: 32px 65px 32px 90px;
	cursor: pointer;
	border-top: 1px solid #ddd;
}
.faqList dt.active {background: #F5F5F5;}
.faqList dt:after {
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 2.5rem;
	top: 25px;
	right: 28px;
	color: #2596DC;
	font-weight: normal;
}
.faqList dt.active:after {
	content: "\f106";
}
.faqList dd {
	padding: 32px 0 32px 90px;
	display: none;
}
.faqList dd:before {
	opacity: 0;
	transition: .2s;
}
.faqList dd.active:before {
	opacity: 1;
}
@media screen and (max-width:767px){
	.faqList dt,
	.faqList dd {
		font-size: 1.5rem;
	}
	.faqList dt:before,
	.faqList dd:before {
		width: 32px;
		height: 32px;
		line-height: 32px;
		left: 10px;
		top: 10px;
		font-size: 2.0rem;
	}
	.faqList dt {
		padding: 15px 40px 17px 53px;
	}
	.faqList dt:after {
		font-size: 2.3rem;
		top: 10px;
		right: 13px;
	}
	.faqList dd {
		padding: 15px 0 17px 53px;
	}

}

/* ----------------------------------------

- List Style

---------------------------------------- */

/* list01
------------------------------- */
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #125999;
	position: absolute;
	left: 3px;
	top: .65em;
}

/* list02
------------------------------- */
.list02 li {
	
}
.list02 li {
	padding-left: 25px;
}
.list02 li span {
	display: block;
	position: relative;
}
.list02 li span:before,
.list02 li span:after {
	content: "";
	position: absolute;
	background: #262626;
	left: -24px;
	bottom: 6px;
}
.list02 li span:before {
	width: 1px;
	height: calc(100% - 8px);
}
.list02 li span:after {
	width: 15px;
	height: 1px;
}
.list02 > li {
	padding-left: 0;
}
.list02 > li > span:before,
.list02 > li > span:after {
	display: none;
}
.list02 li a.icon_file:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url("../../img/common/icon_file.svg") 0 0 / 19px 20px;
	margin-left: 5px;
	vertical-align: -4px;
}

/* list03
------------------------------- */
.list03 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list03 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #262626;
	position: absolute;
	left: 3px;
	top: .75em;
}

.icon_pdf:after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 22px;
	background: url("../../img/common/icon_pdf.svg") 0 0 / 17px 22px;
	margin-left: 7px;
	vertical-align: -5px;
}

/* numList01
------------------------------- */
.numList01 > li {
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1em;
	margin-left: 1em;
}
.numList01 > li > ol > li {
	text-indent: -1em;
	margin-left: 1em;
}

/* capList
------------------------------- */
.capList > li {
	position: relative;
	padding-left: 16px !important;
	margin-bottom: 3px;
}
.capList > li:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btn
------------------------------- */
.btn01 {
	display: inline-block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-radius: 31px;
	text-decoration: none;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	position: relative;
}
.btn01 img.icon_en {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	vertical-align: -2px;
}
.btn01 img.icon_sp {
	display: inline-block;
	width: 16px;
	height: 23px;
	margin-right: 14px;
	vertical-align: -4px;
}
.btn01.btn01_s {
	height: 42px;
	line-height: 40px;
}
.btn01.btn_h100 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn01_bgc_f5f5f5 {
	border: 1px solid #DDD;
	background: #F5F5F5;
	line-height: 50px;
	font-size: 1.6rem;
	color: #262626;
}
.btn01_bgc_fff {
	border: 1px solid #DDD;
	background: #fff;
	line-height: 50px;
	font-size: 1.6rem;
	color: #262626;
}
.btn01_bgc_2C3F61 {
	background: #2A69A0;
}
.btn01_bgc_gradOrange {
	background: linear-gradient(to right, #FF607B, #E62B2E);
}
.btn01_icon_angle-right:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 17px;
	font-size: 2.1rem;
}
.btn01_icon_angle-down:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	right: 20px;
	font-size: 2.1rem;
}
.btn01_bgc_f5f5f5.btn01_icon_angle-right:after,
.btn01_bgc_fff.btn01_icon_angle-right:after {
	color: #2596DC;
}
.btn01_s {
	height: 42px;
	line-height: 42px;
}
.btn01_s .btn01_bgc_f5f5f5 {
	line-height: 40px;
}

.btn01_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn01_flex span {
	display: block;
	line-height: 1.3;
	white-space: nowrap;
}

@media screen and (max-width:767px){
	.btn01 {
		height: 46px;
		line-height: 44px;
		border-radius: 21px;
		font-size: 1.5rem;
	}
	.btn01.btn01_s {
		height: 38px;
		line-height: 36px;
	}
	.btn01.btn_h100 {
		height: 100%;
	}
	.btn01_icon_angle-right:after {
		right: 12px;
	}
	.btn01_icon_angle-down:after {
		right: 15px;
}
}

.btnUnit01 {
	display: flex;
	justify-content: center;
	margin-left: -18px;
	margin-right: -18px;
}
.btnUnit01 li {
	flex-shrink: 0;
	width: 100%;
	margin-left: 18px;
	margin-right: 18px;
}
@media screen and (max-width:767px){
	.btnUnit01 {
		display: block;
		margin: 0;
	}
	.btnUnit01 li {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
	.btnUnit01 li:last-of-type {margin-bottom: 0;}
}

.btn02 {
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
}
.btn02:before {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 2rem;
	color: #2596DC;
	margin-right: 10px;
}

.btn03 {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	border-radius: 20px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	text-decoration: none;
	background: linear-gradient(to right, #FF607B, #E62B2E);
	padding: 0 10px 0 13px;
}
.btn03 i {
	font-size: 1.5rem;
	margin-left: 3px;
}

/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl01
------------------------------- */
.tbl01 {
	width: 100%;
}
.tbl01 th,
.tbl01 td {
	padding: 13px 20px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.tbl01 th {
	background-color: #E7ECFB;
	font-weight: 700;
	font-size: 1.5rem;
	width: 200px;
}
.tbl01 td {
	background-color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
}
@media screen and (max-width:767px){
	.tbl01,
	.tbl01 tbody,
	.tbl01 tr,
	.tbl01 th,
	.tbl01 td {display: block;}
	.tbl01 {
		border-top: 1px solid #ddd;
	}
	.tbl01 th,
	.tbl01 td {
		width: 100%;
		padding: 10px 20px;
		border-top: none;
	}
	
}

/* tbl02
------------------------------- */
.tbl02 {
	width: 100%;
}
.tbl02 th,
.tbl02 td {
	padding: 8px 15px 10px;
	border-right: 1px solid #ddd;
	vertical-align: top;
}
.tbl02 th {
	background: #2A69A0;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	white-space: nowrap;
}
.tbl02 tr th:first-of-type {width: 65px;}
.tbl02 tr th:last-of-type,
.tbl02 tr td:last-of-type {
	border: none;
}
.tbl02 tr td {
	font-size: 1.8rem;
	background: #F5F5F5;
	line-height: 2;
}
.tbl02 tr td:nth-child(1) {
	text-align: center;
}
.tbl02 tr th:nth-child(3),
.tbl02 tr th:nth-child(4),
.tbl02 tr td:nth-child(3),
.tbl02 tr td:nth-child(4) {
	width: 210px;
}

/* 管理画面側取引掲示板 */
/* チェックボックス本体は非表示 */
.custom_check input[type="checkbox"] {
  display: none;
}

/* カスタムチェックボックスの枠 */
.custom_check span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  background: #fff;
  vertical-align: middle;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}

/* チェック時にSVG画像を表示 */
.custom_check input[type="checkbox"]:checked + span {
  background: url("../../img/common/icon_check_01.svg") no-repeat center center / 21px 18px;
  background-color: #fff;
}

/* 削除ボタン（通常時） */
.MessageDel_btn_wrap {
	text-align: center;
}
.MessageDel_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 280px;
	height: 42px;
	border-radius: 20px;
	background-color: #ddd;
	border: 1px solid #ddd;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 20px;
	color: #fff;
}
.MessageDel_btn:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../img/common/icon_trash-sharp_off.svg") no-repeat center center / 20px 20px;
	margin-right: 10px;
}

/* チェック時（activeクラス付与時） */
.MessageDel_btn.active {
  background: #F5F5F5;
  color: #262626;
}
.MessageDel_btn.active::before {
  content: "";
  display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../img/common/icon_trash-sharp_on.svg") no-repeat center center / 20px 20px;
}

/* 追加：削除メッセージの色指定 */
.message-deleted {
  color: #9d9d9d;
}

table.tbl02 .list_check li {
	display: flex;
	align-items: center;
}
.custom_check {
	margin-right: 10px;
}

/* list_check
------------------------------- */
.list_check span::before,
.list_check span::after {
	display: none;
}
.list_check li:nth-child(2) .subject {
	margin-left: 25px;
}
.list_check li:nth-child(3) .subject {
	margin-left: 50px;
}
.list_check li:nth-child(4) .subject {
	margin-left: 75px;
}
.list_check li:nth-child(5) .subject {
	margin-left: 100px;
}
.list_check li:nth-child(6) .subject {
	margin-left: 125px;
}
.list_check li:nth-child(7) .subject {
	margin-left: 150px;
}
.list_check li:nth-child(8) .subject {
	margin-left: 175px;
}
.list_check li span.subject {
	position: relative;
}
.list_check li span.subject::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 8px);
	background: #262626;
}
.list_check li:first-child span.subject::before {
	display: none;
}
.list_check li span.subject::after {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background: #262626;
}
.list_check li:first-child span.subject::after {
	display: none;
}

@media screen and (max-width:767px){
	.tbl02 {
		width: 780px;
	}
	.tbl02 th {
		font-size: 1.4rem;
	}
	.tbl02 tr th:first-of-type {width: 60px;}
	.tbl02 tr td {
		font-size: 1.6rem;
	}
	.tbl02 tr th:nth-child(3),
	.tbl02 tr th:nth-child(4),
	.tbl02 tr td:nth-child(3),
	.tbl02 tr td:nth-child(4) {
		width: 190px;
	}
}


.simBlk {
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
}
.simBlk_l {
	width: 670px;
}
.simBlk_r {
	width: 358px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.simBlk_r_gray {background: #f5f5f5;}
.simBlk_r_in {
	width: 100%;
}
.simBlk_r_in_txt01 {
	background: #2596DC;
	width: 260px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	border-radius: 24px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.simBlk_r_in_txt01:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 10px;
	background: url("../../img/common/icon_comment01.svg") no-repeat 0 0 / 25px 10px;
	position: absolute;
	left: calc(50% - 12px);
	top: -20px;
}
.simBlk_r_in_txt01:after {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: #2596DC transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 7px);
}
.simBlk_r_in_txt02 {
	text-align: center;
}
.simBlk_r_in_txt02 span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 4.2rem;
	color: #F35659;
	display: inline-block;
}
.simBlk_r_in_txt02 small {
	font-weight: 700;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: 3px;
}
@media screen and (max-width:767px){
	.simBlk {
		display: block;
		margin: 0 0 30px;
	}
	.simBlk_l {
		width: auto;
		margin: 0 0 30px;
	}
	.simBlk_r {
		width: auto;
		display: block;
		padding: 30px 20px 5px;
	}
	.simBlk_r_in {
		width: 100%;
	}
	.simBlk_r_in_txt01 {
		margin-bottom: 5px;
	}
	.simBlk_r_in_txt02 span {
		font-size: 3.4rem;
	}
	.simBlk_r_in_txt02 small {
		font-size: 1.6rem;
	}
}
@media screen and (max-width:360px){
	.simBlk_r_in_txt01 {
		width: 230px;
	}
}

.form_flex01 {
	display: flex!important;
	justify-content: space-between;
	align-items: flex-end;
}
.form_flex01 input {
	width: calc(100% - 30px);
	max-width: inherit!important;
}
.form_flex01 .form_unit01 {
	padding-bottom: 3px;
}


.is-tglBtn.void {
	pointer-events: none;
	opacity: .3;
}


/* tbl03
------------------------------- */
.tbl03 {
	width: 100%;
	border-top: 1px solid #ddd;
}
.tbl03 th,
.tbl03 td {
	padding: 16px 20px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	font-size: 1.5rem;
	font-weight: 700;
}
.tbl03 th {
	background: #2A69A0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	white-space: nowrap;
	width: 160px;
	padding-top: 22px;
	text-align: left;
}
.tbl03 td {
	background: #fff;
}
@media screen and (max-width:767px){
	.tbl03 th,
	.tbl03 td {
		padding: 16px 15px;
	}
	.tbl03 th {
		width: 105px;
	}
}

/* ----------------------------------------

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */
input.txt,
textarea.txt,
select.txt {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-width: 100%;
}
input.txt:focus,
textarea.txt:focus {
	background: #fff5d6;
}
textarea.txt {
	width: 100%;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}
button {
	transition: .15s;
}
button:hover {
	opacity: .5;
}

/* error */
input.err,
textarea.err,
select.err,
.err select,
.chkgroup.err input,
.chkgroup.err textarea,
.chkgroup.err .selectWrap select {
	border-color: #F35659;
	background: #fdf5ee;
}
input.err:focus,
textarea.err:focus {
	border-color: #F35659;
}

.errorTxt {
	margin-top: 10px;
	color: #ff0000;
	line-height:1.1;
}

/*  option and required  */
td.required,
td.option {
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}
td.required p,
td.option p {
	width: 3.5em;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
td.option			{ background: #f5f5f5;}
td.option p		{ background: #a6a6a6;}
td.required		{ background: #fff0f0;}
td.required p	{ background: #ff6060;}

@media screen and (max-width:767px){
	select.txt {
		border-color: #ccc;
		background: #fff;
	}
}

/* ----------------------------------------

- Text Style

---------------------------------------- */
@media all and (min-width:768px){
	.is_sp {display: none;}
}
@media screen and (max-width:767px){
	.is_pc {display: none;}
	.is_sp {display: block;}
	br.is_sp {display: inline-block;}
}

.bold {
	font-weight: 700;
}

.fw400 { font-weight: 400 !important;}

.txt_indent {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.txt_indent_mark {
	margin-right: .15em;
}

.tglBlk {display: none;}

.fc_ff7d14 {color: #F35659!important;}
.fc_666 {color: #666!important;}

.blk {display: block!important;}

.fs13 {font-size: 1.3rem!important;}
.fs14 {font-size: 1.4rem!important;}
.fs15 {font-size: 1.5rem!important;}
.fs16 {font-size: 1.6rem!important;}
.fs17 {font-size: 1.7rem!important;}
.fs18 {font-size: 1.8rem!important;}
.fs20 {font-size: 2.0rem!important;}
.fs26 {font-size: 2.6rem!important;}

@media screen and (max-width:767px){
	.sp_fs14 {font-size: 1.4rem!important;}
	.sp_fs13 {font-size: 1.3rem!important;}
}
@media screen and (max-width:360px){
	.sps_fs12 {font-size: 1.2rem!important;}
}

/* ----------------------------------------

- Width

---------------------------------------- */
.w40     { width: 40px !important;}
.w50     { width: 50px !important;}
.w100    { width: 100px !important;}
.w120    { width: 120px !important;}
.w150    { width: 150px !important;}
.w200    { width: 200px !important;}
.w250    { width: 250px !important;}
.w300    { width: 300px !important;}
.w350    { width: 350px !important;}
.w5per  { width: 5% !important;}
.w8per  { width: 8% !important;}
.w10per  { width: 10% !important;}
.w15per  { width: 15% !important;}
.w20per  { width: 20% !important;}
.w25per  { width: 25% !important;}
.w30per  { width: 30% !important;}
.w35per  { width: 35% !important;}
.w40per  { width: 40% !important;}
.w45per  { width: 45% !important;}
.w50per  { width: 50% !important;}
.w60per  { width: 60% !important;}
.w70per  { width: 70% !important;}
.w80per  { width: 80% !important;}
.w90per  { width: 90% !important;}
.w100per { width: 100% !important;}
.w5em    {  width: 5em !important;}
.w10em   {  width: 10em !important;}
.w15em   {  width: 15em !important;}
.w20em   {  width: 20em !important;}
.maxw100 {  max-width: 100px !important;}
.maxw150 {  max-width: 150px !important;}
.maxw200 {  max-width: 200px !important;}
.maxw230 {  max-width: 230px !important;}
.maxw240 {  max-width: 240px !important;}
.maxw300 {  max-width: 300px !important;}
.maxw350 {  max-width: 350px !important;}
.maxw380 {  max-width: 380px !important;}
.maxw420 {  max-width: 420px !important;}
.maxw535 {  max-width: 535px !important;}
.maxw550 {  max-width: 550px !important;}
.minh116 {  min-height: 116px !important;}

@media screen and (max-width:767px){
	.spwAuto    { width: auto !important;}
	.sp_w50     { width: 50px !important;}
	.sp_w100    { width: 100px !important;}
	.sp_w150    { width: 150px !important;}
	.sp_w200    { width: 200px !important;}
	.sp_w250    { width: 250px !important;}
	.sp_w300    { width: 300px !important;}
	.sp_w350    { width: 350px !important;}
	.sp_w5per   { width: 5% !important;}
	.sp_w8per   { width: 8% !important;}
	.sp_w10per  { width: 10% !important;}
	.sp_w15per  { width: 15% !important;}
	.sp_w20per  { width: 20% !important;}
	.sp_w25per  { width: 25% !important;}
	.sp_w30per  { width: 30% !important;}
	.sp_w35per  { width: 35% !important;}
	.sp_w40per  { width: 40% !important;}
	.sp_w45per  { width: 45% !important;}
	.sp_w50per  { width: 50% !important;}
	.sp_w60per  { width: 60% !important;}
	.sp_w70per  { width: 70% !important;}
	.sp_w80per  { width: 80% !important;}
	.sp_w90per  { width: 90% !important;}
	.sp_w100per { width: 100% !important;}
	.sp_w5em    { width: 5em !important;}
	.sp_w10em   { width: 10em !important;}
	.sp_w15em   { width: 15em !important;}
	.sp_w20em   { width: 20em !important;}
	.sp_maxw200 {  max-width: 200px !important;}
	.sp_maxw110 {  max-width: 110px !important;}
	.sp_maxw_inherit { max-width: inherit !important;}
	.sp_minhAuto { min-height: auto !important;}
}

/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}

.indent_-1em {text-indent: -1em; margin-left: 1em;}


.mgt0 { margin-top: 0 !important;}
.mgt3 {	margin-top: 3px !important;}
.mgt5 {	margin-top: 5px !important;}
.mgt10 { margin-top: 10px !important;}
.mgt13 { margin-top: 13px !important;}
.mgt15 { margin-top: 15px !important;}
.mgt20 { margin-top: 20px !important;}
.mgt30 { margin-top: 30px !important;}
.mgt35 { margin-top: 35px !important;}
.mgt40 { margin-top: 40px !important;}
.mgt50 { margin-top: 50px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb3 {	margin-bottom: 3px !important;}
.mgb5 {	margin-bottom: 5px !important;}
.mgb10 { margin-bottom: 10px !important;}
.mgb13 { margin-bottom: 13px !important;}
.mgb15 { margin-bottom: 15px !important;}
.mgb20 { margin-bottom: 20px !important;}
.mgb25 { margin-bottom: 25px !important;}
.mgb30 { margin-bottom: 30px !important;}
.mgb35 { margin-bottom: 35px !important;}
.mgb40 { margin-bottom: 40px !important;}
.mgb45 { margin-bottom: 45px !important;}
.mgb50 { margin-bottom: 50px !important;}
.mgb55 { margin-bottom: 55px !important;}
.mgb60 { margin-bottom: 60px !important;}
.mgb70 { margin-bottom: 70px !important;}
.mgb80 { margin-bottom: 80px !important;}
.mgb100 { margin-bottom: 100px !important;}
.mgb-100 { margin-bottom: -100px!important;}
.mgl10 { margin-left: 10px !important;}
.mgr10 { margin-right: 10px !important;}
.mgr20 { margin-right: 20px !important;}
.mgr30 { margin-right: 30px !important;}
.mgrAuto {margin-right: auto!important;}
.mglAuto {margin-left: auto!important;}
.pdt70 { padding-top: 70px !important;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.valnM { vertical-align: middle!important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}
.flex { display: flex !important;}
.alItC { align-items: center !important;}
.jcSpbw { justify-content: space-between !important;}
.jcC { justify-content: center !important;}

@media screen and (max-width:767px){
	.sp_mgt0 { margin-top: 0 !important;}
	.sp_mgt5 {	margin-top: 5px !important;}
	.sp_mgt10 {	margin-top: 10px !important;}
	.sp_mgt15 {	margin-top: 15px !important;}
	.sp_mgt20 {	margin-top: 20px !important;}
	.sp_mgt30 {	margin-top: 30px !important;}
	.sp_mgt40 {	margin-top: 40px !important;}
	.sp_mgb0 { margin-bottom: 0 !important;}
	.sp_mgb5 {	margin-bottom: 5px !important;}
	.sp_mgb10 {	margin-bottom: 10px !important;}
	.sp_mgb15 {	margin-bottom: 15px !important;}
	.sp_mgb20 {	margin-bottom: 20px !important;}
	.sp_mgb25 {	margin-bottom: 25px !important;}
	.sp_mgb30 {	margin-bottom: 30px !important;}
	.sp_mgb40 {	margin-bottom: 40px !important;}
	.sp_mgb45 {	margin-bottom: 45px !important;}
	.sp_mgb50 {	margin-bottom: 50px !important;}
	.sp_mgl15 {margin-left: 15px!important;}
	.sp_mgr15 {margin-right: 15px!important;}
	.sp_mgr0 {margin-right: 0!important;}
	.sp_pdt40 { padding-top: 40px !important;}
	.sp_alnL{ text-align: left !important;}
	.sp_lh13 { line-height: 1.3;}
	.sp_block { display: block !important;}
}

.companyMap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.companyMap iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:767px){
	.companyMap {
		padding-top: 75%;
	}
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}