@charset "utf-8";

.u-clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*        .ヘッダー
------------------------------ */
.p-contents-wrap {
    position: relative;
    background-image: url(../img_oyatsu/bg_main.jpg);
    background-repeat: repeat;
    
}
.p-head-wrap {
    padding: 0 15px;
    text-align: center;
    background-color: #2f96a9;
    position: relative;
    z-index: 1;
}

.p-head {
    z-index: 15;
    position: relative;
}
.p-head::after {
    content: "";
    display: block;
    width: 100%;
    height:17px;
    background-image: url(../img_oyatsu/bg_head.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto;
    pointer-events: none;
    bottom:-15px;
    position: absolute;
    z-index: -5;
}

.p-head-txt { 
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    padding: 8px 0 10px 0;
    text-align: left;
}
.p-head-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 15px;
}

.p-head-bannerBox {
    width: 48%;
}
.p-head-bannerGDA{
    margin: 20px 0 15px;
}
.p-head-bannerMillion {
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    background-color: #fff;
}

.p-head-bannerImg {
    width: 100%;
    height: auto; 
    vertical-align: bottom;  
}

.p-mainImg {
    background-image: url(../img_oyatsu/img_main_sp.png);
    background-repeat: no-repeat;
    background-size: 130% auto;
    background-color: transparent;
    margin: 0 auto;
    background-position: center 0;
    position: relative;
    z-index: 10;
    margin-top:-8px;
}

.p-logoArea {
    width: 60%;
    margin-left: 7px;
}

.p-logoWagako {
    width: 88%;
    height: auto;
    margin-top: 28px;
}

.p-foot-left {
    position: absolute;
    width: 100px;
    height: auto;
    top:230px;
    left: -10px;
}
.p-foot-right {
    display: none;
}

.p-pet {
    width: 10%;
    max-width: 70px;
    height: auto;
    position: absolute;
    bottom: 65px;
    left: 7%;
}

.p-pet-img {
    width: 100%;
    height: auto;
}


/*        .ribon
------------------------------ */
.p-ribon-wrap {
    text-align: center;
    width: 65%;
    margin: 10% auto -5px auto;
}

.p-ribon {
    margin-top: 30px;
    position: relative;
}
.p-limited {
    position: relative;
    top: -23px;
    width: 100%;
    z-index: 10;
}

