@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed,object{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: normal;
}
img {
	border: 0px;
	vertical-align: top;
}
html{
	 font-size: 62.5%;
}
body{
	color: #131313;
	font-size: 1.0rem;
	font-family: 'noto-sans-cjk-jp', 'メイリオ', Meiryo, sans-serif;
}
a{
	color: #0056AC;
    /*text-decoration: none;*/
}
a:hover{
	opacity: 0.5;
}
header{
    margin: auto;
    padding: 14px 0px;
    width: 860px;
}
#mv{
    margin: 0 auto;
	height: auto;
	width: 860px;
}
#contents{
    margin: auto;
}
#second_contents{
    margin: 0px auto 20px auto;
    width: 860px;
    font-size: 1.6rem;
}
#second{
   width: 100%; 
}
#second h2{
    margin: 10px 0px 20px 0px;
    color: #006F6F;
    font-weight: bold;
    border-bottom: solid 2px #006F6F;
}
#second h3{
    margin: 10px 0px 10px 0px;
    color: #006F6F;
	font-size: 1.3em;
    font-weight: bold;
	border-bottom: dotted 2px #006F6F;
}
section{
	padding: 0 10px;
	margin-bottom: 20px;
}
section p{
	padding: 10px 0;
}
h5 {
  position: relative;
  padding: 0.6em 0.6em 0.6em 1em;
	margin: 15px 0 20px 0;
  background: #006F6F;
	color:#FFC926;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	border-radius: 20px;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #006F6F;
  width: 0;
  height: 0;
}
h6 {
  position: relative;
  padding: 0.6em 0.6em 0.6em 1em;
	margin: 15px 0 20px 0;
  background: #FFD452;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	border-radius: 20px;
}

h6:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FFD452;
  width: 0;
  height: 0;
}
.b{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 10px;
}
.ranking_list{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    box-sizing: border-box;
	border-radius: 10px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 2px 3px 0px, rgba(0, 0, 0, 0.15) 0px 6px 10px 0px;
}
.ranking_list li{
    display: block;
    margin: 0px 1.5%;
    width: 30%;
    text-align: left;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align:middle;
}
.ranking_list li img{
	padding: 0 2px 0 0;
	vertical-align:middle;
}
.ranking_list li span2{
    display: block;
    padding: 4px 0px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
.ranking_head{
    margin: 0px 0px 4px 0px;
    width: 60px;
}
.ranking_img{
    width: 100%;
}
.ranking_img2{
    width: 50%;
}
.tab-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
	background: #fff;
	font-size: 1.4em;
	text-align: left;
}
.tab-4 p{
	padding: 0 5px 5px;
}
.tab-4 img{
	width: 100%;
}
.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .5em .8em;
    background-color: #e3e3e3;
    color: #999;
            font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    cursor: pointer;
	line-height:105%;
}
.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #006F6F;
    color: #fff;
}
.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #006F6F;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-4 input {
    display: none;
}
.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}
.tab-4 label:has(:checked) + div {
    display: block;
}

