@charset "UTF-8";

*{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.img-half{
  zoom: 0.5;
}

body{
    color: #444;
    background: #f1e0ff;
    padding: 10px 0;
}

.text-pr{
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}


.font-700{
  font-weight: 700;
}
.font-900{
  font-weight: 900;
}
.font-80{
  font-size: 80% !important;
}
.font-120{
  font-size: 120% !important;
}
.font-140{
  font-size: 140% !important;
}
.color-red{
  color: #F16F6F !important;
}
.color-black{
  color: #333 !important;
}
.bg-yellow{
  background: #fff8a9 !important;
}
.bg-none{
  background: none !important;
  padding: 0 !important;
}



#maincontents{
  width: 100%;
  max-width: 790px;
  padding: 0 30px;
  margin:0 auto;
}
.container-white{
  background: #fff;
  padding: 25px;
}
.container-white h1{
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
.box-hero .text-updata{
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
}
.box-section + .box-section{
  margin-top: 80px;
}
.box-section h2{
  font-size: 24px;
  padding: 20px 25px 20px 25px;
  margin-bottom: 30px;
  background: #9e3fe8;
  color: #fff;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}
.box-section h2 small{
  display: block;
  font-weight: normal;
}
.h2-flex span{
  background: #ff0000;
  display: inline-block;
  padding: 5px 10px 7px;
  line-height: 1;
  position: relative;
  border-radius: 4px;
  margin-right: 10px;
  position: absolute;
  font-size: 18px;
  top:-20px;
}
.h2-flex span:before{
  content: "";
  position: absolute;
  bottom:-16px;
  left: 10px;
  border: 8px solid transparent;
  border-top: 8px solid #ff0000;
  z-index: 2;
}
.box-section h3{
  font-size: 20px;
  background: #f1e0ff;
  color: #9e3fe8;
  padding: 10px;
  font-weight: bold;
}
.box-section p{
  margin: 30px 0;
  font-size: 18px;
}
.box-section h3 + p{
  margin-top: 20px;
}
.box-section p.text-link{
  margin-bottom: 0;
}
.box-section p.text-link + p{
  margin-top: 5px;
}
.box-section p.text-rank{
  text-align: center;
}
.box-section p.text-rank span{
  color: #fff;
  display: flex;
  width: 40px;
  height: 37px;
  background: url(../img/rank01.svg) no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
  line-height: 1;
  margin: 0 auto;
}
.list-target{
  background: #fff7f9;
  padding: 20px 25px;
  list-style: none;
  border-radius: 8px;
}
.list-target li{
  font-size: 18px;
  padding-left: 25px;
  position: relative;
  color: #590011;
}
.list-target li + li{
  margin-top: 10px;
}
.list-target li:before{
  content: "●";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 80%;
}
.table-spec{
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  width: 100%;
}
.table-spec th,
.table-spec td{
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 3px;
  text-align: center;
  width: 20%;
}
.table-spec td.td-logo{
  padding: 10px 10px;
  font-size: 12px;
}
.table-spec thead th{
  background: #333;
  color: #fff;
  border-bottom: 2px solid #01afb0;
}
.table-spec img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}
.table-btn{
  display: inline-block;
  background: #f96f6f;
  border-radius: 4px;
  padding: 8px 10px 10px;
  line-height: 1;
  font-size: 80%;
  color: #fff;
}
.table-btn:hover{
  color: #fff;
  opacity: 0.5;
  text-decoration: none;
}
.row-spec{
  display: flex;
  flex-wrap: wrap;
}
.row-spec dl{
  width: 33.33%;
  border:solid 1px #7ecdd2;
  margin: 0;
}
.row-spec.ver-3{
  flex-wrap: nowrap;
}
.row-spec.ver-3 dl{
  width: 100%;
}
.row-spec dl dt{
  width: 100%;
  background: #7ecdd2;
  color: #005a60;
  text-align: center;
  padding: 5px;
  font-size: 18px;
}
.row-spec dl dd{
  padding: 10px;
  text-align: center;
  margin: 0;
  width: 100%;
}
.row-spec dl.w-100 dd{
  text-align: left;
}
.row-spec dl dd img{
  max-width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
}
.row-spec dl dd span{
  display: block;
  width: 100%;
}
.wrap-gyosha + .wrap-gyosha{
  margin-top: 60px;
}
@media( max-width:768px ){
#maincontents{
  padding: 0 10px;
}
.container-white{
  padding: 15px;
}
.container-white h1{
  font-size: 20px;
}
.box-hero .text-updata{
  font-size: 13px;
  margin-top: 5px;
}
.list-target{
  padding: 10px 15px;
}
.list-target li{
  font-size: 16px;
}
.box-section h2{
  font-size: 20px;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
}
.box-section h3{
  font-size: 18px;
}
.box-section p{
  margin: 15px 0;
  font-size: 16px;
}
.table-spec th,
.table-spec td{
  font-size: 14px;
  width: 23.33%;
}
.table-spec td.td-logo{
  padding: 10px 10px;
  font-size: 12px;
  width: 30%;
}
.table-btn{
  line-height: 1.4;
}
.row-spec dl dt{
  padding: 5px 2px;
  font-size: 14px;
}
.row-spec dl dd{
  padding: 10px 10px;
  font-size: 14px;
}
}





