@charset "utf-8";
/* CSS Document */
body {
  font-family: "Noto Sans JP",sans-serif;

    background-color:#FFFFFF;
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    background-color:#faf8f5;
/*
	background-image: url("../img/bg01.jpg");
*/
}

a{
  text-decoration: none;
}


img{
	max-width:100%;
	vertical-align:bottom;
}

a:hover img{
  opacity: 0.8;
}

/******************** header ********************/
header{
  width: 100%;
}

header h1{
  width: 980px;
  margin: 0 auto;

}


@media screen and (min-width:641px) and (max-width: 1030px){
  header {
    width: 100%;
  }

  header img{
    width: 100%;
	height: auto;
border:none !important;
  }

  header h1{
    width: 100%;
  }
  }
@media screen and (max-width:640px){
  header {
    width: 100%;
  }

  header img{
    width: 100%;
	height: auto;
	border:none !important;
  }

  header h1{
    width: 100%;
  }

  header h1 a[title]{
    font-size: 107%;
  }
}

/******************** wrap ********************/
#wrap{
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  max-width: 980px;
}


@media screen and (min-width:801px) and (max-width: 1030px){
  #wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width:481px) and (max-width: 800px){
  #wrap {
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
  }
}

@media screen and (max-width:480px){
  #wrap {
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
}

/******************** main ********************/
#main{
  box-sizing: border-box;
  margin: 20px 0;
  width: 100%;
}

#main-content{
	background-color:#FFF;
	width:98%;
	padding:10px;

}

#main h2{
  background: #333333;
  border-bottom:#8fc31f 4px solid;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 15px 0px;
  text-align:center;
  width: 100%;
}

@media screen and (min-width:640px) and (max-width: 800px){
  #main {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
  }
}

@media screen and (min-width:481px) and (max-width:640px){
  #main {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
  }

  #main h2:not(.search){
    font-size: 138%;
    padding: 14px 10px;

  }
}

@media screen and (max-width:480px){
  #main {
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
  }

  #main h2{
    font-size: 125%;
    padding: 10px 0px;
    margin-top: 10px;
  }
}

.hikaku {
	margin-top: 1rem;
    margin-bottom: 2rem;
}
.hikaku table {
    table-layout: auto;
/*     width: 1400px; */
    width:100%;
    min-width:500px;
    font-size: .8rem;
}
table {
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    margin: 1em 0;
    vertical-align: middle;
    font-size: 80%;
}
.hikaku table th {
    width: 10em;
    color: #222;
    font-weight: normal;
    padding: 2rem .5rem;
    background-color: #f3f3f3;
    font-weight: normal;
    font-size: 150%;
}
table th {
    text-align: center;
    width: 30%;
    background-color: #67c3af;
    vertical-align: middle;
    padding: 1em;
    color: #fff;
    border: 1px solid #ddd;
}
.hikaku table tr:first-of-type td:nth-of-type(2) {
    border-top: 5px solid #ff1432;
}
.hikaku table tr td:nth-of-type(3) {
    border-left: 5px solid #ff1432;
    background-color: #ffe7e7;
}
.hikaku table tr td:nth-of-type(4) {
    background-color: #ffe7e7;
	border-right: 5px solid #ff1432;
}
.hikaku table tr:last-child td:nth-of-type(2) {
	border-left: 5px solid #ff1432;
	border-right: 5px solid #ff1432;
	background-color: #ffe7e7;
}
.hikaku table tr:last-child td:nth-of-type(3) {
    background-color: #fff;
}
.hikaku table tr:last-child td:nth-of-type(4) {
	border-right: 1px solid #DDDDDD;
    background-color: #fff;
}
.hikaku table tr:first-of-type th:nth-of-type(3) {
    border-top: 5px solid #ff1432;
}
.hikaku table tr:first-of-type th:nth-of-type(4) {
    border-top: 5px solid #ff1432;
}
.hikaku table tr th:nth-of-type(3) {
    border-left: 5px solid #ff1432;
    background-color: #ffe7e7;
}
.hikaku table tr th:nth-of-type(4) {
    border-right: 5px solid #ff1432;
    background-color: #ffe7e7;
}
.hikaku table tr td img {
	margin-bottom: 0.5rem;
}
.hikaku table tr:nth-of-type(1) td {
    font-size: 200%;
    color: #ff1432;
    font-weight:normal;
	box-sizing: border-box;
}
.hikaku table td {
    max-width: 8em;
    padding: 0.5rem 5px;
    text-align: center;
    font-size: 170%;
}
td.is-selected {
    background-color: #fff1d6;
    color: #ff1432;
    font-weight: 900;
}
table td {
    vertical-align: middle;
    padding: 1rem;
    border: 1px solid #ddd;
    line-height: 1.5;
    background-color: #fff;
}
.hikaku table tr:nth-of-type(1) td i {
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    color: #ff1432;
}
.hikaku table td .site {
    font-size: .8rem;
    padding: 1rem 0.2rem;
}
.site {
    background-color: #d2474a;
    border-bottom: 4px solid #a02f32;
}
.more, .site {
    display: block;
    text-align: center;
    background-color: #2b972e;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    border-bottom: 4px solid #004902;
}
.more, .site:hover {
	opacity: 0.7;
	border-bottom: unset;
	margin-top: 4px;
}
.hikaku table tr:last-of-type td:nth-of-type(2) {
    border-bottom: 5px solid #ff1432;
    box-sizing: border-box;
}
@media (max-width:767px) {
	.hikaku {
		overflow-x: scroll;
	}

  table {
		margin: 0em 0;
	}
		.hikaku table {
			min-width: 768px;
		}
	.hikaku table th {
		width: 6em;
		padding: 0.9rem .5rem;
		font-size: 117%;
		line-height: 1.5em;
	}
	.hikaku table td {
		padding: 0rem 5px;
		font-size: 117%;
	}
	.hikaku table tr:last-child td {
		padding: 5px;
	}
}
/******************** tab-content ********************/
.tab-content{
  margin: 20px 0;
}

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  background-color: #BFEFFF;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  float:left;
  font-size: 150%;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 10px;
  margin-right: 5px;
  width: 250px;
  height: 50px;
}
.tab-content label:nth-of-type(3) {
  margin-right: 0;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #8fc31f;
}

