@charset "UTF-8";

/* 共通　*/
wrap  {
	width: 100%;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

#all_section  {
	width: 100%;
	position: relative;
}

#main  {
	position: relative;
}

p  {
	line-height: 1.5em;
}

br.sp  {
	display: none;
}

/* ヘッダー　*/
#header  {
	width: 100%;
	position: relative;
	background: #013d7b;

}

.header_inner  {
	height: 60px;
}

h1.logo  {
	position: relative;
	top: 15px;
	margin-left: 300px;
}

h1.logo  img  {
}

.header_txt  {
	color:white;
	position: absolute;
	left: 450px;
	top: 13px;
}

.mainvisual  {
	position: relative;
}

.mainvisual  img  {
	width: 100%;
}

.mainvisual-sp  img  {
	display: none;
}

.mainvisual-pc  img  {
	display: block;
	width: 100%;
}



/* CTA部分　*/
.cta  {
	background-image: url( "img/common/bg_img.png");
	height: 400px;
}


.cta_inner  {
	position: relative;
	width: 800px;
	height:314px;
	top: 45px;
    margin: 0 auto;
	background-color: white;
}

.cta_img_pc    {
	position: relative;
	top:-25px;
	text-align: center;
}

.cta_img_sp    {
	display: none;
}

.button  {
	position: relative;
    text-align: center;
    top: -18px;
}

.button_txt_01  {
	text-align: center;
	font-size: 17.28px;
	text-shadow: 2px 2px 3px #266d14;
}

.button_txt_02  {
	text-align: center;
	font-size: 21.6px;
	text-shadow: 2px 2px 3px #266d14;
}

.btn-push {
    display: inline-block;
    text-align: left;
	line-height: 2em;
    background-color: #31aa11;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 5px;
    border-radius: 40px;
    border-bottom: 8px solid #266d14;
	width:453.97px;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.cta_note  {
	position: relative;
    top: 55px;
    text-align: center;
    color: white;
	font-size: 14px;
}

/* section_a：借金のこんなお悩みありませんか？　*/
.section_a  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color.png");
	padding: 30px 0;
}


.section_a_inner  {
	position: relative;
	width: 800px;
	margin: 0 auto;
}


.nayami_inner  {
	position: relative;
	margin: 30px 0;
}

h2.nayami_ttl  {
	position: relative;
	text-align: left;
	font-size: 42.1px;
	border-bottom: 3px solid #3e3e3e;
	line-height: 1.5em;
	display: inline-block;
	padding-bottom: 20px;
	color: #3e3e3e;
}

h2.nayami_ttl:before {
  position: absolute;
  right: 200px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 0 0 21px;
  border-style: solid;
  border-color: #3e3e3e transparent transparent transparent;
}

h2.nayami_ttl:after {
  position: absolute;
  right: 203px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 0 0 14px;
  border-style: solid;
  border-color: #f3f3f3 transparent transparent transparent;
}


.nayami_ttl_img  {
	position: absolute;
	top: 0;
	left: 630px;
}

.nayami_ttl_img  img  {
	width: 100px;
	height: auto;
}

ul.nayami  {
	width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
	margin-bottom: 30px;
}


li.nayami_list  {
	background-color: white;
	padding: 25px 10px;
	margin: 10px;
	width: 44%;
	font-weight: bold;
	list-style: none;
	font-size: .9em;
	border: 2px solid #e5e5e5;
}

.fa, .fas {
    font-weight: 900;
    color:#f48111;
}

.kaiketu_arrow_pc  {
	text-align: center;
	margin-bottom: 30px;
}

.kaiketu_arrow_sp  {
	display: none;
}


.b_a_pc  {
	text-align: center;
	border: 3px solid #333333;
    border-radius: 20px;
    padding: 30px 0;
    background-color: white;
	margin: 30px 0;
}

.b_a_sp  {
	display: none;
}

p.nayami_text  {
	font-size: 23.8px;
}

/* section_b：おまとめローン3つの特徴　*/
.section_b  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color_02.png");
	padding: 30px 0;
}


.section_b_inner  {
	width: 800px;
	margin: 0 auto;
}

.omatome_heading {
	text-align: center;
	margin: 30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 27px;
	font-weight: bold;
}

.omatome_heading::before,
.omatome_heading::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: #ff9500;
}

.omatome_heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.omatome_heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}



