@charset "utf-8";

/*________________________________________________

	name:			common.css
	create Date:	2015-08-06
	lastmodified:	****-**-**
________________________________________________*/

/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* ColorScheme====================================
	MainColor	=>	#c30023
	SubColor	=>	#333333
	BgColor		=>	#ffffff
	TextColor	=>	#333333
================================================*/

/*--------------------------------------------------------------
reset
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}
html {
	height: 100%;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin: 0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
pre, var, code, kbd, samp ,tt {
	font-family: monospace;
}
fieldset {
	border: none;
}
img {
	border: none;
	vertical-align: middle;
	line-hegiht: 0;
}
ul,ol,li {
	list-style-type: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
a,
input[type="submit"] {
	cursor: pointer;
	}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix { zoom:1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------
  link
--------------------------------------------------------------*/
a {
	color: #0063C8;
	text-decoration: underline;
}
a:hover {
	color: #0164AC;
	text-decoration: underline;
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightfloat {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.admissionpolicyicon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	height: 30px;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox {
	display: inline;
	float: left;
	max-width: 50%;
	width: 310px;
	margin: 0;
}
.rightBox {
	display: inline;
	float: right;
	max-width: 50%;
	width: 310px;
	margin: 0;
}
/* clearfix */
.leftBox, .rightBox { zoom:1; }
.leftBox:after, .rightBox:after {
	content: "";
	display: block;
	clear: both;}
#program .leftBox img,
#program .rightBox img {
	width: 310px;
}
.leftBox h3,
.rightBox h3 {
	width: 310px;
}

/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #F00;
}
img.hissu {
	margin-right: 10px;
	vertical-align: middle;
}
th .hissu {
	display: inline;
	float: right;
	text-align: right;
	margin-left: 10px;
}
/* error　必須文字・赤色文字 */
.error,
.error-message {
	color: #F00;
}
input.error,
textarea.error {
	border: 1px #F00 solid;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
	display: list-item;
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------------------------------------------------------四角のリスト*/
ul.square {
	display: block;
}
.square li {
	display: block;
	padding-left: 1em;
	text-indent: 0;
	background: url(../img/common/ico_square.jpg) left 0.4em no-repeat;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;

}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	display: list-item;
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	display: list-item;
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	display: list-item;
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
/*--------------------------------------------------------------スクロール*/
.scroll {
	overflow: auto;
	overflow: scroll; /* ie6対策 */
	overflow-y: scroll; /* ie6対策 */
	overflow-x: hidden; /* ie6対策 */
}



/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}

/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
#header {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: #6c9bd2 8px solid;
}
#headerInner {
	display: block;
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}
/*clearfix*/
#headerInner { zoom:1; }
#headerInner:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------logo*/
#logo {
	display: inline;
	float: left;
	margin: 0 auto 0 0;
}
#logo a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*--------------------------------------------------------------topbtn*/
.topbtn {
	display: inline-block;
	float: right;
	margin: 15px 0 0 0;
}
/* .topbtn img {
	margin: 0 20px;
} */
.topbtn a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  margin: 0 10px;
  font-family: 'Kosugi Maru',
  sans-serif;
  /* font-size: 14px; */
}
.topbtn a:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
}
/*--------------------------------------------------------------.pagejump*/
.pagejump {
	display: inline;
	float: left;
	margin: 0;
}
.pagejump a {
	display: block;
	text-indent: -99999px;
}
/*--------------------------------------------------------------display: none*/
#pagejump {
	display: none;
}
/*--------------------------------------------------------------mmenu*/
.mm-label a.button,
.mm-label span.button,
.mm-label select,
.mm-label input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
}
.mm-label a.button,
.mm-label span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu) {
	display: none;
}
.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0;
}
.header a
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/common/menu.jpg) right top no-repeat;
	text-align: right;
}
.content
{
	padding: 150px 50px 50px 50px;
}.header.mm-fixed-top + .content {
	background-position: 25px 55px;
}
html.mm-opened.mm-zoom-menu body {
	 background: #333;
}
html.mm-opened.mm-zoom-menu .mm-page {
	background-color: #fff;
}
/*--------------------------------------------------------------menu*/
.menu a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/common/menu.jpg) right top no-repeat;
	text-align: right;
}


