@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
    font-size: 62.5%;
}
body{
    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;}

img{
    max-width: 100%;
    height: auto;
}
p#gotoTop{bottom:119px;}
.red{color:red;}
.gray{color:#706F7D;}
.text_link{
	text-decoration: underline;	
}
/* color */
.bg_M_color{
    background-color: #ffe3d8;/* メインカラー背景 */
}
.bg_S_color{
    background: #ffc9b4;/* サブカラー背景 */
}
.bg_Dpink_pink {
    background: linear-gradient(10deg, #ffe5eb 0%, #ffe5eb 50%, #ffd7df 50%, #ffd7df 100%);/*グラデ背景*/
}
.bg_strope{
   background: repeating-linear-gradient(90deg, #8ee6ff, #8ee6ff 12px, #9feaff 10px, #9feaff 20px);
}
.bg_pattern{
   background-image: url("../img/bg_01.gif");
	background-repeat: repeat;
	
}
.bg_bottom_parts{
    background-image: url("../img/bg_parts_02.jpg");
    background-position: bottom center;
    background-size: auto 600px;
    background-repeat: repeat-x;
}
.bg_top_parts{
    position: relative;/*マスク背景*/
    background-color: #ffc9b4;/*下と同一色*/
}
.bg_top_parts:before{
    display: inline-block;
    content: "";
    position: absolute;
    width: 100%;
    height: 132px;
    mask-image:url("../img/bg_mask01.png");
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #ffc9b4;/*上と同一色*/
    mask-position: center top;
    top:-132px;    
}
@media screen and (max-width: 780px) {
}
.bg_mv{
    background: url("../img/autwin2025_bg.jpg");
    background-position: top,center;
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-color: #ffe3d8;/*pc版背景の裏の色*/
}
.search_area h2{
	color: #653c2d;
}
.search_area h2 span{/* h2装飾 */
	border-bottom: 3px dashed #a7e5ff;
}
.topix section h4,/* h4テキスト色 */
.tx_subcolor{/* テキストサブカラー */
	color:#653c2d;
}
.topix section h4 span{/* h4装飾 */
    background: linear-gradient(transparent 50%, #fff9d5 50%);
}
.maker{/* マーカー背景色 */
	background: linear-gradient(transparent 0%, #fff9d5 0%);
}
/*************************************************
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_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;}

#contents_wrapper{
    font-size: 1.6rem;
}
#header_area{
    padding: 15px 0;
    border-bottom: 1px solid #BDBDBD;
}
#header_area img{
	width: auto;
 }   
/* MV */
#mv{
	/*background-image:url("../img/sum2025_bg.jpg"); MV背景画像 
	background-size: cover;
    background-position: top,center;*/
}
#mv .mv_image{
	width: 900px;
	margin: 0 auto;
    /*padding: 25px 0 20px;*/
}
#FV_area{
    padding-bottom: 140px;
}
/* contents */
.daytime{
	text-align: center;
	background: #815544;/* 日付帯背景色 */
	font-size: 1.8rem;
	color:#fff;
	font-weight: bold;
    padding: 8px 0 6px;
    width: 800px;
    margin: 0 auto;
}
.daytime span.end_soon{
	/*background: #ff0300;*/
    background: #fff;
	color: #ff0300;
	font-weight: bold;
	border-radius: 5px;
	padding: 2px 5px 0;
    margin-right: 10px;
}
.daytime span.date{
    letter-spacing: 0.1em;
    font-size: 2.0rem;
}
h2{
 font-size: 3.0rem;
}
/* contents */
.arrouw_b{
        position: relative;
    }
    .arrow_b:after {
	font-family: 'FontAwesome';
    font-weight: 100;
	content: '\f078';
    padding: 0 0 2px 15px;
}
.lead_p{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.8;
}
.lead_p span{
    padding-bottom: 4px;
	border-bottom: dashed 3px #e1a895;
	color: #653c2d;
    /*background: url("../img/bg_parts_03.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 690px auto;*/
    
}

/*hoken_area*/
.hoken_area{
    background-color: #ffdfd0;
    border-radius: 12px;
    margin-top: 75px;
    position: relative;
}
.hoken_area:before{
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../img/bg_parts_01.png");
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: 100px 100px;
    width: 120px;
    height: 120px;
    left: -40px;
    bottom: -40px;
}
h2.title_bg__{
    text-align: center;
    position: relative;
}
h2.title_bg_item p{
    font-weight: bold;
	margin-top: 30px;
    color: #ffffff;
    font-size: 2.4rem;
    position: relative;
    width: 100%;
    /*top: -25px;*/
    z-index: 10;
}
h2.title_bg_item p:before{
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../img/title_ribon.png");
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: 480px 70px;
    width: 480px;
    height: 70px;
    right: calc(50% - 240px);
    top: -10px;
    z-index: -1;
}
h2.title_bg_item small{
    font-size: 0.85em;
}

h2.title_bg_btn{
    text-align: center;
    position: relative;
}
h2.title_bg_btn a{
    font-weight: bold;
    color: #ffffff;
    font-size: 2.4rem;
    position: absolute;
    background-color: #ff613c;
    border-radius: 999px;
    width: 600px;
    top: -25px;
    left: calc(50% - 300px);
    padding: 10px 0 8px;
    z-index: 10;
}
h2.title_bg_btn small{
    font-size: 0.85em;
}
.hoken_area .w950{
    padding-top: 50px;
}
.popular_rankings_list > li h3{
    background: #ffffff;
    border-radius: 999px;
    width: 70%;
    padding: 7px 0;
    margin: 0 auto 16px;
}
.edge_pink_btn{
    background-color: #B60081;
}
.edge_pink_btn::after{
    background-image: url(/top/img/WhiteBackgroundRightArrow.svg);
}
/* cp_area */
.CP_area{
    position: relative;
}
.CP_area > h3{
    width: 340px;
    position: absolute;
    top: -120px;
    left: calc(50% - 170px);
}

p.cp_title{
    /*background: #ffffff;
    border-radius: 999px;
    width: 300px;
    padding: 7px 0;*/
    margin: 15px auto;
    text-align: center;
    font-weight: bold;
	color: #b60081;
}

.more_cp_area{
    padding: 30px 0 50px;
}
.more_cp_box{
    width: 500px;
    margin: 0 auto;
    text-align: center;
    /*position: relative;
    background: #ffffff;*/
    padding: 30px 0 20px;
    border-bottom: 4px solid #b60081;
}

.more_cp_area h3{
    /*position: absolute;
    top: -46px;*/
    width: 500px;
}
.more_cp_area h4{
    font-size: 2.4rem;
    margin-top: 20px;
    color: #b60081;
}
.more_cp_area a{
    display: block;
    width: 500px;
    /*background-color: #00a2e5;*/
    background: linear-gradient(40deg, #c91d92 0%, #ff7849 100%);
    color: #ffffff;
    font-size: 1.8rem;
    padding: 12px 0 10px;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    box-sizing: border-box;
}
.more_cp_area a:hover{
    opacity: 0.7;
}
/* notice_area*/
#notice_area{
	padding:50px 0 60px;
    font-size: 1.5rem;
    text-align: left;
}
#notice_area .wrapper{
    box-sizing: border-box;
	background-color:#fff;
	padding:30px 30px 50px;
	width:1000px;
	margin:0 auto;
	border-radius: 8px;
}
#notice_area h2{
    font-size: 2.4rem;
    text-align: center;
    
}
#notice_area h3{
    font-weight: 700;
    margin:25px 0 5px;
    font-size: 1.6rem;
    text-align: left;
}
#notice_area h4{
    font-weight: 700;
    margin-top: 15px;
}
#notice_area .wrapper ul li{
	text-indent:-1em;
	padding-left:1em;
}
#notice_area .wrapper ul.list_circle > li:before{
	content:"・";
}
#notice_area .img_gift{
    width: 25%;
}
.information_list {
    height: 500px;
    overflow-y: scroll;
    border-top: 1px solid #815544;
    border-bottom: 1px solid #815544;
}
.number{
	font-size: 1.3rem;
}
footer{
	margin-top:-32px;
}
/*************************************************
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_10{margin-top: 5px;}
.pb_60{padding-bottom: 35px;}
.pb_20{padding-bottom: 15px;}
    .w1100,.w1000,.w950,.w900{
	width:auto;
	margin:0 10px;
	}
#contents_wrapper{
    font-size: 1.4rem;
}
.tx_notice{
    font-size: 1.3rem;
}
#mv .mv_image{
	width: 100%;
	margin: 0;
    padding: 0;
}
.daytime{
    font-size: 1.3rem;
    padding: 8px 0 6px;
    width: auto;
    margin: 0 10px;
	}
.daytime span.date{
    font-size: 1.3rem;
}
h2{
     font-size: 2.0rem;
    }
    
/*contents------------------------------*/

	#contents_wrapper .bg_top{
		display:none;
	}
	#contents_wrapper .btn01,
    #contents_wrapper .btn02{
		padding: 10px 0 8px;
        width: auto;
        margin: 32px 30px 0;
	}
    .boxopen:after {
	padding: 0 10px;
}
    .lead_p{
    font-size: 1.6rem;
}
    .lead_p span{
    padding-bottom: 3px;
/*    background: url("../img/bg_parts_03.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    line-height: 1.8;
    
}
/*hoken_area*/
.hoken_area{
    margin-top: 47px;
}
    
h2.title_bg_item p{
    font-size: 1.6rem;
    width: 100%;
    /*top: -20px;*/
	margin-top: 30px;
    z-index: 10;
}
h2.title_bg_item p:before{
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../img/title_ribon.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 325px 48px;
    width: 325px;
    height: 48px;
    right: calc(50% - 162px);
    top: -5px;
    z-index: -1;
}
h2.title_bg_item small{
    font-size: 0.85em;
}
.hoken_area:before{
    position: absolute;
    display: inline-block;
    content: "";
    background: url("../img/bg_parts_01.png");
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    left: -10px;
    bottom: -30px;
    z-index: 10;
}
.hoken_area .w950{
    padding-top: 20px;
}

/* cp_area */
.CP_area > h3{
    width: 300px;
    position: absolute;
    top: -120px;
    left: calc(50% - 150px);
}

p.cp_title{

    width: auto;
    padding: 7px 0;
    margin: 0 15px 13px;
}

.more_cp_area{
    padding: 30px 0 40px;
}
.more_cp_box{
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 20px;
    max-width: 400px;
}

.more_cp_area h3{
    top: -46px;;
    width: 100%;
}
.more_cp_area h4{
    font-size: 1.8rem;
    margin-top: 20px;
}
.more_cp_area a{
    width: 100%;
    font-size: 1.5rem;
    padding: 12px 0 10px;
    margin-top: 10px;
}
/* notice_area */
    #notice_area{
	padding:35px 0;
    font-size: 1.3rem;
}
#notice_area .wrapper{
	padding:20px 10px;
	width:auto;
	margin:0 10px;
}
#notice_area h2{
    font-size: 1.8rem;
    
}
#notice_area h3{
    margin:20px 0 5px;
    font-size: 1.4rem;
}
#notice_area h4{
    margin-top: 10px;
}
#notice_area .wrapper ul li{
	text-indent:-1em;
	padding-left:1em;
}
#notice_area .img_gift{
    width: 50%;
}
    .information_list {
        height: 450px;
    }
