@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    background: #fff;
}
.contents_wrap {
    position: relative;
    width: 100%;
}

.main_contents H1, H2, .main_contents H3, .main_contents H4, .main_contents H5, .main_contents H6, .main_contents p, .main_contents td, .main_contents th, .main_contents div, .main_contents input, .main_contents textarea, .main_contents ol, .main_contents ul, .main_contents li, .main_contents pre, .main_contents .sub_text {
    font-size: 0.8rem;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
    /*background: rgba(255, 255, 255, 0.5);*/
}
.item_list ul li {
    margin: 0;
    padding: 15px;
}
.item_list ul li a {
    color: #666;
}
.item_list ul li .item_list_thumb {
    background: #fff;
}
.item_list ul li p.price {
    /*color: #999900;*/
}

/**-------------------------------------------- nav --*/
#corner_nav ul li {
    border-bottom: 1px solid #fff;
}
#corner_nav ul li a {
    position: relative;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    background: #fe8600;
    text-decoration: none;
}

#corner_nav li a::before,
.btn::before {
    position: absolute;
    left: 20px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    content: "\f101";
}
/**----------------------------------------- 見出し --*/
h2 {
    position: relative;
	margin: 20px auto;
	color: #fe8600;
    background: transparent;
    border-bottom: 4px solid #fe8600;
    font-size: 1.2rem;
    text-align: center;
}

h3.corner_h3 {
    position: relative;
	margin: 10px auto;
	padding: 0;
    text-align: left;
	color: #333;
    font-size: 1rem;
	border-bottom: none;
    background: #fe8600;
}
h3#at_store { background: #FF8A60; }
h3#at_online { background: #5C7FCA; }
h3.corner_h3 span {
    display: inline-block;
    width: auto;
    padding: 5px 10px 5px 0;
    margin-left: 0;
    background: #fff;
}
h3.corner_h3 span::before {
    font-family: "Font Awesome 5 Free";
	content: "\f0da";
	margin: 0 8px 0 0;
    font-weight: 900;
    color: #fe8600;
}
h3#at_store span::before { color: #FF8A60; }
h3#at_online span::before { color: #5C7FCA; }

/**------------------------------------- ながれ --*/
.flow_list {
    padding: 0;
    margin: 0;
    counter-reset: flow_num;
}
.flow_list > li{
    position: relative;
    width: 320px;
    min-height: 80px;
    margin: 1em auto 24px;
    padding: 40px 20px 0;
    text-align:center;
    color: #333;
    font-size: 1em;
    font-weight: bold;
    background: #ffb03f;
}
.flow_list > li::before{
    counter-increment: flow_num;
    content: counter(flow_num);
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    font-size: 1.8em;
    color: #fff;
}
.flow_list > li::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-color: #ffb03f transparent transparent transparent;
    border-width: 20px 160px 0 160px;
    z-index: 1;
}
.flow_list > li:last-child {
    padding-bottom: 20px;
}
.flow_list > li:last-child::after {
    border-width: 0;
}
.flow_list > li img {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
}

/** ピクトグラムてんてん **/
.point_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border: 2px solid #ffa800;
    border-radius: 50%;
}
.point_img img {
    width: 150px;
}

