@charset "UTF-8";

/* リセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary ,hgroup,menu {
	display: block;
}

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

ul,ol {
	list-style: none;
}

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

input,select {
	vertical-align:middle;
}

/*全体
--------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #FFF;
	font-size: 18px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.0;
	color: #444;
}

p {
	margin-bottom: 30px;
}

/* リンクの色 */
a {
	color: #0068B6;
	text-decoration: none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

img,iframe {
	max-width: 100%;
	vertical-align: bottom;
}

img {
	height: auto;
	box-sizing: border-box;
}

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
	clear: both;
}

/*drawer
--------------------------------------------- */

.drawer--top.drawer-open .drawer-nav {
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #FFF;
}

.drawer-hamburger {
	width: 1.2rem;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	background-color: #0068B6;
}

.drawer-hamburger:hover {
	background-color: #0068B6;
}

.drawer-menu {
	padding: 15px 15px 15px 15px;
}

.drawer-brand {
	font-size: 18px;
	color: #CC0000;
}

.drawer-menu-item {
	font-size: 16px;
	line-height: 1.2;
	padding: 15px 5px 10px 5px;
	color: #0D3780;
	border-bottom: 1px solid #CCC;
}

.drawer-menu-item:hover {
	text-decoration: none;
}

/* PAGE TOP
--------------------------------------------- */

#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 10px;
	font-size: 20px;
}

#page-top a {
	background-color: #0068B6;
	text-decoration: none;
	color: #FFF;
	padding: 8px 10px;
	text-align: center;
	display: block;
}

#page-top a:hover {
	text-decoration: none;
	background-color: #0068B6;
	color: #FFF;
}

/* HEADER
--------------------------------------------- */

#header-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 53px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
	background-color: #FFF;
	z-index: 100;
}

#header-logo img {
	width: 150px;
	vertical-align: top;
}

#header-utl {
	display: none;
}

/* FOOTER
--------------------------------------------- */

#footer-nv-area {
	border-top: 1px solid #CCC;
}

.ft-menu li {
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}

.ft-menu li a {
	color: #444;
}

#footer-copy-area {
	padding: 20px 20px;
	background-color: #1B2265;

}

#footer-copy {
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

/* COMMON
--------------------------------------------- */

.pg-md {
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/pg_md_bar.gif) no-repeat center bottom;
	margin-bottom: 50px;
}

/* TOP
--------------------------------------------- */

.tp-content {
	padding: 80px 20px 0 20px;
	margin-bottom: 50px;
}

.hasan-wrap {
	padding-top: 80px;
}

