@charset "UTF-8";
/* CSS Document */
/* contents---------------
	 1.RESET
	 2.BASE
	 3.LAYOUT
	 4.PAGE
	 5.PARTS
	 6.SCRIPT
		------------ */
/* rgb(17,67,185); */
/*----------------------------------------------------------
	RESET
--------------------------------------------------------- */
@import url("../css/fonts/style.css");
body, dl, dt, dd, ul, li, h1, h2, h3, h4, form, p, th, td, input, textarea, select {
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, dl {
  list-style-type: none;
}

/*----------------------------------------------------------
	FOMT
--------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mplus-1c";
  src: url("fonts/mplus/mplus-1c-regular.eot");
  src: url("fonts/mplus/mplus-1c-regular.eot?#iefix") format("embedded-opentype"), url("fonts/mplus/mplus-1c-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mplus-1c";
  src: url("fonts/mplus/mplus-1c-bold.eot");
  src: url("fonts/mplus/mplus-1c-bold.eot?#iefix") format("embedded-opentype"), url("fonts/mplus/mplus-1c-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------------------------
	BASE
--------------------------------------------------------- */
@media screen and (max-width: 850px) {
  * {
    -webkit-text-size-adjust: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 850px) {
  * {
    word-break: normal;
  }
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

p {
  line-height: 1.6;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #276485;
  font-style: normal;
  text-decoration: underline;
}

a:visited {
  color: #486083;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

small {
  font-size: 85%;
  line-height: 1.1;
}

.sizeS {
  font-size: 90%;
}

.sizeL {
  font-size: 115%;
}

.cl1 {
  color: #242C93;
}

blockquote {
  padding: 2px 0 2px 1em;
  border-left: 7px #C0D9FE solid;
  margin: 10px 0;
}

.spDisp {
  display: none;
}

@media screen and (max-width: 850px) {
  .spDisp {
    display: block;
  }
  .pcDisp {
    display: none;
  }
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  br.sp {
    display: none;
  }
  br.pc {
    display: block;
  }
}
/*----------------------------------------------------------
	LAYOUT
--------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: -10;
  font-size: 0.96rem;
  color: #373737;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  background: repeating-linear-gradient(45deg, #f2f2f2 0, #f2f2f2 6px, #e8e8e8 4px, #e8e8e8 8px);
}

.sitewidth {
  position: relative;
  /*overflow: hidden;*/
  max-width: 750px;
  margin: auto;
  margin: 0 auto;
}

/* Header
----------------------------------------------- */
header {
  text-align: center;
  color: #222;
  padding: 45px 0 30px;
  background: #FFF;
  margin-bottom: 1.5em;
  position: relative;
}
header:before {
  height: 22px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #242C93;
  background-image: url("../img/star-pattern.svg");
  background-repeat: repeat-x;
  background-size: auto 22px;
}
header:after {
  height: 22px;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #242C93;
  background-image: url("../img/star-pattern.svg");
  background-repeat: repeat-x;
  background-size: auto 22px;
}
header h1 {
  font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  margin-bottom: 10px;
}
header h1 .title {
  font-size: 2.5rem;
  margin-top: 0.3em;
}
header h1 .title em {
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
header h1 .title em span {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid #6E95F2;
  padding: 6px 0.5em;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
}
header h1 .img img {
  max-width: 400px;
  margin: auto;
}

header.small h1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  padding: 0 3%;
}
header.small h1 .img {
  margin-right: 10px;
}
header.small h1 .img img {
  height: 84px;
  width: auto;
}
header.small h1 .title em {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
}
header.small h1 .title span {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  header h1 .title em span {
    font-size: 12px;
    padding: 4px 0 8px;
  }
}
/* Contents
----------------------------------------------- */
main {
  display: block;
}
main .inner {
  padding: 30px 1.5em;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  background: #FFF;
  word-wrap: break-word;
}
main .inner h2:first-child {
  margin-top: 0;
}
main .inner p {
  margin-bottom: 0.8em;
  line-height: 1.7;
}
main .inner em {
  font-weight: bold;
  font-style: normal;
}
main .inner em.red {
  color: #C83030;
}
main .inner em.red.uline {
  border-bottom: double #C83030 4px;
  line-height: 1.8;
}
main .inner strong {
  color: #cc0000;
}
main .inner strong.normal {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Footer
----------------------------------------------- */
footer {
  text-align: center;
  background: #282828;
  margin-top: 40px;
  color: #FFF;
  padding: 20px 0 30px;
  position: relative;
}
footer p {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
}
footer .pagetop a {
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
  z-index: 10;
  position: fixed;
  right: 3vw;
}
footer .pagetop a:before {
  font-family: "basicicon";
  content: "\e953";
  color: #FFF;
  font-size: 20px;
  line-height: 1;
}

/*----------------------------------------------------------
	PAGE
--------------------------------------------------------- */
/* gateway
----------------------------------------------- */
.inner.gateway .campaign {
  font-weight: bold;
  margin: 0.5em 0;
  position: relative;
  border: 4px double #eb0069;
  border-radius: 10px;
  padding: 15px 15px 15px 75px;
}
.inner.gateway .campaign:before {
  font-family: "basicicon";
  content: "\e989";
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  left: 15px;
  color: #eb0069;
}
.inner.gateway .campaign em {
  color: #eb0069;
}
.inner.gateway .campaign {
  /*span{background: linear-gradient(transparent 60%, #FFDBEB 60%);}*/
}
.inner.gateway .quizbox {
  background: #FFF;
  padding: 15px;
}
.inner.gateway .quizbox .msg {
  text-align: center;
  font-size: 110%;
  font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
}
.inner.gateway .quizbox .question {
  font-weight: bold;
  margin: 0px auto 20px;
}
.inner.gateway .quizbox .question span {
  border-bottom: 3px solid #EB0069;
  border-top: 3px solid #EB0069;
  color: #EB0069;
  padding: 0.6em 8px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
.inner.gateway .quizbox .question:after {
  font-family: "basicicon";
  content: "\e929";
  display: block;
  text-align: center;
  color: #CCC;
  font-size: 40px;
  line-height: 1;
  margin: 15px auto 0px;
}
.inner.gateway .quizbox .question .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner.gateway .quizbox .question .flex div {
  width: 32%;
  padding: 7px;
}
.inner.gateway .quizbox .choice {
  position: relative;
}
.inner.gateway .quizbox .choice.active .flex div:hover {
  cursor: pointer;
}
.inner.gateway .quizbox .choice .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner.gateway .quizbox .choice .flex div {
  width: 32%;
  border-radius: 5px;
  padding: 0 7px 7px;
}
.inner.gateway .quizbox .choice .flex div span {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 700;
  font-size: 150%;
}
.inner.gateway .quizbox .choice .flex .c-1 {
  background: #329EF9;
}
.inner.gateway .quizbox .choice .flex .c-2 {
  background: #F02C2C;
}
.inner.gateway .quizbox .choice .flex .c-3 {
  background: #1DC248;
}
.inner.gateway .quizbox .choice .result {
  position: absolute;
  top: -50px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.inner.gateway .quizbox .choice .result img {
  width: 400px;
}
.inner.gateway .quizbox .choice.resulton {
  padding-bottom: 70px;
}

@media screen and (max-width: 850px) {
  .inner.gateway .campaign {
    font-weight: bold;
    margin: 0.5em 0;
    position: relative;
    border: 4px double #eb0069;
    border-radius: 10px;
    padding: 15px;
  }
  .inner.gateway .campaign:before {
    font-family: "basicicon";
    content: "\e989";
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    position: static;
    color: #eb0069;
    display: block;
    text-align: center;
    left: auto;
    margin-bottom: 8px;
  }
  .inner.gateway .campaign {
    /*span{background: linear-gradient(transparent 60%, #FFDBEB 60%);}*/
  }
  .inner.gateway .quizbox .choice .result {
    position: absolute;
    top: -40px;
  }
  .inner.gateway .quizbox .choice .result img {
    width: 70%;
  }
}
/* survey
----------------------------------------------- */
.enquete dl {
  margin-bottom: 30px;
}
.enquete dl dt {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 6px;
}
.enquete dl dt span {
  color: #242C93;
  font-size: 150%;
  padding-right: 0.3em;
  font-weight: 300;
}

/* step
----------------------------------------------- */
.stepview {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  border-radius: 10px;
}
.stepview ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stepview ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgb(255, 255, 255);
  padding: 7px 20px 7px 10px;
  font-size: 14px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  color: #2c2c2c;
}
.stepview ul li span.num {
  font-size: 18px;
  display: block;
  font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  background: #2c2c2c;
  color: #FFF;
  border-radius: 25px;
  width: 28px;
  margin: auto;
}
.stepview ul li span.text {
  line-height: 1.4;
  display: block;
  margin-top: 5px;
}
.stepview ul li:after {
  content: "▶";
  position: absolute;
  right: 4px;
  font-size: 12px;
  height: 12px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.stepview ul li:first-child {
  border-radius: 10px 0 0 10px;
  display: block;
}
.stepview ul li:last-child {
  border-radius: 0 10px 10px 0;
}
.stepview ul li:last-child:after {
  content: none;
}
.stepview ul li.active {
  background: rgb(255, 255, 255);
  opacity: 1;
  color: #242C93;
  background: #ffefef;
}
.stepview ul li.active span.num {
  background: #242C93;
}
.stepview ul li.done {
  background: #EEE;
  color: #7E7E7E;
}
.stepview ul li.done span.num {
  background: #7E7E7E;
}
.stepview ul li.done:before {
  font-family: "basicicon";
  content: "\e949";
  position: absolute;
  left: 4px;
  top: 4px;
  color: #0BA925;
  font-size: 22px;
}

/* tablet */
@media screen and (min-width: 851px) and (max-width: 1024px) {
  .stepview ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
} /* yubinpc */
@media screen and (max-width: 850px) {
  .stepview {
    padding: 0 2%;
  }
  .stepview ul li {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    font-size: 13px;
    padding: 7px 15px 7px 8px;
  }
  .stepview ul li span.num {
    font-size: 16px;
    padding: 2px 4px;
    display: block;
    font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
    background: #373737;
    color: #FFF;
    border-radius: 25px;
    width: 28px;
    margin: auto;
  }
  .stepview ul li span.text {
    line-height: 1.4;
    display: block;
    margin-top: 4px;
  }
  .stepview ul li:nth-child(-n+3) {
    border-bottom: 2px dotted #242C93;
  }
  .stepview ul li:nth-child(1) {
    border-radius: 10px 0 0 0;
  }
  .stepview ul li:nth-child(3) {
    border-radius: 0 10px 0 0;
  }
  .stepview ul li:nth-child(4) {
    border-radius: 0 0 0 10px;
  }
  .stepview ul li:nth-child(6) {
    border-radius: 0 0 10px 0;
  }
  .stepview ul li:after {
    content: "▶";
    position: absolute;
    right: 2px;
    font-size: 10px;
    height: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
/* mypage
----------------------------------------------- */
.mydata {
  margin-bottom: 20px;
}
.mydata dl {
  background: #E0EAFF;
  padding: 10px;
}
.mydata dl dd.num {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.mydata dl dd.num span {
  background: #242C93;
  color: #FFF;
  font-size: 0.85rem;
  margin-right: 10px;
  padding: 0.2em 0.6em;
  position: relative;
  top: -2px;
}
.mydata dl dt {
  font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.4rem;
}
.mydata dl dt span {
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  src: local("Yu Gothic Medium");
  font-weight: 400;
  font-size: 70%;
}
.mydata .title {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #242C93;
  position: relative;
  text-align: center;
  margin: 15px auto 5px;
}
.mydata .title:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  top: 45%;
  z-index: 1;
  position: absolute;
}
.mydata .title span {
  background: #FFF;
  position: relative;
  z-index: 5;
  padding: 0 0.8em;
}
.mydata .status {
  text-align: center;
  margin: 10px auto 0;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
}
.mydata .status.still {
  color: #E14D4D;
  border: 1px solid #E14D4D;
  padding: 0.4em 2em;
  border-radius: 30px;
  display: inline-block;
}
.mydata .status.still:before, .mydata .status.still:after {
  font-family: "basicicon";
  content: "\e9b4";
}
.mydata .status.completed {
  color: #27A675;
  border: 1px solid #27A675;
  padding: 0.4em 2em;
  border-radius: 30px;
  display: inline-block;
}
.mydata .status.completed:before {
  font-family: "basicicon";
  content: "\e94a";
  margin-right: 0.3em;
}
.mydata ul.member li {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.4em 0;
}
.mydata ul.member li span.leader:before {
  font-family: "basicicon";
  content: "\f005";
  color: #FDC92C;
}
.mydata ul.member li span.you {
  background: #FFF1A3;
  font-size: 0.8rem;
  padding: 0.3em 1em;
  border-radius: 15px;
  position: relative;
  top: -2px;
  display: inline-block;
}
.mydata ul.member li span.leader {
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  color: #666;
  position: relative;
  top: -2px;
  font-weight: 600;
  font-size: 0.8rem;
  width: 7em;
}
.mydata ul.member li span.member {
  display: inline-block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  color: #666;
  position: relative;
  top: -2px;
  font-weight: 600;
  font-size: 0.8rem;
  width: 7em;
  padding-left: 1em;
}

body.mypage ul.invite {
  text-align: center;
}
body.mypage ul.invite li {
  display: inline-block;
  margin-bottom: 8px;
}
body.mypage ul.invite li input[type=button] {
  font-size: 13px;
  padding: 0.8em 1.5em;
}
body.mypage ul.mypageMenu li {
  border-bottom: 2px dashed #CCC;
}
body.mypage ul.mypageMenu li button {
  text-align: left;
  padding: 1em 0.5em;
  background: none;
  width: 100%;
  color: #242C93;
  border-bottom: 0;
  border-radius: 0;
}
body.mypage ul.mypageMenu li button:before {
  font-family: "basicicon";
  content: "\f061";
  margin-right: 0.3em;
}
body.mypage ul.mypageMenu li button:after {
  content: none;
}
body.mypage ul.mypageMenu li.em button {
  color: #eb0069;
  background: #FFE9F3;
  padding: 1em 0.5em;
}
body.mypage ul.mypageMenu li.em button:before {
  font-family: "basicicon";
  content: "\e989";
  margin-right: 0.6em;
}
body.mypage ul.mypageMenu li.em2 button {
  color: #eb0069;
  background: #FFE9F3;
  padding: 1em 0.5em;
}
body.mypage ul.mypageMenu li.logout {
  border-bottom: none;
  text-align: center;
  margin-top: 20px;
}
body.mypage ul.mypageMenu li.logout button {
  background: #626262;
  color: #FFF;
  width: auto;
  font-size: 0.9rem;
  border-radius: 5px;
  padding: 0.8em 1.5em;
}
body.mypage ul.mypageMenu li.logout button:before {
  content: none;
}

/*  common
----------------------------------------------- */
.bgW {
  background: #FFF;
}

.bgTilt {
  background: repeating-linear-gradient(45deg, #FFF 0, #FFF 6px, #FBFBFB 4px, #FBFBFB 8px);
}

.linkR {
  text-align: right;
}

.linkR a:before {
  font-family: "basicicon";
  content: "r";
  display: inline-block;
}

.linkC {
  text-align: center;
}

.linkC a:before {
  font-family: "basicicon";
  content: "r";
  display: inline-block;
}

.linkL {
  text-align: left;
}

.linkL a:before {
  font-family: "basicicon";
  content: "r";
  display: inline-block;
}

details {
  border: 1px solid #242C93;
  border-radius: 5px;
  padding: 15px;
}
details summary {
  text-decoration: underline;
}

/*  headline
----------------------------------------------- */
h2 {
  font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  text-align: center;
  font-size: 1.6rem;
  border-top: 3px solid #242C93;
  border-bottom: 3px solid #dfdfdf;
  padding: 0.4em 0;
  font-weight: bold;
}
h2 span.sub {
  text-align: center;
  display: block;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1rem;
  font-weight: 500;
  border-top: 2px dashed #C6E2F8;
  padding: 0.3em 0 0 0;
  margin-top: 0.3em;
}

h2.maru {
  font-size: 1.5rem;
  margin: 1.5em auto 0.8em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  position: relative;
  font-weight: 600;
  color: #1F3792;
  z-index: 1;
  border: none;
  padding: 0 0 0 0.5em;
  text-align: left;
  letter-spacing: 0.08em;
}

h2.maru:before {
  content: "";
  background: rgba(235, 0, 105, 0.2);
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: -1;
}

h3 {
  font-size: 1.25rem;
  margin: 1.4em -22px 0.8em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  background: #EEE;
  color: #373737;
  padding: 0.6em 20px 0.6em calc(20px + 1em);
  font-weight: 700;
  position: relative;
  text-indent: -24px;
}

h3:before {
  font-family: "basicicon";
  content: "\e950";
  margin-right: 0.2em;
  font-weight: normal;
}

h4 {
  font-size: 1.2rem;
  margin: 1.5em auto 0.8em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  border-bottom: 2px solid #242C93;
  padding: 0.2em 0;
}

h4:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #242C93;
  position: relative;
  bottom: -9px;
}

h5 {
  font-size: 1.1rem;
  margin: 1.5em auto 0.8em;
  background: #FFF;
  color: #242C93;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

h5:before {
  font-family: "basicicon";
  content: "\e622";
  margin-right: 0.2em;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
  color: #535353;
  margin: 1.5em auto 1em;
  border-left: 4px solid #888888;
  padding-left: 10px;
}

div.msg1 {
  background: #FEEFAB;
  text-align: center;
  font-family: "mplus-1c", "Hiragino Kaku Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.35rem;
  font-weight: 500;
  padding: 0.4em;
}

div.msg2 {
  background: #FFCCCC;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.4em;
  font-size: 1.3rem;
}

div.msg3 {
  background: #FEEFAB;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.8em;
}

.head_h4 {
  color: #373737;
  background: none;
  text-indent: 0;
  font-size: 1.2rem;
  margin: 1.5em auto 0.8em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  border-bottom: 2px solid #242C93;
  padding: 0.2em 0;
}

.head_h4:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #242C93;
  position: relative;
  bottom: -9px;
}

.head_h4:before {
  content: none;
}

.head_h5 {
  font-size: 1.1rem;
  margin: 1.5em auto 0.8em;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.head_h5:before {
  font-family: "basicicon";
  content: "\e955";
  margin-right: 0.2em;
  color: #242C93;
}

/*----------------------------------------------------------
	PARTS
--------------------------------------------------------- */
/*  form
----------------------------------------------- */
input {
  -webkit-appearance: button;
}

select, textarea, input[type=text], input[type=email], input[type=tel], input[type=password] {
  border: #858585 1px solid;
  background: #FFF;
  color: #333;
  padding: 10px 6px;
  width: 100%;
}

/* iOS Safari: password 型への切替が拒否された場合のマスク表示 */
input.passkirikae-masked {
  -webkit-text-security: disc;
}

select.auto, textarea.auto, input[type=text].auto, input[type=email].auto, input[type=tel].auto, input[type=password].auto {
  width: auto;
}

select:disabled, select.disabled, textarea:disabled, textarea.disabled, input[type=text]:disabled, input[type=text].disabled, input[type=email]:disabled, input[type=email].disabled, input[type=tel]:disabled, input[type=tel].disabled, input[type=password]:disabled, input[type=password].disabled {
  background: #c2c2c2 !important;
  cursor: not-allowed;
  border: 1px solid #6c6c6c;
  color: #000 !important;
}

@media screen and (max-width: 850px) {
  select:disabled, select.disabled, textarea:disabled, textarea.disabled, input[type=text]:disabled, input[type=text].disabled, input[type=email]:disabled, input[type=email].disabled, input[type=tel]:disabled, input[type=tel].disabled, input[type=password]:disabled, input[type=password].disabled {
    background: #c2c2c2 !important;
    color: #000 !important;
    color: #000 !important;
    -webkit-text-fill-color: black;
    opacity: 1;
  }
}
_:lang(x) + _:-webkit-full-screen-document textarea, _:lang(x) + _:-webkit-full-screen-document input[type=text], _:lang(x) + _:-webkit-full-screen-document input[type=email], _:lang(x) + _:-webkit-full-screen-document input[type=tel], _:lang(x) + _:-webkit-full-screen-document input[type=password] {
  -webkit-appearance: button;
}
_:lang(x) + _:-webkit-full-screen-document select:disabled, _:lang(x) + _:-webkit-full-screen-document select.disabled, _:lang(x) + _:-webkit-full-screen-document textarea:disabled, _:lang(x) + _:-webkit-full-screen-document textarea.disabled, _:lang(x) + _:-webkit-full-screen-document input[type=text]:disabled, _:lang(x) + _:-webkit-full-screen-document input[type=text].disabled, _:lang(x) + _:-webkit-full-screen-document input[type=email]:disabled, _:lang(x) + _:-webkit-full-screen-document input[type=email].disabled, _:lang(x) + _:-webkit-full-screen-document input[type=tel]:disabled, _:lang(x) + _:-webkit-full-screen-document input[type=tel].disabled, _:lang(x) + _:-webkit-full-screen-document input[type=password]:disabled, _:lang(x) + _:-webkit-full-screen-document input[type=password].disabled {
  background: #919191 !important;
  color: #000 !important;
}

input[type=button], input[type=submit], button {
  position: relative;
  color: #FFF;
  padding: 1em 1.5em 1.1em;
  border: none;
  font-size: 1.1rem;
  border-bottom: #B2B2B2 2px solid;
  border-radius: 6px;
  line-height: 1.3;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000098;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 152)), to(rgb(83, 66, 212)));
  background: linear-gradient(0deg, rgb(0, 0, 152) 0%, rgb(83, 66, 212) 100%);
}
input[type=button].styleB, input[type=submit].styleB, button.styleB {
  background: #E02D73;
}

input[type=button].back, input[type=button].cancel, input[type=submit].back, input[type=submit].cancel, button.back, button.cancel {
  background: #3D3D3D;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {
  border-bottom: 2px solid #FFF;
  opacity: 0.8;
  cursor: pointer;
}

input[type=button]:after, input[type=submit]:after, button:after {
  content: "";
  display: block;
  border: 1px solid #FFF;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border-radius: 4px;
  top: 2px;
  left: 2px;
}

input[type=button].border, input[type=submit].border, button.border {
  border: 4px double #FFF;
}

input[type=button]:disabled, input[type=button].disabled, input[type=submit]:disabled, input[type=submit].disabled, button:disabled, button.disabled {
  background: #AFAFAF;
  cursor: not-allowed;
  border-bottom: 0;
}

input[type=button]:disabled:hover, input[type=button].disabled:hover, input[type=submit]:disabled:hover, input[type=submit].disabled:hover, button:disabled:hover, button.disabled:hover {
  opacity: 1;
}

input[type=button]:disabled:after, input[type=button].disabled:after, input[type=submit]:disabled:after, input[type=submit].disabled:after, button:disabled:after, button.disabled:after {
  content: none;
  border: 0;
}

.form {
  padding: 3%;
  background: #FFF;
}

.form span.required:after {
  font-family: "basicicon";
  content: "\e600";
  color: #F57E7E;
  font-size: 120%;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.form dl {
  margin-bottom: 1em;
}

.form dl dt {
  margin-bottom: 0.5em;
}

.form dl dt:before {
  font-family: "basicicon";
  content: "\e60f";
  color: #EB0069;
  margin-right: 0.3em;
}

.form .half {
  width: 60%;
}

span.req {
  background: #C83030;
  color: #FFF;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  padding: 4px 7px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  margin: 0 auto 0 5px;
  display: inline-block;
  text-indent: 0;
}

dl.input {
  padding: 8px 0 15px;
  /*	&.chk{
  	dd{background:#eee; padding:0.5em 0.5em; border-radius:3px;}
  }*/
}

dl.input:first-child {
  border-top: 0;
}

dl.input dt {
  margin: 0.4em 0;
  font-weight: bold;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

dl.input dt:before {
  font-family: "basicicon";
  content: "z";
  color: #7B7B7B;
  font-size: 120%;
  font-weight: normal;
  margin-right: 0.2em;
  position: relative;
  top: 2px;
}

dl.input dt span.cmt {
  display: block;
  font-size: 90%;
}

dl.input dt .pictupload-sample {
  display: block;
  margin: 0.5em 0 0 -1.4em;
  text-indent: 0;
  text-align: center;
}

dl.input dt .pictupload-sample img {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  height: auto;
}

dl.input:nth-of-type(n + 2) {
  border-top: 2px dashed #CCC;
}

dl.input dd {
  background: #EEE;
  padding: 0.5em 0.5em;
  border-radius: 3px;
}

dl.input dd ul.inline li {
  width: auto;
  margin-right: 1.5%;
}

dl.input dd ul.inline li input {
  max-width: 6em;
  margin-right: 4px;
}

dl.input dd ul.inline li:last-child {
  margin-right: 0;
}

dl.input dd ul.flexclm3 li {
  padding-right: 2%;
}

dl.input dd ul.flexclm3 li select, dl.input dd ul.flexclm3 li textarea {
  width: 100%;
}

dl.input dd ul.flexclm3 li:last-child {
  padding-right: 0;
}

dl.input dd ul.flexclm2 li {
  padding-right: 2%;
}

dl.input dd ul.flexclm2 li input[type=text], dl.input dd ul.flexclm2 li input[type=email], dl.input dd ul.flexclm2 li input[type=tel] {
  width: 100%;
}

dl.input dd ul.flexclm2 li:last-child {
  padding-right: 0;
}

dl.input dd ul.checkbox li:nth-child(n+2), dl.input dd ul.radio li:nth-child(n+2) {
  border-top: none;
}

dl.input dd.error {
  color: #C83030;
  font-size: 0.85rem;
  font-weight: bold;
  position: relative;
  padding: 0.3em 0.5em;
  border: #C83030 solid 2px;
  background: #FFF;
  border-radius: 5px;
}

dl.input dd.error:after {
  font-family: "basicicon";
  content: "\e622";
  position: absolute;
  bottom: -15px;
  font-size: 20px;
  margin: auto;
  display: block;
  right: 0;
  left: 0;
  text-align: center;
}

dl.input .btnset select, dl.input .btnset textarea, dl.input .btnset input[type=text], dl.input .btnset input[type=email], dl.input .btnset input[type=tel] {
  display: inline-block;
  width: 74%;
  margin-right: 2%;
}

dl.input .btnset input[type=button], dl.input .btnset input[type=submit], dl.input .btnset button {
  font-size: 13px;
  background: #242C93;
  width: 22%;
}

ul.checkbox li {
  vertical-align: middle;
  padding: 2px 0 14px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: bold;
}

ul.checkbox li label {
  text-indent: -40px;
  padding-left: 38px;
  display: block;
}

ul.checkbox li ul {
  text-indent: 0;
  padding-left: 0;
}

ul.checkbox li ul li {
  border-top: 0 !important;
  padding-bottom: 0;
}

ul.checkbox li:nth-child(n+2) {
  border-top: 2px dashed #CCC;
}

ul.checkbox input[type=checkbox] {
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 10px;
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

ul.checkbox input[type=checkbox]:before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "basicicon";
  content: "\e949";
  text-align: center;
  color: #E5E5E5;
  border: 2px solid #A1A1A1;
}

ul.checkbox input[type=checkbox]:checked {
  background: #242C93;
  color: #FFF;
}

ul.checkbox input[type=checkbox]:checked:before {
  border: 2px solid #242C93;
  font-size: 28px;
}

ul.checkbox input[type=checkbox]:disabled, ul.checkbox input[type=checkbox].disabled {
  background: #CCC;
  cursor: not-allowed;
}

ul.checkbox input[type=checkbox]:disabled + span, ul.checkbox input[type=checkbox].disabled + span {
  color: #BBB !important;
  cursor: not-allowed;
}

input[type=checkbox].inlinechk {
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: #FFF;
  border: 1px solid #a6a6a6;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=checkbox].inlinechk:after {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-family: "basicicon";
  content: "\e949";
  text-align: center;
}

input[type=checkbox].inlinechk:checked {
  background: #EB0069;
}

input[type=checkbox].inlinechk:disabled, input[type=checkbox].inlinechk.disabled {
  background: #CCC;
  cursor: not-allowed;
}

input[type=checkbox].inlinechk:disabled + span, input[type=checkbox].inlinechk.disabled + span {
  color: #BBB !important;
  cursor: not-allowed;
}

input[type=checkbox].inlinechk:checked:disabled {
  background: #EB0069;
}

ul.radio li {
  vertical-align: middle;
  padding: 2px 0 14px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: bold;
}

ul.radio li label {
  text-indent: -38px;
  padding-left: 38px;
  display: block;
}

ul.radio li ul {
  text-indent: 0;
  padding-left: 0;
}

ul.radio li ul li {
  border-top: 0 !important;
  padding-bottom: 0;
}

ul.radio li:nth-child(n+2) {
  border-top: 2px dashed #CCC;
}

ul.radio input[type=radio] {
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #FFFFFF;
  border: none;
  outline: none;
  background: #5E5E5E;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 30px;
}

ul.radio input[type=radio]:before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "basicicon";
  content: "\e620";
  text-align: center;
}

ul.radio input[type=radio]:checked {
  position: relative;
  background: #EB0069;
}

ul.radio input[type=radio]:disabled, ul.radio input[type=radio].disabled {
  background: #CCC;
  cursor: not-allowed;
}

ul.radio input[type=radio]:disabled + span, ul.radio input[type=radio].disabled + span {
  color: #BBB !important;
  cursor: not-allowed;
}

.btnArea {
  margin: 15px auto;
  text-align: center;
}

.btnArea button, .btnArea input {
  display: block;
  margin: 10px auto;
}

.btnArea button.full, .btnArea input.full {
  width: 100%;
}

.btnArea ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnArea ul li {
  margin: 0 1%;
}

.errorMsg {
  border: 2px dashed #C83030;
  padding: 15px 15px 10px;
  background: #FFF;
  margin: 10px auto;
}

.errorMsg:before {
  content: "※ ご確認ください ※";
  display: block;
  color: #C83030;
  text-align: center;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  border-bottom: 2px solid #CCC;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.errorMsg p {
  margin: 0.3em auto !important;
  padding-left: 1em;
  text-indent: -1em;
  color: #C83030;
}

.errorMsg p:before {
  font-family: "basicicon";
  content: "r";
}

a.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.btn:hover {
  opacity: 0.8;
}

a.linkBtn {
  border: 2px solid #276485;
  background: #FFF;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1rem;
  font-size: 600;
  padding: 0.5em;
  display: block;
  border-radius: 5px;
}

a.linkBtn:hover {
  cursor: pointer;
}

a.basicBtn {
  display: inline-block;
  background: #242C93;
  position: relative;
  color: #FFF;
  padding: 1em 1.5em 1.1em;
  border: none;
  font-size: 1.1rem;
  border-bottom: #B2B2B2 2px solid;
  border-radius: 6px;
  line-height: 1.3;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* input=file デフォルトメッセージ消去 */
label.fileup span.btn {
  background: #242C93;
  position: relative;
  color: #FFF;
  padding: 0.6em 1em 0.7em;
  border: none;
  font-size: 0.9em;
  border-radius: 3px;
  line-height: 1;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
label.fileup span.btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
label.fileup input {
  display: none;
}

@media screen and (max-width: 850px) {
  label.fileup span.btn {
    display: block;
    padding: 0.8em 1em 0.9em;
    text-align: center;
    margin-bottom: 4px;
  }
}
/*  list
----------------------------------------------- */
ol {
  margin: 0;
  padding-left: 22px;
}

ol li {
  list-style: decimal;
  margin: 0.5em 0px;
  line-height: 1.5em;
}

ul.normal li, ul.border li, ul.arrow li, ul.dot li, ul.record li, ul.notice li, ul.notice-red li {
  margin: 0.3em 0 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}

ul.normal li:before {
  font-family: "basicicon";
  content: "\e625";
  color: #242C93;
}

ul.border li:before {
  font-family: "basicicon";
  content: "q";
  color: #242C93;
}

ul.arrow li:before {
  font-family: "basicicon";
  content: "s";
  color: #242C93;
}

ul.dot li:before {
  font-family: "basicicon";
  content: "\e625";
  color: #EB0069;
}

ul.record li:before {
  font-family: "basicicon";
  content: "\e620";
  color: #242C93;
  font-size: 1.1rem;
  position: relative;
  left: -1px;
  top: 0.1em;
}

ul.record li ul li, ul.record li ol li {
  font-size: inherit;
}
ul.record li ul li:before, ul.record li ol li:before {
  color: inherit;
}
ul.record.fontL li {
  margin-bottom: 1.2em;
  font-size: 110%;
}
ul.record.fontL li ul li, ul.record.fontL li ol li {
  font-size: 1em;
}

ul.notice-red li {
  color: #CC0000;
}

ul.notice li:before, ul.notice-red li:before {
  font-family: "basicicon";
  content: "1";
  font-size: 90%;
  margin-right: 0.5em;
  position: relative;
}

ul.notice li, ul.notice-red li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ul.notice.small {
  font-size: 0.86rem;
}

ul.star li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ul.star li:before {
  font-family: "basicicon";
  content: "\f005";
  color: #242C93;
  margin-right: 0.5em;
}

ul.indent {
  padding-left: 1em;
  margin-left: 0;
}

ul.indent li {
  margin: 10px 0;
  padding-left: 1em;
  text-indent: -1em;
}

ol.paren {
  counter-reset: item;
}

ol.paren li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: none;
}

ol.paren li:before {
  content: "(" counters(item, "-") ")";
  counter-increment: item;
  margin-right: 0.5em;
}

ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.maru li {
  list-style: none;
  margin-bottom: 1em;
  padding-left: 35px;
  position: relative;
}

ol.maru li:before {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 500;
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #242C93;
  color: #FFF;
  display: block;
  float: left;
  line-height: 26px;
  margin-left: -35px;
  text-align: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: relative;
  font-size: 13px;
}

ol.maru.gray li:before {
  background-color: #808080;
  line-height: 23px;
  height: 23px;
  width: 23px;
}

ul.check li {
  margin: 0.7em 0;
}

ul.check li:before {
  font-family: "basicicon";
  content: "\e946";
  color: #242C93;
  font-size: 150%;
  margin-right: 0.3em;
  position: relative;
  top: 0.1em;
}

ul.inline li {
  display: inline-block;
}

ul.inlineSlash li {
  display: inline-block;
}

ul.inlineSlash li:after {
  content: "/";
  color: #CCC;
  margin-left: 0.5rem;
}

ul.inlineSlash li:last-child:after {
  content: none;
}

/*  table
----------------------------------------------- */
table.data {
  margin: 10px 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border: 1px solid #999;
  word-break: break-all;
}

table.data th {
  padding: 5px 8px;
  color: #333;
  background: #254676;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  font-size: 105%;
  text-align: center;
  color: #FFF;
  font-weight: 300;
}

table.data th.h2 {
  background: #C8D0E5;
  font-weight: 300;
  color: #4A4A4A;
}

table.data td.h1 {
  text-align: center !important;
}

table.data td {
  word-break: break-all;
  padding: 10px 8px;
  border-bottom: solid 1px #999;
  border-top: none;
  border-right: solid 1px #999;
  border-left: none;
}

@media screen and (max-width: 850px) {
  table.data.sp {
    font-size: 13px;
    letter-spacing: -1px;
  }
  table.data.sp th {
    font-size: 12px;
  }
}
/* 表 (レイアウト用) */
table.layout {
  border: none;
  thpadding: 0;
  border: none;
}

table.layout td {
  padding: 0 5px;
  border: none;
}

/*  box float
----------------------------------------------- */
.box {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 15px;
}

.inlineFrameOuter {
  position: relative;
}
.inlineFrameOuter:before {
  font-family: "basicicon";
  content: "\e950";
  position: absolute;
  font-size: 40px;
  width: 40px;
  right: 15px;
  bottom: 4px;
  color: rgba(17, 67, 185, 0.4);
  pointer-events: none;
  z-index: 100;
}

.inlineFrame {
  background-color: #FFFFFF;
  height: 40vh;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #CCC;
  padding: 10px;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 5px 10px -3px #CCC inset;
          box-shadow: 0px 5px 10px -3px #CCC inset;
  font-size: 90%;
  /*&:hover:before{content:none;}*/
}

.inlineFrame::-webkit-scrollbar {
  height: 10px;
}

.inlineFrame::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #CCC;
  border-radius: 5px;
}

.inlineFrame::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.inlineFrame::-webkit-scrollbar-track-piece {
  background: #EFEFEF;
}

.contBox {
  background-color: #FFFFFF;
  border: 1px solid #CCC;
  padding: 10px;
  /*box-shadow:0px 5px 10px -3px #CCC inset;*/
  font-size: 90%;
}

.textclm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.textclm2 .clm {
  padding: 0 2.5% 0 0;
  width: 50%;
}

.textclm2 .clm:nth-child(even) {
  padding: 0 0 0 2.5%;
}

@media screen and (max-width: 850px) {
  .textclm2 {
    display: initial;
  }
  .textclm2 .clm {
    padding: 0;
  }
  .textclm2 .clm:nth-child(even) {
    padding: 0;
  }
}
/* sp */
.clearBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearBox {
  overflow: hidden;
  height: auto;
}

.clearBox .img-l, .clearBox .img-r {
  margin-bottom: 10px;
}

.clearBox .img-l {
  float: left;
  margin-right: 3vw !important;
}

.clearBox .img-r {
  float: right;
  margin-left: 3vw !important;
}

.clearBox .hidden {
  height: auto;
}

.clearBox .auto {
  overflow: auto;
  height: auto;
}

.imgBlockT {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.imgBlockB {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.imgBlockC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgBlockB, .imgBlockC, .imgBlockT {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.imgBlockB.imgL .cont, .imgBlockC.imgL .cont, .imgBlockT.imgL .cont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.imgBlockB.imgL .img, .imgBlockC.imgL .img, .imgBlockT.imgL .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 2vw;
}

.imgBlockB.imgL span.caption, .imgBlockC.imgL span.caption, .imgBlockT.imgL span.caption {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 80%;
}

.imgBlockB.imgL span.caption:before, .imgBlockC.imgL span.caption:before, .imgBlockT.imgL span.caption:before {
  font-family: "basicicon";
  content: "w";
  margin-right: 0.2em;
}

.imgBlockB, .imgBlockC, .imgBlockT {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.imgBlockB.imgR .cont, .imgBlockC.imgR .cont, .imgBlockT.imgR .cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.imgBlockB.imgR .img, .imgBlockC.imgR .img, .imgBlockT.imgR .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 2vw;
}

.imgBlockB.imgR span.caption, .imgBlockC.imgR span.caption, .imgBlockT.imgR span.caption {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 80%;
}

.imgBlockB.imgR span.caption:before, .imgBlockC.imgR span.caption:before, .imgBlockT.imgR span.caption:before {
  font-family: "basicicon";
  content: "w";
  margin-right: 0.2em;
}

.imgBlockB.imgR img.w100, .imgBlockB.imgL img.w100, .imgBlockC.imgR img.w100, .imgBlockC.imgL img.w100, .imgBlockT.imgR img.w100, .imgBlockT.imgL img.w100 {
  width: 100px;
}

.imgBlockB.imgR img.w130, .imgBlockB.imgL img.w130, .imgBlockC.imgR img.w130, .imgBlockC.imgL img.w130, .imgBlockT.imgR img.w130, .imgBlockT.imgL img.w130 {
  width: 130px;
}

.imgBlockB.imgR img.w150, .imgBlockB.imgL img.w150, .imgBlockC.imgR img.w150, .imgBlockC.imgL img.w150, .imgBlockT.imgR img.w150, .imgBlockT.imgL img.w150 {
  width: 150px;
}

.imgBlockB.imgR img.w200, .imgBlockB.imgL img.w200, .imgBlockC.imgR img.w200, .imgBlockC.imgL img.w200, .imgBlockT.imgR img.w200, .imgBlockT.imgL img.w200 {
  width: 200px;
}

.imgBlockB.imgR img.w250, .imgBlockB.imgL img.w250, .imgBlockC.imgR img.w250, .imgBlockC.imgL img.w250, .imgBlockT.imgR img.w250, .imgBlockT.imgL img.w250 {
  width: 250px;
}

.imgBlockB.imgR img.w300, .imgBlockB.imgL img.w300, .imgBlockC.imgR img.w300, .imgBlockC.imgL img.w300, .imgBlockT.imgR img.w300, .imgBlockT.imgL img.w300 {
  width: 300px;
}

.imgBlockB.imgR img.w350, .imgBlockB.imgL img.w350, .imgBlockC.imgR img.w350, .imgBlockC.imgL img.w350, .imgBlockT.imgR img.w350, .imgBlockT.imgL img.w350 {
  width: 350px;
}

.imgBlockB.imgR img.w400, .imgBlockB.imgL img.w400, .imgBlockC.imgR img.w400, .imgBlockC.imgL img.w400, .imgBlockT.imgR img.w400, .imgBlockT.imgL img.w400 {
  width: 400px;
}

.imgBlockB.imgR img.w500, .imgBlockB.imgL img.w500, .imgBlockC.imgR img.w500, .imgBlockC.imgL img.w500, .imgBlockT.imgR img.w500, .imgBlockT.imgL img.w500 {
  width: 500px;
}

.imgBlockB.imgR img.w600, .imgBlockB.imgL img.w600, .imgBlockC.imgR img.w600, .imgBlockC.imgL img.w600, .imgBlockT.imgR img.w600, .imgBlockT.imgL img.w600 {
  width: 600px;
}

.w10vw {
  max-width: 10vw;
}

.w10vw + .cont {
  width: 76vw;
}

.w20vw {
  max-width: 20vw;
}

.w20vw + .cont {
  width: 66vw;
}

.w30vw {
  max-width: 30vw;
}

.w30vw + .cont {
  width: 56vw;
}

.w40vw {
  max-width: 40vw;
}

.w40vw + .cont {
  width: 46vw;
}

.w50vw {
  max-width: 50vw;
}

.w50vw + .cont {
  width: 36vw;
}

.w60vw {
  max-width: 60vw;
}

.w60vw + .cont {
  width: 26vw;
}

.w70vw {
  max-width: 70vw;
}

.w70vw + .cont {
  width: 16vw;
}

.w80vw {
  max-width: 80vw;
}

.w80vw + .cont {
  width: 6vw;
}

.clm2, .clm3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clm2 span.caption, .clm3 span.caption {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.clm2 span.caption:before, .clm3 span.caption:before {
  font-family: "basicicon";
  content: "w";
  margin-right: 0.2em;
}

.clm2 .sp1, .clm3 .sp1 {
  padding: 1vw;
}

.clm2 .sp2, .clm3 .sp2 {
  padding: 2vw;
}

.clm2 .clm {
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3 .clm {
  width: 33%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.flexrow {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.flexrow li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul.flexclm2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.flexclm2 li {
  width: 50%;
}

ul.flexclm3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.flexclm3 li {
  width: 33%;
}

ul.flexclm4 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.flexclm4 li {
  width: 25%;
}

.flexwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexalign-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexvalign-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 850px) {
  .imgBlockB, .imgBlockC, .imgBlockT {
    display: block;
  }
  .imgBlockB.imgL .img, .imgBlockB.imgR .img, .imgBlockC.imgL .img, .imgBlockC.imgR .img, .imgBlockT.imgL .img, .imgBlockT.imgR .img {
    margin: 10px 0;
    text-align: center;
  }
  .imgBlockB .text, .imgBlockC .text, .imgBlockT .text {
    width: 100%;
  }
  .imgBlockB .w10vw, .imgBlockB .w20vw, .imgBlockB .w30vw, .imgBlockB .w40vw, .imgBlockB .w50vw, .imgBlockC .w10vw, .imgBlockC .w20vw, .imgBlockC .w30vw, .imgBlockC .w40vw, .imgBlockC .w50vw, .imgBlockT .w10vw, .imgBlockT .w20vw, .imgBlockT .w30vw, .imgBlockT .w40vw, .imgBlockT .w50vw {
    max-width: 60%;
  }
  .imgBlockB .w60vw, .imgBlockB .w70vw, .imgBlockB .w80vw, .imgBlockC .w60vw, .imgBlockC .w70vw, .imgBlockC .w80vw, .imgBlockT .w60vw, .imgBlockT .w70vw, .imgBlockT .w80vw {
    max-width: 100%;
  }
  div.clearBox .img-l, div.clearBox .img-r {
    float: none;
    text-align: center;
    margin: auto !important;
  }
  div.clearBox .auto {
    overflow: inherit;
  }
  div.clearBox .hidden {
    text-align: left;
  }
  /*.clm2,.clm3{display:block;}
  .clm2 .clm,
  .clm3 .clm{
  	width:100% !important;
  }*/
}
/* sp */
/*  Arrangement
----------------------------------------------- */
.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.valign-t {
  vertical-align: top;
}

/*  Margin
----------------------------------------------- */
*.sp-v0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.sp-v5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

*.sp-v10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

*.sp-v15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

*.sp-v20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

*.sp-v25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

*.sp-v30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

*.sp-v40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

*.sp-v50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

*.sp-t0 {
  margin-top: 0px !important;
}

*.sp-t5 {
  margin-top: 5px !important;
}

*.sp-t10 {
  margin-top: 10px !important;
}

*.sp-t15 {
  margin-top: 15px !important;
}

*.sp-t20 {
  margin-top: 20px !important;
}

*.sp-t25 {
  margin-top: 25px !important;
}

*.sp-t30 {
  margin-top: 30px !important;
}

*.sp-t40 {
  margin-top: 40px !important;
}

*.sp-t50 {
  margin-top: 50px !important;
}

*.sp-b0 {
  margin-bottom: 0px !important;
}

*.sp-b5 {
  margin-bottom: 5px !important;
}

*.sp-b10 {
  margin-bottom: 10px !important;
}

*.sp-b15 {
  margin-bottom: 15px !important;
}

*.sp-b20 {
  margin-bottom: 20px !important;
}

*.sp-b25 {
  margin-bottom: 25px !important;
}

*.sp-b30 {
  margin-bottom: 30px !important;
}

*.sp-b40 {
  margin-bottom: 40px !important;
}

*.sp-b50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 668px) {
  *.w100 {
    max-width: 100px;
  }
  *.w130 {
    max-width: 130px;
  }
  *.w150 {
    max-width: 150px;
  }
  *.w200 {
    max-width: 200px;
  }
  *.w250 {
    max-width: 250px;
  }
  *.w300 {
    max-width: 300px;
  }
  *.w350 {
    max-width: 350px;
  }
  *.w400 {
    max-width: 400px;
  }
  *.w500 {
    max-width: 500px;
  }
  *.w600 {
    max-width: 600px;
  }
}
@media screen and (max-width: 850px) {
  *.w100 {
    max-width: 40%;
  }
  *.w130 {
    max-width: 40%;
  }
  *.w150 {
    max-width: 50%;
  }
  *.w200 {
    max-width: 60%;
  }
  *.w250 {
    max-width: 80%;
  }
  *.w300 {
    max-width: 80%;
  }
  *.w350 {
    max-width: 80%;
  }
  *.w400 {
    max-width: 90%;
  }
  *.w500 {
    max-width: 90%;
  }
  *.w600 {
    max-width: 90%;
  }
}
/* sp */
*.vh10 {
  height: 10vh;
}

*.vh20 {
  height: 20vh;
}

*.vh30 {
  height: 30vh;
}

*.vh40 {
  height: 40vh;
}

*.vh50 {
  height: 50vh;
}

*.vh60 {
  height: 60vh;
}

*.vh70 {
  height: 70vh;
}

*.vh80 {
  height: 80vh;
}

*.vh90 {
  height: 90vh;
}

*.vh100 {
  height: 100vh;
}

*.pd-lr5 {
  padding-right: 5px;
  padding-left: 5px;
}

*.pd-lr10 {
  padding-right: 10px;
  padding-left: 10px;
}

*.pd-lr15 {
  padding-right: 15px;
  padding-left: 15px;
}

*.pd-lr20 {
  padding-right: 20px;
  padding-left: 20px;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius30 {
  border-radius: 30px;
}

.radius40 {
  border-radius: 40px;
}

.radius50 {
  border-radius: 50px;
}

.o-hidden {
  overflow: hidden;
}

*.pd10 {
  padding: 10px;
}

*.pd15 {
  padding: 15px;
}

*.pd20 {
  padding: 20px;
}

.indent {
  margin-left: 1em;
}

/*  hr
----------------------------------------------- */
hr {
  height: 0px;
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  margin: 25px auto;
  width: 94%;
}

/*  icon
----------------------------------------------- */
.mk-mp3:before {
  font-family: "basicicon";
  content: "m";
  font-size: 26px;
  color: #2C8EB2;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-doc:before {
  font-family: "basicicon";
  content: "d";
  font-size: 26px;
  color: #1F3C7C;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-xls:before {
  font-family: "basicicon";
  content: "x";
  font-size: 26px;
  color: #1F7C3F;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-pdf:before {
  font-family: "basicicon";
  content: "p";
  font-size: 26px;
  color: #A32731;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-ppt:before {
  font-family: "basicicon";
  content: "t";
  font-size: 26px;
  color: #E2671B;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-img:before {
  font-family: "basicicon";
  content: "j";
  font-size: 26px;
  color: #7D59A0;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-etc:before {
  font-family: "basicicon";
  content: "e";
  font-size: 26px;
  color: #7A7A7A;
  margin-right: 0.2em;
  position: relative;
  top: 0.2em;
}

.mk-popup:before {
  font-family: "basicicon";
  content: "$";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-up:before {
  font-family: "basicicon";
  content: "\e94f";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-down:before {
  font-family: "basicicon";
  content: "\e94c";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-next:before {
  font-family: "basicicon";
  content: "\e94e";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

.mk-prev:before {
  font-family: "basicicon";
  content: "\e94d";
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}

/*----------------------------------------------------------
	Font
--------------------------------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../css/fonts/notosans/NotoSansCJKjp-Bold.eot");
  src: url("../css/fonts/notosans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../css/fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff"), url("../css/fonts/notosans/NotoSansCJKjp-Bold.ttf") format("truetype");
}
/*  iconfont
----------------------------------------------- */
[class^=icon-]:before, [class*=" icon-"]:before, [class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "basicicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.3;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  margin-right: 3px;
  font-size: 120%;
}

[class^=icon-]:after, [class*=" icon-"]:after {
  margin-left: 3px;
  font-size: 120%;
}

[class^=icon-fl_]:before, [class*=" icon-fl_"]:before, [class^=icon-fl_]:after, [class*=" icon-fl_"]:after {
  font-size: 160%;
  vertical-align: middle;
}

/*----------------------------------------------------------
  SCRIPT
--------------------------------------------------------- */
/*----------------------------------------------------------
	Admin
--------------------------------------------------------- */
body#admin {
  background: #EEE;
}

body#admin header {
  color: #FFF;
  background: #636363;
  border-top: 6px solid #CCC;
}

body#admin header:before {
  border-top: 2px dashed #FFF;
}

body#admin header h1 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}

body#admin header h1 .title span {
  background: #FFF;
  color: #636363;
  border-bottom: 0;
  font-size: 1.2rem;
}

body#admin header svg {
  fill: #000;
}

body#admin footer {
  background: #636363;
}

body#admin main {
  background: #FFF;
}

body#admin main .sitewidth {
  max-width: 960px;
  margin: auto;
  padding-bottom: 40px;
}

body#admin main .search_area {
  padding: 10px 0;
  border-bottom: 4px solid #EEE;
  margin-bottom: 15px;
}

body#admin main .search_area .head {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
  font-size: 1.3rem;
  color: #242C93;
}

body#admin main .search_area .head:before {
  font-family: "basicicon";
  content: "\e9df";
}

body#admin main .search_area .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0;
}

body#admin main .search_area .inner dl {
  width: 33%;
  padding: 0 1%;
  font-size: 0.8rem;
}

body#admin main .search_area .inner dl .age_inputs {
  display : flex;
  justify-content : start;
  align-items : center;
  gap : 5px;
}

body#admin main .search_area .inner dl dt {
  font-size: 0.8rem;
}

body#admin main .search_area .inner dl dt:before {
  font-family: "basicicon";
  content: "\e622";
  color: #242C93;
}

