@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*----------------------------------section01*/
#sec01 figure {
  text-align: center;
  padding: 20px 0 0;

}
#sec01 figure img {

}
#sec01 dl {
  padding:20px 10px ;
}
#sec01 dl dt {
  color: #9938a9;
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px 5px 70px;
  text-shadow: none;
  margin-bottom: 15px;
  font-weight: bold;
  position:relative;
  font-size: 18px;
  font-weight: bold;
}
#sec01 dl dt span{
  position: absolute;
  top:-10px;
  left:5px;
}



#sec01 dl dd h4 {
  color: #222222;
  margin-bottom: 10px;
  padding:0 5px 5px;
  border-bottom: 3px dotted #000;
}
#sec01 dl dd h4 span {
  font-size: 18px;
  color: #ff6197;
}

#sec01 dl dd .info_banner {
  padding: 15px;
  margin: 15px 0;
  color: #fff;
  background: #222;
  border-radius: 10px;
}
#sec01 dl dd .info_banner span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ff6197;
  color: #ff6197;
}
#sec01 dl dd .info_banner i{
  font-size: 30px;
  float:left;
  padding: 5px 5px 0 0;
}
/*----------------------------------section02*/
#sec02 figure {
  text-align: center;
  margin-bottom: 15px;
  background: url(../img/common_img/bg_dot_gray.png);
  background-size: 15px auto;
  padding: 20px 0;
}
#sec02 figure img {
  border: 5px solid #fff;
  border-radius: 5px;
}


#sec02 h4 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #9938a9;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 300px;
  margin-bottom: 10px;
}

#sec02 h4:before, #sec02 h4:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#sec02 h4:before{
  top: 0;
  left: -1px;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#sec02 h4:after{
  top: 0;
  right: -1px;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*
#sec02 h4{
  background: #9938a9;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px 0 ;
  margin-bottom: 10px;
}
*/


#sec02 h5 {
  color: #222222;
  margin-bottom: 10px;
  padding:0 5px 5px;
  border-bottom: 3px dotted #000;
}
#sec02 h5 span {
  font-size: 18px;
  color: #ff6197;
}



#sec02 .info_tokuten {
  padding: 15px 15px;
  margin: 15px 0;
  color: #fff;
  background:#222;
  border-radius: 10px;
}
#sec02 .info_tokuten li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  padding:5px 0 10px;
  border-bottom:2px dotted #ffb6ce;
  line-height: 1.4;
}
#sec02 .info_tokuten li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#sec02 .info_tokuten li span {
  font-size:12px;
  color: #222;
  margin-right: 10px;
  display: inline-block;
  background: #fe6d9d;
  width: 20px;
  padding: 2px 0;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  font-weight: bold;
}
/*----------------------------------section03*/
.sec03_bg{
  background: url(../img/common_img/bg_stripe_skyblue.gif);
  background-size:35px auto ;
  padding: 0 10px 30px;
}
#sec03 figure {
  text-align: center;
  padding: 20px 0;
}
#sec03 figure img {
  border: 5px solid #fff;

}
#sec03 table {
  width: 100%;
  border: 1px solid #70baef;

}
#sec03 table tr th {
  font-size: 14px;
  display: block;
  padding: 10px;
  background: #70baef;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
#sec03 table tr td {
  font-size: 14px;
  display: block;
  padding: 10px;
  background: #fff;
  color: #222;
}


/**/
.info_bg01{
  background: url(../img/info_img/info_bg01.png);
  background-size: 35px auto;
}


/*----------------------------------tokuten*/
#tokuten h4 {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #9938a9;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 300px;
  margin:0 0 10px;

}

#tokuten h4:before, #tokuten h4:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#tokuten h4:before{
  top: 0;
  left: -1px;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#tokuten h4:after{
  top: 0;
  right: -1px;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.tokuten_box{
  padding: 0 10px 10px;
}

.present{
  clear: both;
  padding: 10px 0 20px;
}
.present li{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 4px solid #222;
  box-sizing: border-box;
  padding: 10px;
}
.present li span{
  color: #ff6197;
}
.present li:first-child{
  margin-bottom: 30px;
  position: relative;
}
.present li:first-child::after{
  content: "+";
  color: #ff6197;
  font-size: 34px;
  position: absolute;
  bottom:-34px;
  left:0;
  right:0;
  margin: 0;
}

.present_btn{
  text-align: center;
}
.present_btn a {
  background: #ff6ea0;
  border-radius: 50px;
  border: 2px solid #000;
  padding: 10px 40px;
  color: #000;
  display: inline-block;
  font-size: 12px;
}
