@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*------------------------
	css reset
-------------------------*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

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

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}

/*
li{
	list-style:decimal;
}
*/
caption,th{
	text-align:left;
}

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

q:before,q:after{			/*q要素（インライン引用）に引用符をつけない*/
	content:'';
}

abbr,acronym {			/*デフォルトで略語につく下線、スモールキャプスの取り消し指定*/
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{  		/*フォーム部品のフォント設定を親要素の値を継承する*/
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{			/*ハック IEのみフォーム部品のフォントサイズを100％指定*/
	*font-size:100%;
}

legend{
	color:#000;
}
/*------------------------
	font reset
-------------------------*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;

	*font-size:small;			/*フォントサイズを固定した場合に縮小/拡大*ができるくなるIEの特製をハックを利用して上書き*/
	*font:x-small;
}

table {							/*テーブル内のフォントサイズが親要素の値を継承*/
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{			/*整形済みテキストやｗコード・テレタイプ文字に関する見栄え設定*/
	font-family:monospace;

	*font-size:108%;
	line-height:100%;
}








.privacy_sec{
	text-align:left;
	color:#333333;
	line-height:20px;
}

.wpcf7-list-item{
	display:block;
}


/*--------------------------
	パーツ
---------------------------*/
.mgb_0{ margin-bottom:0; }
.mgb_5{ margin-bottom:5px; }
.mgb_10{ margin-bottom:10px; }
.mgb_15{ margin-bottom:15px; }
.mgb_20{ margin-bottom:20px; }
.mgb_30{ margin-bottom:30px; }
.mgb_40{ margin-bottom:40px; }

.nodisp{
	display:none;
}
.center{
	text-align:center !important;
}
.txt_left {
    text-align: left !important;
}
/*--------------------------
	float解除
---------------------------*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */

.clear{
	clear:both;
	line-height:0;
}
/*--------------------------
	リンク効果
---------------------------*/
a:hover img.rollover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background: #fff;
}
/*--------------------------
	faq.html
---------------------------*/

.qa_sec{
	text-align:left;
	line-height:18px;
	width:770px;
	margin:0 auto 30px auto;
}

.qa_sec .qa_top{
	background:none;
	padding-left:52px;
	color:#005abc;
	font-size:14px;
	font-weight:bold;
	border-bottom:#005abc dotted 1px;
	width:705px;
	height:26px;
	margin:0 0 20px;
	padding:20px 0 0 0px;
	float:right;
}
.q_icon{
	float:left;
	padding-left:8px;
}

/* --------------------------------------------------------------------------------------
 body
--------------------------------------------------------------------------------------- */
body{
	background-color:#f9f9f9;
}

/* --------------------------------------------------------------------------------------
 footer
----------------------------------------------------------------------------------------- */

div#footer{
	width:910px;
	background-color:"#cccccc";
	margin: 0 auto;
	font: 12px/1.7 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	color:#333333;
	}
#footer p{
	margin:15px 0 15px 0;
	}



table.staff{
	border-collapse:collapse;
	width:514px;
	margin-bottom:15px;
	border-left:3px solid #f9f9f9;
	border-top:3px solid #f9f9f9;
	letter-spacing:1px;
	}
table.staff td{
	border-bottom:3px solid #f9f9f9;
	border-right:3px solid #f9f9f9;
	background-color:#ffffe3;
	text-align:center;
	font-size:11px;
}

table.staff th{
	border-bottom:3px solid #f9f9f9;
	border-right:3px solid #f9f9f9;
	font-weight:bold;
	color:#333333;
	text-align:center;
	padding:3px 0 3px 0;
}




table.blog{
	border-collapse:collapse;
	width:514px;
	margin-bottom:15px;
	border-left:1px solid #f9f9f9;
	border-top:1px solid #f9f9f9;
	font-size:11px;
	}
table.blog td{
	border-bottom:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
	background-color:#ffffe3;
	padding:3px 5px 3px 5px;
}

table.blog th{
	border-bottom:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
	background-color:#83bddb;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:3px 0 3px 0;
}






.mb_60 {
    margin-bottom: 60px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_15 {
    margin-bottom: 15px;
}

.blue01_l {
    color: #1b56b2;
    font-size: 18px;
    font-weight: bold;
}

.mb_40 {
    margin-bottom: 40px;
}
.left {
    text-align: left;
}

.schedule_estab_txt01, .schedule_estab_txt02, .schedule_estab_txt03, .schedule_estab_txt04, .schedule_estab_txt05, .schedule_estab_txt06 {
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #04336a 1px solid;
    margin-bottom: 10px;
    line-height: 2;
}

.l_img {
    float: left;
    padding-right: 20px;
}

/* --------------------------------------------------------------------------------------
2020/10/22  PC・スマホ　表示・非表示
--------------------------------------------------------------------------------------- */
.pc_only{
  display:block;
}
.sp_only{
  display:none;
}