/**---------------------------------------*/
.main_contents div a, div.text a {
    color: #fe8600;
    border-bottom: none;
    text-decoration: underline;
}
div.text p {
    margin-bottom: 5px;
}
p.lead {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fe8600;
    /*text-align: center;*/
}
.lead strong {
    color: #fff;
    background: #fe8600;
}
.red_txt { color: #ff3333; }

.top_text { white-space: pre-wrap; }

/* ご利用の流れ */
.flex_item div:nth-child(even) { margin-bottom: 15px; }
.flex_item div:last-child { margin-bottom: 0; }

.bb{
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px dotted #aaa;
}
.desc_img {
	border: 1px solid #ccc;
}
.desc_img img{
	display: block;
	width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 2px;
}
.desc_img span {
    display: block;
    margin: 1px;
    padding: 2px 4px 0;
    background: #eee;
}

.order {
    font-weight: bold;
}
.order::first-letter {
    padding: 2px 4px 1px;
    color: #fff;
    background: #fe8600;
    border-radius: 20px;
}

/* よくある質問 */
.question::before {
	content: "Q.";
	color: #48b8ff;
}
.answer::before {
	content: "A.";
	color: #ff4747;
    font-weight: bold;
}
.question {
    margin-bottom: 5px;
}
.answer {
    margin: 0 0 10px 1%;
    padding-left: 1em;
    text-indent: -1em;
}

.attention_list li,
.attention_txt {
    display: block;
    margin-top: 3px;
    font-size: 0.75rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}
.attention_list li a,
.attention_txt a { color: #000; text-decoration: underline; }

/**--------------------------------------- btn --*/
.btn_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
#corner_contents .btn {
    position: relative;
    display: block;
    width: 90%;
    padding: 12px 0 10px;
    text-align: center;
    background: #fe8600;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}
.btn::before {
    position: absolute;
    left: 16px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    content: "\f101";
}

/**-------------------------------------- copyright --*/
.copyright {
    margin: 0;
    padding: 30px 0 20px;
}
.copyright a {
    border-bottom: none;
    text-decoration: underline;
}
.copyright .attention {
    margin: 20px;
    font-size: 0.87em;
    line-height: 1.5em;
    text-align: left;
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
    body { box-sizing: border-box; }
    #corner_contents .main_contents {
        width: 100%;
    }
    /* #corner_main_text, /* 1080px */
    .corner_products,
    section div.text {
        width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    .main_contents H1, H2, .main_contents H3, .main_contents H4, .main_contents H5, .main_contents H6, .main_contents p, .main_contents td, .main_contents th, .main_contents div, .main_contents input, .main_contents textarea, .main_contents ol, .main_contents ul, .main_contents li, .main_contents pre, .main_contents .sub_text {
        font-size: 0.9rem;
    }
    
    span.pc { display: inline; }
    
    /**------------------------------------------- 商品 --*/
    .item_list ul {
        background: transparent;
    }
    .item_list ul li {
        margin: 0 15px 40px;
        padding: 0;
    }
    .item_list ul li a {
        background: #fff;
    }

    /**--------------------------------------- ヘッダー --*/
    #corner_main_banner { display: none; }
    .header_img { text-align: center; }
    
    /**-------------------------------------------- nav --*/
    #corner_nav {
        margin-top: 30px;
        background: #fe8600;
    }
    #corner_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 1080px;
        margin: 0 auto;
    }
    #corner_nav ul li {
        width: calc( 100% / 4 );
        border-left: 1px solid #fff;
        border-bottom: 0;
    }
    #corner_nav ul li:last-child { border-right: 1px solid #fff; }
    #corner_nav ul li a { transition: .5s; }
    #corner_nav ul li a:hover {
        opacity: 1;
        color: #fe8600;
        background: #fff;
    }
    
    h2 { font-size: 1.3rem; }
    h3.corner_h3 { font-size: 1.1rem; }
    h3.corner_h3 span {
        margin-left: 20px;
        padding-left: 10px;
    }
    h4.question {
        font-size: 1rem;
    }
    
    .sub_text { margin-top: 40px; }
    
    div.text p {
        margin-bottom: 10px;
    }
    p.lead {
        padding-bottom: 10px;
        text-align: center;
        font-size: 1.2rem;
    }
    .top_text {
        text-align: center;
        white-space: normal;
    }
    
    p.order { font-size: 1.04rem; }
    .order::first-letter { padding: 3px 4px 1px; }
    
    .flex_item {
        display: flex;
        flex-wrap: wrap;
    }
    .flex_item div { margin-right: 10px; }
    .flex_item div:nth-child(even) { margin-right: 0; }
    .w50p { width: calc(50% - 5px); }
    
    .desc_img {
	    width: auto;
        max-width: 100%;
    }
    
    #corner_contents .btn { width: 640px; margin-bottom: 30px; }
    
    /**-------------------------------------  流れ --*/
    .flow_list {
        display: flex;
        flex-wrap: wrap;
    }
    .flow_list > li{
        width: 240px;
        height: 150px;
        white-space: pre-line;
    }
    .flow_list > li::after,
    .flow_list > li:last-child::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -30px;
        border-style: solid;
        border-color: transparent transparent transparent #ffb03f;
        border-width: 75px 0 75px 26px;
        z-index: 1;
    }
    .flow_list > li:first-child::after { border-width: 0; }
}