body#admin main .search_area .inner select, body#admin main .search_area .inner textarea, body#admin main .search_area .inner input[type=text], body#admin main .search_area .inner input[type=email], body#admin main .search_area .inner input[type=tel], body#admin main .search_area .inner input[type=password] {
  font-size: 13px;
}

body#admin main .search_area .btnArea {
  margin: 0;
}

body#admin main .search_area .btnArea button {
  padding: 0.8em 3em;
}

body#admin main .listupper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body#admin main .listupper .btnArea.dl {
  margin: 0 auto;
}

body#admin main .listupper .btnArea.dl ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body#admin main .listupper .btnArea.dl ul li button {
  background: #808080;
  font-size: 0.8rem;
  border-radius: 3px;
  padding: 0.7em 1em;
  margin: 0;
}

body#admin main .listupper .btnArea.dl ul li button:after {
  content: none;
}

body#admin main .entry_list table.data button {
  font-size: 0.8rem;
  padding: 0.5em 0.5em 0.7em;
  width: 100%;
  margin: 5px 0;
  border-radius: 5px;
}

body#admin main .entry_list table.data button:after {
  content: none;
}

body#admin main .entry_list table.data td {
  padding: 0 8px;
  font-size: 0.9rem;
}

body#admin main .entry_list table.data tr:nth-child(odd) {
  background: #EEE;
}