.tab-content .tab-box {
  border: 10px solid #8fc31f;
  border-radius: 0 0px 5px 5px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color:#FFF;
}

.tab-content > .tab-box > div {
  display: none;
}

@media screen and (max-width:800px){
  .tab-content label {
    margin-right: 1%;
   }

  .tab-content label {
    font-size: 125%;
    padding: 0 10px;
    width: calc(98% / 3);
  }
}
@media screen and (max-width:480px){
  .tab-content{
    margin: 10px 0;
  }

  .tab-content .tab-box {
    border: 10px solid #8fc31f;
  }
  .tab-content label {
    font-size: 88%;
  }
}


#ranktab:checked ~ .tab-box > #ranklist {
  display: block;
}

#pricetab:checked ~ .tab-box > #pricelist {
  display: block;
}

#scoretab:checked ~ .tab-box > #scorelist {
  display: block;
}

.tab-box .item{
  clear: both;
  border-bottom: 20px solid #8fc31f;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px;
  width: 100%;
}

.tab-box .item h3{
  font-size: 125%;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}

.tab-box .item h3 a{
  color: #000000;
}
.tab-box .item .rank{
  background: #000000;
  color: #fff;
  font-size: 113%;
  padding: 0.2em 0.4em;
  white-space: nowrap;
}

.tab-box .item h3 img{
  padding: 0 10px 0 0;
  width: 60px !important;
}

.tab-box .item h3 span:not(.rank){
  margin-left: 7px;
  width: calc(100% - 60px);
}


.tab-box .item .item_img{
  margin-right: 15px;
  width: 100%;
}

.tab-box .item .item_img img{
  width: 250px;
  height: auto;
}

.tab-box .item .item_summary{
  float: left;
}

.tab-box .item .item_summary div{
  font-size: 86%;
  line-height: 1.25em;
  margin: 0 0 10px;
  width: 375px;
}

.tab-box .item .item_summary dl{
  background: #8fc31f;
  border: 1px solid #8fc31f;
  border-top: none;
  box-sizing: border-box;
  font-size: 88%;
  width: 375px;
}

.tab-box .item .item_summary dt{
  border-top: 1px solid #8fc31f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  padding: 12px 5px 12px 12px;
  width: 90px;
}

