@charset "UTF-8";
body,div,dl,dt,dd,ul,li,h2,h3,form,p,th,td,figure { margin: 0; padding: 0; }

html,body { background: #fff; color: #222222; }
body { font:16px/1.7  "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

img { border: 0; vertical-align: top; }

h2,h3 { font-size: 100%; font-weight: normal; }

ul,dl { text-indent: 0; }
li { list-style: none;
    }

th { font-style: normal; font-weight: normal; }

table { border-collapse: collapse; border-spacing: 0; font-size: inherit; }
th,td { text-align: left; vertical-align: top; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/** link **/
a:link {
  color: #e5348c;
  text-decoration: underline;
}
a:visited {
  color: #e5348c;
}
a:hover, a:active {
  text-decoration: none;
}
/*初期設定
----------------------------------------------------*/
#wrapper {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
  color: #222;
  background: #fff;
}
#content {
  margin: 0 auto;
  width: 700px;
  text-align: left;
  background-color: #fff;
  color: #555;
}
.content-main {
  /*width: 700px;*/
}
img.pics {
  max-width: 100%;
}

h2 {
  padding: 10px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #e5348c;
  text-align: center;
  margin-top: 20px;
}
h3 {
  padding: 5px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  border-bottom: 2px solid #e5348c;
}
p {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.pics {
  margin-bottom: 10px;
}
.fcP {
  color: #e5348c;
  ;
}
.fcR {
    color: #f12223;
}
.fcB {
  color: #629FFF;
  font-weight: bold;
}
.fcY{
  color: #f5c132;
}
.fwB {
  font-weight: bold;
}
.sfs{
    font-size:10px;
}
.marker-yellow {
  background: linear-gradient(transparent 0%, #fff799 0%);
  font-weight: bold;
  border-radius: 6px;
}
figure {
  margin-bottom: 20px;
}
figure {
  text-align: center;
}
.ranking-nomal {
  font-size: 0.8rem;
  color: #FF0057;
}
ul, li {
  list-style: none;
}

#content .mt30 {
  margin-top: 30px;
}
#content .mt10 {
  margin-top: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
#content .red {
  color: #fa7c92;
  font-weight: bold;
}
#content .marker {
  background: linear-gradient(transparent 60%, #fdfb70 0%);
}
#content .tx-s {
  font-size: 12px;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
  color: #999999;
} /*出典用*/
/*footer*/
#footer {
  padding: 30px 10px 0;
}
#footer p {
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-size: 12px;
}
#footer .tx-ss {
  font-size: 11px;
}
/*レスポンシブ用*/
/*@media only screen and (min-width:840px){*/ /*PC表示で反映させる設定*/
@media only screen and (min-width:840px) { /*PC表示で反映させる設定*/
.form_area {
    width: 60%;
    font-size: 14px;
    margin: auto;
}
    
}
@media only screen and (max-width:999px) { /*コンテンツ幅の調整*/
  #content {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}
/*@media only screen and (max-width:839px){*/ /*スマホ表示で反映させる設定*/
@media only screen and (max-width:839px) { /*スマホ表示で反映させる設定*/
  .content-main {
    width: 100%;
  }
  img.pics {
    height: auto;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-style: 15px;
      
  }
}
/*.table-wrap table th a{
    color: #fff;
}*/
@media only screen and (max-width:499px) { /*ボタンの改行を調整*/
}
/*form*/
form input {
  vertical-align: middle;
}
th {
  font-size: 12px;
}
th {
  border: 1px solid #cfcfcf;
  font-size: 15px;
  padding: 10px;
}
.border-none {
  border-style: none;
}
td {
  border: none;
}
td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  text-align: center;
}
@media (max-width: 620px) {
  /*ランキング表*/
  .rankTable {
    background: #eaf7fd;
    width: 800px;
    margin: 3% auto;
    padding: 1.5% 0 1.5% 0;
    box-sizing: border-box;
  }
  .rankTable table {
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
  }
  .rankTable table tr th {
      background: #52cbe3;
    color: #fff;
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
  }
  .rankTable table tr:first-child th {
    background: #ffffff;
    border-radius: 0;
    padding-top: 0px;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 0.7;
    
  }
  .rankTable table tr:last-child th {
    background: #ffffff;
    border-radius: 0;
    padding: 3% 0 1% 0;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 1;
    border-right: 2px dotted #c4c4c4;
  }
  .rankTable table tr:first-child th:last-child, .rankTable table tr:last-child th:last-child {
    border-right: none;
    padding: 3% 0;
  }
  .rankTable table tr:first-child th:nth-child(1) {
    color: #dba728;
    text-align: center;
    padding: 3% 0;
  }
  .rankTable table tr:first-child th:nth-child(2) {
    color: #9d9a93;
    text-align: center;
    padding: 3% 0;
  }
  .rankTable table tr:first-child th:nth-child(3) {
    color: #c56e6e;
    text-align: center;
    padding: 3% 0;
  }
  .rankTable table tr:last-child th:nth-child(1) {
          vertical-align: middle;
    color: #dba728;
    text-align: center;
  }
  .rankTable table tr:last-child th:nth-child(2) {
    color: #9d9a93;
    text-align: center;
  }
  .rankTable table tr:last-child th:nth-child(3) {
    color: #c56e6e;
    text-align: center;
  }
  .rankTable table tr:first-child th a, .rankTable table tr:last-child th a {
    font-size: 0.6rem;
  }
  .rankTable table tr:first-child th a img {}
  .rankTable td {
      line-height: 1rem;
      border-right: 2px dotted #c4c4c4;
      text-align: center;
      padding: 3%;
      width: calc(100% / 4);
      font-size: 0.8rem;
      vertical-align: top;
  }
  .rankTable td:last-child {
    border-right: none;
  }
  /*.scrollok {
	display: none;
}*/
  .rankTable table tr th {
    font-size: 1rem;
  }
}
@media (max-width: 620px) {
  .rankTable table tr th {
    font-size: 1rem;
  }
}
/*ランキング表*/
@media (max-width: 620px) {
  .rankTable {
    /*padding: 20px 0 0 0;*/
      border: 10px solid #d3eeff;
      border-top: 10px solid #d3eeff;
    border-width: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0;  
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .rankTable table {
    width: 100%;
  }
  .rankTable table tr.sp_th {
    /*display: block;*/
    height: 32px;
  }
  .rankTable table tr.sp_th th {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 13%);
    text-align: center;
    padding-top: 5px;
  }
  .rankTable table tr th {
    font-size: 1rem;
  }
}
@media (min-width: 620px) {
    .cell_dtl{
     width: 100%;
    padding: 2%;
    font-size: 15px;
        background-color: #fffeb570;
}
  /*ランキング表*/
  .rankTable {
      background: #d3eeff;
    width: 640px;
    margin: 3% auto;
    padding: 1.5% 1.5% 1.5% 1.5%;
    box-sizing: border-box;
  }
  .rankTable table {
    background: #ffffff;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 5px;
  }
  .rankTable table tr th {
      background: #52cbe3;
    color: #fff;
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
    text-align: center;
  }
  .rankTable table tr:first-child th, .rankTable table tr:last-child th {
    background: #ffffff;
    border-radius: 0;
    padding: 3% 0;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 1;
    
  }
  .rankTable table tr:first-child th:last-child, .rankTable table tr:last-child th:last-child {
    border-right: none;
  }
  .rankTable table tr:first-child th:nth-child(1) {
    color: #dba728;
    text-align: center;
  }
  .rankTable table tr:first-child th:nth-child(2) {
    color: #9d9a93;
    text-align: center;
  }
  .rankTable table tr:first-child th:nth-child(3) {
    color: #c56e6e;
    text-align: center;
  }
  .rankTable table tr:last-child th:nth-child(1) {
    color: #dba728;
    text-align: center;
        vertical-align: middle;
  }
  .rankTable table tr:last-child th:nth-child(2) {
    color: #9d9a93;
    text-align: center;
  }
  .rankTable table tr:last-child th:nth-child(3) {
    color: #c56e6e;
    text-align: center;
  }
  .rankTable table tr:first-child th a, .rankTable table tr:last-child th a {
    font-size: 1rem;
  }
  .rankTable table tr:first-child th a img {
    padding: 5% 0;
  }
  .rankTable td {
      line-height: 1rem;
      border-right: 2px dotted #c4c4c4;
      text-align: center;
      padding: 2%;
      width: calc(100% / 4);
      font-size: 0.8rem;
      vertical-align: top;
  }
  .rankTable td:last-child {
    border-right: none;
  }
  /*.scrollok {
	display: none;
}*/
  .rankTable table tr th {
    font-size: 1rem;
  }
}
/*ランキング表*/
@media (max-width: 330px) {
  .rankTable table tr.sp_th th {}
}
@media (max-width: 620px) {
  /*search form*/
}
.animate69 {
  -webkit-animation-name: animate69;
  -moz-animation-name: animate69;
  -o-animation-name: animate69;
  animation-name: animate69;
}
.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;
}