.tp-hp-ttl {
	font-size: 20px;
	color: #0068B6;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}

.tp-dtl-gaiyo {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #999;
}

.tp-md-s {
	line-height: 1.6;
	padding: 7px 15px 5px 15px;
	margin-bottom: 40px;
	background-color: #F3F3F3;
}

.tp-md {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.tp-md-n {
	line-height: 1.6;
	text-align: right;
	margin-bottom: 40px;
}

.tp-dtl-m {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px dotted #999;
}

.tp-dtl-list {
	padding-bottom: 20px;
}

.tp-dtl-list dl {
	margin-bottom: 40px;
}

.tp-dtl-list dt {
	float: left;
	width: 35px;
}

.tp-dtl-list dd {
	padding-left: 40px;
}

.tp-dtl-list-t {
	margin-bottom: 30px;
}

.tp-dtl-list-tc {
	text-align: center;
	margin-bottom: 30px;
}

.tp-dtl-list-tn {
	text-align: center;
	font-weight: bold;
	padding: 20px 20px 15px 20px;
	margin-bottom: 30px;
	border: 1px solid #CCC;
}

.tp-dtl-line {
	background: linear-gradient(transparent 70%, #D0E2F0 0%);
}

.tp-dtl-list dd ul li {
	padding-left: 3em;
	text-indent: -3em;
}

.tp-dtl-li-m {
	margin-bottom: 30px;
}

.tp-dtl-cnt {
	padding: 15px 20px;
	margin-bottom: 50px;
	border: 10px solid #F0F0F0;
}

.tp-dtl-cnt-md {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.tp-dtl-cnt-yb {
	display: block;
	margin-right: 0;
}

.tp-dtl-cnt-tel {
	display: block;
	margin-right: 0;
}

.tp-news-area {
	border-top: 1px dotted #999;
}

.tp-news-new {
	font-size: 14px;
	color: #FFF;
	padding: 2px 2px 1px 2px;
	background-color: #FF6600;
	margin-left: 5px;
}

.tp-news-area dl {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999;
}

.tp-news-area dt {
	line-height: 1.6;
}

.tp-news-area dd {
	line-height: 1.6;
}

/* FAQ
--------------------------------------------- */

.faq-dtl-list {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #999;
}

.faq-dtl-list dl {
	margin-bottom: 20px;
}

.faq-dtl-list dt {
	float: left;
	width: 60px;
}

.faq-dtl-list dd {
	padding-left: 65px;
}

.faq-dtl-list dd ul li {
	padding-left: 3em;
	text-indent: -3em;
}

.faq-txt-b {
	font-weight: bold;
}

.faq-dtl-list-t {
	margin-bottom: 30px;
}

.faq-dtl-li-m {
	margin-bottom: 30px;
}







/*media Queries PCサイズ
-------------------------------------------------------------- */
@media all and (min-width: 400px) {





}





/*media Queries PCサイズ
-------------------------------------------------------------- */
@media all and (min-width: 720px) {

/*drawer
--------------------------------------------- */

.drawer-toggle {
	display: none;
}

.drawer-nav {
	display: none;
}

/* HEADER
--------------------------------------------- */

#header {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	height: 110px;
}

#header-logo {
	position: relative;
	width: 300px;
	height: 90px;
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-left: 0;
}

#header-logo img {
	width: 240px;
}

#header-utl {
	float: right;
	width: 350px;
	display: block;
}

.hd-nav-menu {
	height: 110px;
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Safari6.1～8.0、iOS7.0～8.4 */
	display: flex;
	-webkit-box-orient: horizontal; /* Android4.3以下、Safari3.1～6.0 */
	-webkit-box-direction: normal; /* Android4.3以下、Safari3.1～6.0 */
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Safari6.1～8.0、iOS7.0～8.4 */
	flex-flow: row wrap;     /* = flex-direction:row;flex-wrap:wrap; */
	-webkit-box-pack: end; /* Android4.3以下、Safari3.1～6.0 */
	-ms-flex-pack: end; /* IE10 */
	-webkit-justify-content: flex-end; /* Safari6.1～8.0、iOS7.0～8.4 */
	justify-content: flex-end;
	-webkit-box-align: center; /* Android4.3以下、Safari3.1～6.0 */
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /* Safari6.1～8.0、iOS7.0～8.4 */
	align-items: center;
}

.hd-gnav-home {
	margin-right: 15px;

}

.hd-nav-active a {
	color: #FFF;
	text-align: center;
	display: block;
	padding: 0 15px 0  15px;
	border-radius: 5px;
	background-color: #0068B6;
	border: 1px solid #0068B6;
}

.hd-nav-link a {
	color: #0068B6;
	text-align: center;
	display: block;
	padding: 0 15px 0  15px;
	border-radius: 5px;
	border: 1px solid #0068B6;
}

.hd-nav-link a:hover {
	color: #FFF;
	border: 1px solid #0068B6;
	background-color: #0068B6;
}

/* FOOTER
--------------------------------------------- */

#footer-nv-area {
	padding: 0 20px 30px 20px;
	border-top: none;
}

.ft-menu {
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Safari6.1～8.0、iOS7.0～8.4 */
	display: flex;
	-webkit-box-orient: horizontal; /* Android4.3以下、Safari3.1～6.0 */
	-webkit-box-direction: normal; /* Android4.3以下、Safari3.1～6.0 */
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Safari6.1～8.0、iOS7.0～8.4 */
	flex-flow: row wrap; /* = flex-direction:row;flex-wrap:wrap; */
	-webkit-box-pack: center; /* Android4.3以下、Safari3.1～6.0 */
	-ms-flex-pack: center; /* IE10 */
	-webkit-justify-content: center; /* Safari6.1～8.0、iOS7.0～8.4 */
	justify-content: center;
}

.ft-menu li {
	font-size: 16px;
	padding: 3px 15px;
	margin-bottom: 15px;
	border-bottom: none;
	border-right: 1px solid #CCC;
}

.ft-menu li:first-child {
	border-left: 1px solid #CCC;
}

/* COMMON
--------------------------------------------- */

.pg-md {
	font-size: 24px;
}

/* TOP
--------------------------------------------- */

.tp-content {
	max-width: 960px;
	padding: 20px 20px 0 20px;
	margin: 0 auto 50px auto;
}

.tp-hp-ttl {
	font-size: 24px;
}

.tp-md {
	font-size: 24px;
}

.tp-dtl-cnt {
	padding: 25px 35px;
}

.tp-dtl-cnt-yb {
	display: inline-block;
	margin-right: 20px;
}

.tp-dtl-cnt-tel {
	display: inline-block;
	margin-right: 30px;
}

.tp-news-area dt {
	float: left;
	width: 150px;
}

.tp-news-area dd {
	padding-left: 165px;
}





}






/*media Queries PCサイズ
-------------------------------------------------------------- */
@media all and (min-width: 1024px) {

/* PAGE TOP
--------------------------------------------- */

#page-top {
	font-size: 30px;
}

#page-top a {
	padding: 6px 10px;
}

/* TOP
--------------------------------------------- */

.tp-content {

}







}