@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;
}
.main_img {
	width: 100%;
}
#fv {
    background: url(/about/images/inside_fv_bg.png) no-repeat center top;
	min-height: 290px;
	max-height: 290px;
}
h1 span.sub_title {
    font-size: 22px;
	font-weight: bold;
}
.flex_box_between.about .col_3 p.price {
	font-size: 16px!important;
    margin: 0;
    padding: .5em;
    font-weight: bold;
	color: #000;
}
.flex_box_between.about .col_3 p.price span {
    color: #cc0000;
    font-size: 185%;
    font-weight: bold;
    line-height: 100%;
}
.flex_box_between.about .col_3{
	padding-bottom: .5em;
}
.flex_box_between.about .col_3 h3 span {
    border: 1px solid #fff;
    padding: 0 .4em;
    margin-right: .5em;
    font-weight: bold;
    font-size: 70%;
    vertical-align: middle;
}
.flex_box_between .col_6{
	border: 1px solid #00af00;
	padding: .2em 1.5em;
	border-radius: 4px;
	color: #007130;
	font-weight: bold;
}
h3.six_points{
    color: #fff;
	font-size: 2em;
	font-weight: bold;
	background-color: #008b8b;
}
h3.six_points span{
    border: 1px solid #fff;
    padding: 0 .4em;
	margin-left: .5em;
    margin-right: .5em;
    font-weight: bold;
    font-size: 70%;
    vertical-align: middle;
}
.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: "";
    background-image: url(/price/images/grave.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    left: 20px;
    position: absolute;
    background-size: contain;
    vertical-align: sub;
    margin-right: 5px;
}
.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 li p{
    margin-left: 0;
}
.three_points{
    margin-left: 40px;
    list-style-type: decimal;
}
ul.disc{
  margin-left: 10px;
}
ul.disc li::before{
  left: auto;
  margin-left: -20px;
}
.disc li span{
  font-weight: bold;
}
.warning{
    border: 2px solid #f00;
    padding: 10px;
    font-size: 1.1rem;
    margin: 10px;
}
.warning .warning_top{
    border-bottom: 1px solid #f00;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #f00;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px){
#fv {
	min-height: auto;
	max-height: 642px;
    }
    h3.six_points{
    font-size: 1.5em;
    }
    .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;
    }
    .three_points{
    margin-left: 25px;
    }
    .disc li span{
    font-size: 110%;
    }
    .warning .warning_top{
    font-size: 95%;
    }
    .warning .three_points li{
    font-size: 16px;
    }
}
@media only screen and (max-width: 480px){
#fv {
	max-height: 401px;
}
.flex_box_between.about .col_3 {
    width: 98%;
    margin: 1% auto;
    }
}