@charset "UTF-8";
/*
 *
 * style.scss
 *
 */
/*
 *
 * _media_query.scss
 *
 */ 
/* ------------------------------------------------------------
 ブレイクポイント
------------------------------------------------------------ */
/* ------------------------------------------------------------
 大きめPC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 PC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 タブレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 スマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 小さめスマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ホバーエフェクト
------------------------------------------------------------ */
/*
 *
 * _variables.scss
 *
 */
/* ------------------------------------------------------------
 変数設定
------------------------------------------------------------ */
/* ------------------------------------------------------------
 カラーパレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テーマカラー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 背景色
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テキスト
------------------------------------------------------------ */
/* 本文の見出し1 */
/* 本文の黒見出し */
/* 本文の色付きテキスト1 */
/* 本文の黒テキスト */
/* 本文中のリンク */
/* リンクホーバー時 */
/* ------------------------------------------------------------
 表
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ボタン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 独自リセット・共通スタイル
------------------------------------------------------------ */

html {
  font-size: 100%;
}
@media (max-width: 959px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  scroll-padding-top:120px;
}

a {
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (min-width: 960px) {
  a:hover {
    transition-duration: 0.2s;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
p {
  line-height: 1.9;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  vertical-align: bottom;
  /*max-width: none;*/
}

*:focus {
  outline: none;
}



/* ------------------------------------------------------------
  .strong 文字装飾
------------------------------------------------------------ */
.strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topic {
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}

.topic1 {
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
  color: red;
}
.pink {
  color: #fa4141;
  font-size: 1.4rem;
  font-weight: bold;
}
.pink1 {
  color: #fa4141;
  font-size: 1.2rem;
  font-weight: bold;
}
.sr {
  display: none;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.output-date-time {
  text-align: right;
  padding-right: 5%;
}

.timer_in_box {
  border: solid 2px #1b9f83;
  background: #f3fffd;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 4px;
  font-size: 0.9rem;
  margin-bottom: 20px;
}


.time-p:before {
  content: url(../img/clock.png);
  vertical-align: middle;
  padding-right: 2px;
  padding-left: 3px;
}

.timer_in_box .timerbox {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  padding: 0px 5px;
  font-size: 0.7rem;
}

.h {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.m {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.s {
  color: #fdf405;
  font-weight: bold;
  font-size: 1.1rem;
}

.end {
  font-size: .9rem;
}
/* ------------------------------------------------------------
  .ib inline-blockで改行
------------------------------------------------------------ */
.ib {
  display: inline;
}
@media (max-width: 959px) {
  .ib {
    display: inline-block;
  }
}

/* ------------------------------------------------------------
  body-wrapper
------------------------------------------------------------ */
.body-wrapper {
  overflow-x: hidden;
}

/*@media screen and (min-width: 768px) {
 .body-wrapper {
  overflow-x: hidden;
  width: 400px;
  margin: auto;
  border: solid 1px #ccc;
 }
}*/ 
/* ------------------------------------------------------------
  header ヘッダー
------------------------------------------------------------ */
/* Reset style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
/* Normal header style */
.header_bg {
  background: #fff;
  width: 100%;
  height: 80px;
}
.header_contents {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_contents h1 {
  font-size: 22px;
  margin: 0 0 0 40px;
}
.header_nav_lists {
  display: flex;
}
.header_nav_lists li {
  margin: 20px 40px 0 0;
}
.nav_link {
  font-size: 14px;
}
/* Responsive menu button */
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.menu_line {
  background: #000;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
}
/* Responsive style */
@media screen and (max-width: 768px) {
  .responsive_btn {
    display: flex;
  }
  .header_bg {
    position: relative;
  }
  .header_nav {
    background: #b5b5b6;
    width: 100%;
    height: 90vh;
    padding: 80px 0 0 0;
    position: absolute;
    top: 0;
    right: -100%;
    transition: .5s;
    z-index: 1000;
  }
  .header_nav_lists {
    display: block;
    text-align: center;
  }
  .header_nav_lists li {
    margin: 0 0 40px;
    text-align: center;
  }
  .nav_link {
    font-size: 20px;
  }
}
/* js function "menuToggle" starting only */
.menu_active {
  right: 0;
}

/*----------------------------------
追従バナー
---------------------------------- */

.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 8px;
  left: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 -8px;
  padding-top: 6px;
  padding-bottom: 3px;
}

.floating-banner:hover {
  opacity: .9;
}

.sp {
  display: none;
  /* PCではスマホ用のバナーは非表示に */
}

.shadow {
  filter: drop-shadow(3px 3px 3px #777);
}

@media screen and (max-width: 560px) {
  .sp {
    display: inline-block;
    /* 消していたスマホ用のバナーを表示させる */
    margin: auto;
    /*width: 100%;*/
  }
}

@media screen and (max-width: 990px) {
  .pc {
    display: none;
    /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
/* ------------------------------------------------------------
  main-visual メインビジュアル
------------------------------------------------------------ */
.main-visual {
  position: relative;
}

.main-visual .main-visual__bg {
  margin: auto;
  overflow: hidden;
}

.fv-pc {
  display: none;
}

@media screen and (min-width: 768px) {
 .fv-pc {
  display: block;
}

 .fv-sp {
  display: none;
 }
}


/* ------------------------------------------------------------
  main
------------------------------------------------------------ */
article {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.main-contents {
  width: 550px;

}

.side {
  width: 300px; 
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
.side {
  display: none;
 }
}

/* ------------------------------------------------------------
  サイドバー
------------------------------------------------------------ */
.side-contents {
  background: #fcfaf4;
  padding-top: 20px;
}


/*フォーム全体*/
#form1{
position:relative;/*フォームの相対位置*/ 
max-width:95%;/*フォームのサイズ*/
padding-bottom:80px;/*フォームの下に余白*/    
}
/*検索ボックス*/
#sbox{
position:absolute;/*フォームの絶対位置*/ 
left:0;
top:0;  
outline:0;/*クリック時の青い枠線消す*/  
height:50px;/*検索ボックスの高さ*/ 
padding:0 10px;/*テキスト位置調整*/  
border-radius:2px 0 0 2px;/*検索ボックスの角を丸める*/    
background:#eee;/*検索ボックスの背景カラー*/ 
width: 80%;  
}
/*検索ボタン*/
#sbtn{
width:70px;/*検索ボタンの横幅*/ 
height:50px;/*検索ボタンの縦幅*/ 
position:absolute;/*検索ボタンの絶対位置*/  
left:230px;/*検索ボタンの位置調整*/  
top:0;
border-radius:0 2px 2px 0;/*検索ボタンの角を丸める*/ 
background:#7fbfff;/*検索ボタンの背景カラー*/ 
border:none;/*検索ボタンの枠線を消す*/ 
color:#fff;/*検索ボタンのテキストカラー*/ 
font-weight:bold;/*検索ボタンのテキスト太字*/ 
font-size:16px;/*検索ボタンのフォントサイズ*/ 
}
/*検索ボタンマウスオーバー時*/
#sbtn:hover{
color:#666;/*検索ボタンマウスオーバー時のフォントカラー*/ 
}

.side h3 {
  background: #3d9f5b;
  border-bottom:solid 3px #136829;
  color: #fff;
  font-size: 18px;
  padding: 8px 8px;
}

.side-columm {
  padding: 30px 10px;
}

.side-columm li {
  background: #fff;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}

.side-1 {
  padding-bottom: 20px;
}

.side-2 ol {
  padding: 20px;
}

.side-2 img {
  padding: 10px;
}

/* ------------------------------------------------------------
  サイドバー(スマホ)
------------------------------------------------------------ */
.side-sp {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
.side-sp {
  display: none;
 }
}

.side-contents-sp {
  width: 100%;
  background: #fcfaf4;
  padding-top: 20px;
  padding: 20px 5px;
}

.side-sp h3 {
  background: #3d9f5b;
  border-bottom:solid 3px #136829;
  color: #fff;
  font-size: 18px;
  padding: 8px 8px;
}

.side-columm li {
  background: #fff;
  padding: 20px;
  border-bottom: solid 1px #ccc;
  width: 100%;
}

.side-1 {
  padding-bottom: 20px;
}

.side-2 ol {
  padding: 20px;
}

.side-2 img {
  padding: 10px;
}

.popup-sp {
  display: flex;
  width: 100%;
  justify-content: center;
}

.popup-sp a {
  width: 50%;
}

/* ------------------------------------------------------------
  絞込み検索
------------------------------------------------------------ */
.form__body {
  width: 85%;
  padding: 10px 0px;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.form__body {
  width: 95%;
 }
}

.diagnose{
  width: 100%;
}

.diagnose label{
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.form_inner {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.jouken {
  background: #e5e5e5;
  min-width: 120px;
  min-height: 180px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px;
}

.radio__wrap {
  background: #fff;
  height: 180px;
  padding: 10px;
}

.form_button {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.form_button button {
  background: #f39800;
  width: 250px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  border-bottom: solid 5px #dd8300;
  cursor: pointer;
}



/* ------------------------------------------------------------
  診断
------------------------------------------------------------ */
.shindan {
  margin-top: -20px;
  padding-bottom:50px;
}

.balloon1 {
  position: relative;
  padding: 2px 10px;
  min-width: 120px;
  max-width: 350px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #f39800;
  border-radius: 30px;
  margin: auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #f39800;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.shindan_body {
  background: #edf6ec;
  width: 90%;
  height: 150px;
  margin: auto;
  box-shadow: 0 0 1px gray;
  border-radius: 10px;
  border: solid 2px #28923e;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
.shindan_body {
  width: 80%;
  height: 180px;
}
}

.choose_box {
  position: relative;
  width: 100%;
}
 .choose_box p {
  margin-top: 5%;
  margin-bottom: 10%;
  font-size: 20px;
  display: block;
  font-weight: 600;
  text-align: center;
  color: #444444;
  }

.choose_box li {
  margin-top: 0px;
  list-style: none;
  flex: 1;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
}

.step {
  color: #28923e;
  font-weight: bold;
  font-size: 16px;
} 

.btn {
  display: inline-block;
  flex: wrap;
  min-width: 150px;
  color: #444444;
  padding: 5px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f39800;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn:hover {
  background-color: #f39800;
  color: #fff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}



.fit {
  position: absolute;
  left: 0px;
  top: -10px;
  width: 100%;
  text-align: center;
}

.fit p {
  margin-top: 5%;
  margin-bottom: 10%;
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-align: center;
}


.result_btn {
  display: inline-block;
  flex: wrap;
  min-width: 200px;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #168e3b;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 50px;
  cursor: pointer;
}

.result_btn:hover {
  background-color: #fff;
  color: #168e3b;
  border: solid 2px #168e3b;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.result_type0  {
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }

.result_type1  {
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }


.result_theme p  {
    margin-bottom: 2%;
    text-align: center;
    padding-top: 10px;
    color: #f39800;
    font-size: 18px;
}


/* ------------------------------------------------------------
  ランキング
------------------------------------------------------------ */
.ranking {
  background: #caefb6;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 2px;
  padding-right: 2px;
}

.ranking h2 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.ranking h2 span {
  color: #d61e1d;
  font-size: 32px;
}

.small_h2 {
  background: #28923e;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 1px 10px;
  width: 280px;
  margin: auto;
  border-radius: 60px;
  text-align: center;
}

.rank_body {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}

.rank_body h3 {
  background: #006942;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  text-decoration: underline;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.rank_container {
  position: relative;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
}


.maru {
 position: absolute;
 top: 0.5%;
 left: 4%;
 height:70px;
 width:70px;
 border-radius:50%;
 line-height:70px;
 text-align:center;
 background: #28923e;
 color: #fff;
 font-weight: bold;
 font-size: 36px;
}

.catchcopy {
  font-size: 18px;
  font-weight: bold;
}

.red {
  color: #d61e1d;
}

.hyouka {
  font-size: 16px;
  margin-bottom: 15px;
}

.hyouka .pink {
  font-size: 1.2rem;
}

.rank_img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.rank_img a{
  width: 50%;
}

.syousai {
  text-align: center;
}

@media screen and (min-width: 768px) {
 .syousai {
  width: 40%;
}
}

.card_brand {
  font-size: 16px;
  font-weight: bold;
}

.syousai img {
  width: 150px;
}

.koumoku {
  display: inline-block;
  background: #28923e;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  font-weight:;
  border-radius: 30px;
  min-width: 90px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}

.rank_table {
  margin-top: 20px;
}

.rank_table table{
  border-collapse: collapse;
  border-spacing: 1;
  border: solid 1px #b5b5b6;
  table-layout: fixed;
  width: 100%;
}

.rank_table table th{
  text-align: center;
  padding: 1px 0;
  border: solid 1px #b5b5b6;
}

.item {
  font-size: 12px;
  font-weight: 200;
  background: #eeeff0;
}

.doble_circle {
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  background-image: url(../img/doble_circle.svg);
  background-position-x: center;
  background-position-y: center;
  background-size: 45px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
}

.circle {
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  background-image: url(../img/circle.svg);
  background-position-x: center;
  background-position-y: center;
  background-size: 45px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
}

.caution {
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  background: url(../img/caution.svg) center center/45px no-repeat #fffde9;
  background-image: url(../img/caution.svg);
  background-position-x: center;
  background-position-y: center;
  background-size: 45px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
  background-color: #fffde9;
}

.caution_item {
  color: red;
  font-size: 12px;
}


.box1{
  border: solid 2px #28923e;
  border-radius: 5px;
  margin-top: 20px;
}
.box1 h4 {
  background: #28923e;
  color: #FFF;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 3px;
}
.box1 h4::after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc( 50% - 14px );
  border: 14px solid transparent;
  border-top: 14px solid #28923e;
  width: 0;
  height: 0;
}
.box1 .inner{
  padding: 0em .5em .5em;
}

.list-01 {
  list-style-type: none;
  padding-top: 0px;
  font-size: 16px;
}

.list-01 li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  padding: .3em .3em .3em 1.8em;
  margin-bottom: 5px;
}

.list-01 li::before,
.list-01 li::after {
  position: absolute;
  content: '';
}

.list-01 li::before {
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-color: #28923e;
}

.list-01 li::after {
  left: .6em;
  transform: translateX(-75%) rotate(-45deg);
  width: .3em;
  height: .3em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}


.box30 {
  margin: 2em 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: solid 1px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
}
.box30 .box-title {
  font-size: 16px;
  background: #edf6ec;
  padding: 4px;
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.22);
}
.box30 div {
  padding: 15px 20px;
  margin: 0;
}
.ank {
  font-size: 12px;
  font-weight: 100;
  padding-left: 35px;
}
.prf {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prf img {
  width: 20%;
}
.prf p {
  line-height: 1.3rem;
  font-weight: bold;
}
.gray {
  font-weight: 100;
  color: gray;
  font-size: 12px;
}

.modal-001__wrap input {
    display: none;
}

.modal-001__open-label,
.modal-001__close-label {
  cursor: pointer;
}

.modal-001__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
}

.modal-001__open-label:hover {
  opacity: 0.6;
  outline: 1px solid #dcdddd;
}

.modal-001 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-001__open-input:checked + label + input + .modal-001 {
  display: block;
  animation: modal-001-animation .6s;
}

.modal-001__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-001__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-001__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-001__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-002__wrap input {
    display: none;
}

.modal-002__open-label,
.modal-002__close-label {
  cursor: pointer;
}

.modal-002__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
}

.modal-002__open-label:hover {
  opacity: 0.6;
  outline: 1px solid #dcdddd;
}

.modal-002 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-002__open-input:checked + label + input + .modal-002 {
  display: block;
  animation: modal-002-animation .6s;
}

.modal-002__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-002__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-002__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-002__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-003__wrap input {
    display: none;
}

.modal-003__open-label,
.modal-003__close-label {
  cursor: pointer;
}

.modal-003__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
}

.modal-003__open-label:hover {
  opacity: 0.6;
  outline: 1px solid #dcdddd;
}

.modal-003 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-003__open-input:checked + label + input + .modal-003 {
  display: block;
  animation: modal-003-animation .6s;
}

.modal-003__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-003__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-003__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-003__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-003-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-004__wrap input {
    display: none;
}

.modal-004__open-label,
.modal-004__close-label {
  cursor: pointer;
}

.modal-004__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
}

.modal-004__open-label:hover {
  opacity: 0.6;
  outline: 1px solid #dcdddd;
}

.modal-004 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-004__open-input:checked + label + input + .modal-004 {
  display: block;
  animation: modal-003-animation .6s;
}

.modal-004__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-004__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-004__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-004__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-004-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-005__wrap input {
    display: none;
}

.modal-005__open-label,
.modal-005__close-label {
  cursor: pointer;
}

.modal-005__open-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
}

.modal-005__open-label:hover {
  opacity: 0.6;
  outline: 1px solid #dcdddd;
}

.modal-005 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-005__open-input:checked + label + input + .modal-005 {
  display: block;
  animation: modal-005-animation .6s;
}

.modal-005__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.modal-005__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-005__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.modal-005__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-005-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.balloon {
  position: relative;
  padding: 0px 10px;
  min-width: 120px;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f39800;
  border-radius: 30px;
  margin: auto;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #f39800;
}


.readmore-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
.readmore-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 200px;
  margin: 0 auto;
  padding: 15px;
  background-color: #eee;
  border-radius: 5px;
  color: #333;
  border: 1px solid #aaa;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  z-index:10;
}
.readmore-text {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.readmore-check {
  display: none;
}
.readmore-check:checked + .readmore-btn{
  display: none;
}
.readmore-check:checked ~ .readmore-text {
  height: auto;
}

.under_no9 th {
  padding: 10px 5px;
}

.under_no9 td {
  padding: 10px 0px;
}

.under_no9 tr:first-child {
  background: #dcdddd;
  font-weight: bold;
}

.under_no9 th,td {
  border: solid 1px #b5b5b6;
}

.under_no9 {
  width: 100%;
  background: #fff;
  border-collapse:  collapse;
  text-align: center;
}

.small-btn {
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 5px 5px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 12px;
  background: orange;
  border-radius: 5px;
  line-height: 1.5rem;
}
.small-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


.rank_btn {
  margin: 0 auto;
  margin-top: 100px;
  padding: 15px 15px;
  width: 300px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background: #28923e;
  border-radius: 10px;
  line-height: 1.5rem;
  border-bottom: solid 5px #006942;
  overflow: hidden;
}
.rank_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.rank_body {
  width: 98%;
  margin: auto;
  margin-top: 40px;
}

.sougou {
  background: #dcdddd;
  padding: 3px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.line2 {
  border-bottom: solid 2px #dcdddd;
  padding-top: -15px;
}


/* solid015 */
.button_solid015 {
    text-align: center;
}
.button_solid015 p {
    margin-bottom: 5px;
    font-weight: 600;
    color: #28923e;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid015 p:before, .button_solid015 p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #28923e;
    content: "";
}
.button_solid015 p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid015 p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.shiny-btn2 {
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 15px 15px;
    min-width: 320px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 20px;
    background: #fa4141;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 10px;
    line-height: 1.5rem;
    border-bottom: solid 5px #d82525;
    overflow: hidden;
}
.shiny-btn2:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.shiny-btn2::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 4s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.cta-small {
  font-size: 10px;
}

/* solid016 */
.button_solid016 {
    text-align: center;
}

.shiny-btn3 {
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    padding: 8px 15px;
    min-width: 280px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 20px;
    background: #f39800;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
    line-height: 1.5rem;
    border-bottom: solid 5px #dd7e00;
    overflow: hidden;
}


.cta-small2 {
  font-size: 14px;
  font-weight: 300;
}

/* ------------------------------------------------------------
  利用方法
------------------------------------------------------------ */
.riyou {
  background: #eeeff0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.riyou h2 {
  text-align: center;
  margin-top: 5px;
  font-size: 24px;
}

.riyou h2 span {
  color: #d61e1d;
  font-size: 40px;
}

.small_h2_r {
  background: #d5ec00;
  font-size: 18px;
  color: #111111;
  font-weight: bold;
  padding: 1px 10px;
  width: 280px;
  margin: auto;
  border-radius: 60px;
  text-align: center;
}

.riyou_body {
  width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}

.osusume_body {
  display: flex;
  flex-wrap:no-wrap;
  gap: 10px;
  width: 95%;
  margin: auto;
  margin-top: 20px;
  justify-content: center;
}

.osusume_contents {
  background: #fff;
  border: solid 1px #28923e;
  border-top: solid 5px #28923e;
  border-radius: 5px;
  width: 50%;
  padding: 5px;

}

.osusume_link {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 10px;
}

.sp_rank_table{
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.sp_rank_table table{
  border:1px solid #999;
  width: 100%;
  border-collapse: collapse;
}
.sp_rank_table table th{
  padding: 8px 0;
  border-right: 1px solid #999;
  background-color: #eee;
  border-bottom:1px solid #999 ;
}
.sp_rank_table table th:last-child{
  border-bottom: none;
}
.sp_rank_table table td{
  padding: 8px 0;
  border-bottom: 1px solid #999;
}


/* solid017 */
.button_solid017 {
    text-align: center;
    margin-top: 10px;
}

.shiny-btn4 {
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 15px;
    min-width: 180px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    background: #fa4141;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 10px;
    line-height: 1.5rem;
    border-bottom: solid 5px #d82525;
    overflow: hidden;
}
.shiny-btn4:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.shiny-btn4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 4s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.cta-small {
  font-size: 10px;
}

/* solid018 */
.button_solid018 {
    text-align: center;
}

.shiny-btn5 {
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 15px;
    min-width: 180px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    background: #f39800;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 10px;
    line-height: 1.5rem;
    border-bottom: solid 5px #dd7e00;
    overflow: hidden;
}


/* ------------------------------------------------------------
  よくある質問
------------------------------------------------------------ */
.qa {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 95%;
  margin: auto;
}

.qa h2 {
  text-align: center;
  margin-top: 5px;
  font-size: 24px;
}

.qa h2 span {
  color: #d61e1d;
  font-size: 40px;
}

.small_h2_r {
  background: #d5ec00;
  font-size: 18px;
  color: #111111;
  font-weight: bold;
  padding: 1px 10px;
  width: 280px;
  margin: auto;
  border-radius: 60px;
  text-align: center;
}

.cp_qa {
  margin-top: 50px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: #ebf4ea;
}
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
  content: 'Q';
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #28923e;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '＋';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
          transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #28923e;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}


/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer {
  padding: 2rem;
  font-size: 15px;
  color: #fff;
  background: #006942;
  text-align: center;
}

.footer__navi {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}


.footer__navi li {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}


/* ------------------------------------------------------------
  以下コラムページ
------------------------------------------------------------ */
.columm_page {
  width: 95%;
  margin: auto;
  padding-top: 20px;
  margin-bottom: -50px;
}

.columm_page h2 {
  padding: 1rem 1rem;
  border-left: 6px double #3d9f5b;
}

.columm_page p {
  width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.columm_page h3 {
  padding: 1rem 2rem;
  color: #fff;
  background: #3d9f5b;
  -webkit-box-shadow: 5px 5px 0 gray;
  box-shadow: 5px 5px 0 gray;
}

.columm_page h4 {
  position: relative;
  padding: 0.5rem;
  border-bottom: 2px solid #cccccc;
  margin-top: 50px;
  text-align: left;
}

.columm_page h4:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  content: '';
  background: #3d9f5b;
}

/* ------------------------------------------------------------
  以下運営者情報ページ
------------------------------------------------------------ */
.admin {
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.admin_page {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}

.admin_page h3 {
  padding: 0.5rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  margin-top: 30px;
  text-align: left;
}

.admin_page p {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.privacy_text {
  margin-top: 20px;
  border: solid 1px gray;
  padding: 10px;
  font-size: 12px;
  text-align: left;
}