.number{
	font-size: 1.1rem;
}
}
/*SP体裁ここまで--------------------------------------------- */


/* up_arrow 上向きアロー
------------------------------------------------------------ */
    a.up_arrow {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    color: #B60081;
	}
    a.up_arrow:hover {
        border-bottom: none;
	}
    .up_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.5em;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}
@media screen and (max-width: 740px) {
    a.up_arrow {
    position: relative;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
	.up_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 3px;
    top:0.4em;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(135deg);
}
}
/* btn_arrow 左向きアロー
------------------------------------------------------------ */
    a.btn_arrow {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
   /* color: #B60081;*/
	}
    a.btn_arrow:hover {
        border-bottom: none;
	}
    .btn_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 20px;
    top: calc(50% - 0.3em);
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
@media screen and (max-width: 740px) {
    a.btn_arrow {
    position: relative;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
	.btn_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 15px;
    top:calc(50% - 0.3em);
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
}
/* 対象保険商品ボタン
------------------------------------------------------------ */
/*.edge_pink_btn {
background-color: #B60081;
  background: #fff;
  color: #B60081;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.edge_pink_btn::before {
  background: #B60081;;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 230px;
  transform:  skewY(-30deg) scale(1, 0);
  transform-origin: left top;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.edge_pink_btn:hover {
  color: #fff;
transition: all 0.5s;
  opacity: 1;
}
.edge_pink_btn:hover::before {
  transform: skewY(-30deg) scale(1, 1);
}
    .rankings_detail > ol > li > .edge_pink_btn:hover::after {
background-image: url(/top/img/WhiteBackgroundRightArrow.svg);
    transition: all 0.6s;
}
@media screen and (max-width: 620px) {
    .edge_pink_btn::before,
    .edge_pink_btn:hover::before{
    content: none;
    }

}*/


/* CP共通部分css
------------------------------------------------------------ */
#result{
    display: flex;
    /*justify-content: space-between;2個以上の時*/
	justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
#result p{
    font-size: 1.4rem;
}