.tab-box .item .item_summary dd{
  background: #fff;
  border-left: 1px solid #8fc31f;
  border-top: 1px solid #8fc31f;
  box-sizing: border-box;
  color: #000000;
  margin-left: 90px;
  padding: 12px 5px 12px 12px;
}

.green-back{
	background-color:#FF3366;
}
.orange-back{
	background-color:#FFCC00;
}

.tab-box .item .item_summary a{
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  margin: 15px 0 0 0;
  width: 375px;
  height: 50px
}

@media screen and (min-width: 481px) and (max-width:800px){
  .tab-box .item{
    padding: 10px;
  }
  .tab-box .item .item_img{
    margin-right: 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .tab-box .item .item_img img{
    width: 100%;
    height: auto;
  }
  .tab-box .item .item_summary{
    width: 100%;
  }

  .tab-box .item .item_summary div{
    width: 100%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.4;
  }

  .tab-box .item .item_summary dl{
    width: 100%;
  }
  .tab-box .item .item_summary dt{
    width: 80px;
    padding: 12px 2px 12px 12px;
  }
  .tab-box .item .item_summary dd{
    margin-left: 80px;
    padding: 12px 2px 12px 12px;
  }
  .tab-box .item .item_summary a{
    width: 100%;
  }

}
@media screen and (max-width: 480px){
  .tab-box .item{
    padding: 10px;
  }
  .tab-box .item .item_img{
    clear: left;
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
  }
  .tab-box .item .item_img img{
    width: 100%;
    height: auto;
  }
  .tab-box .item .item_summary{
    width: 100%;
  }
  .tab-box .item .item_summary div{
    width: 100%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.4;
  }
  .tab-box .item .item_summary dl{
    width: 100%;
  }
  .tab-box .item .item_summary a{
    width: 100%;
  }
}

.score{
  color: #fc9c20;
}

/******************** sidemenu ********************/

#sidemenu{
  width: 250px;
  margin: 20px 0 0;
}

#sidemenu::after{
  content:"";
  clear: both;
}

#sidemenu h2{
  background: #BFEFFF;
  border-radius: 5px;
  color: #000000;
  font-size: 138%;
  font-weight: bold;
  padding: 12px 10px 10px;
}

#sidemenu h2:nth-of-type(2),
#sidemenu h2:nth-of-type(4){
  margin-top: 20px;
}

#sidemenu ul:not(.ban) li{
  box-sizing: border-box;
  background: #fefefe;
  border-bottom: solid 1px #eeeeee;
  width: 100%;
}
#sidemenu a{
  color: #492732;
}
#sidemenu ul:not(.ban) li a{
  font-size: 88%;
  line-height: 1.2;
  display: block;
  padding: 18px 5px;
}

#sidemenu .item{
  border-bottom: solid 3px #eeeeee;
  overflow: hidden;
  padding: 5px 1px 5px 5px;
  margin: 5px 0;
}

#sidemenu .item img{
  float: left;
  width: 80px;
  height: auto;
  margin-right: 5px;
}

#sidemenu .item p{
  font-size: 88%;
  font-weight: bold;
}

#sidemenu .item span{
  display: block;
  font-size: 75%;
  margin-top: 1em;
}

@media screen and (max-width: 1030px){
  #sidemenu{
    box-sizing: border-box;
    width: 100%;
  }

  #sidemenu h2{
    box-sizing: border-box;
    width: 100%;
  }

}
#sidemenu ul.ban{
  margin-top: 10px;
  width: 100%;
}

#sidemenu ul.ban li{
  text-align: center;
}

#sidemenu ul.ban img{
  width: 100%;
  height: auto;
}

@media screen and (max-width:1030px){
  #sidemenu ul.ban{
    margin: 10px 0;
  }

  #sidemenu ul.ban img{
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width:300px){
  #sidemenu ul.ban{
    margin: 10px 0;
  }
  #sidemenu ul.ban img{
    width: 100%;
    height: auto;
  }
}

/******************** footer ********************/

footer{
  background: #8fc31f;
  color: #fff;
  padding: 12px 0 20px;
  text-align: center;
  width: 100%;
}

footer ul{
  margin: 10px auto 20px;
  overflow: hidden;
  width: 700px;
}

footer ul li{
  box-sizing: border-box;
  border-right: solid 1px #fff;
  float: left;
  padding: 0.1em 0;
  text-align: center;
  width: 25%;
}

