@charset "UTF-8";
/* ===================================================================
  manga
=================================================================== */
/* --------------------------------------------------------------------------- */
.contents_box {
  margin: 0 auto;
  width: 1000px;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-family: " メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

/* --------------------------------------------------------------------------- */
.title_area h2 {
  display: block;
  text-align: left;
  color: #0a6bb5;
  font-size: 30px;
  padding: 30px 0;
}

.title_area .main,
.title_area p {
  text-align: center;
  padding-bottom: 25px;
}

/* --------------------------------------------------------------------------- */
.manga {
  width: 800px;
  margin: 0 auto;
}

.manga p {
  padding: 0 0 30px;
}

/* --------------------------------------------------------------------------- */
.about {
  margin-bottom: 40px;
}

.about h3 {
  background: url(../images/titlebar_b.png);
  text-align: center;
  padding: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.about .ex {
  padding: 0 0 20px;
  color: #076cb9;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
}

.about p.com {
  text-align: left;
  padding-bottom: 25px;
}

.about ul {
  overflow: hidden;
}

.about ul li span {
  color: #ff8788;
  display: block;
  padding: 5px 3px 10px;
  text-align: left;
  font-size: 12px;
}

.about ul li.ab1 {
  width: 504px;
  float: left;
}

.about ul li.ab2 {
  width: 243px;
  float: left;
}

.about ul li.ab3 {
  float: right;
}

/* --------------------------------------------------------------------------- */
.conditions {
  background: #fff3dd;
  margin-bottom: 50px;
}

.conditions h3 {
  background: url(../images/titlebar_g.png);
  text-align: center;
  padding: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.conditions .ex {
  padding: 0 0 10px;
  color: #50b59e;
  font-weight: bold;
  font-size: 30px;
}

.conditions .sub {
  padding: 0 0 20px;
  color: #50b59e;
  font-size: 20px;
}

.conditions ul {
  overflow: hidden;
  padding: 0 0 10px;
  text-align: center;
}

.conditions ul li {
  display: inline-block;
  padding: 20px;
}

.conditions p.caut {
  display: block;
  padding: 0 50px 30px;
  text-align: left;
}

/* --------------------------------------------------------------------------- */
.peace {
  background: #ffe5e5;
}

.peace .ex {
  text-align: center;
  padding-bottom: 45px;
  background: #fff;
}

.peace h3 {
  background: url(../images/titlebar_p.png);
  text-align: center;
  padding: 25px;
  color: #ffefaf;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.peace dl {
  display: block;
  padding: 0 35px 20px;
}

.peace dl dt {
  display: block;
  float: left;
  min-height: 110px;
}

.peace dl dd {
  margin: 0 0 0 110px;
  min-height: 110px;
  text-align: left;
  padding-top: 10px;
}

.peace dl dd p {
  display: block;
  padding-top: 5px;
}

.peace .more {
  background: #fff3dd;
}

.peace .more h4 {
  padding-bottom: 40px;
}

.peace .more ol {
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}

.peace .more ol li {
  display: inline-block;
  padding: 0 15px;
}

/* --------------------------------------------------------------------------- */
.entry h3 {
  padding: 50px 0;
}

.box {
  background: url(../images/entry_bg.png);
  padding: 35px 0;
}

.box .ex {
  display: block;
  padding-bottom: 40px;
}

.box .inr {
  width: 910px;
  margin: 0 auto;
  background: url(../images/inr.png) no-repeat;
  position: relative;
  padding: 95px 0 0;
}

.box .inr h4 {
  display: block;
  width: 100%;
  position: absolute;
  top: -20px;
  text-align: center;
}

.box .inr p {
  text-align: center;
  padding-bottom: 25px;
}

.box .inr .entry_btn {
  text-align: center;
  padding-bottom: 10px;
}

.box .inr span {
  display: block;
  text-align: right;
  padding: 0 30px 10px;
}

/* --------------------------------------------------------------------------- */
.flow {
  cursor: pointer;
}

.flow h3 {
  background: url(../images/titlebar_b.png);
  text-align: center;
  padding: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.flow .flow_t {
  position: relative;
}

.flow .flow_t .arow {
  display: block;
  position: absolute;
  left: 476px;
  bottom: -25px;
  background: url(../images/arw.png) no-repeat;
  width: 49px;
  height: 49px;
}

.active .arow {
  background: none;
  visibility: hidden;
}

.flow .flow_c {
  display: none;
}

.flow_t:hover,
.flow_c:hover {
  opacity: 0.8;
}

/* free dial */
.free_dial {
  border-top: 1px solid #a5d2f7;
  border-bottom: 1px solid #a5d2f7;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1999;
  background: #fff;
  -moz-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  -webkit-transition: bottom 1s ease-in-out;
}

.free_dial .main_d_content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.free_dial .main_d_content .btn_free_dial {
  position: absolute;
  right: 0;
  top: -30px;
}

.free_dial .main_d_content .btn_free_dial span {
  display: inline-block;
  width: 135px;
  height: 30px;
  background-color: #0f6ab6;
  cursor: pointer;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: left;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-position-x: 115px;
  background-position-y: center;
  -moz-border-radius: 5px 5px 0 0;
       border-radius: 5px 5px 0 0;
  -moz-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
  -webkit-transition: background-image 1s ease-in-out;
}

.free_dial .main_d_content .btn_free_dial span:hover {
  opacity: 0.8;
}

.free_dial .main_d_content .btn_free_dial span.open {
  background-image: url("../images/btn_close.png");
}

.free_dial .main_d_content .btn_free_dial span.close {
  background-image: url("../images/btn_open.png");
}

.free_dial .main_d_content .btn_free_dial span img {
  vertical-align: middle;
}

.free_dial .main_d_content .left_content_3 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 615px;
  text-align: right;
  position: relative;
  margin-right: 10px;
  padding: 16px 57px 9px 70px;
}

.free_dial .main_d_content .left_content_3::before {
  position: absolute;
  content: '';
  width: 58px;
  height: 79px;
  background: url("../images/icon_boy_small.png") no-repeat center center;
  left: 2px;
  top: 9px;
}

.free_dial .main_d_content .left_content_3::after {
  position: absolute;
  content: '';
  width: 53px;
  height: 79px;
  background: url("../images/icon_girl_small.png") no-repeat center center;
  right: 0;
  top: 9px;
}

.free_dial .main_d_content .left_content_3 p:first-child {
  /*background:url('../images/icon_phone.png') no-repeat left center;*/
  background: url("../images/icon_phone_small.png") no-repeat left center;
  padding-left: 84px;
  font-size: 0px;
  margin-bottom: 10px;
}

.free_dial .main_d_content .left_content_3 p:last-child {
  font-size: 0px;
}

.free_dial .main_d_content .right_content_3 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 375px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0 14px;
}

.free_dial .main_d_content .right_content_3 a {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  width: 100%;
  -moz-border-radius: 3px;
       border-radius: 3px;
}

.free_dial .main_d_content .right_content_3 a:hover {
  opacity: 0.8;
}

.free_dial .main_d_content .right_content_3 a img {
  vertical-align: middle;
}

.free_dial .main_d_content .right_content_3 a:nth-child(1) {
  height: 73px;
  line-height: 73px;
  /*background:url('../images/icon2.png') no-repeat left 11px center #fd81b0;
  background-image:url('../images/icon2.png');*/
  background-position-y: center;
  background-position-x: 11px;
  background-repeat: no-repeat;
  background-color: #fd81b0;
  /*padding-left: 61px;*/
  border-bottom: 3px solid #d75d8b;
  width: 190px;
  margin-right: 5px;
}

.free_dial .main_d_content .right_content_3 a:nth-child(2) {
  height: 73px;
  line-height: 73px;
  width: 180px;
  background-color: #3388cf;
  border-bottom: 3px solid #2a689c;
}

/* end damiendac */
/* padding */
.pad_t0 {
  padding-top: 0 !important;
}

.pad_t5 {
  padding-top: 5px !important;
}

.pad_t10 {
  padding-top: 10px !important;
}

.pad_t15 {
  padding-top: 15px !important;
}

.pad_t20 {
  padding-top: 20px !important;
}

.pad_t25 {
  padding-top: 25px !important;
}

.pad_t30 {
  padding-top: 30px !important;
}

.pad_t35 {
  padding-top: 35px !important;
}

.pad_t40 {
  padding-top: 40px !important;
}

.pad_t45 {
  padding-top: 45px !important;
}

.pad_t50 {
  padding-top: 50px !important;
}

.pad_b0 {
  padding-bottom: 0 !important;
}

.pad_b5 {
  padding-bottom: 5px !important;
}

.pad_b10 {
  padding-bottom: 10px !important;
}

.pad_b15 {
  padding-bottom: 15px !important;
}

.pad_b20 {
  padding-bottom: 20px !important;
}

.pad_b25 {
  padding-bottom: 25px !important;
}

.pad_b30 {
  padding-bottom: 30px !important;
}

.pad_b35 {
  padding-bottom: 35px !important;
}

.pad_b40 {
  padding-bottom: 40px !important;
}

.pad_b45 {
  padding-bottom: 45px !important;
}

.pad_b50 {
  padding-bottom: 50px !important;
}

.pad_l0 {
  padding-left: 0 !important;
}

.pad_l5 {
  padding-left: 5px !important;
}

.pad_l10 {
  padding-left: 10px !important;
}

.pad_l15 {
  padding-left: 15px !important;
}

.pad_l20 {
  padding-left: 20px !important;
}

.pad_l25 {
  padding-left: 25px !important;
}

.pad_l30 {
  padding-left: 30px !important;
}

.pad_l35 {
  padding-left: 35px !important;
}

.pad_l40 {
  padding-left: 40px !important;
}

.pad_l45 {
  padding-left: 45px !important;
}

.pad_l50 {
  padding-left: 50px !important;
}

.pad_r0 {
  padding-right: 0 !important;
}

.pad_r5 {
  padding-right: 5px !important;
}

.pad_r10 {
  padding-right: 10px !important;
}

.pad_r15 {
  padding-right: 15px !important;
}

.pad_r20 {
  padding-right: 20px !important;
}

.pad_r25 {
  padding-right: 25px !important;
}

.pad_r30 {
  padding-right: 30px !important;
}

.pad_r35 {
  padding-right: 35px !important;
}

.pad_r40 {
  padding-right: 40px !important;
}

.pad_r45 {
  padding-right: 45px !important;
}

.pad_r50 {
  padding-right: 50px !important;
}

.lede__btn {
  -moz-border-radius: 25px;
       border-radius: 25px;
  font-size: 2.4rem;
  width: 645px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 50px;
}