#result .campaign_detail a {
    color: inherit;
    text-decoration: none;
    height: 100%;
}
.card_layout {
    display: flex;
    width: 100%;
    padding-bottom: 0%;
}

.card_layout img:hover {
    opacity: 0.6;
}

.card_layout img {
    width: 45%;
    height: fit-content;
    margin-bottom: 15px;
}

.card_layout .txt {
    width: 55%;
    padding-left: 5%;
    margin-top: 0;
}

.card_layout .txt .campaign_detail {
    width: 100%;
    padding: 0;
}

.card_layout .txt h4:hover {
    opacity: 0.6;
}

.card_layout .txt h4 {
    font-size: 18px;
    padding-left: 6px;
    font-weight: bold;
}
.card_layout .txt h4.title_long{
    font-size: 16px;
}
.card_layout .txt h4.title_long_long{
    font-size: 15px;
}
.cp_item {
    background-color: white;
    width: 49%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    /*box-shadow: 0 0 6px #cdc2c8;*/
}

.wrapper li:last-child {
    border-bottom: none;
}
.txt {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
}
.detail-wrapp {
    width: 100%;
    padding: 4%;
    padding-top: 0%;
}

.detail-wrapp .txt .detail {
    font-size: 14px;
}
.detail-wrapp .txt .detail a {
    color: #005ab6;
    text-decoration: underline;
    padding: 0;
    height: auto;
    display: contents;
}
.detail-wrapp .catch_text {
    font-size: 16px;
    margin-top: 20px;
    border-top: 1px solid #eb4f53;
    padding: 10px;
    text-align: center;
    color: #eb4f53;
    border-bottom: 1px solid #eb4f53;
}

