@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: #1f4894;

}

.header-wrap img.logo{
position: absolute;
    top: 20px;
    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;
}

.fv_year{
position: absolute;
line-height: 1;
font-size: 32px;
font-weight: bold;
top:58px;
left: 126px;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
color: #fff;
}

.fv_year.__black{
font-size: 26px;
top:33px;
left: 160px;
color: #666;
}

.fv_pr.__blue{
color: #4E8CB2;
border: solid 2px #4E8CB2;
background-color: rgba(255 255 255 / 0.6);
}


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

.fv_small01 .fv_pr{
right: 54px;
}

.fv_small01 img.fv_image{
width: calc(100% - 48px);
margin: 24px auto;
}

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

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%);
  }
}

a.fv_category_banner{
display: block;
position: relative;
background: #07aa70;
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
font-weight: bold;
text-decoration: none;
text-align: center;
font-size: 32px;
padding: 24px 20px 24px 0;
width: calc(100% - 40px);
margin: 0 auto 60px;
border-radius: 12px;
box-shadow: 0 8px 0px #046140;
}

a.fv_category_banner:after{
display: inline-block;
position: absolute;
content: '';
width: 48px;
height: 48px;
background-image: url(../images/phms_fv_category_banner_icon01.png);
right: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

section.compare .fv_category_banner_microcopy{
margin-top: 30px;
}

section.compare a.fv_category_banner{
font-size: 40px;
border-radius: 100px;
}

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

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

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

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

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

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

h2.pickup_h2{
background: #1f4894;
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: #1f4894 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 #1f4894;
}

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,h2.flow_h2{
display: block;
position: relative;
width: 408px;
height: 72px;
line-height: 72px;
text-align: center;
padding: 0px 20px;
font-size: 30px;
text-shadow: 0 1px 1px rgba(0,0,0,0.4);
margin: 0 auto 20px;
background-image: url(../images/phms_h3_bgimage01.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 #1f4894;
}

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

img.pickup_item_banner{
width: 300px;
}

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: #1f4894;
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: #ff544a;
box-shadow: 0 6px 0 #91302A;
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: #1f4894;
}

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

a.pickup_item_anchorlink{
margin: 20px 0 0;
display: inline-block;
color: #222;
}

/*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指定*/
font-size:32px;
font-weight: normal;
margin: 0 0 10px;
padding: 20px 20px 20px 80px;
transition: all .5s ease;
background: #6699ff;
font-weight: bold;
border-radius: 10px ;
color: #fff;
text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
overflow: hidden;
}

section.elements p.common_comment_text{
background: #fff;
}


.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 #1f4894;
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;
}

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

.common_comment{
display: flex;
align-items: flex-start;
}

img.common_comment_image{
width: 162px;
height: 210px;
margin: 0 20px 0 0;
}

p.common_comment_text{
font-size: 24px;
font-weight: bold;
padding: 30px 20px 20px;
border: solid 4px #1f4894;
border-radius: 20px;
position: relative;
}

span.common_comment_text_title{
position: absolute;
display: inline-block;
line-height: 1;
padding: 0px 20px;
font-size: 32px;
font-family: 'Anton', sans-serif, cursive;
font-weight: normal;
color: #1f4894;
background: #f5f5f5;
top: -16px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

p.common_comment_text span.__red{
color: #ca2828;
}


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

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

section.fv.fv_small01+section.compare{
margin: 70px 0 60px;
}

h2.compare_h202{
background: #6699ff;
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 84px;
}

h2.compare_h202: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: #6699ff transparent transparent transparent;
border-width: 16px 12px 0 12px;
z-index: 1;
}

span.compare_h202_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 #6699ff;
}

span.compare_h202_subtitle_inner{
position: relative;
}

span.compare_h202_subtitle_inner:after{
content: '';
position: absolute;
width: 44px;
height: 42px;
background-image: url(../images/phms_compare_h2_subtitle_afterimg01.png);
background-size: contain;
background-repeat: no-repeat;
top: -42px;
right: -56px;
}

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

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

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

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

table.compare_table tr td:first-child{
background-color: #FFFDEE;
}

table.compare_table tr th:first-child{

}

table.compare_table tr:first-child th:first-child{

}

table.compare_table tr:last-child td:first-child{

}

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

img.__value_star{
width: calc(100% - 64px);
text-align: center;
margin: 0 0 16px;
}

tr.compare_table_tr_value span.__score{
font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
font-weight: normal;
font-size: 32px;
display: block;
line-height: 1;
}

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: #ff544a;
box-shadow: 0 6px 0 #91302A;
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;
}

tr.compare_table_tr_link td{
vertical-align: top;
}

tr.compare_table_tr_link p.__campaign_text{
font-size: 22px;
padding: 8px 0;
width: calc(100% - 16px);
margin: 16px auto 0;
font-weight: normal;
color: #222;
}

tr.compare_table_tr_link p.__campaign_text span.__yellow{
background: linear-gradient(transparent 50%, #FFE8A7 50%);
}

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

.__service_baloon{
position: absolute;
top: -72px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
white-space: nowrap;
}

.__service_baloon_inner{
position: relative;
font-size: 24px;
background: #C21100;
color: #fff;
border-radius: 10px;
padding: 16px 16px;
}

.__service_baloon_inner: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: #C21100 transparent transparent transparent;
border-width: 16px 8px 0 8px;
z-index: 1;
}

