﻿@charset "utf-8";
/* CSS Document */
/*html,body{min-width:320px;}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	vertical-align: baseline;
}

body {
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	margin: 0 auto;
	word-break:break-all;
}

img {
	border: 0;
	vertical-align: text-bottom;
}
input[type="text"], input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* specify the coloring of form elements */
button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
}
/* specify the list style of nav lists */
nav ol,
nav ul {
	list-style: none;
}

/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.clearfix {
	zoom: 1; /* IE5.5～E7 */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
/*---------------------------------------------------
contents
---------------------------------------------------*/
.pc {
	display: block;
}
.smt {
	display: none;
}
.popup-contents {
	position: relative;
	background-image: url(../img/p_bg.jpg);
	padding: 26px;
	width: 100%;
	box-sizing: border-box;
}
.popup-bg {
	position: relative;
	background-image: url(../img/pc_cast.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 38%;
	min-height: 515px;
	width: 100%;
	box-sizing: border-box;
}
.popup-contents h3 {
	padding: 25px 40px;
}
.popup-contents h3 img {
	width: 430px;
	height: 89px;
}
.popup-contents dl {
	margin: 0 40px;
}
.popup-contents dl dt {
	color: #e50050;
	font-size: 18px;
	font-weight: 700;
	padding-left: 45px;
}
.popup-contents dl dt:before {
	position: absolute;
    background: url(../img/p_icon.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: 35px;
    height: 34px;
    margin-top: -10px;
    margin-left: -45px;
    display: block;
    z-index: 2;
}
.popup-contents dd {
	color: #333;
	padding: 12px 0 30px;
	line-height: 1.5em;
	font-size: 16px;
}
.popup-contents .p_btn {
	display: block;
	box-sizing: border-box;
	width: 150px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #e50050;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-left: 40px;
    text-decoration: none;
}
.popup-contents .p_btn:before {
    position: absolute;
    background: url(../img/p_icon_btn.png) no-repeat;
    background-size: 100% auto;
    content: "";
    width: 14px;
    height: 20px;
    margin-left: 20px;
    margin-top: 5px;
    display: block;
}
.popup-contents .p_btn:hover,
.popup-contents .p_btn:focus {
    opacity: 0.65;
}
.smt-close {
	display: none;
}
/* ----------------------------------------------------
	980px以下
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	.p_pc {
		display: none;
	}
	.p_smt {
		display: block;
	}
	.popup-bg {
		background-image: url(../img/sp_cast.png);
		background-repeat: no-repeat;
		background-position: center 70px;
		background-size: 292px 155px;
		min-height: 225px;
	}
	.popup-contents h3 {
		padding: 0;
		text-align: center;
	}
	.popup-contents h3 img {
		width: 270px;
		height: 55px;
	}
	.popup-contents dl {
		margin: 200px 0 0;
	}
	.popup-contents dl dt {
		font-size: 12px;
		padding-left: 28px;
	}
	.popup-contents dl dt:before {
	    content: "";
	    width: 21px;
	    height: 21px;
	    margin-top: -10px;
	    margin-left: -28px;
	}
	.popup-contents dd {
		padding: 6px 0 20px;
		font-size: 11px;
	}
	.popup-contents .p_btn {
	    margin: 0 auto;
	    font-weight: normal;
	    font-size: 12px;
	}
	.popup-contents .p_btn:before {
	    position: absolute;
	    background: url(../img/p_icon_btn.png) no-repeat;
	    background-size: 100% auto;
	    content: "";
	    width: 9px;
	    height: 14px;
	    margin-left: 20px;
	    margin-top: 8px;
	    display: block;
	}
	.popup-contents .p_btn:hover,
	.popup-contents .p_btn:focus {
	    opacity: 1;
	}
	.smt-close {
		display: block;
		width: 36px;
		height: 45px;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		z-index: 2000;
		background-image: url(../img/p_close.png);
		background-repeat: no-repeat;
		background-size: contain;
		bottom: 20px;
		right: 0;
		left: 0;
	}
}
@media screen and (max-width: 470px) {
	.popup-contents {
		padding: 3%;
	}
	.smt-close {
		bottom: 3%;
	}
	.popup-contents h3 img {
	    width: 200px;
	    height: auto;
	}
	.popup-bg {
	    background-image: url(../img/sp_cast.png);
	    background-repeat: no-repeat;
	    background-position: center 50px;
	    background-size: 200px auto;
	}
	.popup-contents dl {
	    margin: 140px 0 0;
	}
}
@media screen and (max-width: 340px) {
	.popup-contents h3 img {
	    width: 180px;
	    height: auto;
	}
	.popup-bg {
	    background-image: url(../img/sp_cast.png);
	    background-repeat: no-repeat;
	    background-position: center 40px;
	    background-size: 190px auto;
	}
	.popup-contents dl {
	    margin: 120px 0 0;
	}
}




