@charset "utf-8";

/* PC・SP：popup.css
 * **************************************************
 * Body
 * Header
 * Content
 * **************************************************
 */

 /* Body
------------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	color: #333333;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3em;
	height: 100%;
	line-height: 1.6;
	min-width: 320px;
}

.popup .inner {
	margin: 0 auto;
	max-width: 1000px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.popup .inner {
	     margin: 0 1.9%;
	}
}


/* Header
------------------------------------------------------------------ */
.popup #header {
	border-top: 6px solid #f58f2f;
	height: 106px;
}

/* Logo */
.popup #header .logo {
	position: relative;
    top: 25px;
	left: -1%;
	width: auto;
}
.popup #header .logo img {
    height: 48px;
	width: auto;
}


/* Content
------------------------------------------------------------------ */
.popup #content {
	height: 100%;
}

/* categoryVisual */
.popup #content .categoryVisual {
    display: table;
    height: 20em;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.popup #content .categoryVisual:before {
    background: rgba(0,0,0,0.6);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.popup #content .categoryVisual img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: top;
    width: auto;
}
.popup #content .categoryVisual h1 {
    color: #ffffff;
    display: table-cell;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}

.popup #content .main {
	background: #fcf2e8;
	min-height: calc(100% - 20em);
	padding: 4.3em 0 4.8em;
}
.popup #content .main .inner {
	background: #ffffff;
	border-radius: 5px;
	padding: 4.6em 6%;
}

/* heading */
.popup #content h1 {
}
.popup #content h2 {
	font-size: 2.0rem;
	margin: 0.92em 0 0 0;
}

/* text */
.popup #content p.date {
	font-size: 1.3rem;
}

/* popBody */
.popup #content .popBody {
	border-top: 1px solid #f58f2f;
	margin: 2.3em 0 0 0;
	padding: 2.3em 0 0 0;
}
.popup #content .popBody p {
	font-size: 1.4rem;
	line-height: 1.7;
}
.popup #content .popBody ul {
	list-style: none;
	margin: 1.5em 0 0 0;
}
.popup #content .popBody img {
	height: auto;
	max-width: 100%;
}


/*
 * ======================================
 * SP
 * ======================================
 */
@media screen and (max-width: 767px) {

/*  Header
------------------------------------------------------------------- */
.popup #header {
	border-top: 5px solid #f58f2f;
	height: 60px;
}
.popup #header .inner {
	padding: 0 5%;
	width: auto;
}

/* Logo */
.popup #header .logo {
	top: 15px;
	left: -1.5%;
}
.popup #header .logo img {
	height: 28px;
}


/* Content
------------------------------------------------------------------ */


/* categoryVisual */
.popup #content .categoryVisual {
    height: 10em;
}
.popup #content .categoryVisual h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 0 5%;
}

.popup #content .main {
	background: #ffffff;
	min-height: initial;
	padding: 2.6em 0;
}
.popup #content .main .inner {
	padding: 0 5%;
	width: auto;
}

/* popBody */
.popup #content .popBody {
	margin: 1.3em 0 0 0;
	padding: 1.3em 0 0 0;
}

}