.mb_ini {
  margin-bottom: initial;
}
.fsLL {
  font-size: 20px;
}
.fsL {
  font-size: 18px;
}

.animate69 {
  -webkit-animation-name: animate69;
  -moz-animation-name: animate69;
  -o-animation-name: animate69;
  animation-name: animate69;
}
.animate69 {
  animation-duration: 1.4s !important;
  -webkit-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s !important;
}
.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;
}
/*form*/
tr, td, th {
  padding: 5px 10px 5px 10px;
  text-align: center;
}
form input {
  vertical-align: middle;
}
th {
  font-size: 12px;
  line-height: 20px;
}
th {
  font-size: 15px;
  line-height: 20px;
}
.OaC_btn {
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px;
  margin: 20px auto;
  background: #fa7c92;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0px;
}
.sp_close {
  display: none;
}
@media screen and (max-width: 704px) {
  .OaC_btn {
    display: block;
    width: 94%;
  }
}


/*ここから新記事サイトcss*/
.rannking_ttl{
    border-radius: 10px; 
    margin: 20px auto;
    text-align: center;
    width: 70%;
    color: #fff;
    font-size: 1.2rem;
    background-color: #a9a9a9;
    padding: 5px
}

.group1{
    display: flex;
}

.group_item{
    width: 33%;
    margin: 5px;
    border: solid 2px #fae0e5;
    position: relative;
    height: 300px
}