h2.omatome_ttl  {
	text-align: center;
	font-size: 47.56px;
	line-height: 1.2em;
	text-shadow: 1px 1px 0px;
} 

span.text_small  {
	font-size: 36px;
}

.section_b_inner  h3  {
	position: relative;
	font-size: 31.4px;
	top: 30px;
	left: 30px;
}


h3 span.midashi {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 2rem;
    color: white;
    background: #f48111;
	padding: 10px 20px;
	font-size: 22.4px;
	border-radius: 5px;
}

h3 span.midashi:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #f48111;
}

.color_orange  {
	color: #f48111;
	font-weight: bold;
}

.omatome  {
	position: relative;
	background-color: white;
	border: 2px solid #353534;
	min-height: 480px;
	margin: 30px 0;
	border-radius: 10px;
}

p.omatome_discription  {
	position: relative;
	width: 380px;
	top: 70px;
	left: 30px;
	margin-bottom: 30px;
	font-size: 16px;
}

.omatome_img_01  {
	position: absolute;
	top: 30px;
	left: 450px;
}

.omatome_img_01  img  {
	width: 80%;
	height: auto;
}

.omatome_img_02  {
	position: absolute;
	top: 180px;
	left: 420px;
}

.omatome_img_02  img  {
	width: 350px;
	height: auto;
}

.omatome_img_03  {
	position: absolute;
	top: 180px;
	left: 450px;
}

.omatome_img_03  img  {
	width: 330px;
	height: auto;
}


p.omatome_discription_left  {
	position: relative;
	width: 360px;
	top: 70px;
	left: 30px;
	margin-bottom: 130px;
	font-size: 16px;
}


.omatome_img_right  {
	position: absolute;
	top: 100px;
	left: 450px;
}

.omatome_img_right  img  {
	position: relative;
	width: 330px;
	height: auto;
	top: 30px;
}


p.omatome_discription_right  {
	position: absolute;
	width: 360px;
	top: 370px;
	left: 410px;
	font-size: 16px;
}


.omatome_img_left  {
	position: relative;
	top: -30px;
	left: 30px;
}

.omatome_img_left  img  {
	width: 340px;
	height: auto;
}


/* section_c：皆さんの声　*/
.section_c  {
	position: relative;
	width: 100%;
	background-color: #f48111;
	padding-bottom: 30px;
}

.section_c_inner  {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.case_heading  {
	position: relative;
	color: white;
	background-color: #013d7b;
	display: inline-block;
	padding: 10px 40px;
	margin: 30px;
	font-size: 32px;
	font-weight: bold;
	z-index: 100;
}

.case_heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #013d7b transparent transparent transparent;
}

h2.case_ttl  {
	background-size: 95%;
	background-repeat:no-repeat;
	background-position: top -200%;
	text-align:  center;
	color: white;
	font-size: 44px;
	line-height: 1.5em;
	margin-bottom: 10px;
    padding-bottom: 20px;
}

h2.case_ttl  .medium  {
	font-weight: 500;
}

.backimg  .back_img_pc  {
	position: absolute;
    top: 0;
    left: -80px;
}

.backimg  .back_img_sp  {
	display: none;
}

.case_inner  {
	background-color: white;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-top: #013d7b 9px solid;
    border-radius: 6px;
}

.case_img_pc  {
	text-align: center;
	padding: 40px 0;
}


.case_img_sp  {
	display: none;
}

.case_box  {
	width: 657px;
    margin: 0 auto;
    background-color: #eff3f5;
}

.case_box  h3  {
	text-align: center;
	color: #f48111;
	font-size:28px;
	font-weight: bold;
	padding: 30px 0;
}

.case_box  p  {
	width: 90%;
    margin: 0 auto;
	padding-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
}


/* section_d：リスクが少ない3つの違い　*/
.section_d  {
	position: relative;
	width: 100%;
}

.section_d_inner  {
	width: 800px;
	margin: 0 auto;
	font-size: 21px;
}

h2.risk3_ttl  {
	text-align: center;
	font-size: 50.27px;
	margin: 30px 0;
	line-height: 1.4em;
	text-shadow: 1px 1px 0px;
}

h2.risk3_ttl  .risk3_ttl_small  {
	font-size: 42.23px;
}

.risk_box  {
	border: 6px solid #f48111;
    margin: 30px 0;
    border-radius: 15px;
}

h3.risk3_ttl  {
	position: relative;
	background-color: #f48111;
	color: white;
	text-align: center;
	padding: 20px 0;
	font-size: 23px;
}

