:root {
    --base-width: 100%;
    --base-height: 100%;
    --base-color: #000000;
    --background-color: #fffffe;
    --btn-bg: #3e8be5;
    --text-center: center;
    --base-potision: relative;
    --child-potision: absolute;
    --base-margin: 0 auto;
    --base-padding: 0;
    --base-line: 2em;
    --display-block: block;
    --cont-width: 640px;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.8rem;
    --font-size-md: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.3125rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-size-4xl: 2.652rem;
    --font-size-5xl: 4rem;
}
@charset "UTF-8";
#footer__column {
  margin-top: 50px;
  padding: 5px 0;
  width: var(--base-width);
  background-color: #000000;
  z-index: 1;
}
#pagetop {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--btn-bg);
  color: var(--white-color);
  bottom: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 9;
}

#pagetop a {
  position: var(--child-potision);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: var(--display-block);
  width: var(--base-width);
  text-align: var(--text-center);
  font-size: 14px;
  color: #ffffff;
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  background-color: var(--background-color);
}
  #contents {
    width: var(--base-width);
    max-width: var(--cont-width);
    height: var(--base-height);
    margin: var(--base-margin);
  }
/********************************************header/top関連********************************************************/

#top {
  text-align: var(--text-center);
  position: relative;
}
#top img {
  width: var(--base-width);
  vertical-align: bottom;
}
/********************************************コンテンツ**************************************************************/
#btn-area {
  background-color: var(--btn-bg);
  padding: 20px 10px;
  text-align: var(--text-center);
}
.btn-text {
  text-align: var(--text-center);
  border-top: solid #FFFFFF 1px;
  border-bottom: solid #FFFFFF 1px;
  margin-bottom: 40px;
}
.btn-text p {
  color: white;
  font-size: 1.65rem;
  font-weight: bold;
  line-height: 1.6em;
}
.btn-text p span {
  color: #FFF000;
}
#btn-area > a {
  position: relative;
}
#btn-area > a span {
  position: relative;
}
#btn-area > a span img {
  width: 100%;
}
#btn-area > a img {
  width: var(--base-width);
  z-index: 1;
}
.btn-under {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
}
.btn-under img {
  width: var(--base-width);
}
.btn-under > div {
  background-color: #00214D;
  border-radius: 5px;
  color: white;
  padding: 5px 1em 0;
  font-size: var(--font-size-xl);

}
.tel-box {
  margin: 15px 0;
  padding: 15px 0 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.tel-box > a img {
  width: 100%;
  max-width: 500px;
}
.tel-text > p {
  font-size: var(--font-size-xl);
  color: white;
}
#img {
  text-align: var(--text-center);
  position: relative;
}
.qa-img {
  text-align: var(--text-center);
  margin-bottom: 20px;
}
.qa-img img {
  width: var(--base-width);
  max-width: 400px;
}
#img img {
  width: var(--base-width);
  vertical-align: bottom;
}

.jirei-area {
  background-color: #f8ebe2;
  padding: 20px 10px;
}
.jirei-title {
  text-align: var(--text-center);
  border-top: double 4px #1b2d45;
  border-bottom: double 4px #1b2d45;
  margin-bottom: 20px;
}
.jirei-title p {
  font-size: 1.6rem;
  line-height: var(--base-line);
  font-family: '游明朝 Medium', serif;
}
.jirei-title img {
  width: var(--base-width);
  max-width: 610px;
}
.cyousa-box {
  background-color: #00214d;
  margin-bottom: 10px;
  padding: 0 5px 5px;
}
.kekka-box {
  background-color: #fde24f;
  margin-bottom: 10px;
  padding: 5px;
}
.cyousa-box > .cyousa-title,
.kekka-box > .kekka-title {
  text-align: var(--text-center);
  padding: 10px 0;
}
.cyousa-box > .cyousa-title p {
  font-size: 1.6rem;
  color: white;
}
.kekka-box > .kekka-title p {
  font-size: 1.6rem;
  color: #1b2d45;
}
.cyousa-box > .cyousa-title p:after {
  content: url(../images/icon.png);
  vertical-align: middle;
  padding-left: 5px;
}
.cyousa-box > .white-box,
.kekka-box > .white-box {
  background-color: white;
  padding: 10px;
}
.cyousa-box > .white-box > p,
.kekka-box > .white-box > p {
  font-size: var(--font-size-xl);
  text-align: justify;
}
.hiyou-img {
  text-align: var(--text-center);
}
.hiyou-img img {
  width: var(--base-width);
  max-width: 640px;
}

.merit {
  margin: 30px auto;
  padding: 0;
}
.merit-title {
  text-align: var(--text-center);
}
.merit-title img {
  width: var(--base-width);
  max-width: 269px;
}
.merit-box {
  margin: 20px 0;
}
.merit-box ul li {
  padding: 10px 0;
  border-bottom: 1px solid #666666;
  list-style: none;
}
.merit-box ul li {
  font-size: 1.3rem;
  line-height: 1em;
  font-family: '游明朝 Medium', serif;
  padding-left:1em;
  text-indent:-1em;
}
.merit-box ul li::before {
  content: "\e834";
  font-family: 'Material Icons Round';
  height: 1.2rem;
  width: 1.2rem;
  color: #3E8BE5;
  vertical-align: top;
}