tr.compare_table_tr_price td{
}

tr.compare_table_tr_price td span.__color01{
color: #ca2828;
}


table.compare_table td.__ev01,table.compare_table td.__ev02,table.compare_table td.__ev03{
vertical-align: top;
padding: 68px 0 10px;
background-image: url(../images/phms_comparison_table_icon01.png);
background-size: 50px 50px;
background-repeat: no-repeat;
background-position: top 10px center;
content: '';
}

table.compare_table td.__ev02{
background-image: url(../images/phms_comparison_table_icon02.png);
}

table.compare_table td.__ev03{
background-image: url(../images/phms_comparison_table_icon03.png);
}

a.__area_link,a.__kinds_link{
color: #2B65D1;
}

a.__price_link{
font-size: 20px;
color: #2B65D1;
display: inline-block;
margin: 8px 0 0;
}

a.__price_link:before,a.__price_link:after{
content: ' - ';
}

p.__kinds_detail{
font-size: 22px;
padding: 6px 8px;
width: calc(100% - 20px);
margin: 10px auto 0;
background: #F1ECE4;
text-align: left;
}

.__care_title{
font-size: 28px;
}

p.__care_description{
    font-size: 22px;
    padding: 6px 8px;
    width: calc(100% - 20px);
    margin: 10px auto 0;
    background: #F1ECE4;
    text-align: left;
}

table.compare_table td span.__small{
font-size: 24px;
}

/*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{
text-align: center;
padding: 0 0 20px;
}

span.ranking_h2_subtitle{
display: inline-block;
font-size: 32px;
background: #1f4894;
color: #fff;
padding: 0 32px 0 16px;
height: 60px;
line-height: 60px;
position: relative;
font-style: oblique;
transform: rotate(-4deg);
margin: 0 0 20px;
}

span.ranking_h2_subtitle:before,span.ranking_h2_subtitle:after{
position: absolute;
content: '';
width: 0px;
height: 0px;
z-index: 0;
}

span.ranking_h2_subtitle:before{
top: 0;
left: 0;
border-width: 30px 0px 30px 15px;
border-color: transparent transparent transparent #f5f5f5;
border-style: solid;
}

span.ranking_h2_subtitle:after{
top: 0;
right: 0;
border-width: 30px 15px 30px 0px;
border-color: transparent #fff transparent transparent;
border-style: solid;   
}

span.ranking_h2_maintitle{
display: block;
font-size: 64px;
position: relative;
}

h2.ranking_h2 span.__color01{
color: #ca2828;
}

span.ranking_h2_maintitle:before,span.ranking_h2_maintitle:after{
position: absolute;
content: '';
background-size: contain;
background-repeat: no-repeat;
width: 42px;
height: 102px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

span.ranking_h2_maintitle:before{
background-image: url(../images/phms_ranking_h2_maintitle_before.png);
left: 20px;
}

span.ranking_h2_maintitle:after{
background-image: url(../images/phms_ranking_h2_maintitle_after.png);
right: 20px;
}

h2.ranking_h2_02{
color: #fff;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
margin: 0 0 32px;
line-height: 1.25;
}

h2.ranking_h2_02 .__maintitle{
font-weight: 900;
font-size: 56px;
position: relative;
}

h2.ranking_h2_02 .__maintitle:before,h2.ranking_h2_02 .__maintitle:after{
content: "";
display: block;
position: absolute;
background: center / cover no-repeat url(../images/ico_star.png);
}

h2.ranking_h2_02 .__maintitle:before{
width: 60px;
height: 60px;
transform: rotate(17.545deg);
left: 20px;
top: -10px;
}

h2.ranking_h2_02 .__maintitle:after{
width: 50px;
height: 50px;
transform: rotate(-34deg);
right: 20px;
bottom: -10px;
}

h2.ranking_h2_02 .__subtitle{

}

h2.ranking_h2_02 span.__lightyellow{
color: #ffff7e;
}

h2.ranking_h2_02 span.__num{
font-size: 72px;
}

.ranking_inner{
padding: 40px 20px 20px;
background: #6699ff;
position: relative;
}

.ranking_inner:before{
content: "";
position: absolute;
width: 0;
height: 0;
top: 0px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
border-style: solid;
border-color: #f5f5f5 transparent transparent transparent;
border-width: 30px 40px 0 40px;
z-index: 1;
}

.ranking_inner.__no_arrow:before{
display: none;
}


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

table.ranking_item_spec01_table th,table.ranking_item_spec02_table th{
background: #E9F0FF;
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;
}

table.ranking_table_price{
width: 100%;
border-collapse: collapse;
text-align: center;
font-size: 24px;
margin: 0 0 20px;
font-weight: bold;
}

table.ranking_table_price th,table.ranking_table_price td{
border: solid 1px #ccc;
}

table.ranking_table_price th{
background: #1f4894;
color: #fff;
line-height: 1;
padding: 10px 0;
}

table.ranking_table_price td{
padding: 15px 0;
}

table.ranking_table_price tr td:nth-child(2){
width: 30%;
}


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

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

h4.ranking_item_point_h4{
background: #1f4894;
    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: #1f4894 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: '\f058';
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: -40px;
	top: 3px;
	color: #1f4894;
}

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: #ff544a;
    font-weight: bold;
    box-shadow: 0 8px 0 #91302A;
    border-radius: 10px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px;
}

.ranking_item a.ranking_item_linkbutton:not(:last-of-type){
margin: 0 0 28px;
}

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: #1f4894;
    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: #7F6538;
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: #FF9316;
    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 #1f4894;
}

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

.common_search_wrap{
margin: 0 0 20px;
}

/*アコーディオンタイトル*/
.common_search_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:32px;
    font-weight: normal;
    padding: 20px 20px 20px 90px;
    transition: all .5s ease;
	background: #f3f3f3;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
    border: solid 2px #1f4894;
}

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

}

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

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

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