.t_c{
    text-align: center;
    margin-bottom: 5px;
}



.group_ttl{
    padding:5px 0; 
    display: block;
    vertical-align: middle;
    background-color: #fae0e5;
    line-height: 1.2rem;

}

.point_img{
}

.min{
    font-size: 0.9rem;
}
.b_0{
    position: absolute;
    bottom: 0;
    display: block;
    margin-left:40%;
}


@media (max-width: 620px) {
    .cell_dtl{
     width: auto;
    padding: 2%;
    font-size: 15px;
        background-color: #fffeb570;
}
.rannking_ttl{
    border-radius: 10px; 
    margin: 20px auto;
    text-align: center;
    width: 70%;
    color: #fff;
    font-size: 1.2rem;
    background-color: #f06888;
    padding: 5px
}

.group1{
    display: flex;
}

.group_item{
    width: 33%;
    margin: 5px;
    border: solid 2px #fae0e5;
    position: relative;
    height: 190px
}


.t_c{
    text-align: center;
    margin-bottom: 5px;
}



.group_ttl{
    padding:5px 0; 
    display: block;
    vertical-align: middle;
    background-color: #fae0e5;
    line-height: 1.2rem;
        
}

.point_img{
}

.min{
    font-size: 0.9rem;
}
.b_0{
    position: absolute;
    bottom: 0;
    margin-left: 27%;
}
}
/**/
.comment_ttl{ 
    background-color: #523838;
    display: flex;
    align-items: flex-start;
    align-items: center;
}
.comment_img{
    width: 5%;
    height:auto;
    padding: 5px;
    margin: 0px;
}
@media (max-width: 620px) {
.comment_img{
    width: 9%;
    height:auto;
    padding: 5px;
    margin: 0px;
}
}
.comment_ttl p{
    color: #fff;
    margin: 0px;
    
}
.c_box{
    border: solid 2px  #523838;
    padding: 3%;
}
.comment{
    margin-top: 30px;
}
.item_ttl{
    font-size: 20px;
    text-align: center;
    background-color: #52cbe3;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    padding: 0.8rem;
    margin-bottom: 0px;
}

.comment2{ 
    background-color: #fee9d2;
    padding-top: 7px;
    width: 60%;
    margin-bottom: 0;
}

.comment_ttl2{ display: flex;
    align-items: flex-start;
    align-items: center;
}
.comment_img2{
    margin-top: 0;
    width: 9%;
    height:auto;
    padding: 5px 5px 5px 15px;
    margin: 0px;
}

.fcBr{
    color: #523838;
}

.osusume{
    border: solid 2px #fee9d2;
    padding: 4% 4% 2% 4%;
    margin-top: 0;
}

@media (max-width: 620px) {
.osusume{
        border: none;
 }
.comment2{ 
    background-color: #fee9d2;
    padding-top: 7px;
    width: 100%;
}
    
.comment_img2{
    margin-top: 0;
    width: 11%;
    height:auto;
    padding: 5px 5px 5px 15px;
    margin: 0px;
}
}
.comment_ttl2 p{
    margin: 0px;
    font-weight: bold;
}
.comment2_p{
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.osusume dl{
    display: table;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a5a5a5;
}
#bd_n{
    display: table;
    padding-bottom: 30px;
    margin-bottom: 0px;
    border-bottom:none;
}

