@charset "UTF-8";
/* 共通 */
.txt-product-name {
	margin-bottom: 1em;
}

.txt-product-name span {
	font-weight: bold;
	font-size: 115%;
}

/* リニューアル準備中 */
.txt-renual {
	border: #8c8c8c solid 1px;
	background: #fff;
	text-align: center;
	max-width: 450px;
	margin: 5em auto;
	padding: 1.6em;
	font-size: 16px;
}

.product_box img {
    margin-bottom: 16px;
}

/* SP_size */
@media only screen and (max-width: 768px) {

body{
	font-size: 1.2rem;
	line-height: 180%;
}

.contents_width{
	width: 92%;
	margin: 0 auto;
}

#wrapper{
	background: url(../../common/img/img_sp_introduction_bg.jpg) no-repeat top left;
	background-size: 100%;
	padding-bottom: 4%;
}

#wrapper > h2{
	width: 13%;
	margin: 0 auto;
}

.contents_width h3{
	margin: 5% auto;
	width: 40%;
	text-align: center;
}

p.caption{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 5% 0;
	font-size: 1.4rem;
}

.product_box{
	margin: 10% 0;
}

.product_box > img{
	width: 100% !important;
}

.product_link{
	width: 85%;
	margin-top: 4%;
}

.product_hr{
	border: none;
	border-bottom: #f2f2ea solid 0.1rem;
	display: block;
	margin: 15% 0 10% 0;
}

.arrow_part{
	overflow: hidden;
	border-top: #f2f2ea solid 0.2rem;
	padding: 4% 4% 0 4%;
	display: none;
}

.arrow_text{
	color: #505050;
	width: 25%;
}

.arrow_text:hover{
	text-decoration: underline;
}

.arrow_num{
	width: 50%;
	display: inline-block;
	text-align: center;
}
    
    .link-btn-ec-gift {
        width: 100%;
        margin: 0 auto 60px auto;
    }

}

@media only screen and (orientation : portrait) and (max-width: 768px) { /*横向きの際に適用*/

}

/* PC_size */
@media print,screen and (min-width: 769px) {


body{
	font-size: 1.4rem;
	line-height: 200%;
    min-width: 1000px;
}

#wrapper{
	background: url(../../common/img/img_pc_introduction_bg.jpg) no-repeat top left;
	background-size: 100%;
}

#contents_box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 4rem;
	position: relative;
}

#wrapper > h2{
	width: 96px;
	margin: 0 auto;
}

.contents_width{
	padding: 0 5%;
	text-align: center;
}

.contents_width h3{
	margin: 5% auto;
	width: 40%;
    max-width: 360px;
}

p.caption{
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 2rem 0;
	font-size: 1.6rem;
}

.product_box{
	width: 272px;
	margin: 5% 1%;
	display: inline-block;
	vertical-align: top;
}

.product_box p{
	text-align: left;
}

.product_link{
	width: 85%;
	margin-top: 4%;
}

.product_hr{
	border: none;
	border-bottom: #f2f2ea solid 0.1rem;
	display: block;
	margin: 3% 0 5% 0;
}

.arrow_part{
	overflow: hidden;
	border-top: #f2f2ea solid 0.2rem;
	padding: 4% 4%;
	text-align: center;
	display: none;
}

.arrow_text{
	color: #505050;
	width: 20%;
}

.arrow_text:hover{
	text-decoration: underline;
}

.arrow_num{
	width: 60%;
	display: inline-block;
	text-align: center;
}

.gift_download{
	display: inline-block !important;
	width: 30%;
	margin-top: -2%;
}
    
span.pc-br::before {
	content: "\A";
	white-space: pre;
}
    
    .link-btn-ec-gift {
        width: 400px;
        margin: 0 auto 60px auto;
    }

}