i.__hospital_icon{
display: block;
position: absolute;
content: '';
background-image: url(../images/phms_ranknig_location_labelicon.png);
background-size: contain;
width: 48px;
height: 48px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
left: 20px;
}

table.common_search_table{
width: 100%;
border-collapse: collapse;
}

table.common_search_table th{
font-size: 28px;
background: #1f4894;
color: #fff;
padding: 16px 0px;
width: 150px;
}

table.common_search_table td{
background: #f3f3f3;
font-size: 28px;
padding: 16px 16px 0;
}

ul.__area_list{
display: flex;
flex-wrap: wrap;
}

ul.__area_list li{
margin: 0 16px 16px 0;
}

table.common_search_table tr:not(:last-child){
border-bottom: solid 6px #fff;
}

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

img.ranking_comment_image{
width: 162px;
height: 210px;
margin: 0 20px 0 0;
}

p.ranking_comment_text{
font-size: 26px;
font-weight: bold;
padding: 30px 20px 20px;
border: solid 4px #1f4894;
border-radius: 20px;
position: relative;
}

span.ranking_comment_text_title{
position: absolute;
display: inline-block;
font-weight: bold;
line-height: 1;
padding: 0px 20px;
font-size: 28px;
font-family: 'Anton', sans-serif, cursive;
color: #1f4894;
background: #f5f5f5;
top: -16px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

p.ranking_comment_text span.__red{
color: #ca2828;
}

.ranking_item_campaign_box{
border: solid 2px #7F6538;
border-radius: 10px;
text-align: center;
position: relative;
padding: 40px 20px 20px;
background: #FFFAF0;
margin: 40px 0 20px;
}

h4.ranking_item_campaign_h4{
position: absolute;
display: inline-block;
background: #7F6538;
color: #fff;
padding: 8px 20px 10px;
border-radius: 100px;
line-height: 1;
font-size: 24px;
white-space: nowrap;
top: -20px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

p.ranking_item_campaign_text{
font-weight: bold;
font-size: 24px;
}

p.ranking_item_campaign_text i{
color: #ffcc00;
}


span.ranking_item_campaign_text_span{
font-size: 32px;
color: #F7505F;
text-shadow: 1px 1px 0 #fff,1px 0px 0 #fff,0px 1px 0 #fff,0px -1px 0 #fff,-1px 0px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

.ranking_item_header.__design02 h3.ranking_item_header_h3 {
width: 100%;
font-size: 48px;
}

.ranking_item_score02{
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
background-color: #E9F0FF;
border-radius: 12px;
font-size: 32px;
margin: 0 0 16px;
}

.__score02_figure{
font-weight: bold;
}

.__score02_figure span.__num{
font-family: 'Anton', sans-serif, cursive;
color: #ff4d66;
font-weight: normal;
font-size: 40px;
}

img.__score02_starimage{
width: 220px;
}

a.ranking_item_linkbutton.__design02{
padding: 24px 0;
border-radius: 100px;
}

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

.ranking_table_price_inner{
background: #fff;
  position: relative;
  overflow: hidden;
  height: 280px;
}

.ranking_table_price_inner::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px; /*グラデーションで隠す高さ*/
  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.8) 50%, #fff 100%);
  content: "";
  z-index: 1;
}

.grad-trigger:checked ~ .ranking_table_price_inner{
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .ranking_table_price_inner::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*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;
}

.__right{
text-align: right;
}

a.result_item_linkbutton{
    width: 100%;
    text-align: center;
    font-size: 32px;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #ff544a;
    font-weight: bold;
    box-shadow: 0 8px 0 #91302A;
    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;
}

.select_pulldown_wrap{
width: calc(100% - 80px);
margin: 0 auto 10px;
position: relative;
}

select#select_pulldown{
width:100%;
display: block;
padding: 16px 32px;
background: #fff;
border: 1px solid #c0c0c0;
font-size: 28px;

}

.select_pulldown_wrap:after{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f107";
font-weight: 900;
right: 16px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
color: #FF9316;
}

/*info
---------------------------------------------------------------------------*/

section.info{
margin: 0 0 60px;
padding: 0 20px 0;
overflow: hidden;
}

.info_wrapper{
padding: 76px 20px 20px;
position: relative;
background: #fff;
margin: 32px 0 0;
}

h2.info_h2{
position: absolute;
display: block;
font-size: 32px;
width: 408px;
height: 72px;
line-height: 72px;
text-align: center;
padding: 0px 20px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
background-image: url(../images/phms_h3_bgimage01.png);
background-repeat: no-repeat;
background-size: contain;
color: #fff;
top: -36px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.info_box{
position: relative;
padding: 40px 20px 20px;
border: solid 2px #7F6538;
margin: 0 0 20px;
background: #fff;
}

h3.info_box_h3{
position: absolute;
background: #7F6538;
color: #fff;
font-size: 28px;
line-height: 1;
padding: 12px 40px;
top: -24px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);

}

