@charset "UTF-8";
/*======================

  共通PC

========================*/
/*---リセット---*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
	color: #000;
	background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	padding: 0; 
	margin: 0;
}

table {
	border-spacing: 0; 
	border-collapse: collapse;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: "";
}

abbr, acronym {
	font-variant: normal; 
	border: 0;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;

	*font-size: 100%;
}

img {
	vertical-align: bottom;
}

legend {
	color: #000;
}

#yui3-css-stamp.cssreset {
	display: none;
}

/*---clearfix---*/
.clearfix:after {
	display: block;
	height: 0;
	clear: both; 
	font-size: 0;
	visibility: hidden;
	content: " ";
}

* html .clearfix {
	zoom: 1;
}

*:first-child + html .clearfix {
	zoom: 1;
}

/*========================*/
body {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.inner {
	width: 980px;
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 100; 

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 200; 

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 300; 

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: 400; 

	src: local("Yu Gothic Medium");
}

@font-face {
	font-family: "Yu Gothic";
	font-weight: bold; 

	src: local("Yu Gothic Bold");
}

/* フォントパターン1
body {
  font: 300 14px/1.76 "Noto Sans Japanese", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#333;
}
*/
body {
	font: 300 14px/1.76 "Cabin","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

/*
　ヘッダー
==========================*/
header .inner {
	background: -moz-linear-gradient(to bottom, #f3fbff, #dfeffb 60%, #d3e5f6);
	background: -webkit-linear-gradient(to bottom, #f3fbff, #dfeffb 60%, #d3e5f6);
	background: linear-gradient(to bottom, #f3fbff, #dfeffb 60%, #d3e5f6);
	border-top: 5px solid #005bac;
}

header .logo {
	padding: 25px 0 0; 
	text-align: center;
}

header .copy {
	padding: 27px 0 30px; 
	text-align: center;
}

/*
　コンテンツ
==========================*/
/*ページトップ*/
.gotop {
	width: 960px;
	padding: 15px 0 40px;
	margin: 0 auto; 
	text-align: right;
}
.gotop a {
	color: #0068b6;
	text-decoration: none;
	transition: all .16s ease-out;
}
.gotop a:hover {
	opacity: .6;
}

/*ボタンエリア*/
.entry_btn {
	text-align: center;
}
.entry_btn a {
	display: inline-block;
	width: 398px;
	height: 84px;
	background: #fff;
	border-radius: 10px;
}
.entry_btn a:hover img {
	opacity: .7;
}
.entry_btn a img {
	transition: all .16s ease-out;
}

.more_btn {
	float: right;
}
.more_btn a {
	position: relative;
	display: block;
	width: 10em;
	padding: 12px 28px 12px 14px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em; 
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #d70145;
	border-bottom: 4px solid #b00138;
	border-radius: 50px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.more_btn a:hover {
	margin-top: 2px;
	background: rgba(215, 0, 69, .85); 
	border-bottom: 2px solid rgba(215, 0, 69, .85);
}
.more_btn a:before, .more_btn a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	width: 9px;
	height: 2px;
	margin-top: -1px;
	content: "";
	background: #fff;
	-webkit-transform-origin: 8px 50%;
	transform-origin: 8px 50%; 

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.more_btn a:before {
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.more_btn a:after {
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

_:-ms-input-placeholder, :root .more_btn a {
	padding: 17px 28px 12px 14px;
}

.form_btn {
	margin: 20px 0 35px; 
	text-align: center;
}
.form_btn a img {
	transition: all .16s ease-out;
}
.form_btn:hover img {
	opacity: .7;
}

/*
　フッター
==========================*/
footer .inner {
	box-sizing: border-box; 
	padding: 35px 55px;
	background: #342a1e;
}

footer p {
	font-family: "Cabin","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; 
	font-size: 12px;
	font-weight: 100;
	color: #ebebeb;
	letter-spacing: .03em;
}