@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#alcoholchecker *{
	line-height: 1.4em;
    }
#alcoholchecker{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    }
    
#alcoholchecker .pc_none{
    display: none !important;
    }
    
#alcoholchecker img{
    width: 100%
    }
#alcoholchecker a{
    display: block;
    position: relative;
    
}  
#alcoholchecker a:hover{
    opacity: 0.9;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#alcoholchecker .inner{
    margin:0 auto;
    padding-top:2%;
    background: #fafbfc;
    margin-bottom: 4%;

}
#alcoholchecker section{
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    padding:2% 12% 3% 12%;
}


#alcoholchecker section#shindan,
#alcoholchecker section#item{
    background: #eef4f7;
}

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#alcoholchecker h3{
    font-size:35px;
    margin-bottom: 2%;
    color:#2f4369;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    
}

#alcoholchecker h4 {
    font-size: 31px;
    color: #2f4369;
    margin: 3% 0 2% 0;
}

/*-----------------------------------------------*/
/*お見積りボタン*/
/*-----------------------------------------------*/
#alcoholchecker .btn{
    margin-bottom: 15px;
}
#alcoholchecker .btn a {
    background: #3299a2;
    color: #fff;
    padding: 20px 0;
    font-size:16px;
    border-radius: 7px;
    margin: 0 11%;
    box-shadow: 0 4px 0 #cde5e7;
    position: relative;
}
#alcoholchecker .btn a span{
    font-size: 24px;
    margin-right:6px;
}

#alcoholchecker .btn a::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:23px;
    right:3%;
    color: #fff;
    transition: all 0.3s;
}

/*hover*/
#alcoholchecker .btn a:hover{
    color: #fff !important;
    box-shadow: none;
    transform:translateY(3px);
    background: #5bafa3;
}
#alcoholchecker .btn a:hover::after{
    right:2%;
}

#alcoholchecker .top a{
    background-color: #fff;
    border: solid 2px #5bafa3;
    color: #5bafa3;
}

#alcoholchecker .top a::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:23px;
    right:3%;
    color: #5bafa3;
    transition: all 0.3s;
}

/*-----------------------------------------------*/
/*義務化*/
/*-----------------------------------------------*/
#alcoholchecker .gimuka_box dl{
    background: #2f4369;
    padding:15px;
    margin-bottom:6px;
    
}

/*期間*/
#alcoholchecker .gimuka_box dl dt{
    background: #fff;
    color: #cb373e;
    font-size:27px; 
    margin-bottom: 1%;
    
    
}
#alcoholchecker .gimuka_box dl dt span{/*大きい文字*/
    font-size:38px;
    font-family: 'Lato';
    font-weight: 600;
    
}

#alcoholchecker .gimuka_box dl dd{
    color: #fff;
    font-size: 18px
    
}
#alcoholchecker .gimuka_box dl dd span{
    color:#ffe761;
    font-size: 20px;
    
}
#alcoholchecker .gimuka_box dl dd:last-child{
    color:#ffe761;
    font-size: 50px;
    
}
#alcoholchecker .gimuka_box .com{
     color: #222;
    font-size: 17px;
    
}


/*-----------------------------------------------*/
/*概要*/
/*-----------------------------------------------*/
#alcoholchecker .gaiyo_box dl{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    
}
/*番号*/
#alcoholchecker .gaiyo_box dl dt{
    width: 7%;
    font-size:30px;
    font-family: 'Lato';
    font-weight: 600;
    color: #2f4369;
    line-height: 1.2em;
    
}
#alcoholchecker .gaiyo_box dl dd{
    width: 90%;
    font-size:27px;
    color: #222;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 22px
    
}
/*注意文*/
#alcoholchecker .gaiyo_box dl dd span.com{
    font-size: 13px;
    display: block;
    color: #222;
    margin-bottom: 1%;
    
}
/*テキスト色*/
#alcoholchecker .gaiyo_box dl dd span{
    color:#0f70bb;
    font-size: 24px;
    
}

