/*
Theme Name:XXX-Template 01
Author:Takao Honda
Author URI:http://orechostudio.com
Version:1.5
*/

@charset "utf-8";
/* -------------------------------------------------------------------
html5reset
------------------------------------------------------------------- */
@import "html5reset.css";
/* -------------------------------------------------------------------
web font　※使用する場合はresetより上に配置しないと機能しない！
------------------------------------------------------------------- */
/* google web fontのサイトでfontを選んでコードを作成。一つづコード化した方が分かりやすい */
@import url(http://fonts.googleapis.com/css?family=Parisienne);
@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400);

.wf1 {
	font-size: 24px;
	font-family: 'Parisienne', cursive;
}

.wf2 {
	font-size: 24px;
	font-family: 'Monda', sans-serif;
}

.wf2w700 {
	font-size: 24px;
	font-family: 'Monda', sans-serif;
	font-weight: 700;
}

.wf3w100 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}

.wf3w300 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.wf3w400 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* -------------------------------------------------------------------
reset
------------------------------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form,
a {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

hr {
	border: 0;
}

ol,
ul,
li {
	list-style: none;
}

img {
	border: none;
}

textarea {
	font-size: 100%;
}

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

/* -------------------------------------------------------------------
+base
------------------------------------------------------------------- */
/* clear */
.clear {
	zoom: 1;
}

.clear:before,
.clear:after {
	display: table;
	content: "";
}

.clear:after {
	clear: both;
}

/* layout */
.mb5 {
	margin-bottom: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.ar {
	display: block;
	text-align: right;
}

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

.ac2 {
	display: block;
	width: 50%;
	margin: 0 auto;
}

.al {
	display: block;
	text-align: left;
}

.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

/* font */
.fn {
	font-weight: normal;
}

.fb {
	font-weight: bold;
}

.fi {
	font-style: italic;
}

.fu {
	text-decoration: underline;
}

/* font-vertical */
.vt {
	display: table-cell;
	vertical-align: top;
}

.vm {
	display: table-cell;
	vertical-align: middle;
}

.vb {
	display: table-cell;
	vertical-align: bottom;
}

/* font-shadow */
.fs1 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* black10% */
.fs2 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* black20% */
.fs3 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* black30% */
.fs4 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* black40% */
.fs5 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* black50% */
/* font-size */
html {
	font-size: 62.5%;
}

/* 1em=10px */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 160%;
	font-weight: normal;
}

.f20 {
	font-size: 20px;
	font-size: 2.0rem;
}

.f18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.f17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.f16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.f15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.f14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.f13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.f12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.f11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.f10 {
	font-size: 10px;
	font-size: 1.0rem;
}

.large {
	font-size: 150%;
	line-height: 3;
}

/* -------------------------------------------------------------------
font
------------------------------------------------------------------- */
/* type */
/* body {font-family:'Hiragino Kaku Mincho ProN', 'ヒラギノ明朝 ProN W3', MS PMincho, ＭＳ Ｐ明朝, sans-serif;} */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* font-color */
body {
	color: #444444;
}

.fc1 {
	color: #FF0000;
}

.fc2 {
	color: #FF8C00;
}

/* link-color */
a:focus {
	outline: thin dotted;
}

a {
	outline: none;
	color: #1A3C9C;
}

a:hover {
	color: #768AC4;
}

a.stay {
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* font-size */
h1 {
	font-size: 20px;
	font-size: 2.0rem;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

h4 {
	font-size: 15px;
	font-size: 1.5rem;
}

h5,
h6,
p {
	font-size: 14px;
	font-size: 1.4rem;
}

input,
select {
	vertical-align: middle;
}

th,
td,
li,
select,
input,
label,
dt,
dd,
time,
li {
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 160%;
}

/* add text */
.new01:after {
	content: "NEW";
	padding: 0 0 0 15px;
	color: #FF0000;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	vertical-align: middle;
	line-height: 2.0rem;
}

/* -------------------------------------------------------------------
flame
------------------------------------------------------------------- */
/* fit */
/* hd&ft bg可変 コンテンツ少なくてもftがブラウザ最下部表示 */
html,
body {
	height: 100%;
}

*html body {
	text-align: center;
}

/* IE6 */
#wrap {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

header,
#gn,
#ct,
footer {
	width: 100%;
	margin: 0 auto;
}

footer {
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -50%;
	overflow: auto;
	bottom: 0;
}

/* 1/2width */
/* -------------------------------------------------------------------
wrap
------------------------------------------------------------------- */
body {
	border-top: 10px solid #1A3C9C;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#wrap {}

.w_size {
	width: 980px;
	margin: 0 auto;
}

/* header, footer, gn, ct */
/* -------------------------------------------------------------------
hd
------------------------------------------------------------------- */
header {
	border-bottom: 1px solid #1A3C9C;
	margin-bottom: 40px;
	padding: 30px 0 10px;
}

hgroup {
	float: left;
}

/* Logo */
hgroup h1 {
	background: url(../img/logo.jpg) no-repeat left center;
	text-indent: -99999px;
	height: 150px;
	display: block;
}

hgroup h1 a {
	width: 722px;
	height: 100%;
	margin: 0;
	display: block;
}

/* navi */
header #nav01 {
	float: right;
}

header #nav01 ul li {
	float: left;
}

header #nav01 ul li a {}

header #nav01 .btn01 a {
	width: 111px;
	height: 26px;
	background: url(../img/btn-twitter.jpg) no-repeat;
	text-indent: -99999px;
	display: block;
	margin-right: 30px;
}

header #nav01 .btn01 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-right: 30px;
}

