@charset "utf-8";
html {
    font-size: 62.5%;
}
body{
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, GeneralFonts, Hiragino Kaku Gothic ProN, Yu Gothic Medium, YuGothic-Medium, 游ゴシック Medium, YuGothic, 游ゴシック, Meiryo, Helvetica Neue, Segoe UI, sans-serif;
    color: #34333C;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.bold{font-weight:700;}
a{
	text-decoration: none;
	color:#3366CF;/* リンク色 */
    word-break: break-all;
    text-indent: 0;}
a:hover{
	text-decoration: none;}

.maker{/* マーカー背景色 */
	background: linear-gradient(transparent 0%, #fff9d5 0%);
}
.bg_pink{
    background-color: #f4ebf0;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
/*************************************************
PC
**************************************************/
.only_pc{display: block!important;}
.only_sp{display: none!important;}
.pd_t_b_50{padding: 50px 0;}
.pd_t_b_40{padding: 40px 0;}
.pd_t_b_30{padding: 30px 0;}
.pd_t_b_20{padding: 20px 0;}
.pd_t_b_10{padding: 10px 0;}
.mt_60{margin-top: 60px;}
.mt_50{margin-top: 50px;}
.mt_40{margin-top: 40px;}
.mt_30{margin-top: 30px;}
.mt_20{margin-top: 20px;}
.mt_15{margin-top: 15px;}
.mt_10{margin-top: 10px;}
.pb_60{padding-bottom: 60px;}
.pb_20{padding-bottom: 20px;}
.w1100{width:1100px;margin:0 auto;}
.w1000{width:1000px;margin:0 auto;}
.w950{width:950px;margin:0 auto;}
.w900{width:900px;margin:0 auto;}
.note,
.notice{
    font-size: 1.4rem;
}
.notice{
    padding-left: 1.5em;
    position: relative;
}
.notice:before{
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

/*contents-------------*/

/*FV-------------*/
#FV_area{
    padding-top: 30px;
    height: 230px;
    background: url("../img/FV_bg01.jpg");
    background-size: cover;
    background-position: top center;
}
.FV{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    align-items: center;
}
.FV > .text_box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 617px;
    height: 167px;
    
}
.FV > .text_box:before,
.FV > .text_box:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 50px;
    height: 170px;
}
.FV > .text_box:before{
    background: url("../img/FV_bg_title_L.png");
    left: 0;
}
.FV > .text_box:after{
    background: url("../img/FV_bg_title_R.png");
    right: 0;
}
.FV > .text_box:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 50px;
    height: 170px;
}
.FV h1{
    font-size: 3.6rem;
    font-weight: bold;
}
.FV h1 span{
    font-size: 5.0rem;
    color: #b50081;
    margin-right: 10px;
    
}
.FV p{
    font-size: 1.8rem;
    
}

/*ranking_area-------------*/
.ranking_item_box{
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 1px 0 6px #cdc2c8;
}
.flex_item_box,.content_inner_box{
    display: flex;
    flex-wrap: wrap;
}
.title_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.title_box h2{
    font-size: 2.4rem;
    font-weight: bold;
}
.title_box img{
    width: 80px;
    margin-right: 15px;
}
.title_box .title{
    display: flex;
    align-items: center;
}
.title_box h2 span{
    font-size: 1.8rem;
    font-weight: 100;
}
.price_box{
    width: 230px;
    margin-right: 15px;
}
.price_box p{
    font-size: 1.8rem;
}
.price_box p span{
    font-size: 3.6rem;
    color: #b50081;
    font-weight: bold;
    padding: 0 7px;
}
.price_box .box{
    border: 1px solid #b50081;
    color: #b50081;
    text-align: center;
    font-size: 1.4rem;
}
.text_gray{
    color: #B6B6B6;
    font-size: 1.4rem;
    width: 450px;
}
.logo_box{
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-right: 20px;
}
.text_gray{
    margin-top: 15px;
    font-size: 1.4rem;
}
.feature_list{
    margin-top: 20px;
    width: 690px;
}
.feature_list h3{
    background: #b50081;
    color: #ffffff;
    padding: 2px 30px;
    display: inline-block;
    font-weight: normal;
    font-size: 1.4rem;
    border-radius: 2px;
}
.feature_list p{
    font-size: 1.6rem;
    margin-top: 5px;
}
.feature_list li+li{
    margin-top: 10px;
}
#ranking_area .btn_box{
    margin-top: 30px;
}
#ranking_area .btn_box .pink_btn a{
    background: #b50081;
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 1.8rem;
    padding: 10px 0 ;
    font-weight: bold;
    border-radius: 999px;
}
#ranking_area .btn_box .pink_btn a:hover{
	opacity: 0.7;
}
#ranking_area .btn_box .pink_btn a::before {
    position: absolute;
    font-family: 'FontAwesome';
	content: '\f0c2';
    left: 40px;
}
#ranking_area .btn_box .pink_btn a::after {
    position: absolute;
    font-family: 'FontAwesome';
	right: 30px;
	content: '\f054';
}
.ranking_item_box+.ranking_item_box{
    margin-top: 40px;
}

