@charset "utf-8";


/*共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
	color: #444;	/*全体の文字色*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";	/*フォント種類*/
	font-size: 28px;	/*文字サイズ*/
	line-height: 1.6;		/*行間*/
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;height: auto;}
iframe {width: 100%;}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  -webkit-appearance:checkbox;
  appearance: checkbox;

}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:root {
--blue00: #184874;
--blue01: #2A7FCB;
--blue02: #65a4dc;
--blue04: #E9F2FA;
--red01: #DC4155;
--red02: #DC6574;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
}



/*コンテンツエリア
---------------------------------------------------------------------------*/

#contents{
width: 100%;
background: #f5f5f5;
position: relative;
overflow: hidden;
font-family: 'Zen Kaku Gothic New', sans-serif;
}

#main{
background: #f5f5f5;
}

.inner{
max-width: 750px;
margin: 0 auto;
box-sizing: border-box;
}




footer{
width: 100%;
text-align: center;
background-color: #333333;
color: white;
}

footer #footermenu{
background-color: #004444;
overflow: hidden;
padding: 16px 8px;
}

footer #footermenu .inner{

}

footer #footermenu ul{
float: left;
width: 25%;
padding-left: 16px;
}

footer #footermenu ul li{
text-align: left;
text-decoration: none;

}

footer #footermenu ul li a{
font-size: 12px;
color: #fff;
}

footer #about{
padding: 8px 0px 0px;
}

footer #about a{
color: #fff;
font-size: 12px;
}

footer #copyright{
padding: 8px 0px;
font-size: 12px;
}

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

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



span.star_gold{
color: #ffd700;
}

span.star_gray{
color: #999;
}

span.score{
color: #ff6347;
font-family: 'Anton', sans-serif, cursive;
}


.sp{
display: none;
}

/*header
---------------------------------------------------------------------------*/

header{
width: 100%;
}

.header-wrap{
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 15px 15px 0;
background: #f35f87;

}

.header-wrap img.logo{
position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

header .btn-wrap {
    display: flex;
}

header .btn-wrap a{
display: block;
margin: 0 15px 0 0;
padding: 0 15px 15px 15px;
position: relative;
white-space: nowrap;
font-size: 15px;
text-decoration: none;
color: #444;
}

header .btn-wrap a i{
margin: 0 10px 0 0;
color: #205cda;
}

header .btn-wrap a.common i{
color: #444;
}

header .btn-wrap a:last-child{
margin: 0;
}

header .btn-wrap a:after{
position: absolute;
bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
z-index: 100;
color: #666;
font-size: 14px;
font-weight: bold;
}


.hamburger-menu{
  display: flex;
  align-items: center;
  width: 64px;
  height: 68px;
  cursor: pointer;
  z-index: 100;
}

.hamburger-menu__line{
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
  position: relative;
  transition: all 0.5s;
}

.hamburger-menu__line::before,
.hamburger-menu__line::after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
  position: absolute;
  transition: all 0.5s;
}

.hamburger-menu__line::before{
  transform: translateY(-24px);
}
.hamburger-menu__line::after{
  transform: translateY(24px);
}

.hamburger-menu.open .hamburger-menu__line{
  background-color: transparent;
}
.hamburger-menu.open .hamburger-menu__line::before{
  transform: rotate(45deg);
}
.hamburger-menu.open .hamburger-menu__line::after{
  transform: rotate(-45deg);
}

/* ナビゲーション */
.nav-sp{
  position: absolute;
  top: 0;
  right: -40vw;
  width: 40vw;
  height: 200vh;
  padding: 60px 10px 0;
  background-color: rgba(255,255,255,0.85);
  text-align: left;
  transition: right 0.5s;
  z-index: 5;
}

.nav-sp.open{
  right: 0;
}

.nav-sp a{
  display: inline-block;
  padding: 5px 0;
}

html.is-fixed,html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
  
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #3f98ef;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

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

.nav_li_label{
margin: 0 0 10px;
font-size: 21px;
}

/*fv
----------------------------------------------------------------------*/

section.fv{
margin: 0 0 20px;
position: relative;
}

.fv_pr{
position: absolute;
font-size: 32px;
color: #fff;
right: 30px;
top: 30px;
line-height: 1;
padding: 5px 10px;
border: solid 2px #fff;
border-radius: 10px;
}

img.fv_image{
width: 100%;
display: block;

}

.fv_looplogo{
display: flex;
height: 80px;
width: 750px;
overflow: hidden;
margin: 0 0 40px;
}

img.fv_looplogo_images{
width: auto;
height: 100%;
}

.fv_looplogo img.fv_looplogo_images:first-child{
animation: slide1 60s -30s linear infinite;
}

.fv_looplogo img.fv_looplogo_images:last-child{
animation: slide2 60s 0s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
 
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


/*pickup
----------------------------------------------------------------------*/

section.pickup{
padding: 0px 0px;
margin: 0 0 60px;
}

h2.pickup_h2{
background: #ffa5bd;
position: relative;
font-size: 40px;
color: #fff;
text-shadow:0 2px 1px rgba(0,0,0,0.5);
padding: 40px 0 30px;
text-align: center;
margin: 0 0 20px;
}

h2.pickup_h2:after{
content: "";
position: absolute;
width: 0;
height: 0;
bottom: -16px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border-style: solid;
border-color: #ffa5bd transparent transparent transparent;
border-width: 16px 12px 0 12px;
z-index: 1;
}

span.pickup_h2_subtitle{
display: inline-block;
white-space: nowrap;
position: absolute;
line-height: 1;
padding: 15px 20px;
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
background: #fff;
color: #444;
text-shadow: none;
font-size: 28px;
border-radius: 100px;
border: solid 4px #ffa5bd;
}

img.pickup_h2_sideicon01,img.pickup_h2_sideicon02{
position: absolute;
display: inline-block;
width: 96px;
top:32%;
}

img.pickup_h2_sideicon01{
left: 20px;
}

img.pickup_h2_sideicon02{
right: 20px;
}

h2.elements_h2,h2.compare_h2,h2.merit_h2,h2.qanda_h2{
display: block;
position: relative;
width: 418px;
height: 72px;
line-height: 72px;
text-align: center;
padding: 0px 20px;
font-size: 32px;
text-shadow: 0 1px 1px rgba(0,0,0,0.4);
margin: 0 auto 20px;
background-image: url(../images/pill_qanda_h3_bgimage.png);
background-repeat: no-repeat;
background-size: contain;
color: #fff;
}

.elements_h2_subtitle{
display: inline-block;
font-weight: bold;
position: relative;
line-height: 1;
margin: 0 0 10px;
}

.elements_h2_subtitle:before, .elements_h2_subtitle:after {
    position: absolute;
    bottom: 0;
    height: 2rem;
    content: '';
}

.elements_h2_subtitle:before {
    border-left: solid 3px #444;
    left: -20px;
    transform: rotate(-20deg);
}

.elements_h2_subtitle:after {
    border-right: solid 3px #444;
    right: -20px;
    transform: rotate(20deg);
}

.pickup_item{
background: #fff;
padding: 20px;
border-radius: 10px;
margin: 0 auto;
width: calc(100% - 40px);
border: solid 2px #ffa5bd;
}

.pickup_item_inner{
display: flex;
margin: 0 0 20px;
}

img.pickup_item_banner{
width: 260px;
}

a.pickup_item_banner_wrap{
margin: 0 20px 0 0;
}

a.pickup_item_servicename{
display: inline-block;
color: var(--blue01);
font-weight: bold;
font-size: 36px;
margin: 0 0 10px;
line-height: 1;
}

.pickup_item_value{
display: flex;
align-items: center;
line-height: 1;
margin: 0 0 10px;
}

.pickup_item_value .__label{
background: #FF658E;
color: #fff;
line-height: 1;
padding: 5px 5px 7px;
font-size: 24px;
margin: 0 10px 0 0;
}

.pickup_item_value span.__score{
font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
}

p.pickup_item_description{
font-size: 24px;
margin: 0 0 10px;
}

a.pickup_item_linkbutton{
display: block;
text-decoration: none;
font-size: 24px;
border-radius: 100px;
text-align: center;
color: #fff;
font-weight: bold;
background: #07aa70;
box-shadow: 0 6px 0 #046140;
padding: 10px 0;
position: relative;
overflow: hidden;
}

a.pickup_item_linkbutton:after{
 content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

ul.pickup_item_point li{
font-weight: bold;
}

ul.pickup_item_point li:before{
content: '\f058';
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin: 0 10px 0 0;
color: #f35f87;
}

ul.pickup_item_point li span.__red{
color: #ca2828;
}

/*countdown
----------------------------------------------------------------------*/

.countdown_wrap{
display: inline-block;
}

.countdown{
display: flex;
border-radius: 10px;
padding: 10px 10px 10px 20px;
font-size: 24px;
font-weight: bold;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
background: #ffed70;
position: relative;
}

.countdown.countdown_timeout{
font-weight: normal;
width: 580px;
}

.countdown.countdown_timeout .countdown-timer{
font-weight: bold;
}

.countdown:after{
content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-style: solid;
    border-color: #ffed70 transparent transparent transparent;
    border-width: 15px 10px 0 10px;
    z-index: 1;
}

.countdown .countdown-label{
margin: 0 20px 0 0;
}

.countdown .countdown-timer{
padding: 10px;
border-radius: 10px;
background: #222;
color: #fff;
line-height: 1;
}

.countdown .countdown-timer i{
margin-right: 10px;
font-size: 26px;
vertical-align: -2px;
}

.countdown .countdown-timer span#timer01{
color: #ffcc00;
}

#timer01,#timer02,#timer03,#timer04,#timer05,#timer06,#timer07,span.timer_yellow{
color: #ffcc00;
}