header #nav01 .btn02 a {
	width: 111px;
	height: 26px;
	background: url(../img/btn-facebook.jpg) no-repeat;
	text-indent: -99999px;
	display: block;
}

header #nav01 .btn02 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* -------------------------------------------------------------------
ft
------------------------------------------------------------------- */
footer {
	padding-top: 40px;
	height: 60px;
	background-color: #f9f9f9;
	border-top: 1px solid #ededed;
	color: #777777;
}

footer p {
	text-align: center;
}

/* -------------------------------------------------------------------
contents
------------------------------------------------------------------- */
#ct {
	padding-bottom: 100px;
}

/* footer height */
/* Photo Slider */
#p-top {
	height: 450px;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------
contents more
------------------------------------------------------------------- */
/* breadcrumb navigation */
#breadcrumb {
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}

#breadcrumb li {
	display: inline;
}

.title01 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #1A3C9C;
	margin-bottom: 24px;
	border-bottom: 1px dotted #ededed;
}

.box01 {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ededed;
}

.box01fb {
	padding-bottom: 30px;
	margin-bottom: 20px;
	width: 500px;
	margin: 0 auto;
	border-bottom: 1px dotted #ededed;
}

/* -------------------------------------------------------------------
btn
------------------------------------------------------------------- */
.btn-x01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 4px 7px;
	margin-bottom: 48px;
	text-decoration: none;
	color: #FFF;
	background: #1A3C9C;
}

.btn-x02 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 10px 20px;
	margin: 0 auto;
	text-decoration: none;
	color: #FFF;
	background: #1A3C9C;
	border-radius: 10px;
	width: 55%;
}

.btn-x01 a:hover,
.btn-x02 a:hover,
.btn:hover,
input.btn:hover {
	color: #FFF;
	background: #768AC4;
}

/* -------------------------------------------------------------------
Facebook Twitter
------------------------------------------------------------------- */
.sns-nav ul.social-nav {
	text-align: center;
}

.sns-nav ul.social-nav li {
	background-color: inherit;
	margin-top: 0;
	width: inherit;
	display: inline-block;
	vertical-align: bottom;
	vertical-align: -webkit-baseline-middle;
}

.sns-nav ul.social-nav li a {
	font-size: 3rem;
	padding: 1.5rem 1.75rem;
	text-decoration: none;
}

.sns-nav.header-sns ul.social-nav {
	text-align: right;
	margin-top: 0;
	margin-bottom: 0;
}

.sns-nav.header-sns ul.social-nav li {
	margin-bottom: 1.5rem;
}

.sns-nav.header-sns ul.social-nav li a {
	font-size: 2.4rem;
	padding: 1.5rem 1.75rem;
	text-decoration: none;
}

/* --------------------------------------------------------
form
------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
	box-sizing: border-box;
	border: 2px solid #cbcbcb;
	border-radius: 6px;
	background: #fbfbfb;
	padding: 1rem;
	width: 100%;
	font-size: 1.6rem;
}

/* form focus */
input:focus,
textarea:focus,
select:focus {
	outline: none;
	background: #f2f2f2;
}

/* submit →デザインはbtnで設定 */
input[type=submit],
input[type=button] {
	text-align: center;
	cursor: pointer;
	border: none;
	text-decoration: none;
	-webkit-appearance: none;
	width: 100%;
}

