@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　contact
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
#Header{
  position: absolute;
}
#Header.scroll{
  background: rgba(255,255,255,0);
}
.contact #Header .fixed-nav,
.contact-top.index #Header .fixed-nav{
  display: none;
}
.contact #Gnav,
.contact-top.index #Gnav{
  display: none;
}
.contact .fixed-nav .btn,
.contact-top.index .fixed-nav .btn{
  opacity: 0;
  pointer-events: none;
}
#Footer{
  padding: 50px 0 40px;
}
#Footer .ft-logo{
  margin-bottom: 20px;
  text-align: center;
}
#Footer .copyright{
  text-align: center;
}
.page-ttl{
  background-image: url(../img/contact/bg_page_ttl_pc.jpg);
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.contact h2{
	text-align: center;
	font-size: 1.8rem;
}
.contact h2 + .txt{
	margin-bottom: 45px;
	text-align: center;
	font-size: 1.5rem;
}
.contact h2 + .txt a{
	text-decoration: underline;
}
.contact h2 + .txt a:hover{
	text-decoration: none;
}
.progress{
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 650px;
	margin: 0 auto 30px;
}
.progress::before{
	position: absolute;
	left: 0;
	top: 33px;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: linear-gradient(0deg, rgba(0,135,239,1) 0%, rgba(0,101,179,1) 100%);
}
.progress li{
	position: relative;
	z-index: 10;
	padding: 0 20px;
	background: #f4f7f8;
}
.progress .num{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 59px;
	height: 69px;
	background: url(../img/contact/bg_hexagon_off.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
}
.progress .num span{
	color: #0080e1;
	background: linear-gradient(0deg, rgba(0,135,239,1) 0%, rgba(0,101,179,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 2.6rem;
	font-family: 'Barlow Condensed', sans-serif;
}
.progress .current .num{
	background-image: url(../img/contact/bg_hexagon_on.png);
}
.progress .current .num span{
	color: #FFF;
	-webkit-text-fill-color: #FFF;
}
.progress .ttl{
	font-size: 1.4rem;
	color: #0080e1;
	font-weight: 500;
}

.contact-box{
	padding: 70px 9% 80px;
}


/* entry
-----------------------------------------------------------------*/
.error-box{
}
.alertRed {
	color: #d03636;
	font-size: 1.4rem;
}

.inq-form{
    margin-top: 20px;
	margin-bottom: 50px;
}
.inq-form > div{
	padding: 20px 0;
}
.inq-form .layout-box{
	justify-content: flex-start;
}
.inq-form dt{
	font-size: 1.8rem;
	font-weight: 500;
}
.inq-form .layout-box dt{
	flex-shrink: 0;
	width: 320px;
}
.inq-form dt .req{
	display: inline-block;
	margin-left: 12px;
	padding: 4px 8px;
	background: #0077d3;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: normal;
	color: #fff;
}
.inq-form dt small{
	display: inline-block;
	margin-left: 15px;
	font-size: 1.2rem;
}
.inq-form .layout-box dt small{
	display: block;
	margin-left: 0;
}
.inq-form dd{
	margin-top: 15px;
}
.inq-form dd.selectable{
	margin-top: 5px;
}
.inq-form .layout-box dd{
	width: calc(100% - 320px);
	margin-top: 0;
}
.inq-form .q-list li{
	padding-bottom: 20px;
	margin: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}
.inq-form .q-list li > .ttl > p {
	display: inline-block;
}
.inq-form .q-list li > .q-indent{
	padding-left: 40px;
}

.inq-form .q-list input[type="text"]{
	padding: 0.4em 1em;
}

.inq-form .f-radio,
.inq-form .f-checkbox{
	display: inline-block;
	margin: 10px;
	white-space: nowrap;
}
.inq-form input[type="text"].off{
	border-color: #f4f7f8;
	background: #f4f7f8;
	pointer-events: none;
}
.inq-form .postal{
	display: inline-block;
	transform: translateY(-8px);
	margin-right: 15px;
	font-size: 1.5rem;
}
#cnt_zip{
	width: 185px;
	margin-bottom: 20px;
}

.outbox-area{
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.outbox-area h3{
	margin-bottom: 25px;
	font-size: 1.5rem;
}

.outbox-area .privacy-box{
	height: 220px;
	margin-bottom: 45px;
	padding: 25px 30px;
	overflow: auto;
	border: 1px solid #bdbdbd;
	text-align: left;
	font-size: 1.4rem;
}
.outbox-area .privacy-box h4{
	font-size: 1.6rem;
    line-height: 1.6;
}
.outbox-area .privacy-box h5{
    margin-top: 15px;
	font-size: 1.4rem;
    font-weight: 500;
    padding-left:1em;
	text-indent:-1em;
    line-height: 1.6;
}
.outbox-area .privacy-box .ttl{
    margin-top: 10px;
	font-size: 1.4rem;
    line-height: 1.6;
}
.outbox-area .privacy-box .sttl{
    margin-top: 8px;
	font-size: 1.4rem;
    line-height: 1.6;
}
.outbox-area .privacy-box .txt{
    margin-top: 5px;
	font-size: 1.4rem;
}
.outbox-area .privacy-box .indent{
    padding-left: 1em;
	text-indent: -1em;
}
.outbox-area .privacy-box .indent.wide{
    padding-left: 2.4em;
	text-indent: -2.4em;
}
.outbox-area .privacy-box ul{
    margin-top: 3px;
    margin-left: 15px;
	font-size: 1.4rem;
}
.outbox-area .privacy-box ul.ml{
    margin-left: 34px;
}
.outbox-area .privacy-box ul li{
    margin-top: 3px;
    padding-left: 1.2em;
	text-indent: -1.2em;
    line-height: 1.6;
}
.outbox-area .privacy-box .cap{
    margin-top: 10px;
	font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}
.outbox-area .agreement{
	margin-bottom: 25px;
	font-size: 1.5rem;
}

.outbox-area .agreement label span em{
	display: inline-block;
	transform: translateY(2px);
	font-style: normal;
}
.outbox-area .submit{
	margin-bottom: 20px;
}
#resubmit.off{
	background-color: #c0bfbf;
	pointer-events: none;
}
.outbox-area .alertRed{
	margin-bottom: 20px;
}
.outbox-area > .txt{
	font-size: 1.4rem;
	line-height: 1.6;
}




/*　吹き出し
-------------------------------------------------------------------------*/

.input-line {
	position:relative;
}

.guide-tip {
	display:none;
	top: 100%;
	z-index:2000;
	position:absolute;
	padding:8px 10px;
	margin:10px 0;
	background:#fff;
	border-width: 2px;
	border-style: solid;
	border-color:#777;
	color:#333;
	font-size:1.3rem;
	line-height: 1.4;
	border-radius: 5px;
}

.guide-tip .arrow {
	position:absolute;
	top:-6px;
	left:15px;
	z-index:1000;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

.guide-tip .arrow.border {
	top:-9px; left:14px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #777;
}



/* confirm
-----------------------------------------------------------------*/
.contact-confirm h2{
	margin-bottom: 35px;
}
.inq-confirm{
	margin-bottom: 90px;
}
.inq-confirm > div{
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #c6c6c6;
	font-size: 1.5rem;
}
.inq-confirm > div:first-child{
	padding-top: 0;
}
.inq-confirm dt{
	flex-shrink: 0;
	width: 325px;
	font-weight: 500;
}
.inq-confirm dt small{
	display: block;
	font-size: 1.3rem;
}
.inq-confirm .q-list li:nth-child(n+2){
	margin-top: 20px;
}
.inq-confirm .q-list div{
	padding-left: 30px;
}


.contact-confirm .btn-back{
	max-width: 200px;
	margin: 20px auto 0;
}
.contact-confirm .btn-back a::after{
	right: auto;
	left: 15px;
	transform: scale(-1, 1) translateY(-50%);
}




/* complete
-----------------------------------------------------------------*/
.contact-complete .progress{
	margin-bottom: 40px;
}
.contact-complete .contact-box{
	padding-bottom: 90px;
}
.contact-complete h2{
	margin-bottom: 30px;
	font-size: 2rem;
}
.contact-complete h2 + .txt{
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 2;
}
.contact-complete .btn{
	max-width: 312px;
	margin: 0 auto;
}





/* index
-----------------------------------------------------------------*/
.contact-entry {
	max-width: 1000px;
	margin: auto;
}
.contact-top h2{
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .1rem;
}
.contact-top h2 + .txt{
	margin-bottom: 45px;
	text-align: center;
	color: #0077d3;
	font-size: 1.5rem;
	letter-spacing: .1rem;
}
.contact-flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-flex-box div {
	background: #fff;
	border-radius: 3px;
	padding: 35px 50px;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
}
.contact-flex-box div:before,
.contact-flex-box div:after{
	width: calc(100% - 60px);
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	content: "";
}
.contact-flex-box div:before{
	border-top: solid 4px #237ac5;
	border-right: solid 4px transparent;
	left: 30px;
}
.contact-flex-box div:after{
	border-top: solid 4px #237ac5;
	border-left: solid 4px transparent;
	right: 30px;
}
.contact-box-w50 {
	width: 48.5%;
	margin-bottom: 40px;
}
.contact-box-wide {
	width: 100%;
}
.contact-ttl {
	padding: 30px 0 25px;
	letter-spacing: .1rem;
}
.contact-ttl span {
	font-size: 1.4rem;
	display: inline-block;
}
.contat-btn-white a {
	border: 1px solid #dbdbdb;
	background: #fff;
	color: #237ac5;
	font-size: 1.8rem;
	text-decoration: underline;
}
.contat-btn-white a::after {
	content: none;
}
.contat-btn-white a:hover {
	color: #fff;
	background: #237ac5;
}
.contact-tel-link {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 690px;
	margin: 20px auto;
}
.contact-tel-link li {
	position: relative;
	width: 50%;
	line-height: 1;
}
.contact-tel-link li:last-child::before {
	content: "";
	width: 1px;
	height: 50px;
	background: #dbdbdb;
	position: absolute;
	top: 0;
	left: 0;
}
.contact-tel-link li .tel {
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: .1rem;
	padding-right: 5px;
	color: #0087ef;
	background: #0087ef;
	background: linear-gradient(0deg, rgba(0,135,239,1) 0%, rgba(0,101,179,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact-tel-link li em {
	font-size: 4.6rem;
	font-weight: 400;
	font-style: inherit;
	letter-spacing: .1rem;
	color: #0087ef;
	background: #0087ef;
	background: linear-gradient(0deg, rgba(0,135,239,1) 0%, rgba(0,101,179,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contact-tel-link li .time {
	font-size: 1.2rem;
	display: inline-block;
	padding-left: 40px;
}
.contact-attention {
	border-top: 2px solid #0077d3;
	margin-top: 60px;
}
.contact-attention h3 {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .2rem;
	padding: 35px 0;
	border-bottom: 2px solid #dbdbdb;
}
.contact-attention .txt {
	font-size: 1.5rem;
	padding: 35px 0 40px;
	line-height: 2;
}
.contact-attention .btn-base {
	max-width: 590px;
	margin: auto;
}


/* flow
-----------------------------------------------------------------*/
.contact-flow {
	margin-bottom: -90px;
}
.contact-flow-box {
	background: #fff;
	padding: 80px;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.1);
	margin-bottom: 50px;
}
.contact-flow-chart > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.contact-flow-chart > li::before {
	content: "";
	width: 1px;
	height: calc(100% - 110px);
	background: #0087ef;
	background: linear-gradient(0deg, #0087ef 0%, #0065b3 100%);
	position: absolute;
	top: 100px;
	left: 35px;
}
.contact-flow-chart > li:last-child::before {
	content: none;
}
.contact-flow-chart a {
  text-decoration: underline;
}
.contact-flow-chart a:hover {
  text-decoration: none;
}
.contact-flow-chart .num {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 74px;
	height: 87px;
	background: url(../img/contact/bg_hexagon.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
}
.contact-flow-chart .num span {
	color: #0080e1;
	background: linear-gradient(0deg, rgba(0,135,239,1) 0%, rgba(0,101,179,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 3.2rem;
	font-family: 'Barlow Condensed', sans-serif;
}
.contact-flow-chart .flow-txtarea {
	width: calc(100% - 110px);
}
.contact-flow-chart .flow-txtarea dt {
	color: #0080e1;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: .2rem;
	margin: 25px 0 10px;
}
.contact-flow-chart .flow-txtarea dd {
	font-size: 1.5rem;
	letter-spacing: .1rem;
}
.contact-flow-chart .flow-txtarea dd p {
	line-height: 1.75;
	margin-bottom: 5px;
}
.contact-flow-chart .flow-note {
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.5rem;
}
.contact-flow-chart .flow-note.txt-small {
	font-size: 1.3rem;
}
.contact-flow-chart .flow-note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.ico_dcm {
	background: #0078d6;
	display: inline-block;
	color: #fff;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	margin: 0 5px;
}
.ico_apos {
	background: #005faa;
	display: inline-block;
	color: #fff;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	margin-right: 10px;
}
.contact-flow-chart .flow-txtarea ul {
	margin: 10px 0 10px 20px;
}
.contact-flow-chart .flow-txtarea li {
	margin-bottom: 5px;
}
.contact-flow-chart .flow-txtarea li .ico_dcm {
	margin: 0 10px 0 0;
}
.btn-arrow {
	max-width: 382px;
	margin-top: 15px;
}
.btn-arrow a {
	padding: 20px 40px;
	text-decoration: none;
}
.btn-arrow a::after {
	content: none;
}
.btn-arrow span::after {
	content: "";
	width: 10px;
	height: 6px;
	display: inline-block;
	margin-left: 10px;
	background: url(../img/common/arw_down_w.svg) no-repeat center / contain;
}
.contact-dl-box {
	position: relative;
	border-top: 2px solid #0077d3;
	margin-top: 20px;
}
.contact-dl-box h3 {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: .2rem;
	padding: 35px 0;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 40px;
}
.contact-dl-box dt {
	font-size: 1.8rem;
	letter-spacing: .1rem;
	line-height: 1.75;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}
.contact-dl-box dt::before {
	content: "";
	width: 10px;
	height: 2px;
	background: #237ac5;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
.contact-dl-box dd {
	font-size: 1.4rem;
	line-height: 2;
	margin-bottom: 50px;
}
.contact-dl-box .info-area {
	border: 1px solid #dbdbdb;
	padding: 20px 30px;
	font-size: 1.5rem;
}
.contact-dl-box ol {
	font-size: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.contact-dl-box li {
	width: 50%;
	padding: 0 20px 15px 0;
}
.contact-dl-box li:first-child {
	width: 100%;
}
.contact-dl-box li .ico_dcm {
	margin: 0 10px 0 0;
}
.contact-dl-box li .ico_apos {
	margin: 0 20px 0 0;
}
.contact-dl-box .ico_xls::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/contact/ico_xls.png) no-repeat center / contain;
	display: inline-block;
	vertical-align: -.4rem;
}
.contact-dl-box .ico_pdf::after {
	content: "";
	width: 17px;
	height: 21px;
	background: url(../img/contact/ico_pdf.png) no-repeat center / contain;
	display: inline-block;
	vertical-align: -.4rem;
}
.contact-dl-box a:hover {
	color: #0078d6;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #Gnav{
    display: block;
  }
  .fixed-nav .btn{
    opacity: 0;
    pointer-events: none;
  }
  #Footer{
    padding: 50px 0 40px;
  }
  #Footer .ft-logo{
    margin-bottom: 20px;
    text-align: center;
  }
  #Footer .copyright{
    text-align: center;
  }

  .page-ttl{
    background-image: url(../img/contact/bg_page_ttl_sp.jpg);
  }



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
	.contact h2{
		margin-bottom: 5px;
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.contact h2 + .txt{
		margin-bottom: 25px;
		font-size: 1.4rem;
	}
	.progress{
		position: relative;
		display: flex;
		justify-content: space-between;
		max-width: 315px;
		margin: 0 auto 25px;
	}
	.progress li{
		padding: 0 10px;
	}

	.contact-box{
		padding: 20px 20px 50px;
	}


/* entry
-----------------------------------------------------------------*/
	.alertRed {
		font-size: 1.3rem;
	}

	.inq-form{
		margin-bottom: 30px;
	}
	.inq-form > div{
		padding: 10px 0;
	}
	.inq-form .layout-box{
		display: block;
	}
	.inq-form dt{
		font-size: 1.6rem;
	}
	.inq-form .layout-box dt{
		width: auto;
	}
	.req{
		margin-left: 10px;
		font-size: 1.3rem;
	}
	.inq-form dt small{
		display: block;
		margin-left: 0;
	}
	.inq-form dd{
		margin-top: 10px;
	}
	.inq-form .layout-box dd{
		width: 100%;
		margin-top: 10px;
	}
	.inq-form .q-list li > div{
		padding-left: 5px;
	}

	.inq-form .f-radio,
	.inq-form .f-checkbox{
		display: block;
		margin: 5px 0;
		font-size: 1.4rem;
	}
	.inq-form .ttl > .f-radio,
	.inq-form .ttl > .f-checkbox{
		display: inline-block;
	}
	.inq-form .q-list li > div p input[type="text"]{
		margin: 5px 0 0 25px;
	}
	.inq-form .postal{
		transform: translateY(-6px);
		margin-right: 10px;
		font-size: 1.4rem;
	}
	#cnt_zip{
		width: 150px;
		margin-bottom: 15px;
	}

	.outbox-area h3{
		margin-bottom: 20px;
		font-size: 1.3rem;
	}

	.outbox-area .privacy-box{
		margin-bottom: 20px;
		padding: 15px 10px;
	}
    .outbox-area .privacy-box h4{
        font-size: 1.5rem;
        line-height: 1.5;
        text-align: center;
    }
    .outbox-area .privacy-box h5{
        margin-top: 12px;
        font-size: 1.4rem;
        padding-left: 1.2em;
        text-indent: -1.2em;
    }
    .outbox-area .privacy-box .ttl{
        margin-top: 10px;
        font-size: 1.3rem;
        line-height: 1.5;
        padding-left: 2.4em;
        text-indent: -2.4em;
    }
    .outbox-area .privacy-box .sttl{
        margin-top: 12px;
        font-size: 1.3rem;
        line-height: 1.5;
        padding-left: 2.4em;
        text-indent: -2.4em;
    }
    .outbox-area .privacy-box .txt{
        margin-top: 5px;
        font-size: 1.2rem;
    }
    .outbox-area .privacy-box .indent{
        padding-left: 1em;
        text-indent: -1em;
    }
    .outbox-area .privacy-box .indent.wide {
        padding-left: 2.5em;
        text-indent: -2.5em;
    }
    .outbox-area .privacy-box ul{
        margin-top: 6px;
        margin-left: 10px;
        font-size: 1.2rem;
    }
    .outbox-area .privacy-box ul li{
        margin-top: 3px;
        line-height: 1.6;
    }
    .outbox-area .privacy-box .cap{
        margin-top: 10px;
        font-size: 1.1rem;
        line-height: 1.5;
    }
	.outbox-area .agreement{
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	.outbox-area .agreement label span em{
		transform: translateY(4px);
	}
    .outbox-area .alertRed{
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
	.outbox-area > .txt{
		font-size: 1.2rem;
	}



/* confirm
-----------------------------------------------------------------*/
	.contact-confirm h2{
		margin-bottom: 35px;
		font-size: 1.4rem;
	}
	.inq-confirm{
		margin-bottom: 35px;
	}
	.inq-confirm > div{
		display: block;
		padding: 20px 0;
		font-size: 1.4rem;
	}
	.inq-confirm dt{
		margin-bottom: 5px;
		width: auto;
	}
	.inq-confirm dt small{
		font-size: 1.2rem;
	}
	.inq-confirm .q-list li:nth-child(n+2){
		margin-top: 15px;
	}
	.inq-confirm .q-list div{
		margin: 10px 0 0 10px;
		padding-left: 10px;
	}



/* complete
-----------------------------------------------------------------*/
	.contact-complete .progress{
		margin-bottom: 30px;
	}
	.contact-complete .contact-box{
		padding-bottom: 50px;
	}
	.contact-complete h2{
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.contact-complete h2 + .txt{
		margin-bottom: 35px;
		font-size: 1.3rem;
		line-height: 1.8;
	}


/* index
-----------------------------------------------------------------*/
.contact-top h2{
	margin-bottom: 5px;
	font-size: 1.7rem;
	line-height: 1.6;
}
.contact-top h2 + .txt{
	margin-bottom: 25px;
	font-size: 1.4rem;
}
.contact-flex-box div {
	padding: 25px 30px;
}
.contact-flex-box div:before,
.contact-flex-box div:after{
	width: calc(100% - 40px);
}
.contact-flex-box div:before{
	left: 20px;
}
.contact-flex-box div:after{
	right: 20px;
}
.contact-box-w50 {
	width: 100%;
	margin-bottom: 30px;
}
.contact-box-wide {
	width: 100%;
}
.contact-ico img {
	max-width: 50px;
}
.contact-ttl {
	font-size: 1.4rem;
	padding: 20px 0 20px;
}
.contact-ttl span {
	font-size: 1.2rem;
	line-height: 1.5;
}
.contact-tel-link {
	max-width: 250px;
	margin: 10px auto;
}
.contact-tel-link li {
	width: 100%;
	text-align: left;
}
.contact-tel-link li:last-child {
	padding-top: 20px;
}
.contact-tel-link li:last-child::before {
	content: none;
}
.contact-tel-link li .tel {
	font-size: 2rem;
}
.contact-tel-link li em {
	font-size: 4rem;
}
.contact-tel-link li .time {
	padding-left: 60px;
}
.contact-attention {
	margin-top: 40px;
}
.contact-attention h3 {
	font-size: 1.6rem;
	padding: 20px 0;
}
.contact-attention .txt {
	font-size: 1.3rem;
	padding: 20px 0 30px;
	line-height: 1.75;
}
.contact-attention .btn-base {
	max-width: 80%;
}

/* flow
-----------------------------------------------------------------*/
.contact-flow {
	margin-bottom: -60px;
}
.contact-flow-box {
	padding: 20px;
	margin-bottom: 30px;
}
.contact-flow-chart > li {
	padding-bottom: 30px;
}
.contact-flow-chart > li::before {
	top: 75px;
	left: 25px;
	height: calc(100% - 90px);
}
.contact-flow-chart .num {
	width: 50px;
	height: 59px;
}
.contact-flow-chart .num span {
	font-size: 2.4rem;
}
.contact-flow-chart .flow-txtarea {
	width: calc(100% - 70px);
}
.contact-flow-chart .flow-txtarea dt {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 15px 0 10px;
}
.contact-flow-chart .flow-txtarea dd {
	font-size: 1.3rem;
}
.contact-flow-chart .flow-note {
	font-size: 1.2rem;
}
.contact-flow-chart .flow-note.txt-small {
	font-size: 1.1rem;
}
.ico_dcm {
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.ico_apos {
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.contact-flow-chart .flow-txtarea ul {
	margin: 10px 0 10px 15px;
}
.btn-arrow a {
	padding: 15px 30px;
}
.contact-dl-box h3 {
	padding: 20px 0;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.contact-dl-box dt {
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.contact-dl-box dd {
	font-size: 1.3rem;
	line-height: 1.75;
	margin-bottom: 20px;
}
.contact-dl-box .info-area {
	padding: 15px 20px;
	font-size: 1.4rem;
}
.contact-dl-box ol {
	font-size: 1.2rem;
}
.contact-dl-box li {
	width: 100%;
	padding: 0 0 15px;
}
.contact-dl-box li .ico_dcm {
	margin: 0 10px 0 0;
}
.contact-dl-box li .ico_apos {
	margin: 0 10px 0 0;
}
.contact-dl-box .ico_xls::after {
	width: 15px;
	height: 15px;
}
.contact-dl-box .ico_pdf::after {
	width: 15px;
	height: 19px;
}
}



/**
 *
 *  フォーム用CSS
 *　form
 */



input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: transparent;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}


label {
	cursor: pointer;
}



/* テキストボックス・テキストエリア
--------------------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea{
	box-sizing:border-box;
	width: 100%;
	padding: 0.8em 1em;
	border: 1px solid #bdbdbd;
	border-radius:2px;
    background:#FFF;
	font-size:1.4rem;
	line-height: 1.4;
	font-family:"Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",Meiryo ,"ＭＳ Ｐゴシック" ,"MS P Gothic" ,sans-serif;
    -webkit-appearance: none;
}
textarea{
	height: 180px;
}


input::placeholder,
textarea::placeholder {
  color: #B7B7B7;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B7B7B7;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #B7B7B7;
}



/* @SP */

@media all and (max-width: 768px) {

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	textarea{
		font-size:1.6rem;
	}

}



/* ラジオボタン・チェックボックス
--------------------------------------------------------------------------*/
input[type="radio"], input[type="checkbox"] {
  opacity:0;
}


input[type="checkbox"]+label,
input[type="checkbox"]+label span{
  position: relative;
}
input[type="checkbox"]+label span{
	padding-left: 5px;
}

input[type="checkbox"]+label span:before {
  position: absolute;
  left: -24px;
  top: 4px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #bdbdbd;
  border-radius:2px;
  background:#FFF;
}

input[type="checkbox"]:checked+label:before {
  position: absolute;
  left: -23px;
  top: 18px;
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background: #0077d3;
  -webkit-transform: rotate(40deg);
  -webkit-transform-origin: right center;
  transform: rotate(40deg);
  transform-origin: right center;
  z-index:5;
}

input[type="checkbox"]:checked+label:after {
  display: block;
  position: absolute;
  left: -16px;
  top: 18px;
  content: "";
  width: 13px;
  height: 2px;
  background: #0077d3;
  -webkit-transform: rotate(-48deg);
  -webkit-transform-origin: left center;
  transform: rotate(-48deg);
  transform-origin: left center;
  z-index:5;
}

input[type="radio"]+label{
	position: relative;
	padding-left: 5px;
}
input[type="radio"]+label:before{
  display: block;
  position: absolute;
  left: -21px;
  top:3px;
  content: "";
  border: 1px solid #bdbdbd;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#FFF;
}
input[type="radio"]:checked+label::before{
	border-color: #0077d3;
}
input[type="radio"]:checked+label:after {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  left: -18px;
  top: 6px;
  background-color: #0077d3;
  border-radius: 50%;
}


/* @SP */

@media all and (max-width: 768px) {

input[type="checkbox"]+label span:before {
  top: 0px;
}
input[type="checkbox"]:checked+label:before {
  top: 14px;
}
input[type="checkbox"]:checked+label:after {
  top: 14px;
}

}



/* 送信ボタン
--------------------------------------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"]{
	position: relative;
	max-width: 312px;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background:url(../img/common/arw_btn_long_w.svg) no-repeat right 15px center #0078d6;
	border:0;
	border-radius: 3px;
	text-align:center;
	color:#FFF;
	font-size:1.5rem;
	line-height:1;
	cursor:pointer;
	transition:.3s;
}


input[type="submit"]:hover,
input[type="button"]:hover{
	opacity:.7;
}

/* @SP */


@media all and (max-width: 768px) {
	input[type="submit"]:hover,
	input[type="button"]:hover{
		opacity:1;
	}
}





.q-heading {
	color: #0066cc;
}
.q-item {
	margin-bottom: 1.5rem;
}
.q-item .q-title {
	font-weight: 500;
}
.q-item .q-checkbox .f-checkbox-list {
	margin-left: 0.5rem;
}
.q-item .q-text {
	margin-top: 10px;
}
.q-indent {
	margin-left: 3rem;
}
.f-text.f-text-mini {
	width: 300px;
}

@media all and (min-width: 767px) {
	.test_group {
		color: #ffffff;
	}
}
