@charset "UTF-8";

/*共通*/
p {
    line-height: 1.8;
    color: #444;
    font-size: 16px;
    /*word-wrap: break-word;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contents{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    color: #333;
    background-color: #fff8f9;
}
.contents-box{
	max-width: 700px;
	margin: 0 auto;
    padding: 0px 0 10px;
	box-sizing:border-box;
	background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(192, 192, 192, 0.4);
}
.box{
    padding: 1% 3%;
}
a:link, a:visited, a:hover, a:active {
    color: #333;
    /*text-decoration: none;*/
}
a:hover {
    opacity: 0.7;
}
.pc_ds{
    display: block;
}
.sp_ds{
    display: none;
}
img,video{
    max-width: 100%;
    width: 100%;
}

/*テキスト*/
b{
	font-weight: bold;
}
.tyuu{
    font-size: 10px;
    text-align: right;
    margin: 5px 10px 0 0;
    color: #aaa;
}
.tyuu2{
    font-size: 10px;
    vertical-align: baseline;
}
.y_lin{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fffca5 0%) repeat scroll 0 0;
}
.co_r{
	color: #f9234b;
}
.co_b{
	color: #0000ff;
}
.co_y{
	color: #ffca00;
}
.co_p{
	color: #ff04ff;
}
.co_g {
    color: #6fce72;
}
.fcO{
	color: #ffca00;
}
.ta_r{
    text-align: right;
}
.ta_c{
    text-align: center;
}

.mt3{
    margin: 5% 0 0;
}
.mb5{
    margin-bottom:5px;
}
.mb15{
    margin-bottom:15px;
}
.mt10{
    margin: 13% 0 0;
}

.m3 {
    margin: 5% 0;
}

/*ポジション*/
.po_r{
    position: relative;
}
.po_a{
    position: absolute;
}

/*ポジション　上下左右中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*ポジション　左右中央*/
.po_lr_ce{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


/*----------sp------------*/
@media (max-width: 767px) { 
/*共通*/
.contents{
    width: 100%;
}
.sp_ds{
    display: block;
}
.pc_ds{
    display: none;
}
}

/*　タイトル　*/
h1{
    font-size: 25px;
    line-height: 1.4;
    margin: 8px 0;
    text-align: left;
    padding: 0 3%;
    font-weight: bold;
}
h2{
    font-size: 24px;
    line-height: 1.4;
    margin: 15% 0 2%;
    text-align: left;
    font-weight: bold;
    background-color: #fff5f5;
    border-left: 10px solid #fc7586;
    padding: 2%;
}
h3{
font-size: 20px;
    line-height: 1.4;
    margin: 5% 0 2%;
    text-align: left;
    font-weight: bold;
    background-color: #fffddd;
    border-left: 10px solid #ffca00;
    padding: 3%;
}
.tit{
        box-shadow: 0px 4px 8px rgba(192, 192, 192, 0.4);
}
.pon{
border: 1px solid #aaa;
margin-top: 10%;
padding: 3%;
}

@media (max-width: 760px) {
h1{
   font-size: max(4.3vw,16px);
}
h2{
   font-size: 1.3rem;
}
h3{
   font-size: 1.2rem;
}
}


/*目次*/
.contenedor{
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    background: ivory;
    padding: 4%;
    margin: 5%;
}
.mokuji {
    margin: 3% auto;
    /*padding: 10px 15px 15px;*/
}
/*.mokuji a p::before {
    content: "●";
    color: #fb8998;
    padding-right: 5px;
}*/
.mokuji p{
border-bottom: 1px dashed #aaa;
padding: 5px;
}
.mokuji a {
    color: #393939;
    text-decoration: none;
}
.expand {
  height: 90px;
  overflow: hidden;
}
@media (max-width: 700px) {
    .expand {
        height: 110px;
        overflow: hidden;
      }
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 40%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -80px;
}
.show_more span{
    background-color: #fb8998;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
}


/*-------------比較表-------------*/
.tabletitle{
    text-align: center;
    border: solid 2px #E31A1A;
}
h2.ranktable_ttl{
    background: #ffe4e4;
    font-size: 1.6em;
    text-align: center;
    border: 3px solid #E31A1A;
}

.hikaku_ttl {
    margin: 15% 0 2%;
}

.ranktab-001,
.ranktab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
    width: 100%;
    margin-top: 30px;
}

.ranktab-001 > label,
.ranktab-002 > label {
    order: -1;
    min-width: 70px;
    opacity: .9;
    padding: 8px 25px 8px 0px;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    color: #444;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 99;
    width: 200px;
    margin: 0 5px;
    border: 2px solid #ff5f73;
    border-bottom: none;
}

.ranktab-001 > label:hover,
.ranktab-002 > label:hover {
    opacity: .8;
}