h2.pickup02_h2{
font-size: 40px;
display: inline-block;
margin: 0 0 10px;
}

h2.pickup02_h2:before,h2.pickup02_h2:after{
content: '\f309';
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #f35f87;
margin: 0 16px;
}



/*elements
----------------------------------------------------------------------*/

section.elements{
margin: 0 0 60px;
}

.elements_acordion_wrap{
margin: 0 0 30px;
}

/*アコーディオンタイトル*/
.elements_acordion_title {
position: relative;/*+マークの位置基準とするためrelative指定*/
cursor: pointer;
font-size:32px;
font-weight: normal;
margin: 0 0 10px;
padding: 20px 20px 20px 80px;
transition: all .5s ease;
background: #ffa5bd;
font-weight: bold;
border-radius: 10px 10px 0 0;
color: #fff;
text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
overflow: hidden;
}

/*アイコンの＋と×*/
.elements_acordion_title::before,
.elements_acordion_title::after{
    position: absolute;
    content:'';
    width: 30px;
    height: 3px;
    background-color: #fff;
    
}
.elements_acordion_title::before{
    top:48%;
    right: 20px;
    transform: rotate(45deg);
    
}
.elements_acordion_title::after{    
    top:48%;
    right: 20px;
    transform: rotate(135deg);

}

.elements_acordion_title.close{
border-radius: 10px;
}
    
/*　closeというクラスがついたら形状変化　*/
.elements_acordion_title.close::before{
  transform: rotate(90deg);
}