footer ul li:last-child{
  border:none;
}

footer ul li a{
  color: #fff;
  font-size: 100%;
  display: block;
}

footer p{
  clear: both;
  font-size: 75%;
}

@media screen and (min-width: 641px) and (max-width:800px){
  footer ul{
    width: 95%;
  }

  footer ul li a{
    font-size: 88%;
  }
}
@media screen and (max-width: 640px){
  footer{
    padding: 5px 0 20px;
  }

  footer ul{
    margin: 5px auto 20px;
    width: 90%;
  }

  footer ul li{
    border:none;
    box-sizing: border-box;
    background: #000000;
    text-align: left;
    width: 50%;
  }

  footer ul li a{
    font-size: 75%;
    color: #fff;
    padding: 1em 0.5em;
  }

  footer ul li a::before{
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    font-weight: bold;
    border-top: solid 3px #eec2d1;
    border-right: solid 3px #eec2d1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: 1px 0 0 -18px;
  }

  #categorylist ul li a::after{
    right: 10px;
  }
}

/******************** company ********************/
#company{
  box-sizing: border-box;
  padding: 0 0 20px 0;
  margin: 10px auto;
}
#company dt{
  color: #000000;
  margin: 2em 0 1em;
  padding: 0 3px 3px;
  border-bottom: solid 1px #000000;
  font-size: 113%;
  font-weight: bold;
}
#company dd{
  margin: 0 3px 1em;
  line-height: 1.6;
}

/******************** terms ********************/
#terms{
  box-sizing: border-box;
  padding: 0 0 20px 0;
  margin: 10px auto;
}
#terms dt{
  color: #000000;
  margin: 2em 0 1em;
  padding: 0 3px 3px;
  border-bottom: solid 1px #000000;
  font-size: 113%;
  font-weight: bold;
}
#terms dd{
  margin: 0 3px 1em;
  line-height: 1.6;
}

/******************** privacy ********************/

#privacy{
  box-sizing: border-box;
  padding: 0 0 20px 0;
  margin: 10px auto;
}
#privacy dt{
  color: #000000;
  margin: 2em 0 1em;
  padding: 0 3px 3px;
  border-bottom: solid 1px #000000;
  font-size: 113%;
  font-weight: bold;
}
#privacy dd{
  margin: 0 3px 1em;
  line-height: 1.6em;
}

#privacy dd ul{
  list-style: disc;
}

#privacy dd ul li{
  padding: 0 0.2em;
  margin: 10px 0 0 2em;
}

#privacy dd p{
  line-height: 1.6em;
  margin-top: 10px;
}

/******************** research ********************/
#research{
  box-sizing: border-box;
  padding: 0 0 20px 0;
  margin: 10px auto;
}
#research dt{
  color: #000000;
  margin: 2em 0 1em;
  padding: 0 3px 3px;
  border-bottom: solid 1px #000000;
  font-size: 113%;
  font-weight: bold;
}
#research dd{
  margin: 0 3px 1em;
  line-height: 1.6em;
}


/******************** search ********************/
#search .searchttl{
  background: #333333;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  display: block;
  padding: 16px 0px;
  width: 100%;
  border-bottom:4px solid #FF3366;
  text-align:center;
}




@media screen and (min-width:481px) and (max-width:800px){
  #search .searchttl{
    font-size: 138%;
    padding: 14px 10px;
  }
}

@media screen and (max-width:480px){
  #search .searchttl{
    font-size: 125%;
    padding: 10px 0px;
  }
}

#search::after{
  content: "";
  clear: both;
}
#search_form{
  background: #eeeeee;

  margin-bottom: 20px;
  padding: 10px 0 20px;
}

#search_form fieldset {
  margin: 0;
  padding: 6px 20px;
}

#search_form legend {
  color: #333333;
  float: left;
  font-size: 90%;
  font-weight: bold;
  padding: 0.5em;
  background-color:#CCCCCC;
}

#search_form fieldset ul{
  background: #fefefe;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}

#search_form fieldset li {
  float: left;
  font-size: 83%;
  margin: 0;
  padding: 0.5em;
  width: auto;
}
#search_form div{
  width: 80%;
  margin: 5px auto 0;
}