body#admin main .entry_list ul.pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#admin main .entry_list ul.pagination li {
  margin: 8px 4px;
}

body#admin main .entry_list ul.pagination li a {
  display: block;
  padding: 8px 12px 10px;
  border: 1px solid #242C93;
  line-height: 1;
  text-decoration: none;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serifsans-serif;
}

body#admin main .entry_list ul.pagination li a:hover {
  background: #E8F1FF;
}

body#admin main .entry_list ul.pagination li.active a {
  background: #242C93;
  color: #FFF;
}

body#admin > .entry_detail main .sitewidth .clm-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#admin > .entry_detail main .sitewidth .clm-2 dl {
  width: 50%;
}

body#admin > .entry_detail main .sitewidth .clm-2 dl:nth-child(odd) {
  padding-right: 1%;
}

body#admin > .entry_detail main .sitewidth .clm-2 dl:nth-child(even) {
  padding-left: 1%;
}

body#admin > .entry_detail main .sitewidth .clm-2 dl:nth-child(2) {
  border-top: 0;
}

body#admin main .entry_list ul.pict_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#admin main .entry_list ul.pict_list li {
  width: 25%;
  padding: 3px;
}

body#admin main .entry_list ul.pict_list li div {
  border-top: #BBB 1px solid;
  border-right: #BBB 1px solid;
  border-left: #BBB 1px solid;
  padding: 4px 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body#admin .entry_list .pict_list li div a.photo {
  width: 49%;
  display: block;
}

body#admin .entry_list .pict_list li div:last-child {
  border-bottom: 1px solid #BBB;
}

body#admin .entry_list .pict_list li div:last-child a {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body#admin .entry_list .pict_list li div:last-child a:hover {
  background: #F0F6FF;
}

body#admin .entry_list .pict_list li div:last-child a:before {
  content: "▲";
  font-size: 70%;
  margin-right: 0.5em;
  display: inline-block;
  position: relative;
  top: -2px;
}

body#admin .entry_list .pict_list li div img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 121px;
  height: 121px;
  background: #EEE;
}

body#admin .input dd .send_datetime {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}