.elements_acordion_title.close::after{
  transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.elements_acordion_box {
    background: #fff;
  margin: 0 0 20px;
    padding: 20px;
	border-radius: 0 0 10px 10px;
    border: solid 2px #ffa5bd;
}

.elements_acordion_box.hidden{
display: none;
}


.fv_inner_category .elements_acordion_wrap{
margin: 20px 0 0;
}

span.__title_number{
display: block;
position: absolute;
font-size: 40px;
position: absolute;
top: 50%;
left: 20px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.__title_triangle{
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #f35f87;
border-width: 120px 0px 0px 120px;
left: 0;
top: 0;
}

img.__box_image{
width: 100%;
}

p.__box_notice{
text-align: right;
font-size: 24px;
}

a.__box_notice_link{
color: #444;
}

p.__box_text{
font-size: 28px;
margin: 20px 0 0;
}

p.__box_text span.__red{
color: #ca2828;
font-weight: bold;
}

p.__box_text span.__yellow{
background: #ffed70;
font-weight: bold;
color: #222;
}


.__box_list_title{
font-size: 32px;
text-align: center;
font-weight: bold;
}

.__box_list_title:before,.__box_list_title:after{
content: ' - ';
}

ul.__box_list{
margin: 10px 0 0;
padding: 20px;
background: #f5f5f5;
line-height: 1;
padding: 20px 40px 20px 80px;
}

ul.__box_list li{
padding: 16px 0;
font-size: 32px;
border-bottom: dotted 4px #ccc;
position: relative;
}

ul.__box_list li:before{
position: absolute;
content: '\f00c';
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #23ad76;
position: absolute;
top: 50%;
left: -48px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

ul.__box_list li:first-child{
border-top: dotted 4px #ccc;
}

/*compare
----------------------------------------------------------------------*/

section.compare{
padding: 0 20px;
margin: 0 0 60px;
}

table.compare_table{
width: 100%;
background: #fff;
text-align: center;
border-collapse: collapse;
margin: 0 0 20px;
}

table.compare_table th{
font-size: 22px;
padding: 10px 0;
line-height: 1;
background: #f35f87;
color: #fff;
width: calc(100% / 3);
}

table.compare_table td{
padding: 15px 0;
font-size: 22px;
font-weight: bold;
}

table.compare_table tr td,table.compare_table tr th{
border: solid 1px #eee;
}

table.compare_table tr td:first-child{
border-right: solid 2px #DC6574;
border-left:  solid 2px #DC6574;
background: #fffce2;
}

table.compare_table tr th:first-child{
border-right: solid 2px #DC6574;
border-left:  solid 2px #DC6574;
}

table.compare_table tr:first-child th:first-child{
border-top: solid 2px #DC6574;
}

table.compare_table tr:last-child td:first-child{
border-bottom: solid 2px #DC6574;
}

tr.compare_table_tr_rank th{
font-size: 28px;
}

tr.compare_table_tr_rank th.__th01{
background: #c4b110;
}

tr.compare_table_tr_rank th.__th02{
background: #bdbdbd;
}

tr.compare_table_tr_rank th.__th03{
background: #846841;
}

tr.compare_table_tr_banner a.__banner_wrap{
display: block;
}

tr.compare_table_tr_banner img.__banner{
width: 150px;
}

tr.compare_table_tr_value span.__score{
font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
font-weight: normal;
font-size: 28px;
}

tr.compare_table_tr_preplan-fee td span.__small,tr.compare_table_tr_groplan-fee td span.__small{
font-size: 18px;
}

tr.compare_table_tr_link a.__linkbutton{
width: calc(100% - 20px);
display: block;
text-decoration: none;
font-size: 24px;
border-radius: 100px;
text-align: center;
color: #fff;
font-weight: bold;
background: #07aa70;
box-shadow: 0 6px 0 #046140;
padding: 10px 0;
margin: 0 auto;
position: relative;
overflow: hidden;
}

tr.compare_table_tr_link a.__linkbutton:after{
 content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

p.compare_addition{
font-size: 22px;
}

/*reason
----------------------------------------------------------------------*/

section.reason{
padding: 0 20px;
margin: 0 0 60px;
}

img.reason_image{
width: 100%;
}


/*ranking
----------------------------------------------------------------------*/

section.ranking{
margin: 0 0 60px;
padding: 0 0;
}


h2.ranking_h2{
position: relative;
background: linear-gradient(to left ,#F35F87 0%, #CC1C4B 50% , #F35F87 100%);
color: #fff;
line-height: 1.4;
padding: 20px 0;
text-align: center;
margin: 0 0 20px;
font-size: 40px;
}

h2.ranking_h2 span.__small{
font-size: 28px;
}

h2.ranking_h2:before,h2.ranking_h2:after{
position: absolute;
display: inline-block;
content: '';
background-size: contain;
width: 42px;
height: 96px;
}

h2.ranking_h2:before{
background: url(../images/aga_ranking_h2_icon01.png);
left: 10px;
bottom: 20px;
}

h2.ranking_h2:after{
background: url(../images/aga_ranking_h2_icon02.png);
right: 10px;
bottom: 20px;
}

.ranking_inner{
padding: 0 20px;
}

.ranking_item{
padding: 20px;
border-radius: 10px;
background: #fff;
margin: 0 0 30px;
}

.ranking_item_header{
position: relative;
display: flex;
padding: 0 0 30px 82px;
justify-content: space-between;
border-bottom: solid 2px #ccc;
margin: 0 0 20px;
}

.ranking_item_header_rank{
position: absolute;
height: 84px;
width: 72px;
background-image: url(../images/aga_ranking-item_rank-icon01.png);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
font-weight: bold;
font-size: 40px;
left: 0;
top: 0;
}

.ranking_item_header_rank.rank02{
background-image: url(../images/aga_ranking-item_rank-icon02.png);
}

.ranking_item_header_rank.rank03{
background-image: url(../images/aga_ranking-item_rank-icon03.png);
}

.ranking_item_header_rank.rank04,.ranking_item_header_rank.rank05{
background-image: url(../images/aga_ranking-item_rank-icon04.png);
}


h3.ranking_item_header_h3{
font-size: 40px;
line-height: 1.4;
width: calc(100% - 182px);
}

.ranking_item_header_star{
font-size: 22px;
width: 182px;
white-space: nowrap;
}

 .ranking_item_header_star span.__score{
 font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
font-weight: normal;
font-size: 28px;
 }

.ranking_item_spec01{
display: flex;
align-items: flex-start;
margin: 0 0 20px;
}

h3.ranking_maincopy{
margin: 0 0 20px;
}

a.ranking_item_banner_wrap{
margin: 0 0 20px;
display: block;
}

img.ranking_item_banner{
width: 100%;
}

table.ranking_item_spec01_table,table.ranking_item_spec02_table{
width: 100%;
border-collapse: collapse;
text-align: center;
font-size: 24px;
}

table.ranking_item_spec01_table th,table.ranking_item_spec01_table td,table.ranking_item_spec02_table th,table.ranking_item_spec02_table td{
border: solid 1px #FFD2DD;
}

table.ranking_item_spec01_table th,table.ranking_item_spec02_table th{
background: #ffe7ed;
color: #fff;
line-height: 1;
padding: 10px 0;
color: #444;
}

table.ranking_item_spec01_table td,table.ranking_item_spec02_table td{
padding: 15px 0;
}

table.ranking_item_spec02_table{
margin: 0 0 20px;
}

table.ranking_item_spec02_table th{
width: calc(100% / 3);
}

table.ranking_item_spec02_table span.__small{
font-size: 20px;
}

.ranking_item_point_box{
padding: 70px 20px 20px;
position: relative;
margin: 0 0 20px;
background: #ffe7ed;
}

.ranking_item_point_h4_wrap{
position: absolute;
top: 0;
left: 0;
}

h4.ranking_item_point_h4{
background: #f35f87;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 10px 0px 12px 15px;
    height: 50px;
    font-size: 28px;
}

h4.ranking_item_point_h4:after{
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 32px 0 0;
    border-color: #f35f87 transparent transparent transparent;
}

ul.ranking_item_point_list{
font-weight: bold;
padding: 0 0 0 42px;
margin: 0 0 0;
}

ul.ranking_item_point_list li{
position: relative;
margin: 0 0 10px;
line-height: 1.3;
}

ul.ranking_item_point_list li span.__small{
font-size: 20px;
color: #666;
}

ul.ranking_item_point_list li:after{
position: absolute;
content: '\f00c';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: -40px;
	top: 3px;
	color: var(--red02);
}

p.ranking_item_point_description{
    background-color: #fff;
    background-image: linear-gradient(180deg, #f5f5f5 1px, transparent 1px);
    background-size: 100% 2em;
    line-height: 2.0em;
    padding-bottom: 4px;
	font-size: 24px;
}

p.ranking_item_point_description span.__red{
color: var(--red01);
font-weight: bold;
}

.ranking_item_microcopy{
display: inline-block;
font-weight: bold;
position: relative;
line-height: 1;
margin: 0 0 10px;
}

.ranking_item_microcopy:after,.ranking_item_microcopy:before{
position: absolute;
content: '';
background-image: url(../images/aga_ranking_microcopy_right.png);
width: 16px;
height: 32px;
right: -30px;
bottom: 0;
}

.ranking_item_microcopy:before{
background-image: url(../images/aga_ranking_microcopy_left.png);
left: -30px;
right: auto;
bottom: 0;
}

.center{
text-align: center;
}

a.ranking_item_linkbutton{
    width: 100%;
    text-align: center;
    font-size: 32px;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #22C77F;
    font-weight: bold;
    box-shadow: 0 8px 0 #419a73;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px;
}

a.ranking_item_linkbutton:after{
 content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

p.ranking_item_addition{
margin: 28px 0 0 ;
font-size: 22px;
}

.ranking_item_sample_box{
padding: 60px 20px 20px;
position: relative;
margin: 0 0 30px;
border: solid 1px var(--blue02);
}

.ranking_item_sample_h4_wrap{
position: absolute;
top: 0;
left: 0;
}

h4.ranking_item_sample_h4{
background: var(--blue02);
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 10px 0px 12px 15px;
    height: 50px;
    font-size: 28px;
}

h4.ranking_item_sample_h4:after{
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 32px 0 0;
    border-color: var(--blue02) transparent transparent transparent;
}

img.ranking_item_sample_image{
width: 100%;
}


h4.ranking_item_review_h4{
font-size: 28px;
}

h4.ranking_item_review_h4:before{
    content: '\f086';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 32px;
    color: #f35f87;
    margin: 0 10px 0 0;
}

li.ranking_item_review{
position: relative;
}

ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child){
margin: 0 0 20px;
padding: 0 0 20px;
}

ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child):after{
position: absolute;
display: block;
content: '';
background: #ccc;
height: 2px;
width: calc(100%);
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
 }

.ranking_item_review__profile{
padding: 0 0 0 84px;
height: 64px;
position: relative;
font-size: 24px;
line-height: 1;
margin: 0 0 20px;
font-weight: bold;
}

.ranking_item_review__profile:before{
position: absolute;
content: '';
display: inline-block;
width: 64px;
height: 64px;
background: url(../images/aga_ranking_item_review-icon.png);
left: 0;
background-repeat: no-repeat;
}

.ranking_item_review__title{
color: #f35f87;
margin: 0 0 10px;
font-size: 28px;
}

.ranking_item_review__score{
margin: 0 0 10px;
}

.ranking_item_review__profile_detail{

}

.ranking_item_review__profile_detail span.__medicine{
background: var(--blue04);
border: solid 1px var(--blue02);
padding: 0 10px;
font-weight: bold;
color: var(--blue02);
border-radius: 4px;
font-size: 20px;
margin: 0 0px 0 0;
}

p.ranking_item_review__description{
font-size: 24px;
}

.ranking_item_review__box{
position: relative;
margin: 0 0 0;
}

.grad-btn {
  z-index: 2;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 5px 0;
    border-radius: 4px;
    background: #f35f87;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	font-weight: bold;
}

ul.ranking_item_review__wrap{
padding: 20px;
background: #fff;
  position: relative;
  overflow: hidden;
  height: 280px;
  border: solid 1px #f35f87;
}

ul.ranking_item_review__wrap::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
  z-index: 1;
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ ul.ranking_item_review__wrap{
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ ul.ranking_item_review__wrap::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

p.ranking_item_review_notice{
font-size: 20px;
margin: 0 0 30px;
color: #666;
}

/*merit
----------------------------------------------------------------------*/

section.merit{
padding: 0 20px;
margin: 0 0 60px;
}

.merit_h2_wrap{
position: relative;
padding: 152px 0 0;
margin: 0 0 20px;
}

.merit_h2_wrap h2.merit_h2{
margin: 0 auto 0;
}

.merit_h2_wrap:before{
position: absolute;
content: '';
background-image: url(../images/aga_merit_h2_image.png);
width: 196px;
height: 152px;
top: 0px;
    left: calc(50% - 20px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

img.merit_image_01{
width: 100%;
margin: 0 0 20px;
}

.pickup_microcopy{
display: inline-block;
font-weight: bold;
position: relative;
line-height: 1;
margin: 0 0 10px;
}

.pickup_microcopy:after,.pickup_microcopy:before{
position: absolute;
content: '';
background-image: url(../images/aga_ranking_microcopy_right.png);
width: 16px;
height: 32px;
right: -30px;
bottom: 0;
}

.pickup_microcopy:before{
background-image: url(../images/aga_ranking_microcopy_left.png);
left: -30px;
right: auto;
bottom: 0;
}

/*qanda
----------------------------------------------------------------------*/

section.qanda{
padding: 0 20px;
margin: 0 0 60px;
}

#question .accordion-area{
    list-style: none;
	margin:0 auto;
}

#question .accordion-area li{
    margin: 10px 0;
}

#question .accordion-area li:last-child{
margin: 0;
}

#question .accordion-area section {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 10px;
}

/*アコーディオンタイトル*/
#question .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:24px;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	background: #fff;
	font-weight: bold;
	border-radius: 10px;
}

/*アイコンの＋と×*/
#question .title::before,
#question .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
#question .title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
#question .title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
#question .title.close::before{
  transform: rotate(45deg);
}

#question .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
#question .box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}

#question .box p{
font-size: 20px;
}




/*result
----------------------------------------------------------------------*/
section.result{
padding: 20px 20px 0;
}

.result_header01{
background: #fff;
border-radius: 10px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 15px;
}

.result_header01_counter{
font-size: 24px;
}

span.result_header01_counter_color{
color: #ff4b4b;
font-weight: bold;
}

a.result_header01_change-button_wrap{
text-decoration: none;
}

.result_header01_change-button{
color: #888;
font-weight: bold;
font-size: 24px;
padding: 15px 10px;
background: #f4f4f4;
border-radius: 6px;
line-height: 1;
border: solid 2px #ccc;
}

.result_header01_change-button i{
margin: 0 10px 0 0 ;
}

.result_header02{
padding: 20px;
background: #fff;
margin: 0 0 15px;
border-radius: 10px;
}

h3.result_header02_h3{
font-weight: normal;
color: #444;
margin: 0 0 10px;
font-size: 28px;
}

h3.result_header02_h3 i{
margin: 0 5px 0 0;

}

.result_header02_wrap{
}

ul.result_header02_settings_wrap{
padding: 0;
display: flex;
flex-wrap: wrap;
}

ul.result_header02_settings_wrap li{
padding: 5px 10px 5px 20px;
border: solid 2px var(--blue01);
color: var(--blue01);
font-weight: 600;
margin: 0 10px 10px 0;
position: relative;
font-size: 24px;
}

ul.result_header02_settings_wrap li:after{
position: absolute;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 5px;
	color: var(--blue01);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

section.notice_result{
text-align: center;
padding: 20px;
margin: 0 0 20px;
border-radius: 10px;
background: #FFF4EB;
border: solid 2px #ff7e0e;
}

h3.notice_result_title{
font-size: 20px;
}

h3.notice_result_title:before{
content: '\f058';
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #00cc99;
margin: 0 5px 0 0;
}

p.notice_result_description{
font-size: 20px;
text-align: center;
}

section.notice_result.result_none{
background: #fff;
}

section.notice_result.result_none h3.notice_result_title:before{
color: #ff4b4b;
}

#submit_select{
margin: 0 0 30px auto;
padding: 0 15px;
background: #fff;
border: 1px solid #ccc;
border-radius: 10px;
width: 320px;
height: 50px;
font-size: 20px;
line-height: 48px;
display: block;
color: #888;
}

.result_item{
padding: 20px;
border-radius: 10px;
background: #fff;
margin: 0 0 30px;
}

.result_item:last-child{
margin: 0 0 60px;
}

.result_item_header{
position: relative;
display: flex;
padding: 0 0 20px;
justify-content: space-between;
border-bottom: solid 2px #ccc;
margin: 0 0 20px;
align-items: center;
}

.result_item_header_rank{
position: absolute;
height: 84px;
width: 72px;
background-image: url(../images/aga_ranking-item_rank-icon01.png);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
font-weight: bold;
font-size: 40px;
left: 0;
top: 0;
}

.result_item_header_feature {
background: var(--red01);
color: #fff;
line-height: 1;
padding: 10px 15px 12px;
border-radius: 10px;
position: relative;
}

.result_item_header_feature:after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -15px;
   
    border-right: 15px solid var(--red01);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

h3.result_item_header_h3{
font-size: 36px;
}

.result_item_header_star{
font-size: 22px;
}

 .result_item_header_star span.__score{
 font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
font-weight: normal;
font-size: 28px;
 }

.result_item_spec01{
display: flex;
align-items: flex-start;
margin: 0 0 20px;
}

a.result_item_banner_wrap{
margin: 0 20px 0 0;
}

img.result_item_banner{
width: 300px;
}

table.result_item_spec01_table,table.result_item_spec02_table{
width: 100%;
border-collapse: collapse;
text-align: center;
font-size: 24px;
}

table.result_item_spec01_table th,table.result_item_spec01_table td,table.result_item_spec02_table th,table.result_item_spec02_table td{
border: solid 1px var(--blue02);
}

table.result_item_spec01_table th,table.result_item_spec02_table th{
background: var(--blue02);
color: #fff;
line-height: 1;
padding: 10px 0;
text-shadow: 0 1px 1px var(--blue01);
}

table.result_item_spec01_table td,table.result_item_spec02_table td{
padding: 15px 0;
}

table.result_item_spec02_table{
margin: 0 0 20px;
}

table.result_item_spec02_table th{
width: calc(100% / 3);
}

table.result_item_spec02_table span.__small{
font-size: 20px;
}

.result_item_point_box{
padding: 60px 20px 20px;
position: relative;
margin: 0 0 20px;
border: solid 1px var(--red02);
}

.result_item_point_h4_wrap{
position: absolute;
top: 0;
left: 0;
}

h4.result_item_point_h4{
background: var(--red02);
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 10px 0px 12px 15px;
    height: 50px;
    font-size: 28px;
}

h4.result_item_point_h4:after{
    content: '';
    position: absolute;
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 32px 0 0;
    border-color: var(--red02) transparent transparent transparent;
}

ul.result_item_point_list{
font-weight: bold;
padding: 0 0 0 42px;
margin: 0 0 20px;
}

ul.result_item_point_list li{
position: relative;
margin: 0 0 10px;
}

ul.result_item_point_list li:after{
position: absolute;
content: '\f00c';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: -40px;
	top: 3px;
	color: var(--red02);
}

p.result_item_point_description{
    background-color: #fff;
    background-image: linear-gradient(180deg, #f5f5f5 1px, transparent 1px);
    background-size: 100% 2em;
    line-height: 2.0em;
    padding-bottom: 4px;
	font-size: 24px;
}

p.result_item_point_description span.__red{
color: var(--red01);
font-weight: bold;
}

.result_item_microcopy{
display: inline-block;
font-weight: bold;
position: relative;
line-height: 1;
margin: 0 0 10px;
}

.result_item_microcopy:after,.result_item_microcopy:before{
position: absolute;
content: '';
background-image: url(../images/aga_ranking_microcopy_right.png);
width: 16px;
height: 32px;
right: -30px;
bottom: 0;
}

.result_item_microcopy:before{
background-image: url(../images/aga_ranking_microcopy_left.png);
left: -30px;
right: auto;
bottom: 0;
}

.center{
text-align: center;
}

a.result_item_linkbutton{
    width: 100%;
    text-align: center;
    font-size: 32px;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #22C77F;
    font-weight: bold;
    box-shadow: 0 8px 0 #419a73;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px;
}

a.result_item_linkbutton:after{
 content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

p.result_item_addition{
margin: 28px 0 0 ;
font-size: 22px;
}




/*category
----------------------------------------------------------------------*/

section.category{
margin: 0 0 60px;
}

h2.category_h2{
background: linear-gradient(to bottom , #fd5392 , #f86f64);
color: #fff;
font-size: 36px;
text-align: center;
padding: 20px 0;
margin: 0 0 20px;
}

a.category_menu_item_wrap{
text-decoration: none;
color: #444;
}

li.category_menu_item{
background: #f5f5f5;
display: flex;
margin: 0 0 20px;
align-items: center;
position: relative;
}

li.category_menu_item:after{
position: absolute;
content: '\f054';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 36px;
right: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

img.category_menu_item_icon{
margin: 0 20px 0 0;
}

.category_menu_item_title{
font-weight: bold;
font-size: 32px;
}

.category_menu_item_description{
font-size: 24px;
}

/*検索ボックス
----------------------------------------------------------------------*/

#search h2 span.color{
color: #ee827c;
}

#search{
margin:0px auto 0px;
position: absolute;
z-index: 2;
}

#search .inner{
border: solid 1px #004444;
background-color: #f5f5f5;

}

#search h2{
background-color: #fff;
text-align: center;
border-radius: 20px 20px 0px 0px;
color: #666;
padding: 20px 0px;
font-size: 20px;

}

#search h2 i{
margin: 0 10px 0 0;

}

