@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* =================================================================
Reset
==================================================================== */
/* @import "./lib/snitize"; */
:root, html, body {
  background-color: #ffffff;
  color: #393939;
  width: 100%;
}

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

li {
  list-style-type: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","YuGothic","游ゴシック","roboto","Hiragino Kaku Gothic ProN",sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #FAFAF2;
  font-size: 16px;
  /*     font-size: 87.5%; sets the base font to 14px for easier math */
  color: #393939;
  line-height: 1.6;
}

.wrap {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, caption, em, strong, th {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  font-weight: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

address {
  font-style: normal;
}

ol, ul, li {
  list-style: none;
}

img {
  /*    display: block;*/
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

a img {
  border: 0;
}

img, object, embed, video {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #035eae;
  vertical-align: baseline;
  background: transparent;
}

a[href^=tel] {
  text-decoration: none;
  color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}


.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

.display-hidden {
  display: none;
}


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

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

.txt-right {
  text-align: right;
}

.bg-gold {
  background: #daa520;
}

.nowrap {
  white-space: nowrap;
}

hr.style-solid {
  border-top: 1px solid #eeeeee;
}

/* Youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .youtube {
    margin: 32px 0;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------
    Header
--------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .wrap.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header .bar {
    position: fixed;
    z-index: 9997;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background-color: #fff;
    padding-left: 15px;
    opacity: 0.9;
  }
  #header .bar .logo {
    position: relative;
/*    top: 10px; */
    top: 4px;
  }
  #header .inner .logo {
    display: block;
    width: 64px;
 /*   padding-bottom: 70px; */
  }
  #nav__btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 9999;
  }
  #nav__btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    margin-top: -1px;
    background-color: #3b4d0d;
    transition: all 0.2s ease-in;
  }
  #nav__btn span:after,
  #nav__btn span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #3b4d0d;
    transition: all 0.2s ease-in;
  }
  #nav__btn span:after {
    top: -8px;
  }
  #nav__btn span:before {
    bottom: -8px;
  }
  #nav__btn.active span {
    background-color: transparent;
  }
  #nav__btn.active span:after {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #nav__btn.active span:before {
    top: 0;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  #navigation {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px 0 40px;
    opacity: 0;
    z-index: 9999;
    background: rgba(0, 132, 64, 0.98);
    background-size: 600% 600%;
    animation: AnimGradient 5s ease infinite;
    visibility: hidden;
    transition: all 0.2s ease-in;
  }
  #navigation #nav__inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }
  .open #navigation {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  @keyframes AnimGradient {
    0% {
      background-position: 0 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    to {
      background-position: 0 50%;
    }
  }
  #navigation a {
    display: block;
    color: #3b4d0d;
    color: #ffffff;
    letter-spacing: 0.03em;
  }
  #nav__inner ul > li + li {
    border-top: 2px solid rgba(100, 100, 100, 0.15);
    border-top: 2px solid rgba(255, 255, 255, 0.15);
  }
  #nav__inner ul > li > a {
    padding: 18px 0;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
  }
  #nav__inner ul > li > a:hover {
    text-decoration: underline;
    color: #ffffff;
  }
  #nav__inner ul li.toggle > a {
    position: relative;
    display: block;
    color: #ffffff;
  }
  #nav__inner ul li.toggle > a:after,
  #nav__inner ul li.toggle > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 1px;
    background: #3b4d0d;
    background: #ffffff;
  }
  #nav__inner ul li.toggle > a:before {
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
  }
  #nav__inner ul li.toggle.show > a:before {
    opacity: 0;
  }
  #nav__inner ul .navSub {
    display: none;
    padding-bottom: 20px;
  }
  #nav__inner ul .navSub li {
    border: none;
  }
  #nav__inner ul .navSub li a {
    padding: 8px 0;
    font-size: 16px;
  }
  #nav__inner ul .navSub li a:hover {
    text-decoration: underline;
  }
  #nav__inner .googleTranslate {
    width: 100%;
    border-top: 2px solid rgba(100, 100, 100, 0.15);
  }
  .bar {
    display: flex;
    align-items: center;
  }
  .site-name {
    margin-top: 8px;
    margin-left: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.8;
  }
  .site-name span {
    font-size: 12px;
  }
  .site-name a {
    color: #3c3c3c;
  }
}

