@charset "UTF-8";
/*
 * CSS common.css
 */
/* ---------------------------------------
privateCommonSetteing
--------------------------------------- */

.incnt{
  width: 1004px;
  margin: 0 auto;
  position: relative;
}
.section{
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .incnt{
    width: 94%;
  }
  .section{
    margin-bottom: 30px;
  }
}
.bg_1{
  position: relative;
}
.bg_1:after{
  content: "";
  position: absolute;
  top: -7px; left: 15px;
  width: 22px; height: 14px;
  background: url(../img/common/bg_1.png);
  background-size: 100%;
}
.t_box{
  width: 100%;
  display: table;
}
.t_box dl{
  display: table-row;
}
.t_box dt,
.t_box dd{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.title_style0{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.title_style1{
  text-align: center;
  margin-bottom: 20px;
}
.title_style1 span{
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 7px 40px 5px;
  display: inline-block;
  box-sizing: border-box;
/*  border: 3px solid;
*/}
.title_style1 span.bg_1:before{
  content:"";
  position:absolute;
  top:50%;
  left: 0px;
  display: block;
  width: 13px;
  height: 34px;
  background: url(../img/common/ico_tit1.png) no-repeat 0 0;
  background-size:contain;
  margin-top:-17px;
}
.title_style1 span.bg_1:after{
  content:"";
  position:absolute;
  top:50%;
  right: 0px;
  left: auto;
  display: block;
  width: 13px;
  height: 34px;
  background: url(../img/common/ico_tit2.png) no-repeat 0 0;
  background-size:contain;
  margin-top:-17px;
}
.title_style2{
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.bdr_c1{ margin-bottom: 30px; border-bottom: 3px solid #008393; }
.bdr_c2{ margin-bottom: 30px; border-bottom: 3px solid #ED547A; }

@media screen and (max-width: 767px) {
  .t_box,
  .t_box dl,
  .t_box dt,
  .t_box dd{
    width: 100%;
    display: block;
  }
  .title_style1{
    margin-bottom: 25px;
  }
  .title_style1 span{
    font-size: 1.25em;
    padding: 4px 30px 2px;
  }
  .title_style2{
    font-size: 1.25em;
  }
  .bdr_c1{ margin-bottom: 20px; }
  .bdr_c2{ margin-bottom: 20px; }
}




.ico_style1{
  position: relative;
}
.ico_style1:after{
  content: "";
  position: absolute;
  top: 50%; right: 25px;
  width: 8px; height: 14px;
  margin-top: -6px;
  background: url(../img/common/ico_arw_r_w.png);
  background-size: 100%;
}
.ico_style2{
  position: relative;
}
.ico_style2:after{
  content: "";
  position: absolute;
  top: 50%; left: 25px;
  width: 8px; height: 14px;
  margin-top: -6px;
  background: url(../img/common/ico_arw_l_w.png);
  background-size: 100%;
}
.ico_star{
  margin: 0 -12px 0 4px;
  display: inline-block;
}
.ico_star img{
  vertical-align: 0;
  width: 12px;
}

.btn_style1{
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 210px;
  padding: 5px;
  color: #FFF;
  font-size: 1.15em;
  font-weight: bold;
  border-radius: 10px;
  background: #F06014;
}
.btn_style1:hover{
  color: #FFF;
}
.btn_style2{
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 300px;
  padding: 5px;
  color: #FFF;
  font-size: 1.15em;
  font-weight: bold;
  border-radius: 10px;
  background: #F06014;
}
.btn_style2:hover{
  color: #FFF;
}




/* ---------------------------------------
form
--------------------------------------- */
/* form */
input[type="tel"], input[type="text"], input[type="mail"], input[type="password"]{
  width: 180px;
  height: 35px;
  line-height: 1;
  padding: 2px 10px;
  box-sizing: border-box;
  background: #f9f9f9;
  border: 1px solid #999999;
}
input.w400{
  width: 400px;
}
textarea {
  width: 100%;
  padding: 8px 10px;
  background: #f9f9f9;
  box-sizing: border-box;
  border: 1px solid #999999;
}
select{
  padding: 8px 10px;
  background: #f9f9f9;
  border: 1px solid #999999;
  font-size: 16px;
}
label{ position: relative; }
@media screen and (max-width: 767px) {
  input[type="tel"], input[type="text"], input[type="mail"]{
    width: 100%;
    margin-bottom: 10px;
  }
  select{
    width: 100%;
    box-sizing: border-box;
  }
}
input, textarea {
  font-size: 16px;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}


.checkbox_style{
  cursor: pointer;
  position: relative;
}
.checkbox_style + span {
  content: "";
  display: block;
  background: url(../img/common/check.png) no-repeat bottom right;
  background-size: 27px 27px;
  width: 34px; height: 30px;
  position: absolute;
  top: -5px; left: -18px;
}
.checkbox_style:checked + span {
  background: url(../img/common/checked.png) no-repeat bottom right;
  background-size: 34px 30px;
  top: -5px; left: -11px;
}

:placeholder-shown {
  font-family: inherit;
  color: #999;
  font-size: 16px;
}

::-webkit-input-placeholder {
  font-family: inherit;
  color: #999;
  font-size: 16px;
}

::-moz-placeholder {
  font-family: inherit;
  color: #999;
  font-size: 16px;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: inherit;
  color: #999;
  font-size: 16px;
}

.myError {
  font-size: 0.85em;
  color: #ff4a4a;
}

input.myError,
textarea.myError {
  color: #333 !important;
  background: #ffe3e3 !important;
  border: 1px solid #ffa9a9 !important;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}


.txt_big{
  font-size: 1.3em;
}
.txt_red{
  color: #f00;
}
/* ---------------------------------------
commonModule
--------------------------------------- */
.clearfix, .section, .incnt, .sec_in, .sub_sec {
  zoom: 1;
}

.clearfix:after, .section:after, .incnt:after, .sec_in:after, .sub_sec:after {
  display: block;
  content: "";
  clear: both;
}

.cnt_left {
  float: left;
}

.cnt_right {
  float: right;
}

._on {
  transition: 0.3s;
}

._on:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.trd {
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .trd {
    transition: none;
  }
}

/* フラッシュbtn */
.flashbtn {
  opacity: 1;
}

.flashbtn:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flash 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: .9;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: .9;
  }
}

/* display adjust */
.basehide, .middlethide, .tablethide, .sphide, .landhide, .porthide {
  display: block;
}

.baseblock, .tabletblock, .middleblock, .spblock, .landblock, .portblock {
  display: none;
}
@media screen and (min-width: 1300px){
  .maxhide {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .baseblock {
    display: block;
  }
  .basehide {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .tabletblock {
    display: block;
  }
  .tablethide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .middleblock {
    display: block;
  }
  .middlehide {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .landblock {
    display: block;
  }
  .landhide {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .spblock {
    display: block;
  }
  .sphide {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .portblock {
    display: block;
  }
  .porthide {
    display: none !important;
  }
}

/* txt float */
.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.fw-b {
  font-weight: bold !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.fn {
  float: none !important;
}

/* padding */
.pt0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

.pr0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

/* margin */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}