#search .form-wrap{

}

#search .form-wrap form{
background: #fff;
padding: 30px;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
border-radius: 0px 0px 20px 20px;
width: 680px;
}

#search select{
width: 100%;
padding: 20px 20px 20px 150px;
border-radius: 40px;
font-size: 15px;
font-weight: bold;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

#search .select-wrap{
position: relative;
margin: 0 0 20px;
}

#search .select-wrap:nth-child(odd){
margin: 0 15px 20px 0;
}

#search .select-wrap:nth-child(even){
margin: 0 0 20px 15px;
}

#search .select-wrap:before{
position: absolute;
content: 'デフォルト';
display: inline-block;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#search .select-wrap.qs1:before{
content:'ご年齢';
}

#search .select-wrap.qs2:before{
content:'ご職業';
}

#search .select-wrap.qs3:before{
content:'現在の就業状況';
}

#search .select-wrap.qs4:before{
content:'現在のご年収';
}


#search table{
width: 100%;
}

#search input[type="submit"]{
    width: 50%;
    height: 60px;
    margin: 20px auto 0px;
    padding: 0 20px;
    display: block;
    border: none;
    border-radius: 40px;
    font-size: 20px;
    background:   #ff4b4b;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
	box-shadow: 0px 4px 0px #992d2d;

}


#search .inner label{
display: block;
width: 100%;
background-color: #004444;
text-align: center;
color: #fff;
font-weight: normal;
padding: 10px;
font-size: 18px;
    cursor :pointer;
    transition: all 0.5s;
position: relative;
}