@media screen and (max-width: 480px){
  #search_form div{
    width: 90%;
  }



  #search_form legend {
    font-size: 100%;
  }
}
input[type=radio], input[type=checkbox]:not(.searchopen) {
  display: none;
}

.radio, .check {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 4px 2px 4px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .check:hover {
  background-color: #ffeeee;
}
.radio:hover:after, .check:hover:after {
  border-color: #a65db3;
}
.radio:after, .check:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a65db3;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.check:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #a65db3;
  border-bottom: 3px solid #a65db3;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check:before {
  opacity: 1;
}



#search_form fieldset select:hover, #search_form fieldset select:active, #search_form fieldset select:focus {
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 14px;
  color: #555;
}

#search_form fieldset select{
  background: #fefefe;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  color: #555;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 20px 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3em 1.5em;
  position: relative;
  width: 100%;
}

#search_form fieldset option {
  color: black;
  background-color: #fff;
}


@media screen and (max-width:640px){
  #search_form{
    padding:2px 7px 8px;
  }

  #search_form legend {
    padding-top: 0.4em;
  }

  #search_form fieldset {
    padding: 4px 0;
  }

  #search_form fieldset ul {
    display: none;
  }

  #search_form fieldset .select {
    display: block;
  }
  .select{
    float: left;
    display: block;
    width: 100%;
  }

  #search_form fieldset select .select:hover, #search_form fieldset select .select:active, #search_form fieldset select .select:focus {
    background-color: #37A6AC;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 14px;
    border: 2px solid #37A6AC;
    color: #fff;
  }

  #search_form fieldset select{
    display: inline-block;
    position: relative;
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: '';
    padding-left: 5px;
    color: #555;
    cursor: pointer;
    background-color: #fff;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.5em;
    width: 100%;
  }

  #search_form fieldset select{
    background-position: right center;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 83%;
    padding: 0.3em 0.5em;
    width: 100%;
  }

  #search_form fieldset option{
    color: black;
    background-color: #fff;
  }
}

/******************** result_list ********************/

 div.result_list{
	background-color:#FFF;
}

.result_list .item{
  clear: both;
  border-bottom: 5px dotted #8fc31f;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 15px;
  width: 100%;
}

.result_list .item:last-child{
  border:none;
  margin-bottom: 20px;
}

.result_list .item h3{
  font-size: 125%;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
}
.result_list .item a{
  color: #000000;
}
.result_list .item .rank{
  background: #8fc31f;
  color: #fff;
  font-size: 113%;
  padding: 0.2em 0.4em;
  white-space: nowrap;
}

.result_list .item h3 img{
  padding: 0 10px 0 0;
  width: 60px !important;
}

.result_list .item h3 span:not(.rank){
  margin-left: 7px;
  width: calc(100% - 60px);
}

.result_list table{
	border:4px solid #CCC;
	width:100%;

}
.result_list th{
	background-color:#ffcc01;
	padding:20px 0px;
	font-weight:bold;
	color:#333;

}
.result_list td{
	text-align:center;
	padding:20px 0px;
}

div.botton a {
  display: block;
  position: relative;
  top: 3px;
  padding: 20px 0;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #ff1432;
}
div.botton a:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #FF1432;
  border-radius: 32px;
  transition: .2s;
  transform: translate3d(0,0,0);
}
.marker {
 background: linear-gradient(transparent 0%, #fff272 0%);
font-weight: bold;
}
div.botton span {
  display: block;
  position: relative;
  top: -3px;
  z-index: 2;
  font-family: sans-serif;
  transition: .2s;
  color:#FFF;
  font-weight:bold;
}
div.botton span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translateX(5px) rotate(45deg);
  transition: .3s .1s;
}

div.botton a:hover {
  top: 3px;
}
div.botton a:hover:after {
  top: 0;
  background: #ff1432;
}
div.botton a:hover span {
  top: 0;
}
div.botton a:hover span:after {
  right: 27px;
}