.osusume dt{
    display: table-cell;
    width: 110px;
    vertical-align: middle;
    font-size: 20px;
    color: #906737;
}

@media (max-width: 620px) {
#bd_n{
    display: table;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:none;
    border-bottom: 1px solid #a5a5a5;
}

    .comment2_p{
        font-size: 1.2rem;
        font-weight: bold;
        padding-left: 15px;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }
.osusume dt{
    display: table-cell;
    width: 90px;
    vertical-align: middle;
    font-size: 20px;
    color: #906737;
}
}

.osusume dl dd{
    display: table-cell;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.2rem;
}
p{
    line-height: 1.5rem;
}
.kutikomi_box{
    padding: 3%;
    border: solid 3px #efb3c1;
    margin: 1% 3% 2% 3%;
}
.kutikomi_box p{
    margin-bottom: 0;
}

.fcP{
    color: #efb3c1;
    font-size: 0.8rem;
}

.link_box{
    background: #faf5ec;
    padding: 3%;
}

ul li h3 {
    font-size: 1.2rem;
    color: #00afd5;
    line-height: 1.4;
    text-indent: -1.65em;
    margin-left: 35px;
    margin-bottom: 15px;
    border-bottom: none;
}




.sp_s_content{
    display:none;
}
.OaC_btn {
    display: block;
}
.sp_s_content2{
    display:none;
}
#none1{
    display: none;
}

.img_center{
    margin: 0 auto;
    display: block;
}

.bkP{
    background-color: #fff3f6;
}

#bkP{
    background-color: #fff3f6;
}

.pc_dp_n{
    display:none;}
    
.t_r{
    text-align:right;
    font-size: 0.7rem;
}

.accordion_h3 img{
    width: 5%;
    height: auto;
    vertical-align: top;
}


@media (max-width: 620px) {
 
    
    .accordion_h3 img {
    width: 10%;
    height: auto;
    vertical-align: top;
}
    
.pc_dp_n{
    display:block;
}
    .t_r{
        text-align:center;
        font-size: 0.7rem;
    }

}




.fcB{
    color: #37b5ce;
}
.mb20{
    margin-bottom: 20px;
}

tr .cta1 a:visited {
    color: #fff;
}

tr .cta1 a:link {
    color: #fff;
    text-decoration: none;
}