.p-dateBox {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    height: 31px;  
    position: relative; 
    z-index: 9; 
    top: -35px;     
}
.p-date {
    z-index: 10;
    position: relative;
    background-color: #ec595c;
    border-radius: 3px;
    z-index: 3;
}
.p-dateBox::after {
    content: "";
    display: block;
    width: 20px;
    height:31px;
    background-image: url(../img_oyatsu/pic_ribon_after.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top:8px;
    right:-8px;
    z-index: 1;
}

.p-dateBox::before {
    content: "";
    display: block;
    width: 20px;
    height:31px;
    background-image: url(../img_oyatsu/pic_ribon_before.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top:8px;
    left:-8px;
    z-index: 1;
}

.p-dateTxt {
    font-size: 16px;
}

.p-dateTxt2 {
    font-size: 14px;
}

/*        .detail
------------------------------ */
.p-detail-wrap {
    margin: 7px 10px 20px 10px;
    text-align: center;
    
}

.p-detail-txt {
    width:75%;
    max-width: 510px;
    margin: 0 auto 10px auto;
}

.p-detail-txtImg {
    width: 100%;
    height: auto;
}

.p-detail-size {
    width:83%;
    margin: 0 auto 0 auto;
    max-width: 300px;
}
.p-detail-sizeImg {
    width: 100%;
    height: auto;
}

/*        .target
------------------------------ */
.p-target-wrap {
    background-color: #fff;
    border-radius:30px;
    margin: 35px 15px  0 15px;
    padding: 30px 20px;
}
.p-target-ttlWrap {
    width: 70%;
    max-width: 280px;
    margin: 0 auto 0 auto;
}

.p-target-ttl {
    width: 100%;
    height: auto;
}
.p-target-txt {
    color: #595656;
    font-weight: 800;
    font-size: 19px;
    line-height: 1.5;
    margin-top: 10px;
}

.p-target-att {
    font-size: 17px;
    line-height: 1.44;
    margin-top: 10px;
}

.p-target-attTxt {
    text-indent: -13px;
    padding-left: 13px;
    color: #595656;
    margin: 5px auto 8px;
}

.p-target-attTxt:before {
    content: "";
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 11px auto;
    width: 11px;
    height: 15px;
    background-image: url(../img_oyatsu/icn_asterisk.png);
    top: 2px;
    margin-right: 4px;
}

.p-target-attTxt_red {
    color: #f03034;
}
.p-target-attTxt_red:before {
    background-image: url(../img_oyatsu/icn_asterisk_red.png);
}

.p-sche-wrap {
    background-color: #eefbfb;
    padding: 15px;
    margin: 30px auto 10px auto;
}

.p-sche-ttl {
    width: 100%;
    height: auto;
}

.p-sche-ttlBox {
    width: 90%;
    max-width: 300px;
    margin-top: 7px;
    margin: 0 auto;
}

.p-sche-txt {
    text-indent: -13px;
    padding-left: 13px;
    color: #595656;
    margin: 5px auto 8px;
    font-size: 16px;
}


.p-sche-txt:before  {
    content: "";
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    background-image: url(../img_oyatsu/icn_sche.png);
    top: 2px;
    margin-right: 4px;
}

.p-att-ttl {
    font-size: 18px;
    color: #f1393d;
}
.p-att-txt {
    text-indent: -13px;
    padding-left: 13px;
    color: #595656;
    margin: 5px auto 8px;
    font-size: 16px;
  } 
.p-att-wrap {
    margin: 30px 15px 40px 15px;
    
} 
.p-att-txt:before {
    content: "";
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 11px auto;
    width: 11px;
    height: 15px;
    background-image: url(../img_oyatsu/icn_att.png);
    top: 2px;
    margin-right: 4px;
} 



/*        .contact/文章
------------------------------ */
.p-contract-wrap {
    position: relative;
    background-color: #6cc283;
    padding: 18px 15px 15px 15px;
    text-align: center;
}

.p-contract-wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #6cc283;
    bottom:-15px;
    right:0;
    left:0;
    margin: 0 auto;
}

.p-contract {
    background-image: none;
}
.p-contractImg-sp {
    width: 90%;
    height: auto;
}

.p-contractImg {
    display: none;
}


/*        .contact/ボタン
------------------------------ */

.p-contract-btnwrap {
    text-align: center;
    margin: 10px auto 0 auto;
}
.p-contract-linkImg {
    width: 80%;
    vertical-align: bottom;
    margin-bottom: 70px;
}

.p-contract-textImg {
    width: 90%;
    vertical-align: bottom;
}

.p-contract-textBox {
    margin-bottom: 15px;
    
}

/*        .ページトップ
------------------------------ */
.l-pagetop {
	margin-top: 0px;
    position: relative;
    z-index: 100;
}
.l-pagetop-btn {
    width: 100%;
	height: auto;
}

.l-pagetop-inner.is-active {
	cursor: pointer;
	opacity: 1.0;
}

.l-pagetop-inner {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 20px;
    display: block;
    z-index: 8;
    line-height: 0;
    position: fixed;
    opacity: 0;
    transition: all 0.2s ease 0s;
}

.l-pagetop-link {
    display: inline-block;
}

.l-pagetop-btn {
	width: 100%;
	height: auto;
}
.is-active .l-pagetop-link {
	cursor: pointer;
	opacity: 1.0;
}

.p-number {
    font-size: 18px;
    text-align: right;
    margin: 0 15px;
    padding-bottom: 30px;
    color:#595656;
    
}
.p-limitedImg {
    width: 46%;
    min-width: 98px;
    height: auto;
}
.p-foot-left,
.p-foot-right {
    display: none;
}




@media print, screen and (max-width: 768x) {



    .u-sp-none {
        display: none;
    }



        /*        .ページトップ
    ------------------------------ */
    .l-pagetop {
		top: 59px;
	}
	.l-pagetop-link.is-disable {
		position: absolute;
		bottom: 10px;
    }

}

@media print, screen and (min-width: 769px) {

.p-foot-left,
.p-foot-right {
    display: block;
}




    .u-pc-none {
        display: none;
    } 
    
    /*        .ヘッダー
    ------------------------------ */

    .p-head-wrap {
        padding: 0;
        height: auto;   
    }
    .p-head-box {
        max-width: 965px;
        margin: 0 auto;
        padding-top: 23px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    .p-head-banner {
        padding-top: 0px;
        width: 835px;
        margin: 0 auto 15px;
        
    }
    .p-head-txt {
        font-size: 34px;
        line-height: 1.4;
        padding: 0;
        width: auto;
        text-align: center;
        clear: both;
        margin-bottom: 0px;
    }
    .p-head-bannerBox {
        width: auto;
    }
    .p-head-bannerImg__box {
        height: 130px;
        width: auto;
    }
    .p-head-bannerImg:last-child{
        margin-right: 0px;
    }
    .p-mainImg {
        background-image: url(../img_oyatsu/img_main.png);
        background-repeat: no-repeat;
        background-size: 1728px 590px;
        background-color: transparent;
        margin: -10px auto 15px auto;
        background-position: center top;
        height: 590px;
    }
    .p-logoArea {
        text-align: left;
        width: 430px;
        margin-left: 30px;
    }

    .p-pet {
        width: 100%;
        max-width: 128px;
        position: static;
        margin-top: -30px;
        margin-left: 50px;
    }

    .p-logoArea-wrap {
        max-width: 1200px;
        margin: 0 auto;
    }
    .p-logoWagako {
        width: 630px;
        margin-top: 86px;
        margin-bottom: 30px;
    }

   
    .p-foot-left {
        width: 170px;
        top:-80px;
        left: -380px;
    }
    .p-foot-right {
        display: block;
        position: absolute;
        width: 207px;
        height: auto;
        bottom: 270px;
        right: 80px;
        z-index: 0;
    }
    .p-logoArea-inner {
        position: relative;
        width: 760px;
        margin: 0 auto;
    }



        /*        .ribon
	------------------------------ */

    .p-ribon-wrap {
        width: 430px;
        margin: -130px auto 0 auto;
    }

    .p-ribon {
        margin-top: 45px;
    }
    
    .p-limited {
        top: -17px;
        width: 100%;
        z-index: 10;
    }
    
    .p-limitedImg {
        width: 229px;
        min-width: auto;
    }
    .p-dateBox {
        font-size: 42px;
        line-height: 1.7;   
    }
    .p-date {
        z-index: 10;
        position: relative;
        background-color: #ec595c;
        width: 470px;
        margin: 0 auto;
    }
    .p-dateBox::after {
        width: 44px;
        height:68px;
        top:15px;
        right:-62px;
    }

    .p-dateBox::before {
        width: 44px;
        height:68px;
        top:15px;
        left:-22px;
    }
    .p-dateTxt {
        font-size: 40px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .p-dateTxt2 {
        font-size: 25px;
    }

    .p-attention {
        font-size: 15px;
        line-height: 1.5;
        clear: both;
        max-width:960px;
        width: auto;
        margin: 0 auto 0 auto;
        padding-bottom: 50px;
        z-index: 3;
        position: relative;
    }
    .p-attentionTxt {
        margin-bottom: 8px;
    }
    .p-attentionTxt:before {
        background-size: 11px auto;
        width: 11px;
        height: 15px;
        background-image: url(../img_oyatsu/icn_attention.png);
        top: 2px;
        margin-right: 4px;
    }
    .p-presentDate {
        font-size:22px;
        border: solid 4px #f1704d;
        margin: -80px 0px 30px 0px;
        line-height: 1.5;
        padding: 10px 7px;
        width:546px;
    }
    .p-presentDate-bold {
        font-size:26px;
    }


        /*        .detail
    ------------------------------ */
    .p-detail-wrap {
        margin: 85px auto  0 auto;
    }

    .p-detail-txt {
        max-width: 556px;
        margin: 20px auto 30px auto;
    }

    .p-detail-size {
        max-width: 413px;
        margin: 0 auto 0 auto;
    }

    .p-detail-b5 {
        width:auto;
    }
    .p-detail-b5Img {
        width: 395px;
    }

    /*        .target
    ------------------------------ */
    .p-target-wrap {
        max-width: 965px;
        margin: 50px auto  0 auto;
        padding: 60px 52px 50px 52px;
    }
    .p-target-ttlWrap {
        max-width: 377px;
        margin: 5px auto 0 auto;
    }

    .p-target-txt {
        font-size: 28px;
        line-height: 1.5;
        margin-top: 25px;
    }

    .p-target-att {
        font-size: 20px;
        margin-top: 30px;
        line-height: 1.3;
    }

    .p-target-attTxt {
        text-indent: -18px;
        padding-left: 18px;
        margin: 5px auto 8px;
    }

    .p-target-attTxt:before {
        content: "";
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        background-size: 15px auto;
        width: 15px;
        height: 15px;
        top: 0px;
        margin-right: 4px;
    }


    .p-sche-wrap {
        background-color: #eefbfb;
        padding: 28px 35px 23px 30px;
        margin: 30px auto 0 auto;
    }

    .p-sche-ttl {
        width: 100%;
        height: auto;
    }

    .p-sche-ttlBox {
        max-width: 327px;
        margin-top: 0px;
    }

    .p-sche-txt {
        text-indent: -20px;
        padding-left: 20px;
        margin: 10px auto 12px;
        font-size: 18px;
        line-height: 1.6;
    }


    .p-sche-txt:before  {
        margin-right: 4px;
        width: 20px;
    }

    .p-att-ttl {
        font-size: 22px;
    }
    .p-att-txt {
        text-indent: -20px;
        padding-left: 20px;
        margin: 10px auto 12px;
        font-size: 18px;
        line-height: 1.6;
    } 
    .p-att-wrap {
        position: relative;
        max-width: 965px;
        width: auto;
        margin: 50px auto 50px auto;
        z-index: 10;
        
    } 
    .p-att-txt:before {
        margin-right: 4px;
        width: 20px;
    } 

    .p-number {
        position: relative;
        font-size: 20px;
        max-width: 965px;
        margin: 0 auto;
        padding-bottom: 50px;
        z-index: 10;
    }

    /*        .contact/文章
    ------------------------------ */
    .p-contract-wrap {
        padding: 37px 0;
    }

    .p-contractImg-sp {
        display: none;   
    }
    
    .p-contractImg {
        display: block;
        width: 100%;
        height: auto;
        max-width: 1009px;
        margin: 0 auto;
    }

    .p-contract-wrap::after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 28px solid #6cc283;
        bottom:-25px;
    }


        /*        .contact/ボタン
    ------------------------------ */
    .p-contract-btnwrap {
        margin: 30px auto 0px auto;
        padding-bottom: 100px;
    }
    .p-contract-linkImg {
        display: none;
    }
    
    .p-contract-textImg {
        display: none;
    }
    .p-contract-textBox {
        margin: 0 auto 30px auto;
        height: 26px;
        padding: 0;
        background-image: url(../img_oyatsu/text_target.png);
        background-size: 865px 26px;
        background-position: center center;
        background-repeat: no-repeat;     
    }
    .p-contract-linkWrap {
        background-image: url(../img_oyatsu/btn_application_ov.png);
        width: 578px;
        height: 111px;
        margin: 0 auto;
    }

    
    .p-contract-linkBox {
        width: 578px;
        height: 111px;
        padding: 0;
        background-image: url(../img_oyatsu/btn_application.png);
        background-size: 578px 111px;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        transition: all 0.2s ease;
    }
    .p-contract-linkBox:hover {
        background-image: none;     
    }
    
    /*        .ページトップ
    ------------------------------ */
    .l-pagetop {
		margin: 0 auto;
	}

	.l-pagetop-inner {
		width: 70px;
		height: 70px;
		display: block;
		right: 30px;
		bottom: 30px;
	}

	.l-pagetop-link {
		transition: all 0.2s ease;
	}
}

@media screen and (min-width:769px) and (max-width:1300px)  {
    .p-logoWagako {
        width: 100%;
    }
    .p-mainImg {
        
        background-size: 120% auto; 
        margin: -10px auto 15px auto;
        height: 490px;
    }
}


@media screen and (min-width:500px) and (max-width:768px)  {
    .p-limitedImg {
        width: 40%;
    }
}

@media screen and (min-width:768px) and (max-width:1000px)  {
    .other,
    .p-contents-wrap {
        min-width: 900px;
    }
    .p-comment {
        right: 0px;
    } 
    .p-logoArea-inner {
        width: auto;
    }
    .p-att-wrap {
        margin-left: 25px;
        margin-right: 25px;
    }
    .p-number {
        margin-left: 25px;
        margin-right: 25px;
    }


}