/*-----------------------------------------------*/
/*診断 YES/NO*/
/*-----------------------------------------------*/
#alcoholchecker .sub{
    background: #fff;
    color: #2f4369;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 10px;
    font-size: 17px;
}
#alcoholchecker .shindan_box .com{
    color: #2f4369;
    font-size: 20px;
    margin-bottom:15px;
   
}
#alcoholchecker .shindan_box ul.shindan_point{
    width: 80%;
    margin: 0 auto;
}

#alcoholchecker .shindan_box ul.shindan_point > li {
    font-size: 17px;
    color: #fff;
    background: #2f4369;
    text-align: left;
    padding: 1.5% 0 1.5% 19%;
    border-radius: 3px;
    margin: 0.5%;
   
}
#alcoholchecker .shindan_box ul.shindan_point > li span{
    font-size:27px;
    margin-right:5px;
   
}

#alcoholchecker .shindan_box ul.shindan_point > li > div{
    font-size: 29px;
    font-family: 'Lato';
    font-weight: 600;
    display: inline-block;
    margin-right: 1vw;
    
}
#alcoholchecker .shindan_box img{
    width:auto;
    
}

/*-----------------------------------------------*/
/*診断 結果ボタン*/
/*-----------------------------------------------*/
#alcoholchecker .shindan_box > ul.shindan_btn{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    
}

#alcoholchecker .shindan_box > ul.shindan_btn li {
   transition: all 0.3s;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(1) ,
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(2) {
   width:27.5%;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(3) {
   width:43%;
}

#alcoholchecker .shindan_box > ul.shindan_btn li span{
   font-size:16px;
}
#alcoholchecker .shindan_box > ul.shindan_btn li div{
    font-size:22px;
    color: #fff;
    padding:15px 0 35px 0;
    border-radius: 6px;
    box-shadow: 0 5px 0 #c9d3d8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(1) span{
   color: #3d99bf;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(2) span{
   color:#2264b5;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(3) span{
   color:#252d75;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(1) div{
   background: #3d99bf;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(2) div{
   background:#2264b5;
}
#alcoholchecker .shindan_box > ul.shindan_btn li:nth-child(3) div{
   background:#252d75;
}

  
#alcoholchecker .shindan_box > ul.shindan_btn li div::after {
    font-family: 'Material Icons';
    font-size: 1.1em;
    position: absolute;
    content: "expand_more";
    transform: rotate(180deg);
    bottom: 2px;
    right: 0;
    left:0;
    color: #fff;
    transition: all 0.3s;
}
#alcoholchecker .shindan_box > ul.btn2 li div::after {
    font-family: 'Material Icons';
    font-size: 1.1em;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    bottom: -1px;
    right: 0;
    left:0;
    color: #fff;
    transition: all 0.3s;
}

/*hover*/
#alcoholchecker .shindan_box > ul.shindan_btn li a:hover div::after {
     bottom:-3px;
}
#alcoholchecker .shindan_box > ul.shindan_btn li a:hover div{
    color:#fff !important;
    box-shadow: none;
    
}
#alcoholchecker .shindan_box > ul.shindan_btn li a:hover{
    transform:translateY(3px);
    
}


/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#alcoholchecker .item_list > ul {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
/*タイプ*/
#alcoholchecker .item_list > ul > li [class^="type_"]{
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
}

#alcoholchecker .item_list > ul > li .type_1{
    background: #3d99bf;
}
#alcoholchecker .item_list > ul > li .type_2{
    background: #2264b5;
}
#alcoholchecker .item_list > ul > li .type_3{
    background: #252d75;
}

/*3カラム*/
#alcoholchecker .item_list > ul > li{
    transition: all 0.3s;
    width: calc((100% - 4% )/ 2);
    margin: 0 2% 2% 0;
}

/*3カラム*/
#alcoholchecker .item_list > ul.col4 > li{
    transition: all 0.3s;
    width: calc((100% - 4% )/ 3);
    margin-right: 1%;
}
#alcoholchecker .item_list > ul > li a{
    display: block;
    padding:5px 5px 15px 5px;
    position: relative;
    transition: all 0.3s;
    background:#fff;
    box-shadow:0 5px 12px #d4e3e8c4;

}

