@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  overflow: hidden;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
body {
  max-width: 800px;
  font-family: sans-serif;
  word-break: break-all;
  margin: 0 auto;
  line-height: 1;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #323232;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#wrapper {
  min-width: 100%;
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  display: block;
  clear: both;
}
/* ----- ※header設定 ----- */
#header {
  width: 100%;
  height: 50px;
  position: relative;
  background-color: #fe8c9c;
  overflow: hidden;
}
#header h1 {
  width: 100%;
  text-align: center;
  margin: 6px auto 1px;
  padding: 0;
  font-size: 0.625rem;
  border: none;
  color: #ffffff;
}
#header img {
  width: 140px;
  margin: 0 auto;
  display: block;
}
#header span.search {
  position: absolute;
  top: 9px;
  right: 10px;
}
#header span.search a {
  line-height: 0;
}
#header span.search img {
  width: 30px;
  height: auto;
  margin: 0;
  display: block;
}
#header nav .inner-block {
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 15px 0;
}
#header .inner-block button.btn-logout {
  min-width: 100%;
  display: block;
  font-size: 1rem;
  overflow: hidden;
  padding: 8px 0;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #5e74ff;
  color: #ffffff;
  font-weight: bold;
  border-style: none;
}
/* -----/ header設定 ----- */

/* ----- ※Copyright設定 ----- */
.copy {
  max-width: 100%;
  box-sizing: border-box;
  background-color: #fe8c9c;
  overflow: hidden;
  padding-bottom: 115px;
}
.copy p {
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px 10px 40px;
  padding: 10px 10px 5px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
}
.copy p span {
  margin-bottom: 5px;
  font-size: 0.625rem;
  display: block;
  text-align: center;
}
/* -----/ Copyright設定 ----- */

/* ----- ※footer設定 ----- */
#footer {
  max-width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
#footer .button-box {
  width: 100%;
  height: 100px;
  background: url("/img/footer-bg.png") repeat-x;
  background-size: 2260px;
  background-position: right top -15px;
}
#footer .button-box ul {
  width: 100%;
  position: absolute;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
#footer .button-box ul Li a span.off {
  display: block;
}
#footer .button-box ul Li a span.on {
  display: none;
}
@media screen and (max-width: 320px) {
  #footer .button-box ul {
    width: 100%;
    position: absolute;
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  #footer .button-box ul Li a span.off {
    display: none;
  }
  #footer .button-box ul Li a span.on {
    display: block;
  }
}
#footer .button-box ul Li {
  width: 20%;
  height: 60px;
}
#footer .button-box ul Li:nth-child(6) {
  width: 90px;
  height: 80px;
  margin-top: -20px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#footer .button-box ul Li a:nth-child(6) {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
#footer .button-box ul Li a {
  width: 100%;
  display: block;
}
#footer .button-box ul Li a img {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 320px) {
  #footer .button-box ul Li a img {
    width: 34px;
  }
}
#footer .button-box ul Li a span {
  width: 100%;
  text-align: center;
  display: block;
  white-space: nowrap;
  font-size: 0.5rem;
  margin-top: 3px;
}
#footer .button-box ul Li.link05 a {
  width: 100%;
  height: 85px;
  background: url("/img/icon-footer-03-off.png") no-repeat center top;
  background-size: 50px 50px;
}
@media screen and (max-width: 320px) {
  #footer .button-box {
    height: 110px;
    background: url("/img/footer-bg.png") no-repeat;
    background-position: right;
    background-size: 2540px;
  }
}
/* -----/ footer設定 ----- */

/* ----- トップに戻る（ページの頭に戻る）----- */
.top {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 10px;
}
.top a {
  display: block;
  background-color: #fe8c9c;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
/* -----/ トップに戻る（ページの頭に戻る）----- */

/* ----- ※iOS android icon ----- */
.ico.ios, .ico.android {
  min-width: 4.5em;
  padding: 0 5px;
  margin-left: 5px;
  text-align: center;
  font-style: normal;
  color: #ffffff;
}
.ico.ios {
  background-color: #ed8600;
}
.ico.android {
  background-color: #74ad00;
}
/* -----/ iOS android icon ----- */

/* ----- ※margin padding フリー設定  ----- */
/* margin-bottom 設定 */
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb280 {
  margin-bottom: 30px !important;
}
/* margin-top 設定 */
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt130 {
  margin-top: 130px !important;
}
/* margin-left 設定 */
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
/* padding-right 設定 */
.pr10 {
  padding-right: 10px !important;
}
/* padding-bottom 設定 */
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb280 {
  padding-bottom: 280px !important;
}