@charset "utf-8";


/*-- wp style reset --*/

@font-face {
  font-family: 'uddigikyokashon_r' !important;
  src: url('../font/uddigikyokashon_r.ttf') format("truetype") !important;
}
body {
  font-family: 'uddigikyokashon_r', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}

h1:not(.site-title):before, h2:before {
  display: none;
}




/*
label::after {
  display: none !important;
}
label:not(.gnav__main-list__item__header)::after {
  display: none !important;
}
*/


.notifications .block__container {
  border: none;
}

.h-adr input {
  display: inline;
}

h4.title3 {
    clear: both;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 45px 5px 5px;
    font-weight: bold;
    color: #3B3531;
    letter-spacing: 3px;
    border-bottom: 3px double #3B3531;
    margin: 0 0 20px 0;
}


.wpcf7-form.init p label {
  background-color: #f9f2ea;
}
.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    opacity: 0.0;
    z-index: 2;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: -10px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #3e4956;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    background: #e6e6e6;
    border-bottom: solid 3px #909090;
    border-left: solid 3px #909090;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label:after {
    position: absolute;
    content: "";
    top: 45%;
    left: -7px;
    width: 15px;
    height: 8px;
    margin-top: -4px;
    cursor: pointer;
}


.wpcf7-text {
    width: 95%;
    margin: 5px 0;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    /*background: #fff;*/
    outline: none;
    padding: 2px 5px;
}
input[name^="txt-smok"] {
  width: 40% !important;
}
.wpcf7-select {
    border: 1px solid #DDDDDD;
    /*background-color: #FFFFFF !important;*/
    padding: 5px 15px 5px 30px;
    background: url(./img/btn.png) no-repeat 10px center;
}
.wpcf7c-conf {
  background-color: #999999 !important;
}
.wpcf7-select.wpcf7c-conf {
  background-color: #7a7a7a !important;
}

.wpcf7c-elm-step2.top {
  border: 2px solid #00a0d2;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}



input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input[type="text"] {
    border: 1px solid #DDDDDD;
    /*background-color: #FFFFFF !important;*/
    padding: 2px 5px;
    border-radius: 3px;
}
input[type="number"] {
    border: solid 1px #ddd;
    border-radius: 3px;
}

.contactform {
    margin: 0 auto 40px;
    max-width: 1000px;
}

.contactform th {
    width: 30%;
    text-align: right;
}

.contactform td ul li {
  list-style-type: none;
  /*margin-bottom: 10px;*/
}


.sheet {
    border-collapse: collapse;
    border-spacing: 0px;
    border-bottom: none;
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
    border: solid 1px #f4f4f4;
}

.sheet th {
    background: #f9f2ea;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #fff;
    color: #444;
}

.indispensable {
    display: block;
    font-size: 12px;
    color: #ed551b;
    line-height: 140%;
    margin: 0;
}

.sheet th, .sheet td {
    padding: 10px 20px;
    text-align: left;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.sheet2 th, .sheet2 td {
  display: block;
  width: 100%;
}

.sheet2 th {
  border-bottom: none;
}

.sheet2 td {
  border-top: none;
}

ul.spr li {
    padding: 15px 0;
    border-bottom: dashed 1px #D8D8D8;
}
ul.spr li:last-child {
    border-bottom: none;
}

.your_calc {
  color: #000D99;
  cursor: pointer;
}

.center {
    text-align: center;
}

#confirm {
  font-family: 'uddigikyokashon_r', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #ed551b !important;
  text-align: center;
  padding: 10px 10px 7px 10px;
  border: solid 1px #ed551b;
  border-radius: 10px;
  letter-spacing: 2px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #f0f0f0;
  position: relative;
}
#confirm a {
  color: #ed551b !important;
}
#confirm:hover {
  background: #ed551b;
  transform: 0.2s;
  color: #fff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: none;
}
.btn {
  width: 100%;
  text-align: center;
}

input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #e95504;
  text-align: center;
  padding: 10px 40px 7px 40px;
  border: solid 1px #e95504;
  border-radius: 10px;
  letter-spacing: 3px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type="submit"]:hover {
  background: #e95504;
  transform: 0.2s;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#back {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #e95504;
  text-align: center;
  padding: 10px 40px 7px 40px;
  border: solid 1px #e95504;
  border-radius: 10px;
  letter-spacing: 3px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type="submit"], input[type="button"], input[type="reset"], input[type="radio"], input[type="checkbox"], input[type="number"], label, button {
    cursor: pointer;
}

.wpcf7c-force-hide {
    display: none !important;
}

.btn_flx {
  display: flex;
  justify-content: center;
}
.btn_flx #back {
  margin-right: 20px !important;
}


@media screen and (max-width: 768px){




}