@media screen and (min-width: 768px){
  #nav__btn {
    display: none;
  }
  #header .inner {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 256px;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    border-right:1px solid #dddddd;
  }
  #header .inner .logo {
    display: block;
    width: 100%;
    height: 256px;
    margin: 0 auto;
    padding-top: 64px;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
  }
  #header .inner .logo img {
    width: 110px;
    height: auto;
    margin-bottom: 24px;
  }
  #header .inner .logo .committee {
    margin-bottom: -0.2em;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
  }
  #header .inner .logo .committee span {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
  }  
  #header .navSub {
    position: absolute;
    top: 0;
    left: 256px;
    width: 250px;
  }
  #header .navSub:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 256px;
    width: 250px;
    height: 100%;
    background-color: #008440;
    z-index: -1;
  }
  #header .navSub {
    opacity: 0;
    visibility: hidden;
  }
  #header .navSub:after {
    width: 0;
  }
  #header .navSub:before {
    width: 0;
  }
  #header .navSub > ul {
    opacity: 0;
    visibility: hidden;
    transform: translateY(120%);
  }
  #header .toggle:hover > .navSub {
    opacity: 1;
    visibility: visible;
  }
  #header .toggle:hover > .navSub:after {
    width: 250px;
    transition: all 0.3s ease-in-out;
  }
  #header .toggle:hover > .navSub > ul {
    opacity: 1;
    transition-delay: 0.4s;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.2s;
    transition: all 0.3s ease-in-out;
  }
  .nav__column > li {
    position: relative;
  }
  .nav__column > li > a {
    display: block;
    position: relative;
    padding: 16px 30px;
    font-size: 18px;
    color: #039E8E;
    border-bottom: 1px solid #DDDDDD;
  }
  .nav__column > li.toggle > a {
    position: relative;
  }
  .nav__column > li.toggle > a:after,
  .nav__column > li.toggle > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 1px;
    background: #008440;
  }
  .nav__column > li.toggle > a:before {
    transform: rotate(90deg);
    transition: all 0.2s ease-in;
  }
  .nav__column > li.toggle:hover > a:before {
    transform: rotate(0deg);
  }
  .navSub > ul > li > a,
  .navSub_child > ul > li > a {
    display: block;
    padding: 10px 20px;
  }
  .navSub > ul > li > a:after,
  .navSub > ul > li > a:before,
  .navSub_child > ul > li > a:after,
  .navSub_child > ul > li > a:before {
    right: 25px;
  }
  .navSub > ul > li.hover > a {
    opacity: 1;
    background: #008440;
  }
  .navSub > ul > li > a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .navSub > ul > li.hover > a:before {
    transform: rotate(0deg);
  }
  .navSub > ul > li > a {
    color: #ffffff;
    text-decoration: none;
  }
  #header.bg-white .inner #nav__inner .nav__column > li > a:hover {
    text-decoration: none;
    background-color: #039E8E;
    color: #ffffff;
  }

li.current a {
  color: #ffffff!important;
  background: #039E8E!important;
}
}

/* ============================================================================
  Base Layout
=============================================================================== */
html, body {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
  }
  .contents {
    display: block;
    width: 100%;
    padding: 0;
    background: #FAFAF2;
  }
  .container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px){
  .wrap {
    width: 100%;
  }
  .contents {
    display: block;
    width: 100%;
    padding-left: 256px;
    background: #FAFAF2;
  }
  .container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }  
  .sub-page {
    max-width: 1600px;
    padding: 0 16px;
  }
}

/* --------------------------------------------------------------------------
/* Sub Page
/* --------------------------------------------------------------------------*/

.contents .page-title__Area {
  padding: 16px 24px;
}

.contents .page-title__Area .page-title__Area-body {
  display: flex;
  align-items: center;
  width: 100%;
  height: 160px;
  padding-left: 2em;
  background: #24AE5C;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .contents .page-title__Area .page-title__Area-body {
    height: 224px;
  }
}
.contents .page-title__Area .page-title__Area-body h2 {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: .05em;
}
@media only screen and (min-width: 768px) {
  .contents .page-title__Area .page-title__Area-body h2 {
    font-size: 40px;
    font-weight: 700;
  }
}

