@charset "utf-8";
.sd{ display: none;}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
}
.wrapper {
	width: 100%;
}
.container{
	width: 1000px;
	margin: 0 auto;
}
.main_area {
	margin: 0 0 40px;
}
/*---------------------------------------------------------------------

headline

---------------------------------------------------------------------*/
h1 {
	/*float: right;*/
	margin: 10px 0 0;
	/*font-size: 1.6rem;*/
	font-weight: bold;
}
h2.headline01 {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	border-left: solid 4px #CF0003;
}
h3.headline01 {
	margin: 0 0 30px;
	padding: 0 0 5px;
	font-size: 1.6rem;
	border-bottom: solid 1px #000;
}
/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	margin: 0 0 20px;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.header_inner {
	width: 1000px;
	margin: 0 auto 0;	
}
.header_inner .logo_area {
	float: left;
}
.header_inner .titr {
	float: right;
}
/*---------------------------------------------------------------------

movie

---------------------------------------------------------------------*/
.movie_area {
	position: relative;
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
}
.movie_area iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/*------------------------------------------------------------------------

SNSボタン

------------------------------------------------------------------------*/
.sns_btn {
	box-sizing: border-box;
	position: fixed;
	right: 0;
	bottom: 50px;
	width: 50px;
	padding: 3px 4px 0 0;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 #7D7D7D;
	box-shadow: 0 0 10px 0 #7D7D7D;
}
.ninja_onebutton_output > div {
	padding: 0 !important;
	margin: 0 0 3px!important;
}
.sns_btn_spn {
	 display: none;
}
/*------------------------------------------------------------------------

ディスクレーマ―

------------------------------------------------------------------------*/
.flash_area {
	margin: 0 0 20px;
	padding: 15px;
	border: solid 1px #ccc;
}
.disclaimer {
	margin: 0 0 10px;
	font-size: 1.2rem;
}
.disclaimer li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style: disc inside;
}
.copyms {
	padding: 10px 0;
	text-align: center;
	border-top: 2px solid #0058a2;
}
/*---------------------------------------------------------------------

qa.html

---------------------------------------------------------------------*/
.qa_area h1 {
	margin: 20px 0;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.qa_area h2 {
	margin: 0 0 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.qa_area section {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px #aaa;
}
.qa_area section:last-child {
	border: none;
}
.qa_area section dl dt {
    position: relative;
    margin: 0 0 10px;
    padding: 4px 0 6px 40px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #03357b;
}
.qa_area section dl dt::before {
    position: absolute;
    padding: 8px 10px;
    content: "Q";
    left: 0;
    top: 0;
    color: #fff;
    line-height: 1.0em;
    border-radius: 100px;
    background: #03357b;

}
.qa_area section dl dd {
    position: relative;
    padding: 6px 0 6px 40px;
}
.qa_area section dl dd::before {
    position: absolute;
    padding: 8px 10px;
    content: "A";
    left: 0;
    top: 0;
    color: #03357b;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.0em;
    border: solid 1px #03357b;
    border-radius: 100px;
    background: #fff;
}
.qa_table tr th,
.qa_table tr td {
	padding: 5px;
	border: solid 1px #aaa;
}
h2.headline02 {
    margin: 0 0 20px;
    padding: 5px;
    font-weight: bold;
    background: #ddd;
    border-left: solid 4px #aaa;
}
div.contact_area {
    text-align: center;
	margin-bottom: 20px;
}
/*div.contact_area p.tel {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.0;
}*/
p.mail {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	word-break: break-all;
}
p.mail::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background-image: url(../img/icon_mail.png);
	background-size: contain;
	vertical-align: middle;
}
p.mail a {
	color: #222 !important;
}
p.tel {
	margin: 0 0 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.0;
}
p.tel::before {
	content:'';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -5px 5px 0 0;
	background-image: url(../img/icon_tel.png);
	background-size: contain;
	vertical-align: middle;
}
p.tel span {
	font-weight: normal;
	font-size: 1.2rem;
}
p.name {
	font-size: 1.4rem;
}
/*------------------------------------------------------------------------

追加

------------------------------------------------------------------------*/
.notice {
	margin: 5px 0 0 0;
	font-weight: bold;
}
.date {
	font-size: 1.2em;
	font-weight: bold;
}
.button {
    text-align: center;
    width: 300px;
    margin: 30px auto;
}
.btn-square {
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
    display: inline-block;
    padding: 15px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
	background: #668ad8;
}
.btn-square:hover {
    background: #8fb1fb;
    color: white;
}
.qa {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