/*--------------------------------------------------------------
#footer	フッター部分（全ページ共通）
--------------------------------------------------------------*/
#footer {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #ffffff;
}
/*--------------------------------------------------------------.footerInnner*/
.footerInnner {
	display: block;
	clear: both;
	width: 980px;
	margin: 0 auto 10px auto;
	padding: 0;
	vertical-align: middle;
}
/* clearfix */
.footerInnner { zoom:1; }
.footerInnner:after {
	content: "";
	display: block;
	clear: both;}
.footerInnner .telbox,
.footerInnner .faxbox {
	display: inline;
	margin-left: 20px;
	white-space: nowrap;
}
.footerlogo {
	display: inline-block;
	float: left;
}
.footerlogo img {
	margin-right: 10px;
}
.footerInnner p {
	display: inline-block;
	clear: left;
	margin-top: 30px;
	width: 580px;
	font-size: 90%;
	text-align: left;
}
.ftlogo {
	margin-top: -10px;
}
.footerlogo_sp {
	display: none;
}
/*--------------------------------------------------------------#pagetop　ページトップ*/
#pagetop {
	position: fixed;
	bottom: 120px;
	right: 0;
}
#pagetop a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------#copy*/
#copy {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	color: #333333;
	text-align: center;
}

/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
.topimg {
	display: block;
	clear: both;
	width: 100%;
	height: 218px;
	padding: 25px 0 0 0;
	background: url(../img/index/bg_top.jpg) no-repeat;
	background-size: 100% 243px;
	-webkit-background-size: 100% 243px;
	text-align: center;
}
.topimg .toptitle {
	display: block;
	clear: both;
	width: 980px;
	height: 218px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/index/img_topmaru.png) right bottom no-repeat;
	background-size: 185px auto;
	-webkit-background-size: 185px auto;
}
.topimg .toptitle_sp,
.yoyaku_sp {
	display: none;
}
.yoyakubox {
	margin-top: 30px;
	margin-left: 160px;
	width: 568px;
	height: 54px;
	background: #feebbe;
	text-align: left;
}
.yoyakubox .toptel {
	display: inline-block;
	clear:right;
	float: left;
}
.yoyakubox .topmail {
	display: inline-block;
	clear:left;
	width: 172px;
	height: 36px;
	padding: 8px 13px 10px 15px;
	color: #f0844a;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
.yoyakubox .topmail a {
	text-decoration: none;
}
.yoyakubox .topmail p {
	margin-top: 5px;
	color: #ffffff;
	background: #f0844a;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
}
.yoyakubox .topmail a:hover p {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------.okbox*/
.okbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	text-align: center;
	background: #6c9bd2;
}
.okbox .oklist {
	display: inline-block;
	clear: right;
	color:#ffffff;
	width: 220px;
	margin-right: 34px;
	margin-bottom: 20px;
	vertical-align: top;
}
.okbox .oklist_4 {
	display: inline-block;
	clear: right;
	color:#ffffff;
	width: 200px;
	vertical-align: top;
}
.okbox .oklist p,
.okbox .oklist_4 p {
	margin-top: 10px;
}
img.okbus{
	margin-top: 70px;
}
img.okbus_sp,
.bus_sp{
	display: none;
}

/*--------------------------------------------------------------.fbbox*/
.fbbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
	background: #BAD0EB;
}
.fb-page {
	display: block;
	clear: both;
	width: 500px;
	height: 400px;
}
.fbsp {
	display: none;
}

/*--------------------------------------------------------------.lineupbox*/
.lineupbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: center;
	background: #fabe00;
}
.lineupbox .bus {
	display: block;
	clear: both;
	height: 220px;
	margin: 10px 0 15px 0;
	background: #ffffff;
	border-radius: 30px;         /* CSS3 */
	-moz-border-radius: 30px;    /* Firefox */
	-webkit-border-radius: 30px; /* Safari,Chrome */
}
.bus .busimg {
	display: inline-block;
	clear: right;
	margin-right: 10px;
	float: left;
}
.bus .bustext {
	margin: 20px 0 11px 0;
}
.bus p {
	display: inline-block;
	clear: left;
	width: 630px;
	font-weight: bold;
}

/*--------------------------------------------------------------.faqbox*/
.faqbox {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: center;
	background: #8fc31f;
}
.faqbox .faqlink {
	display: block;
	clear: both;
	margin-bottom: 15px;
}
.faqlink_sp {
	display: none;
}
.faqbox .faqlink img {
	display: inline-block;
	clear: right;
	margin: 0 2px 5px 1px;
}
.faqbox .faqlink a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
img.rightbus {
	float: right;
	padding-top: 10px;
}

.infobox {
	display: block;
	clear: both;
	padding-top: 10px;
}
/*--------------------------------------------------------------.contact*/
.contact {
	display: inline-block;
	clear: right;
	float: left;
	width: 485px;
	height: 158px;
	margin-right: 5px;
	background: #fff3c3;
	vertical-align: top;
}
.contact .title {
	display: inline-block;
	clear: right;
	float: left;
	color: #ffffff;
	background: #f0844a;
	width: 137px;
	text-align: center;
	font-weight: bold;
	margin: 0 ;
	padding: 59px 0;
}
.contact .link {
	display: inline-block;
	clear: left;
	padding: 20px 20px 0 60px;
	color: #f0844a;
	width: 250px;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size:80%;
	text-align: left;
}
.contact .link span {
	font-size: 150%;
	font-weight:bold;
}
.contact .link span.mail {
	font-size: 120%;
}
.contact .link img {
	margin-bottom: 10px;
	margin-right: 5px
}
.contact .link p {
	margin-right: 40px;
	width: 180px;
	float: right;
	text-align: center;
	color: #ffffff;
	border: #ffffff 2px solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
	background: #f0844a;
	box-shadow: 0 2px 2px 0 #cccccc;         /* CSS3 */
	-moz-box-shadow: 0 2px 2px 0 #cccccc;   /* Firefox */
	-webkit-box-shadow: 0 2px 2px 0 #cccccc;/* Safari,Chrome */

}
.contact .link a:hover p {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
/*--------------------------------------------------------------.tourism*/
.tourism {
	display: inline-block;
	clear: left;
	width: 485px;
	height: 158px;
	background: #d3e6f6;
	vertical-align: top;
}
.tourism .title {
	display: inline-block;
	clear: right;
	float: left;
	color: #ffffff;
	background: #6c9bd2;
	width: 137px;
	text-align: center;
	font-weight: bold;
	margin: 0 ;
	padding: 59px 0;
}
.tourism .to_link {
	display: inline-block;
	clear: left;
	padding: 13px 20px 0 40px;
	color: #333333;
	width: 270px;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size:90%;
}
.tourism .to_link img {
	margin-bottom: 5px;
}
.tourism .to_link p {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.tourism .to_link a {
	margin-top: 5px;
	font-size: 120%;
	color: #6c9bd2;
	font-weight: bold;
	text-decoration: none;
}
.tourism .to_link a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}


/*--------------------------------------------------------------
ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
}
/*--------------------------------------------------------------containerInnner*/
#containerInnner {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-height: 100%;
}
/*clearfix*/
#containerInnner { zoom:1; }
#containerInnner:after {
	content: "";
	display: block;
	clear: both;}
#containerInnner p {
	margin-bottom: 1em;
}
/*--------------------------------------------------------------#contents*/
#contents {
	display: block;
	clear: both;
	width: auto;
	margin: 10px 0;
	padding: 20px 20px 20px 0;
}
/*clearfix*/
#contents { zoom:1; }
#contents:after {
	content: "";
	display: block;
	clear: both;}

#contents h2 {
	display: inline-block;
	clear: right;
	font-size: 180%;
	font-weight: bold;
	color: #f0844b;
}
#contents p.h2text {
	display: inline-block;
	margin-left: 20px;
}
#contents p.h2text img,
.form img {
	margin: 0 5px;
	padding-bottom: 3px;
}
#contents p.h2text span {
	color: #f0844b;
}
/*--------------------------------------------------------------.content_info*/
#contents .content_info {
	display: block;
	clear: both;
	margin-top: 40px;
	padding: 10px 0;
	border-top: #f0844b 1px dashed;
}
.content_info .telfax {
	display: inline-block;
	clear: right;
	margin-top: -10px;
	color: #f0844b;
	font-size: 90%;
	font-weight: bold;
	vertical-align: middle;
}
.content_info .telfax span {
	font-size: 120%;
	font-weight: bold;
	margin-right: 20px;
}
.content_info .telfax img {
	margin: 0 5px;
}

/*--------------------------------------------------------------
.form　フォーム
--------------------------------------------------------------*/
.form {
	display: block;
	clear: both;
	margin: 0 auto 40px auto;
	padding: 0;
	text-align: left;
}
.form dl {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}
/* clearfix */
.form dl { zoom:1; }
.form dl:after {
	content: "";
	display: block;
	clear: both;}
