@charset "utf-8";
/*------base------*/
.comment_box{
  border: 2px solid #cc0000;
  padding: 1%;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.comment_box span{
  font-weight: bold;
  font-size: 100%;
  color: #cc0000;
}
.flex_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_1, .col_2, .colum_2 {
  width: 100%;
  position: relative;
  margin: 1% 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.col_2, .col_half, .colum_2 {
  width: 48%;
  margin: 1%;
  border: 1px solid #ccc;
}
.col_1 h3, .col_2 h3, .colum_2 h2 {
  font-size: 2.5rem;
  background-image: none;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #652d92;
  color: #fff;
  padding: 10px 0 7px 0;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
  text-align: center;
}
.col_2 h3, .colum_2 h2 {
    font-size: 1.6rem;
}
.col_1 h3 a, .col_2 h3 a, .colum_2 h2 a {
  color: #fff;
}
.col_1 h3 a:hover, .col_2 h3 a:hover, .colum_2 h2 a:hover {
  color: #ffff00;
}
.service_box dl{
  margin: 0px 0px 25px 0px;
}
.service_box dl dt{
  background: none;
  border: none;
  margin: 20px 5px 5px 5px;
  padding: 0;
}
.service_box dl dt a{
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.service_box dl dt a:hover{
  color: #ff3600;
}
.service_box dl dt a:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  right: 4%; /*左端からのアイコンまで*/
  color: #007130; /*アイコン色*/
  font-size: 100%;
  line-height: 120%;
}
.service_box dl dd{
  margin: 0 10px 5px 10px;
  border-bottom: 1px dotted #ccc;
}
.service_box dl dd a{
  color: #19448e;
}
.service_box dl dd a:hover{
  color: #333;
}
.price {
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.price span.text_red, .price span.text_red {
  color: #cc0000;
  font-weight: bold;
  font-size: 150%;
  line-height: 105%;
}
.price span.no_tax{
  font-size: 55%;
}
.boad {
  clear: both;
  background-color: #edfff1;
  padding: 10px;
}
.more_btn{
  text-align:center;
  margin-bottom:15px;
  clear: both;
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.7em 1.5em;
  text-decoration: none;
  color: #fff;
  background: #19448e;
  transition: .4s;
}
.btn-flat-simple:hover {
  background: #652d92;
  color: #fff;
}
.sanko_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #cc0000;
    border-radius: 4px;
}
.sanko_box .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #cc0000;
    font-weight: bold;
}
.sanko_box p {
    margin: 0;
    padding: 5px 0 0 0;
    color: #000;
}
ul.k_shuha{
  list-style: none;
  margin: 10px 0;
}
ul.k_shuha li{
  background-color: #e6e6fa;
  color: #000;
  margin: 0.5%;
  padding: 0.5% 1.5%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #652d92;
}
ul.line{
  list-style-type: square;
  margin: 0 0 10px 30px;
}
ul.circle{
  list-style-type:circle;
  margin: 0 0 10px 20px;
}
#fv {
    background: url(/kuyo/images/pc_top_bg.png) no-repeat right top;
    margin: 30px 0 20px 0;
}
#fv img{
    margin: 0 0 10px 0;
}
#fv p{
    font-size: 1.1rem;
}
@media only screen and (max-width: 800px){
.flex_contents {
    display: block;
    }
    .col_2, .col_half, .colum_2 {
    width: auto;
    }
    #fv{
    background: none;
    margin: 20px 0;
    }
    #inside_top{
    margin: 0;
    padding: 0;
    }
    #inside_top .txt10{
    font-size: 1.2rem;
    font-weight: bold;
    }
}