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

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{ margin:0px; padding:0px;color:#333;}
p{ margin:0px; padding:0px}
a{color:#333;text-decoration: none;}
a:hover{
	text-decoration: none;
}
*a:hover{
	text-decoration: none;
}
img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
.disable-auto-tel a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

@media (min-width: 751px),print {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media (max-width: 751px){
    a[href*="tel:"]{
        text-decoration: none;
        color: inherit;
    }
}

/* ----------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------- */
.clearfix:after{
    content:""; /*疑似要素を実体化*/
    display:block; /*ブロック要素に変更する*/
    clear:both; /*floatを解除する*/
}

/* ----------------------------------------------------------------------
 inner
---------------------------------------------------------------------- */
.inner{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	width:calc(100% - 30px);
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.innerInner{
	max-width:768px;
	width:calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox03{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
		margin-bottom: 20px;
	}
	.flexBox04:nth-child(3),.flexBox04:nth-child(4){
		margin-bottom: 0;
	}
}


/* ----------------------------------------------------------------------
 float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}

/* ----------------------------------------------------------------------
 タブレット以上のみ表示
---------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .pc_only{
        display:none !important;
    }
}

/* ----------------------------------------------------------------------
    スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .sp_only{
        display:none !important;
    }
}

/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */
.font50 {
	font-size: 50% !important;
}
.font60 {
	font-size: 60% !important;
}
.font70 {
	font-size: 70% !important;
}
.font80 {
	font-size: 80% !important;
}
.font90 {
	font-size: 90% !important;
}
.font100 {
	font-size: 100% !important;
}
.font110 {
	font-size: 110% !important;
}
.font120 {
	font-size: 120% !important;
}
.font130 {
	font-size: 130% !important;
}
.font150 {
	font-size: 150% !important;
}
.font180 {
	font-size: 180% !important;
}
.font200 {
	font-size: 200% !important;
}
.font230 {
	font-size: 230% !important;
}
.font250 {
	font-size: 250% !important;
}

.font12px{
	font-size: 12px !important;
}
.font14px{
	font-size: 14px !important;
}
.font16px{
	font-size: 16px !important;
}
.font18px{
	font-size: 18px !important;
}
.font20px{
	font-size: 20px !important;
}
.font25px{
	font-size: 25px !important;
}
.font30px{
	font-size: 30px !important;
}
.font35px{
	font-size: 35px !important;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px !important;
	}
	.font14-16px{
		font-size: 16px !important;
	}
	.font15-20px{
		font-size: 20px !important;
	}
	.font15-18px{
		font-size: 18px !important;
	}
	.font16-18px{
		font-size: 18px !important;
	}
	.font16-20px{
		font-size: 20px !important;
	}
	.font18-20px{
		font-size: 20px !important;
	}
	.font18-25px{
		font-size: 25px !important;
	}
	.font20-22px{
		font-size: 22px !important;
	}
	.font20-25px{
		font-size: 25px !important;
	}
	.font20-30px{
		font-size: 30px !important;
	}
	.font22-30px{
		font-size: 30px !important;
	}
	.font25-30px{
		font-size: 30px !important;
	}
	.font30-35px{
		font-size: 35px !important;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px !important;
	}
	.font14-16px{
		font-size: 14px !important;
	}
	.font15-20px{
		font-size: 15px !important;
	}
	.font15-18px{
		font-size: 15px !important;
	}
	.font16-18px{
		font-size: 16px !important;
	}
	.font16-20px{
		font-size: 16px !important;
	}
	.font18-20px{
		font-size: 18px !important;
	}
	.font18-25px{
		font-size: 18px !important;
	}
	.font20-22px{
		font-size: 20px !important;
	}
	.font20-25px{
		font-size: 20px !important;
	}
	.font20-30px{
		font-size: 20px !important;
	}
	.font22-30px{
		font-size: 22px !important;
	}
	.font25-30px{
		font-size: 25px !important;
	}
	.font30-35px{
		font-size: 30px !important;
	}
}
@media screen and (max-width: 480px) {
	.font30-35px{
		font-size: 27px !important;
	}
}

/* =================================
フォントファミリー
================================= */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}


/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em !important;
}
.lh15{
	line-height:1.5em !important;
}
.lh18{
	line-height:1.8em !important;
}
.lh20{
	line-height:2em !important;
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}


.txtCenterPc{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.txtCenterPc{
		text-align:left;
	}
}

/* ----------------------------------------------------------------------
 文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.blue{
	color:#005d94;
}
.orange{
	color:#fbb03b;
}

/* ----------------------------------------------------------------------
 文字スタイル
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
 スマホのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 821px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 820px) and (min-width : 641px){
	.kaigyouPc {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 640px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 481px){
	.kaigyouSpMini {
		display: none;
	}
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
@media only screen{
/*アニメーション要素のスタイル*/
.animation{
    opacity : 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
}
@media print{
	.fade {
		opacity: 1;
	}
}

/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
margin-top: 0px;
}
.mt05 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px !important;
}
.mt25 {
margin-top: 25px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt35 {
margin-top: 35px !important;
}
.mt40 {
margin-top: 40px !important;
}
.mt45 {
margin-top: 45px !important;
}
.mt50 {
margin-top: 50px !important;
}
.mt80 {
margin-top: 80px !important;
}
.mt100 {
margin-top: 100px !important;
}
/*margin bottom*/
.mb00 {
margin-bottom: 0px !important;
}
.mb05 {
margin-bottom: 5px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb25 {
margin-bottom: 25px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mb35 {
margin-bottom: 35px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb45 {
margin-bottom: 45px !important;
}
.mb50 {
margin-bottom: 50px !important;
}
.mb80 {
margin-bottom: 80px !important;
}
.mb100 {
margin-bottom: 100px !important;
}

/*padding top*/
.pt05 {
padding-top: 5px !important;
}
.pt10 {
padding-top: 10px !important;
}
.pt15 {
padding-top: 15px !important;
}
.pt20 {
padding-top: 20px !important;
}
.pt25 {
padding-top: 25px !important;
}
.pt30 {
padding-top: 30px !important;
}
.pt35 {
padding-top: 35px !important;
}
.pt40 {
padding-top: 40px !important;
}
.pt45 {
padding-top: 45px !important;
}
.pt50 {
padding-top: 50px !important;
}
.pt80 {
padding-top: 80px !important;
}
.pt100 {
padding-top: 100px !important;
}
/*padding bottom*/
.pb05 {
padding-bottom: 5px !important;
}
.pb10 {
padding-bottom: 10px !important;
}
.pb15 {
padding-bottom: 15px !important;
}
.pb20 {
padding-bottom: 20px !important;
}
.pb25 {
padding-bottom: 25px !important;
}
.pb30 {
padding-bottom: 30px !important;
}
.pb35 {
padding-bottom: 35px !important;
}
.pb40 {
padding-bottom: 40px !important;
}
.pb45 {
padding-bottom: 45px !important;
}
.pb50 {
padding-bottom: 50px !important;
}
.pb80 {
padding-bottom: 80px !important;
}
.pb100 {
padding-bottom: 100px !important;
}
.pd10{
    padding: 10px;
    box-sizing: border-box;
}
.pd15{
    padding: 15px;
    box-sizing: border-box;
}
.pd20{
    padding: 20px;
    box-sizing: border-box;
}
.pd25{
    padding: 25px;
    box-sizing: border-box;
}
.pd30{
    padding: 30px;
    box-sizing: border-box;
}

/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
    width:100%;
    display:block;
}
img.imgCenter{
    max-width: 100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
img.imgLeft{
    max-width: 100%;
    display:block;
    margin-right:auto;
}
img.imgRight{
    max-width: 100%;
    display:block;
    margin-left:auto;
}

/* ----------------------------------------------------------------------
 背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#f2f2f2;
}


/* ----------------------------------------------------------------------
 マーカーアニメーション
---------------------------------------------------------------------- */ 

.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 821px){
	a.scroll_point {
	 height: 1px;
	 margin-top: -100px;
	 padding-top: 100px;
	 display: block;
	}
}
 @media screen and (max-width: 820px){
	 a.scroll_point {
	 height: 1px;
	 display: block;
	 margin-top: -60px;
	 padding-top: 60px;
	}
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
header{
    width:100%;
    height: 100px;
    background: rgba(255,255,255,0.8);
    position: fixed;
	z-index: 999;
}
.innerHeader{
	width:100%;
}
.logo{
    width:278px;
	margin-left: 15px;
}
.logo h1{
    position: relative;
    top:20px;
}
.logo img{
    display: block;
    width: 100%;
}


@media screen and (min-width: 821px),print{
    .topInfoPc{
        width: 490px;
        justify-content: space-between;
    }
    .topInfoSp{
        display: none;
    }
	.topInfo{
		margin-right: 15px;
	}
    .topInfoTel{
		padding-top: 20px;
        width:300px;
    }
    .topInfoMail{
        width:180px;
    }
    p.telNo{
        color:#005d94;
        font-size:35px;
        line-height: 1;
        margin-bottom: 5px;
    }
    p.telNo::before{
		position: relative;
		content: url(../images/ico_tel.png);
		display: inline-block;
		margin-right: 0.2em;
		top:2px;
    }
    p.hour{
        font-size:13px;
        color:#333;
        display: table-cell;
        vertical-align: middle;
    }
    p.hour span{
        font-size:10px;
        border:1px solid #333;
        padding: 3px 5px;
        display: inline-block;
        margin-right: 0.5em;
        line-height: 1;
    }
    .topInfoMail a{
		position: relative;
        background: #fbb03b;
		border-radius: 10px;
		border:3px solid #005d94;
        box-sizing: border-box;
        width: 100%;
        height: 60px;
        display: table;
		text-align: center;
		top:20px;
		transition : all 0.5s ease 0s;
    }
	.topInfoMail a::after{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		color:#005d94;
	}
	.topInfoMail a:hover{
		background: #d0dde9;
	}
	.topInfoMail a p{
		display: table-cell;
		vertical-align: middle;
		color:#005d94;
		font-size:15px;
	}
	.topInfoMail a p img{
		position: relative;
		display: inline-block;
		top:3px;
		margin-right: 0.2em;
	}
}
@media screen and (max-width: 820px){
    header{
        height: 60px;
    }
    .logo{
        width:180px;
    }
    .logo h1{
        top:10px;
    }
    .topInfoPc{
        display: none;
    }
    .topInfoSp{
        width: 95px;
        padding-top: 7.5px;
		margin-right: 15px;
        justify-content: space-between;
    }
    .topInfoTel,.topInfoMail{
        width:45px;
    }
    .topInfoTel a,.topInfoMail a,
    .topInfoTel img,.topInfoMail img{
        display: block;
    }
}

/* ----------------------------------------------------------------------
 メインコンテンツ（共通項目）
---------------------------------------------------------------------- */
/*見出し*/
.midashi01{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.midashi01 h3{
	margin-bottom: 5px;
}
.midashi01 p{
	color:#999;
	letter-spacing: 0.1em;
}
.midashi01::after{
	position: absolute;
	content: "";
	width: 100px;
	height: 5px;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: #fbb03b;
    background: linear-gradient(90deg, rgba(251, 176, 59, 1) 0%, rgba(0, 93, 148, 1) 100%);
	border-radius: 2.5px;
}

.box{
	margin-bottom: 60px;
}
@media screen and (max-width: 767px){
	.box{
		margin-bottom: 45px;
	}
}

/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/bg_mv.jpg) no-repeat center center;
	padding: 50px 0;
}
p.mvPartner {
	font-size:25px;
	margin-bottom: 15px;
}
p.mvPartner span{
	font-size:35px;
	color:#005d94;
}
.mv h2{
	font-size:25px;
}
.mv h2 span{
	display: inline-block;
	background: #005d94;
	margin-bottom: 12px;
	padding: 0 10px 3px;
}
img.mvImg{
	display: block;
	width: 300px;
	margin: 15px auto 0;
}
@media screen and (max-width: 767px){
	p.mvPartner {
		font-size:20px;
	}
	p.mvPartner span{
		font-size:30px;
	}
	.mv h2{
		font-size:20px;
	}
	.mv h2 span{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px){
	.mv{
		padding: 30px 0;
	}
	.mv h2{
		font-size:16px;
	}
	.mv h2 span{
		margin-bottom: 8px;
	}
	img.mvImg{
		display: block;
		width: 250px;
		margin: 10px auto 0;
	}
}

.mvBox{
	position: relative;
	width: 24%;
}
.mvBoxInner{
	background: #fff;
	box-sizing: border-box;
	border:3px #005d94 solid;
	border-radius: 15px; 
	padding: 40px 15px 15px;
}
.mvBox:nth-child(1)::before{
	content: url(../images/ico_mv_no01.png);
}
.mvBox:nth-child(2)::before{
	content: url(../images/ico_mv_no02.png);
}
.mvBox:nth-child(3)::before{
	content: url(../images/ico_mv_no03.png);
}
.mvBox:nth-child(4)::before{
	content: url(../images/ico_mv_no04.png);
}
.mvBox::before{
	position: absolute;
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mvBoxInner h3{
	font-size:20px;
}
@media screen and (max-width: 960px){
	.mvBox{
		width: 48%;
	}
	.mvBox:nth-child(1),
	.mvBox:nth-child(2){
		margin-bottom: 40px;
	}
	.mvBoxInner img{
		max-width: 80px;
	}
	.mvBoxInner h3{
		font-size:18px;
	}
}
@media screen and (max-width: 480px){
	.mvBox:nth-child(1),
	.mvBox:nth-child(2){
		margin-bottom: 35px;
	}
	.mvBoxInner{
		padding: 40px 10px 10px;
	}
	.mvBoxInner h3{
		font-size:14px;
	}
	.mvBoxInner img{
		max-width: 70px;
	}
}

/* ----------------------------------------------------------------------
 メインビジュアル下
---------------------------------------------------------------------- */
.mvBottom{
	background: #005d94;
}
.mvBottom h3{
	font-size:25px;
	padding: 20px 0;
}
@media screen and (min-width: 768px),print{
	br.mvBbr{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.mvBottom h3{
		font-size:22px;
	}
}
@media screen and (max-width: 480px){
	.mvBottom h3{
		font-size:18px;
		padding: 15px 0;
	}
}

/* ----------------------------------------------------------------------
 オファーボタン
---------------------------------------------------------------------- */
.offerBox{
	width:calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px){
	.offer .flex{
		display: block;
	}
	.offerBox{
		width: 100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.offerBox:nth-child(1){
		margin-bottom: 20px;
	}
}

/* ----------------------------------------------------------------------
 メインコンテンツエリア
---------------------------------------------------------------------- */
main{
    padding-top: 100px;
}
@media screen and (max-width: 820px){
    main{
        padding-top: 60px;
    }
}

/*お悩み（チェックボックス）*/
@media screen and (max-width: 480px){
	.onayami img{
		max-width:250px;
	}
}
.onayamiWrap{
	background:#d0dde9;
	padding: 60px 0;
	border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 767px){
	.onayamiWrap{
		padding: 40px 0;
		border-radius: 20px 20px 0 0;
	}
}
.onayamiInner{
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	box-sizing: border-box;
}
ul.checkBoxUl{
	list-style: none;
}
ul.checkBoxUl li{
	border-bottom: 1px #005d94 solid;
	padding: 7px 0;
	padding-left: 30px;
	text-indent: -25px;
}
ul.checkBoxUl li::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color: #fbb03b;
    margin-right: 7px;
}
@media screen and (max-width: 767px){
	.checkImg{
		max-width: 250px;
		margin: 0 auto;
	}
}

/*すぐに解決できます！*/
.kaiketsu{
	background: #fbb03b;
}
.kaiketsu h3 {
    font-size: 25px;
    padding: 20px 0;
}
@media screen and (max-width: 480px) {
    .kaiketsu h3 {
        font-size: 18px;
        padding: 15px 0;
    }
}

/*７つの理由*/
.reasonTit{
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.reasonTit{
		margin-bottom: 30px;
	}
}
.reasonBox {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.reasonBox::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	border-radius: 2.5px;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #fbb03b;
    background: linear-gradient(90deg, rgba(251, 176, 59, 1) 0%, rgba(0, 93, 148, 1) 100%);
}
.reasonImg{
	width:150px;
}
.reasonTxt{
	width: calc(100% - 200px);
}
.reasonTxtTit{
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}
.reasonTxtTit img{
	width: 77px;
}
.reasonTxtTit h4{
	width: calc(100% - 87px);
}
@media screen and (max-width: 767px) {
	.reasonBoxFlex,.reasonTxtTit{
		display: block;
	}
	.reasonImg{
		margin: 0 auto 15px;
	}
	.reasonTxt{
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.reasonTxtTit img{
		 margin-bottom: 10px;
	}
	.reasonTxtTit h4{
		width: 100%;
		text-align: center;
	}
}

/*ファクタリングの仕組み*/
.about{
	background:#fff3e4;
	padding: 60px 0;
}
@media screen and (max-width: 767px){
	.about{
		padding: 40px 0;
	}
}
.aboutBox{
	background: #fff;
	border:3px #fbb03b solid;
	padding: 25px 15px ;
	box-sizing: border-box;
	border-radius: 15px;
}
.aboutBox h4{
	background:#005d94;
	border-radius: 100px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

/*ご利用の流れ*/
.flowBox {
	padding-bottom: 25px;
	margin-bottom: 40px;
}
.flowImg{
	width:200px;
}
.flowTxt{
	width: calc(100% - 240px);
}
.flowTxtTitInner{
	display: flex;
	align-items: flex-end;
}
.flowTxtTitInner img{
	width: 100px;
}
.flowTxtTitInner h4{
	width: calc(100% - 110px);
}
.flowTxtTit {
	position: relative;
	border-bottom: solid 3px #005d94;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.flowTxtTit::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fbb03b;
	bottom: -3px;
	width: 30%;
  }
@media screen and (max-width: 767px) {
	.flowBoxFlex,.flowTxtTitInner{
		display: block;
	}
	.flowImg{
		margin: 0 auto 15px;
	}
	.flowTxt{
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.flowTxtTitInner img{
		 margin-bottom: 10px;
	}
	.flowTxtTitInner h4{
		width: 100%;
		text-align: center;
	}
}

.flowCheck{
	background: #f5f7f9;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
}
.flowCheck ul{
	list-style: none;
}
.flowCheck ul li{
	padding-left: 1.2em;
    text-indent: -1.2em;
}
.flowCheck ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color: #fbb03b;
    margin-right: 7px;
}

.flowCaution{
	background: #fff3e4;
	border:3px #005d94 solid;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px 15px;
}
.flowCautionImg{
	width: 200px;
}
.flowCautionTxt{
	width: calc(100% - 240px);
}
.flowCautionTxt p.kome{
	padding-left: 1em;
    text-indent: -1em;
}
.flowCautionTxt p.kome::before{
	content: "※";
}
@media screen and (max-width: 767px) {
	.flowCaution .flex{
		display: block;
	}
	.flowCautionImg{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		width: 150px;
	}
	.flowCautionTxt{
		width: 100%;
	}
	.flowCautionTxt h4{
		text-align: center;
	}
}

/*お客様の声*/
.voice{
	background:#d0dde9;
	padding: 60px 0;
	border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 767px){
	.voice{
		padding: 40px 0;
		border-radius: 20px 20px 0 0;
	}
}
.voiceBox{
	position: relative;
	width: 48%;
	padding-top: 186px;
	margin-bottom: 30px;
}
.voiceBoxInner{
	padding: 20px;
	border:3px #fbb03b solid;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
}
.voiceBoxData{
	position: absolute;
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
	top:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.voiceBoxData img{
	width: 140px;
}
.voiceBoxDataTxt{
	width: calc(100% - 175px);
}
.voiceBoxDataTxt ul{
	list-style: none;
}
.voiceBoxDataTxt ul li{
	border-bottom:1px #666 dashed;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
@media screen and (max-width: 767px){
	.voiceWrap{
		display: block;
	}
	.voiceBox{
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 160px;
	}
	.voiceBoxData img{
		width: 100px;
		height: 160px;
		object-fit: contain;
		object-position: center bottom;
	}
	.voiceBoxDataTxt{
		width: calc(100% - 135px);
	}
	.voiceBoxDataTxt p{
		 margin-bottom: 5px !important;
	}
	.voiceBoxDataTxt ul li{
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
}


/*代表あいさつ*/
.greetingImg{
	object-fit: cover;
	width: 100%;
	height: 350px;
	border-radius: 30px;
}
.greetingTxt{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	background: #fff;
	top:-50px;
	padding: 35px 25px 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	.greetingImg{
		height: 250px;
		border-radius: 15px;
	}
	.greetingTxt{
		width: 95%;
		border-radius: 15px;
		padding: 35px 10px 10px;
	}
}

/*よくある質問*/
.faq{
	background:#fff3e4;
	padding: 60px 0;
}
@media screen and (max-width: 767px){
	.faq{
		padding: 40px 0;
	}
}
.faqInner{
	background: #fff;
	padding: 35px 25px;
	border-radius: 20px;
	box-sizing: border-box;
	border:3px #005d94 solid;
}
dl.faqDL{
	padding: 7px 5px 7px;
	border-bottom: 1px #cbcbcb dashed;
}
.faqBox:not(:first-child) {
  	margin-top: 15px;
}
dl.faqDL dt {
	background: #fff;
	padding-bottom: 10px;
	position: relative;
}
dl.faqDL dd {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 13px;
	display: none;
}
dl.faqDL dt,
dl.faqDL dd{
	padding: 10px 35px 10px 50px;
	text-indent: -45px;
	line-height: 1.8em;
	box-sizing: border-box;
}
dl.faqDL dt{
	padding-bottom: 5px;
}
dl.faqDL dd{
	padding-top: 5px;
}
dl.faqDL dt::before,
dl.faqDL dd::before{
	margin-right: 15px;
	position: relative;
	top: 7px;
}
dl.faqDL dt::before{
	content: url(../images/ico_faq_q.png);	
}
dl.faqDL dd::before{
	content: url(../images/ico_faq_a.png);	
}
.faqDL dt span::before,
.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #fbb03b;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faqDL dt span::after {
	background: #005d94;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}

/*お申し込みフォーム*/
.apply{
	background:#f2f2f2;
	padding: 60px 0;
	border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 767px){
	.apply{
		padding: 40px 0;
		border-radius: 0 0 20px 20px;
	}
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
	vertical-align: top;
	box-sizing: border-box;
}
table.formTable th::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	display: inline-block;
	margin-right: 0.2em;
	color:#fbb03b;
}
table.formTable th{
	width:350px;
	font-weight:normal;
	text-align:left;
}
table.formTable th span{
	color:#fff;
	background: #005d94;
	font-size:13px;
	display: inline-block;
	margin-left: 0.4em;
	padding: 1px 5px 3px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #fbb03b;
}
input[type="text"]{
	width: 100%;
	font-size:16px;
}
select{
	width:200px;
	font-size:16px;
}
input[type="text"],select,textarea{
	padding: 10px;
	box-sizing: border-box;
	border:none;
	border-radius: 5px;
}
textarea{
	width: 100%;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	width:250px;
	height:60px;
	cursor: pointer;
	background: #fbb03b;
	border-radius: 10px;
	border: 3px solid #005d94;
	color:#005d94;
	font-size: 16px;
	transition : all 0.5s ease 0s;
}
form input[type="submit"]:hover{
	background: #005d94;
	color:#fbb03b;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:767px) {
	table.formTable,table.formTable tbody,table.formTable tr,
	table.formTable th, table.formTable td{
		display:block;
		width:100%;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	form input[type="text"], form textarea {
		display:block;
	}
	table.formTable th,
	input[type="text"],select,textarea{
		font-size:14px;
	}
	table.formTable th span{
		font-size:12px;
	}
}

/*プライバシーポリシー*/
.privacy{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	height: 150px;
    overflow-y: scroll;
    margin: 0 auto 50px auto;
    text-align: left;
	border-radius: 15px;
}
.privacy h4{
	border-bottom:1px solid #005d94;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.privacyUl{
	margin-left: 1.2em;
}

/*会社概要*/
table.compamyTb{
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
}
table.compamyTb th,table.compamyTb td{
	text-align: left;
	padding: 15px;
}

@media screen and (min-width: 768px),print{
	table.compamyTb tr:nth-child(odd){
		background: #f2f2f2;
	}
}
@media screen and (max-width: 767px){
	table.compamyTb,table.compamyTb tbody,table.compamyTb tr,
	table.compamyTb th,table.compamyTb td{
		display: block;
	}
	table.compamyTb th{
		background: #f2f2f2;
	}
}

/*サンクスページ*/
.thanksBtn{
	border-bottom: 3px #fbb03b dashed;
	padding-bottom: 5px;
	color:#fbb03b;
}
.qrLIne{
	width: 150px;
}

/* ----------------------------------------------------------------------
 copyright
---------------------------------------------------------------------- */
.copyright{
	background: #005d94;
	height: 50px;
}
.copyright p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 50px;
}

/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	color: #005d94;
	font-weight: normal;
	font-size:23px;
	text-decoration: none;
	text-align: center;
	background:#fff;
	width:45px;
	height:45px;
	line-height: 0.5;
	border:2px #005d94 solid;
	box-sizing: border-box;
	border-radius: 50%;
}
#pageTop a span{
	font-size:12px;
	font-weight:normal;
	display: block;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#pageTop i {
}

/* ----------------------------------------------------------------------
 サンクスページ
---------------------------------------------------------------------- */
a.retuneLink{
	display: inline-block;
	border:2px #229e85 solid;
	padding: 10px 30px;
	background: #fff;
	color:#229e85;
	box-sizing: border-box;
	transition : all 0.5s ease 0s;
}
a.retuneLink:hover{
	background:#229e85;
	color:#fff;
}