.ranktab-001 > .tab01,
.ranktab-002 > .tab01 {
    padding: 10px 0px;
    position: relative;
}

.ranktab-001 > .tab01 span,
.ranktab-002 > .tab01 span {
    position: absolute;
    right: 42%;
    top: 26%;
}

.ranktab-001 > .tab02,
.ranktab-002 > .tab02 {
    padding: 10px 0px;
    position: relative;
}

.ranktab-001 > .tab02 span,
.ranktab-002 > .tab02 span {
    position: absolute;
    right: 31%;
    top: 26%;
}

.ranktab-001 > .tab03,
.ranktab-002 > .tab03 {
    padding: 10px 0px;
    position: relative;
}

.ranktab-001 > .tab03 span,
.ranktab-002 > .tab03 span {
    position: absolute;
    right: 30%;
    top: 26%;
}

.ranktab-001 input,
.ranktab-002 input {
    display: none;
}

.ranktab-001 > div,
.ranktab-002 > div {
    display: none;
    width: 100%;
    margin-top: -24px;
    border: 2px solid #fb8998;
}

.ranktab-001 label:has(:checked),
.ranktab-002 label:has(:checked) {
    opacity: 1;
    background-color: #ff5f73;
    color: #fff;
    font-weight: bold;
}

.ranktab-001 label:has(:checked) + div,
.ranktab-002 label:has(:checked) + div {
    display: block;
}

.rankTable table {
    width: 100%;
}

.rankTable table tr {
    border-bottom: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
}

.rankTable th .flex_tab_header {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    color: #FFEC5D;
    font-weight: bold;
}

.rankTable th .flex_tab_header img {
    height: 50px;
    width: auto;
}

/*.rankTable tr:nth-of-type(2) td,
.rankTable tr:nth-of-type(2) th {
    background-color: #fffbe8;
}*/

.rankTable table tr:first-child th,
.rankTable table tr:first-child td {
    color: #fff;
    text-align: center;
    /*background: #fb8998;*/
    font-size: 13px;
    font-weight: bold;
}

.rankTable table th {
    width: 10%;
    height: 26px;
    border-right: 1px dotted #ddd;
    border-left: 1px dotted #ddd;
    padding: 1px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    background: #fb8998;
}

.rankTable table td {
    border-bottom: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
    vertical-align: middle;
    font-size: 12px;
    padding: 4px;
    width: calc(81% / 7);
    text-align: center;
}

.rankTable table a {
    color: #333;
    text-decoration: none;
}

.tab_btn {
    display: inline-block;
    background-color: #7e97cd;
    color: #fff;
    padding: 3px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    width: 95%;
    margin-bottom: 5px;
}

.ranktab-001 img,
.ranktab-002 img {
    width: 54%;
}

.rankTable01 {
    height: 132px;
}

.rankTable02 {
    height: 105px;
}

@media screen and (max-width: 699px) {
	.ranktab-001,
	.ranktab-002 {
		width: 100%;
		margin: 10px auto 0;
		gap: 0 6px;
	}

	.ranktab-001>label,
	.ranktab-002>label {
		font-size: .7em;
		width: 28vw;
		margin: 0 3px;
	}

	.ranktab-001 label:has(:checked)+div,
	.ranktab-002 label:has(:checked)+div {
		margin-top: -25px;
	}

	.rankTable table {
		width: 500px;
		/*margin-top: -19px;*/
	}

	.rankTable table th {
		position: sticky;
		z-index: 1;
		left: 0;
		font-size: 11px;
	}

	.rankTable table tr:first-child th,
	.rankTable table tr:first-child td {
		font-size: 11px;
	}

	.rankTable table td {
		width: calc(100% / 6);
		line-height: 1.2;
		font-size: 12px;
	}

	.ranktab-001>.tab01 span,
	.ranktab-002>.tab01 span {
		right: 38%;
	}

	.ranktab-001>.tab02 span,
	.ranktab-002>.tab02 span {
		right: 23%;
	}

	.ranktab-001>.tab03 span,
	.ranktab-002>.tab03 span {
		right: 22%;
	}

	.rankTable01 {
		height: 85px;
	}

	.rankTable02 {
		height: 65px;
	}
}


