@charset "utf-8";
/* CSS Document */

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

.cardWrapper ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.cardWrapper li{
	margin: 0;
	padding: 0;
}

.cardWrapper figure{
    margin: 0;
}

.cardWrapper img{
    width: 100%;
    vertical-align: bottom;
	border-style: none;
}

/* 回り込み解除 */
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{
    min-height: 1px;
}
* html .clearfix{
height: 1px;
}

.cardWrapper a img:hover{
    opacity: 1;
}



/* コンテンツ
---------------------------------------------------------------- */
.cardWrapper .open{
    text-align: center;
    font-size: 160%;
    line-height: 1;
    padding: 1em;
    color: #fff;
    background-color: #009245;
    border-radius: 10px;
    margin: 0;
    box-shadow: 0 4px 0 #007336;
    cursor: pointer;
    position: relative;
}

.cardWrapper .open::before,
.cardWrapper .open::after{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all .3s;
}

.cardWrapper .open::before{
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}

.cardWrapper .open::after{
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
}

.cardWrapper .open.active::before{
    transform: rotate(45deg);
}

.cardWrapper .open.active::after{
    transform: rotate(-45deg);
}

.cardWrapper .open:hover{
    opacity: .8;
}

.cardWrapper .open span{
    display: inline-block;
    font-size: 70%;
    padding: .25em 2.5em;
    color: #009245;
    background-color: #fff;
    border-radius: 50px;
    margin-top: .75em;
}

.cardContainer{
    display: none;
}

.cardWrapper > h4,
.cardContainer > h4{
    font-size: 140%;
    line-height: 1.5;
    padding: .5em 0 .5em .75em;
    background-color: #fff;
    margin: 40px 0 1em;
    border-left: 5px solid #009245;
}

.cardContainer > h5{
    font-size: 130%;
    margin: 1em 0;
}

.cardContainer > h5::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-color: #009245;
    border-radius: 50%;
    margin-right: 5px;
}

.designList{
    padding: 0 40px !important;
    margin-bottom: 30px;
}

.designList .designTit{
    font-size: 140%;
    line-height: 1;
    margin: 1.5em 0;
    position: relative;
}

.designList .designTit::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: .5em;
    z-index: -1;
}

.designList .designTit span{
    padding: 0 .5em 0 0;
    background: url(/images/bg.png);
    z-index: 1;
}