.form-title {
  text-align: var(--text-center);
}
.form-title p {
  font-size: var(--font-size-2xl);
  font-weight: bold;
  display: inline-block;
}
.coution {
  font-size: var(--font-size-xs);
}
/********************************************ポリシー・特定商法*******************************************************/
  #s-contents {
    width: 800px;
    height: var(--base-height);
    margin: 0 auto 100px;
    overflow: hidden
  }
    #category-title {
      margin: 50px auto 20px;
      text-align: left;
      font-size: 1.45rem;
      font-weight: bold;
      color: #58A618;
    }
/********************************************規約*****************************************************************/
  #fkiyaku {
    text-align: var(--text-center);
    margin: var(--base-margin);
  }

  #fkiyaku ul {
    width: var(--base-width);
    font-size: 0;
  }
  #link-text {
    text-align: var(--text-center);
    margin: 10px auto 5px;
    font-size: 0;
  }
    #link-text ul {
      padding: 0;
    }
    #link-text ul li {
      display: inline-block;
      font-size: .8rem;
      color: #ffffff;
    }
      #link-text ul li:nth-child(1) {
        text-align: left!important;
      }
    #link-text ul li a {
      color: #ffffff;
      text-decoration: none;
    }
  #fkiyaku ul li {
  font-size: 0.8rem;
  padding:0 10px;
  color: #ffffff;
  }

  #fkiyaku ul li a {
    color: #ffffff;
  }

  #fkiyaku ul li a:hover {
    text-decoration: underline;
  }
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .pd5 {
    padding: 0 5px;
  }
  #contents {
    padding: 0;
  }
  .cyousa-box > .cyousa-title p {
    font-size: 1.2rem;
    color: white;
  }
  .kekka-box > .kekka-title p {
    font-size: 1.2rem;
    color: #1b2d45;
  }
  .cyousa-box > .white-box > p,
  .kekka-box > .white-box > p {
    font-size: var(--font-size-md);
  }
  .merit-box {
    padding: 0 5px;
  }
  .merit-box ul li {
    font-size: 1rem;
    line-height: 1.25em;
    font-family: '游明朝 Medium', serif;
    padding-left:1em;
    text-indent:-1em;
  }
  .merit-box ul li::before {
    content: "\e834";
    font-family: 'Material Icons Round';
    height: 1.2rem;
    width: 1.2rem;
    color: #3E8BE5;
    vertical-align: top;
  }
  .btn-text p {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6em;
  }
  .btn-under {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
  }
  .btn-under img {
    width: var(--base-width);
  }
  .btn-under > div {
    padding: 5px 1em 2px;
    font-size: var(--font-size-sm);

  }
  .tel-box {
    margin: 15px 0;
    padding: 15px 0 5px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  .tel-text > p {
    font-size: 14px;
  }
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
.accordion {
  padding: 0 5px;
}
.acbox{
  width: 100%;
  font-size:0px;
  margin:30px auto 0;
  padding: 0 5px;
}

.acbox label{
  width: auto;
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  padding:8px;
  border: 3px solid var(--btn-bg);
  border-radius: 4px;
  cursor: pointer;
  color: var(--btn-bg);
}

.acbox label:hover{
  background: var(--background-color); 
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: var(--btn-bg);
  content:"▼";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}

.acbox input:checked ~ label::after {
  content:"▲";
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s;
}

.acbox input:checked ~ div{
  height: auto;
  padding: 5px;
  border-radius: 0px;
  background: var(--background-color);
  opacity: 1;
}

.acbox input:checked ~ label {
  background: var(--background-color);
}

.acbox-under{
  font-size: 1.25rem;
  color: #555555;
  line-height: 2em;
}
.acbox-under span{
  font-size: 1.45rem;
  font-weight: bold;
  color: var(--btn-bg);
  line-height: 2em;
}

.accordion {
  margin: 20px 0;
}
.toggle {
  display: none;
}
.Label {    /*タイトル*/
  padding: .5em 2em;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  color: #ff5470;
  background:#FFFFFF;
  border-bottom: dotted 3px #666666;
}
.Label::before{   /*タイトル横の矢印*/
  content:"Q";
  font-size: 1.65rem;
  font-weight: bold;
  position: absolute;
  top:calc( 50% - 20px );
  left: 10px;
}
.Label::after{   /*タイトル横の矢印*/
  content:"";
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff5470;
  border-right: 2px solid #ff5470;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {    /*本文*/
  height: 0;
  margin-bottom:10px;
  padding:0 3em;
  overflow: hidden;
}
.content > p {    /*本文*/
  font-size: 1rem;
padding-left:1em;
  text-indent:-1em;
}
.content > p span {    /*本文*/
  color: #0072a1;
  font-weight: bold;
  margin-right: 0.5;
}
.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding:10px ;
  transition: all .3s;
}
.toggle:checked + .Label::after {
  transform: rotate(-45deg) !important;
}