/* form sample text */
input::-webkit-input-placeholder {
	color: #bcbcbc;
}

input::-ms-input-placeholder {
	color: #bcbcbc;
}

input::-moz-placeholder {
	color: #bcbcbc;
}

input::-moz-placeholder {
	color: #bcbcbc;
}

textarea::-webkit-input-placeholder {
	color: #bcbcbc;
}

textarea::-ms-input-placeholder {
	color: #bcbcbc;
}

textarea::-moz-placeholder {
	color: #bcbcbc;
}

textarea::-moz-placeholder {
	color: #bcbcbc;
}

/* form layout */
.sec_form form {
	width: 80%;
	max-width: 880px;
	margin: 0 auto;
}

.sec_form form dl {
	width: 100%;
	margin: 0 auto;
}

.sec_form form dt,
.sec_form form dd {
	margin-bottom: 1rem;
	float: none;
	width: 100%;
}

.sec_form form dd:after {
	content: '';
	display: block;
	clear: both;
	margin-bottom: 2.5rem;
	width: 100%;
	margin-left: 0;
}

.sec_form form dt {
	font-size: 1.6rem;
	text-align: left;
}

.sec_form form dt span {
	font-size: 80%;
	color: #b63c3c;
}

.sec_form form span.note {
	color: #b63c3c;
	font-size: 1.2rem;
	display: block;
	text-align: right;
	margin: 0 0 1rem 0;
}

.sec_form form label {
	padding-left: 1rem;
	padding-right: 1rem;
}

.kakunin table {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.kakunin p {
	margin-top: 4rem;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 6rem;
	text-align: center;
}

.kakunin p.error_messe {
	margin-bottom: 2rem;
	color: #b63c3c;

}

.kakunin .btn01 {
	width: 41%;
	margin-left: 5%;
	margin-bottom: 3rem;
	float: left;
}

.kakunin .btn02 {
	width: 41%;
	margin-right: 5%;
	margin-bottom: 3rem;
	float: right;
}

.kakunin table th,
.kakunin table td {
	width: 100%;
}

.kakunin .btn01 input.btn,
.kakunin .btn02 input.btn {
	width: 100%;
}

/* --------------------------------------------------------
btn
-------------------------------------------------------- */
.btn,
input.btn {
	background: #1A3C9C;
	color: #FFFFFF;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 2rem;
	border-radius: 6px;
	display: block;
	border: none;
	text-decoration: none;
	-webkit-appearance: none;
	text-align: center;
	cursor: pointer;
	line-height: 1;
}

.btn,
input.btn {
	width: 40%;
	margin: 0 auto 3rem;
}

/* --------------------------------------------------------
table
-------------------------------------------------------- */
/* セルの縦積み */
table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-bottom: solid 1px #D4D4D4;
}

tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

td,
th {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 1.5rem;
	border: solid 1px #D4D4D4;
	font-size: 1.6rem;
	line-height: 130%;
	text-align: left;
	vertical-align: middle;
	border-bottom: none;
}

th {
	background-color: #efefef;
	font-weight: bold;
}

td {
	background-color: #fff;
}

table td input[type="text"],
table td input[type="password"],
table td input[type="email"],
table td input[type="tel"],
table td textarea,
table select {
	width: 100%;
	max-width: 100%;
	padding: 0.7rem;
}

th.tabletitle {
	width: 100% !important;
	background-color: #e5e5e5;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2rem;
}

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

	html,
	body {
		height: none !important;
		height: none;
		min-height: none;
	}

	.w_size {
		width: 90%;
	}

	/* header, footer, gn, ct */
	/* hd */
	header {
		padding: 30px 0 25px 0;
	}

	hgroup {
		width: 100%;
		margin-bottom: 20px;
	}

	/* LRdropbox */
	header #nav01 {
		width: 100%;
		float: right;
	}

	/* ft */
	footer {
		padding: 30px 0 25px 0;
	}

	/* logo-img */
	hgroup h1 {
		background: url(../img/logo-s.jpg) no-repeat center center;
		background-size: contain;
		padding: 0 20px;
		height: 180px;
	}

	hgroup h1 a {
		width: 50%;
		margin: 0 25%;
	}

	/* form */
	.sec_form form {
		width: 95%;
		max-width: inherit;
		margin: 0 auto;
	}

	.btn,
	input.btn {
		width: 80%;
		margin: 0 auto 3rem;
	}

.btn-x02 a {
	width: 77%;
}

}