.txt ul.ico {
    display: flex;
    margin: 0 0 10px;
}
/* 終了間近 */
.txt .close {
    font-weight: 700;
    text-align: center;
    margin: 0 0 8px;
    font-size: 1.1em;
    color: #d33333;
    background-color: #ff0;
    padding: 4px 0 2px;
}
.txt ul.ico li {
    border-radius: 5px;
    width: 100px;
    padding: 6px 6px 4px;
    text-align: center;
    border-bottom: none;
}
/*抽選で*/
.txt ul.ico li.selected {
    color: #fff;
    background-color: #4caf50;
}
/* 成約で */
.txt ul.ico li.contract {
    color: #fff;
    background-color: #ff4b92;
}
/* お見積りで */
.txt ul.ico li.estimate {
    color: #fff;
    background-color: #4caf50;
}
/* 資料請求 */
.txt ul.ico li.request {
    color: #fff;
    background-color: #33c3cf;
}
ul.detail_list li {
    display: flex;
    margin: 0 0 10px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
ul.detail_list li p {
    overflow-wrap: normal;
    word-break: break-word;
}
ul.detail_list li p {
    vertical-align: middle;
    width: 100%;
    padding-top: 4px;
}
ul.detail_list li p.item_ttl {
    border: 1px #B60081 solid;
    border-radius: 5px;
    /*color: #eb4f52;*/
    color: #B60081;
    padding: 2px;
    margin-right: 12px;
    width: 80px;
    text-align: center;
    height: 25px;
}
@media screen and (max-width: 740px) {
 h3#car_area,
h3#life_area{
    width: auto;
}
    #result p{
    font-size: 1.3rem;
}
.cp_item {
        width: 100%;
        margin-bottom: 20px;
    padding: 15px;
    }
