@charset "utf-8";
body {
	line-height: 1.5;
}
.bold {
    font-weight: 700;
}
.red {
    color: red;
}
.mt_20{
	margin-top: 20px;
}
.CP_area{
    margin: 0 auto 40px;
    text-align: center;
	line-height: 1.8;
}
.addition_banner{
    width: 464px;
    border: 2px solid #46b4f4;
    display: inline-block;
}
.CP_btn a{
    width: 370px;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #46b4f4;
    border: solid 2px #46b4f4;
    border-radius: 9999px;
    margin: 25px auto 0;
    display: block;
}
.arrow_right{
    position: relative;
}
.arrow_right::after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 20px;
    top: calc(50% - 0.5em);
    width: 0.8em;
    height: 0.8em;
    border: 0.2em solid #46b4f4;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
    }
.CP_btn a:hover{
    background-color: #46b4f4;
    color: #FFFFFF;
}
.arrow_right:hover::after {
    position: absolute;
    display: inline-block;
    content: "";
    line-height: 1;
    right: 20px;
    top: calc(50% - 0.5em);
    width: 0.8em;
    height: 0.8em;
    border: 0.2em solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
    }

.note_r{
	margin-top: 30px;
	text-align: right;
	font-size: 14px;
}


/*キャンペーン*/
#CP_area{
    padding: 40px 0;
    text-align: center;
}
#CP_area h2{
    text-align: center;
    font-size: 30px;
    color: #b60081;
}
#CP_area .banner_box{
    width: 700px;
    margin: 20px auto 0;
}
.remodal_flex_box{
    display: flex;
    justify-content: center;

	text-align: left;
    
}
.remodal_flex_box .textbox{
    font-size: 2.4px;
    text-align: center;
    font-weight: bold;
}
.remodal_flex_box .textbox span{
    font-size: 3.2px;
    color: #b60081;
}
.remodal_flex_box img{
    margin-right: 30px;
    width: 350px;
}
.remodal_flex_box .textbox a{
    display: block;
    background-color: #b60081;
    border-radius: 999px;
    color: #ffffff;
    font-size: 2.4px;
    padding: 12px 20px 8px;
    font-weight: bold;
    margin: 25px auto 0;
    width: 400px;
}

.remodal_mv{
	text-align: center;
}
.remodal_mv picture{
	display: inline-block;
}

/* cp一覧体裁 */
.card_layout {
    display: flex;
    width: 100%;
    padding-bottom: 0%;
}

/*.card_layout img:hover {
    opacity: 0.6;
}*/

.card_layout img {
    width: 45%;
    height: auto;
    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: 16px;
}
.cp_item {
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    font-size: 16px;
	line-height: 180%;
}

.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;
}
.detail_list{
    margin-top: 10px;
}
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: 100px;
    text-align: center;
    height: 36px;
}
/*注釈共通部分*/
#notice_area{
    font-size: 15px;
    text-align: left;
}
#notice_area a {
    text-decoration: underline;
    color: #3366CF;
    word-break: break-all;
    text-indent: 0;
}
#notice_area a:hover{
    text-decoration: none;
}
#notice_area .wrapper{
    box-sizing: border-box;
    height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #b60081;
    border-bottom: 1px solid #b60081;
}
#notice_area h2{
    font-size: 18px;
    text-align: center;
    margin: 15px 0 5px;
    color: #b60081;
}
#notice_area h3{
    font-weight: 700;
    margin:15px 0 5px;
    font-size: 16px;
    text-align: left;
}
#notice_area h4{
    font-weight: 700;
    margin-top: 10px;
}
#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%;
    margin: 5px 0;
}
/*注釈共通部分ここまで*/

/*************************************************
SP
**************************************************/
@media screen and (max-width: 780px) {

.notice_01 h2, .notice_02 h2, .notice_03 h2, .ranking h2{
	font-size: 1.2em;
	}
.mt_20{
	margin-top: 15px;
}
	
    /*キャンペーン*/
#CP_area{
    padding: 30px 0;
}
#CP_area h2{
    font-size: 20px;
}
#CP_area .banner_box{
    width: auto;
    margin: 15px;
}
.remodal_flex_box{
    display: block;
    padding: 20px 0;
}
.remodal_flex_box .textbox{
    font-size: 16px;
}
.remodal_flex_box .textbox span{
    font-size: 22px;
}
.remodal_flex_box img{
    margin: 0 auto 20px;
    width: 80%;
}
.remodal_flex_box .textbox a{
    font-size: 20px;
    padding: 12px 20px 8px;
    margin: 15px auto 0;
    width: 100%;
}
/* cp一覧体裁 */

.cp_item {
    width: 100%;
    padding: 15px;
	line-height: 150%;
}
.card_layout .txt h4,
.card_layout .txt h4.title_long,
.card_layout .txt h4.title_long_long{
    font-size: 18px;
    padding-left: 0;
	line-height: 170%;
}
.card_layout {
        flex-wrap: wrap;
    justify-content: center;
    }

  .card_layout img {
        width: 85%;
        height: auto;
    }

    .card_layout .txt {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .campaign_detail a {
        width: 100%;
    }
    .campaign_detail object {
        width: 100%;
    }
	.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%;
	font-size: 14px;
}
ul.detail_list li p.item_ttl {
    border: 1px #B60081 solid;
    border-radius: 5px;
    color: #B60081;
    padding: 2px;
    margin-right: 12px;
    width: 80px;
    text-align: center;
    height: 26px;
	font-size: 13px;
}
    .separation {
        width: 100%;
        margin: 4% auto 0;
    }
.txt ul li.contract,
    .txt ul li.request,
    .txt ul div li.close {
        width:30%;
    }
    .txt ul li.estimate {
        width: auto;
        padding: 6px 15px 4px;
    }
}