@charset "UTF-8";
/* "body"
-------------------------------------------------- */
body {
  color: #333333;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  letter-spacing: 0.05em; }

/* "a" Tag
-------------------------------------------------- */
a, button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

a::before, a::after, button::before, button::after {
  -webkit-transition: all .3s;
  transition: all .3s; }

a:link, a:visited {
  color: #EC7D7D;
  text-decoration: underline; }

a:active, a:hover {
  color: #00366F;
  text-decoration: none; }

a.no_underline:link, a.no_underline:visited {
  color: #00366F;
  text-decoration: none; }

a.no_underline:active, a.no_underline:hover {
  color: #EC7D7D;
  text-decoration: underline; }

a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.7; }

/* "div/p" Tag
-------------------------------------------------- */
div {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1em;
  padding: 0; }

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
  margin: 0;
  padding: 0;
  text-align: left; }

dl {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    dl {
      margin-bottom: 15px; } }

ul li {
  list-style: none; }

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.566666666666667;
  letter-spacing: 0.1em; }

/* "hr" Tag
-------------------------------------------------- */
hr {
  margin-bottom: 25px; }

/* "img" Tag
-------------------------------------------------- */
img {
  border: 0; }

/* "em/strong" Tag
-------------------------------------------------- */
em {
  font-style: italic;
  font-weight: normal; }

strong {
  font-style: normal;
  font-weight: bold; }

/* form
-------------------------------------------------- */
form label {
  display: block;
  padding: 0;
  font-weight: bold;
  line-height: 2.215;
  cursor: pointer; }