.acd-check{
    display: none;
}
.acd-label{
    color: #999;
    display: block;
    margin: 0px auto 1px;
    position: relative;
	width: 200px;
	text-align: center;

}
.acd-label:before{
    box-sizing: border-box;
    content: '\f055';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color: #ff6633;
	margin-right: 10px;
	vertical-align: -2px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:before{
    content: '\f056';
	color: #999;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 230px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.acd-content table{
border-collapse: collapse;

}

.acd-content table td{
border: solid 2px #ccc;
width: 50%;
font-size: 20px;
padding: 20px;
background: #f5f5f5;
}


/*about
---------------------------------------------------------------------------*/

section.about{
width: 100%;
max-width: 2000px;
padding: 40px 0 0;
}

h2.about_h2{
font-size: 32px;
padding: 10px 0;
margin: 0 0 40px;
background: #e1e1e1;
border-radius: 10px 10px 0 0;

}

h2.about_h2:after,h2.about_h2:before{
content:'－';
margin: 0 10px 0 10px;
color: #999;
}


table.about_table{
width: 100%;
border-collapse: collapse;
text-align: left;
margin: 0 auto 60px;
font-size: 24px;
}

table.about_table tr{
border-bottom: dotted 2px #ccc;
}

table.about_table tr:first-child{
border-top: dotted 2px #ccc;
}

table.about_table th,table.about_table td{
padding: 15px 0px;
}

h4.about_h4{
font-size: 28px;
border-left: solid 6px #888;
padding: 0 0 0 6px;
line-height: 1.25;
margin: 0 0 15px;
}

p.about_p{
margin: 0 0 30px;
}

p.about_p:last-child{
margin: 0 0 60px;
}

/*survey
---------------------------------------------------------------------------*/

section.survey{
width: 100%;
max-width: 2000px;
padding: 40px 0 0;
}

h2.survey_h2{
font-size: 32px;
padding: 10px 0;
margin: 0 0 40px;
background: #e1e1e1;
border-radius: 10px 10px 0 0;
}

h2.survey_h2:after,h2.survey_h2:before{
content:'－';
margin: 0 10px 0 10px;
color: #999;
}

h3.survey_h3{
font-size: 28px;
border-left: solid 6px #ccc;
border-bottom: solid 1px #ccc;
padding: 0 0 6px 6px;
line-height: 1.35;
margin: 0 0 15px;
}

p.survey_p{
margin: 0 0 30px;
}

p.survey_p:last-child{
margin: 0 0 60px;
}

/*search_step
---------------------------------------------------------------------------*/


section.top_search{
margin: 0 0 0px;
}

section.search_step{
padding: 0 0px 40px;
width: 100%;
}

form.search_step_form{

}

h2.search_step_h2{
background: linear-gradient(to bottom , var(--blue01) , var(--blue02));
color: #fff;
border-radius: 10px 10px 0 0;
font-size: 28px;
line-height: 1;
padding: 22px 0 20px;
text-align: center;
}

.search_step_h2_wrap{
margin: 0 0 0;
position: relative;
}

img.search_step_h2_baloon{
position: absolute;
width: 92px;
top: -24px;
left: -20px;
}

#step_area html {
  line-height: 1;
}
#step_area ol, #step_area ul {
  list-style: none;
}
#step_area table {
  border-collapse: collapse;
  border-spacing: 0;
}
#step_area caption, #step_area th, #step_area td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#step_area q, #step_area blockquote {
  quotes: none;
}
#step_area q:before, #step_area q:after, #step_area blockquote:before, #step_area blockquote:after {
  content: "";
  content: none;
}
#step_area a img {
  border: none;
}
#step_area article, #step_area aside, #step_area details, #step_area figcaption, #step_area figure, #step_area footer, #step_area header, #step_area hgroup, #step_area main, #step_area menu, #step_area nav, #step_area section, #step_area summary {
  display: block;
}
#step_area html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
#step_area body {
  font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Lucida Grande",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  color: #696969;
}
#step_area input, #step_area select, #step_area textarea, #step_area button, #step_area option {
  font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Lucida Grande",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  color: #696969;
  font-size: 1rem;
}
#step_area button {
  cursor: pointer;
}
#step_area a {
  text-decoration: none;
  color: #696969;
}
#step_area input[type="submit"] {
  -webkit-appearance: none;
}

:root {
  --main-color: #5bb75b;
  --sub-color: #ff7e0e;
}

#step_area {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 20px 20px 10px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  border: solid 4px var(--blue02);
}
#step_area .step_title {  
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px;
}
#step_area .step_count {
  padding: .5rem;
}
#step_area .step_count ul {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
#step_area .step_count ul li {
  background: #b0b0b0;
  padding: .5rem .5rem .6rem;
  border-radius: 100px;
  color: #ffffff;
  position: relative;
  line-height: 1;
}
#step_area .step_count ul li.active {
  background: #ffd940;
  color: #666;
  font-weight: bold;
}
#step_area .step_count ul li.active:not(:first-of-type):before {
  background: #ffd940;
}
#step_area .step_count ul li:not(:first-of-type) {
  margin-left: 1rem;
}
#step_area .step_count ul li:not(:first-of-type):before {
  content: '';
  display: block;
  background: #b0b0b0;
  height: 2px;
  position: absolute;
  left: -1rem;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#step_area .step_body {
  
}
#step_area .step_body .step {
  display: none;
  flex-wrap: wrap;
}
#step_area .step_body .step.open {
  display: flex;
  justify-content: flex-start;
}
#step_area .step_body .step .label_wrap {
  flex-basis: calc((100% - 20px) / 3);
  padding: 0;
  box-sizing: border-box;
}

#step_area .step_body .step .label_wrap:nth-child(3n-1){
margin: 0 10px 10px 10px;
}

#step_area .step_body .step .label_wrap label span {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  padding: .5rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid var(--sub-color);
  border-radius: 5px;
  transition: .5s background-color,color;
  position: relative;
  background: #FFF4EB;
}

#step_area .step_body .step .label_wrap label span:after{
position: absolute;
content: '\f054';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 18px;
right: 5px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
color: var(--sub-color);
}


#step_area .step_body .step .label_wrap label input[type="radio"],
#step_area .step_body .step .label_wrap label input[type="checkbox"] {
  display: none;
}
#step_area .step_body .step .label_wrap label input[type="radio"]:checked + span,
#step_area .step_body .step .label_wrap label input[type="checkbox"]:checked + span {
  background: var(--sub-color);
  color: #ffffff;
}
#step_area .step_body .step .button_wrap {
  flex: 100%;
  padding: .5rem 0;
  display: flex;
  justify-content: space-evenly;
}
#step_area .step_body .step .button_wrap .button, #step_area .step_body .step .button_wrap button {
  padding: .2rem 2rem;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  font-size: 20px;
}
#step_area button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#step_area .step_body .step .button_wrap button.search_start{
background: #ff4b4b;
color: #fff;
}

.search_step_wrap{

}

.search_step_wrap section.search_step{
position: relative;
top: 0;
margin: 0 0 60px;
}

.search_step_wrap form.search_step_form{
width: 100%;
}

.search_step_wrap #step_area{
padding: 20px 60px 10px;
}

/*step02
---------------------------------------------------------------------------*/

section.search_step02 input,section.search_step02 select {
  -webkit-appearance: auto;
  appearance: auto;
}

.search_inner{
padding: 40px;
background: #fff;
border: solid 2px var(--blue02);
}

.top_search .search_step02{
width: calc(100% - 40px);
margin: 0 auto 50px;
}

.search_question{
font-size: 32px;
}

.search_select_wrap{
display: flex;
flex-wrap: wrap;
margin: 0 0 20px;
}

.search_select_wrap label{
width: calc((100% - 20px)/2);
display: block;
}

.search_select_wrap label:nth-child(odd){
margin: 0 20px 0 0;
}

.search_step02 button[type="submit"] {
    width: 50%;
    height: 60px;
    margin: 16px auto 0;
    padding: 0 20px;
    display: block;
    border: none;
    border-radius: 6px;
    font-size: 32px;
    background: #f35f87;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


/*画面幅～750px
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

.sp{
display: block;
}

body{
font-size: 14px;
}



/*コンテンツ
---------------------------------------------------------------------------*/


#contents{
width: 100%;
margin:0;
overflow: hidden;
}

.inner{
box-sizing: border-box;
width: 100%;

}


/*_new
---------------------------------------------------------------------------*/

header{
width: 100%;
padding: 10px;
overflow: hidden;
background: #f35f87;
}

.header-wrap{
padding: 0;
}

.header-wrap img.logo{
top: 18px;
width: 125px;
}


img.logo-link{
width: 140px;
}
.tablesorter-default{
font-size: 10px;
}

#search.search-result{
margin: 0 0 5px;
}

#page_top{
  right: 10px;
  bottom: 10px;
  background: #3f98ef;
  opacity: 0.8;
  border-radius: 50%;
}


/*nav
---------------------------------------------------------------------------*/


.hamburger-menu{
width: 38px;
height: 34px
}

.hamburger-menu__line:before{
transform:translateY(-12px);
}

.hamburger-menu__line:after{
transform: translateY(12px);
}

.nav-sp{
width: 50vw;
right: -50vw;
padding: 60px 0px 0px;
}

header .btn-wrap a{
font-size: 12px;
padding: 0 5px 10px 10px;
font-weight: bold;
}

header .btn-wrap a i{
margin: 0 5px 0 0;
}

.nav_li_label{
margin: 0 0 10px;
font-size: 12px;
}

#search{
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
top:225px;
}

section.result #search{
position: relative;
top:0px;
padding: 20px 20px 0px;
}

section.result #search .form-wrap{
margin: 0 0 10px;;
padding: 0;
}

#search .form-wrap{
padding: 0px 10px;
margin: 0 0 20px;
}

#search h2{
font-size: 14px;
border-radius: 10px 10px 0px 0px;
padding: 10px 0px;
}

#search .form-wrap form{
padding: 15px;
border-radius: 0 0 10px 10px;
width: calc(100vw - 40px);
}

#search select{
padding: 10px 10px 10px 150px;
font-size: 14px;
margin: 0 0 10px;
}

#search .select-wrap{
margin: 0 0 10px;
}

#search .select-wrap:last-child{
margin: 0;
}

#search .select-wrap:before{
left: 15px;
font-size: 12px;
top: 20px;
}


.acd-check:checked + .acd-label + .acd-content{
padding: 10px 0;
height: 140px;
}

.acd-label{
margin: 10px auto 0px;
}

.acd-content table td{
font-size: 12px;
padding: 10px;
}