h3.risk3_ttl:after {
  position: absolute;
  bottom: -17px;
  left: 45%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #f48111 transparent transparent transparent;
}

.risk_box  p  {
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
}

/* section_e：選ばれる理由　*/
.section_e  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color_02.png");
	padding-bottom: 30px;
}

.section_e_inner  {
	position: relative;
	width: 800px;
	margin: 0 auto;
	font-size: 21px;
}

.center  {
	text-align: center;
}

.reason_heading  {
	position: relative;
	text-align: center;
	border-bottom:4px solid #000000;
	font-size: 31px;
	font-weight: bold;
	padding: 80px 2rem 1.5rem;
    display:inline-block;
}


.reason_heading:before {
  position: absolute;
  bottom: -50px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 46px 44px 0 44px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.reason_heading:after {
  position: absolute;
  bottom: -44px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 46px 44px 0 44px;
  border-style: solid;
  border-color: #fff3e2 transparent transparent transparent;
}


h2.reason_ttl  {
	text-align: center;
	font-size:50px;
	margin: 50px 0;
	line-height: 1.4em;
}

h2.reason_ttl  .reason_ttl_small  {
	font-size: 40px;
}

.reason_box  {
	position: relative;
	border: 4px solid #013d7b;
	margin-bottom: 20px;
	background-color: white;
}

.inner_heading  {
	position: relative;
    overflow: hidden;
    padding: 50px;
}

.inner_heading:before {
	position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 200px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45eg);
    background: #013d7b;
}

.inner_heading span {
    font-size: 18.41px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 27px;
    left: -15px;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
    transform: rotate(-48deg);
}