form label.checkbox {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  line-height: 2.215 !important;
  color: #333333; }

form label.radio {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  line-height: 2.215 !important;
  color: #333333; }

fieldset {
  border: 0; }

form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px; }

form p small {
  font-size: 0.75em;
  color: #777; }

form input,
form select,
form textarea,
form .wysiwyg {
  padding: 6px;
  font-size: 16px;
  border: 1px solid #BDC9CF;
  border-radius: 8px;
  color: #333; }

form input {
  padding: 10px 6px; }

form input[type="file"] {
  border: 0; }

form input[type="checkbox"] {
  float: left;
  margin-right: 5px; }

form input[type="checkbox"] + label {
  font-weight: normal; }

form input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form input[type="button"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form textarea {
  width: 100% !important; }

form select {
  padding: 4px;
  background: #fff; }

form input[type="checkbox"],
form input[type="radio"] {
  padding: 0;
  background: none;
  border: 0; }

.formBlock label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  color: #333333; }

.formBlock label input[type="checkbox"],
.formBlock label input[type="radio"] {
  display: none; }

.formBlock label span {
  font-weight: normal;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0 8px 0;
  padding: 3px 10px 3px 30px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px; }

.formBlock label span.error {
  background: #ffcece !important;
  border-color: #df8f8f; }

.formBlock label span:hover {
  background-color: rgba(127, 197, 222, 0.5) !important; }

.formBlock label input[type="checkbox"]:checked + span,
.formBlock label input[type="radio"]:checked + span {
  background-color: rgba(127, 197, 222, 0.5) !important; }

.formBlock label span:hover::after {
  border-color: #7FC5DE !important; }

.formBlock label input[type="checkbox"]:checked + span::after,
.formBlock label input[type="radio"]:checked + span::after {
  border-color: #7FC5DE !important; }

.formBlock label span::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: ''; }

.formBlock label span::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00366F;
  content: '';
  opacity: 0; }

.formBlock label input[type="checkbox"]:checked + span::before,
.formBlock label input[type="radio"]:checked + span::before {
  opacity: 1; }

/* table
-------------------------------------------------- */
table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px; }
  table thead th {
    background: rgba(0, 54, 111, 0.3);
    border: 1px solid #00366F;
    text-align: left;
    padding: 8px 16px;
    font-weight: bold;
    min-width: 120px;
    font-size: 15px; }
  table tbody th {
    background: #F2F5F8;
    border: 1px solid #00366F;
    text-align: left;
    padding: 8px 16px;
    font-weight: normal;
    min-width: 120px;
    font-size: 15px; }
  table tbody td {
    border: 1px solid #00366F;
    padding: 8px 16px;
    font-size: 15px;
    text-align: left; }

/* notification
-------------------------------------------------- */
.notification {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid;
  font-size: 13px; }
  .notification div {
    display: block;
    font-style: normal;
    padding: 10px;
    line-height: 1.5em; }
    .notification div p {
      margin: 0; }
  .notification.attention {
    border-color: #e6db55;
    color: #666452; }
    .notification.attention div {
      background: #fffbcc; }
      .notification.attention div i {
        color: #b8af44; }
  .notification.information {
    border-color: #a2b4ee;
    color: #585b66; }
    .notification.information div {
      background: #dbe3ff; }
      .notification.information div i {
        color: #8190be; }
  .notification.success {
    border-color: #9adf8f;
    color: #556652; }
    .notification.success div {
      background: #d5ffce; }
      .notification.success div i {
        color: #7bb272; }

.error {
  background: #ffcece;
  border-color: #df8f8f;
  color: #665252; }

.alert {
  color: #dc143c;
  font-weight: bold; }

/* ==================================================
以下、ブロックごとの指定
================================================== */
/* コンテナ
-------------------------------------------------- */
.container-fluid {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px; }
  @media screen and (max-width: 767px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.container {
  width: 1080px;
  max-width: 100%; }
  @media screen and (max-width: 1199px) {
    .container {
      width: 100%;
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

/* ヘッダー（上部）
-------------------------------------------------- */
header {
  width: 100%;
  height: 72px;
  background: #FFF; }
  @media screen and (max-width: 767px) {
    header {
      z-index: 1000;
      top: 0;
      left: 0;
      position: fixed;
      height: 50px;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); } }
  header .headerTop {
    height: 100%;
    width: 100%; }
    header .headerTop::after {
      clear: both;
      content: ' ';
      display: block; }
    @media screen and (max-width: 767px) {
      header .headerTop .logoBlock {
        padding-left: 12px;
        width: calc(100% - 50px);
        float: left; } }
    header .headerTop .logoBlock h1 {
      text-align: center;
      color: #00366F;
      font-size: 24px;
      line-height: 72px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        header .headerTop .logoBlock h1 {
          font-size: 14px;
          line-height: 50px;
          text-align: left; } }
    header .headerTop .menuBlock {
      display: none;
      float: right;
      line-height: 72px; }
      @media screen and (max-width: 767px) {
        header .headerTop .menuBlock {
          display: block;
          line-height: 50px; } }
      header .headerTop .menuBlock button {
        display: none;
        float: right;
        line-height: 71px;
        width: 72px;
        font-size: 24px;
        padding: 0;
        border: 0;
        color: #00366F;
        background: #FFF; }
        @media screen and (max-width: 767px) {
          header .headerTop .menuBlock button {
            display: block;
            line-height: 49px;
            width: 50px; } }
        header .headerTop .menuBlock button:hover {
          color: rgba(0, 54, 111, 0.8); }
      header .headerTop .menuBlock ul.globalMenu {
        position: fixed;
        top: 50px;
        left: 100%;
        width: 100%;
        height: calc(100% - 50px - 67px);
        background: rgba(255, 255, 255, 0.8);
        overflow: auto;
        -webkit-overflow-scrolling: touch; }
        header .headerTop .menuBlock ul.globalMenu li {
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          border-top: 1px solid #00366F;
          background: #FFF; }
          header .headerTop .menuBlock ul.globalMenu li a {
            text-decoration: none;
            display: block;
            height: 49px;
            line-height: 49px;
            padding-left: 12px;
            padding-right: 12px;
            color: #00366F;
            background: rgba(0, 54, 111, 0.2);
            position: relative; }
            header .headerTop .menuBlock ul.globalMenu li a::after {
              content: ' ';
              display: block;
              position: absolute;
              top: 50%;
              left: 100%;
              -ms-transform: translate(calc(-100% - 12px), -50%);
              -webkit-transform: translate(calc(-100% - 12px), -50%);
              transform: translate(calc(-100% - 12px), -50%);
              height: 10px;
              width: 6px; }
            header .headerTop .menuBlock ul.globalMenu li a::after {
              background: url(../images/rightArrow2.svg) no-repeat;
              background-size: 100% 100%; }
            header .headerTop .menuBlock ul.globalMenu li a:hover {
              background: rgba(0, 54, 111, 0.3); }
          header .headerTop .menuBlock ul.globalMenu li.current a {
            color: #00366F; }
          header .headerTop .menuBlock ul.globalMenu li.dropdown {
            position: relative;
            height: auto; }
            header .headerTop .menuBlock ul.globalMenu li.dropdown a::after {
              height: 6px;
              width: 10px;
              background: url(../images/dropdown.svg) no-repeat;
              background-size: 100% 100%; }
            header .headerTop .menuBlock ul.globalMenu li.dropdown ul {
              height: auto;
              width: 100%; }
              header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a {
                padding-left: 50px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.kyuuryou {
                  background: url(../images/kyuuryou.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.hukurikousei {
                  background: url(../images/hukurikousei.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.setsubi {
                  background: url(../images/setsubi.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.yasumi {
                  background: url(../images/yasumi.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.ningenkankei {
                  background: url(../images/ningenkankei.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.kyouikuseido {
                  background: url(../images/kyouikuseido.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.rishokuritsu {
                  background: url(../images/rishokuritsu.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a.kinmutaisei {
                  background: url(../images/kinmutaisei.svg) no-repeat 10px 50%;
                  background-size: 30px 30px; }
                header .headerTop .menuBlock ul.globalMenu li.dropdown ul li a::after {
                  height: 10px;
                  width: 6px;
                  background: url(../images/rightArrow2.svg) no-repeat;
                  background-size: 100% 100%; }
              header .headerTop .menuBlock ul.globalMenu li.dropdown ul li:last-child {
                border-bottom: 1px solid #00366F; }

/* パンくず
-------------------------------------------------- */
.pan {
  font-size: 12px;
  line-height: 50px; }
  .pan li {
    float: left;
    margin-right: 5px; }
    .pan li:last-child {
      margin-right: 0; }
    .pan li::after {
      content: ' > '; }
    .pan li:last-child::after {
      content: ''; }

/* ページャー 
-------------------------------------------------- */
#pager ul.dispTable li {
  float: left;
  margin-right: 12px; }
  #pager ul.dispTable li:last-child {
    margin-right: 0; }
  #pager ul.dispTable li span {
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #B3B3B3;
    font-weight: bold;
    color: #B3B3B3; }
    #pager ul.dispTable li span.current {
      background: #00366F;
      border: 1px solid #00366F;
      color: #FFF; }
  #pager ul.dispTable li a {
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #00366F;
    font-weight: bold;
    color: #00366F;
    text-decoration: none; }
    #pager ul.dispTable li a:hover {
      background: rgba(0, 54, 111, 0.2); }

/* メインカラム
-------------------------------------------------- */
main {
  overflow-x: hidden;
  overflow-y: hidden; }
  main section {
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      main section {
        padding-top: 50px;
        padding-bottom: 50px; } }
  main .h2_title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #00366F;
    text-align: left;
    padding: 20px 0 20px 100px; }
    @media screen and (max-width: 767px) {
      main .h2_title {
        font-size: 28px; } }
  main .h3_title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      main .h3_title {
        font-size: 20px;
        margin-bottom: 25px; } }
  main .h4_title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #00366F;
    border-left: 4px solid #00366F;
    border-bottom: 1px solid #00366F;
    padding: 4px 12px;
    text-align: left; }
  main p {
    text-align: left; }
  main .noBox {
    padding: 40px 30px; }
    @media screen and (max-width: 767px) {
      main .noBox {
        padding: 30px 20px; } }
    main .noBox p:last-child {
      margin-bottom: 0; }
  main .contentBox {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 40px 25px; }
    @media screen and (max-width: 767px) {
      main .contentBox {
        padding: 25px 15px; } }
    main .contentBox p:last-child {
      margin-bottom: 0; }
  main .contentBlock {
    margin-bottom: 25px; }
  body.complete main {
    min-height: calc(100vh - 200px); }
    @media screen and (max-width: 767px) {
      body.complete main {
        margin-top: 100px; } }

/* フッター
-------------------------------------------------- */
footer {
  background: #00366F;
  padding: 24px 80px;
  overflow-x: hidden;
  color: #FFF;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 24px; } }
  footer h2 {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 16px; }

/* ==================================================
以下、装飾の指定
================================================== */
/* 頻出
-------------------------------------------------- */
.btn-basic {
  background: #EC7D7D;
  border: 1px solid #EC7D7D;
  box-shadow: 0 1px #EC7D7D;
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  position: relative;
  width: 100%;
  padding: 0 60px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 80px;
  border-radius: 40px; }
  .btn-basic:hover {
    text-decoration: none;
    background: rgba(236, 125, 125, 0.6); }
  .btn-basic::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(calc(-100% - 30px), -50%);
    -webkit-transform: translate(calc(-100% - 30px), -50%);
    transform: translate(calc(-100% - 30px), -50%);
    height: 15px;
    width: 9px; }
  @media screen and (max-width: 767px) {
    .btn-basic {
      font-size: 18px;
      line-height: 40px;
      padding: 0 40px;
      border-radius: 20px; } }
  .btn-basic::after {
    background: url(../images/rightArrow.svg) no-repeat 50% 50%;
    background-size: 100% 100%; }
    @media screen and (max-width: 767px) {
      .btn-basic::after {
        width: 6px;
        height: 10px;
        -ms-transform: translate(calc(-100% - 15px), -50%);
        -webkit-transform: translate(calc(-100% - 15px), -50%);
        transform: translate(calc(-100% - 15px), -50%); } }

.btn-submit {
  background: #00366F;
  border: 1px solid #00366F;
  box-shadow: 0 1px #00366F;
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  position: relative;
  padding: 16px 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1;
  border-radius: 24px; }
  .btn-submit:hover {
    text-decoration: none;
    background: rgba(0, 54, 111, 0.6); }
  .btn-submit::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(calc(-100% - 15px), -50%);
    -webkit-transform: translate(calc(-100% - 15px), -50%);
    transform: translate(calc(-100% - 15px), -50%);
    height: 10px;
    width: 6px; }
  .btn-submit::after {
    background: url(../images/rightArrow.svg) no-repeat 50% 50%;
    background-size: 100% 100%; }

/* 文字装飾
-------------------------------------------------- */
.color-primary {
  color: #00366F !important; }

.color-secondary {
  color: #7FC5DE !important; }

.color-accent {
  color: #EC7D7D !important; }

.color-red {
  color: #FF0000 !important; }

.color-link {
  color: #2838A9 !important; }

.bg-color-primary {
  background: #00366F !important; }

.bg-color-secondary {
  background: #7FC5DE !important; }

.bg-color-accent {
  background: #EC7D7D !important; }

.fnt-bold {
  font-weight: bold; }

.fnt-small {
  font-size: 12px;
  line-height: 1.2; }

.fnt-normal {
  font-size: 16px;
  font-weight: normal; }

.fnt-large {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .fnt-large {
      font-size: 16px; } }

.fnt-big {
  font-size: 21px; }
  @media screen and (max-width: 767px) {
    .fnt-big {
      font-size: 18px; } }

.fnt-huge {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .fnt-huge {
      font-size: 21px; } }

.fnt-mega {
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    .fnt-mega {
      font-size: 24px; } }

.fnt-catch {
  letter-spacing: 0.1em; }

.linemarker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-image: linear-gradient(left, transparent 50%, #EFEA3A 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease; }

.linemarker.active {
  background-position: -100% .5em; }

.underline {
  text-decoration: underline; }

.noborder {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

ul.disc li {
  list-style: disc;
  text-align: left;
  margin-left: 1.5em; }

ul.list li {
  float: left;
  margin-right: 15px; }
  ul.list li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    ul.list li {
      float: left;
      margin-right: 8px; }
      ul.list li:last-child {
        margin-right: 0; } }

/* 回りこみ
-------------------------------------------------- */
.right {
  float: right; }

.left {
  float: left; }

.flex-grow-2 {
  flex-grow: 2; }

.flex-grow-3 {
  flex-grow: 3; }

/* 5カラム定義
-------------------------------------------------- */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-15 {
  width: 20%;
  flex: 0 0 20%;
  float: left; }

@media (min-width: 756px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left; } }
@media (min-width: 991px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left; }

  .col-md-offset-15 {
    margin-left: 4.3333333%; } }
@media (min-width: 1199px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left; } }
/* width
-------------------------------------------------- */
.w10p {
  width: 10%; }
  @media screen and (max-width: 767px) {
    .w10p {
      width: 100%; } }

.w20p {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .w20p {
      width: 100%; } }

.w30p {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .w30p {
      width: 100%; } }

.w40p {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .w40p {
      width: 100%; } }

.w50p {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .w50p {
      width: 100%; } }

.w60p {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .w60p {
      width: 100%; } }

.w70p {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .w70p {
      width: 100%; } }

.w80p {
  width: 80%; }
  @media screen and (max-width: 767px) {
    .w80p {
      width: 100%; } }

.w90p {
  width: 90%; }
  @media screen and (max-width: 767px) {
    .w90p {
      width: 100%; } }

.w100p {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .w100p {
      width: 100%; } }

/* height
-------------------------------------------------- */
.h100 {
  height: 100px; }

.h200 {
  height: 200px; }

/* margin・padding
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !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; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !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; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px !important; }

.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; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

/* img
-------------------------------------------------- */
.photo {
  border-radius: 24px; }
  @media screen and (max-width: 767px) {
    .photo {
      border-radius: 16px; } }

/* animation
-------------------------------------------------- */
.fadeup {
  opacity: 0;
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s; }

.fadeleft {
  opacity: 0;
  -ms-transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  -webkit-transition: all 1s;
  transition: all 1s; }

.faderight {
  opacity: 0;
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  -webkit-transition: all 1s;
  transition: all 1s; }

.scrollin {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* display
-------------------------------------------------- */
.dispBlock {
  display: block !important; }

.dispNone {
  display: none !important; }

@media screen and (max-width: 350px) {
  .xxsNone {
    display: none !important; } }

.dispTable {
  display: table !important;
  margin-left: auto;
  margin-right: auto; }

.grecaptcha-badge {
  display: none; }

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }

.clearfix {
  display: block; }