.cta1{
 
        margin: auto;
}
.cta1 a{
    margin: auto;
        padding: 5px;
    display:block;
    width:90%;
    height:100%;
    text-decoration: none;
    background: linear-gradient(#ee8bad, #df054a);
    border-right: 4px solid #bb1a46 !important;
    border-bottom: 4px solid #bb1a46 !important;
    text-align:center;
    color:#666666;
    font-size:20px;
    font-weight:bold;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    box-shadow:9px 8px 8px 0px #8C8C8C ;
    text-shadow:0px 1px 1px #ADADAD ;
    transition: all 0.3s ease;
}
.cta1 a:hover{
    background:#df054a;
    color:#FFFFFF;

    box-shadow:none;
}

tr .cta2 a:visited {
    color: #fff;
}

tr .cta2 a:link {
    color: #fff;
    text-decoration: none;
}
.cta2{
  
        margin: auto;
}

.cta2 a{
 margin: auto;
        padding: 5px;
    display:block;
    width:90%;
    text-decoration: none;
       background: linear-gradient(#eb9096, #df678b);
    border-right: 4px solid #bb1a46 !important;
    border-bottom: 4px solid #bb1a46 !important;
    text-align:center;
    color:#666666;
    font-size:20px;
    font-weight:bold;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    box-shadow:9px 8px 8px 0px #8C8C8C ;
    text-shadow:0px 1px 1px #ADADAD ;
    transition: all 0.3s ease;
}
.cta2 a:hover{
    background:#df054a;
    color:#FFFFFF;

    box-shadow:none;
}

tr .cta3 a:visited {
    color: #fff;
}

tr .cta3 a:link {
    color: #fff;
    text-decoration: none;
}


.cta3{
   
        margin: auto;
}

.cta3 a{
     margin: auto;
        padding: 5px;
    display:block;
    width:90%;
    text-decoration: none;
         background: linear-gradient(#ebc9c0, #df909e);
    border-right: 4px solid #bb1a46 !important;
    border-bottom: 4px solid #bb1a46 !important;
    text-align:center;
    color:#666666;
    font-size:20px;
    font-weight:bold;
    border-radius:7px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    box-shadow:9px 8px 8px 0px #8C8C8C ;
    text-shadow:0px 1px 1px #ADADAD ;
    transition: all 0.3s ease;
}
.cta3 a:hover{
   
    background:#df054a;
    color:#FFFFFF;
    box-shadow:none;
}

.cta_w{ 
    display: block;
    width: 80%;
    margin: 0 auto;
}

.cta_w:hover {
    opacity: 0.8 ;
}

.cta_w{ 
    display: block;
    width: 100%;
    margin: 0 auto;
    filter: drop-shadow(5px 6px 4px rgba(0,0,0,0.3));
}

.cta_w:hover {
    opacity: 0.8 ;
}

#content .marker {
    background: linear-gradient(transparent 3%, #fdfb70 0%);
}
img{
    max-width: 100%;
}
.form_area{

}

.cell_ttl{
         width: auto;
    padding: 2%;

    background: #d3eeff;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    
}

.search_btn{
    margin: 0px auto 0;
    width: 70%;
 
    text-align: center;
}
.search_btn a {
    position: relative;
        margin: 5px auto;
    width: 70%;
    display: block;
    /* padding: 0.5em; */
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #adb2b3;
    /* border-bottom: 2px solid #00838F; */
    border-radius: 4px;
    /* box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); */
    font-size: 14px;
}


.cell_dtl {
	padding: 7px 20px;
}
.cell_ttl {
    padding: 2px 20px;
}

@media (max-width: 620px) {
    .form_area li{
      font-size: 0.8rem;
    }
    .search_btn {
    margin: 5px auto 0;
    text-align: center;
}
    #content .mt30 {
    margin-top: 20px;
}
    .cell_dtl {
	padding: 1px 8px;
}
.cell_ttl {
	padding: 0px 3px;
}

.search_btn a {
    position: relative;
    margin: 0 auto;
    width: 70%;
    display: block;
    /* padding: 0.5em; */
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #adb2b3;
    /* border-bottom: 2px solid #00838F; */
    border-radius: 4px;
    /* box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19); */
}
    
}

th.bx_s{
    box-shadow: -1px -3px 7px -2px grey inset;
}

th.bx_s img.pics {
    max-width: 90%;
}
.animate p{
    margin-bottom:0 !important;
    text-align:center;
}
.animate{
    margin-bottom:20px;
}
.acd-check{
    display: none;
}
.acd-label{
  background: #fce933;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
    padding: 10px;
    text-align: center;
}
.acd-content{
border: 1px solid #ffe700;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
        margin-bottom: 20px;
}
.acd-check:checked + .acd-label + .acd-content{
height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.mt20{
    margin-top:20px;
}
@media only screen and (max-width:640px){
    .sp{
        display: block;
    }
}
@media only screen and (min-width:640px){
    .sp{
        display: none;
    }
}
.star-rating {
    position: relative;
    display:inline-block;
    font-size: 25px;
}
.star-rating .star-rating-item{
    position:absolute;
    overflow: hidden;
}
.star-rating .star-rating-item:before{
    content:"★★★★★";
    color: #ffcc33;
}
.star-rating:after {
    content:"★★★★★";
    color: #ccc;
}
.item_h{
    font-size: 19px;
    font-weight: bold;
}
.item_h td{
    vertical-align:middle;
    border: none;
    padding: 0;
}
p.item_title{
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}
.item_kakaku{
    padding: 10px;
    border: 2px soli
}
.kutikomi{
padding: 10px 10px 0 10px;
    border: 1px solid #42eeff;
    margin-bottom: 20px;
}
.kutikomi .kutikomi_title{
    margin-bottom: 10px;
    padding: 5px;
    background-color: #08afff;
    color: #fff;
    font-weight: bold;
}
.b_pink{
    padding: 8px 10px 0;
    background-color: #fffcdc;
    border: 2px solid red;
    margin-bottom: 20px;
}
.form_area .acd-check2{
    display: none;
}
.form_area .acd-label2{

    display: block;

}
.form_area .acd-content2{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.form_area .acd-check2:checked + .acd-label2 + .acd-content2{
  height:90%;
    opacity: 1;
    visibility: visible;
}
.form_area .oya{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align:center;
    width:100%;
}
.form_area li{
        width: 100%;
            border: 1px solid #fff;
}
.ko{
    width:30%;
}

span.ex, span.go, span.so, span.ba {
	font-weight: bold;
	line-height: 40px;
}
span.ex {
	font-size: 1.5rem;
	color: #f8525d;
}
span.go {
	font-size: 1.4rem;
	color: #7cd0dd;
}
span.so {
	font-size: 1.8rem;
	color: #f5c132;
}
span.ba {
	font-size: 2rem;
	color: #7a7a7a;
}

