@charset "utf-8";

/*==============================================================================
 * common
 *----------------------------------------------------------------------------*/

html {
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
	font-size: 62.5%;
    line-height: 170%;
}

body {
    color: #060C19;
}

strong {
	font-weight:bold;
	font-size:130%;
}

.bold {
	font-weight:bold;
}

p.center strong {
	padding:0 8px;
}

strong.special {
	color:#FFF;
	background:#cb6189;
	border-bottom:none;
}

a:link {
	color: #2B4AD3;
}

a:visited {
	color: #D77DA4;
}

a:link:hover,
a[href]:hover {
    color: #E65086;
    text-decoration:underline;
}

a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

.iframe_wrap {
    text-align: center;
    margin: 5px 0 0;
}

p {
	font-size:2.0em;
	line-height: 150%;
}

p.l {
	font-size:2.5em;
}

p.xl {
	font-size:3.5em;
	font-weight:bold;
}

p.img_right {
    float: right;
    padding-left: 50px;
    padding-bottom: 0px;
}

p.img_left {
    float: left;
    padding-right: 50px;
    padding-bottom: 0px;
}

.mini_s {
	font-size:80%;
	line-height:155%;
}

.mini {
	font-size:80%;
}

.line {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE488));
    background: -webkit-linear-gradient(transparent 60%, #FFE488 60%);
    background: -o-linear-gradient(transparent 60%, #FFE488 60%);
    background: linear-gradient(transparent 60%, #FFE488 60%);
}

.line_th {
    position: relative;
}
.line_th::after {
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 3px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
}

.blue {
	color: #9E6438;
}

.yellow {
	color:#F8EB85;
}

.bronze {
	color:#AC9024;
	font-weight: bold;
}

.red {
	color:#9E6438;
	font-weight:bold;
}

.center {
	text-align:center;
}

.mb {
	margin-bottom:20px;
}

.mb_l {
	margin-bottom:40px;
}

.mb_xl {
	margin-bottom:60px;
}


.box_right {
    float: right;
    padding-left: 50px;
    padding-bottom: 20px;
}

.box_left {
    float: left;
    padding-right: 50px;
    padding-bottom: 20px;
}

.ico {
	text-align:center;
}

table.basic p {
	font-size:100%;
}

table.lp {
    margin-bottom: 20px;
    border: 1px solid #B0980B;
    width: 100%;
	font-size: 100%;
    border-collapse: separate;
	border-spacing: 0;
    text-align: left;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	overflow: hidden;
}

table.lp th {
    padding: 20px;
    border-right: 1px solid #fff;
	border-bottom: 1px solid #B0980B;
    background-color: #F4DEB0;
	width:25%;
	font-size:2.2em;
	line-height: 170%;
	font-weight:bold;
	color:#111;
	vertical-align: top;
}

table.lp td {
    padding: 20px;
    border-bottom: 1px solid #B0980B;
	font-size:1.8em;
	line-height: 170%;
	background-color:#FFF;
}

table.lp td .mini {
	line-height: 130%;
}

iframe {
	max-width:100%;
}

img {
	max-width:100%;
	height:auto;
}

.clear {
	clear:both;
	padding-top:30px;
}


/*==============================================================================
 * style h
 *----------------------------------------------------------------------------*/

h1 img {
    margin: 0 auto;
}

h2 {
	font-size:3.7em;
	width:100%;
    padding-top: 65px;
	line-height: 120%;
	color:#65514B;
	margin-bottom: 50px;
}

.white h2 {
	font-size:3.0em;
	color:#9E6438;
	text-shadow: none;
	text-align:center;
    padding-top: 60px;
	margin-bottom: 45px;
	position: relative;
}

.white h2::before {
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	display: block;
	width: 300px;
	height: 2px;
	margin: 0 auto;
	content: "";
	background: #9E6438;
}

h3 {
	border-bottom:1px solid #CDB099;
}


/*==============================================================================
 * style layout
 *----------------------------------------------------------------------------*/

section {
	text-align:center;
	padding-bottom: 50px;
}

.navy {
    color: #fff;
	background-color: rgb(4,20,34);
	background: url(../img/bg_h.png) no-repeat center top, linear-gradient(0deg, rgba(4,20,34,1) 0%, rgba(6,31,54,1) 100%);
	background-size: contain;
	overflow: hidden;
}

.grain {
	background-color: rgb(236,235,231);
	background: url(../img/bg_grain.png) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	border-top: 1px solid #D9D8D6;
	border-bottom: 1px solid #D9D8D6;
}

.white {
	background-color: #fff;
	background: url(../img/bg_w.png) no-repeat center top;
	background-size: 100%;
	display: flow-root;
}

.top {
	padding-bottom: 0;
}

.wrapper {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
}

.grain .wrapper {
	background-color: rgba(255,255,255,0.9);
	padding:40px;
	overflow:hidden;
	box-shadow: 0px 0px 12px -5px #000;
	box-sizing: border-box;
}


footer {
    font-size: 1.4em;
    padding: 30px 0;
    border-top: #D9D9D9 1px solid;
    color: #888;
	width: 100%;
    clear: both;
    text-align: center;
	background-color:#FFF;
}

footer ul {
    margin-bottom: 15px;
}

footer ul li {
    display: inline-block;
    list-style: none;
}

footer ul li::after {
    content: "\FF5C";
}

footer ul li:last-child::after {
    content: "";
}

footer a:link, footer a:visited {
    color: #888;
    text-decoration: none;
}


/*==============================================================================
 * style section
 *----------------------------------------------------------------------------*/

section {
	box-sizing: border-box;
}

.infomation_box {
	width:85%;
	max-width:1000px;
	color:#FFF;
	margin: -105px auto 0;
	position: relative;
}

.infomation_box .info-wrapper {
	border:5px double #DAB65C;
	background: rgb(10,38,76);
	background: linear-gradient(180deg, rgba(10,38,76,1) 0%, rgba(20,70,139,1) 100%);
    padding: 30px 10px;
}

.infomation_box p {
    font-size: 1.9em;
}

.infomation_box strong {
    font-size: 170%;
	line-height: 120%;
}

.merit_box {
	overflow:hidden;
}

.merit_box img {
	margin-top:20px;
}

.merit_box .img_right {
    position: relative;
    margin-top: -50px;
}

.step_box {
    text-align: center;
	display: block;
}

.step_box p {
    text-align: left;
	display: inline-block;
}

.blue_back {
    background-color: #9E6438 !important;
    border-radius: 5px;
	padding: 0px 10px;
	color:#FFF;
}

form {
	text-align:center;
	margin: 30px 0;
}

input#cereal_mail {
	border: 1px solid #8d8d8d;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:80%;
	font-size:2.0em;
	display: block;
    margin: 0 auto;
	padding: 5px;
    box-sizing: border-box;
}

input:focus {
	outline: #9E6438 solid 2px;
	border: none;
}

input[type='submit'] {
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
	background:#B81D2F;
	border:none;
	color:#FFF;
	font-weight:bold;
	font-size: 2.5em;
	padding: 5px 15px;
	margin-top: 20px;
}

input[type='submit']:hover {
	background:#AC9024;
}



.pc {
	display:block;
}

.sp {
	display:none;
}

.sp600 {
	display:none;
}


/*==============================================================================
 * tab sp
 *----------------------------------------------------------------------------*/


@media screen and (max-width: 1000px) {	
			
	h1 {
	}
	
	.navy h2,
	.grain h2 {
		margin-bottom: 40px;
		padding-top: 50px;
	}
	
	h2,
	.white h2 {
		font-size: 2.7em;
	}
	
	.white h2 {
		padding-top: 40px;
	}
	
	h3 {
		text-align: center;
	}
	
	p {
		font-size:1.9em;
	}
	
	.infomation_box p {
		font-size:1.7em;
	}
	
	p.l {
		font-size:2.3em;
	}
	
	p.xl {
		font-size:2.9em;
	}
	
	p.img_right,
	p.img_left,
	.box_right,
	.box_left {
		width:100%;
		float:inherit;
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
		text-align: center;
		margin-bottom:20px;
	}
	
	.ico img {
		max-width:15% !important;
	}
	
	.mb_xl {
		margin-bottom: 50px;
	}
	
	.infomation_box .info-wrapper {
		padding: 20px 10px;
	}
	
	.infomation_box {
		width:90%;
		margin: -80px auto 0;
	}
	
	.infomation_box img {
		max-width:30%;
	}
	
	section .wrapper,
	.grain .wrapper {
		padding-left:3%;
		padding-right:3%;
		box-sizing: border-box;
		
	}
	
	.grain .wrapper {
		padding-top:30px;
		padding-right:30px;
	}
	
	.merit_box .ico {
		margin-bottom: 20px;
	}

	.merit_box .img_right {
		position: relative;
		margin-top: 0;
	}
	
	footer {
		font-size: 1.2em;
		padding: 0 0 20px 0;
		min-width:inherit;
	}
	
	footer ul li {
	  display: inherit;
	  list-style: none;
	  border-bottom: 1px solid #D9D9D9;
	  padding: 10px 0;
	}
	
	footer ul li:first-child::after {
		content: none;
	}
	
	.pc {
		display:none;
	}
	
	.sp {
		display:block;
	}
		
	.mini {
		font-size: 90%;
	}
	
	.wide img {
		max-width:80%;
	}
	
	.merit_box img {
		margin-top:0px;
	}	
	
			
}


@media screen and (max-width: 600px) {	

	.navy h2,
	.grain h2 {
		padding-top: 40px;
		margin-bottom: 30px;
	}
	
	h2,
	.white h2 {
		font-size: 2.2em;
	}
	
	.white h2 {
		padding-top: 40px;
	}
	
	.white h2::before {
		width: 150px;
	}
	
	p {
		font-size:1.5em;
	}
	
	.infomation_box p {
		font-size:1.25em;
	}
	
	p.l {
		font-size:1.9em;
	}
	
	p.xl {
		font-size:2.4em;
	}
	
	.mb_xl {
		margin-bottom: 40px;
	}
	
	.infomation_box {
		margin: -65px auto 0;
	}
	
	.infomation_box img {
		max-width: 50%;
	}
	
	.wrapper img {
		max-width: 75%;
	}
	
	header .sp {
		display:none;
	}
	
	.navy {
		background-size: 170%;
	}
	
	.sp600 {
		display:block;
	}
	
	.navy {
		overflow: 130%;
	}
	
	.mb_l {
		margin-bottom: 30px;
	}
		
}


@media screen and (min-width: 1000px) {	

	h3,
	.merit_box .right_area {
		width:710px;
		float:right;
	}
}