.box_0{
    margin: 0px auto 20px auto;
    width: 860px;
    text-align: center;
}
.box_00{
    margin: 0px auto 0px auto;
    width: 860px;
    text-align: center;
}
.box_0-top{
    margin: 10px auto 0;
    width: 860px;
    text-align: center;
}
.box_0-topi{
    margin: 10px auto 0;
    width: 860px;
	text-align: center;
	border-bottom: 8px solid #006F6F;
}
.box_1{
    background: #006F6F;
    margin: 0px auto 0px auto;
    padding: 10px 15px;
    width: 840px;
    border-radius: 8px;
    box-sizing: border-box;
}
.box_1-top{
    background: #005C5C;
    margin: 0px auto 0px auto;
    padding: 10px 10px 15px;
    width: 860px;
    box-sizing: border-box;
}
.box_2{
    background: #005C5C;
    margin: 15px auto 20px auto;
    padding: 15px 15px;
    width: 860px;
    box-sizing: border-box;
}
.box_2s{
    background: #006F6F;
    margin: 0px auto 5px auto;
    padding: 15px 15px;
    width: 860px;
    box-sizing: border-box;
}
.box_3{
    background: #FFF4D5;
    margin: 10px auto 0px auto;
    padding: 15px 20px;
    border-radius: 10px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 2px 3px 0px, rgba(0, 0, 0, 0.15) 0px 6px 10px 0px;
    font-size: 1.6rem;
    text-align: center;
}
.box_3s{
    background: #FFF4D5;
    margin: 10px 12px 10px 12px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 1.6rem;
    text-align: center;
}
.box_4{
    background: #fff;
	margin: 8px 0;
    padding: 15px 20px;
    font-size: 1.6rem;
    text-align: center;
}
.box_4i{
	margin: auto;
    background: #fff;
    padding: 25px 10px 20px;
	text-align: center;
	width: 860px;
}
.box_4i p{
    padding: 0 10px 20px 10px;
    font-size: 1.4rem;
	text-align: left;
}
.box_4i_txt{
    background: #FFF4D5;
    margin: 0px auto 20px auto;
    padding: 10px;
    text-align: left;
	font-size: 1.4rem;
}
.box_4i2{
	margin: auto;
    background: #fff;
    padding: 10px;
	text-align: center;
	width: 860px;
}
.box_4i2 p{
    padding: 0 10px 0 10px;
    font-size: 1.4rem;
	text-align: left;
}
.box_5{
    margin: 6px auto 0px auto;
    text-align: right;
}
.box_6{
    margin: 0px auto 20px auto;
    padding: 20px;
    width: 820px;
	color: #666;
    font-size: 1.2rem;
    box-sizing: border-box;
}
.box_7{
    margin: 15px 5px 10px;
	width: 860px;
    font-size: 1.4rem;
	text-align: right;
}
.box_kai{
    margin: 10px auto 0;
    width: 860px;
    text-align: center;
}
.box_kaiga{
    background: #005C5C;
    margin: 0px auto 0px auto;
    padding: 10px 0px 15px;
    width: 860px;
	text-align: center;
}
.box_setsu{
    background: #CFE1DB;
    margin: 10px auto 0px auto;
    padding: 15px 18px;
    width: 840px;
    border-radius: 8px;
    box-sizing: border-box;
	font-size: 1.1em;
}
.fff{
	color: #FFF;
}
.ranking_box_head{
    display: block;
    color: #FFC926;
    font-size: 2.4rem;
    font-weight: bold;
}
.ranking_box_head img{
    margin: 0px 10px 0px 0px;
    width: 46px;
}
.ranking_box_txt{
    background: #FFF4D5;
    margin: 0px auto 20px auto;
    padding: 10px;
    text-align: left;
}
.ranking_box_ontxt{
    margin: 0px auto 10px auto;
    font-weight: bold;
}
.ranking_box_ontxt2{
    margin: 0px auto 5px auto;
    font-weight: bold;
	font-size: 1.4em;
}
.list_1{
    margin: 0px auto 20px auto;
}
.list_1 li{
    list-style: none;
    text-align: left;
}
.list_2{
    margin: 20px auto;
}
.list_2 li{
    list-style: none;
    text-align: left;
}
.list_3{
    margin: 8px 5px;
}
.list_3 li{
    list-style: none;
    text-align: left;
}
.list_3b{
	background: #F6F6F6;
    margin: 8px 2px;
	padding: 8px 5px;
}
.list_3b li{
    list-style: none;
    text-align: left;
}
.list_3k{
	background: #FFF2CC;
    margin: 8px 0px;
	padding: 8px 5px;
}
.list_3k li{
    list-style: none;
    text-align: left;
}
.fa-check-square {
    color: #0EC20B;
}
.table-wrap{
	margin: 0;
}
.table_1{
	table-layout: fixed;
    margin: 0px auto 10px auto;
    width: 840px;
    font-size: 1.3em;
	border-collapse: collapse;
    border-spacing: 0px;
}
.fixed01{
  position: sticky;
  left: 0;
  /*color: #fff;*/
  background: #FFF;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #006F6F;
  }
}
.fixed02{
  position: sticky;
  left: 0;
  /*color: #fff;*/
  background: #FFF;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #006F6F;
  }
}
.table_1 a{
	position: relative;
    font-weight: bold;
}
.table_1 th, .table_1 td{
    border: 1px solid #006F6F;
    text-align: center;
    vertical-align: middle;
	line-height: 1em;
}
.table_1 th{
	padding: 3px 4px;
    background: #FFF4D5;
    font-weight: bold;
}
.table_1 th.no{
    width: 1.8em;
}
.table_1 td{
	padding: 0 4px;
    background: #FAFFF4;
}
.table_1 tr:nth-child(odd) td {
  background: #fff;
}
.table_1 td.top {
  background: #ffeff0;
}
.table_1 td.no{
    width: 1.8em;
}
.table_1 td img{
    /*width: 90%;*/
}
.readmore {
  position: relative;
  margin: 0 auto;
  padding: 0 0 30px;
}
.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 140px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
	font-size: 1.1em;
	font-weight: bold;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