.card_layout .txt h4,
.card_layout .txt h4.title_long,
.card_layout .txt h4.title_long_long{
    font-size: 1.4rem;
    padding-left: 0;
}
.card_layout {
    flex-wrap: wrap;
    justify-content: space-between;
    }

  .card_layout img {
        width: 40%;
    }

    .card_layout .txt {
        width: 55%;
        padding-left: 0;
        /*margin-top: 10px;*/
        margin-bottom: 10px;
    }

    .campaign_detail a {
        width: 100%;
    }
    .campaign_detail object {
        width: 100%;
    }
    .txt ul.ico li.contract {
        margin-bottom: 0;
    }
#result{
    display:block;
}
#result .container {
        width: 90%;
        padding: 0;
    }
#result .wrapper {
        width: 100%;
        text-align: center;
    }
#result .wrapper li {
        border-bottom: dotted 2px #ccc;
        margin: 0 0 20px;
    }
#result .wrapper li:last-child {
        border-bottom: none;
    }
    .detail-wrapp .catch_text {
        font-size: 14px;
    }
 #result .txt {
        text-align: left;
        font-size: 13px;
    }
#result .txt a {
        font-size: 1.1em;
    }
#result .txt ul {
        display: flex;
        margin: 0 0 10px;
        flex-direction: column;
    }
#result .txt ul.ico {
        flex-direction: row;
    }
#result .txt ul.detail li {
        border-radius: 5px;
        width: 98%;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
    }
#result .txt ul.detail li p {
        vertical-align: middle;
        width: 70%;
        text-align: left;
        margin: 0 0 0 1%;
    }
    .txt ul.detail li p.item_ttl {
        color: #eb4f52;
        padding: 3px;
        width: 22%;
        height: 1%;
    }
    .separation {
        width: 100%;
        margin: 4% auto 0;
    }

    .txt ul li.contract,
    .txt ul li.request,
    .txt ul div li.close {
        width:60%;
    }
    .txt ul li.estimate {
        width: auto;
        padding: 6px 15px 4px;
    }
ul.detail_list li p.item_ttl {
	font-size: 1.1rem;
}
}