p.info_box_description{
margin: 0 0 20px;

}

h4.info_box_point_h4{
display: inline-block;
background: #6699ff;
color: #fff;
font-size: 28px;line-height: 1;
padding: 10px;
border-radius: 0 8px 0 0;
}

ul.info_box_point_list{
background: #E9F0FF;
padding: 20px 20px 20px 60px;
font-weight: bold;
font-size: 28px;
}

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

ul.info_box_point_list li:before{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f058";
color: #6699ff;
left: -40px;
}



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

a.info_linkbutton:after{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f054";
right: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.swiper-wrapper {
    height: auto !important;    
}

.swiper-slide{
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 40px !important;
    position: absolute;
    top: -152px !important;
    bottom: auto !important;   
}

.swiper-slide-next,.swiper-slide-prev{
opacity: 0.5;
}

.swiper-pagination01,.swiper-pagination02,.swiper-pagination03{
bottom: 10px !important;
top: auto !important;
text-align: center;
}

section.info .common_comment{
margin: 40px 0 0;
}

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

img.flow_mainimage{
width: 100%;
}

/*  tenpo_modal
------------------------------*/
.modalBox02 {
  display: flex;
  justify-content: space-between;
}
.modalBox02 .modalLeftBox, .modalBox .modalRightBox {
  position: relative;
  width: 49%;
  z-index: 100;
}
.modalBox02 .modalLeftBox dl dd:hover, .modalBox02 .modalRightBox dl dd:hover {
  opacity: .6;
}
.modalBox02 .modalLeftBox .modalArea, .modalBox02 .modalRightBox .modalArea {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modalBox02 .modalLeftBox .modalArea .modalBg, .modalBox02 .modalRightBox .modalArea .modalBg {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalBox02 .modalLeftBox .modalArea .modalCont, .modalBox02 .modalRightBox .modalArea .modalCont {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 3% 5%;
  max-width: 850px;
  max-height: 750px;
  z-index: 100;
}
.modalCont {
  position: relative;
  z-index: 100;
}
.modalCont ul {
  max-height: 515px;
  overflow-y: scroll;
}
.modalBox02 .modalLeftBox .modalArea .modalCont > *:first-child, .modalBox02 .modalRightBox .modalArea .modalCont > *:first-child {
  margin-top: 0;
}
.modalBox02 {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.modalBox02 .modal_tenpo_info .head {
  border-bottom: 2px solid #FF7715;
  margin: 0 auto 5%;
  padding: 2% 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FF7715;
}
.modalBox02 .modal_tenpo_info .map {
  margin: 0 auto 3%;
}
.modalBox02 .modal_tenpo_info table {
  width: 100%;
  margin: 0 auto 5%;
}
.modalBox02 .modal_tenpo_info table th {
  width: 35%;
  background: #FFF7F0;
  line-height: 3rem;
}
.modalBox02 .modal_tenpo_info table td {
  width: 65%;
  padding: 0 0 0 3%;
}
.modalBox02 a.ranking_item_linkbutton {
  display: block;
  text-align: center;
  margin: 0 auto 0;
  width: 90%;
  background: #22C77F;
  box-shadow: 0 5px 0 #419A73;
  line-height: 1.4;
  padding: 3%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
}
.modalBox02 a.ranking_item_linkbutton:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  right: 5%;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.js-modal-close {
  position: absolute;
  top: 3%;
  right: 5%;
  font-size: 1.6rem
}

/*tenpo_accordion
---------------------------------------------------------------------------*/

.tenpo_accordion {
  max-width: 100%;
  margin: 20px auto;
}
.tenpo_accordion .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
.tenpo_accordion .accordion_one .accordion_header {
  background-color: #6699ff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.tenpo_accordion .accordion_one:first-of-type .accordion_header {
  border-radius: 8px;
}
.tenpo_accordion .accordion_one .btn02 {
  padding: 1%;
}
.tenpo_accordion .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  background-color: #FA6092;
}
.tenpo_accordion .accordion_one .accordion_header:hover {
  opacity: .8;
}
.tenpo_accordion .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.tenpo_accordion .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.tenpo_accordion .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.tenpo_accordion .accordion_one .accordion_header .i_box .one_i:before, .tenpo_accordion .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.tenpo_accordion .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.tenpo_accordion .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.tenpo_accordion .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tenpo_accordion .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
  /* background: #FFF3FC; */
}
.tenpo_accordion .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.tenpo_accordion .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

/*====================================================================
.tenpo_accordion .accordion_one
====================================================================*/
.tenpo_accordion .accordion_one {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.tenpo_accordion .accordion_one .accordion_header {
  background-color: #4169E1;
  /* border-bottom: 1px solid #fff; */
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 3%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.tenpo_accordion .accordion_one .accordion_inner .btn_02 {
  max-width: 95%;
  margin: 1% auto;
  padding: 2%;
  background-color: rgb(250 96 146 / 75%);
}
.tenpo_accordion .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  max-width: 95%;
  margin: 1% auto;
  padding: 2%;
  background-color: rgb(65 105 225 / 70%);
}
.tenpo_accordion .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner .accordion_header {
  background-color: #fff;
}
.tenpo_tonai_wrap {
  width: 100%;
}
.tenpo_tonai_wrap table {
  width: 100%;
}
.tenpo_tonai_wrap table tr {
  width: 100%;
  padding: 3%;
}
.tenpo_tonai_wrap table th {
  width: 35%;
  margin: 0 5% 0 0;
  padding: 3%;
  color: #333;
  background: #FFE8CF;
  font-size: 0.8rem;
}
.tenpo_tonai_wrap table td {
  width: 110%;
  color: #222;
  font-size: 0.75rem;
  padding: 0 0 0 3%;
  text-align: left;
  background: #FFF7F0;
}
.tenpo_accordion .accordion_one .accordion_header:hover {
  opacity: .8;
}
.tenpo_accordion .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.tenpo_accordion .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.tenpo_accordion .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.tenpo_accordion .accordion_one .accordion_header .i_box .one_i:before, .tenpo_accordion .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.tenpo_accordion .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.tenpo_accordion .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.tenpo_accordion .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tenpo_accordion .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.tenpo_accordion .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.tenpo_accordion .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.kuchikomi_link:after{
font-family: "Font Awesome 5 Free";
content: "\f3c5";
color: #ff5050;
margin: 0 0 0 3px;
}


/*agenda
---------------------------------------------------------------------------*/

section.agenda{
margin: 0 0 0;
padding: 0 20px;
}

.agenda__box{
border-radius: 12px;
background-color: #fff;
background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;
text-align: center;
padding: 40px 0;
border: solid 1px #1f4894;
margin: 0 0 30px;
}

h2.agenda__box_h2{
color: #48587E;
font-size: 32px;
line-height: 1;
border-bottom: solid 6px #1f4894;
width: calc(100% - 120px);
margin: 0 auto 20px;
padding: 0 0 20px;
}

ul.agenda__box_linklist{
display: inline-block;
text-align: left;

}

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

a.agenda__box_link{
color: #4169E1;
font-weight: bold;
}

a.agenda__linkbutton{
    display: block;
    position: relative;
    background: #07aa70;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 28px;
    padding: 24px 20px 24px 0;
    width: calc(100% - 40px);
    margin: 0 auto 60px;
    border-radius: 12px;
    box-shadow: 0 8px 0px #046140;
} 

a.agenda__linkbutton span.__large{
font-size: 34px;
}

a.agenda__linkbutton:after{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f138";
right: 20px;
font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
}

/*honbun
---------------------------------------------------------------------------*/

section.honbun{
margin: 0 0 60px;
background: #fff;
}

h2.honbun__h2{
font-size: 32px;
height: 112px;
padding: 40px 30px;
background-color: #204894;
color: #fff;
position: relative;
margin: 60px 0 20px;
}

h2.honbun__h2:after{
position: absolute;
display: inline-block;
content: '';
width: 0;
height: 0;
border-style: solid;
border-color: #4E8CB2 transparent transparent transparent;
border-width: 112px 112px 0px 0px;
left: 0;
top: 0;
z-index: 0;
}

span.honbun__h2_inner{
position: absolute;
   top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    text-shadow: 0 2px 2px rgba(0 0 0 / 0.6);
    border-bottom: solid 2px #fff;
    padding: 0 40px 0 0;
}

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

h3.honbun__h3{
background: #B2CCFF;
display: inline-block;
color: #222;
font-size: 32px;
line-height: 1;
padding: 20px;
position: relative;
margin: 20px 0 20px;
border-radius: 6px;
}

h3.honbun__h3: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: #B2CCFF transparent transparent transparent;
    border-width: 16px 12px 0 12px;
    z-index: 1;
}

.honbun__compare_wrap{
padding: 0 12px;
}


.honbun__pricemenu_wrap{
padding: 0 12px;
}

.honbun__review_wrap{
padding: 0 20px;
}

h4.honbun__h4{
margin: 0 auto 12px;
width: calc(100% - 40px);
padding: 0 0 0 12px;
border-left: solid 8px #7F6538;
font-size: 28px;
}

a.honbun_linkbutton{
display: block;
position: relative;
background: #07aa70;
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
font-weight: bold;
text-decoration: none;
text-align: center;
font-size: 28px;
padding: 24px 20px 24px 0;
width: calc(100% - 40px);
margin: 0 auto 60px;
border-radius: 12px;
box-shadow: 0 8px 0px #046140;
}

a.honbun_linkbutton span.__large{
font-size: 34px;
}

a.honbun_linkbutton:after{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f138";
right: 20px;
font-size: 36px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.honbun__tenpo_wrap{
padding: 0 20px;
}

ul.honbun__list01{
padding: 30px;
background-color: #DFEAFE;
width: calc(100% - 80px);
margin: 0 auto 30px;
}

ul.honbun__list01 li {
font-weight: bold;
margin: 0 0 12px;
}

section.honbun span.__red {
color: #ca2828;
font-weight: bold;
}

section.honbun span.__blue {
color: #4682B4;
font-weight: bold;
}

section.honbun span.__yellow{
background: linear-gradient(transparent 50%, #FFE8A7 50%);
font-weight: bold;
}

/*info02
---------------------------------------------------------------------------*/

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

section.info02 .info_wrapper{
background: none;
padding: 76px 0 0;
}

.info02_title{
font-size: 40px;
text-align: center;
margin: 0 0 30px;
font-weight: bold;
}

.info02_title strong{
color: #ca2828;
}

img.info02_mainimage{
width: 100%;
margin: 0 0 40px;
}

section.info02 p.common_comment_text{
background: #fff;
}

/*画面幅～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: #1f4894;
}

.header-wrap{
padding: 0;
}

.header-wrap img.logo{
top: 12px;
width: 200px;
}


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

.fv_pr.__blue{
border: solid 1px #4E8CB2;
}

img.fv_image{
}

.fv_year{
font-size: 4.26vw;
top:7.2vw;
left: 17.8vw;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
color: #fff;
}

.fv_year.__black{
font-size: 3.40vw;
top:4.6vw;
left: 21.33vw;
color: #666;
}

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

.fv_small01 .fv_pr{
right: 26px;
}

.fv_small01 img.fv_image{
width: calc(100% - 24px);
margin: 12px auto;
}

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


a.fv_category_banner{
font-size: 16px;
padding: 12px 10px 12px 0;
width: calc(100% - 20px);
margin: 0 auto 30px;
border-radius: 6px;
box-shadow: 0 4px 0px #046140;
}

a.fv_category_banner:after{
width: 24px;
height: 24px;
right: 10px;
background-size: contain;
}

.fv_category_banner_microcopy{
margin: 0 0 5px;
}

section.compare a.fv_category_banner{
font-size: 20px;
}

.fv_category_banner_microcopy:before,.fv_category_banner_microcopy:after{
height: 1rem;
}

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

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



/*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 #1f4894;
}

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,h2.flow_h2{
width: 209px;
height: 36px;
line-height: 36px;
padding: 0px 0px;
font-size: 15px;
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: 150px;
}

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 #91302A;
padding: 10px 0;
}

a.pickup_item_anchorlink{
margin: 10px 0 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;
}


.common_comment{
}

img.common_comment_image{
width: 81px;
height: 105px;
margin: 0 10px 0 0;
}

p.common_comment_text{
font-size: 12px;
padding: 15px 10px 10px;
border: solid 2px #1f4894;
border-radius: 10px;
}

span.common_comment_text_title{
padding: 0px 10px;
font-size: 16px;
top: -8px;
}

p.common_comment_text span.__red{
}


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

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

section.fv.fv_small01+section.compare{
margin: 35px 0 40px;
}

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

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

span.compare_h202_subtitle{
padding: 8px 10px;
top: -15px;
font-size: 14px;
border: solid 2px #6699ff;
}

span.compare_h202_subtitle_inner{
}

span.compare_h202_subtitle_inner:after{
width: 22px;
height: 21px;
top: -22px;
right: -30px;
}

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: 14px;
}

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

table.compare_table tr td:first-child{
}

table.compare_table tr th:first-child{
}

table.compare_table tr:first-child th:first-child{

}

table.compare_table tr:last-child td:first-child{

}


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

img.__value_star{
width: calc(100% - 32px);
text-align: center;
margin: 0 0 8px;
}


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

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 #91302A;
padding: 6px 0;
}

tr.compare_table_tr_link td{
}

tr.compare_table_tr_link p.__campaign_text{
font-size: 12px;
padding: 4px 0;
width: calc(100% - 0px);
margin: 8px auto 0;
}

tr.compare_table_tr_link p.__campaign_text span.__yellow{
}

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

.__service_baloon{
top: -36px;
}

.__service_baloon_inner{
font-size: 12px;
border-radius: 6px;
padding: 8px 8px;
}

.__service_baloon_inner:after{
bottom: -8px;
border-width: 8px 4px 0 4px;
}

table.compare_table td.__ev01,table.compare_table td.__ev02,table.compare_table td.__ev03{
padding: 34px 0 5px;
background-size: 25px 25px;
background-position: top 5px center;
}

table.compare_table td.__ev02{
}

table.compare_table td.__ev03{
}

table.compare_table td.__fs20{
font-size: 12px;
}

a.__area_link,a.__kinds_link{
}

a.__price_link{
font-size: 10px;
margin: 4px 0 0;
}

a.__price_link:before,a.__price_link:after{
}

p.__kinds_detail{
font-size: 11px;
padding: 3px 4px;
width: calc(100% - 10px);
margin: 5px auto 0;
}

.__care_title{
font-size: 14px;
}

p.__care_description{
font-size: 11px;
padding: 3px 4px;
width: calc(100% - 10px);
margin: 5px auto 0;
}

table.compare_table td span.__small{
font-size: 12px;
}


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

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

img.reason_image{

}


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

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

h2.ranking_h2{
padding: 0 0 10px;
}

span.ranking_h2_subtitle{
font-size: 16px;
padding: 0 16px 0 8px;
height: 30px;
line-height: 30px;
margin: 0 0 10px;
}

span.ranking_h2_subtitle:before,span.ranking_h2_subtitle:after{
}

span.ranking_h2_subtitle:before{
border-width: 15px 0px 15px 8px;
}

span.ranking_h2_subtitle:after{
border-width: 15px 8px 15px 0px;
}

span.ranking_h2_maintitle{
font-size: 32px;
}

h2.ranking_h2 span.__color01{
}

span.ranking_h2_maintitle:before,span.ranking_h2_maintitle:after{
width: 21px;
height: 51px;
}

span.ranking_h2_maintitle:before{
left: 10px;
}

span.ranking_h2_maintitle:after{
right: 10px;
}

h2.ranking_h2_02{
margin: 0 0 16px;
}

h2.ranking_h2_02 .__maintitle{
font-size: 28px;
}

h2.ranking_h2_02 .__maintitle:before,h2.ranking_h2_02 .__maintitle:after{
}

h2.ranking_h2_02 .__maintitle:before{
width: 30px;
height: 30px;
left: 10px;
top: -5px;
}

h2.ranking_h2_02 .__maintitle:after{
width: 25px;
height: 25px;
right: 10px;
bottom: -5px;
}

h2.ranking_h2_02 .__subtitle{

}

h2.ranking_h2_02 span.__lightyellow{
}

h2.ranking_h2_02 span.__num{
font-size: 36px;
}

.ranking_inner.__no_arrow:before{
}

.ranking_inner{
padding: 20px 10px 10px;
}

.ranking_inner:before{
border-width: 15px 20px 0 20px;
}


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

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

table.ranking_table_price th,table.ranking_table_price td{
}

table.ranking_table_price th{
padding: 5px 0;
}

table.ranking_table_price td{
padding: 8px 0;
}

table.ranking_table_price tr td:nth-child(2){
width: 30%;
}



.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 #91302A;
    border-radius: 6px;
    padding: 15px 0;
    margin: 0 auto 4px;
}

.ranking_item a.ranking_item_linkbutton:not(:last-of-type){
margin: 0 0 14px;
}


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


.common_search_wrap{
margin: 0 0 10px;
}

/*アコーディオンタイトル*/
.common_search_title {
    font-size:16px;
    padding: 10px 10px 10px 45px;
	border-radius: 6px 6px 0 0;
    border: solid 1px #1f4894;
}

/*アイコンの＋と×*/
.common_search_title::before,
.common_search_title::after{
    width: 10px;
    height: 2px;
    
}
.common_search_title::before{
    right: 10px;
    
}
.common_search_title::after{    
    right: 10px;

}

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

}

.common_search_title.close::after{

}

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

i.__hospital_icon{
width: 24px;
height: 24px;
left: 10px;
}

table.common_search_table{
}

table.common_search_table th{
font-size: 14px;
padding: 8px 0px;
width: 75px;
}

table.common_search_table td{
font-size: 14px;
padding: 8px 8px 0;
}

ul.__area_list{
}

ul.__area_list li{
margin: 0 8px 8px 0;
}

table.common_search_table tr:not(:last-child){
border-bottom: solid 3px #fff;
}


.ranking_comment{
margin: 15px 0 10px;
}

img.ranking_comment_image{
width: 162px;
height: 210px;
margin: 0 20px 0 0;
}

p.ranking_comment_text{
font-size: 13px;
padding: 15px 10px 15px;
border: solid 2px #1f4894;
border-radius: 10px;
}

span.ranking_comment_text_title{
padding: 0px 10px;
font-size: 14px;
top: -8px;
}

p.ranking_comment_text span.__red{
}

.ranking_item_campaign_box{
border: solid 1px #7F6538;
border-radius: 6px;
padding: 24px 0px 10px;
margin: 20px 0 10px;
}

h4.ranking_item_campaign_h4{
padding: 6px 16px 6px;
border-radius: 100px;
font-size: 14px;
white-space: nowrap;
top: -10px;
}

p.ranking_item_campaign_text{
font-size: 14px;
}

p.ranking_item_campaign_text i{
}

span.ranking_item_campaign_text_span{
font-size: 16px;
color: #F7505F;
text-shadow: 1px 1px 0 #fff,1px 0px 0 #fff,0px 1px 0 #fff,0px -1px 0 #fff,-1px 0px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

.ranking_item_header.__design02 h3.ranking_item_header_h3 {
font-size: 24px;
}

.ranking_item_score02{
padding: 8px;
border-radius: 6px;
font-size: 16px;
margin: 0 0 8px;
}

.__score02_figure{
}

.__score02_figure span.__num{
font-size: 20px;
}

img.__score02_starimage{
width: 110px;
}

a.ranking_item_linkbutton.__design02{
padding: 12px 0;
}

.ranking_table_price_wraper{
}

.ranking_table_price_inner{
  height: 140px;
}

.ranking_table_price_inner::before {
height: 80px; /*グラデーションで隠す高さ*/
}

.grad-trigger:checked ~ .ranking_table_price_inner{
}
.grad-trigger:checked ~ .ranking_table_price_inner::before {
}

/*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 #91302A;
    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;
}

/*info
---------------------------------------------------------------------------*/

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

.info_wrapper{
padding: 38px 10px 10px;
margin: 16px 0 0;
}

h2.info_h2{
font-size: 16px;
width: 204px;
height: 36px;
line-height: 36px;
padding: 0px 10px;
top: -18px;
}

.info_box{
padding: 20px 10px 10px;
border: solid 1px #7F6538;
margin: 0 0 10px;
}

h3.info_box_h3{
font-size: 14px;
padding: 6px 20px;
top: -12px;
}

p.info_box_description{
margin: 0 0 10px;
}

h4.info_box_point_h4{
font-size: 14px;
line-height: 1;
padding: 6px;
border-radius: 0 4px 0 0;
}

ul.info_box_point_list{
padding: 10px 10px 10px 30px;
font-size: 14px;
}

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

ul.info_box_point_list li:before{
left: -20px;
}



a.info_linkbutton{
font-size: 16px;
box-shadow: 0 4px 0 #91302A;
border-radius: 6px;
padding: 10px 0;
margin: 0 auto 4px;
}

a.info_linkbutton:after{
right: 10px;
}

.swiper-wrapper {
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 0 0 5px !important;
}

.swiper-pagination-bullet:first-child {
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    top: -76px !important;
}

.swiper-slide-next,.swiper-slide-prev{
}

.swiper-pagination01,.swiper-pagination02,.swiper-pagination03{
bottom: 5px !important;
}

section.info .common_comment{
margin: 20px 0 0;
}

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

img.flow_mainimage{
}

  .modalBox02 .modalLeftBox .modalArea .modalCont, .modalBox02 .modalRightBox .modalArea .modalCont {
    max-height: 650px
  }
  .modalBox02 .modalLeftBox .modalArea .modalCont, .modalBox02 .modalRightBox .modalArea .modalCont {
    padding: 8% 5%;
    width: calc(100% - 30px)
  }
  .modalBox02 .modal_tenpo_info table th {
    width: 25%;
  }
  .modalBox02 .modal_tenpo_info table th, .modalBox02 .modal_tenpo_info table td {
    font-size: 0.85rem
  }
  
    .tenpo_accordion {
    max-width: 100%;
    margin: 10px auto;
  }
  .tenpo_accordion .accordion_one {
    max-width: 100%;
    margin: 0 auto;
  }
  .tenpo_accordion .accordion_one .accordion_header {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .tenpo_accordion .accordion_one:first-of-type .accordion_header {
    border-radius: 8px;
  }
  .tenpo_accordion .accordion_one:first-of-type .accordion_header {
    margin: 3% auto 0;
  }
  .tenpo_accordion .accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
    background-color: rgba(65 105 225 / 70%);
  }
  .tenpo_accordion .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .tenpo_accordion .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .tenpo_accordion .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .tenpo_accordion .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .tenpo_accordion .accordion_one .accordion_header .i_box .one_i:before, .tenpo_accordion .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .tenpo_accordion .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .tenpo_accordion .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .tenpo_accordion .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .tenpo_accordion .accordion_one .accordion_inner {
    display: none;
    padding: 0;
    box-sizing: border-box;
  }
  .tenpo_accordion .accordion_one .accordion_inner .box_one {
    height: 300px;
  }
  .tenpo_accordion .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }

  .tenpo_accordion .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }

.pc{
display: none;
}

/*agenda
---------------------------------------------------------------------------*/

section.agenda{
padding: 0 10px;
}

.agenda__box{
border-radius: 6px;
background-color: #fff;
background-size: 8px 8px;
padding: 20px 0;
margin: 0 0 16px;
}

h2.agenda__box_h2{
font-size: 16px;
border-bottom: solid 3px #1f4894;
width: calc(100% - 60px);
margin: 0 auto 10px;
padding: 0 0 10px;
}

ul.agenda__box_linklist{
}

ul.agenda__box_linklist li:not(:last-child){
margin: 0 0 6px;
}

a.agenda__box_link{
}

a.agenda__linkbutton{
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 12px 10px 12px 0;
    width: calc(100% - 20px);
    margin: 0 auto 30px;
    border-radius: 6px;
    box-shadow: 0 4px 0px #046140;
} 

a.agenda__linkbutton span.__large{
font-size: 17px;
}

a.agenda__linkbutton:after{
right: 10px;
font-size: 18px;
}

/*honbun
---------------------------------------------------------------------------*/

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

h2.honbun__h2{
font-size: 16px;
height: 56px;
padding: 20px 15px;
margin: 30px 0 10px;
}

h2.honbun__h2:after{
border-width: 56px 56px 0px 0px;
}

span.honbun__h2_inner{
    left: 10px;
    text-shadow: 0 1px 1px rgba(0 0 0 / 0.6);
    border-bottom: solid 1px #fff;
    padding: 0 20px 0 0;
}

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

h3.honbun__h3{
font-size: 16px;
padding: 10px;
margin: 10px 0 10px;
border-radius: 3px;
}

h3.honbun__h3:after{
bottom: -8px;
border-width: 8px 6px 0 6px;
}

.honbun__compare_wrap{
padding: 0 6px;
}


.honbun__pricemenu_wrap{
padding: 0 6px;
}

.honbun__review_wrap{
padding: 0 10px;
}

h4.honbun__h4{
margin: 0 auto 6px;
width: calc(100% - 20px);
padding: 0 0 0 6px;
border-left: solid 4px #7F6538;
font-size: 14px;
}

a.honbun_linkbutton{
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
font-size: 14px;
padding: 12px 10px 12px 0;
width: calc(100% - 20px);
margin: 0 auto 30px;
border-radius: 6px;
box-shadow: 0 4px 0px #046140;
}

a.honbun_linkbutton span.__large{
font-size: 17px;
}

a.honbun_linkbutton:after{
right: 10px;
font-size: 18px;
}

.honbun__tenpo_wrap{
padding: 0 10px;
}

ul.honbun__list01{
padding: 15px;
width: calc(100% - 40px);
margin: 0 auto 15px;
}

ul.honbun__list01 li {
font-weight: bold;
margin: 0 0 6px;
}

section.honbun span.__red {
}

section.honbun span.__blue {
}

section.honbun span.__yellow{
}

section.honbun span.__large{
font-size: 18px;
}

/*info02
---------------------------------------------------------------------------*/

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

section.info02 .info_wrapper{
background: none;
padding: 38px 0 0;
}

.info02_title{
font-size: 20px;
margin: 0 0 15px;
}

.info02_title strong{
}

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

}
