@charset "utf-8";
/*
Theme Name: ranking
Description: スマホ特化ランキングサイト
Version: 1.0
*/
/*base settiog*/ :root {
  --transition: .3s var(--easing);
  --title: clamp(1.125rem, 0.569rem + 2.78vw, 1.175rem);
  --body-text: clamp(0.875rem, 0.042rem + 4.17vw, 1.25rem);
  --clr-blue: #8ecde5;
  --clr-ylw: #f8ff8d;
  --clr-pink: #e64154;
--clr-green: #3daa4f;
--clr-ppl: #b154dc;
}
/*Common 
===============================================================*/
* {
  min-width: 0;
  min-height: 0;
}
body {
  font-family: "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  font-display: swap;
  background-color: #e4f8f4;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fl_c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: -webkit-column;
  flex-direction: -moz-column;
  flex-direction: -ms-column;
  flex-direction: -o-column;
  flex-direction: column;
}
.noto {
  font-family: 'NotoSans', sans-serif;
}
.robo {
  font-family: 'Roboto', sans-serif;
}
.red {
  color: #EA5228;
  font-weight: bold;
}
.green {
  color: var(--clr-green);
  font-weight: bold;
}
.blue {
  color: var(--clr-blue);
}
.ppl{
	color: var(--clr-ppl);
  font-weight: bold;
}
.float_banner {
  display: none;
}
.spView {
  display: none;
}
.small{
	font-size: 11px;
}
.small2{
	font-size: 11px;
}
strong {
  font-weight: bold;
}
a:hover{
    cursor: pointer;
}
#container {
  width: 100%;
  max-width: 464px;
  min-width: 320px;
  margin: 20px auto;
  background-color: #fff;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
  border-radius: 10px;
}
.pr{
	font-size: .825em;
	}