#search input[type="submit"]{
font-size: 14px;
height: 40;
margin: 10px auto 0px;
height: 35px;
}



.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:10px auto 0;
  
}
.tab-wrap:after {
}

.tab-label {
padding: 0.5rem 1rem;
font-size: 16px;
text-shadow: none;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  

}

.tab-switch:checked+.tab-label+.tab-content {
padding: 20px 0 0;

}

/* ラジオボタン非表示 */
.tab-switch {
}


/*fv
----------------------------------------------------------------------*/

section.fv{
margin: 0 0 10px;
}

.fv_pr{
font-size: 10px;
right: 15px;
top: 15px;
padding: 5px 5px 3px;
border: solid 1px #fff;
border-radius: 4px;
}

img.fv_image{
}

.fv_looplogo{
height: 40px;
width: 100%;
margin: 0 0 20px;
}

img.fv_looplogo_images{
}

.fv_looplogo img.fv_looplogo_images:first-child{
animation: slide1 60s -30s linear infinite;
}

.fv_looplogo img.fv_looplogo_images:last-child{
animation: slide2 60s 0s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
 
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


/*pickup
----------------------------------------------------------------------*/

section.pickup{
padding: 0px 0px;
margin: 0 0 40px;
}

h2.pickup_h2{
font-size: 22px;
text-shadow:0 1px 1px rgba(0,0,0,0.5);
padding: 20px 0 15px;
margin: 0 0 10px;
}

h2.pickup_h2:after{
bottom: -8px;
border-width: 8px 6px 0 6px;
}

span.pickup_h2_subtitle{
padding: 8px 10px;
top: -15px;
font-size: 14px;
border: solid 3px #ffa5bd;
}

img.pickup_h2_sideicon01,img.pickup_h2_sideicon02{
width: 48px;
top:32%;
}

img.pickup_h2_sideicon01{
left: 10px;
}

img.pickup_h2_sideicon02{
right: 10px;
}


h2.elements_h2,h2.compare_h2,h2.merit_h2,h2.qanda_h2{
width: 209px;
height: 36px;
line-height: 36px;
padding: 0px 10px;
font-size: 16px;
margin: 0 auto 10px;
}

.elements_h2_subtitle{
margin: 0 0 5px;
font-size: 14px;

}

.elements_h2_subtitle:before, .elements_h2_subtitle:after {
    height: 1rem;
    content: '';
}

.elements_h2_subtitle:before {
border-left: solid 2px #444;
left: -10px;
}

.elements_h2_subtitle:after {
border-right: solid 2px #444;
right: -10px;
}

.pickup_item{
padding: 10px;
border-radius: 6px;
width: calc(100% - 20px);
}

.pickup_item_inner {
margin: 0 0 10px;
}

a.pickup_item_banner_wrap{
margin: 0 10px 0 0;
}

IMG.pickup_item_banner{
width: 130px;
}

a.pickup_item_servicename{
font-size: 18px;
margin: 0 0 5px;
}

.pickup_item_value{
margin: 0 0 5px;
}

.pickup_item_value .__label{
padding: 2px 2px 4px;
font-size: 12px;
margin: 0 5px 0 0;
}

.pickup_item_value span.__score{
}

.pickup_item_value .__star{
white-space: nowrap;
}

p.pickup_item_description{
font-size: 12px;
margin: 0 0 5px;
font-weight: bold;
}

a.pickup_item_linkbutton{
font-size: 16px;
box-shadow: 0 3px 0 #046140;
padding: 10px 0;
}

/*countdown
----------------------------------------------------------------------*/


.countdown{
border-radius: 6px;
padding: 5px 5px 5px 10px;
font-size: 12px;
margin: 0 auto 10px;
}

.countdown.countdown_timeout{
width: 290px;
}

.countdown.countdown_timeout .countdown-timer{
}

.countdown:after{
bottom: -8px;
border-width: 8px 5px 0 5px;
}

.countdown .countdown-label{
margin: 0 10px 0 0;
}

.countdown .countdown-timer{
padding: 5px;
border-radius: 6px;
}

.countdown .countdown-timer i{
margin-right: 6px;
font-size: 13px;
vertical-align: -1px;
}

.countdown .countdown-timer span#timer01{
}

#timer01,#timer02,#timer03,#timer04,#timer05,#timer06,#timer07,span.timer_yellow{
}

h2.pickup02_h2{
font-size: 20px;
margin: 0 0 10px;
}

h2.pickup02_h2:before,h2.pickup02_h2:after{
margin: 0 8px;
}


/*elements
----------------------------------------------------------------------*/

section.elements{
margin: 0 0 40px;
padding: 0 10px;
}

.elements_acordion_wrap{
margin: 0 0 15px;
}

/*アコーディオンタイトル*/
.elements_acordion_title {
font-size: 16px;
margin: 0 0 5px;
padding: 10px 10px 10px 40px;
border-radius: 6px 6px 0 0;
text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}

/*アイコンの＋と×*/
.elements_acordion_title::before,
.elements_acordion_title::after{
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.elements_acordion_title::before{
    right: 10px;
    
}
.elements_acordion_title::after{    
    right: 10px;
}

.elements_acordion_title.close{
border-radius: 6px;
}
    
/*　closeというクラスがついたら形状変化　*/
.elements_acordion_title.close::before{
}

.elements_acordion_title.close::after{
}

/*アコーディオンで現れるエリア*/
.elements_acordion_box {
  margin: 0 0 10px;
    padding: 10px;
	border-radius: 0 0 6px 6px;
    border: solid 1px #ffa5bd;
}

.elements_acordion_box.hidden{
}


.fv_inner_category .elements_acordion_wrap{
margin: 20px 0 0;
}

span.__title_number{
font-size: 24px;
left: 10px;
}

.__title_triangle{
border-width: 60px 0px 0px 60px;
}

img.__box_image{
}

p.__box_notice{
font-size: 12px;
}

a.__box_notice_link{
}

p.__box_text{
font-size: 14px;
margin: 10px 0 0;
}

p.__box_text span.__red{
}

.__box_list_title{
font-size: 16px;
}

.__box_list_title:before,.__box_list_title:after{
}

ul.__box_list{
margin: 5px 0 0;
padding: 10px;
padding: 10px 20px 10px 40px;
}

ul.__box_list li{
padding: 8px 0;
font-size: 16px;
border-bottom: dotted 2px #ccc;
}

ul.__box_list li:before{
left: -24px;
}

ul.__box_list li:first-child{
border-top: dotted 2px #ccc;
}


/*compare
----------------------------------------------------------------------*/

section.compare{
padding: 0 10px;
margin: 0 0 40px;
}

table.compare_table{
margin: 0 0 10px;
}

table.compare_table th{
font-size: 12px;
padding: 5px 0;
}

table.compare_table td{
padding: 8px 0;
font-size: 12px;
}

table.compare_table tr td,table.compare_table tr th{
}

table.compare_table tr td:first-child{
border-right: solid 2px #DC6574;
border-left:  solid 2px #DC6574;
}

table.compare_table tr th:first-child{
border-right: solid 2px #DC6574;
border-left:  solid 2px #DC6574;
}

table.compare_table tr:first-child th:first-child{
border-top: solid 2px #DC6574;
}

table.compare_table tr:last-child td:first-child{
border-bottom: solid 2px #DC6574;
}


tr.compare_table_tr_rank th{
font-size: 14px;
}

tr.compare_table_tr_rank th.__th01{

}

tr.compare_table_tr_rank th.__th02{

}

tr.compare_table_tr_rank th.__th03{

}

tr.compare_table_tr_banner a.__banner_wrap{

}

tr.compare_table_tr_banner img.__banner{
width: 100px;
}

tr.compare_table_tr_value span.__score{
font-size: 14px;
}

tr.compare_table_tr_preplan-fee td span.__small,tr.compare_table_tr_groplan-fee td span.__small{
font-size: 10px;
}

tr.compare_table_tr_link a.__linkbutton{
width: calc(100% - 10px);
font-size: 12px;
box-shadow: 0 3px 0 #046140;
padding: 6px 0;
}

p.compare_addition{
font-size: 11px;
}

/*reason
----------------------------------------------------------------------*/

section.reason{
padding: 0 10px;
margin: 0 0 40px;
}

img.reason_image{

}


/*ranking
----------------------------------------------------------------------*/

section.ranking{
margin: 0 0 40px;
}


h2.ranking_h2{
padding: 10px 0;
margin: 0 0 10px;
font-size: 20px;
}

h2.ranking_h2 span.__small{
font-size: 14px;
}

h2.ranking_h2:before,h2.ranking_h2:after{
position: absolute;
display: inline-block;
content: '';
background-size: contain;
width: 21px;
height: 48px;
}

h2.ranking_h2:before{
background-image: url(../images/aga_ranking_h2_icon01.png);
left: 5px;
bottom: 10px;
}

h2.ranking_h2:after{
background-image: url(../images/aga_ranking_h2_icon02.png);
right: 5px;
bottom: 10px;
}

.ranking_inner{
padding: 0 10px;
}

.ranking_item{
padding: 10px;
border-radius: 6px;
margin: 0 0 15px;
}

.ranking_item_header{
padding: 0 0 15px 41px;
border-bottom: solid 1px #ccc;
margin: 0 0 10px;
}

.ranking_item_header_rank{
height: 42px;
width: 36px;
font-size: 20px;
}

.ranking_item_header_rank.rank02{

}

.ranking_item_header_rank.rank03{

}

.ranking_item_header_rank.rank04,.ranking_item_header_rank.rank05{

}


h3.ranking_item_header_h3{
font-size: 20px;
width: calc(100% - 92px);
}

.ranking_item_header_star{
font-size: 11px;
width: 92px;
}

 .ranking_item_header_star span.__score{
font-size: 14px;
 }

.ranking_item_spec01{
margin: 0 0 10px;
}

a.ranking_item_banner_wrap{
margin: 0 0 10px;
}

img.ranking_item_banner{
width: 100%;
}

table.ranking_item_spec01_table,table.ranking_item_spec02_table{
font-size: 12px;
}

table.ranking_item_spec01_table th,table.ranking_item_spec01_table td,table.ranking_item_spec02_table th,table.ranking_item_spec02_table td{

}

table.ranking_item_spec01_table th,table.ranking_item_spec02_table th{
padding: 5px 0;
}

table.ranking_item_spec01_table td,table.ranking_item_spec02_table td{
padding: 8px 0;
}

table.ranking_item_spec02_table{
margin: 0 0 10px;
}

table.ranking_item_spec02_table th{
}

table.ranking_item_spec02_table span.__small{
font-size: 10px;
}

.ranking_item_point_box{
padding: 30px 10px 10px;
margin: 0 0 10px;
}

.ranking_item_point_h4_wrap{

}

h4.ranking_item_point_h4{
    padding: 5px 0px 6px 8px;
    height: 25px;
    font-size: 14px;
}

h4.ranking_item_point_h4:after{
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 16px 0 0;

}

ul.ranking_item_point_list{
padding: 0 0 0 21px;
margin: 0 0 10px;
}

ul.ranking_item_point_list li{
margin: 0 0 10px;
}

ul.ranking_item_point_list li span.__small{
font-size: 10px;
}

ul.ranking_item_point_list li:after{
left: -20px;
top: 2px;
}

p.ranking_item_point_description{
    padding-bottom: 4px;
	font-size: 12px;
}

p.ranking_item_point_description span.__red{
}

.ranking_item_microcopy{
margin: 0 0 5px;
}

.ranking_item_microcopy:after,.ranking_item_microcopy:before{
background-size: cover;
width: 8px;
height: 16px;
right: -15px;
bottom: 0;
}

.ranking_item_microcopy:before{
left: -15px;
right: auto;
bottom: 0;
}

.center{

}

a.ranking_item_linkbutton{
    font-size: 16px;
    box-shadow: 0 4px 0 #419a73;
    border-radius: 6px;
    padding: 15px 0;
    margin: 0 auto 4px;
}

p.ranking_item_addition{
margin: 14px 0 0 ;
font-size: 11px;
}

.ranking_item_sample_box{
padding: 30px 10px 10px;
margin: 0 0 15px;
}

.ranking_item_sample_h4_wrap{
}

h4.ranking_item_sample_h4{
    padding: 5px 0px 6px 8px;
    height: 25px;
    font-size: 14px;
}

h4.ranking_item_sample_h4:after{
    right: -16px;
    border-width: 25px 16px 0 0;
}

img.ranking_item_sample_image{

}


h4.ranking_item_review_h4{
font-size:  14px;
}

h4.ranking_item_review_h4:before{
    font-size: 16px;
    margin: 0 5px 0 0;
}

li.ranking_item_review{
}

ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child){
margin: 0 0 10px;
padding: 0 0 10px;
}