#ranking_area .text{
    font-size: 1.4rem;
}
/*ranking_area-------------*/
#search_area{
    text-align: center;
}
.hoken_link span{
    font-size: 2.6rem;
    border-bottom: 1px solid currentColor;
    
}
.hoken_link:hover span{
    border-bottom: none;
}
.btn_search span{
    position: relative;
}
.btn_search span:before,
.btn_search span:after{
    position: absolute;
    display: inline-block;
    content: "";
    background-image: url("../img/ic_01.png");
    background-size: 40px,40px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.btn_search span:before{
    bottom: 0;
    left: -60px;
}
.btn_search span:after{
    bottom: 0;
    right: -60px;
}

/*************************************************
SP
**************************************************/
@media screen and (max-width: 780px) {	
.only_sp{display: block!important;}
.only_pc{display: none!important;}
.pd_t_b_50{padding: 25px 0;}
.pd_t_b_40{padding: 15px 0;}
.pd_t_b_30{padding: 15px 0;}
.pd_t_b_20{padding: 10px 0;}
.pd_t_b_10{padding: 5px 0;}
.mt_50{margin-top: 25px;}
.mt_40{margin-top: 20px;}
.mt_30{margin-top: 15px;}
.mt_20{margin-top: 10px;}
.mt_15{margin-top: 8px;}
.mt_10{margin-top: 5px;}
.pb_60{padding-bottom: 35px;}
.pb_20{padding-bottom: 15px;}
.w1100,.w1000,.w950,.w900{
	width:auto;
	margin:0 10px;
}
.note,
.notice{
    font-size: 1.2rem;
}
.notice{
    padding-left: 1.5em;
}
/*contents-------------*/
    
/*FV-------------*/
#FV_area{
    padding-top: 10px;
    height: auto;
    background: url("../img/FV_bg02.jpg");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.FV{
    display: block;
    width: auto;
    margin: 0 20px;
}
.FV > .text_box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 167px;
    
}
.FV > .text_box:before,
.FV > .text_box:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 40px;
    height: 136px;
    background-size: 40px 136px;
}
.FV h1{
    font-size: 3.0rem;
    line-height: 1.2;
}
.FV h1 span{
    font-size: 5.3rem;
    margin-right: 0;
    
}
.FV p{
    font-size: 1.8rem;
    
}
.FV > .img_box{
    padding-left: 20px;
    text-align: center;
    display: block;
}
.FV > .img_box img{
    width: 65%;
}

/*ranking_area-------------*/
.ranking_item_box{
    padding: 15px;
}
.title_box{
    display: block;
    width: auto;
    margin-bottom: 10px;
    flex: 1;
}
.title_box h2{
    font-size: 2.0rem;
}
.title_box img{
    width: 45px;
    margin-right: 8px;
}
.title_box .title{
    display: flex;
    align-items: center;
    text-align:left;
}
.title_box h2 span{
    font-size: 1.6rem;
    font-weight: 100;
}
.content_inner_box{
    align-items: center;
}
    .text_gray{
         width: 100%;
        font-size: 1.3rem;
    }
.price_box{
    width: 180px;
    margin-right: 0;
}
.price_box p{
    font-size: 1.4rem;   
}
.price_box p span{
    font-size: 2.8rem;
    padding: 0 5px;
}
.logo_box{
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-right: 10px;
    order: -1;
}
.feature_list{
    flex: auto;
    width: 100%;
}
.feature_list h3{
    padding: 3px 10px;
    font-size: 1.2rem;
}
.feature_list p{
    font-size: 1.4rem;
    margin-top: 5px;
}
.feature_list li+li{
    margin-top: 10px;
}
.ranking_item_box+.ranking_item_box{
    margin-top: 30px;
}
#ranking_area .text{
    font-size: 1.3rem;
}
/*ranking_area-------------*/
#search_area{
    text-align: center;
}
.hoken_link span{
    font-size: 2.0rem;
}
.btn_search span:before,
.btn_search span:after{
    background-image: url("../img/ic_01.png");
    background-size: 25px,25px;
    width: 25px;
    height: 25px;
}
.btn_search span:before{
    bottom: 0;
    left: -40px;
}
.btn_search span:after{
    bottom: 0;
    right: -40px;
}

}/*SP体裁ここまで--------------------------------------------- */



/* タブ切り替え
------------------------------------------------------------ */
/* タブメニューのスタイル */
.tab-menu {
  display: flex;
  list-style: none;
  padding: 0;
  box-shadow: 1px 0 6px #cdc2c8;
    border-radius: 12px;
}
.tab-menu li {
  width: 33.3%;
  background-color: #ffffff;
    color: #b50081;
  cursor: pointer;
    text-align: center;
    font-size: 2.2rem;
    padding: 10px;
    font-weight: bold;
}
.tab-menu li+li{
    border-left: 1px #DADADA solid;
}
.tab-menu li:first-child {
    border-radius: 12px 0 0 12px;
}
.tab-menu li:last-child {
    border-radius:  0 12px 12px 0;
}
.tab-menu li.active {/* 選択時の体裁 */
  background-color: #b50081;
    color: #ffffff;
    position: relative;
}
.tab-menu li.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #b50081;
}
/* タブコンテンツのスタイル */
.tab-content {
  margin-top: 30px;
}
.tab-content section:nth-of-type(n+2){
  display: none;/* 初期状態で1番目以外の要素を非表示にする/必須設定 */
}
@media screen and (max-width: 780px) {
/* タブメニューのスタイル */
.tab-menu li {
    font-size: 1.5rem;
}
/* タブコンテンツのスタイル */
.tab-content {
  margin-top: 25px;
}
.tab-menu li.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #b50081;
}
}