#alcoholchecker .item_list > ul > li:nth-child(2n),
#alcoholchecker .item_list > ul.col4 > li:nth-child(4n){
    margin-right: 0;
}


#alcoholchecker .item_list > ul.col4 > li:nth-child(2){
   margin-right: 1%;
}

/*アイコン*/
#alcoholchecker .item_list > ul > li dd.icon ul > li{
    display: flex;
    font-size:14px;
    padding: 5px 0;
    line-height: 1.3em;
    margin: 4px 0;
    justify-content: center;
    align-items: center;
    color:#222;
    border: 1px solid;
    
}
  
/*ご購入はこちら*/   
#alcoholchecker .item_list ul > li dd.item_btn{
    margin:0 auto;
    padding:7px 0;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    color: #fff;
    transition: all 0.3s;
    width: 93%;
    background: #b9b37f;
}

  
#alcoholchecker .item_list ul > li dd.item_btn::after {
    font-family: 'Material Icons';
    font-size: 1.3em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom: 8px;
    right:10px;
    color: #fff;
    transition: all 0.3s;
}

/*hover*/
#alcoholchecker .item_list ul > li a:hover{
    color: #fff;
    box-shadow: none;
}
#alcoholchecker .item_list ul > li a:hover dd.item_btn::after{
    right:3px;
}
#alcoholchecker .item_list ul > li a:hover dd.item_btn {
    color:#fff !important;
    background: #908985;
    
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#alcoholchecker .buy_price {
    display: inline-block;
}

#alcoholchecker .buy_price li{
	display: inline;
 }
#alcoholchecker li.motoprice,
#alcoholchecker span.spesicalprice,
#alcoholchecker li.intax {
	display: none;
}

#alcoholchecker li.price {
	color: #222 !important;
	font-size: 26px;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	letter-spacing: 1px;

}

/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/

#alcoholchecker ul[class^="cate-link_"]{
	margin:20px auto;
	text-align:center;
}

#alcoholchecker ul[class^="cate-link_"] li a{
	font-size: 16px;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 50px;
    margin: 0 15px;
    background: #97cbcb;
    border: 2px solid #97cbcb;
}

#alcoholchecker ul[class^="cate-link_"] li {
    display: inline-block;
    margin: 0 0 10px 0;
}

#alcoholchecker .cate-link_1 li {/*1カラム*/
	 width: 50%;
}
#alcoholchecker .cate-link_2 li {/*2カラム*/
	 width: calc((100% - 40px) /2);
}
#alcoholchecker .cate-link_3 li {/*3カラム*/
	 width: calc((100% - 19px) /3);
}


#alcoholchecker ul[class^="cate-link_"] li a:after{
	font-family: 'Material Icons';
    font-size: 1.5em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:20%;
    right:5%;
    color: #fff;
}

#alcoholchecker ul[class^="cate-link_"] li a:hover{
    color:#97cbcb !important;
    background: #fff;
}
#alcoholchecker ul[class^="cate-link_"] li a:hover:after{
    right:3%;
    color:#97cbcb;
}

/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#alcoholchecker .bn a{
	margin:40px auto 0 auto;
	width:750px;
}
#alcoholchecker .bn a:hover{
	transform:translateY(-1px);
}

/*-----------------------------------------------*/
/*ページトップ*/
/*-----------------------------------------------*/
#alcoholchecker .pagetop{
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    transition: 0.3s;
}
#alcoholchecker .pagetop a{
    display: flex;
    width: 120px;
    height: 120px;
    color: #fff;
    font-size: 19px;
    line-height: 1.3em;
    background-color: rgb(239 40 61 / 70%);
    border-radius: 10vw;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
}

#alcoholchecker .pagetop a:hover{
    color: #fff !important;

}
/* 240719追加分 */

.type_1 .marc{
    font-size: 10px;
    background-color: #eb0012;
    padding: 3px 11px;
    margin: 0 8% 0 0;
}
.price .marc{
    background-color: #2667e0;
    padding: 3px 11px;
    margin: 0 4% 0 0;
    color: #fff;
}