.inner_heading  span.gothic  {
	font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.small_heading  {
	position: relative;
	top: -80px;
	left: 80px;
	font-size: 21px;
	font-weight: bold;
}

h3.reason_ttl  {
	position: relative;
	top: -70px;
	left: 80px;
	font-size: 35px;
}

.under_line  {
	position: relative;
	top:-50px;
	border-bottom: 2px dotted #013d7b;
	width: 90%;
	margin: 0 auto;
}

.reason_box_left  {
	position: relative;
	width: 370px;
	top: -20px;
	left: 20px;
}

.reason_box_right  {
	position: absolute;
	top: 150px;
	left: 430px;
}

.reason_box_right  img  {
	width: 80%;
	height: auto;
}

.reason_box_center  {
	position: relative;
	top: -30px;
	width: 90%;
	margin: 0 auto;
}

ul.maker  {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	font-weight: bold;
}

ul.maker  li  {
	padding-bottom: 20px;
}


ul.maker  li  p  {
	display:inline-block;;
	background: linear-gradient(transparent 70%, #fff080 70%);
}

ul.maker  li:after  {
}

span.maker  {
	background: linear-gradient(transparent 70%, #fff080 70%);
}

p.heading_text  {
	padding: 20px 0;
	background-color: #013d7b;
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.reason_box_center_end  {
	margin-bottom: 30px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

.bold  {
	font-weight: bold;
}

/* section_f：ご相談の流れ　*/
.section_f  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color_03.png");
}

.section_f_inner  {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

h2.consultation  {
	text-align: center;
	margin: 30px 0;
	font-size: 48px;
	font-weight: bold;
	color: #f48111;
}

.consultation_inner  {
	position: relative;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.consultation_img_pc  {
	position: relative;
}

.consultation_img_pc  img  {

}

.consultation_img_sp  {
	display: none;
}

.consultation_discription  {
	position: absolute;
	left: 400px;
	top: 0;
	font-size: 16px;
}

/* section_g：よくあるご質問　*/
.section_g  {
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	padding: 30px 0;
}

.section_g_inner  {
	width: 800px;
	margin: 0 auto;
}


h2.q_a_ttl  {
	text-align: center;
	margin: 30px 0;
	font-size: 42px;
	font-weight: bold;
}

.q_a_box  {
	position: relative;
	background-color: white;
	padding: 30px 20px;
	margin-bottom: 20px;
	font-size: 19.6px;
	font-weight: 500;
}

.q_a_box_img_01  {
	position: absolute;
    top: 40px;
}

.q_a_box_img_02  {
	position: absolute;
    top: 160px;
}


.q_a_box_img_03  {
	position: absolute;
    top: 30px;
}

.q_a_box_img_04  {
	position: absolute;
    top: 110px;
}


.q_a_box_img_05  {
	position: absolute;
    top: 30px;
}

.q_a_box_img_06  {
	position: absolute;
    top: 130px;
}


.q  {
	position: relative;
	left: 0px;
	width: 90%;
	border-bottom: 3px dotted #f7a758;
	margin-bottom: 30px;
    padding-bottom: 30px;
	padding-left: 4em;
}

.a  {
	position: relative;
	left: 0px;
	width: 95%;
	padding-left: 4em;
}


/* フッター　*/
#footer  {
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	padding-top: 30px;
}

.foot_info  {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.foot_info  table  {
	margin: 30px 0;
}

.foot_info  table  tr  {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
}

.foot_info  table  tr  td.head  {
	width: 20%;
}


.foot_info  table  tr  td.discription  {
	width: 80%;
	line-height: 1.5em;
}

.privacy  {
	margin: 50px 0;
	position: relative;
}

.privacy  a  {
	text-decoration: none;
}


.privacy  a::before  {
	text-decoration: none;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #f48311;

}

.copy  {
    background-color: #06427f;
    text-align: center;
    padding: 15px;
}

small  {
	text-align: center;
	background-color: #06427f;
	font-size: .8em;
	color: white;
}


#sp-fixed-menu  {
	display: none;
}


/* デザインB（スマホ） */
@media screen and (max-width : 480px ){
/* スマホ用レイアウト 最大480pxの範囲に収めるデザインはこの中に記述 */
	
/* 共通　*/
wrap  {
	width: 100%;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

#all_section  {
	width: 100%;
	position: relative;
}

#main  {
	position: relative;
}

p  {
	line-height: 1.5em;
}

	br.pc  {
		display: none;
	}
	
	br.sp  {
		display: block;
	}

/* ヘッダー　*/
#header  {
	width: 100%;
	position: relative;
	background: #013d7b;

}

.header_inner  {
	position: relative;
	height: 60px;
	display: flex;
}

h1.logo  {
	position: relative;
	top: 15px;
	left: 10px;
	margin-left: 0;
	width: 40%;
}

h1.logo  img  {
	width: 100%;
}

.header_txt  {
	color:#FFFFFF;
	position: relative;
	left: 25px;
	top: 20px;
	font-size: .8em;
	width: 50%;
}

.mainvisual  {
	position: relative;
}

.mainvisual  img  {
	width: 200px;
	height: auto;
}
	.mainvisual-pc  {
	display: none;
}

.mainvisual-pc  img  {
	display: none;
}
	
	.mainvisual-sp  {
	display: block;
	width: 100%;
}

.mainvisual-sp  img  {
	display: block;
	width: 100%;
}



/* CTA部分　*/
.cta  {
	background-image: url( "img/common/bg_img.png");
	padding-bottom: 70px;
	height: auto;
}


.cta_inner  {
	position: relative;
	width: 90%;
	height:auto;
	top: 50px;
    margin: 0 auto;
	background-color: white;
	border-radius: 10px;
}

.cta_img_sp    {
	position: relative;
	top:-25px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
}
	
	.cta_img_sp  img  {
		width: 300px;
		height: auto;
	}

.cta_img_pc    {
	display: none;
}

.button  {
	text-align: center;
	top: -14px;
}

.button_txt_01  {
	text-align: center;
	font-size: .7em;
}

.button_txt_02  {
	text-align: center;
	font-size: 1em;
}

.btn-push {
    display: inline-block;
    text-align: left;
	line-height: 2em;
    background-color: #31aa11;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 30px;
    border-bottom: 8px solid #266d14;
	width: 80%;
	margin-bottom: none;
}

.btn-push:active {
    transform: translateY(4px);
    border-bottom: none;
}

.cta_note  {
	position: relative;
    top: 60px;
    text-align: center;
    color: white;
	font-size: 9px;
	width: 90%;
	margin: 0 auto;
}

/* section_a：借金のこんなお悩みありませんか？　*/
.section_a  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color.png");
	padding: 30px 0;
}


.section_a_inner  {
	position: relative;
	width: 95%;
	margin: 0 auto;
}


.nayami_inner  {
	position: relative;
	margin: 0 0 30px;
}

h2.nayami_ttl  {
	position: relative;
	text-align: left;
	font-size: 1.3em;
	border-bottom: 2px solid #121111;
	line-height: 1.5em;
	display: block;
	padding-bottom: 20px;
	width: 70%;
	left: 20px;
}

h2.nayami_ttl:before {
  position: absolute;
  right: 150px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 0 0 21px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

h2.nayami_ttl:after {
  position: absolute;
  right: 153px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 0 0 14px;
  border-style: solid;
  border-color: #f3f3f3 transparent transparent transparent;
}


.nayami_ttl_img  {
	position: absolute;
	top: -10px;
	left: 280px;
	width: 86px;
}
	
.nayami_ttl_img  img  {
	width: 80%;
	height: auto;
}
	
	

ul.nayami  {
	width: 100%;
    display: block;
    position: relative;
	margin-bottom: 30px;
}


li.nayami_list  {
	background-color: white;
	padding: 25px 10px;
	margin: 10px;
	width: 90%;
	font-weight: bold;
	list-style: none;
	font-size: .8em;
	border: 2px solid #e5e5e5;
}

.fa, .fas {
    font-weight: 900;
    color: orange;
}
	
	.kaiketu_arrow_pc  {
		display: none;
	}

.kaiketu_arrow_sp  {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	width: 95%;
    margin: 0 auto;
}

.kaiketu_arrow_sp  img  {
	width: 100%;
	height: auto;
}
	p.nayami_text  {
		font-size: .9em;
        font-weight: 600;
		margin-top: 20px;
	}

	
	.b_a_pc  {
		display: none;
	}

.b_a_sp  {
	display: block;
	text-align: center;
	border: 3px solid #333333;
    border-radius: 20px;
    padding: 30px 0;
    background-color: white;
	margin: 30px 0 0;
}
	
.b_a_sp  img  {
	width: 95%;
	height: auto;
}

/* section_b：おまとめローン3つの特徴　*/
.section_b  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color_02.png");
	padding: 30px 0;
}


.section_b_inner  {
	width: 95%;
	margin: 0 auto;
}

.omatome_heading {
	text-align: center;
	margin: 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
}

.omatome_heading::before,
.omatome_heading::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #ff9500;
}

.omatome_heading::before {
	margin-right: 10px;
	transform: rotate(-35deg)
}
.omatome_heading::after {
	margin-left: 10px;
	transform: rotate(35deg)
}



h2.omatome_ttl  {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 50px;
} 

span.text_small  {
	font-size: .7em;
}

.section_b_inner  h3  {
	position: relative;
	font-size: 1.5em;
	top: 30px;
	left: 0;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	line-height: 1.5em;
	margin-bottom: 40px;
}


h3 span.midashi {
    position: absolute;
    top:-55px;
    left: 35%;
    padding: 0 2rem;
    color: white;
    background: #f48111;
	padding: 5px 20px;
	font-size: .7em;
}

h3 span.midashi:after {
  position: absolute;
    bottom: -9px;
    left: 43%;
	top: 50px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #f48111 transparent transparent transparent;
}
	span.hide  {
		display: none;
	}

.color_orange  {
	color: #f48111;
	font-weight: bold;
}

.omatome  {
	position: relative;
	background-color: white;
	border: 2px solid #353534;
	min-height: 480px;
	margin: 50px 0;
}

p.omatome_discription  {
	position: relative;
	width: 95%;
	top: 0;
	left: 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.omatome_img_01  {
	position: relative;
	top:0;
	left: 0;
	text-align: center;
}

.omatome_img_01  img  {
	width: 80%;
	height: auto;
}

.omatome_img_02  {
	position: relative;
	top: 0;
	left:0;
	text-align: center;
	margin-bottom: 30px;
}

.omatome_img_02  img  {
	width: 95%;
	height: auto;
	text-align: center;
}

.omatome_img_03  {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin-bottom: 30px;
}

.omatome_img_03  img  {
	width:95%;
	height: auto;
	text-align: center;
}


p.omatome_discription_left  {
	position: relative;
	width: 95%;
	top: 0;
	left: 0;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
}


.omatome_img_right  {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
}

.omatome_img_right  img  {
	width: 95%;
	height: auto;
	top: 0;
}


p.omatome_discription_right  {
	position: relative;
	width: 95%;
	top: 0;
	left: 0;
	margin: 0 auto;
	margin-bottom: 30px;
}


.omatome_img_left  {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
}

.omatome_img_left  img  {
	width: 90%;
	height: auto;
	margin-bottom: 20px;
}


/* section_c：皆さんの声　*/
.section_c  {
	position: relative;
	width: 100%;
	background-color: #f48111;
	padding-bottom: 30px;
}

.section_c_inner  {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.case_heading  {
	position: relative;
	color: white;
	background-color: #013d7b;
	display: inline-block;
	padding: 10px 20px;
	margin: 30px;
	font-size: 1em;
}

.case_heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 46px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #013d7b transparent transparent transparent;
}

h2.case_ttl  {
	background-size: 95%;
	background-repeat:no-repeat;
	background-position: top -200%;
	text-align:  center;
	color: white;
	font-size: 1.7em;
	line-height: 1.5em;
	margin-bottom: 10px;
    padding-bottom: 200px;
}
	
.backimg  {
	
}

.backimg  .back_img_pc  {
    display: none;
}
	
	.backimg .back_img_sp  {
		display: block;
		position: absolute;
	    top:40px;
		
	}
	
	.backimg .back_img_sp  img  {
		width:100%;
	}

.case_inner  {
	position: relative;
	background-color: white;
	padding-bottom: 15px;
	margin-bottom: 30px;
	top: -20px;
}

.case_img_sp  {
	text-align: center;
	padding: 40px 0 15px;
	display: block;
}


.case_img_pc  {
	display: none;
}
	
.case_img_sp  img  {
	width: 95%;
	height: auto;
}

.case_box  {
	width: 95%;
    margin: 0 auto;
    background-color: #eff3f5;
}

.case_box  h3  {
	text-align: center;
	color: #f48111;
	font-size: 1.3em;
	padding: 30px 0 15px;;
}

.case_box  p  {
	width: 90%;
    margin: 0 auto;
	padding-bottom: 30px;
	font-size: .9em;
}


/* section_d：リスクが少ない3つの違い　*/
.section_d  {
	position: relative;
	width: 100%;
}

.section_d_inner  {
	width: 95%;
	margin: 0 auto;
}
	
	.section_d  p  {
		font-size: .8em;
	}

	
h2.risk3_ttl  {
	text-align: center;
	font-size: 1.4em;
	margin: 30px 0;
	line-height: 1.4em;
	text-shadow: 1px 1px 0px;
}

h2.risk3_ttl  .risk3_ttl_small  {
	font-size: .8em;
}

.risk_box  {
	border: 3px solid #f48111;
	margin: 30px 0;
}

h3.risk3_ttl  {
	position: relative;
	background-color: #f48111;
	color: white;
	text-align: center;
	padding: 10px 0 20px;
	line-height: 1.5em;
	font-size: .9em;
}

h3.risk3_ttl:after {
  position: absolute;
  bottom: -13px;
  left: 46%;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #f48111 transparent transparent transparent;
}

.risk_box  p  {
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
}

/* section_e：選ばれる理由　*/
.section_e  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color_02.png");
	padding-bottom: 30px;
}

.section_e_inner  {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.center  {
	text-align: center;
}

.reason_heading  {
	text-align: center;
	border-bottom:2px solid #000000;
	font-size: .8em;
}

.reason_heading {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom:2px solid #000000;
	display:inline-block;
}

.reason_heading:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.reason_heading:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff3e2 transparent transparent transparent;
}


h2.reason_ttl  {
	text-align: center;
	font-size: 1.3em;
	margin: 20px 0;
	line-height: 1.3em;
}
	
h2.reason_ttl  .reason_ttl_small  {
	font-size: .8em;
}

.reason_box  {
	position: relative;
	border: 4px solid #013d7b;
	margin-bottom: 20px;
	background-color: white;
}

.inner_heading  {
	position: relative;
    overflow: hidden;
    padding: 50px;
}

.inner_heading:before {
	position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 200px;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45eg);
    background: #013d7b;
}

.inner_heading span {
    font-size: .8em;
    position: absolute;
    z-index: 1;
    top: 23px;
    left: -16px;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
    transform: rotate(-48deg);
}

.small_heading  {
	position: relative;
	top: -60px;
	left: 60px;
	width: 50%;
	font-size: .8em;
}

h3.reason_ttl  {
	position: relative;
	top:-50px;
	left: 60px;
	width: 85%;
	font-size: 1.3em;
}

.under_line  {
	position: relative;
	top:-30px;
	border-bottom: 2px dotted #013d7b;
	width: 85%;
	margin: 0 auto;
}

.reason_box_left  {
	position: relative;
	width: 95%;
	top: -10px;
	left: 0;
	margin: 0 auto;
	font-size: .8em;
}

.reason_box_right  {
	position:relative;
	top: 0;
	left: 0;
	text-align: center;
	margin: 20px 0 20px;
}

.reason_box_right  img  {
	width: 95%;
	height: auto;
	
}

.reason_box_center  {
	position: relative;
	top: 0;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: .8em;
}

ul.maker  {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: .7em;
}

ul.maker  li  {
	padding-bottom: 20px;
}


ul.maker  li  p  {
	display:inline-block;;
	background: linear-gradient(transparent 70%, #fff080 70%);
}

ul.maker  li:after  {
}

span.maker  {
	background: linear-gradient(transparent 70%, #fff080 70%);
}

p.heading_text  {
	padding: 20px 0;
	background-color: #013d7b;
	font-size: 1.4em;
	color: white;
	text-align: center;
}

.reason_box_center_end  {
	margin-bottom: 30px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: .8em;
}

/* section_f：ご相談の流れ　*/
.section_f  {
	position: relative;
	width: 100%;
	background-image: url( "img/common/bg_color_03.png");
	padding: 20px 0;
}

.section_f_inner  {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

h2.consultation  {
	text-align: center;
	margin: 30px 0;
	font-size: 2em;
	color: #f48111;
}

.consultation_inner  {
	position: relative;
	margin-bottom: 30px;
	line-height: 1.6em;
}
	
	.consultation_img_pc  {
		display: none;
	}

.consultation_img_sp  {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.consultation_img_sp  img  {
	width: 100%;
}

.consultation_discription  {
	position: relative;
	left: 0;
	top: 0;
}

/* section_g：よくあるご質問　*/
.section_g  {
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	padding: 30px 0;
}

.section_g_inner  {
	width: 95%;
	margin: 0 auto;
}


h2.q_a_ttl  {
	text-align: center;
	margin: 30px 0;
	font-size: 2em;
}

.q_a_box  {
	position: relative;
	background-color: white;
	padding: 30px 20px;
	margin-bottom: 20px;
}

.q_a_box_img_01  {
	position: absolute;
    top: 40px;
}
	
	.q_a_box_img_01  img  {
		position: absolute;
        top: -10px;
	}

.q_a_box_img_02  {
	position: absolute;
    top: 200px;
}
	
	.q_a_box_img_02  img  {
		position: absolute;
        top: -40px;
	}


.q_a_box_img_03  {
	position: absolute;
    top: 30px;
}
	.q_a_box_img_03  img  {
		position: absolute;
        top: -5px;
	}

.q_a_box_img_04  {
	position: absolute;
    top: 150px;
}
	.q_a_box_img_04  img  {
		position: absolute;
        top: -35px;
	}


.q_a_box_img_05  {
	position: absolute;
    top: 30px;
}
	.q_a_box_img_05  img  {
		position: absolute;
        top: -5px;
	}

.q_a_box_img_06  {
	position: absolute;
    top: 150px;
}
	.q_a_box_img_06  img  {
		position: absolute;
        top: -35px;
	}


.q  {
	position: relative;
	left: 0px;
	width: 85%;
	border-bottom: 2px dotted #f7a758;
	margin-bottom: 30px;
    padding-bottom: 30px;
	padding-left: 3em;
	font-size: .8em;
}

.a  {
	position: relative;
	left: 0px;
	width: 85%;
	padding-left: 3em;
	font-size: .8em;
}


/* フッター　*/
#footer  {
	position: relative;
	width: 100%;
	background-color: #f3f3f3;
	padding-top: 20px;
	font-size: .7em;
}

.foot_info  {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.foot_info  table  {
	margin: 30px 0;
}

.foot_info  table  tr  {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
}

.foot_info  table  tr  td.head  {
	width: 20%;
}


.foot_info  table  tr  td.discription  {
	width: 80%;
	line-height: 1.5em;
}

.privacy  {
	margin: 50px 0;
}

.copy  {
    background-color: #06427f;
    text-align: center;
    padding: 15px;
}

small  {
	text-align: center;
	background-color: #06427f;
	font-size: .8em;
	color: white;
}

#sp-fixed-menu  {
	display:block;
	position: fixed;
     width: 100%;
     bottom: 0px;
     font-size: 0;
     opacity: 0.9;
     z-index: 99;
	
}	
	
}
