@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: 21px;
	font-weight: bold;
}
h3#melits, h3#needs, h3#service{
    color: #fff;
	font-size: 2em;
	font-weight: bold;
	background-color: #6a4c2a;
	text-align: center;
}
.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;
}
.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;
}
.link_btn, .call_number{
  text-align: center;
}
.btn_pop, .call_number{
  font-weight: bold;
}
.call_number{
  font-size: 2em;
}
.contents_box.w1 dl.list_contents dt.txt01{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 10px 0 0 40px;
    line-height: 1.3;
}
.contents_box.w1 dl.list_contents dt.txt01::before {
    content: "■";
    display: inline-block;
    font-size: 1.2em;
    color: #462600;
    left: 20px;
    position: absolute;
}
.contents_box.w1 dl.list_contents dt.txt01 span.price{
    font-size: 1.2em;
}
.contents_box.w1 dl.list_contents dt.txt01 a{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.contents_box.w1 dl.list_contents dd{
    margin-left: 40px;
}
.contents_box.w1 dl.list_contents dd span.price{
    font-size: 1.1rem;
}
.contents_box.w1 dl.list_contents dd p span.under {
    background: linear-gradient(transparent 70%,yellow 70%);
    color: #cc0000;
    font-weight: bold;
    font-size: 1.2em;
}
.contents_box.w1 dl.list_contents dd ul.disc {
    margin: 0 0 .5em 1em;
}
.contents_box.w1 dl.list_contents dd ul.disc li{
    font-weight: bold;
    margin-left: 5px;
}
.contents_box.w1 dl.list_contents dd ul.disc li::before {
    font-family: FontAwesome;
    content: "\f192";
    position: absolute;
    left: 50px;
    color: #ff8c00;
    font-size: 110%;
    font-weight: normal;
}
ol{
    margin: 10px 0 10px 2.2em;
    font-size: 1.1em;
}
.contents_box p.link_btn{
  font-size: 1.8em;
  margin-top: 20px;
}

@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#melits, h3#needs, h3#service{
	font-size: 1.2em;
	line-height: 1.2;
    padding: 5px;
	}
	.checkpoint{
	margin-top: 10px;
	}
	.contents_box .checkpoint p.checktitle{
    font-size: 1em;
    }
    .call_number{
    font-size: 1.4em;
    }
    .contents_box.w1 dl.list_contents dt.txt01{
    font-size: 1.2em;
    margin-left: 1.4em;
    }
    .contents_box.w1 dl.list_contents dt.txt01::before{
    left: 10px;
    }
    .contents_box.w1 dl.list_contents dd{
    margin-left: 1.8em;
    }
    .contents_box.w1 dl.list_contents dd ul.disc{
    margin-left: 1em;
    }
    .contents_box.w1 dl.list_contents dd p a{
    font-size: 120%;
    }
    .contents_box.w1 dl.list_contents dd ul.disc li::before {
    left: 40px;
    }
    .contents_box p.link_btn{
    font-size: 1em;
    margin: 20px 10px 0 10px;
    }
    .contents_box.w1 dl.list_contents dt.txt01 span.price{
    font-size: 1em;
    }
    .contents_box.w1 dl.list_contents dd ul.disc li{
    margin-left: 3px;
    }
    .contents_box.w1 dl.list_contents dd span.price{
    font-size: 1em;
    }
}
@media only screen and (max-width: 480px){
#fv {
	max-height: 450px;
	}
	.flex_box_between.about .col_3 {
    width: 98%;
    margin: 1% auto;
    }
    h3#melits, h3#needs, h3#service {
    font-size: 1.1em;
    }
    .step1 li {
    padding: .5em 0.5em .5em 1em;
    font-size: 14px;
    }
}