@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
figure {
  margin: 0
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* -------------------------------------------------------------- */
body {
  font-size: 15px;
  font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: none;
}
html {
  background: #fff;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
  margin: 0 auto;
  padding: 0 1%;
  width: 98%;
  position: relative;
}
#footer #wrapper {
  margin: 0 auto;
  padding: 0 10px 1px 1px;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
.border {
  border: 1px dashed #ff0000;
}
.bred {
  border-bottom: #FF8A8C 1px solid;
  color: #FF0004;
}
.flex {
  margin: 20px auto 0;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
}
.flex2 {
  margin: 20px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.item {
  width: 40%;
}
.item2 {
  width: 50%;
}
.item .item2 p {
  color: #A66200;
}
.box1 {
  background-color: #fff;
  border-radius: 7px;
  margin: 0 1px 40px 10px;
  padding: 20px 10px 10px 24px;
}
.box2 {
  margin: 0 0 20px 10px;
  padding: 10px;
}
.small {
  font-size: 80%;
}
.small90 {
  font-size: 87%;
  letter-spacing: 0.05em;
}
.marred {
  margin-left: 100px;
  color: #FF0004;
}
.red {
  color: #FF0000;
}
.redS {
  color: #EB8D8D;
  font-size: 80%;
}
.mid {
  text-align: center;
}
.right {
  text-align: right;
  margin: 5px 5px 1px 0;
}
.right a {
  vertical-align: middle;
  font-size: 14px;
}
.right img {
  vertical-align: middle;
}
.okurisaki {
  text-align: center;
  width: 80%;
  background: #FB611C;
  color: #fff;
  border-radius: 17px;
  margin: 15px 0 0 10px;
  font-size: 80%;
  padding: 4px 0;
}
.okurisaki a {
  color: #fff;
}
.okurisaki a:hover {
  text-decoration: none;
  color: #FFFEAE;
}
/* ドロップダウン
------------------------------------------------------------*/
.borderline2 {
  margin: 30px 30px 0 0;
  clear: both;
  text-align: center;
}
.red22 {
  font-size: 95%;
  color: #FF0000;
}
/* footer
------------------------------------------------------------*/
#footer {
  background: #474747;
}
.footer {
  color: #fff;
  background: #474747;
  padding-bottom: 30px;
}
.footer h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0 0 5px;
  color: #fff;
  padding-top: 10px;
  line-height: 1.1;
}
.footer h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 5px 0 20px;
  color: #fff;
  line-height: 1.1;
}
.footer h3 a {
  color: #fff;
}
.footer h3 :hover {
  text-decoration: none;
  color: #B2FBEE;
}
.item3 {
  width: 35%;
}
.item4 {
  width: 55%;
}
.box3 {
  margin: 0 30px 0;
  padding: 0;
}
.box4 {
  margin: 15px 0;
  padding: 0;
}
.atesaki {
  border: 1px solid #fff;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  display: block;
}
.sbox1 {
  margin: 0;
  padding: 0;
  width: 51%;
  text-align: right;
}
.sbox2 {
  margin: 0;
  padding: 0;
  width: 43%;
  text-align: center;
}
.sbox3 {
  margin: 0;
  padding: 0;
  width: 55%;
  text-align: right;
}
.sbox4 {
  margin: 0;
  padding: 0;
  width: 40%;
  text-align: center;
}
.sflex {
  display: flex;
  flex-wrap: wrap;
}
.ftmenu {
  text-align: center;
  padding: 12px 0 0;
  font-size: 85%;
  letter-spacing: 0.03em;
}
.ftmenu a {
  color: #fff;
}
.ftmenu :hover {
  text-decoration: none;
  color: #B2FBEE;
}
/* PC用 */
@media only screen and (min-width:960px) {}
/* モニター幅960px以下 */
@media only screen and (max-width:960px) {
  .footer h2 {
    font-size: 15px;
  }
  .footer h3 {
    font-size: 28px;
  }
  .item3 {
    width: 27%;
  }
  .item4 {
    width: 63%;
  }
}
/* iPad 縦 */
@media only screen and (max-width: 799px) {
  .flex {
    display: block;
  }
  .flex2 {
    display: block;
    width: 90%;
  }
  .item {
    width: 90%;
  }
  .item2 {
    width: 90%;
  }
  .box1 {
    width: 90%;
    padding: 6px;
  }
  .box2 {
    margin: 0 0 20px 10px;
    padding: 0 5px 0 30px;
  }
  .borderline2 {
    margin: 30px 30px 0 0;
  }
  .okurisaki {
    width: 96%;
  }
  .item3 {
    width: 100%;
  }
  .item4 {
    width: 100%;
  }
  .sflex {
    display: block;
  }
  .sbox1 {
    width: 100%;
    text-align: center;
  }
  .sbox2 {
    width: 100%;
  }
  .sbox3 {
    width: 100%;
    text-align: center;
  }
  .sbox4 {
    width: 100%;
  }
  .small90 {
    letter-spacing: 0em;
  }
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
  .item2 {
    width: 100%;
  }
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {}