@charset "utf-8";

/* ------------------------------------------------------------ */
/* 全体設定 */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}

.font_raleway {
	font-family: 'Raleway', sans-serif;
}

section,
article {
	display: block;
}

hr {
	display: none;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

strong {
	font-weight: normal;
}

li {
	list-style-type: none;
}

a {
	color: #3333FF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover {
	color: #FFCC99;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;	
	clear: both;
	visibility: hidden;
}


/* ------------------------------------------------------------ */
/* ヘッダー */

header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 100;
}

header h1 a img {
	display: block;
	position: absolute;
	height: 50px;
}

header h1 a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

header .h_btn1 a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

header .h_btn2 a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #000;
	border-left: 1px solid #999;
}

header .h_btn3 a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #000;
	letter-spacing: 2px;
	border-left: 1px solid #999;
}

header .h_btn4 a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #000;
	border-left: 1px solid #999;
}

header .h_btn1 a:hover,
header .h_btn2 a:hover,
header .h_btn3 a:hover,
header .h_btn4 a:hover {
	color: #FFF;
	background-color: #0064AB;
}

header .h_btn1 a i,
header .h_btn2 a i,
header .h_btn3 a i,
header .h_btn4 a i {
	padding-left: 5px;
	padding-right: 5px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	background-color: #FCFCFF;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li i {
	padding-right: 5px;
}


/* ------------------------------------------------------------ */
/* メインコンテンツ */

.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#sub_top {
	background-color: #FCFCFF;
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	line-height: 30px;
	padding-top: 280px;
	width: 100%;
	background-size: cover;
	text-align: center;
	color: #FFF;
	font-size: 24px;
	letter-spacing: 0.5em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}


/* ------------------------------------------------------------ */
/* メインビジュアル */

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#index_top ul.sm-slider {
	position: relative;
}

#index_top #top_catch {
	position: absolute;
	top: 20%;
	z-index: 10;
	text-align: center;
	width: 100%;
	color: #FFF;
}

#index_top #top_catch h2 {
	font-size: 40px;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#index_top #top_catch p {
	font-size: 22px;
	margin-bottom: 2em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

#index_top #top_catch img {
	width: 96%;
	max-width: 960px;
}

.content h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-weight: normal;
	letter-spacing: 1px;
	color: #111;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	color: #999;
}

.content h3 {
	background-color: #3F84B5;
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}

.content h3::after {
	background-color: #FFF;
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}

.content h4 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 20px;
	color: #555;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	margin: 0px 30px 30px 30px;
	padding: 0px 10px 10px 10px;
}

.content .topics_link a {
	color: #3333FF;
	font-weight: normal;
}

.content .topics_link a:hover {
	color: #FFCC99;
	text-decoration: underline;
}

.content .index_news p {
	line-height: 160%;
	margin: 0px 0px 20px 0px;
	padding: 0px 30px 20px 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
}

.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span {
	color: #999;
	padding-right: 20px;
}

.content ul.float2 {
	font-size: 16px;
	margin-right: 40px;
	margin-left: 40px;
}

.content .float2 li {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}

.content .float2 li::before {
	content: "+";
	color: #333;
	padding-right: 7px;
}

.content .strong {
	font-weight: bold;
	font-size: 18px;
}


/* ------------------------------------------------------------ */
/* コンテンツ大ボタン */

.content .btn_001 a {
	border: 5px solid #0064AB;
	background-color: #184B8A;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 88%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	clear: both;
}

.content .btn_001 a i {
	padding-right: 10px;
}

.content .btn_001 a:hover {
	color: #184B8A;
	border: 5px solid #184B8A;
	background-color: #FCFCFF;
	width: 90%;
	text-align: center;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.img-c {
	clear: both;
}

.content .float-half {
	float: left;
	width: 50%;
}

.img_left40 {
	float: left;
	width: 40%;
	margin-right: 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

.content .img-auto {
	width: 75%;
	max-width: 640px;
	margin: 0px auto 20px auto;
	padding: 0px;
	text-align: center;
}

.content .img-l25 {
	float: left;
	width: 25%;
	margin: 0px 30px 20px 40px;
	padding: 0px;
}

.content .img-r25 {
	float: right;
	width: 25%;
	margin: 0px 40px 20px 30px;
	padding: 0px;
}

.content .img-l40 {
	float: left;
	width: 40%;
	margin: 0px 30px 20px 40px;
	padding: 0px;
}

.content .img-l40st {
	float: left;
	width: 40%;
	margin: 0px 30px 80px 40px;
	padding: 0px;
}

.content .img-r40 {
	float: right;
	width: 40%;
	margin: 0px 40px 20px 30px;
	padding: 0px;
}

.content .img-auto img,
.content .img-l25 img,
.content .img-r25 img,
.content .img-l40 img,
.content .img-l40st img,
.content .img-r40 img {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px;
	padding: 0px;
}

.content p.capt {
	font-size: 14px;
	line-height: 1.2;
	margin: 0px;
	padding: 10px;
	text-align: center;
}

.content ul.li01 {
	font-size: 16px;
	line-height: 1.8;
	margin: 0px 30px 30px 30px;
	padding: 0px 10px 10px 10px;
}

.content ul.li01 li {
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
}


/* ------------------------------------------------------------ */
/* トップへ戻るボタン */

.to_top {
	position: fixed;
	right: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	font-size: 10px;
	background: #184B8A url(../img/i_top.png) no-repeat center center;
	padding: 20px 20px 20px 20px;
	height: 30px;
	width: 30px;
}

.to_top a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.to_top img {
	display: none;	
}


/* ------------------------------------------------------------ */
/* フッター */

footer {
	background-color: rgba(10, 32, 59, 0.7);
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer.sub {
	background-color: #184B8A;
}

address {
	font-size: 10px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}

footer ul.f_bn {
	display: block;
	float: left;
	margin-top: 7px;
	margin-left: 20px;
}

footer .f_bn li {
	display: inline;
}

footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	margin-right: 20px;
	font-weight: bold;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

footer .f_bn li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

footer .f_bn li a i {
	padding-right: 8px;
}

footer .f_bn li.f_cnt img {
	padding-top: 9px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #CCC;
}


/* ------------------------------------------------------------ */
/* 各種テーブル */

.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}

.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}

.content table.table_01 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_01 td.td_price {
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	color: #008C69;
	font-weight: bold;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 600px;
}

.content table.table_02 th,
.content table.table_02 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 20px;
}

.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
	background-color: #F6F6F6;
}

.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}

.content table.table_02 td .price {
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

#mailform table.m_form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#mailform table.m_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#cont_base #mailform table.m_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}

#cont_base #mailform table.m_form th span {
	color: #FF0000;
	padding-left: 5px;
	padding-right: 5px;
}

#mailform table.m_form td {
	padding: 10px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}

form input.form_btn {
	background-color: #333;
	color: #FFF;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

form input.form_btn:hover {
	background-color: #FFF;
	color: #333;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	cursor: pointer;
}

.small {
	font-size: smaller;
	color: #666;
}

.chui {
	color: #F03600;
}

#cont_base .content .navi_sitemap li {
	padding-left: 20px;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}

.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/* ------------------------------------------------------------ */
/* FAQ */

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F6F6F6;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}

.content dl.faq dt span::before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
	border-right: 12px solid transparent;
	border-top: 20px solid #333;
	border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}

.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* ------------------------------------------------------------ */
/* グーグルマップ */

.g_map_base {
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ------------------------------------------------------------ */
/* トップ下部ピックアップ */

.pick_up {
	height: 30%;
	max-height: 500px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: rgba(10, 32, 59, 0.7);
}


/* ------------------------------------------------------------ */
/* スクロールボタン */

.pick_up .sc_btm a {
	line-height: 50px;
	color: #184B8A;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	background-image: url(../img/sc_btm.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 80;
	text-align: center;
}

.pick_up .sc_btm a:hover {
	color: #FFCC99;
	height: 110px;
	width: 110px;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	margin-top: -10px;
	margin-left: -55px;
}


/* ------------------------------------------------------------ */
/* 主要バナー */

.pick_up ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.pick_up ul li a {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	overflow: hidden;
}

.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.pick_up ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a:hover {
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 7px 0px;
}

a .btn_check {
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -15px;
	margin-left: -40%;
	border: 2px solid #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: bold;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover .btn_check {
	color: #FFF;
	background-color: #184B8A;
}

a .btn_check i {
	padding-right: 10px;
	padding-left: 5px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover .btn_check i {
	padding-right: 5px;
	padding-left: 10px;
}

.balloon {
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -50px;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 100;
	background-color: #FF6633;
}

.balloon:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
 	margin-left: -12px;
	border-right: 12px solid transparent;
	border-top: 20px solid #FF6633;
	border-left: 12px solid transparent;
 	z-index: 0;
}


/* ------------------------------------------------------------ */
/* 実績一覧 */

ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 21%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

ul.works_list li a {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px dotted #CCC;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}

ul.works_list li a img {
	width: auto;
	max-width: 100%;
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 1px;
}

ul.works_list li a:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	border: 1px solid #000;
	color: #000;
}


/* ------------------------------------------------------------ */
/* 教員一覧 */

ul.labo_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 0px 10px 10px 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.labo_list li.box {
	width: 24%;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

ul.labo_list li.box a {
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.labo_list li.box a img {
	width: auto;
	max-width: 100%;
}

ul.labo_list li.box a span {
	display: block;
	padding-top: 5px;
	font-size: 18px;
	letter-spacing: 1px;
}

ul.labo_list li.box ul.cat {
	display: block;
	padding-top: 10px;
	text-align: left;
}

ul.labo_list li.box ul.cat li {
	list-style-type: disc;
	margin: 0px 0px 0px 4em;
}


/* ------------------------------------------------------------ */
/* 学びのポイント */

ul.point_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 0px 30px 10px 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.point_list li {
	width: 31%;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

ul.point_list li img {
	width: auto;
	max-width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.point_list li span {
	display: block;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

ul.point_list li p {
	display: block;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.red {
	color: #FF0000;
}


/* ------------------------------------------------------------ */
/* 960px 以上の場合 */
/* ------------------------------------------------------------ */

@media screen and (min-width:960px) {

body {
	font-size: 16px;
}

.sm-slider, .sm-slider::after {
	top: 100px !important;
}


/* ------------------------------------------------------------ */
/* 960px 以上の場合 - ヘッダー */

header {
	height: 140px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

header h1 a img {
	top: 20px;
	left: 10px;
}

header .h_btn1 a {
	width: 140px;
	top: 20px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 12px;
}

header .h_btn2 a {
	width: 140px;
	top: 20px;
	right: 150px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 12px;
}

header .h_btn3 a {
	width: 140px;
	top: 20px;
	right: 290px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 12px;
}

header .h_btn4 a {
	width: 140px;
	top: 20px;
	right: 430px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 12px;
}

header.fixed {
	height: 100px;
}

header.fixed h1 a img {
	height: 40px;
	top: 5px;
}

header.fixed .h_btn1 a,
header.fixed .h_btn2 a,
header.fixed .h_btn3 a,
header.fixed .h_btn4 a {
	top: 5px;
}

.menu_btn,
.btn_close {
	display: none;
}


/* ------------------------------------------------------------ */
/* 960px 以上の場合 - PCグローバルナビ */

#g_navi {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	width: 98%;
	padding-left: 2%;
	display: block;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul li {
	display: inline;
}

#g_navi li a {
	width: 16%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi li a::before {
	display: block;
	height: 3px;
	position: absolute;
	bottom: 0px;
	width: 70%;
	left: 15%;
	background-color: #FFF;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #184B8A;
	height: 3px;
	bottom: 0px;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #89B3D1;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}


/* ------------------------------------------------------------ */
/* 960px 以上の場合 - PCグローバルナビ - 三角形 */

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -15px;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #FFF;
	border-left: 15px solid transparent;
 	z-index: 100;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
	border-bottom: 20px solid #184B8A;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #184B8A;
}

#g_navi ul li ul {
	width: 96%;
	padding-left: 2%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#g_navi li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 22px;
	height: 22px;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#g_navi li ul li a::after {
	content: "+";
	color: #FFF;
	position: absolute;
	display: block;
	left: 15px;
	top: 8px;
	font-size: 9px;
}

#g_navi li ul li a:hover::after {
	color: #333;
}

#g_navi ul li ul li a:hover {
	color: #000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}

#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div {
	visibility: visible;
	opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}


/* ------------------------------------------------------------ */
/* 960px 以上の場合 - フッター */

address {
	letter-spacing: 0px;
	text-align: right;
	display: block;
	float: right;
	padding-top: 0px;
	padding-right: 15px;
}

.no_pc {
	display: none;
}

}


/* ------------------------------------------------------------ */
/* 1200px 以上の場合 */
/* ------------------------------------------------------------ */

@media screen and (min-width:1200px) {

/* ------------------------------------------------------------ */
/* 1200px 以上の場合 - ヘッダー */

header .h_btn1 a {
	right: 50%;
	margin-right: -600px;
}

header .h_btn2 a {
	right: 50%;
	margin-right: -460px;
}

header .h_btn3 a {
	right: 50%;
	margin-right: -320px;
}

header .h_btn4 a {
	right: 50%;
	margin-right: -180px;
}

header h1 a img {
	left: 50%;
	margin-left: -600px;
}

}