/* -----------------------------------------------------------------------------
 Breadcrumb
----------------------------------------------------------------------------- */
nav.breadcrumb {
  width: 100%;
  padding-left: 16px;
  margin-top: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  nav.breadcrumb {
    padding-left: 32px;
    margin-bottom: 48px;
    padding-bottom: 16px;
  }
}

nav.breadcrumb ol li {
  display: inline;
  font-size: 16px;
}

nav.breadcrumb ol li::before {
  content: '\00bb\0020';
  /* li要素の前に>>記号を追加 */
}

nav.breadcrumb ol li:first-child:before {
  content: '';
  /* 最初のli要素から>>記号を消す */
}

/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
.footer {
  width: 100%;
  margin-top: 96px;
}
.footer__banner {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.footer__banner-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 720px;
  padding: 32px 0;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .footer__banner-inner {
    justify-content: space-between;
    margin: 0 auto;
    row-gap: 0;
  }
}
.footer__banner-inner img {
  width: 340px;
}
.footer__inner {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
    .footer__inner {
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 1080px;
  }
}
.footer__siteMap {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__siteMap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.footer__siteMap ul {
  float: left;
  display: block;
  padding: 16px 24px;
}

.footer__siteMap ul li {
  padding-bottom: 6px;
  text-indent: 0.5em;
}

.footer__siteMap ul li a:hover {
  text-decoration: none;
}

.footer__siteMap ul li:before {
  content: "●\00a0";
  font-size: 12px;
  color: #e7770a;
}

.footer__siteMap ul li.title {
  text-indent: -0.5em;
  font-weight: bold;
}

.footer__siteMap ul li.title:before {
  content: "";
}

.footer .footer__address {
  padding: 24px;
  width: 100%;
  background-color: #faf8f5;
  text-align: left;
}

.footer .footer__address p {
  line-height: 1.6;
  color: #323232;
}

.footer .footer__inner .footer__address p strong {
  font-size: 18px;
  font-weight: 600;
}

.footer .footer__copy {
  width: 100%;
  padding: 8px 0 8px 16px;
  text-align: left;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .footer__copy {
      width: 100%;
    text-align: center;
  }
}

.footer .footer__copy p {
  padding: 8px 0;
  font-size: 14px;
  color: #323232;
}

.footer .footer__inner #pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 80px;
  height: auto;
  background: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e7770a;
}

.footer .footer__inner #pagetop img {
  margin: 0 auto;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

/* ============================================================================
  Title
=============================================================================== */
.Area__title-home {
  margin-bottom: 16px;
  padding: 12px 16px 0px 16px;
  font-size: 28px;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
.Area__title-home {
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 32px;
  }
}
.Area__title-middle {
  margin-bottom: 16px;
  padding: 12px 16px 0px 16px;
  font-size: 24px;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
.Area__title-middle {
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 28px;
  }
}
.Area__title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px 0px 16px;
  font-size: 27px;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 768px) {
  .Area__title {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 32px;
  }
}
.Area__title::before {
  content: '';
  width: 32px;
  margin-right: 16px;
  border-top: solid 8px #05CEBF;
}
.Area__title-line {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px 0px 16px;
  font-size: 22px;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .Area__title-line {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 26px;
  }
}
.Area__title-line::before {
  content: '';
  width: 32px;
  margin-right: 16px;
  border-top: solid 8px #05CEBF;
}
/* -----------------------------------------------------------------------------
 Decoration
----------------------------------------------------------------------------- */
/* テキスト 最初の文字色変更 */
.firstText::first-letter {
  color: #039E8E;
}

/* -----------------------------------------------------------------------------
 Line Underline
----------------------------------------------------------------------------- */

.underline-Ddouble {
  margin-bottom: 36px;
  border-bottom: 4px solid #dddddd;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .underline-Ddouble {
    margin-bottom: 28px;
  }
}

.underline-Ddouble:after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -4px;
  width: 30%;
}

.underline-Ddouble.color02:after {
  border-bottom: 4px solid #1671b7;
}

