
/*
--------------------------------------------
    1.common
--------------------------------------------
*/
body{
  width: 100%;
  overflow-x: hidden;
  color: #444;
  background-color: #f7f7f7;
  font-family: "Helvetica","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans",YuGothic,"Yu Gothic","メイリオ",Meiryo,sans-serif;
  line-height: 0;
}

section{
  padding: 1rem;
}
main {
  background-color: #fff;
}
a{
  color: #06c;
}
i{
  margin-right: 3px;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  width: 100%;
}
.see-sp, .see-sm{
  display: none;
}
.w-35{
  width: 35%;
}
.container-md {
  max-width: 920px;
  width: 100%;
  margin: 2rem auto;
  padding: 1rem 0;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 0 5px rgb(150 150 150 / 20%);
  -moz-box-shadow: 0 0 5px rgba(150,150,150,.2);
  box-shadow: 0 0 5px rgb(150 150 150 / 20%);
  line-height: 1.5;
}
#main{
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: hidden;
  min-height: 400px;
}
.form-control{
  font-size: 16px;
}

/*タイトル*/
.pageTitle h2{
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.pageTitle h2 .ttl-icon img{
  width: 50px;
}
.box_ttl{
  background-color: #035fc3;
  padding: 10px 20px;
}
.box_ttl h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

/*color*/
.cl_beige{
  color: #c6a041;
}
.cl_blue{
  color: #244c9c;
}
.cl_green{
  color: #00885a;
}
.cl_red{
  color: #e53935;
}
.cl_white{
  color: #ffffff!important;
}
/*background-color*/
.bg_black{
  background-color: rgba(0,0,0,.75);
}
.bg-green{
  background-color: #6ABC60;
}
.bg_beige{
  background-color: #f9f5eb;
}
.bg_lightblue{
  background-color: #e0f0fe;
}
.bg_green{
  background-color: #bee0c2;
}
.bg_orange{
  background-color: #ffe8d1;
}
.bg_pink{
  background-color: #f08080;
}
.bg_gray{
  background-color: #f2f2f2;
}
.bg_gold {
  background-color: #e7a001 !important;
  color: #fff;
}
.bg_silver{
  background-color: #bfbfbf !important;
  color: #fff;
}
.bg_bronze{
  background-color: #ac6b25 !important;
  color: #fff;
}
/* btn */
.btn_area{
  text-align: center;
}

a.btn,
button.btn{
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-size: 1rem;
  font-family: sans-serif;
  text-decoration: none;
  -webkit-text-decoration: none;
  text-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  margin: 0;
  cursor: pointer;
  font-weight: 700;
}
a.btn:hover,
button.btn:hover{
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-orange{
  width: 100%;
  color: #FFF;
  background:#ff5111;
  border-bottom: solid 3px #d27d00;
  font-weight: bold;
  font-size: 20px;
}
.btn.btn-green{
  width: 100%;
  color: #FFF;
  background: #2ac113;
  border-bottom: solid 2px #3da008;
  font-weight: bold;
  font-size: 20px;
}
.btn.btn-orange:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
}
.btn.btn-orange:focus {
  box-shadow: none;
}
.btn.btn-org{
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  background: #f17214;
  box-shadow: 0 2px 0 #ad5311;
  text-shadow: 0 1px 0 #ad5311;
}
.btn.btn-gray{
  width: 100%;
  color: #035fc3;
  background-color: #eee;
  font-size: 18px;
  font-weight: normal;
}
.btn.btn-blue{
  width: 100%;
  color: #035fc3;
  background-color: #fff;
  border: 2px solid #035fc3;
  font-size: 13px;
  font-weight: bold;
  border-radius: 30px;
}
.btn.btn-blue:hover{
  background-color: #effbff;
}
.btn:focus {
  box-shadow: none;
}
.btn-wrap .btn{
  display: block;
  width: 100%;
  padding: 0;
}
.maker-yellow{
  background: linear-gradient(transparent 50%, #ff6 0%);
}
.logo{
  margin: 0;
  line-height: 1;
}
.logo img{
  width: 260px;
  margin: 0;
}
.l-header{
  background-color: #fff;
  padding: .75rem;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
}
.header-inner{
  max-width: 920px;
  margin: auto;
  align-items: center;
}
.logo a{
  display: block;
}
.date{
 color: #444;
 font-size: 12px;
}

/*
--------------------------------------------
    2.eyecatch
--------------------------------------------
*/
.main-title h1{
  font-size: 1.5rem;
  margin: .75rem;
  font-weight: bold;
  color: #222;
  letter-spacing: -.6px;
}
.eyecatch{
  width: 100%;
  height: 360px;
  background: url(../images/top/main_kv2.png) no-repeat center top/100%;
  background-size: cover;
  position: relative;
}
.eyecatch .head_ttl{
  position: absolute;
  top: 26%;
  right: 10%;
  font-family: 'YakuHanJPs','Noto Sans JP', 'Yu Gothic', '游ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', sans-serif;
}
.eyecatch .head_ttl h2{
  color: #911747;
  font-weight: 900;
  margin-bottom: 1rem;
}
.eyecatch .head_ttl h1{
  color: #681846;
  font-weight: 900;
}
.head_article p{
  padding: 1rem 2rem;
  line-height: 1.6;
}
/*
--------------------------------------------
    4.toc_cintainer
--------------------------------------------
*/
.toc_container {
  border: 6px solid #f5f5f5;
  border-radius: 5px;
  color: #333;
  margin: 1rem 2rem;
  padding: 20px 28px 24px;
  display: none;
}
.toc_ttl {
  color: #666;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.toc_ttl a{
  display: block;
  color: #333;
}
.toc_lists {
  padding: 15px 20px;
}
.toc_lists li {
  padding: 0 0 10px;
  position: relative;
}
.toc_lists li a{
  color: #333;
  text-decoration: none;
}
.toc_sab_lists{
  margin: 6px 0 0;
  padding-top: 6px;
  border-top: 2px solid #f5f5f5;
  padding-left: 2em;
}
.toc_sab_lists li{
  font-size: .9rem;
  margin: 0 0 6px;
  padding: 0;
}

/*
--------------------------------------------
    4.scroll-box
--------------------------------------------
*/
.scroll-box {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-width: 180%;
}
.scroll-box::-webkit-scrollbar {
  height: 2px;
}
.scroll-box .table{
  border: 1px solid #ddd;
}
.scroll-box .table th, .scroll-box .table .tbl-ttl{
  background-color: #f0f5fe;
}
.scroll-box .table th, .scroll-box .table td{
  padding: .75rem .5rem;
}
.scroll-box .table th{
  min-width: 90px;
  background-color: #f8f9fa;
  text-align: center;
  font-size: .8em;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1;
  padding: .5rem;
}
.scroll-box .table th.tbl-rank{
  width: 60px;
  min-width: 60px;
}
.scroll-box .table th span{
  font-size: 10px;
}
.scroll-box .table td {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  border-top: none;
  border-left: none;
}
.scroll-box .table .tbl-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  left: 0;
}
.scroll-box .table .tbl-sticky:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ddd;
}
.scroll-box .table .tbl-sticky:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}
.scroll-box .table .site-name{
  background-color: #fff;
  color: #33363c;
  font-weight: bold;
  font-size: 80%;
}
.scroll-box .table .site-logo{
  display: block;
  width: 130px;
  text-align: center;
}
.scroll-box .table .site-logo img{
  width: 90%;
}
.scroll-box .table td .ranking-no{
  font-family: 'Zen Antique', serif;
  display: block;
  color: #fff;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 1.1;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  background-color: #035fc3;
}
.scroll-box .table td .score{
  color: #ff3f1f;
  font-weight: bold;
}
.scroll-box .table td.va_t{
  vertical-align: top;
  padding: 1.25rem 0.2rem .5rem;
}
.scroll-box .table td .icon {
  vertical-align: top;
}
.scroll-box .table td .icon img{
  width: 22px;
}
.scroll-box .table td .text{
  font-size: 12px;
}
.scroll-box .table td .strong.c-black{
  color: #222;
}
.scroll-box .table td p{
  font-size: 11px;
  margin: 10px 0 0;
}
.scroll-box .table td.point{
  min-width: 260px;
  line-height: 1.2;
}
.scroll-box .table td.point p{
  font-size: 13px;
  text-align: left;
  margin: 0;
}
.scroll-box .table td .btn{
  display: block;
  font-size: 12px;
  border-radius: 7px;
}
.help-txt{
  font-size: 10px;
  color: #777;
}
/*
--------------------------------------------
    4.contents-wrap
--------------------------------------------
*/
.contents-item-wrap{
  margin-bottom: 1.3rem;
  padding: 30px;
  border: 1px solid #ddd;
}
.contents-item-wrap .head-title {
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 1.5rem;
}
.contents-item-wrap .head-title .rank-label{
  width: 54px;
}
.contents-item-wrap .head-title .rank-label span{
  display: block;
  font-weight: bold;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  background-color:#035fc3;
  color: #fff;
}
.contents-item-wrap .head-title .site-name{
  padding-left: 20px;
}
.contents-item-wrap .head-title .site-name h3{
  margin: 0;
  font-weight: bold;
}
.contents-item-wrap .contents_body{
  padding: 10px 0;
}
.contents-item-wrap .contents_body .eyecatch-box{
  display: none;
}
.contents-item-wrap .contents_body .eyecatch-box a:hover img{
  opacity: 0.7;
}
.contents-item-wrap .contents_body .eyecatch-box img{
  width: 100%;
}
.contents-item-wrap .contents_body p{
  line-height: 1.8;
}
.spec-tbl{
  border: 1px solid #e57a44;
}
.spec-tbl th{
  background: #fcefe8;
  color: #444;
  font-weight: normal;
}
.contents-wrap .contents_body .spec-tbl .thead td:not(:last-child) {
  border-right: 1px solid #fff;
}
.number_rating{
  font-size: 26px;
  font-weight: bold;
  color: #e53935;
}
.contents-wrap .contents_body .text{
  font-size: 15px;
  line-height: 1.8;
  padding-top: 2rem;
}
.btn-wrap h4{
  color: #035fc3;
  font-size: 1.2rem;
}
.btn-wrap h3{
  color: #035fc3;
  font-size: 1.3rem;
  margin-bottom: .5rem;
}
.btn-wrap h3:before {
    content: "＼";
    display: inline-block;
}
.btn-wrap h3:after {
    content: "／";
    display: inline-block;
}
.btn-wrap h3 strong{
  font-size: 120%;
}
.btn-wrap .shiny-btn a{
  display: block;
  border-radius: 20px;
  width: 80%;
  margin: auto;
  padding: 0;
  height: 76px;
  line-height: 76px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.shiny-btn{
  width: 100%;
  margin: 0 auto;
}
.anim {
  animation: anim 2s infinite;
  box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.shiny-btn a:after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.shiny-btn a .fa-chevron-right{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

/*
--------------------------------------------
    6.footer
--------------------------------------------
*/
.footer-navi{
  background-color: #222;
}
.footer-navi ul{
  padding: 1rem;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.footer-navi ul li {
  color: #fff;
  font-size: 13px;
}
.footer-navi ul li:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 0 10px;
  padding: 0 10px;
}
.footer-navi ul li a{
  color: #fff;
  display: block;
  text-decoration: none;
}

p.message {
    background: #e2e2e2;
    margin-bottom: 1rem;
    padding: .5rem .8rem;
}
.terms h1{
  font-size: 1.6rem;
  padding: .25em 0 .5em .4em;
  border-left: 10px solid #e2041b;
  border-bottom: 1px solid #e2041b;
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
}

.terms h2 {
    font-size: 1.25rem;
    background: #fce6e5;
    padding: 6px 10px;
}
.tbl-hide{
  display: none;
}
.modal-dialog{
  max-width: inherit;
}
.modal-content {
  background-color: inherit;
  border: none;
  align-items: center;
}
.service-select .select-box{
  width: 425px;
  margin: 0 20px;
  padding: 25px 25px 35px;
  border-radius: 35px;
}
.service-select .select-box:first-child{
  background-color: #035fc3;
}
.service-select .select-box:last-child{
  background-color: #fd791f;
}
.ttl-head a{
  display: inline-block;
  width: 340px;
  padding: 20px;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0 6px 0px rgb(0 0 0 / 25%);
  box-shadow: 0 6px 0px rgb(0 0 0 / 25%);
  color: #222;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.ttl-head a .fa-chevron-right:before{
  position: absolute;
  top: 20px;
  right: 20px;
}
.cl-blue{
  color: #035fc3;
}
.cl-org{
  color: #fd791f;
}
/* 追加
--------------------------------------------
    IE
--------------------------------------------
*/

/* #38 追加 */
@media only screen and (min-width: 768px) {
header .topBar #logo-top .logo-link{
    width: 210px;
}
}

@media only screen and (max-width: 480px) {
  section{
    padding: 10px;
  }
  .logo img{
    width: 180px;
  }
  .container-md{
    padding: .5rem 0 0;
    margin-top: 1rem;
  }
  .see-sp{
    display: block;
  }
  .eyecatch{
    width: 100%;
    height: 410px;
    background: url(../images/top/main_kv_sp.png) no-repeat center top/100%;
  } 
  .main-title h1{
    font-size: 1.2rem;
    letter-spacing: -.2px;
    line-height: 1.4;
    margin: .4rem .65rem .7rem;
  }
  .box_ttl h2{
    font-size: 17px;
  }
  .rank-detail-lists{
    padding: 10px 0;
  }
  .contents-item-wrap {
    margin-bottom: 1.3rem;
    padding: 15px;
    border: none;
  }
  .head_article p{
    padding: 1rem;
    margin: 0;
  }
  .box_ttl{
    padding: 6px 10px;
    text-align: center;
  }
  .scroll-box .table td{
    padding: .5rem;
  }
  .scroll-box .table th.tbl-rank {
    width: 42px;
    min-width: 42px;
  }
  .scroll-box .table td .ranking-no{
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 1.5;
  }
  .scroll-box .table .site-logo{
    width: 102px;
  }
  .contents-wrap .contents_body{
    padding: 10px 6px;
  }
  .contents-wrap .contents_body .text{
    padding-top: 1.5rem;
  }
  .scroll-box .table th{
    padding: .5rem;
  }
  .fee-box .fee-tbl th, .fee-box .fee-tbl td, .scroll-box .spec-tbl th, .scroll-box .spec-tbl td{
    padding: 7px 4px;
    vertical-align: middle;
    line-height: 1.2;
  }
  .fee-box .fee-tbl td.small {
    font-size: 12px;
  }
  .spec-tbl th {
    width: 104px;
    font-size: 14px;
  }
  .btn-wrap .shine-btn a{
    width: 90%;
  }
  .footer-info{
    padding: 1.5rem;
  }
  .service-select{
    flex-direction: column;
  }
  .service-select .select-box{
    width: 100%;
    margin: 10px auto;
    padding: 20px 18px 30px;
  }
  .ttl-head a {
    width: 100%;
    padding: 16px;
    background-color: #fff;
    border-radius: 35px;
    -webkit-box-shadow: 0 6px 0px rgb(0 0 0 / 25%);
    box-shadow: 0 6px 0px rgb(0 0 0 / 25%);
    color: #222;
    font-size: 20px;
  }
  .btn.btn-blue{
    font-size: 11px;
    padding: 0.3rem 1rem;
  }
  .ttl-head a .fa-chevron-right:before {
    top: 15px;
  }
  .scroll-hint-icon {
    position: absolute;
    top: calc(12% - 15px);
    left: calc(100% - 190px);
    box-sizing: border-box;
    width: 110px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 12px 10px;
    z-index: 100;
  }
}

.contact-wrap{
  padding: 30px 60px;
}
.contact-wrap dl dt{
  width: 192px;
}
.contact-wrap dl dd{
  width: calc(100% - 192px);
}
.contact-wrap dl{
  margin-bottom: 1.75rem;
}
.contact-wrap dl sup{
  color: #ff5239;
  padding: 0 5px;
}
.contact-wrap dl dd .error{
  color: #ff5239;
  font-size: 13px;
}
.privacy-box{
  padding: 10px 20px;
  height: 120px;
  overflow: scroll;
  background: #fff;
  border: 1px solid #ced4da;
  line-height: 160%;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.g-recaptcha{
  width: 300px;
  margin: auto;
}
.btn.submit-btn {
  background-color: #035fc3;
  color: #fff;
  display: block;
  height: 58px;
  margin: auto;
  width: 280px;
}
@media only screen and (max-width: 480px) {
  .contact-wrap{
    padding: 30px 20px;
  }
  .contact-wrap dl{
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
  }
  .contact-wrap dl dt, .contact-wrap dl dd{
    width: 100%;
  }
}

