@charset "utf-8";
.action_btn {
    float: right;
    padding: 1px 3px;
    border: 1px solid #222;
    border-radius: 15px;
    color: #222;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #e1e5e6;
}
#fv {
    background: url(/about/images/inside_fv_bg.png) no-repeat center top;
	min-height: 370px;
	max-height: 370px;
}
h1 span.sub_title {
    font-size: 18px;
	font-weight: bold;
}
h3#jimai_flow, h3#onestop{
    color: #fff;
	font-size: 2em;
	font-weight: bold;
	background-color: #6a4c2a;
	text-align: center;
}
ul.check li ul.disc {
    margin: 0 0 .5em 1em;
}
ul.check li ul.disc li{
    font-weight: bold;
}
ul.check li ul.disc li::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 57px;
    color: #ff8c00;
    font-size: 110%;
    font-weight: normal;
}
.flex_box_between .col_6{
	border: 1px solid #462600;
	padding: .2em 1.5em;
	border-radius: 4px;
	color: #007130;
	font-weight: bold;
	background-color: antiquewhite;
}
.flex_box_between .col_6 a{
	color: #462600;
}
.flex_box_between .col_6 a:hover{
	color: #7bae00;
}
.kantogen {
    background-color: #fff;
	border: 8px solid #7bae00;
    padding: 1em;
    margin: 2em auto;
}
.contents_box.w1 h2.kantogen {
border-bottom: 2px solid #7bae00;
text-align: center;
font-size: 2em;
font-weight: bold;
margin-bottom: .2em;
background-color: #fff;
padding-bottom: .1em;
color:#000;
line-height: 110%;
}
.l_flow_box img.checkpluspic{
  margin-bottom: 10px;
}
.l_flow_con{
  float: left;
  width: 70%;
  margin-left: 20px;
}
.checkpoint{
  clear: both;
  border: 4px solid #f00;
  margin: 20px 10px 0;
}
.checkpoint p{
  margin: 10px 20px;
}
.contents_box .checkpoint p.checktitle{
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #c60000;
    border-bottom: 2px solid;
    padding: 5px 0;
    margin: 0;
}
ul.check li::before {
    left: auto;
    margin-left: -1em;
}
.checkpoint p span.under {
    background: linear-gradient(transparent 70%,yellow 70%);
    color: #cc0000;
    font-weight: bold;
    font-size: 1.2em;
}
.link_btn, .call_number{
  text-align: center;
}
.btn_pop, .call_number{
  font-weight: bold;
}
.call_number{
  font-size: 2em;
}

@media only screen and (max-width: 768px){
#fv {
	min-height: auto;
	max-height: 642px;
	background: none;
	}
	.flex_box_between .col_6 a{
	color: #fff;
	}
	h3#jimai_flow, h3#onestop{
	font-size: 1.2em;
	line-height: 1.2;
    padding: 5px;
	}
	.step_title{
	padding: 7px;
	}
	.l_flow_box img.checkpluspic{
	margin-bottom: 0;
	}
	.l_flow_con{
	width: auto;
	margin: 0 0 10px 0;
	}
	.checkpoint{
	margin: 0;
	}
	.contents_box .checkpoint p.checktitle{
    font-size: 1em;
    }
    .call_number{
    font-size: 1.4em;
    }
}
@media only screen and (max-width: 480px){
#fv {
	max-height: 450px;
}
.flex_box_between.about .col_3 {
    width: 98%;
    margin: 1% auto;
}
.kantogen{
margin-top: 0;
}
h3#jimai_heigan, h3#jimai_butsudanshobun, h3#jimai_takiage {
font-size: 1.1em;
}
.step1 li {
padding: .5em 0.5em .5em 1em;
font-size: 14px;
}
.step1 li:before{
  top:-22px;
  right:-1em;
}
.step1 li:after{
  top:-22px;
  right:-.9em;
}
ol.chigai {
    margin: 0em 2em .5em 1em;
}
.brand_box p.red_text {
padding: 0 1em 1em;
}
}