.y_bg {
    background: #feffdf!important;
}
.chart_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart_btn a{
    color: #fff;
    font-size: 15px;
}
.chart02_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #E31A1A;
    box-shadow: 0 5px 0 0 #d4396a;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart02_btn a{
    color: #fff;
    font-size: 15px;
}
.rankTable td.not::before {
    content: "△";
    color: #ffe20f;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.good::before {
    content: "〇";
    font-weight: bold;
    color: #9de6f3;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.berry::before {
    content: "◎";
    font-weight: bold;
    color: #ff3a3a;
    font-size: 250%;
    line-height:1.2
}
 .rankTable table img {
object-fit: contain;
}
@media (max-width: 760px) {
    .chart_btn a{
        font-size: 12px !important;
    }
    .chart_btn02 a{
        font-size: 12px !important;
    }
    .rankTable a {
        font-size: 11px;
        line-height: 1;
    }
    .rankTable table {
        width: 100%;
    }
    .rankTable {
        border: 5px solid #fde5ec;
        border-top: 5px solid #fde5ec;
        width: 100%;
        overflow-x: scroll;
    }
    .chart_btn,.chart02_btn{
        width: 100%;
        padding: 2px 0;
    }
    .rankTable table img {
        object-fit: contain;
        width: 63%;
    }
}
.site_btn01 {
    display: block;
    background-color:#3dbb00;
    box-shadow: 0 3px 0px 0 #226800;
    border-radius: 5px;
    color: #fff;
    padding: 17px 2px;
    margin: 2px 3px;
    font-weight: bold;
    font-size: 15px;
}

.site_btn02 {
    display: block;
    background-color: #fb8998;
    box-shadow: 0 3px 0px 0 #ff5f73;
    border-radius: 5px;
    color: #fff;
    padding: 28px 2px;
    margin: 2px 3px;
    font-weight: bold;
    font-size: 15px;
}

.site_btn01 span {
    font-size: 0.9em;
}

@media (max-width: 760px) {
    .rankTable table {
        width: 500px;
    }
    
    .rankTable table tr th{
        width: 12%;
        line-height: 1.2;
    }
.rankTable table tr th,
.rankTable table tr td{
    padding: 3px;
}
 .rankTable table tr td b{
   font-size: 12px;
} 
.site_btn01 {
    font-size: 11px;
    height: 56px;
    padding-top: 16px;
}
.site_btn02 {
    font-size: 11px;
    height: 56px;
    padding-top: 23px;
    }
}
.rankTable td:nth-child(2){
    font-weight: bold;
}

/*-------------比較表 ここまで-------------*/

/*cta*/
.lis_cta{
display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    padding: 2%;
}
.lis_cta p.lis_cta_txt{
    text-align: center;
    width: 20%;
}
.lis_cta div{
    width: 60%;
}
.lis_cta .cta_btn{
    padding: 2% 3%;
    background-color: #4bbf1d;
    box-shadow: 0 4px 0px 0 #226800;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    line-height: 1.5;
}
.lis_cta .cta_btn span{
font-size: 120%;
}
span.fo_b{
font-size: 33px;
}
.lis_cta div a{
text-decoration: none;
}
.lis_cta_a{
    text-align: right;
    font-size: 0.8rem;
}
.lis_cta_a a{
    color: #4494d5;
}
.cta_btn02{
    padding: 1%;
    background-color: #288d00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    text-decoration: none;
}
.mt3 a{
    text-decoration: none;
}

 @media (max-width:760px) {
     span.fo_b{
         font-size: 23px;
        }
 }

@media (max-width: 767px) { 
.lis_cta p.lis_cta_txt{
    width: 35%;
}
.lis_cta div{
    width: 60%;
}
}

/* 光 */
.shine{
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.shine::before{
    content: '';
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shine 3s ease-in-out infinite;
    position: absolute;
    top: -180px;
    left: 0;
    opacity: 0;
    transform: rotate(45deg);
}

/* 光の動き */
@keyframes shine{
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.animate{
-webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bouncing{
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -moz-animation-name: bouncing;
    -o-animation-name: bouncing;
    -webkit-animation-name: bouncing;
    animation-name: bouncing;
    margin-top: 10%;
}
@-moz-keyframes bouncing{
    20%, 53%, 80%, 0%, 100% {-moz-animation-timing-function: cubic-bezier(.215,.61,.355,1);transform: translate3d(0,0,0);}
    40%, 43% {-moz-animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-30px,0);}
    70% {-moz-animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-15px,0);}
    90% {transform: translate3d(0,-4px,0);}
}
@-o-keyframes bouncing{
    20%, 53%, 80%, 0%, 100% {-o-animation-timing-function: cubic-bezier(.215,.61,.355,1);transform: translate3d(0,0,0);}
    40%, 43% {-o-animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-30px,0);}
    70% {-o-animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-15px,0);}
    90% {transform: translate3d(0,-4px,0);}
}
@-webkit-keyframes bouncing{
    20%, 53%, 80%, 0%, 100% {-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);transform: translate3d(0,0,0);}
    40%, 43% {-webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-30px,0);}
    70% {-webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-15px,0);}
    90% {transform: translate3d(0,-4px,0);}
}
@keyframes bouncing{
    20%, 53%, 80%, 0%, 100% {animation-timing-function: cubic-bezier(.215,.61,.355,1);transform: translate3d(0,0,0);}
    40%, 43% {animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-30px,0);}
    70% {animation-timing-function: cubic-bezier(.755,.050,.855,.060);transform: translate3d(0,-15px,0);}
    90% {transform: translate3d(0,-4px,0);}
}