.readmore label::before{
  content: '4位以下も見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '閉じる';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: /*520*/320px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.table_2{
    margin: 0px auto 20px auto;
    width: 100%;
    font-size: 1.6rem;
    border-collapse: collapse;
    border-spacing: 0px;
}
.table_2 th, .table_2 td{
    padding: 4px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.table_2 th{
    background: #FAFFF4;
    font-weight: bold;
}
.table_2 th img{
    margin: 0px 4px 0px 0px;
    width: 32px;
}
.table_2 td{
    width: 25%;
}
.table_unei{
    margin: 0px auto 20px auto;
    width: 100%;
    font-size: 1.6rem;
	text-align: left;
    border-collapse: collapse;
    border-spacing: 0px;
}
.table_unei th, .table_unei td{
    padding: 10px 0 10px 15px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.table_unei th{
    background: #FAFFF4;
    font-weight: bold;
	width: 25%;
}
.table_unei td{
    width: 75%;
}
.search_box{
    margin: 0px auto 10px auto;
    width: 840px;
    font-size: 1.6rem;
}
.search_btn{
    background: #006F6F;
    padding: 10px 20px;
    width: 80%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.search_box input{
    margin: 0px 6px 0px 0px;
}
.search_box li{
    list-style: none;
}
.search_midashi{
    background: #FAFFF4;
    padding: 20px;
    width: 20%;
    vertical-align: middle;
    box-sizing: border-box;
}
.search_contents{
    padding: 20px;
    width: 80%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: middle;
}
.search_plus_wrap{
    display: flex;
    margin: 0px auto 10px auto;
    /*width: 160px;*/
    justify-content: center;
    cursor: pointer;
}
.plus_txt{
    margin: 0px 0px 0px 5px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 38px;
}
.plus_icon_wrap{
    position: relative;
    /*
    left: 0px;
    top: 50%;
    */
    /*transform: translatey(-50%);*/
    width: 38px;
    height: 38px;
    background: #196C6C;
    border-radius: 50%;
}
.plus_icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.plus_icon:before,
.plus_icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #FFC926;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}
.plus_icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.plus_icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.txt_1{
    color: #FFC926;
    font-size: 2.4rem;
    font-weight: bold;
	text-align: center;
}
.txt_2{
    color: #D90000;
    font-weight: bold;
}
.txt_b{
    font-weight: bold;
}
.txt_3{
    color: /*#FFC926*/#FFF;
    font-size: 2.4rem;
    font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 1px #333;
}
.txt_32{
    color:#FFF;
    font-size: 2.4rem;
    font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 1px #333;
}
.kiiro{color: #FFC926;}
.txt_4{
    background: linear-gradient(transparent 50%, #FFC926 50%);
}
.txt_24{
    color: #D90000;
    font-weight: bold;
	background: linear-gradient(transparent 50%, #FFEDB5 50%);
}
.midashi_1{
    background: #006F6F;
    margin: 0px auto 20px auto;
    padding: 10px;
    width: 860px;
    color: #fff;
    box-sizing: border-box;
}
.btn_1{
    display: inline-block;
    background: #FF551C;
    padding: 10px 5px;
	color: #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
}
@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}
.btn_2{
    position: relative;
    display: block;
    padding: 8px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	color: #FFFFFF;
    /*color: #FFC926;*/
    background-color: #FF551C;
	/*background-color: #196C6C;*/
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.btn_2::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
a.btn_06-2 {
  display: block;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.0;
  text-decoration: none;
  text-align: center;
  padding: 1em .5em;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}
a.btn_06-2 span3 {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn_06-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #FF551C;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
a.btn_06-2:hover span3 {
  transform: translate(0, 0);
}
a.btn_06-2:hover:after {
  transform: translate(0, 0);
}
/*@media all and (max-width: 1023px) {
  a.btn_06-2 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  a.btn_06-2 {
    font-size: 16px;
  }
}*/

.ac_1{
    margin: 10px 12px 20px;
    padding: 0px 10px;
}
.ac_1 > li {
    padding-bottom: 6px; 
    list-style: none;
}
.ac_1_info{
    display: flex;
    cursor: pointer;
    position: relative;
    font-size: 1.6rem;
    text-align: left;
    border: solid 1px #196C6C;
}
.ac_1_head{
    background: #196C6C;
    padding: 10px 0px 10px 10px;
    width: 10%;
    color: #FFC926;
    font-weight: bold;
    box-sizing: border-box;
}
.ac_1_body{
    padding: 10px;
    width: 80%;
    font-weight: bold;
    box-sizing: border-box;
}
.ac_1_foot{
    width: 10%;
}
.ac_1_content{
    background: #FFF4FA;
    display: none;
    padding: 10px;
    font-size: 1.4em;
    text-align: left;
    border: solid 1px #196C6C;
}
.ac_1_icon_wrap{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
    background: #196C6C;
    border-radius: 50%;
}
.ac_1_icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ac_1_icon:before,
.ac_1_icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #FFC926;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}
.ac_1_icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ac_1_icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.toggle_btn{
    display: block;
}
#mask{
  display: none;
}
#sp_menu{
    display: none;
}
.sp_br{
    display: none;
}
footer{
    background: #005C5C;
    margin: 0px auto 0px auto;
    padding: 20px 20px 10px 20px;
    width: 860px;
    color: #eee;
    box-sizing: border-box;
}
footer a{
    color: #eee;
}
.footer_menu{
    display: block;
    margin: 0px auto 20px auto;
}
.footer_menu li{
    font-size: 1.6rem;
    list-style: none;
}
#copy{
    font-size: 1.2rem;
    text-align: center;
}
@media only screen and (max-width: 768px){
	* {
	margin: 0;
	padding: 0;
}
    img {
        width: 100%;
        height: auto;
    }
    header{
        position: relative;
        padding: 5px 0px 0px 0px;
        width: 100%;
		height: 22px;
    }
    header h1 img{
        width: 40%;
    }
    #mv{
        width: 100%;
    }
    #second_contents{
        width: 100%;
    }
    #second{
        margin: 0px 1% 20px 1%;
        width: 98%;
        font-size: 1.4rem;
    }
    .ranking_list li{
		font-size: 1.1rem;
    }
    .ranking_list li span2{
        font-size: 1.2rem;
    }
    .ranking_head{
        width: 20%;
    }
    .box_0{
        width: 100%;
    }
	.box_00{
        width: 100%;
    }
	.box_0-top{
        width: 100%;
    }
	.box_0-topi{
        width: 100%;
    }
    .box_1{
        margin: 0px 1% 0px 1%;
        width: 98%;
        text-align: center;
    }
	.box_1-top{
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .box_2{
        width: 100%;
        text-align: center;
    }
	.box_2s{
        width: 100%;
        text-align: center;
    }
    .box_3 img{
        width: auto;
    }
	.box_3s img{
        width: 100%;
    }
    .box_4 img{
        width: auto;
    }
	.box_4i{
        width: 90%;
    }
	.box_4i2{
        width: 90%;
    }
    .box_6{
        margin: 0px 15px 20px;
        padding: 10px 5px 10px 10px;
        width: 90%;
    }
	.box_7{
        width: 95%;
    }
    .box_kai{
        width: 100%;
    }
    .box_kaiga{
		width: 100%;
		padding: 10px 0px 5px;
		text-align: center;
     }
    .box_kaiga img{
		width: 90%;
		padding: 10px 0px 10px;
     }
    .box_setsu{
        margin: 10px 0 0px 0;
        width: 100%;
        text-align: left;
		font-size: 1.1em;
    }
    .search_box{
        margin: 0px 1% 0px 1%;
        width: 98%;
        font-size: 1.4rem;
    }
    .search_btn{
        font-size: 1.8rem;
    }
    .ranking_box_head{
        text-align: left;
    }
    .ranking_box_txt{
        font-size: 1.4rem;
    }
    .btn_1{
        padding: 10px;
    }
    a.btn_06-2{
        padding: 10px;
		margin: 5px 0;
		font-size: 1.1em;
    }
    .list_1{
        font-size: 1.3rem;
    }
	.table-wrap{
		width: 98%;
		margin: 10px auto 0;
		overflow-x: scroll;
	}
    .table_1{
        margin: 0px 1% 10px 1%;
        width: 100%;
		min-width: 900px;
        font-size: 1.2rem;
    }
	.table-wrap::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.table-wrap::-webkit-scrollbar-thumb {
  background: #AAA; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
.table-wrap::-webkit-scrollbar-track {
  background: #eaffd6; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}
    .search_midashi{
        width: 30%;
        padding: 10px;
    }
    .search_contents{
        padding: 10px;
    }
    .table_2{
        font-size: 1.2rem;
    }
    .table_2 th img{
        margin: auto;
    }
    .txt_1{
        font-size: 1.8rem;
    }
	.txt_3{
        font-size: 2.1rem;
    }
	.txt_32{
        font-size: 2.0rem;
    }
    .midashi_1{
        width: 100%;
        font-size: 1.8rem;
    }
    .ac_1_info{
        font-size: 1.3rem;
    }
    .ac_1_head{
        padding: 14px 0px 14px 10px;
        width: 16%;
    }
    .ac_1_body{
        padding: 14px 10px;
        width: 70%;
    }
    .ac_1_foot{
        width: 14%;
    }
    .toggle_btn {
        background: #fff;
        display: block;
        position: absolute;
        top: 6px;
        right: 16px;
        width: 40px;
        height: 40px;
        transition: all .5s;
        cursor: pointer;
        z-index: 100;
        border-radius: 4px;
    }
    .open .toggle_btn {
        position: fixed;
        left: unset !important;
        right: 20px;
    }
    .toggle_btn span {
        display: block;
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
        transition: all .5s;
    }
    .toggle_btn span:nth-child(1) {
        top: 9px;
    }
    .toggle_btn span:nth-child(2) {
        top: 19px;
    }
    .toggle_btn span:nth-child(3) {
        top: 29px;
    }
    .open .toggle_btn span {
        background-color: #333;
    }
    .open .toggle_btn {
        background: none;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
        width: 16px;
    }
    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translate(-1px,4px) rotate(-45deg);
        transform: translate(-1px,4px) rotate(-45deg);
    }
    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translate(-1px,-4px) rotate(45deg);
        transform: translate(-1px,-4px) rotate(45deg);
    }
    .open #sp_menu {
        left: 0;
        opacity: 1;
    }
    #sp_menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        /*bottom: 0;*/
        padding: 62px 10px;
        width: 100%;
        background: #ffffff;
        /*overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;*/
        transition: all .5s;
        z-index: 3;
        opacity: 0;
        box-sizing: border-box;
    }
    #sp_menu #sp_nav{
        padding: 24px 12px;
        font-size: 1.6rem;
    }
    #sp_menu #sp_nav li{
        list-style: none;
    }
    #sp_menu #sp_nav li a{
        background: #eee;
        display: block;
        margin: 1px 0px;
        padding: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    #mask {
        transition: all .5s;
    }
    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .8;
        z-index: 2;
        cursor: pointer;
    }
    .sp_br{
        display: block;
    }
        footer{
        width: 100%;
    }
    .footer_menu li{
        font-size: 1.4rem;
    }
}
/*20250421追加*/
#modal a:hover{
    opacity: 1;
}