.result_count{
  font-size: 100%;
  margin: 10px;
}
@media screen and (min-width: 481px) and (max-width:800px){
  .result_list .item{
    padding: 10px;
  }
  .result_list .item .item_img{
    margin-right: 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .result_list .item .item_img img{
    width: 100%;
    height: auto;
  }
  .result_list .item .item_summary{
    width: 100%;
  }
  .result_list .item .item_summary div{
    width: 100%;
  }

  .result_list .item .item_summary dl{
    width: 100%;
  }
  .result_list .item .item_summary dt{
    width: 80px;
    padding: 12px 2px 12px 12px;
  }
  .result_list .item .item_summary dd{
    margin-left: 80px;
    padding: 12px 2px 12px 12px;
  }
  .result_list .item .item_summary a{
    width: 100%;
  }

}
@media screen and (max-width: 480px){
  .result_list .item{
    10px 10px 20px;
  }
  .result_list .item .item_img{
    clear: left;
    margin: 0 0 10px 0;
    width: 97.5%;
    height: auto;
  }
  .result_list .item .item_img img{
    width: 100%;
    height: auto;
  }
  .result_list .item .item_summary{
    width: 100%;
  }
  .result_list .item .item_summary div{
    width: 97.5%;
  }
  .result_list .item .item_summary dl{
    width: 100%;
  }
  .result_list .item .item_summary a{
    width: 100%;
  }
}


/*  検索結果の並び替え */
div.sort{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 10px 0;
  width: 100%;
}


span.front_sort{
  background-color: #8fc31f;
  background-image: url('../img/arrow_hd.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 10px auto;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 120%;
  width: 45%;
  padding: 10px 20px;
}

span.front_sort a{
  color: #fff;
}

@media screen and (min-width:481px) and (max-width:640px){
  span.front_sort{
    border-radius: 3px;
    font-size: 75%;
  }
  span.front_sort{
    background-size: 9px auto;
  }
}

@media screen and (max-width:480px){
  span.front_sort a{
    border-radius: 3px;
    font-size: 70%;
  }
  span.front_sort{
    background-position: 99% center;
    background-size: 6px auto;
  }
}
/* search open */

.searchopen{
  display: none;
}
@media screen and (min-width: 481px) and (max-width:640px){
  .searchopen{
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 0;
    width: 100%;
    height: 0;
  }
  .searchopen:focus{outline:0;}
  .searchopen:before,.searchopen:after{
    position: absolute;
    content: "";
    display: block;
    height: 12px;
    width: 40px;
    border-color: #fff;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-transition: 0.5s transform 0s, 0.2s height 0.5s, 0.25s top 0.5s;
    -moz-transition: 0.5s transform 0s, 0.2s height 0.5s, 0.25s top 0.5s;
    transition: 0.5s transform 0s, 0.2s height 0.5s, 0.25s top 0.5s;
    right: 5%;
  }
  .searchopen:before{
    top: -50px;
    border-top-width: 2px;
    border-bottom-width: 0px;
  }

  .searchopen:after{
    top: -35px;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .searchopen:checked:before, .searchopen:checked:after {
    top: -35px;
    height: 0;
    -webkit-transition: 0.5s transform 0.5s, 0.2s height 0s, 0.25s top 0s;
    -moz-transition: 0.5s transform 0.5s, 0.2s height 0s, 0.25s top 0s;
    transition: 0.5s transform 0.5s, 0.2s height 0s, 0.25s top 0s;
  }

  .searchopen:checked:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .searchopen:checked:after {
    border-top-width: 2px;
    border-bottom-width: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #search_form {
    display: none;
  }
  .searchopen:checked + #search_form {
    display: block;
  }
}

@media screen and (max-width:480px){
  .searchopen{
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 0;
    top: 0.5em;
    width: 100%;
    height: 0;
  }
  .searchopen:focus{outline:0;}
  .searchopen:before,.searchopen:after{
    position: absolute;
    content: "";
    display: block;
    height: 10px;
    width: 30px;
    border-color: #fff;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-transition: 0.5s transform 0s, 0.2s height 0.5s, 0.25s top 0.5s;
    -moz-transition: 0.5s transform 0s, 0.2s height 0.5s, 0.25s top 0.5s;
    transition: 0.5s transform 0s, 0.2s height 0.5s, 0.25s top 0.5s;
    right: 7%;
  }

  .searchopen:before{
    top: -43px;
    border-top-width: 2px;
    border-bottom-width: 0px;
  }

  .searchopen:after{
    top: -32px;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .searchopen:checked:before, .searchopen:checked:after {
    top: -32px;
    height: 0;
    -webkit-transition: 0.5s transform 0.5s, 0.2s height 0s, 0.25s top 0s;
    -moz-transition: 0.5s transform 0.5s, 0.2s height 0s, 0.25s top 0s;
    transition: 0.5s transform 0.5s, 0.2s height 0s, 0.25s top 0s;
  }

  .searchopen:checked:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  .searchopen:checked:after {
    border-top-width: 2px;
    border-bottom-width: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #search_form {
    display: none;
  }
  .searchopen:checked + #search_form {
    display: block;
  }
}

@media only screen and (min-width: 601px) {
.pc-only { display: block !important; }
.sp-only { display: none !important; }
}
@media only screen and (max-width: 600px) {
.pc-only { display: none !important; }
.sp-only { display: block !important; }
}

.mbf{
	margin-bottom:40px;
}


div.imglist img{
	margin-bottom:20px;
}

div.imglist img{
	line-height:0;
}

.ran{
	width:14.38%;
}
.logo_list{
	width:42.65%;
}
.list_bt{
	width:42.95%;
}

.square_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	font-size:20px;
	cursor: hand; cursor:pointer;
}

.square_btn:hover {
		-webkit-transform: translate(2px,2px);
		-moz-transform: translate(2px,2px);
		-ms-transform: translate(2px,2px);
		-o-transform: translate(2px,2px);
		transform: translate(2px,2px);
}

.item_img{
 border:4px solid #CCC;
 text-align:center;
}



div,p,td{
	line-height:200%;
}




@media screen and (max-width: 640px){
	div.ranicon img{
		width:15.7%;
	}
}



.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



/* 210330 */
.contact-result {
  font-size: 255%!important;
}


@media screen and (max-width: 640px){
  .contact-result {
    font-size: 175%!important;
  }
}



/* 210601 */
@media (min-width: 768px){
  .Page-top {
      display: none;
  }
}


@media (max-width: 767px){
  .Page-top {
      position: fixed;
      right: 0;
      bottom: 0%;
      right: 0%;
      /* background-color: #333; */
      background: rgba(0,0,0,0.5);
      padding: 9px 0 5px;
      z-index: 100;
  }
  .Page-top p {
    margin: 0;
  }
  footer {
    padding-bottom: 100px;
  }
}



.point {
	background: #FFD6E6;
	padding-bottom: 0;
	margin-bottom: 4rem;
}
.point_cont {
	background: #fff;
	padding: 1em;
}
#main .point_cont h2 {
	color: #fff;
	background: #3333330;
	padding: 1rem;
	margin-top: 0;
	margin-bottom: 2rem;
	box-sizing: border-box;
}
.point_cont > p {
	margin-bottom: 2rem;
}
.point_cont strong {
	color: #FC6AA0;
}
.point_cont .marker {
	font-weight: bold;
	background:linear-gradient(transparent 30%, #ff6 60%);
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 1rem;
}
.point_cont ul {
	list-style: none;
	padding: 0;
}
.point_cont > ul {
	margin-bottom: 2rem;
}
.point_area {
	counter-reset: number 0;
}
.point_cont ul {
	margin-bottom: 1rem;
}
.point_cont ul li {
	width: calc(33.33% - 1rem);
}
.point_cont h3 {
	font-size: 1.4rem;
	font-weight: b
	;
	padding-left: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.point_cont h3::before {
	content: "";
	width: 0.3rem;
	height: 100%;
	background: #8FC31F;
	border-radius: 3px;
	position: absolute;
	top: ;
	left: 0;
}
.point_list {
	margin-bottom: 1rem;
}
.point_list h4 {
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
.point_list h4::before {
	counter-increment: number 1;
	content: counter(number) ". ";
	color: #8FC31F;
	font-weight: bold;
}
.point_list:nth-child(4) h4 {
	color: #ff0000;
}
.check-text {
	font-weight: bold;
	text-align: center;
	color:;
	background: #8FC31F;
	padding: 1rem;
	margin-bottom: 0;
}
.check-text a {
	text-decoration: underline;
}
.check-text a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
	.point_cont {
		background: #fff;
		padding: 0.5em;
	}
	#main .point_cont h2 {
		font-size:1.2rem;
		padding: 1rem 0.5rem;
	}
	.point_cont ul {
		gap: 0.5rem;
	}
	.point_cont ul li {
		width: calc(33.33% - 1rem/3);
	}
}