/*スライダー*/
.wrapper {
    margin: 3% 0 10%;
}

/*詳細表*/
.po_lis{
    margin: 3% auto;
    font-size: 14px;
    width: 90%;
}
.po_lis p{
    padding: 8px;
    background-color: #fe5f78;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.po_lis table ,.po_lis td,.po_lis th {
	border-collapse: collapse;
	vertical-align: middle;
    text-align: center;
}
.po_lis table{
	width: 100%;
}
.po_lis td,.po_lis th {
	border: 1px solid #aaa;
	padding: 10px;
}
.po_lis th {
	font-weight: bold;
	width: 50%;
    background: #fde5ec;
}
  @media screen and (max-width: 768px){
    .po_lis {
        width: 100%;
    }
.po_lis td,.po_lis th {
	padding: 3px;
}
  }
footer {
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
    background: #ddd;
    text-decoration: none;
}
footer p{
    font-size: 14px;
}

/*追従*/
.floating {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 50px;
    padding: 10px;
    cursor: pointer;
    transition: .3s;
    /*opacity: 0;
    visibility: hidden;*/
    width: 40%;
    max-width: 300px;
    opacity: 0;
  }

  /*このクラスが付与されると表示する*/
  .active{
   /* opacity: 1;*/
    visibility: visible;
  }

  @media screen and (max-width: 768px){
    .floating {
      right: 6px;
	      bottom: 10px;
     font-size: 0;
	      padding: 0;
    width: 50%;
      }
    }
  
    @media screen and (max-width: 768px){
    .follow {
    right: 6px;
    bottom: 10px;
    font-size: 0;
    padding: 0;
    width: 45%;
    }
  }
  
  /*pop*/
      #backGuide {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#backGuide {
    display: none;
    position: fixed !important;
    background-color: rgba(51, 51, 51, 0.8); /* 半透明に変更 */
    z-index: 9999;
}
#backGuide a {
    display: block;
    width: 400px;
    height: 263px;
    line-height: 80px;
    margin: auto;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}
#closeButton {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 24px;
    cursor: pointer;
    color: white;
}

@media (max-width: 620px){
    #closeButton {
        top: 100px;
        right: 30px;
    }
    #backGuide a {
    width: 300px;
}
}

#page07 a{
    color: #4494d5;
}

/*口コミ*/
.slide-contents {
    padding: 3%;
    border: 2px solid #fe5f78;
    border-radius: 10px;
}
.slide-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 80px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px;
}
.slide-box img {
    width: 70px;
    height: 70px;
}
.slide-box div {
    margin-left: 15px;
}
.txt{
    margin-left: 15px;
    font-weight: bold;
}
.frx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.nem {
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
}
.sut {
    color: #ffca00;
    font-size: 14px;
}
.sli_txt {
    margin: 10px auto;
}
.fss {
    font-size:9px;
}
.intro{
    text-align:center;
    font-size: 1.2rem;
    margin: 15px 0 0;
}

@media (max-width: 768px) {
   .slide-contents {
      padding: 3% 5%;
   }

   .slide-box {
      height: auto;
      padding: 2% 2% 2% 0;
   }

   .slide-box div {
      margin-left: 10px;
   }

   .txt {
      margin-left: 10px;
   }
}

.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
    background-color: #f6a6a8;
    height: 45px;
    position: relative;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title_logo img {
    width: 30px;  /* アイコンのサイズ調整 */
    height: auto;  /* アスペクト比を保持 */
    margin-right: 10px;  /* アイコンと文字の間にスペースを追加 */
    margin-top: -5px; /* アイコンを上に少し移動 */
}

.header_ttl p {
    color: white;  /* 文字の色を白に設定 */
    margin: 0; /* pタグのデフォルトマージンをリセット */
    line-height: 60px;
    margin-top: 2px;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 12vh;
  top: 0;
  left: 0;
  margin-top: 45px;
  padding: 10px;
  clear: both;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
    top: 0;
    right: 0;
}

.navicon {
  background: #fff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* ファビコン用の追加スタイル */
.head_favicon {
    width: 16px;
    height: 16px;
    background: url('img/favicon.ico') no-repeat center center;
    background-size: contain;
}



/* SP版のアイコン調整 */
@media (max-width: 768px) {
    .header_ttl p {
      line-height: 0px;
      margin-top: 0px;
    }
    .title_logo img {
        margin-top: 0px; /* スマホではアイコンを中央に調整 */
    }

}

.accordion-header {
  text-align: right;
  cursor: pointer;
  padding: 5px 0 0;
  color: #999;
  font-size: 12px !important;
}
.accordion-content {
  display: none;
  padding: 10px;
}