.underline-Ddouble.color04:after {
  border-bottom: 4px solid #601986;
}

.underline-Ddouble.color05:after {
  border-bottom: 4px solid #90bd20;
}

.underline-Ddouble.color07:after {
  border-bottom: 4px solid #1cb3b2;
}

.underline-Ddouble.color08:after {
  border-bottom: 4px solid #e7770a;
}

/* -----------------------------------------------------------------------------
 Animation
----------------------------------------------------------------------------- */
/* フェードイン スクリプト start */
/* 基本のスタイル */
.foo.delighter {
  transition: all .3s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}

/* スタート時のスタイル */
.foo.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
.foo.delighter.started.ended {
  border: solid red 10px;
}

/* 左からフェードイン */
.f-left.delighter {
  transition: all .5s ease-out;
  transform: translateX(-100%);
  opacity: 0;
}

/* スタート時のスタイル */
.f-left.delighter.started {
  transform: none;
  opacity: 1;
}

/* 右からフェードイン */
.f-right.delighter {
  transition: all .5s ease-out;
  transform: translateX(50%);
  opacity: 0;
}

/* スタート時のスタイル */
.f-right.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
/* 上からフェードイン */
.f-inUp.delighter {
  transition: all .8s ease-out;
  transform: translateY(-80%);
  opacity: 0;
}

/* スタート時のスタイル */
.f-inUp.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
/* 下からフェードイン */
.f-in.delighter {
  transition: all .8s ease-out;
  transform: translateY(50%);
  opacity: 0;
}

/* スタート時のスタイル */
.f-in.delighter.started {
  transform: none;
  opacity: 1;
}

/* エンド時のスタイル */
/* フェードイン スクリプト end */
/* 書式設定 */
.attention {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-color: #1671b7;
}

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

.attention p {
  padding-top: 12px;
  padding-bottom: -4px;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .attention p {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* -----------------------------------------------------------------------------
 Background
----------------------------------------------------------------------------- */

/* background-color */
.bg-color01 {
  background-color: #faf8f5;
}

.bg-color02 {
  background-color: #9fbc19;
}

.bg-color03 {
  background-color: #007de7;
}

.bg-color04 {
  background-color: #ff80a1;
}

.bg-gcolor001 {
  background: linear-gradient(to right, #B993D6, #8CA6DB);
}

/* -----------------------------------------------------------------------------
 Font size
----------------------------------------------------------------------------- */
/* font-size */
.font-SM {
  padding: 0 0 16px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .font-SM {
    font-size: 20px;
  }
}

.fs-N {
  font-weight: normal !important;
}

.fs-B {
  font-weight: bold !important;
}

/* --------------------------------------------------------
    Button
    https://pote-chil.com/css-stock/ja/button
--------------------------------------------------------- */
.button-area {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

.btn-more {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  border-radius: 24px;
  text-decoration: none;
}

.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-arrow::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/* ボタン 緑色 */
.btn-green {
  background-color: #039E8E;
  border-color: #039E8E;
  border: 1px solid #039E8E;
}
.btn-green:hover {
  color: #039E8E;
  background-color: #fff;
  border-color: #039E8E;
}
.btn-green:hover.btn-arrow::after {
  border-color: #039E8E;
}
/* ボタン オレンジ色 */
.btn-orange {
  background-color: #FFB100;
  border-color: #FFB100;
  border: 1px solid #FFB100;
}

.btn-orange:hover {
  color: #FFB100;
  background-color: #fff;
  border-color: #FFB100;
}

.btn-orange:hover.btn-arrow::after {
  border-color: #FFB100;
}

.btn-sm {
  width: 140px;
  padding: 6px 12px;
  font-size: 14px;
}

.btn-md {
  width: 200px;
  padding: 8px 16px;
  font-size: 16px;
}

.btn-lg {
  width: 260px;
  padding: 12px 20px;
  font-size: 16px;
}
/* --------------------------------------------------------
    Page Top
--------------------------------------------------------- */
#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #c97d03;
  opacity: 0.6;
  z-index: 100;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 35px;
  height: 45px;
  margin: auto;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  text-align: center;
}
