@charset "utf-8";

.user_pc a[href^="tel:"] {

    pointer-events: none !important;

}
#contents {
	min-width: unset;
	width: 100%;
	margin: 0;
}

#cnt{
	font-size:16px;
	width: 100%;
	margin: 0 auto;
}
section{
	margin: 0 auto;
	width: 100%;
}
section:nth-child(2n){
	background: url("../img/cnt_bg2.png");
	background-repeat: repeat;
}
article{
	max-width: 1080px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
article p{
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}
article .inner{
	padding: 60px 0;
	margin: 0 60px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.mv article {
	padding-bottom: 40px;
}
section.mv article .inner{
	padding: 0;
	margin: 0;
}
section.mv .catch img{
	display: block;
	width: 100%;
}
h2.sec_ttl{
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 30px;
	line-height: 30px;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 1.5em;
	color: #313131;
}

h2.sec_ttl::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 6px solid #eac900;
	z-index: -5;
}
.top.cnt h2 {
    margin: 20px 0 20px;
}
section.mv article .mv_bg{
	width: 100%;
}
section.mv article h2.sec_ttl{
	font-size: 37px;
	line-height: 37px;
}
p.caption{
	margin: 0 auto 2.5em;
}
p.caption.btn_p{
	margin: 2em auto .5em;
}
.cnt{
	display: flex;
	flex-direction: row;
	justify-content:space-around;
	margin: 0 0 20px;
	padding: 25px 20px 20px;
	background: #fff;
}
.cnt.top{
	margin-bottom: 0 ;
    padding: 40px 20px 40px;
}
.merit{
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.merit .ttl_box{
	margin-bottom: -2em;
	z-index: 2;
}
.merit .ttl_box h3{
	display: inline-block;
	width: auto;
	padding: .5em ;
	margin: 0;
	background: #fff;
	color: #a7a7a7;
	font-size: 28px;
    line-height: 28px;
}
.merit .cnt{
	border: 2px solid #a7a7a7;
	box-sizing: border-box;
}
.cnt .block-l{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
}
.cnt .block-r{
	width: 75%;
	text-align: left;
}
.cnt .block-r h4{
	font-size: 34px;
	text-align: left;
	color: #313131;
	margin-top: .5em;
	margin-bottom: .5em;
}
.cnt .block-r h4 span{
	line-height: 36px;
	color: #e46486;
}
.cnt .block-r h4 em{
	font-size: 48px;
	line-height: 48px;
	font-style:normal;
    padding: 0 0 0 5px;
}
.block-b{
	padding: 16px 0 12px;
	font-size: 24px;
	line-height: 28px;
	background: #fff;
	border: 2px solid #a7a7a7;
	width: 550px;
	box-sizing: border-box;
}

/*　申込手続きについて */

.sec6 h2{
	margin-bottom:30px;
}

table.proposal {
	width:100%;
	max-width: 960px;
	margin:0 auto;
	border-right:#cccccc solid 1px;
	border-collapse: collapse;
}
table.proposal thead th {
	background:#0f1350;
	color:#FFF;
	width: 36%;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.proposal thead th:first-child {
	width: 27%;
}

table.proposal thead th:last-child {
	border-right:#cccccc solid 1px;
}
table.proposal tbody th {
	background: #eeeeee;
	padding:10px 15px;
	line-height: 1.8em;
	vertical-align: middle !important;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.proposal tbody th span {
	color: #e46486;
}
table.proposal tbody tr:last-child th {
	border-bottom:#cccccc solid 1px;
}
table.proposal tbody td {
	background:#FFF;
	padding:20px 15px 10px;
	border-left:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
	vertical-align:top;
}

.proposal td ul{
	padding-left:0;
	list-style:none;
	text-align:left;
}

.proposal td ul li{
	margin-bottom:8px;
}

.proposal td ul li a{
	display:inline-block;
	padding:0 25px 0 1em;
	text-indent:-1em;
	text-decoration:none;
}
.proposal td ul li a:after{
	margin-left: 1.5em;
	margin-top: 0.1em;
	position: absolute;
	content: url(../img/icon_pdf_01.png);
}
.pdf_link a:after{
	margin-left: 0.2em;
	margin-right: 0.3em;
	content: url(../img/icon_pdf_01.png);
}
.pdf_link span{
	font-size: 1.2em;
	line-height: 2em;
	color: #cd0000;
}
.proposal .pdf_list{
	line-height: 1.2em;
}
.proposal td a,
.proposal td a:visited
.listcnt a,
.listcnt a:visited,
.pdf_link a,
.pdf_link a:visited{
	color: #274ab2;
}
.proposal td a:hover,
.listcnt a:hover,
.pdf_link a:hover {
    opacity: 0.8;
}
table.proposal tbody td.hide {
	vertical-align: middle !important;
}
table.proposal tbody td.hide p{
	text-align: center !important;
}
.mt07em{
	margin-top: 0.7em;
}
.mb3px{
	margin-bottom: 3px !important;
}
.moushikomi_notice{
	font-size: 0.9em;
}
@media screen and (max-width: 845px) {

	.sec6 .inner{
		width:94%;
		margin:0 auto;
	}

	table.proposal thead {
		display:none;
	}
	table.proposal tbody th {
		display:block;
		background:#0f1350;
		color:#FFF;
	}
	table.proposal tbody th span {
		color: #fbc4d2;
	}

	table.proposal thead th {
		width: auto;
	}
	table.proposal thead th:first-child {
		width: auto;
	}

	/* remove blank */
	.for_sp{
		display:none;
	}

	table.proposal tbody td {
		display:block;
	}
	table.proposal tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
	}
	
	table.proposal tbody td p,
	table.proposal tbody td ul{
		margin-left: 25%;
	}
	table.proposal td ul li{
		margin-bottom:16px;
	}

	.longurl{word-break: break-all;}

	table.proposal tbody td.hide {
		display:none;
	}
}

/*　ここまで＿申込申込手続きについて */

/* よくあるご質問 */

.q_and_a .ttl_box h3 {
	display: inline-block;
	width: auto;
	margin: 0;
	padding-bottom: 10px;
	background: none;
	color: #484646;
	font-size: 28px;
	line-height: 28px;
}

.q_and_a {
	width: 100%;
	padding: 0 ;
	margin: 0 auto 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.q_and_a:last-child {
	margin-bottom: 0 ;
}
.q_and_a .ttl_box {
	margin-top: 0;
	margin-bottom:0;
}
.q_and_a .ttl_box h3 {
	display: inline-block;
	width: auto;
	padding:0 0 10px 0 ;
	margin: 0;
	color: #484646;
	font-size: 28px;
	line-height: 28px;
}
.q_and_a .cnt {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding :0;
	margin: 0;
}

.q_and_a .cnt .block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding:0;
	background: #F8F8F8;
}


.q_and_a .cnt dl {
	width: 100%;
	text-align: left;
	font-size: 18px;
	padding: 0;
	margin: 0 0 12px;
	word-wrap: break-word;
}
.q_and_a .cnt dl dt {
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px 20px 5px;
	font-weight: bold;
	border-top: 1px solid #fff;
	color: #080808;
	background-color: #c9c9c9;
	cursor: pointer;
}
.q_and_a .cnt dl dd {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 1.6em 0;
	display: none;
	background: #fff;
}

.q_and_a .cnt dl dd .notice {
	margin-top:4px;
}

.q_and_a .cnt dl dd .notice:before {
	content:"※ "
}

.q_and_a .cnt dl dt .listcnt{
	width: calc(94% - 50px);
	padding: 0 0 0 85px;
	text-indent: -75px;
	margin:0;
	line-height: 1.5em;
}
.q_and_a .cnt dl dd .listcnt{
	width: calc(94% - 50px);
	padding: 0 0 0 75px;
	text-indent: -65px;
	margin:0;
	line-height: 1.5em;
}

.q_and_a .cnt dl dt .listcnt::before ,
.q_and_a .cnt dl dd .listcnt::before {
	width: 22px;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 4%;
	padding: 5px 10px;
	font-family: 'MS Sans Serif', "MS PGothic", "Osaka", Arial, sans-serif;
}

.q_and_a .cnt dl dt .listcnt::before {
	color: #7d7d7d;
	background-color: #fff;
	border-radius: 20px;
	content:"Q";
}
.q_and_a .cnt dl dd .listcnt::before {
	color: #cd0000;
	content:"A";
	margin-right: 2%;
	margin-left: 1%;
}

.q_and_a .cnt dl dd span {
	display: block;
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: .75em;
}

.q_and_a .cnt dl dd.open{
	display: block;
}
/* アコーディオン開閉　入れ子の中身のボタン　*/
.accordion_icon_oval,
.accordion_icon_oval span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon_oval {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 ;
}
.accordion_icon_oval span {
	position: absolute;
	left: 7px;
	width: 50%;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon_oval span:nth-of-type(1) {
	top: 14px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon_oval span:nth-of-type(2) {
	top: 14px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 14px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/*＋、－切り替え　入れ子の中身のボタン*/
.accordion_icon_oval.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon_oval.active span:nth-of-type(2) {
	top: 14px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*　ここまで＿よくあるお問い合わせ */

/* お問い合わせ先 */

section.otoiawase article .table-q{
	padding:0 ;
	margin-top: 2.5em;
	background: #fff;
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border: 2px solid #0f1350;
	border-radius: 8px 8px 8px 8px;
	box-sizing: border-box;
}
section.otoiawase article .table-q h2{
	display: inline-block;
	position: relative;
	font-size: 25px;
	line-height: 28px;
	vertical-align: middle;
	z-index: 2;
	margin: -1px -1px 0;
	padding-top: .5em;
	padding-bottom: .5em;
	background: #0f1350;
	border: 1px solid #0f1350;
	border-radius: 8px 8px 0px 0px;
	font-weight: bolder;
	color: #fff;
	box-sizing: border-box;
}
.block-q{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	padding: 0 1rem;
	border-radius: 0px 0px 8px 8px;
}
.block-q div{
	width: 100%;
}
.block-q .tel{
	font-size: 19px;
	line-height: 23px;
	margin: 1.5rem 0 1rem;
	vertical-align: baseline;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0 0 25px;
	border-bottom: 1px solid #a7a7a7;
}
.block-q .tel a,
.block-q .tel span{
	margin: 0 8px;
}
.block-q .tel a{
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	color: #313131;
}
.block-q .tel a::before{
	display: inline-block;
	vertical-align: bottom;
	content:"";
	width: 40px;
	height: 40px;
	background: url("../img/sec06-icon.png") center  no-repeat;
	background-size:contain;
}
.block-q .small{
	font-size: iem;
	margin:0 0 1em;
	background-size:contain;
}
.block-q .small span.notice {
	margin-top: .25em;
}
.table-q h2 p{
	font-size: 0.6em;
	text-align: center;
	margin-top: 6px;
	font-weight: normal;
}


/*　ここまで__お問い合わせ先 */

.inner_btn{
	background:#e46486;
	width: 400px;
	padding: 16px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.inner_btn:hover {
    background-color: #ff8bab;
}
.inner_btn a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
}
.inner_btn a.link::after{
	display: inline-block;
	content:"";
	width: 24px;
	height: 16px;
	background: url("../img/lnk.gif") center no-repeat;
	background-size:contain;
}
.sp {
	display: none;
}
.contact_message {
	font-size: 23px;
	padding: 26px 10px;
}

@media screen and (max-width: 1224px) {
	#smartbanner {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	article .inner {
		margin: 0 3em;
	}
	.block-q .tel a {
		font-size: 48px;
		line-height: 48px;
	}
	.block-q .tel a::before{
		width: 40px;
		height: 45px;
	}
	.block-q .tel span{
		line-height: 48px;
	}
}
@media screen and (min-width: 769px) {
	.top .block-r{
		width: 70%!important;
	}
}
@media screen and (max-width: 768px) {
	section.mv article {
	    padding-bottom: 0;
	}	
	h2.sec_ttl{
		font-size: 24px;
		background: linear-gradient(transparent 80%, #eac900 70%);
		display: inline;
		line-height: 1.6;
	}
	h2.sec_ttl::after{
		display: none;
	}
	.top h2.sec_ttl {
		margin-top: 16px;
	}
	.top.cnt h2 {
    	margin: 30px 0 10px;
	}
	.cnt .block-r h4{
		text-align: center;
		font-size: 28px;
		line-height: 36px;
	}
	.cnt .block-r h4 span{
		display: inline-block;
	}
	.cnt .block-r h4 em{
		font-size: 40px;
	}
	.cnt{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 25px 20px 10px;
	}
	.cnt.top {
		padding: 20px 15px;
	}
	.cnt.top img{
		padding: 0 0 20px;
	}
	.cnt .block-l{
		width: 100%;
	}
	.cnt .block-l img{
		width: 45%;
		margin: 0;
	}
	.cnt .block-r{
		width: 100%;
		max-width: 545px;
		text-align: center;
	}
	p.caption {
		margin: 0 auto 1em;
	}
	p.caption.btn_p {
		margin: 1em auto .5em;
	}
	.block-b {
		font-size: 18px;
		line-height: 28px;
	}
	.merit .ttl_box h3 {
		font-size: 26px;
	}
	article .inner {
		padding: 2em 0;
		margin: 0 1em;
	}
	article .inner .sp-h2{
		padding: 0 0 20px;
	}

	.q_and_a .cnt dl dd .listcnt::before {

		margin-right: 6%;
	}
	.q_and_a .cnt dl dt .listcnt{
		width: calc(90% - 50px);
		padding: 0 0 0 56px;
		text-indent: -50px;
	}
	.q_and_a .cnt dl dd .listcnt{
		width: calc(90% - 50px);
		padding: 0 0 0 64px;
		text-indent: -56px;
	}
	section.otoiawase article .table-q {
		width: 100%;
	}
	section.otoiawase article .table-q h2 {
		font-size: 24px;
		padding: 15px 0 10px;
	}
	.block-q {
		padding: 15px;
		margin-bottom: 0;
	}
	.block-q .tel {
		margin: 0;
		flex-direction: column;
		padding: 0 0 10px;
	}
	.block-q .tel span{
		margin:5px 0 0;
	}
	.block-q .tel a {
		margin: 8px 0 0;
		font-size: 30px;
		line-height: 30px;
	}
	.block-q .tel a::before{
		width: 30px;
		height: 35px;
	}
	.block-q .tel span{
		line-height: 18px;
		font-size: 18px;
	}
	.block-q .small {
		font-size: 14px;
		margin: 12px 0 0;
	}
	.sp-show{
		display: block;
	}
	.sp-mt20{
		    margin-top: 20px;
	}
	.contact_message {
		font-size: 18px;
		padding: 7px 10px;
	}
	p.listcnt {
		font-size: 0.8em;
	}
	.sp_ml0 {
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 650px) {
	.block-b,
	.inner_btn{
		width: 100%;
		padding: 16px 0 12px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 425px) {
	/*h2.sec_ttl{
		margin-left: -.25em;
		margin-right: -.25em;
	}*/
	.merit {
		width: auto;
	}
	.sp {
		display: block;
	}
	header .spNav {
		display:block;
	}
}


/* ご案内 */
.kameiten_info{
    width: 85%;
    margin-top: 2.5em;
    border: 2px solid #0f1350;
    border-radius: 8px 8px 8px 8px;
    background: #fff;
}
.info_ttl{
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    background: #0f1350;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
}
.info_txt{
    padding: 15px 20px;
}
.mb07em{
    margin-bottom: 0.7em;
}

@media screen and (max-width: 768px) {
	.kameiten_info{
	    width: 100%;
	    margin-top: 2em;
	}
	.info_ttl{
	    font-size: 1.6rem;
	}
	.info_txt{
	    padding: 15px;
	}
	.pc {
		display: none;
	}
}
/*　ここまで＿ご案内 */



/* 手数料率 */
.commission{
    width: 83%;
    border: 2px solid #a7a7a7;
    background: #fff;
    padding: 17px 13px;
}
.commission .before{
    float: left;
    margin-right: 14px;
    width: 15%;
}
.commission .during{
    float: left;
    margin-right: 14px;
    width: 62%;
}
.commission .after{
    float: left;
    width: 19%;
}
.commission .commission_ttl{
    text-align: center;
    margin-bottom: 10px;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.commission .before .commission_ttl{
    background: #f9e989;
    padding: 3px 5px;
}
.commission .during .commission_ttl{
    background: #e46486;
    color: #fff;
    padding: 3px 5px;
}
.commission .after .commission_ttl{
    background: #f9e989;
    padding: 3px 5px 3px 10px;
}
.commission .before .commission_inner{
    height: 182px;
    width: 15%;
    vertical-align: middle;
    display: table-cell;
    background: #f9e989;
}
.commission .before .commission_inner p{
    text-align: center;
    line-height: 1.3em;
}
.commission .during .commission_inner p{
    margin-top: 3px;
    font-size: 0.9em;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.commission .during .commission_inner table{
    width: 100%;
    line-height: 1.3em;
}
.commission .during .commission_inner table td{
    padding: 5px;
    vertical-align: middle;
}
.commission .after .commission_inner{
    height: 182px;
    width: 18%;
    vertical-align: middle;
    display: table-cell;
    background: #f9e989;
}
.commission .after .commission_inner p{
    text-align: center;
    line-height: 1.3em;
}
.bg_w{
    text-align: left;
    padding-left: 2.2em !important;
    text-indent: -1.8em;
}
.bg_b{
    background: #f9e989;
}
.bg_g{
    background: #a7a7a7;
    color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.bg_r{
    background: #e46486;
    color: #fff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-weight: bold;
}
.bg_r span{
    font-size: 1.3em;
}
@media screen and (max-width: 768px) {
	.commission{
	    width: 93%;
	}
	.commission .before{
	    float: none;
	    margin-right: 0;
	    width: 100%;
	}
	.commission .during{
	    float: none;
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.commission .after{
	    float: none;
	    width: 100%;
	}
	.commission .before .commission_inner {
	    width: 100%;
	    margin-bottom: 30px;
	    display: block;
	    height: auto;
	    padding: 0;
	    background: none;
	}
	.commission .before .commission_ttl{
	    margin-bottom: 5px;
	}
	.commission .after .commission_inner {
	    width: 100%;
	    display: block;
	    height: auto;
	    padding: 0;
	    background: none;
	}
	.commission .after .commission_ttl{
	    margin-bottom: 5px;
	}
	.bg_w{
	    padding-left: 2.2em !important;
	    text-indent: -1.8em;
	}
	.bg_b{
	    white-space: nowrap;
	}
}


/*　ここまで＿手数料率 */

/* 手数料補助 */
.clear{
    clear: both;
}
.w85_pc{
    width: 85%;
}
.auxiliary p{
    text-align: center;
}
.auxiliary_picture{
    margin-top: 8px;
    margin-bottom: 8px;
}
.auxiliary_picture .bg_L{
    background: #f9e989;
    text-align: center;
    height: 70px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auxiliary_picture .bg_C{
    width: 188px;
    text-align: left;
    vertical-align: middle;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::after,
.arrow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrowR{
    margin-bottom: 13px;
}
.arrowR::before{
    left: 180px;
    box-sizing: border-box;
    width: 7px;
    top: -7px;
    border: 7px solid transparent;
    border-left: 7px solid #e46486;
}
.arrowR::after{
    left: 0;
    width: 8px;
    height: 6px;
    border-left: 180px solid #e46486;
}
.arrowL{
    margin-top: 13px;
}
.arrowL::after{
    right: 180px;
    left: -6px;
    box-sizing: border-box;
    width: 7px;
    top: -7px;
    border: 7px solid transparent;
    border-right: 7px solid #e46486;
}
.arrowL::before{
    right: 0;
    width: 8px;
    height: 6px;
    border-right: 180px solid #e46486;
}
.auxiliary_picture .bg_R{
    background: #0f1350;
    color: #fff;
    text-align: center;
    height: 70px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec4 .ttl_box h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .arrowR::before {
    top: 0;
  }
  .arrowL::after{
    top: 0;
  }
}
@-moz-document url-prefix() {
  .arrowR::before {
    top: -7px;
  }
  .arrowL::after{
    top: -7px;
  }
}
@media all and (-ms-high-contrast: none) {
  .arrowR::before {
    top: -7px;
  }
  .arrowL::after{
    top: -7px;
  }
}

@media screen and (max-width: 768px) {
	.w85_pc{
	    width: 100%;
	}	.auxiliary_picture{
	    display: inline-block;
	}
	.auxiliary_picture .bg_C{
	    width: 88px;
	}
	.arrowR::before{
	    left: 80px;
	}
	.arrowR::after{
	    border-left: 80px solid #e46486;
	}
	.arrowL::after{
	    right: 80px;
	}
	.arrowL::before{
	    border-right: 80px solid #e46486;
	}
.sec4 .ttl_box h3 {
	    font-size: 20px;
	}
}

/*　ここまで＿手数料補助 */


.jiki_area {
    padding-top: 140px;
    position: relative;
}
.jiki_wrap {
  position: absolute;
  display: block;
  left: 50%;
  top:50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jiki_btn {
  text-align: center;
  text-decoration: none;
  color: #ff0000;
  border: 2px solid #ff0000;
  font-size: 20px;
  font-weight:bold;
  display: inline-block;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width: 808px;
  background: #fff;
  padding: 16px 5px;
  font-size: 16px;
}
.jiki_btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.jiki_btn:hover {
  background-color: #ff0000;
  opacity: 1;
  color: #fff;
  border-bottom: 4px solid #820101;
  text-decoration: none;
}
.jiki_btn:hover:before {
  -webkit-transform: skewX(-45deg) translateX(48em);
          transform: skewX(-45deg) translateX(48em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.paddingBt0 {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.jiki_area {
	    padding-top: 60px;
	}
	.jiki_wrap {
	    width:100%;
	    position: relative;
	}
	.jiki_btn {
	    padding: 10px 20px;
	    width: auto;
	    font-size: 14px;
	    line-height:1.3;
	}
	.jiki_btn:hover:before {
	  -webkit-transform: skewX(-45deg) translateX(24em);
	          transform: skewX(-45deg) translateX(24em);
	}
}


.clearfix {
    width: 86%;
    clear: both;
}
table.cycle{
border-collapse: collapse;
float: left;
position: relative;
}
table.cycle th,table.cycle td{
text-align: center;
border: 1px solid #0f1350;
padding: 0.6em 1em;
}
table.cycle th {
background-color: #0f1350;
color: #FFFFFF;
}
table.cycle td {
background-color: #FFFFFF;
}
table.cycle_1{
width: 50%;
margin-right: 10%;
}
table.cycle_2{
width: 40%;
}
table.cycle_1::after{
content: " ";
display: block;
width: 0;
height: 0;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid #e46486;
position: absolute;
top: 50%;
margin-top: -50px;
left: 108%;
z-index: 2;
}
.paddingTo20 {
    padding-top: 20px !important;
}

@media screen and (min-width:1px) and (max-width:767px) {
		.clearfix {
		width: 100%;
		}
		table.cycle{
		width: 100% !important;
		margin-bottom: 1em;
		}
		table.cycle_1{
		margin-bottom: 10vw;
		}
		table.cycle_1 {
		margin-right: 0;
		}
		table.cycle_1::after,
		table.cycle_2::after{
		display: none;
		}
		table.cycle_1	::before {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		width: 0;
		height: 0;
		transform: translateX(-50%);
		border: 6vw solid transparent;
		border-top: 6vw solid #e46486;
		border-bottom-width: 0;
		bottom: -8vw;
		}
}


section.fin .kameiten_info {
	margin: 0 auto 2.5em;
}
section.fin .kameiten_info dl {
	margin-top: 1.5em;
}
section.fin .kameiten_info dl dt {
	text-align: left;
	margin-bottom: 0.5em;
}
section.fin .kameiten_info dl dd ul {
	text-align: left;
	list-style-type: none;
}
section.fin .kameiten_info dl dd ul li:before {
	content: "・"
}
section.fin .kameiten_info dl dd ul li {
	margin-bottom: 0.5em;
}
section.fin .kameiten_info dl dd ul li span {
	display: inline-block;
	min-width:6em;
	margin-bottom: 0.2em;
}
