@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Helvetica Neue", HelveticaNeue, Verdana, sans-serif;
  font-size: 1.4em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
a {
  color: #0085d4;
  text-decoration: none;
  transition: 0.2s;
  word-break: break-all;
  cursor: pointer;
}
a:hover {
  color: #171c60;
  opacity: 0.6;
  text-decoration: underline;
}
section {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
ol li {
  font-size: 80%;
}
sup {
  color: #868686;
  font-size: 0.8em;
}
figcaption {
  font-size: 14px;
  padding-top: .5em;
  padding-bottom: 0em;
}
sup {
  font-size: 0.8em;
}
img {
  height: auto;
  vertical-align: top;
}
em{
  font-style: normal;  
}
p, ul, ol, dl, dd, figure{
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  width: 100%;
}
p,dt,dd{
  line-height: 2;
}
img{
  width: 100%;
}

/* common */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.centerTxt {
  text-align: center;
}
.rightTxt {
  text-align: right;
}
.leftTxt {
  text-align: left;
}
.notes {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0.5em;
  clear: both;
  color: #868686;
  line-height: 1.5 !important;
}
.notes li ol {
  padding-left: 1em;
  text-indent: -1em;
}
.notes_num {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.notes_block {
  padding: 0.8em 1em;
  border: 2px solid #C89E74;
  line-height: 1.2;
  color: #B67F47;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
.js-image-switch {}
.asterisk {
  vertical-align: super;
  font-size: 0.7em;
}

/*font	*/
.Roboto {
  font-family: 'Roboto', sans-serif;
}

/* wide	*/
.pw100 {
  width: 100% !important;
}

/* txtSize	*/
.smallfont {
  font-size: 80% !important;
  line-height: 1.8;
}
.xsmallfont {
  font-size: 70% !important;
  line-height: 1.6;
}
.bigfont {
  font-size: 110% !important;
  line-height: 1.8;
}

/*margin*/
.mgn00 {
  margin-bottom: 0px !important;
}
.mgn5 {
  margin-bottom: 5px !important;
}
.mgn10 {
  margin-bottom: 10px !important;
}
.mgnEm5 {
  margin-bottom: 0.5em !important;
}
.mgnEm01 {
  margin-bottom: 1em !important;
}
.mgnEm015 {
  margin-bottom: 1.5em !important;
}
.mgnEm02 {
  margin-bottom: 2em !important;
}
.mgnEm03 {
  margin-bottom: 3em !important;
}
.mgnEm04 {
  margin-bottom: 4em !important;
}
.mgnT05em {
  padding-top: .5em !important;
}
.mgnT1em {
  padding-top: 1em !important;
}
.mgnT2em {
  padding-top: 2em !important;
}
.mgnT3em {
  padding-top: 3em !important;
}
.mgnT4em {
  padding-top: 4em !important;
}

@media screen and (max-width:1200px) {
  section {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  section:first-child{
    padding-top: 50px;
  }
  section section{
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 1.2em;
  }
}
@media screen and (max-width:767px) {
  body {
    font-size: 1.3em;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .sp_smallfont {
    font-size: 80% !important;
    line-height: 1.8;
  }
  .sp_100pw {
    width: 100% !important;
  }
  .notes {
    line-height: 1.5 !important;
    text-align: left;
  }
  p, dt, dd {
    line-height: 1.8;
  }
}
@media screen and (max-width:320px) {
  body {
    font-size: 1.2em;
  }
}