/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.8;
  color: #424242;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #424242;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
hr {
  margin: 50px 0;
  display: block;
  clear: both;
  content: "";
}
p {
  display: block;
  padding: 1em 0;
  margin: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
b {
  color: #424242;
  font-weight: normal;
}
.font-serif {
  font-family: 'Noto Serif', "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font-sansserif {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.no-link {
  pointer-events: none;
}
br.no-br {
  display: none;
}
/*=========================*/
/* レイアウト */
/*=========================*/
.wrapper {
  width: 100%;
  min-width: 1010px;
  margin: 0 auto;
  padding: 0;
}
main {
  /*margin-top: 133px;*/
}
.container {
  width: 1000px;
  margin: 0 auto;
}
@media (min-width: 1px) and (max-width: 47em) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
}
.grid {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
.grid-item {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 50px;
  vertical-align: top;
}
.grid-item_w6 {
  width: 50%;
}
.grid-item_w4 {
  width: 33.333%;
}
.grid-item_w3 {
  width: 25%;
}
.grid-gutter_s {
  margin-left: -20px;
}
.grid-gutter_s > .grid-item {
  padding-left: 20px;
}
.grid-gutter_m {
  margin-left: -50px;
}
.grid-gutter_m > .grid-item {
  padding-left: 50px;
}
.grid-gutter_l {
  margin-left: -50px;
}
.grid-gutter_l > .grid-item {
  padding-left: 50px;
}
.bg_gray {
  background-color: #eeedf1;
}
.bg_purple {
  background-color: #e4e1eb;
}
.bg_fuji {
  background: url(../images/bg_fuji.png);
  padding: 50px 0;
}
/* メインイメージ */
.mainimage {
  display: block;
  font-size: 0;
}
.mainimage img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.sp-mainimage {
  display: none;
}
html,
body {
  height: 100%;
}
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
embed,
object,
iframe,
audio,
video,
canvas,
progress,
meter,
output,
textarea {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
/* Image inside */
a img,
th img,
td img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}
/* Hand cursor on clickable controls */
input[type="reset"],
input[type="submit"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
  cursor: pointer;
}
/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
/* Normalize search fields */
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
/* Responsive media */
img,
video,
audio,
embed,
object {
  max-width: 100%;
}
img,
video,
embed,
object {
  height: auto;
}
embed,
object {
  height: 100%;
}
img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: url(../images/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.hidden {
  position: absolute;
  left: -9999px;
}
.visible-hidden {
  visibility: hidden;
}
/* Assets */
/*-----------------------------
padding
-----------------------------*/
.pTop00 {
  padding-top: 0px !important;
}
.pTop05 {
  padding-top: 05px !important;
}
.pTop10 {
  padding-top: 10px !important;
}
.pTop15 {
  padding-top: 15px !important;
}
.pTop20 {
  padding-top: 20px !important;
}
.pTop30 {
  padding-top: 30px !important;
}
.pTop40 {
  padding-top: 40px !important;
}
.pTop50 {
  padding-top: 50px !important;
}
.pTop60 {
  padding-top: 60px !important;
}
.pTop80 {
  padding-top: 80px !important;
}
.pRight00 {
  padding-right: 0px !important;
}
.pRight05 {
  padding-right: 5px !important;
}
.pRight10 {
  padding-right: 10px !important;
}
.pRight12 {
  padding-right: 12px !important;
}
.pRight15 {
  padding-right: 15px !important;
}
.pRight20 {
  padding-right: 20px !important;
}
.pRight30 {
  padding-right: 30px !important;
}
.pleft00 {
  padding-left: 0px !important;
}
.pleft02 {
  padding-left: 2px !important;
}
.pleft05 {
  padding-left: 5px !important;
}
.pleft10 {
  padding-left: 10px !important;
}
.pleft20 {
  padding-left: 20px !important;
}
.pleft30 {
  padding-left: 30px !important;
}
.pleft40 {
  padding-left: 40px !important;
}
.pleft80 {
  padding-left: 80px !important;
}
.pBottom00 {
  padding-bottom: 0px !important;
}
.pBottom02 {
  padding-bottom: 2px !important;
}
.pBottom05 {
  padding-bottom: 5px !important;
}
.pBottom10 {
  padding-bottom: 10px !important;
}
.pBottom15 {
  padding-bottom: 15px !important;
}
.pBottom20 {
  padding-bottom: 20px !important;
}
.pBottom25 {
  padding-bottom: 25px !important;
}
.pBottom30 {
  padding-bottom: 30px !important;
}
.pBottom40 {
  padding-bottom: 40px !important;
}
.pBottom50 {
  padding-bottom: 50px !important;
}
.pBottom60 {
  padding-bottom: 60px !important;
}
.pBottom70 {
  padding-bottom: 70px !important;
}
.pBottom80 {
  padding-bottom: 80px !important;
}
.pBottom90 {
  padding-bottom: 90px !important;
}
.pBottom100 {
  padding-bottom: 100px !important;
}
.pBottom110 {
  padding-bottom: 110px !important;
}
.pBottom140 {
  padding-bottom: 140px !important;
}
/*-----------------------------
margin
-----------------------------*/
.mTop-20 {
  margin-top: -20px !important;
}
.mTop-10 {
  margin-top: -10px !important;
}
.mTop00 {
  margin-top: 0px !important;
}
.mTop05 {
  margin-top: 05px !important;
}
.mTop10 {
  margin-top: 10px !important;
}
.mTop20 {
  margin-top: 20px !important;
}
.mTop30 {
  margin-top: 30px !important;
}
.mTop40 {
  margin-top: 40px !important;
}
.mRight00 {
  margin-right: 0px !important;
}
.mRight05 {
  margin-right: 5px !important;
}
.mRight07 {
  margin-right: 7px !important;
}
.mRight10 {
  margin-right: 10px !important;
}
.mRight15 {
  margin-right: 15px !important;
}
.mRight20 {
  margin-right: 20px !important;
}
.mRight30 {
  margin-right: 30px !important;
}
.mleft02 {
  margin-left: 2px !important;
}
.mleft05 {
  margin-left: 5px !important;
}
.mleft10 {
  margin-left: 10px !important;
}
.mleft20 {
  margin-left: 20px !important;
}
.mleft30 {
  margin-left: 30px !important;
}
.mleft80 {
  margin-left: 80px !important;
}
.mBottom00 {
  margin-bottom: 0px !important;
}
.mBottom05 {
  margin-bottom: 5px !important;
}
.mBottom10 {
  margin-bottom: 10px !important;
}
.mBottom15 {
  margin-bottom: 15px !important;
}
.mBottom20 {
  margin-bottom: 20px !important;
}
.mBottom25 {
  margin-bottom: 25px !important;
}
.mBottom30 {
  margin-bottom: 30px !important;
}
.mBottom40 {
  margin-bottom: 40px !important;
}
.mBottom60 {
  margin-bottom: 60px !important;
}
.mBottom-20 {
  margin-bottom: -20px !important;
}
.mBottom-10 {
  margin-bottom: -10px !important;
}
.ws0mRight10 {
  margin-right: 10px !important;
}
.ws0pTop50 {
  padding-top: 50px !important;
}
.ws0pTop40 {
  padding-top: 40px !important;
}
.ws0pRight10 {
  padding-right: 10px !important;
}
.ws0pRight20 {
  padding-right: 20px !important;
}
.ws0pRight05 {
  padding-right: 5px !important;
}
.ws0pleft05 {
  padding-left: 5px !important;
}
.ws10pBottom00 {
  padding-Bottom: 0px !important;
}
.ws0pBottom20 {
  padding-Bottom: 20px !important;
}
@media (max-width: 35.5em) {
  .ws0pRight10 {
    padding-right: 0px !important;
  }
  .ws0pRight20 {
    padding-right: 0px !important;
  }
  .ws0pTop50 {
    padding-top: 0px !important;
  }
  .ws0pTop40 {
    padding-top: 0px !important;
  }
  .ws0pBottom00 {
    padding-Bottom: 0px !important;
  }
  .ws0pRight05 {
    padding-right: 0px !important;
  }
  .ws0pleft05 {
    padding-left: 0px !important;
  }
  .ws10pBottom00 {
    padding-Bottom: 10px !important;
  }
  .ws0mRight10 {
    margin-right: 0px !important;
  }
  .ws0pBottom20 {
    padding-Bottom: 0px !important;
  }
}
.ws10mdpBottom00 {
  padding-Bottom: 0px !important;
}
@media (max-width: 63em) {
  .ws10mdpBottom00 {
    padding-Bottom: 10px !important;
  }
}
input,
select {
  vertical-align: middle;
}
.clear-both {
  clear: both;
}
.test-line {
  border: 1px solid red;
}
/*============================
メインヘッダー
============================*/
/*============================
#パンくず
============================*/
section {
  width: 100%;
}
section h1 {
  padding-bottom: 0px;
}
section h1 img {
  height: auto;
  width: 100%;
}
section h2 {
  width: 90%;
  margin: 40px auto 0px auto;
}
section h2 img {
  height: auto;
  width: 100%;
}
section div.resulttxt {
  width: 90%;
  margin: 20px auto 0px auto;
  border-radius: 20px;
  border: 3px solid #A87C4F;
  background: #FFFCE8;
}
section div.resulttxt p {
  text-align: center;
  font-size: 16px;
  color: #A87C4F;
  padding: 20px 5px;
  font-weight: bold;
}
section div.resetbt {
  width: 90%;
  margin: 40px auto 40px auto;
}
section div.resetbt form {
  width: 100%;
}
section div.resetbt form input {
  width: 100%;
  text-align: center;
  border-radius: 20px;
  border: 3px solid #A87C4F;
  background: #ABE0F9;
  font-size: 16px;
  color: #A87C4F;
  padding: 20px 5px;
  font-weight: bold;
}
section div.resetbt form input:active,
section div.resetbt form input:hover {
  background: #d2edfa;
}
p.copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: 40px;
}
p.resettxt {
  text-align: center;
  width: 90%;
  margin: 40px auto 0px auto;
  font-size: 11px;
  color: #A87C4F;
  font-weight: bold;
}
.slid {
  width: 90%;
  margin: 20px auto 0px auto;
}
/*============================
ヘッダーここまで
============================*/
/*============================
#pagecont
============================*/
.p20bgw {
  background: #FFFFFF;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
}
/*============================
#フッター
============================*/
/*============================
線等
============================*/
.p10 {
  padding: 10px;
}
.bcblack {
  border: #231f20 1px solid;
}
.bb2green {
  border-bottom: #d7df23 2px solid;
}
.bb1black {
  border-bottom: #231f20 1px solid;
}
.txt-center {
  text-align: center;
}
.effect01 {
  border-radius: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  box-shadow: rgba(77, 77, 77, 0.2) 0px 0px 3px 3px;
  -webkit-box-shadow: rgba(77, 77, 77, 0.2) 0px 0px 3px 3px;
  -moz-box-shadow: rgba(77, 77, 77, 0.2) 0px 0px 3px 3px;
}
.effect02 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect02:before,
.effect02:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.effect02:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.txt-attention {
  color: #FF0000 !important;
}
.box-sizing-box {
  box-sizing: border-box;
}
/*============================
レスポンシブムービー用
============================*/
.move-responsive {
  position: relative;
  width: 100% !important;
  padding-top: 56.25%;
}
.move-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*============================
画像エフェクト
============================*/
.img-block {
  width: 100%;
  overflow: hidden;
  background: #000000;
}
.img-block img {
  transition: 0.5s;
}
.img-block img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
}
/*============================
ローディング
============================*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 50001;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin-top: -50px;
  margin-left: -100px;
  color: #fff;
  z-index: 50002;
  text-align: center;
}
/*============================
文中画像
============================*/
p img.phleft {
  float: left;
  padding: 0px 20px 20px 0px !important;
  width: 50%;
  height: auto;
}
p img.phright {
  float: right;
  padding: 0px 0px 20px 20px !important;
  width: 50%;
  height: auto;
}
p img.clleft {
  clear: left;
}
p img.clright {
  clear: right;
}
@media (min-width: 1px) and (max-width: 47em) {
  p img.phleft {
    float: none;
    padding: 0px 0px 20px 0px !important;
    width: 100%;
    height: auto;
  }
  p img.phright {
    float: none;
    padding: 0px 0px 20px 0px !important;
    width: 100%;
    height: auto;
  }
}
.clearfix {
  display: inline-block;
  display: block;
}
.clearfix:after {
  content: url(../images/clearfix.gif);
  display: block;
  clear: both;
  height: 0;
}
/*============================
消える出る
============================*/
@media (min-width: 1px) and (max-width: 35.4em) {
  .mid-appear {
    display: none !important;
  }
  .ss-hidden {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 47em) {
  .large-appear {
    display: none !important;
  }
}
@media (min-width: 35.5em) {
  .ss-appear {
    display: none !important;
  }
}
@media (min-width: 47em) {
  .small-appear {
    display: none !important;
  }
}
@media (min-width: 63em) {
  .small-mid-appear {
    display: none !important;
  }
}