/* ----------------- アコーディオン----------------- */
.box-detailLst{
    margin-top: 15px;
}
.toggleClose{
    margin-top: 10px;
}
.toggle{
    display: block;/*--inline-block化回避--*/
}
.toggle_btn{
    position: relative;/*--アイコン必須設定--*/
    padding-right: 25px;
    text-align: right;
    cursor: pointer;/*--アコーディオン必須設定--*/
}
.toggle_btn p:hover{
    opacity: 0.6;
}
.toggle_inner{
    display: none;/*--アコーディオン必須設定--*/
}
.box-detailLst .toggleClose {
    display: none;/*--アコーディオン必須設定--*/
    cursor: pointer;/*--アコーディオン必須設定--*/
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.icon_open:before,
.icon_close:before{
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    top: 40%;
  line-height: 1;
  width: 1.0em;
  height: 0.2em;
  background: #B60081;
  border-radius: 0.1em;
}
.icon_open:after{
    position: absolute;
    content: "";
    display: inline-block;
    color: #b50081;
    right: 0;
    top:40%;
    line-height: 1;
    width: 1.0em;
    height: 0.2em;
    background: #B60081;
    border-radius: 0.1em;
    transform: rotate(90deg);
}
@media screen and (max-width: 740px) {
.box-detailLst{
    margin-top: 10px;
}

.icon_open:before,
.icon_close:before{
    position: absolute;
    content: "";
    display: inline-block;
    right: 0;
    top: 40%;
  line-height: 1;
  width: 1.2em;
  height: 0.2em;
  background: #B60081;
  border-radius: 0.1em;
}
.icon_open:after{
    position: absolute;
    content: "";
    display: inline-block;
    color: #b50081;
    right: 0;
    top:40%;
    line-height: 1;
    width: 1.2em;
    height: 0.2em;
    background: #B60081;
    border-radius: 0.1em;
    transform: rotate(90deg);
}
}
/* --- アコーディオンここまで--- */


/*items_area*/
.items_area{
	/*background-color: #ffdfd0;　対象商品裏背景
	margin-top: 50px;*/
	padding: 0 0 30px;
	text-align: center;
}
.items_area h3{
	margin: 30px 0 10px;
	font-size: 1.6rem;
	/*color: #815544;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.items_area h3 img{
	width: 25px;
	margin-right: 10px;
}
.items_area .items_list{
	display: flex;
	width: 1000px;
	margin: 0 auto;
	gap:20px;
}
.items_list li{
	width: 33%;
	background-color: #ffffff;
	border-radius: 12px;
	padding: 10px;
	position: relative;
}
.items_list .name_box{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 75px;
}
.items_list .name_box h4{
	text-align: left;
}
.items_list .name_box span{
	font-size: 1.2rem;
}
.items_list .name_box > img{
	width: 50px;
	margin-right: 15px;
}
.items_list li > img{
	max-height: 50px;
	width: auto;
	margin: 10px 0 12px;;
}
.items_list li p{
	font-size: 1.4rem;
	text-align: left;
	padding-bottom: 40px;
}
/*.items_list li a{
	margin-top: 10px;
	display: block;
	font-size: 1.2rem;
	position: absolute;
	bottom: 15px;
	right: calc(50% - 50px);
}
.items_list li a span{
	position: relative;
    padding: 0 12px 0 3px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}
.items_list li a:hover span {
        border-bottom: none;
	}*/
.items_list li a{
	margin-top: 10px;
	display: block;
	font-size: 1.2rem;
	position: absolute;
	color: #ffffff;
	background-color: #ff613c;
	padding: 5px 0 3px;
	border-radius: 3px;
	bottom: 15px;
	right: calc(50% - 100px);
	width: 200px;
}
.items_list li a span{
	position: relative;
}
.items_list li a:hover {
        opacity: 0.7;
	}
.items_list li a span:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: -15px;
    top: calc(50% - 0.3em);
    width: 0.5em;
    height: 0.5em;
    border: 1px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}

@media screen and (max-width: 780px) {
	.items_area{
	padding: 15px 0 30px;
}
.items_area h3{
	margin:20px 0 10px 15px;
	font-size: 1.3rem;
	text-align: left;
	justify-content: flex-start;
}
.items_area h3 img{
	width: 22px;
	margin-right: 7px;
}
.items_area .items_list{
    overflow-x: scroll;
	width: auto;
	margin: 0;
	gap:15px;
	padding: 0 15px;
    scrollbar-width: none;
}

.items_list li{
	min-width:70%;
	padding: 15px 10px;
}.items_list .name_box > img{
	width: 35px;
	margin-right: 7px;
}
.items_list .name_box{
	min-height:  45px;
}
.items_list .name_box span{
	font-size: 1.1rem;
}
.items_list .name_box span.tx_small{
	font-size: 0.9rem;
}
.items_list li p{
	font-size: 1.2rem;
	text-align: left;
}
.items_list li a{
	margin-left: 5%;
	margin-right: 5%;
	bottom: 15px;
	right: 0;
	width: 90%;
}
	
}
/* btn_arrow 左向きアロー
------------------------------------------------------------ */
    a.btn_arrow {
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
   /* color: #B60081;*/
	}
    a.btn_arrow:hover {
        border-bottom: none;
	}
    .btn_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 20px;
    top: calc(50% - 0.3em);
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
@media screen and (max-width: 740px) {
    a.btn_arrow {
    position: relative;
    padding-right: 17px;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
	}
	.btn_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 15px;
    top:calc(50% - 0.3em);
    width: 0.6em;
    height: 0.6em;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}
}