/*横サイド
===============================================================*/
.aside-left {
  height: 100vh;
  width: calc((100vw - 464px)/2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
    text-align: center;
}
.aside-right{
  height: 100vh;
  width: calc((100vw - 464px)/2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.aside-left p{
    font-weight: 600;
}
.aside-left p > span{
    color: #f46f8f;
}
.aside-left a,
.aside-right figure{
    max-width: 260px;
    padding: 10px;
}
/*
.aside-left img{
    border: solid 1px #333;
}
*/
/*header/nav  
===============================================================*/
header h1{
	padding: 0.7em 0;
}
header h1 img{
	width: 18em;
}
/*title
===============================================================*/
h2 {
  background-color: #EFAAA2;
  position: relative;
  padding: 0.6em;
  text-align: center;
	margin-bottom: 1em;
}
h2::after{
	position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 12px solid #EFAAA2;
    width: 0;
    height: 0;
}
h2 p {
  color: #fff;
  font-weight: 900;
  font-size: var(--title);
  display: inline-block;
  position: relative;
    line-height: 1.3;
}
h2 span {
  display: block;
  color: #f8ff8d;
  font-size: .825em
}
h2 span.triangle {
  display: inline-block;
  padding: 0 5px;
}
/*btn
===============================================================*/
.rank-entry-link {
  width: 100%;
}
.rank-entry-link + div {
  margin-top: .75em;
}
.rank-entry-link a {
	margin: 0 auto;
animation: fuwafuwa 1s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
  width: 100%;
  font-weight: bold;
  background: #37cab0;
  line-height: 1.2;
  box-shadow: 0 4px 0 #1ba38b;
  color: #fff;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@keyframes fuwafuwa {
from {transform: scale(0.9,0.9);}
to {transform: scale(1,1);}
}
.rank-entry-link a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: .5em;
  font-size: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  color: #f8ff8d;
}
/*ranking
===============================================================*/
.ttl-img {
  width: 100px;
  z-index: 1;
  bottom: 0;
  left: 5%;
}
.title {
  padding: 0 10px;
  bottom: 0;
}
/*top3
===============================================================*/
.top3-inner {
  margin: 15px 0;
  border: #ddd 1px solid;
}
.top3-inner .top3-inner_box{
    position: relative;
}
.top3-inner .top3-inner__link{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.top3-inner .top3-inner_box:nth-child(1) {
  background: #ffffe7;
}
.top3-inner .top3-inner_box .top3-inner__thum > p::before {
  content: "";
  width: 2.5em;
  height: 1.92em;
  top: 50%;
  left: -45%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.top3-inner .top3-inner_box:nth-child(1) .top3-inner__thum > p::before {
  background-image: url("image/rank-icon/rank1.svg");
}
.top3-inner .top3-inner_box:nth-child(2) .top3-inner__thum > p::before {
  background-image: url("image/rank-icon/rank2.svg");
}
.top3-inner .top3-inner_box:nth-child(3) .top3-inner__thum > p::before {
  background-image: url("image/rank-icon/rank3.svg");
}
.top3-inner__text, .top3-inner__thum {
  border-bottom: #cddedb 1px solid;
  padding: .35em 1em;
  box-sizing: border-box;
}
.top3-inner__text {
  border-left: #cddedb 1px solid;
  width: 75%;
  padding: .65em 1em;
}
.top3-inner__thum {
  border-right: none;
  justify-content: flex-end;
  position: relative;
  width: 35%;
  align-items: center;
}
.top3-inner__text .site-name {
  font-weight: 600;
	color: #81531a
}
.top3-inner .top3-inner__thum p {
  width: 100%;
  max-width: 57px;
}
.top3-inner .top3-inner__thum img {
  height: auto;
}
.top3-inner .rank-score {
  flex-direction: column;
  width: 70%;
  height: 100%;
  padding: 0.75em;
}
.top3-inner .star {
  align-items: center;
  line-height: 1;
}
.top3-inner .star figure, .recom-list .star figure {
  width: 100%;
  margin-right: .425em;
  max-width: 150px;
  margin-bottom: 0;
}
.top3-inner .star .scr, .recom-list .star .scr {
  color: #e62525;
  font-size: 1.635em;
  font-weight: 600;
  margin-top: 3px;
}
.top3 .annotation{
	padding: 0 0 1em;
}
/*比較表
===============================================================*/
.comparisontable_list h3 {
  position: relative;
  width: 83%;
  margin: 0 auto;
}
.comparisontable_inner {
  table-layout: fixed;
  width: 100%;
  border: #cddedb 1px solid;
  margin: 25px 0;
}
.comparisontable_inner tr {
  width: 100%;
}
.comparisontable_inner td, .comparisontable_inner th {
  text-align: center;
  border: #cddedb 1px solid;
  padding: .625em .225em;
  vertical-align: middle;
    line-height: 1.4;
    font-size: .825em
}
.comparisontable_inner td {
  line-height: 1.3;
     font-weight: 600;
	position: relative;
}
.comparisontable_inner td figure{
   margin-bottom: .5em;
}
.comparisontable_inner th {
  background: #f8fffe;
  width: 21%;
}
.comparisontable_inner tr > td:nth-of-type(1) {
  background: #ffffe7;
}
.comparisontable_inner img.rank-icn {
  width: 2.5em;
  height: auto;
  margin: 0 auto;
}
.comparisontable_inner .rank-entry-link a{
    padding: 12px;
    text-align: left;
}
.comparisontable_inner td.site_name_td p {
  font-size: .75em;
  line-height: 2;
}
.comparisontable_inner td.site_name_td img {
  height: auto;
}
.tab_icon {
  width: 2.65em;
  height: auto;
  margin: 0 auto;
}
.comparisontable_inner td figure .icon_only{
    margin-bottom: 0;
}
.sec-intro .annotation{
    padding: 0 0 1em;
}
/*ランキング部分
===============================================================*/
.sec-comparison .inner li{
	padding-top: 1.4em;
}
.rank-head {
  -ms-align-items: flex-end;
  align-items: center;
    width: 100%;
    justify-content: space-between;
}
.rank-head p.sitename {
	width: 100%;
  font-size: 1.35em;
  font-weight: 700;
	text-align: center;
  background-repeat: no-repeat;
	border-bottom-color: #EFAAA2;
    border-bottom-style: dotted;
    border-bottom-width: 3px;
	color: #EA5228;
}
.rank-namebox {
  align-items: center;
    width: 80%;
    flex-flow: column;
    gap: .5em;
}
.mini_text{
	    width: 100%;
}
.rank-score {
  justify-content: end;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
}
.rank-score .star {
  width: 10em;
  padding: 0 10px;
}
.rank-body {
  align-items: center;
  padding-bottom: 20px;
  gap: 10px;
  margin-top: 10px;
}
.site-data_table, .site-data {
  width: 100%;
}
.site-data_table, .site-data .inner table{
	margin: .5em 0 2em 0;
}
.site-data_table th, .site-data_table td {
  text-align: center;
  border: #cddedb 1px solid;
  padding: 0.625em 0.225em;
  vertical-align: middle;
  font-weight: 500;
  font-size: .945em;
}
.site-data_table th {
  background: #f8fffe;
  width: 30%;
}
.site-data_table td {
  line-height: 1.3;
}
.site-data_table td figure{
    margin-bottom: .5em;
}
.annotation{
	color: #7b8886;
    text-align: left;
    width: 100%;
    font-size: .8em;
	padding-top: 1em;
}
.cam_img{
	padding-bottom: 1em;
}
.recommend_point{
	margin-bottom: 1.2em;
}
.recommend_point .point_text{
	padding-top: 1em;
}
/*ランキングアイコン
=========================*/
.rank-head p.rank-icon.rank01 {
  background-image: url("image/rank-icon/rank1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank02 {
  background-image: url("image/rank-icon/rank2.svg");
	background-size: contain;
  background-repeat: no-repeat;
	width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank03 {
  background-image: url("image/rank-icon/rank3.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank04 {
  background-image: url("image/rank-icon/rank4.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank05 {
  background-image: url("image/rank-icon/rank5.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank06 {
  background-image: url("image/rank-icon/rank6.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank07 {
  background-image: url("image/rank-icon/rank7.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank08 {
  background-image: url("image/rank-icon/rank8.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank09 {
  background-image: url("image/rank-icon/rank9.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
.rank-head p.rank-icon.rank10 {
  background-image: url("image/rank-icon/rank10.svg");
	background-size: contain;
  background-repeat: no-repeat;
  width: 3.5em;
  height: 2.92em;
}
/*おすすめランク
===============================================================*/
.recom-list_inner {
  align-items: center;
  gap: 20px;
  padding: 0.65em 1em;
}
.recom-list_inner > figure {
  width: 25%;
    margin: 0;
}
.recom-list_inner > div {
  width: calc((100% - 25%) - 20px);
}
.recom-list_inner .site-name {
  font-size: 1em;
  font-weight: 600;
}
.recom-list li + li {
  border-top: 1px solid #e8deeb;
}
.recom-list .pickup {
  color: #9c9c9c;
  font-size: .825em;
}
/*タイトル*/
.rank-body h3 {
  align-items: center;
  position: relative;
  margin: 0 0 .75em;
}
.rank-body h3 > figure {
  max-width: 50px;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.rank-body h3 > p {
  background: #65c0b0;
  padding: 0.18em 1em 0.18em 60px;
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 1.2em;
  border-radius: 30px;
}
.rank-body h4{
	position: relative;
    line-height: 1.4;
    border-bottom: solid 2px #EFAAA2;
    padding: 0.3em 0 0.4em 1.4em;
    font-weight: 600;
    font-size: 1.05em;
}
.rank-body h4:before{
	    content: url(image/common/icon_check.svg);
    width: 1em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}
/*おすすめポイント*/
.post_pick ul {
  padding: 0 0 0 30px;
}
.post_pick li {
  position: relative;
  padding-bottom: 12px;
  font-weight: 600;
}
.post_pick li:before {
  content: url(image/common/icn_check.svg);
  width: 1em;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
/*口コミ*/
.voice blockquote.in-voice {
  width: 100%;
  padding: 1em 0;
}
.in-voice-head {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.voice-image {
  width: 100%;
  max-width: 60px;
  margin: 0;
}
.voice-data {
  width: calc((100% - 60px) - 10px);
}
.voice_title {
  font-weight: 600;
  padding-bottom: 5px;
}
.voice-data p, .in-voice__content > div > p {
  line-height: 1.4;
}
.voice_user {
  font-size: .88em;
}
.comment {
  padding: 1em 0 0;
}
.in-voice__content > div {
  position: relative;
  display: inline-block;
  padding: 1em;
  color: #555;
  width: 100%;
  background: #FFF;
  border: solid 2px #ddd;
  border-radius: 10px;
}
.in-voice__content > div::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 22px;
  margin-top: -8px;
  border: 9px solid transparent;
  border-bottom: 10px solid #FFF;
  z-index: 2;
}
.in-voice__content > div::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 21px;
  margin-top: -8px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  z-index: 1;
}
.in-voice__cmnt{
    text-align: right;
    color: #777;
    font-size: .75em;
    padding-top: 3px;
}
.in-voice__cmnt a{
    text-decoration: underline;
}
/*------------------------------
フォーム
*/
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.mw_wp_form dt {
  border-left: 4px solid #8ecde5;
  padding-left: 6px;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.mw_wp_form dd {
  margin-bottom: 20px;
}
.mw_wp_form select, .mw_wp_form input {
  display: block;
  padding: 5px 0;
  font-size: 17px;
}
.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  padding: 10px;
  color: #333;
  background: #fff;
  border: 1px solid #8ecde5;
}
.mw_wp_form input, .mw_wp_form textarea {
  width: 96%;
  font-size: 17px;
  border: 1px solid #7f7f7f;
}
input[type="submit"] {
  width: 100%;
  padding: .85em 1em;
  margin: 20px auto;
  border-radius: 0;
  background: #e64154;
  color: #fff;
}
/*------------------------------
トップイントロ部分
*/
.in-text{
    padding: 1em 0;
}
h3.intro_ttl{
  border-left: 4px solid #8ecde5;
  font-size: 1.25em;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 1em 0 1em;
}
.glp-com{
    gap: 10px;
}
.glp-com_list{
    width: calc(100% / 2);
    background: #f6f6f6;
    padding: .75em;
    border-radius: 10px;
    text-align: center;
}
.glp-com_list__ttl{
    background: -webkit-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: -moz-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: -ms-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: -o-linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background: linear-gradient(transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    font-weight: bold;
    display: inline-block;
    font-size: .925em;
}
.glp-com_list__inner{
    text-align: left;
    padding: .25em 0 0 1.4em;
}
.glp-com_list__inner li{
    position: relative;
    font-size: .865em;
}
.glp-com_list.list_b .glp-com_list__inner li::before{
    content: url("image/common/icn_check_blue.svg");
    width: .865em;
    position: absolute;
    left: -1.4em;
}
.glp-com_list.list_p .glp-com_list__inner li::before{
    content: url("image/common/icn_check_pink.svg");
    width: .865em;
    position: absolute;
    left: -1.4em;
}
.sec-ranking3 .inner table{
	margin: 2em 0 2em 0;
}
.glp-method__ttl{
    border: #cddedb 1px solid;
    padding: 0.625em 0.225em;
    vertical-align: middle;
    width: 35%;
    font-size: .925em;
    background: #f8fffe;
    font-weight: bold;
}
.glp-method__text{
    border: #cddedb 1px solid;
    padding: 0.625em;
    font-size: .865em;
}
.merit_list{
    position: relative;
    margin-bottom: 2em;
}
.merit_list__inner{
    border: solid 2px #65c0b0;
    padding: 0.5em;
    position: relative;
    margin-top: 2em;
	background-color: #f8fffe;
}
.merit_list__inner li{
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.9em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
    font-weight: 600;
    font-size: .865em;
}
.merit_list__inner li:last-of-type {
  border-bottom: none;
}
.merit_list__inner li .check{
	font-size: 1.12em;
}
.merit_list__inner li::before{
    content: url(image/common/icon_check.svg);
    width: 1em;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0.5em;
}
.merit_list__inner:after{
	background: #65c0b0;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "CHECK!";
    letter-spacing: 0.05em;
}
.clinic_list{
	justify-content: space-between;
    align-items: center;
}
.clinic_list figure{
	width: 48%;
    margin: 0;
}
.clinic_list .btn,
a.btn--pink {
      position: relative;
    display: inline-block;
    padding: 0.6rem 2.6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0.5rem;
}
a.btn--pink p:before {
  content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #f7ff1b;
    position: absolute;
    top: 50%;
    right: -3.5rem;
    margin-top: -6px;
}
a.btn--pink p{
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    left: -2rem;
}
a.btn--pink {
  color: #fff;
  background-color: var(--clr-pink);
  border-bottom: 5px solid #b41731;
}

a.btn--pink:hover {
  margin-top: 3px;
  border-bottom: 2px solid #b41731;
}
.clinic_list__inner1,.clinic_list__inner2,.clinic_list__inner3{
	margin-top: 15px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 3em 1em 1.5em 4em;
	position: relative;
}
.clinic_list__inner1 .inner_title{
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1em;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
	text-align: center;
    line-height: 1.2;
}
.clinic_list__inner2 .inner_title{
	position: absolute;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1em;
    top: 14%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.clinic_list__inner3 .inner_title{
	position: absolute;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 1em;
    top: 17%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.clinic_list__inner1,.clinic_list__inner2,.clinic_list__inner3 li {
    position: relative;
    font-weight: 600;
    font-size: .865em;
}
.clinic_list__inner1 li::before{
    content: url(image/common/icn_check_pink.svg);
    width: 1em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.clinic_list__inner2 li::before{
    content: url(image/common/icn_check_gr.svg);
    width: 1em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}
.clinic_list__inner3 li::before{
    content: url(image/common/icn_check_ppl.svg);
    width: 1em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
}
hr.style1{
	border-top: 0.1rem solid #f6f6f6;
	margin-bottom: 23px;
}
/*------------------------------
お問合せ・その他下層
*/
#title_page {
  width: 100%;
  background: #EFAAA2;
  color: #fff;
}
#title_page h1 {
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  padding: 40px;
}
.under-page_block {
  margin: 20px 0;
}
.under-page_block div + div {
  margin-top: 20px;
}
.under-page_block h2{
  border-bottom: solid 2px #EFAAA2;
  font-size: 1.025em;
  font-weight: 600;
  padding: 5px 10px 6px 0;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: left;
    background: none;
}
.under-page_block h2:after{
display: none;
}
.operation, .about-management1, .about-management2, .about-management3, .about-management4, .about-management5, .about-management6 {
  margin: 10px 0 30px;
}
.operation dl {
  flex-direction: column;
  border: 1px solid #cddedb;
}
.operation dd:not(:last-of-type) {
  border-bottom: 1px solid #cddedb;
}
.operation dd > p:nth-child(1) {
  width: 40%;
  background: #f4feff;
  padding: 10px 20px;
}
.operation dd > p:nth-child(2) {
  width: 60%;
  padding: 10px 20px;
  border-left: #cddedb 1px solid;
}
.survey{
  margin-bottom: 40px;
	line-height: 1.4;
}
.survey dl dt{
  width: 100%;
  background: #f8f8f8;
  font-weight: 600;
  padding: .5em;
}

.survey dl dd{
  width: 100%;
  padding: .5em;
  margin-bottom: .5em;
}

.survey ul li{
  padding: .5em;
}

.survey ul li:nth-child(2n+1){
  background: #fafafa;
}

.survey-result table{
  width: 100%;
}
.survey-result td, .survey-result th{
  line-height: 1.2;
  padding: .5em;
  vertical-align: middle;
  text-align: left;
}
.survey-result .name{
  background: #f8f8f8;
  font-size: .8em;
}
.survey-result .name.head{
  width: 30%;
  line-height: 1.2;
    padding: 0.5em;
    vertical-align: middle;
    text-align: left;
}
.survey-result .name.other{
  width: 10%;
  line-height: 1.2;
    padding: 0.5em;
    vertical-align: middle;
    text-align: left;
}
.survey-result tr:nth-child(2n+1){
  background: #fafafa;
}
.survey-result td.total{
  font-weight: 600;
}
.survey-link {
    color: #e64154;
    text-decoration: underline;
    font-size: .75em;
}
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*------------------------------
フッター設定
*/
footer {
  width: 100%;
  background: #EFAAA2;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.footer_txt .content.flex {
  justify-content: center;
  gap: 15px;
}
.footer_txt .content.flex a {
  position: relative;
  padding: 0 0 0 1em;
}
.footer_txt .content.flex a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 2px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #545454;
    transform: translateY(-50%);
}
.footer_txt {
  font-size: 14px;
  padding: 20px;
  background: #e3e3e3;
}

/*絞り込み検索
=====================================*/
.sec-search{
	margin: 0;
    color: var(--clr-pink);
    padding-top: 0;
    padding-bottom: min(10px,4vw);
}
#feas-searchform-0,#feas-searchform-1{
    padding: 10px 20px 20px;
}
#feas-searchform-0 input[type="submit"],
#feas-searchform-1 input[type="submit"]{
    width: 100%;
    margin: 1em 0 0;
    border: var(--clr-pink) 2px solid;
    background: none;
    border-radius: 10px;
    font-size: 1em;
    padding: 0.76em 0;
    color: var(--clr-pink);
    font-weight: 600;
}
.search-item_box{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
	gap: 5px;
	margin-top: .5em;
}
.search-item{
	position: relative;
    background-color: #e3e3e3;
    border-radius: 5px;
	padding: 0.5em;
    overflow: hidden;
}
.search-item:nth-child(1){
    grid-area: 1 / 1 / 2 / 2;
}
.search-item:nth-child(2){
    grid-area: 1 / 2 / 2 / 3;
}
.search-item:nth-child(3){
    grid-area: 1 / 3 / 2 / 4;
}
.search-item:nth-child(4){
    grid-area: 2 / 1 / 3 / 4;
}
.search-item:not(:last-child)::after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 40%;
    right: 6%;
}
.search-ttl{
	color: #68868f;
    font-size: .95em;
	font-weight: 600;
}
select,input[type="text"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: none;
	border: none;
	font-size: 1.25em;
    color: #333;
    font-weight: 900;
	padding: 0;
	width: 100%;
}
#page_content input[type="text"]{
    border: 1px solid #7f7f7f;
}


/*コラムk=====================================*/
.column .inner .intro{
	margin-bottom: 1em;
}

.accordion-001 {
    max-width: 500px;
    background-color: #f8fffe;
}

.accordion-001:not([open]) {
    margin-bottom: .7em;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1.5em;
    border-radius: 5px;
    background-color: #65c0b0;
    color: #fff;
    font-weight: 600;
	font-size: 1.1em;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 1em 2em 1em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
	border-right: #cddedb 1px solid;
	border-left: #cddedb 1px solid;
    border-bottom: #cddedb 1px solid;
    margin-bottom: 1em;
    border-radius: 5px;
}
.accordion-001[open] p .subtitle{
	font-weight: 600;
}