/* 吹き出し スタイル */
.wrap-fukidashi-base{
  width: 94%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}
.wrap-fukidashi-base *{
  box-sizing: border-box;
}
.wrap-fukidashi-base:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.wrap-fukidashi-base {display: inline-block;} 
* html .wrap-fukidashi-base {height: 1%;}
.wrap-fukidashi-base {display:block;}

.fukidashi-face{
  margin:0;
  padding: 0;
  float: left;
  width: 12%;
  position: relative;
  text-align: center;
}
.wrap-level{
  background: #fff;
  border-radius: 5px;
  padding:15px 25px;
  margin-top: 15px;
}
.fukidashi-face{
  padding: 3px;
}
.fukidashi-face img{
  width: 100%;
  border-radius: 100px;
  border: 2px solid #9e3fe8;
}
.fukidashi-face .faceimg{
  border-radius: 100px;
  overflow: hidden;
}
.fukidashi-body{
  float: right;
  width: 83%;
  text-align: left;
  border:solid 2px #9e3fe8;
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
}
.fukidashi-body:before{
  content: "";
  position: absolute;
  top: 16px;
  left: -36px;
  border: 18px solid transparent;
  border-right: 18px solid #9e3fe8;
  z-index: 2;
}
.fukidashi-body:after{
  content: "";
  position: absolute;
  top: 16px;
  left: -34px;
  border: 18px solid transparent;
  border-right: 18px solid #fff;
  z-index: 2;
}
.box-section .fukidashi-body p{
  margin:0;
  font-size: 18px;
}
.box-section .fukidashi-body p + p{
  margin-top: 20px;
}
@media( max-width:768px ){
.wrap-fukidashi-base{
  width: 98%;
  margin: 0 auto 30px auto;
}
.fukidashi-face{
  width: 18%;
}
.fukidashi-body{
  width: 76%;
  border-radius: 5px;
  padding: 10px 10px;
}
.box-section .fukidashi-body p{
  font-size: 16px;
}
.box-section .fukidashi-body p + p{
  margin-top: 10px;
}
}



.section-footer{
  padding: 20px;
}
.section-footer p{
  font-size: 13px;
}


.row-uranaishi{
  display: flex;
  flex-wrap: wrap;
}
.col-uranaishi{
  width: 50%;
  padding: 5px;
}
.dl-uranaishi dt{
  text-align: center;
  margin-bottom: 10px;
}
.dl-uranaishi dt b{
  display: block;
  margin-top:10px;
}
.dl-uranaishi dd{
  font-size: 13px;
  margin-bottom: 0;
}
.dl-uranaishi dd b,
.dl-uranaishi dd.dd-price b{
  display: block;
  color: #9e3fe8;
  font-size: 16px;
}
.dl-uranaishi dd.dd-price{
  font-size: 20px;
  font-weight: 900;
}
.dl-uranaishi dd + dd{
  margin-top: 10px;
}
@media( max-width:768px ){
.col-uranaishi{
  width: 50%;
  padding: 5px;
}
}