@charset "UTF-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*-------------------------------------------------------------------------
変数
-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
mixin
-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font: 14px "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #000;
  background: #fff;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*　メイン
*************************************************************/
.contV2 {
  background: url(../images/bg-image1.jpg) repeat-y;
  background-size: contain;
}

.contV2V1V2 div {
  padding-left: 120px;
  background: url(../images/top-img2.png) no-repeat;
  background-size: 116px 230px;
}
.contV2V1V2 strong {
  margin-bottom: 5px;
  width: 178px;
  display: block;
}
.contV2V1V2 p {
  margin-top: 5px;
  font-size: 11px;
  text-align: right;
}

.contV2V1V3 {
  text-align: center;
}

.contV2V1V3V1 {
  background: url(../images/waku-img1.png) no-repeat center bottom;
  background-size: contain;
}

.contV2V2 {
  background: #9b000f;
  border-top: 6px solid #e2da98;
  border-bottom: 6px solid #e2da98;
}
.contV2V2 h3 {
  margin-bottom: 10px;
}
.contV2V2 dl {
  font-size: 0;
}
.contV2V2 dt, .contV2V2 dd {
  display: inline-block;
  vertical-align: middle;
}
.contV2V2 dt {
  color: #9b000f;
  background: #ddd270;
  text-align: center;
}
.contV2V2 dd {
  color: #ddd270;
}
.contV2V2 span {
  display: block;
  font-size: 70%;
}
.contV2V2 p {
  color: #fff;
}

.contV2V3 h3 {
  margin-bottom: 20px;
}
.contV2V3 li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../images/waku-img2.png) no-repeat center bottom;
  background-size: contain;
}

.contV3 {
  background: url(../images/bg-image2.jpg) no-repeat;
  background-size: cover;
}

.contV3V1 ul {
  margin-bottom: 10px;
}
.contV3V1 p {
  color: #fff;
}

.contV4 {
  background: url(../images/bg-image4.jpg) no-repeat center;
  background-size: cover;
}
.contV4 h3 {
  background: url(../images/waku-img3.png) no-repeat center bottom;
  text-align: center;
}

.toi-box {
  background: url(../images/bg-image1.jpg) no-repeat;
  background-size: cover;
}
.toi-box span {
  color: #e00011;
}

.toi-boxV1V1 {
  margin-bottom: 20px;
  text-align: center;
}
.toi-boxV1V1 h2 {
  font-weight: bold;
}
.toi-boxV1V1 strong {
  padding: 10px;
  background: #d9d9d9;
  display: inline-block;
}
.toi-boxV1V1 strong span {
  display: block;
  color: #000;
  font-size: 70%;
}

.toi-boxV1V2 {
  margin-bottom: 20px;
}

.toi-boxV1V2H1 {
  padding: 10px;
  color: #fff;
  background: #595959;
  border-radius: 10px;
  text-align: center;
}