ul.ranking_item_review__wrap li.ranking_item_review:not(:last-child):after{
height: 1px;
 }

.ranking_item_review__profile{
padding: 0 0 0 42px;
height: 32px;
font-size: 12px;
margin: 0 0 10px;
}

.ranking_item_review__profile:before{
width: 32px;
height: 32px;
background: url(../images/aga_ranking_item_review-icon_male.png);
left: 0;
background-repeat: no-repeat;
background-size: contain;
}

.ranking_item_review__score{
margin: 0 0 5px;
}

.ranking_item_review__profile_detail{

}

.ranking_item_review__profile_detail span.__medicine{
padding: 0 5px;
border-radius: 2px;
font-size: 10px;
}

.ranking_item_review__title{
color: #f35f87;
margin: 0 0 5px;
font-size: 14px;
}

p.ranking_item_review__description{
font-size: 12px;
}

.ranking_item_review__box{
margin: 0 0 0;
}

.grad-btn {
    bottom: 10px;
    left: 0;
    width: 74px;
    padding: 3px 0;
    border-radius: 2px;
    font-size: 12px;
}

ul.ranking_item_review__wrap{
padding: 10px;
  height: 140px;
}

ul.ranking_item_review__wrap::before {
  height: 60px; /*グラデーションで隠す高さ*/
}
.grad-trigger {
}
.grad-trigger:checked + .grad-btn {
}
.grad-trigger:checked ~ ul.ranking_item_review__wrap{
}
.grad-trigger:checked ~ ul.ranking_item_review__wrap::before {
}

p.ranking_item_review_notice{
font-size: 10px;
margin: 0 0 15px;
}

/*merit
----------------------------------------------------------------------*/

section.merit{
padding: 0 10px;
margin: 0 0 40px;
}

.merit_h2_wrap{
padding: 76px 0 0;
margin: 0 0 10px;
}

.merit_h2_wrap h2.merit_h2{
}

.merit_h2_wrap:before{
position: absolute;
content: '';
background-size: cover;
width: 98px;
height: 76px;
top: 0px;
    left: calc(50% - 10px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

img.merit_image_01{
margin: 0 0 10px;
}

.pickup_microcopy{
margin: 0 0 5px;
}

.pickup_microcopy:after,.pickup_microcopy:before{
background-size: cover;
width: 8px;
height: 16px;
right: -15px;
bottom: 0;
}

.pickup_microcopy:before{
left: -15px;
right: auto;
bottom: 0;
}

/*qanda
----------------------------------------------------------------------*/

section.qanda{
padding: 0 10px;
margin: 0 0 40px;
}

#question .accordion-area{
    list-style: none;
	margin:0 auto;
}

#question .accordion-area li{
    margin: 5px 0;
}

#question .accordion-area li:last-child{

}

#question .accordion-area section {
  border-radius: 6px;
}

/*アコーディオンタイトル*/
#question .title {
    font-size:14px;
    font-weight: normal;
    padding: 10px 10px 10px 30px;
    transition: all .5s ease;
	background: #fff;
	font-weight: bold;
	border-radius: 10px;
}

/*アイコンの＋と×*/
#question .title::before,
#question .title::after{
    position: absolute;
    content:'';
    width: 10px;
    height: 2px;
    background-color: #333;
    
}
#question .title::before{
    top:48%;
    left: 10px;
    transform: rotate(0deg);
    
}
#question .title::after{    
    top:48%;
    left: 10px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
#question .title.close::before{
  
}

#question .title.close::after{
  
}

/*アコーディオンで現れるエリア*/
#question .box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 10px 10px 10px;
    padding: 10px;
}

#question .box p{
font-size: 14px;
}





/*result
----------------------------------------------------------------------*/

section.result{
padding: 10px 10px 0;
}

.result_header01{
padding: 0 ;
margin: 0 0 10px;
}

.result_header01_counter{
font-size: 16px;
}

.result_header01_change-button{
padding: 10px 5px;
font-size: 14px;
border: solid 1px #ccc;
border-radius: 6px;
}


.result_header02_wrap{

}

.result_header02{
margin: 0 0 10px;
padding: 10px;
border-radius: 6px;
}

h3.result_header02_h3{
font-size: 14px;
margin: 0 0 10px;
}

ul.result_header02_settings_wrap{
}

ul.result_header02_settings_wrap li{
font-size: 12px;
border: solid 1px var(--blue01);
padding: 5px 5px 5px 15px;
margin: 0 5px 5px 0;
}

#submit_select{
    font-size: 14px;
    width: 180px;
    height: 36px;
    line-height: 30px;
	border-radius: 6px;
	margin: 0 0 10px auto;
}

section.notice_result{
padding: 10px 0px;
margin: 0 auto 10px;
width: calc(100vw - 20px);
border-radius: 5px;
border: solid 1px #ff7e0e;
}

h3.notice_result_title{
font-size: 12px;
}

h3.notice_result_title:before{
margin: 0 3px 0 0;
}

p.notice_result_description{
font-size: 12px;
}

section.notice_result.result_none{

}

section.notice_result.result_none h3.notice_result_title:before{

}


.result_item{
padding: 10px;
border-radius: 6px;
margin: 0 0 20px;
}

.result_item:last-child{
margin: 0 0 40px;
}

.result_item_header{
padding: 0 0 10px;
border-bottom: solid 1px #ccc;
margin: 0 0 10px;
}

.result_item_header_rank{
height: 42px;
width: 36px;
font-size: 20px;
}