.form dt {
	display: inline;
	float: left;
	width: 170px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	font-weight: bold;
}
.form dd {
	display: inline;
	float: left;
	width: 460px;
	height: auto;
	margin: 0 0 10px -10px;
	padding: 10px;
}
.form dd input,
.form dd textarea {
	margin-left: 10px;
  padding: 7px;
}
.err-txt {
  margin-left: 10px;
  margin-top: 5px;
  color: #F00;
  font-weight: bold;
}
/*--------------------------------------------------------------#btnArea*/
#btnArea {
	display: block;
	clear: both;
	margin-left: 190px;
}
#btnArea input {
	display: inline-block;
	width: auto;
	margin: 0 10px;
	padding: 5px 15px!important;
	background: #cccccc;
	border: none;
	font-size: 120%;
	text-decoration: none;
	position: relative;
	behavior: url(/pie/PIE.htc);
	cursor: pointer;
}
#btnArea input:hover {
	display: inline-block;
	width: auto;
	margin: 0 10px;
	padding: 5px 15px!important;
	background: #333333;
	border: none;
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
	position: relative;
	behavior: url(/pie/PIE.htc);
	cursor: pointer;
}
#btnArea .right_maru {
	float: right;
	margin-top: -165px;
}

/*--------------------------------------------------------------.box*/
.box {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: left;
}
.box .title {
	margin-bottom: 30px;
}
.box .title_faq {
	margin-left: -3px;
}
.box .title_sp_7ok,
.box .title_sp_lineup,
.box .title_sp_faq {
	display: none;
}
/* clearfix */
.box { zoom:1; }
.box:after {
	content: "";
	display: block;
	clear: both;}

/*--------------------------------------------------------------.faq*/
.faq {
	display: block;
	clear: both;
	background: #d8e698;
}
.faq .box {
	padding-left: 10px;
}
.faq h1 {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
.faq h1.faq_sp {
	display: none;
}
.faq .faqlist {
	display: block;
	clear: both;
	margin: 0;
}
.faq .faqlist table tr.question {
	display: block;
	clear: both;
	margin: 10px 0;
	width: 100%;
}
.faq .faqlist table tr.answer {
	display: block;
	clear: both;
	margin-left: 150px;
}
.faq .faqlist tr.answer th {
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
	background: #8fc31f;
	border-radius: 10px 0 0 10px;         /* CSS3 */
	-moz-border-radius: 10px 0 0 10px;    /* Firefox */
	-webkit-border-radius: 10px 0 0 10px; /* Safari,Chrome */
}
.faq .faqlist tr.answer td {
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
	border-radius: 0 10px 10px 0;         /* CSS3 */
	-moz-border-radius: 0 10px 10px 0;    /* Firefox */
	-webkit-border-radius: 0 10px 10px 0; /* Safari,Chrome */
}
.faq .faqlist tr.answer td p {
	display: inline-block;
	clear: right;
	width: 610px;
}
.faq .faqlist tr.answer th.maru {
	background: none;
	padding: 0 ;
}

.footer_maru {
	display: block;
	clear: both;
	margin: 40px 0 0 100px;
}

/*--------------------------------------------------------------.yoyaku*/
.yoyaku {
	display: block;
	clear: both;
	background: #fffcdb;
	height: 100% !important;
}
.yoyaku .box {
	padding-left: 10px;
}
.yoyaku h1 {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

/*--------------------------------------------------------------.banner*/
.banner {
	background-color: #BAD0EB;
	width: 100%;
}
.link_banner {
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	background: transparent;
}
.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.link_banner_clom {
	width: 31.3333%;
	margin: 20px 1%;
	text-align: center;
}
.link_banner_clom img {
	max-width: 100%;
	height: auto;
}
.link_banner_clom a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.link_banner_clom a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*--------------------------------------------------------------
1字下げ
--------------------------------------------------------------*/
.indentBox1 {
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox1 { zoom:1; }
.indentBox1:after {
	content: "";
	display: block;
	clear: both;}

/*--------------------------------------------------------------
2字下げ
--------------------------------------------------------------*/
.indentBox2 {
	margin-left: 40px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox2 { zoom:1; }
.indentBox2:after {
	content: "";
	display: block;
	clear: both;}
/*--------------------------------------------------------------
3字下げ
--------------------------------------------------------------*/
.indentBox3 {
	margin-left: 60px;
	margin-bottom: 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox3 { zoom:1; }
.indentBox3:after {
	content: "";
	display: block;
	clear: both;}