.toi-boxV1V3 {
  margin-bottom: 20px;
}
.toi-boxV1V3 h3 {
  padding: 10px;
  color: #e1d26a;
  background: #b50007;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
.toi-boxV1V3 dl {
  border: 2px solid #000;
  border-bottom: 0;
}
.toi-boxV1V3 dt, .toi-boxV1V3 dd {
  padding: 10px;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}
.toi-boxV1V3 dt {
  background: #d9d9d9;
}
.toi-boxV1V3 dd {
  background: #fff;
  word-break: break-all;
}
.toi-boxV1V3 label {
  display: block;
}
.toi-boxV1V3 input[type="button"] {
  margin: 20px auto 0;
  color: #fff;
  background: #000;
  border: 0;
  border-radius: 5px;
  display: block;
  cursor: pointer;
}

.toi-boxV1V4 div {
  margin-bottom: 20px;
}
.toi-boxV1V4 div li {
  list-style: none;
  text-indent: -.5em;
  padding-left: .5em;
}
.toi-boxV1V4 dl {
  color: #fff;
  background: #595959;
}
.toi-boxV1V4 a {
  color: #fff;
}

.comp-text {
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .d-none-pc {
    display: none;
  }

  .contV2 {
    padding: 50px 0 0;
  }

  .contV2V1 {
    margin: 0 auto;
    width: 920px;
  }

  .contV2V1V1 {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 15px 40px;
  }
  .contV2V1V1 h2 {
    margin-bottom: 30px;
  }

  .contV2V1V1H1 {
    font-size: 20px;
    text-align: center;
  }

  .contV2V1V1H2 {
    margin-left: auto;
    width: 620px;
    height: 290px;
    font-size: 17px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .contV2V1V2 {
    margin: 0 15px 20px;
  }
  .contV2V1V2 div {
    height: 230px;
  }
  .contV2V1V2 dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .contV2V1V2 dl:first-child {
    margin-bottom: 15px;
  }
  .contV2V1V2 dt {
    margin-right: 15px;
    width: 370px;
  }
  .contV2V1V2 dd {
    width: 385px;
  }

  .contV2V1V3 {
    margin-bottom: 20px;
  }
  .contV2V1V3 h3 {
    margin-bottom: 30px;
  }

  .contV2V1V3V1 {
    margin-bottom: 30px;
    padding-bottom: 60px;
  }

  .contV2V1V3V2 img:first-child {
    margin-bottom: 30px;
  }

  .contV2V2V1 {
    margin: 20px auto;
    width: 920px;
  }
  .contV2V2V1 dt, .contV2V2V1 dd {
    font-size: 29px;
  }
  .contV2V2V1 dt {
    margin-right: 20px;
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
  .contV2V2V1 p {
    font-size: 29px;
    color: #fff;
  }

  .contV2V3 {
    margin: 0 auto;
    padding: 30px 0 40px;
    width: 920px;
  }
  .contV2V3 p {
    font-size: 29px;
  }

  .contV3V1 {
    margin: 0 auto;
    padding: 30px 0;
    width: 920px;
  }
  .contV3V1 ul {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
  }
  .contV3V1 li:last-child {
    margin-top: 20px;
  }
  .contV3V1 p {
    margin: 0 15px;
    font-size: 20px;
  }

  .contV4 {
    height: 100px;
  }
  .contV4 h3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 49px;
  }

  .contV4V1 {
    margin: 0 auto;
    width: 900px;
  }
  .contV4V1 p {
    font-size: 17px;
  }

  .toi-boxV1 {
    margin: 0 auto;
    padding: 50px 0 40px;
    width: 900px;
  }

  .toi-boxV1V1 h2 {
    margin-bottom: 10px;
    font-size: 40px;
  }
  .toi-boxV1V1 strong {
    font-size: 24px;
  }

  .toi-boxV1V2 {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  .toi-boxV1V2H1 {
    margin-left: auto;
  }

  .toi-boxV1V3 {
    font-size: 20px;
  }
  .toi-boxV1V3 dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .toi-boxV1V3 dt {
    width: 20%;
    border-right: 2px solid #000;
  }
  .toi-boxV1V3 dd {
    width: 80%;
  }
  .toi-boxV1V3 dd input[type="text"] {
    width: 70%;
  }
  .toi-boxV1V3 dd textarea {
    width: 70%;
    height: 8em;
  }
  .toi-boxV1V3 input[type="button"] {
    padding: 5px 20px 0;
  }

  .toi-boxV1V4 div {
    font-size: 16px;
  }
  .toi-boxV1V4 dl {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .toi-boxV1V4 dt {
    width: 30%;
    font-size: 24px;
    text-align: center;
  }
  .toi-boxV1V4 dd {
    width: 70%;
    font-size: 30px;
    letter-spacing: 10px;
  }

  .comp-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .d-none-sp {
    display: none;
  }

  .contV2V1 {
    padding: 30px 10px;
  }
  .contV2V1 h2 {
    margin-bottom: 20px;
  }

  .contV2V1V1H1 {
    margin-bottom: 20px;
    font-size: 16px;
    display: inline-block;
  }
  .contV2V1V1H1 p {
    text-align: center;
  }

  .contV2V1V1H2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contV2V1V2 {
    margin-bottom: 20px;
  }
  .contV2V1V2 div {
    margin-bottom: 20px;
    background-position: center left;
  }
  .contV2V1V2 dl:first-child {
    margin-bottom: 20px;
  }
  .contV2V1V2 dt {
    margin-bottom: 10px;
  }

  .contV2V1V3 h3 {
    margin-bottom: 20px;
  }

  .contV2V1V3V1 {
    margin-bottom: 30px;
  }
  .contV2V1V3V1 img:nth-child(2) {
    margin-bottom: 10px;
  }

  .contV2V1V3V2 img:not(:last-child) {
    margin-bottom: 10px;
  }

  .contV2V2 {
    padding: 20px 10px;
  }

  .contV2V2V1 dt, .contV2V2V1 dd {
    font-size: 19px;
  }
  .contV2V2V1 dt {
    margin-right: 3%;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .contV2V2V1 dd {
    width: 90%;
  }

  .contV2V3 {
    padding: 30px 10px;
  }
  .contV2V3 h3 {
    width: 60%;
  }

  .contV3 {
    padding: 30px 10px;
  }

  .contV3V1 ul {
    font-size: 0;
  }
  .contV3V1 li {
    font-size: 14px;
  }
  .contV3V1 li:not(:last-child) {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
  .contV3V1 li:first-child {
    margin: 0 4% 4% 0;
  }

  .contV4 {
    height: 40px;
  }

  .contV4V1 {
    padding: 30px 10px 15%;
  }
  .contV4V1 p {
    font-size: 16px;
  }

  .toi-boxV1 {
    padding: 30px 10px;
  }

  .toi-boxV1V1 h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .toi-boxV1V2H1 {
    margin-top: 10px;
  }

  .toi-boxV1V3 h3, .toi-boxV1V3 dt {
    font-size: 18px;
  }
  .toi-boxV1V3 dd {
    font-size: 16px;
  }
  .toi-boxV1V3 dd input[type="text"] {
    width: 80%;
  }
  .toi-boxV1V3 label:not(:last-child) {
    margin-bottom: 10px;
  }
  .toi-boxV1V3 input[type="button"] {
    padding: 0 30px;
    font-size: 16px;
  }

  .toi-boxV1V4 div {
    font-size: 16px;
  }
  .toi-boxV1V4 dl {
    padding: 5px;
    font-size: 0;
  }
  .toi-boxV1V4 dt, .toi-boxV1V4 dd {
    font-size: 18px;
    display: inline-block;
    text-align: center;
  }
  .toi-boxV1V4 dt {
    width: 40%;
  }
  .toi-boxV1V4 dd {
    width: 60%;
  }

  .comp-text {
    font-size: 15px;
  }
}