.designList ul li figure img{
    width: auto;
    height: 250px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.designList ul.gifImgItems li{
    float: left;
    width: 49%;
    text-align: center;
}

.designList ul.gifImgItems li:nth-child(2){
    float: right;
}

.downloadLink{
    text-align: center;
}

.designList ul li a,
.downloadLink a{
    text-decoration: none;
    display: inline-block;
    font-size: 115%;
    line-height: 1;
    padding: .75em 4em;
    color: #fff;
    background-color: #009245;
    border-radius: 50px;
    margin-top: 1em;
    position: relative;
}

.designList ul li a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.downloadLink a::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url('/images/icon_download_white.png')no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.designList ul.printItems li{
    float: left;
    width: 48%;
    text-align: center;
}

.designList ul.printItems li:nth-child(2){
    float: right;
}

.designList ul.printItems li figure figcaption{
    display: block;
    font-size: 130%;
    margin-bottom: .5em;
}

.cardWrapper > p,
.cardWrapper .cardContainer > p{
    font-size: 130%;
    line-height: 1.8;
    margin: 0 0 1em;
}

.cardWrapper .cardContainer > p:last-child{
    margin-bottom: 0;
}

.cardWrapper .cardContainer >p.containerTopTxt{
    margin: 40px 0 1.5em;
}

.cardWrapper .distributionList{
    margin-bottom: 40px;
}

.cardWrapper .distributionList:last-of-type{
    margin-bottom: 0;
}

.cardWrapper .distributionList li{
    margin-bottom: 20px;
}

.cardWrapper .distributionList li > span{
    display: block;
    font-size: 130%;
    font-weight: 700;
    margin-bottom: .5em;
}

.cardWrapper .distributionList li dl{
    display: table;
    width: 100%;
    font-size: 120%;
    padding-left: 2em;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.cardWrapper .distributionList li dl dt{
    display: table-cell;
    width: 5em;
}

.cardWrapper .distributionList li dl dd{
    display: table-cell;
    line-height: 1.5;
    padding-left: .75em;
    border-left: 1px solid #333;
}

.cardWrapper p.wrapperNote{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 130%;
    margin: 0;
}

.otherLinks a{
    display: block;
    float: left;
    width: 27%;
    max-width: 237px;
}

.otherLinks .txtContents{
    float: right;
    width: 73%;
}

.otherLinks .txtContents p{
    font-size: 130%;
    line-height: 1.8;
    margin: 0;
}







/* シェアページ
---------------------------------------------------------------- */
.shareWrapper{
    margin-top: 60px;
}

.shareWrapper figure.square{
    width: 50%;
    margin: 0 auto 40px;
}

.shareWrapper figure.rectangle{
    width: 70%;
    margin: 0 auto 40px;
}

.shareWrapper figure img{
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.shareWrapper ul{
    padding: 0;
    margin: 0;
}

.shareWrapper ul li{
    list-style-type: none;
    margin-bottom: 50px;
}

.shareWrapper ul li h4{
    font-size: 140%;
    line-height: 1;
    margin: 0 0 1em;
    position: relative;
}

.shareWrapper ul li h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: .5em;
    z-index: -1;
}

.shareWrapper ul li h4 span{
    padding: 0 .5em 0 0;
    background: url(/images/bg.png);
    z-index: 1;
}

.shareWrapper ul li p{
    font-size: 110%;
    margin: 0 0 1em
}

a.shareBtn{
    display: inline-block;
    text-decoration: none;
    font-size: 110%;
    line-height: 1;
    font-weight: 700;
    padding: .5em 20px .5em .5em;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

a.shareBtn::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url('/images/line_logo.png')no-repeat center;
    background-size: 100%;
    margin-right: 20px;
}

a.shareBtn.twitter::before{
    background: url('/images/twitter_logo.png')no-repeat center;
    background-size: 100%;
}

a.downloadBtn{
    display: inline-block;
    text-decoration: none;
    font-size: 110%;
    line-height: 1;
    font-weight: 700;
    padding: .5em 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

a.downloadBtn::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 29px;
    background: url('/images/icon_download.png')no-repeat center;
    background-size: 100% auto;
    margin-left: 5px;
    margin-bottom: 2px;
}

.urlCopy{
    font-size: 110%;
    margin-bottom: 1em;
}

.urlCopy input{
    width: 100%;
    max-width: 300px;
}

/* .urlCopy button{
    padding: .15em .5em;
    color: #fff;
    background-color: #00acee;
    border: 1px solid #00a2e0;
    border-radius: 3px;
} */



/* メッセージカードページ
---------------------------------------------------------------- */
.cardShareWrapper{
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    margin: 0 auto 80px;
    text-align: center;
    box-sizing: border-box;
}

.cardShareWrapper figure{
    padding: 0;
    margin: 0 0 40px;
}

.cardShareWrapper p{
    line-height: 2;
    margin: 0 0 2em;
    text-align: center;
}

.cardShareWrapper p span{
    background: -webkit-linear-gradient(transparent 65%, #ffff64 65%);
    background: -o-linear-gradient(transparent 65%, #ffff64 65%);
    background: linear-gradient(transparent 65%, #ffff64 65%);
}

.cardShareWrapper span.linkInduction{
    display: block;
    margin-bottom: .5em;
}

.cardShareWrapper a{
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
    padding: .75em 3em;
    color: #fff;
    background-color: #009245;
    border-radius: 50px;
    position: relative;
}

.cardShareWrapper a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}









/* sp
---------------------------------------------------------------- */
@media (max-width: 640px) {
    .dispPc{
        display: none;
    }
    
    .dispSp{
        display: block;
    }
    
    .cardWrapper .open{
        font-size: 120%;
    }
    
    .cardWrapper > h4,
    .cardContainer > h4{
        font-size: 115%;
    }
    
    .cardContainer > h5{
        font-size: 115%;
    }
    
    .designList{
        padding: 0 15px !important;
    }
    
    .designList .designTit{
        font-size: 110%;
    }
    
    .designList ul.gifImgItems li,
    .designList ul.gifImgItems li:nth-child(2){
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .designList ul.gifImgItems li:nth-child(2){
        margin-bottom: 0;
    }
    
    .designList ul.gifImgItems li figure.square{
        width: 75%;
        margin: 0 auto;
    }
    
    .designList ul li figure img{
        width: 100%;
        height: auto;
    }
    
    .designList ul li a,
    .downloadLink a{
        font-size: 105%;
        padding: 1em 3em;
    }
    
    .designList ul.printItems li,
    .designList ul.printItems li:nth-child(2){
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .designList ul.printItems li figure figcaption{
        font-size: 100%;
    }
    
    .cardWrapper > p,
    .cardWrapper .cardContainer > p,
    .cardWrapper p.wrapperNote{
        font-size: 100%;
    }
    
    .shareWrapper{
        margin-top: 40px;
    }
    
    .shareWrapper figure.square,
    .shareWrapper figure.rectangle{
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    
    .shareWrapper ul{
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .shareWrapper ul li{
        margin-bottom: 40px;
    }
    
    .shareWrapper ul li h4{
        font-size: 110%;
    }
    
    .shareWrapper ul li p{
        font-size: 105%;
    }
    
    .urlCopy input{
        max-width: 70%;
    }
    
    .cardShareWrapper{
        padding: 20px;
    }
    
    .cardShareWrapper p,
    .cardShareWrapper span.linkInduction,
    .cardShareWrapper a{
        width: 100%;
        font-size: 90%;
        box-sizing: border-box;
    }
    
    .cardWrapper .distributionList li > span{
        font-size: 110%;
    }
    
    .cardWrapper .distributionList li dl{
        font-size: 105%;
        padding: 0;
        margin-bottom: .5em;
    }
    
    .otherLinks a{
        float: none;
        width: 100%;
        max-width: 205px;
        margin: 0 auto 15px;
    }
    
    .otherLinks .txtContents{
        float: none;
        width: 100%;
    }
    
    .otherLinks .txtContents p{
        font-size: 100%;
    }
    
    .cardWrapper .open::before,
    .cardWrapper .open::after{
        width: 15px;
        top: 74%;
        right: 10px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}