.result_item_header_feature {
padding: 5px 8px 6px;
border-radius: 6px;
width: 128px;
font-weight: bold;
}

.result_item_header_feature:after{
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -8px;
   
    border-right: 8px solid var(--red01);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

h3.result_item_header_h3{
font-size: 20px;
line-height: 1.4;
}

.result_item_header_star{
font-size: 12px;
}

 .result_item_header_star span.__score{
 font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
font-weight: normal;
font-size: 28px;
 }

.result_item_spec01{
margin: 0 0 10px;
}

a.result_item_banner_wrap{
margin: 0 10px 0 0;
}

img.result_item_banner{
width: 150px;
}

table.result_item_spec01_table,table.result_item_spec02_table{
font-size: 12px;
}

table.result_item_spec01_table th,table.result_item_spec01_table td,table.result_item_spec02_table th,table.result_item_spec02_table td{
}

table.result_item_spec01_table th,table.result_item_spec02_table th{
padding: 5px 0;
font-size: 14px;
}

table.result_item_spec01_table td,table.result_item_spec02_table td{
padding: 10px 0;
font-weight: bold;
}

table.result_item_spec02_table{
margin: 0 0 10px;
}

table.result_item_spec02_table th{
}

table.result_item_spec02_table span.__small{
font-size: 10px;
}

.result_item_point_box{
padding: 30px 10px 10px;
margin: 0 0 10px;
}

.result_item_point_h4_wrap{
}

h4.result_item_point_h4{
    padding: 5px 0px 6px 8px;
    height: 25px;
    font-size: 14px;
}

h4.result_item_point_h4:after{
    right: -16px;
    border-style: solid;
    border-width: 25px 16px 0 0;
}

ul.result_item_point_list{
padding: 0 0 0 21px;
margin: 0 0 10px;
}

ul.result_item_point_list li{
margin: 0 0 5px;
}

ul.result_item_point_list li:after{
	left: -20px;
	top: 2px;
}

p.result_item_point_description{
    padding-bottom: 4px;
	font-size: 12px;
}

p.result_item_point_description span.__red{
}

.result_item_microcopy{
margin: 0 0 5px;
}

.result_item_microcopy:after,.result_item_microcopy:before{
width: 8px;
height: 16px;
right: -15px;
background-size: cover;
}

.result_item_microcopy:before{
left: -15px;
}

.center{
}

a.result_item_linkbutton{
    font-size: 16px;
    box-shadow: 0 4px 0 #419a73;
    border-radius: 6px;
    padding: 15px 0;
    margin: 0 auto 4px;
}

p.result_item_addition{
margin: 14px 0 0 ;
font-size: 11px;
}




/*about
---------------------------------------------------------------------------*/

section.about{
width: 100%;
padding: 0px 10px 0;
}

h2.about_h2{
font-size: 20px;
padding: 10px 0 10px;
margin: 40px 0 20px;
border-radius: 6px 6px 0 0;
}

h2.about_h2:after,h2.about_h2:before{

margin: 0 5px 0 5px;
}

table.about_table{
width: 940px;
border-collapse: collapse;
text-align: left;
margin: 0 auto 60px;
}

table.about_table{
width: 100%;
font-size: 14px;
margin: 0 auto 30px;
}

table.about_table tr{
border-bottom: dotted 1px #ccc;
}

table.about_table tr:first-child{
border-top: dotted 1px #ccc;
}

table.about_table th,table.about_table td{
padding: 15px 0px;
}

h4.about_h4{
font-size: 16px;
border-left: solid 4px #888;
padding: 0 0 0 6px;
margin: 0 0 10px;
}

p.about_p{
margin: 0 0 15px;
}

p.about_p:last-child{
margin: 0 0 30px;
}

/*survey
---------------------------------------------------------------------------*/

section.survey{
width: 100%;
padding: 0 10px;
}

h2.survey_h2{
font-size: 20px;
padding: 10px 0 10px;
margin: 40px 0 20px;
border-radius: 6px 6px 0 0;
}

h2.survey_h2:after,h2.survey_h2:before{

margin: 0 5px 0 5px;
}

h3.survey_h3{
font-size: 16px;
border-left: solid 6px #ccc;
border-bottom: solid 1px #ccc;
padding: 0 0 6px 6px;
margin: 0 0 10px;
}

p.survey_p{
margin: 0 0 15px;
}

p.survey_p:last-child{
margin: 0 0 30px;
}

/*search_step
---------------------------------------------------------------------------*/

section.top_search{
padding: 0 10px;
margin: 0 0 40px;
}

section.search_step{
padding: 0 0px;
margin: 0 0 10px;
top: 210px;
}

.hv_short section.search_step{
top: 156px;
}

form.search_step_form{
width: auto;
}

h2.search_step_h2{
border-radius: 10px 10px 0 0;
font-size: 14px;
padding: 12px 0 10px;
}

.search_step_h2_wrap{
margin: 10px 0 0;
position: relative;
}

img.search_step_h2_baloon{
width: 46px;
height: 46px;
top: -10px;
left: -10px;
}


#step_area html {
}
#step_area ol, #step_area ul {
}
#step_area table {
}
#step_area caption, #step_area th, #step_area td {
}
#step_area q, #step_area blockquote {
}
#step_area q:before, #step_area q:after, #step_area blockquote:before, #step_area blockquote:after {
}
#step_area a img {
}
#step_area article, #step_area aside, #step_area details, #step_area figcaption, #step_area figure, #step_area footer, #step_area header, #step_area hgroup, #step_area main, #step_area menu, #step_area nav, #step_area section, #step_area summary {
}
#step_area html {
}
#step_area body {
}
#step_area input, #step_area select, #step_area textarea, #step_area button, #step_area option {
}
#step_area button {
}
#step_area a {
}
#step_area input[type="submit"] {
}

#step_area {
  border: 1px solid var(--blue02);
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 10px;
}

.search_step_wrap #step_area{
  padding: 10px 10px 10px;
}

.search_step_wrap section.search_step{
margin: 0 0 30px;
}

#step_area .step_title {  
  font-size: 14px;
  margin: 0 0 10px;
}
#step_area .step_count {
}
#step_area .step_count ul {
  margin: 0 0 5px;
}
#step_area .step_count ul li {
}
#step_area .step_count ul li.active {
}
#step_area .step_count ul li.active:not(:first-of-type):before {
}
#step_area .step_count ul li:not(:first-of-type) {
}
#step_area .step_count ul li:not(:first-of-type):before {
}
#step_area .step_body {
  
}
#step_area .step_body .step {
}
#step_area .step_body .step.open {
}
#step_area .step_body .step .label_wrap {
  flex-basis: calc((100% - 10px) / 3);
  padding: 0;
  box-sizing: border-box;
}

#step_area .step_body .step.column2 .label_wrap {
  flex-basis: calc((100% - 5px) / 2);
}

#step_area .step_body .step .label_wrap:nth-child(3n-1){
margin: 0 5px 5px 5px;
}

#step_area .step_body .step.column2 .label_wrap:nth-child(3n-1){
margin: 0 0px 5px 0px;
}

#step_area .step_body .step.column2 .label_wrap:nth-child(odd){
margin: 0 5px 5px 0;
}

#step_area .step_body .step .label_wrap label span {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: .5rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid var(--sub-color);
  border-radius: 5px;
  transition: .5s background-color,color;
  position: relative;
  background: #FFF4EB;
}

#step_area .step_body .step .label_wrap label span:after{
font-size: 12px;
right: 2px;
}


#step_area .step_body .step .label_wrap label input[type="radio"],
#step_area .step_body .step .label_wrap label input[type="checkbox"] {

}
#step_area .step_body .step .label_wrap label input[type="radio"]:checked + span,
#step_area .step_body .step .label_wrap label input[type="checkbox"]:checked + span {
}
#step_area .step_body .step .button_wrap {
  flex: 100%;
  padding: .5rem 0 0;
  display: flex;
  justify-content: space-evenly;
}
#step_area .step_body .step .button_wrap .button, #step_area .step_body .step .button_wrap button {
  padding: .5rem 2rem;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  font-size: 14px;
}
#step_area button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#step_area .step_body .step .button_wrap button.search_start{
background: #ff4b4b;
color: #fff;
font-weight: bold;
}

/*step02
---------------------------------------------------------------------------*/

section.search_step02 input,section.search_step02 select {
  -webkit-appearance: auto;
  appearance: auto;
}

.search_inner{
padding: 20px;
background: #fff;
border: solid 1px var(--blue02);
}

.top_search .search_step02{
width: calc(100% - 20px);
margin: 0 auto 30px;
}

.search_question{
font-size: 16px;
}

.search_select_wrap{
display: flex;
flex-wrap: wrap;
margin: 0 0 10px;
}

.search_select_wrap label{
width: calc((100% - 10px)/2);
display: block;
}

.search_select_wrap label:nth-child(odd){
margin: 0 10px 0 0;
}

.search_step02 button[type="submit"] {
    width: 50%;
    height: 30px;
    margin: 8px auto 0;
    padding: 0 10px;
    display: block;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background: #f35f87;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


.pc{
display: none;
}

}
