@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
    background-image: url("../images/header_bg.png"), url("../images/bg.jpg");
    background-repeat: repeat-x,repeat;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #ee0000;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
    width: 90%;
    padding: 0 5%;
	max-width: 1260px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #fff;	/*背景色*/
	color: #01a1d7;		/*文字色*/
}
header a {
	color:#01a1d7;	/*リンクテキストの文字色*/
}
/*ロゴ画像*/
header #logo {
	width: 20%;		/*ロゴ画像の幅*/
    margin: 0 auto;
    padding: 20px 0 0 0;
}

/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*TELブロック全体*/
#tel {
	letter-spacing: 0.1em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 24px;		/*文字サイズを大きく*/
	text-align: center;		/*文字をセンタリング*/
	float: right;			/*右に回り込み*/
	margin-top: 12px;		/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	margin-right: 3%;		/*ブロックの右側にあける余白。*/
}
/*TELの受付時間の小文字部分*/
#tel span {
	display: block;
	font-size: 11px;	/*文字サイズを小さく*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
    width: 100%;
	height: 60px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
    padding: 20px 0 0 0;
	text-align: center;	/*文字を中央に*/
	background: rgba(255,255,255,0.8);	/*背景色*/
	border-top: 1px solid rgba(255,255,255,0.8);	/*上の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
	border-bottom: 1px solid rgba(255,255,255,0.8);	/*上の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
    z-index: 2000;
   overflow: hidden; 
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
    width: 14.28%;
}
#menubar li a {
	text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: bold;
	line-height: 1.8;	/*行間を少し狭く*/
	color: #00b1e0;		/*文字色*/
	height: 40px;		/*高さ*/
	padding: 0 0 10px 0;	/*上に追加する余白*/

}


/*マウスオン時、現在表示中(current)のメニューの共通設定*/
#menubar li a:hover, #menubar li.current a {
	background: #fff;	/*背景色*/
	color:#0B498E;		/*文字色*/
}
/*スマホ用メニューを表示させない*/

#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}



/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが2px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

#topimg {
	clear: left;
	width: 100%;
	position: relative;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat;
}
#topimg img{
	position: relative;
    width: 100%;
    height: auto;
}

/*contents
---------------------------------------------------------------------------*/
.contents {
    width: 100%;
	clear: both;background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    height: auto;
    min-height: 50px;
    padding: 20px 0 0 0;
}
.contents1 {
    width: 100%;
	clear: both;background-image: url("../images/bg.jpg");
    background-repeat: repeat;
    height: auto;
    min-height: 100px;
    padding: 20px 0 40px 0;
}
.contents2 {
    width: 100%;
	clear: both;
    background-color: #FFFFFF;
    height: auto;
    min-height: 100px;
    padding: 20px 0 40px 0;
}
/*トップページ　サブタイトル*/

.top_st{
    clear: both;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.top_st img{
    width: 100%;
}
.top_st p{
    font-size: 20px;
    color: #000;
    line-height: 2.5em;
    font-weight: 600;
}
/*トップページ maincopy*/

.top_maincp{
    position: relative;
    clear: both;
    width: 65%;
    margin: 20px auto;
    text-align: left;
    color: #000;
    line-height: 2em;
}
.top_maincp p{
    text-align: center;
    font-size: 42px;
    line-height: 2em;
    font-weight: 700;
}


/*トップページ　ボタン*/

.toplink{
    clear: both;
    width: 30%;
    text-align: center;
    padding: 8px 30px;
    margin: 40px auto 50px auto;
    border: 2px solid #01a1d7;
    border-radius: 30px;
    background-color: #fff;
}
.scale2 img {
    width: 80%;
    overflow: hidden;
}
.scale2 img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.scale2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*トップlist2設定
---------------------------------------------------------------------------*/
#list_base{
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.list2 {
	float: left;
	width: 30.5%;
	max-width: 400px;
	margin-left: 2%;
	margin-bottom: 30px;
	background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 20px;
	height: 100%;	
	line-height: 1.4;
	position: relative;
	z-index: 10;
	margin-top: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);;
}

.list2 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 100%;
	color: #000;
	border-radius: 20px;

}
.list_st{
    text-align: center;
	padding: 10px;
    color: #01a1d7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.1em;

}

.list2 a:hover {
	background: rgba(229,229,229,0.70);
}

.scale {
    width: 100%;
    overflow: hidden;
}
.scale img {
    width: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*トップlreport設定
---------------------------------------------------------------------------*/
#report_base{
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

#report_base ul li{
    list-style: none;
    float: left;
    margin: 50px 2%;
    position: relative;
    border-radius: 10px;
    text-align: left;
    color: #000;
    z-index: 1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}
.report_thumb{
    top:-90px;
    left:20px;
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    padding: 10px;
    
}
.report_thumb img{
    height: 100%;
    border-radius: 50%; 
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
} 
.g_back{
    width: 25%;
    background-color: #e1f1c3;
    padding: 30px 2% 30px 19%;
}
.b_back{
    width: 25%;
    background-color: #c8eaf5;
    padding: 30px 2% 30px 19%;
}

.report_date{
    clear: both;
    font-size: 14px;
    
}
.report_title{
    clear: both;
    font-size: 16px;
    font-weight: 600;
}
.report_txt{
    width: 100%;
    font-size: 14px;
    color: rgba(86,86,86,1.00);
    line-height: 1.6em;
    height: 50px;
    overflow: hidden;
}

/*トップニュース設定
---------------------------------------------------------------------------*/
#topnews_base{
    clear: both;
    width: 80%;
    margin: 30px auto;
    overflow: hidden;
}
#topnews_base dl{
    border-bottom: 1px solid #ccc;
}
#topnews_base dt{
    float: left;
    width: 15%;
    color: #505050;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
#topnews_base dd{
    width: 80%;
    float: left;
    color: #000000;
    padding: 8px 0 8px 5%;
    border-bottom: 1px solid #ccc;
}
#topnews_base dd a{
    color: #2955AE;
    
}
#topnews_base dd a:hover{
    color: #DBA40B;
    
}

/*トップCONTACT設定
---------------------------------------------------------------------------*/
#top_contact{
    clear: both;
    width: 80%;
    margin: 30px auto;
    font-size: 20px;
    color: #000000;
    text-align: center;
}
/*ABOUTページ*/
.about{
    clear: both;
    width: 80%;
    margin: 0 auto;
}
.about h2{
    width: 80%;
    text-align: center;
    color: #01a1d7;
    font-size: 25px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #01a1d7;
    line-height: 1.8em;
    
}
.about p{
    width: 80%;
    margin: 10px auto;
    text-align:left;
    font-size: 17px;
    line-height: 2em;
}
.about_ttl{
    clear: both;
    font-size: 45px;
    margin: 0 auto;
    font-weight:700;
    text-align: center;
    line-height: 1.3;
}
.about_st{
    clear: both;
    font-size: 20px;
    margin: 0 auto;
    font-weight:600;
    text-align: center;
    line-height: 1.3;
}

.ttl_blue{
    color: #06548D;
}
.ttl_space{
    margin-top: 30px;
}
.about_txt{
    width: 80%;
    margin: 10px auto;
    text-align:center;
    font-size: 16px;
    line-height: 2em;
}
.about_center_photo{
    width: 35%;
    margin: 30px auto;
    text-align: center;
}
.about_center_photo img{
    border-radius: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.history_center_photo{
    width: 60%;
    margin: 30px auto;
    text-align: center;
}
.history_center_photo img{
    border-radius: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.history_bottom{
    clear: both;
    width: 80%;
    font-size: 18px;
    margin: 40px auto 60px auto;
}
.history_bottom p{
    width: 6em;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 40px;
    background-color: #039BCE;
    margin: 20px 0 40px 0;
    letter-spacing: 0.2em;
    text-align: center;
}


/*ACTIONページ*/
.action{
    clear: both;
    width: 80%;
    margin: 0 auto;
}
.action_ttl1{
    width: 80%;
    text-align: center;
    color: #01a1d7;
    font-size: 25px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #01a1d7;
    line-height: 1.8em;
}
.action_ttl3{
    width: 80%;
    text-align: center;
    color: #df7133;
    font-size: 25px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #df7133;
    line-height: 1.8em;

}
.action_ttl2{
    width: 80%;
    text-align: center;
    color: #467133;
    font-size: 25px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #467133;
    line-height: 1.8em;
}
.action_txt1{
    text-align:center;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 30px auto;
    line-height: 2em;
}
.action_txt2{
    width: 80%;
    text-align:left;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 30px auto;
}
.action_photo{
    width: 30%;
    margin: 40px auto;
    padding: 1%;
    
}
.action_photo img{
    border-radius: 12px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
/*JOINページ*/
.join_txt1{
    text-align:center;
    color: #007b85;
    font-size: 16px;
    padding: 0;
    margin: 30px auto;
}
.join_txt1 img{
    width: 5%;
    margin: 30px auto 40px auto;
}
.join_txt1 span{
    font-size: 18px;
    font-weight: 700;
}
.join_ttl{
    clear: both;
    width: 30%;
    font-size: 20px;
    padding: 5px 50px;
    margin: 40px auto 30px auto;
    font-weight: 700;
    border: 1px solid #007b85;
    border-radius: 10px;
    color: #007b85;
    letter-spacing: .2em;
    text-align: center;
    background-color: #fff;
}
/*プライバシーページ*/
.privacy{
    clear: both;
    width: 80%;
    margin: 0 auto;
}
.privacy h3{
    width: 80%;
    text-align: left;
    color: #000;
    font-size: 18px;
    margin: 30px 0 10px 0;
}
.privacy h3 span{
    color: #15A1D7;
}
.privacy p{
    margin-left: 2%;
}
/*reportページ--------------------------------*/
.e_ttl{
    width: 40%;
    margin: 10px auto;
}
#report_cms{
    width: 90%;
    margin: 60px auto 40px auto;
    padding: 0;
    overflow: hidden;
}
.report_list{
    float: left;
    width: 46%;
    margin: 10px 1%;
    padding: 1%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
.report_list_date{
    color: #626262;
    width: 8em;
    line-height: 1.5em;
}
.report_list_ttl{
    font-size: 110%;
    font-weight: 600;
}

.report_list_inc{
    width: 20em;
    height: 40px;
    overflow: hidden;
    line-height: 1.2em;
    color: #626262;
    font-size: 90%;
}

.report_cms_cat_g{
    float: right;
    width: 59%;
    padding: 20px;
    background-color: #E1F1C3;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}
.report_cms_cat_g_icon{
    float: left;
    width: 28%;
    margin: 0 auto;
}
.report_cms_cat_g_icon img{
    border-radius: 12px;
    overflow: hidden;
}
.report_cms_cat_b{
    float: right;
    width: 59%;
    padding: 20px;
    background-color:#C9EAF5;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}
.report_cms_cat_b_icon{
    float: left;
    width: 28%;
    margin: 0 auto;
}
.report_cms_cat_b_icon img{
    border-radius: 12px;
}
#report_contents_ttl{
    width: 80%;
    margin: 10px auto;  
    border-bottom: 2px solid #01a1d7;
    height: 30px;
}
.report_contents_date{
    float: left;
    width: 6em;
    margin: 5px 10px;
    font-size: 16px;
    line-height: 1.2em;
    color: #626262; 
}
.report_contents_title{
    float: left;
    font-size: 18px;
    line-height: 1.0em;
    margin: 5px 0 5px 0;
    color: #000;
    font-weight: 600;
}
#report_g_contents{
    width: 76%;
    margin: 20px auto;
    padding: 40px 40px;
    background-color: #E1F1C3;
    border-radius: 15px;
    overflow: hidden;
}
#report_b_contents{
    width: 76%;
    margin: 20px auto;
    padding: 40px 40px;
    background-color: #C9EAF5;
    border-radius: 15px;
    overflow: hidden;
}
.report_cms_txtarea{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8em;
}
.report_cms_photoarea{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.report_cms_photoarea ul li{
    float: left;
    list-style: none;
    width: 30%;
    margin: 1%;
}
.report_cms_photoarea_bottom{
    clear: both;
    width: 30%;
    margin: 10px 60% 10px 3%;
}
.report_cms_photoarea img{
    border: 3px solid #fff;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.report_cms_bottom{
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.report_cms_bottom img{
    width: 100%;
}
.report_cms_bottomright{
    float: right;
    padding: 10px 20px;
    width: 25%;
    height: auto;
}
.report_cms_bottomleft{
    float: left;
    padding: 10px 20px;
    width: 20%;
    height: auto;
}
/*newsニュースページ設定*/

#news_cms{
    width: 70%;
    margin: 10px auto 40px auto;
    padding: 40px;
    overflow: hidden;
    border:2px solid #01a1d7;
    border-radius: 15px;
}
#news_cms_ttl{
    clear: both;
    width: 6em;
    font-size: 20px;
    padding: 10px 40px;
    color: #fff;
    margin: 50px auto 10px auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    background-color: #01a1d7
}
#news_cms dl{
    clear: both;
    width: 90%;
    height: 35px;
    margin: 10px auto;
    padding: 0 10px;
    border-bottom: 1px solid #01a1d7; 
}
#news_cms dt{
    float: left;
    font-size: 16px;
    width: 7em;
    color: #636363;
}
#news_cms dd{
    float: left;
    width: 70%;
    font-size: 16px;
    margin: 0 10px;
    color: #000000;
    font-weight: 600;
}
#news_cms dd a{
    color: #2650B1;
}
#news_cms dd a:hover{
    color: #C19408;
}
#news_contents_ttl{
    width: 80%;
    margin: 60px auto 10px auto;  
    border-bottom: 2px solid #01a1d7;
    height: 30px;
}
.space{
    clear: both;
    width: 100%;
    min-height: 70px;
    margin: 10px auto;
}
.news_cms_txtarea{
    margin: 20px auto;
    width: 90%;
    font-size: 16px; 
    line-height: 2em;
    color: #666;
}

.news_cms_bottom{
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.news_cms_bottom img{
    width: 100%;
}
.news_cms_bottomright{
    float: right;
    padding: 10px 20px;
    width: 25%;
    height: auto;
}
.news_cms_bottomleft{
    float: left;
    padding: 10px 20px;
    width: 20%;
    height: auto;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
    position: relative;
    background-image: url("../images/foot_1.png");
    background-repeat: no-repeat;
    background-size:contain;
}
.footer_inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    max-width: 1400px;
}
.footer_mark{
    width: 10%;
    margin: 20px auto;
}
.footer_mark img{
    width: 100%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/

.footermenu {
    clear: both;
    width: 80%;
    margin: 0 auto 0 auto;
	overflow: hidden;
	font-size: 13px;	/*文字サイズを少し小さく*/
    text-align: center;

}

.footermenu li{
	float: left;
	padding: 0 0 0 4.5%;
     height: 2em;
    line-height: 1.2em;
    width: auto;
}
.footermenu li a{
    text-decoration: none;
    color: #00b1e0;
}
.footermenu li a:hover{
    color: #0B498E;
}





/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
    width: 100%;
	text-align: center;
    padding: 0 0 0 0;
    background-image:url("../images/bg2.jpg");
    background-repeat:repeat;
    margin: 0 auto;
    color: #FFFFFF;
}
.copyright_inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    max-width: 1400px;
    padding-top: 100px;
    background-image:url("../images/foot_2.png");
    background-repeat:no-repeat;
    background-size: contain;
}

#copyright p{
    font-size:25px;
    font-weight: bold;
}
#copyright span{
    font-size: 12px;
    line-height: 5em;
}



/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 70px;
    height: 70px;/*幅*/
	bottom: 180px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background-image: url("../images/totop.png");
    background-repeat: no-repeat;
	border: 1px solid rgba(35,94,174,0.80);	/*枠線の幅、線種、色*/
    border-radius: 35px;
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 3S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background-image: url("../images/totop_on.png");
    background-repeat: no-repeat;
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}


/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.footermenu li{
	padding: 0 0 0 3%;
    
}
    /*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){
.footermenu li{
	padding: 0 0 0 10px;
    
}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*ロゴ画像*/
header #logo {
	width: 25%;		/*ロゴ画像の幅*/
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 70px;	/*上から100pxの場所に配置*/
    margin-left: 25%;
    width: 75%;
	z-index: 300;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.8S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
    padding:50px 15% 40px 30%;
    background-color: rgba(5,111,177,0.80);
    border-top-left-radius: 300px;
    background-image: url("../images/mobile_bg1.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px 10px 15px 10px;	/*上、右、下、左へのメニュー内の余白*/
	font-size: 16px;
	color: #fff;	/*文字色*/
}
#menubar-s li a:hover{
        color: rgba(248,204,14,1.00);
    }


/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 0;	/*上から24pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;
}
.footermenu{
        display: none;
    }
.copyright_inner{
    padding-top: 60px;
} 
/*トップページ　サブタイトル*/

.top_st{
    clear: both;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.top_st img{
    width: 100%;
}
.top_st p{
    font-size: 20px;
    color: #000;
    line-height: 2.5em;
    font-weight: 600;
}
/*トップページ maincopy*/

.top_maincp{
    position: relative;
    clear: both;
    width: 80%;
    margin: 20px auto;
    text-align: left;
    color: #000;
    line-height: 2em;
}
.top_maincp p{
    text-align: center;
    font-size: 36px;
    line-height: 2em;
    font-weight: 700;
}


/*トップページ　ボタン*/

.toplink{
    clear: both;
    width: 50%;
    text-align: center;
    padding: 8px 30px;
    margin: 40px auto 50px auto;
    border: 2px solid #01a1d7;
    border-radius: 30px;
    background-color: #fff;
}
.scale2 img {
    width: 80%;
    overflow: hidden;
}
.scale2 img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.scale2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
    /*トップlreport設定
---------------------------------------------------------------------------*/
#report_base{
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

#report_base ul li{
    list-style: none;
    float: none;
    width: 65%;
    margin: 50px 2% 60px 2%;
    position: relative;
    border-radius: 10px;
    text-align: left;
    color: #000;
    z-index: 1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}
.report_thumb{
    top:-50px;
    left:20px;
    width: 120px;
    height: 120px;
    position: absolute;
    overflow: hidden;
    padding: 10px;
    
}
.report_thumb img{
    height: 100%;
    border-radius: 50%; 
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
} 
.g_back{
    width: 60%;
    background-color: #e1f1c3;
    padding: 30px 2% 30px 28%;
}
.b_back{
    width: 60%;
    background-color: #c8eaf5;
    padding: 30px 2% 30px 28%;
}

.report_date{
    clear: both;
    font-size: 14px;
    
}
.report_title{
    clear: both;
    font-size: 16px;
    font-weight: 600;
}
.report_txt{
    width: 80%;
    font-size: 14px;
    color: rgba(86,86,86,1.00);
    line-height: 1.6em;
    height: 50px;
    overflow: hidden;
}
    
/*ABOUTページ*/
.about{
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.about h2{
    width: 80%;
    text-align: center;
    color: #01a1d7;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #01a1d7;
    
}
.about p{
    width: 80%;
    margin: 10px auto;
    text-align:left;
    font-size: 17px;
    line-height: 2em;
}
.about_ttl{
    clear: both;
    font-size: 36px;
    margin: 0 auto;
    font-weight:700;
    text-align: center;
    line-height: 1.3;
}
.about_st{
    clear: both;
    font-size: 18px;
    margin: 0 auto;
    font-weight:600;
    text-align: center;
    line-height: 1.3;
}

.ttl_blue{
    color: #06548D;
}
.ttl_space{
    margin-top: 40px;
}
.about_txt{
    width: 80%;
    margin: 10px auto;
    text-align:center;
    font-size: 16px;
    line-height: 2em;
}
.about_center_photo{
    width: 35%;
    margin: 30px auto;
}
.about_center_photo img{
    border-radius: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.history_center_photo{
    width: 60%;
    margin: 30px auto;
    text-align: center;
}
.history_center_photo img{
    border-radius: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.history_bottom{
    clear: both;
    width: 80%;
    font-size: 18px;
    margin: 40px auto 60px auto;
}
.history_bottom p{
    width: 6em;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 40px;
    background-color: #039BCE;
    margin: 20px 0 40px 0;
    letter-spacing: 0.2em;
    text-align: center;
}
    .history_bottom span{
        color: #0079A4;
    }

 /*ACTIONページ*/
.action{
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.action_ttl1{
    width: 80%;
    text-align: center;
    color: #01a1d7;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #01a1d7;
}
.action_ttl3{
    width: 80%;
    text-align: center;
    color: #df7133;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #df7133;
}
.action_ttl2{
    width: 80%;
    text-align: center;
    color: #467133;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #467133;
}
.action_txt1{
    width: 70%;
    text-align:center;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 30px auto;
    line-height: 2em;
}
.action_txt2{
    width: 80%;
    text-align:left;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 30px auto;
}
.action_photo{
    width: 30%;
    margin: 40px auto;
    padding: 1%;
    
}
.action_photo img{
    border-radius: 12px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
    
/*reportページ--------------------------------*/
.e_ttl{
    width: 45%;
    margin: 10px auto;
}
#report_cms{
    width: 100%;
    margin: 60px auto 40px auto;
    padding: 0;
    overflow: hidden;
}
.report_list{
    float: none;
    width: 90%;
    margin: 20px auto;
    padding: 1%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
.report_list_date{
    color: #626262;
    width: 6em;
    line-height: 1.5em;
}
.report_list_ttl{
    font-size: 110%;
    font-weight: 600;
}

.report_list_inc{
    width: 20em;
    height: 40px;
    overflow: hidden;
    line-height: 1.2em;
    color: #626262;
    font-size: 90%;
}

.report_cms_cat_g{
    float: right;
    width: 59%;
    padding: 20px;
    background-color: #E1F1C3;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}
.report_cms_cat_g_icon{
    float: left;
    width: 28%;
    margin: 0 auto;
}
.report_cms_cat_g_icon img{
    border-radius: 12px;
}
.report_cms_cat_b{
    float: right;
    width: 59%;
    padding: 20px;
    background-color:#C9EAF5;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}
.report_cms_cat_b_icon{
    float: left;
    width: 28%;
    margin: 0 auto;
}
.report_cms_cat_b_icon img{
    border-radius: 12px;
}
#report_contents_ttl{
    width: 80%;
    margin: 10px auto;  
    border-bottom: 2px solid #01a1d7;
    height: 30px;
}
.report_contents_date{
    float: left;
    width: 6em;
    margin: 5px 10px;
    font-size: 16px;
    line-height: 1.2em;
    color: #626262; 
}
.report_contents_title{
    float: left;
    font-size: 18px;
    line-height: 1.0em;
    margin: 5px 0 5px 20px;
    color: #000;
    font-weight: 600;
}
#report_g_contents{
    width: 76%;
    margin: 20px auto;
    padding: 40px 40px;
    background-color: #E1F1C3;
    border-radius: 15px;
    overflow: hidden;
}
#report_b_contents{
    width: 76%;
    margin: 20px auto;
    padding: 40px 40px;
    background-color: #C9EAF5;
    border-radius: 15px;
    overflow: hidden;
}
.report_cms_txtarea{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8em;
}
.report_cms_photoarea{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.report_cms_photoarea ul li{
    float: left;
    list-style: none;
    width: 30%;
    margin: 1%;
}
.report_cms_photoarea_bottom{
    clear: both;
    width: 30%;
    margin: 10px 60% 10px 3%;
}
.report_cms_photoarea img{
    border: 3px solid #fff;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.report_cms_bottom{
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.report_cms_bottom img{
    width: 100%;
}
.report_cms_bottomright{
    float: right;
    padding: 10px 20px;
    width: 25%;
    height: auto;
}
.report_cms_bottomleft{
    float: left;
    padding: 10px 20px;
    width: 20%;
    height: auto;
}
/*newsニュースページ設定*/

#news_cms{
    width: 85%;
    margin: 10px auto 40px auto;
    padding: 30px;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
/*ロゴ画像*/
header #logo {
	width: 35%;		/*ロゴ画像の幅*/
    margin: 0 auto;
    padding: 10px 0 10px 0;
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 55px;	/*上から100pxの場所に配置*/
    margin-left: 0;
    width: 55%;
	z-index: 300;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.8S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
    padding:50px 0 40px 40%;
    background-color: rgba(5,111,177,0.80);
    border-top-left-radius: 250px;
    background-image: url("../images/mobile_bg2.png");
    background-position: left center;
    background-repeat: no-repeat;
}

/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px 10px 15px 10px;	/*上、右、下、左へのメニュー内の余白*/
	font-size: 15px;
	color: #fff;	/*文字色*/
}  
.inner {
    width: 100%;
    padding: 0;
	margin: 0 auto;
}/*トップページ　サブタイトル*/

.top_st{
    clear: both;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.top_st p{
    font-size:18px;
    color: #000;
    line-height: 2.5em;
    font-weight: 600;
}
/*トップページ maincopy*/

.top_maincp{
    position: relative;
    clear: both;
    width: 90%;
    margin: 10px auto;
    text-align: left;
    color: #000;
    line-height: 2em;
}
.top_maincp p{
    text-align: center;
    font-size: 19px;
    line-height: 2em;
    font-weight: 700;
}


/*トップページ　ボタン*/

.toplink{
    clear: both;
    width: 70%;
    text-align: center;
    padding: 8px 20px;
    margin: 20px auto 30px auto;
    border: 2px solid #01a1d7;
    border-radius: 30px;
    background-color: #fff;
}
.scale2 img {
    width: 80%;
    overflow: hidden;
}
.scale2 img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.scale2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
    /*トップlreport設定
---------------------------------------------------------------------------*/
#report_base{
    clear: both;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}

#report_base ul li{
    list-style: none;
    float: none;
    width: 90%;
    margin: 50px 2% 60px 2%;
    position: relative;
    border-radius: 10px;
    text-align: left;
    color: #000;
    z-index: 1;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}
.report_thumb{
    top:-60px;
    left:35%;
    width: 80px;
    height: 80px;
    position: absolute;
    overflow: hidden;
    padding: 10px;
    
}
.report_thumb img{
    height: 100%;
    border-radius: 50%; 
    border: 3px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
} 
.g_back{
    width: 96%;
    background-color: #e1f1c3;
    padding: 40px 2% 20px 2%;
}
.b_back{
    width: 96%;
    background-color: #c8eaf5;
    padding: 40px 2% 20px 2%;
}

.report_date{
    clear: both;
    font-size: 13px;
    padding-left: 20px;
    
}
.report_title{
    clear: both;
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;

}
.report_txt{
    width: 80%;
    font-size: 14px;
    color: rgba(86,86,86,1.00);
    line-height: 1.6em;
    height: 50px;
    overflow: hidden;
    padding-left: 20px;
} 
/*トップlist2設定
---------------------------------------------------------------------------*/

.list2 {
	float: none;
	width: 80%;
	max-width: 400px;
    margin: 10px auto;
	background-color: #fff;
    border: 1px solid #ccc;
	border-radius: 20px;
	height: 100%;	
	line-height: 1.4;
	position: relative;
	z-index: 10;
	margin-top: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);;
}

.list2 a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 100%;
	color: #000;
	border-radius: 20px;

}
.list_st{
    text-align: center;
	padding: 10px;
    color: #01a1d7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.1em;

}

.list2 a:hover {
	background: rgba(229,229,229,0.70);
}
/*トップニュース設定
---------------------------------------------------------------------------*/
#topnews_base{
    clear: both;
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}
#topnews_base dl{
    border-bottom:none;
}
#topnews_base dt{
    float: none;
    width: 100%;
    color: #505050;
    padding: 0 0;
    border-bottom: none;
}
#topnews_base dd{
    width: 90%;
    float: none;
    color: #000000;
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#top_contact{
    clear: both;
    width: 80%;
    margin: 20px auto;
    font-size: 16px;
    color: #000000;
    text-align: center;
}
    
    /*フッター設定
---------------------------------------------------------------------------*/

.footer_inner{
    width: 100%;
    margin: 0 auto 0px auto;
    overflow: hidden;
    text-align: center;
    
}
.footer_mark{
    width: 12%;
    margin: 8px auto;
}
/*コピーライト
---------------------------------------------------------------------------*/
.copyright_inner{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    max-width: 1400px;
    padding-top: 40px;
    background-image:url("../images/foot_2.png");
    background-repeat:no-repeat;
    background-size: contain;
}

#copyright p{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#copyright span{
    font-size: 12px;
    line-height: 5em;
}
    
/*ABOUTページ*/
.about{
width: 100%;   
    }
.about h2{
    width: 90%;
    margin: 0 auto 20px auto;
}
.about p{
    width: 80%;
    margin: 10px auto;
    text-align:left;
    font-size: 15px;
    line-height: 2em;
}
.about_ttl{
    clear: both;
    font-size: 20px;
    margin: 0 auto 10px auto;
    font-weight:700;
    text-align: center;
    line-height: 1.3;
}
.about_st{
    clear: both;
    font-size: 16px;
    margin: 0 auto;
    font-weight:500;
    text-align: center;
    line-height: 1.3;
}

.ttl_blue{
    color: #06548D;
}
.ttl_space{
    margin-top: 20px;
}
.about_txt{
    width: 95%;
    margin: 10px auto;
    text-align:center;
    font-size: 14px;
    line-height: 2em;
}
.about_center_photo{
    width: 70%;
    margin: 20px auto;
}
.about_center_photo img{
    border-radius: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.history_center_photo{
    width: 80%;
    margin: 30px auto;
    text-align: center;
    font-size: 15px;
    line-height: 2em;
}
.history_center_photo img{
    border-radius: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.history_bottom{
    clear: both;
    width: 80%;
    font-size: 16px;
    margin: 40px auto 60px auto;
}
.history_bottom p{
    width: 6em;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px 40px;
    background-color: #039BCE;
    margin: 20px 0 40px 0;
    letter-spacing: 0.2em;
    text-align: center;
}
    .history_bottom span{
        color: #0079A4;
    }
/*ACTIONページ*/
.action{
    clear: both;
    width: 100%;
    margin: 0 auto;
}
.action_ttl1{
    width: 80%;
    text-align: center;
    color: #01a1d7;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #01a1d7;
}
.action_ttl3{
    width: 80%;
    text-align: center;
    color: #df7133;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #df7133;
}
.action_ttl2{
    width: 80%;
    text-align: center;
    color: #467133;
    font-size: 20px;
    padding: 3px 0;
    margin: 30px auto;
    border-bottom: 2px solid #467133;
}
.action_txt1{
    width: 80%;
    text-align:center;
    color: #000;
    font-size: 15px;
    padding: 0;
    margin: 30px auto;
    line-height: 2em;
}
.action_txt2{
    width: 80%;
    text-align:left;
    color: #000;
    font-size: 15px;
    padding: 0;
    margin: 30px auto;
}
.action_photo{
    width: 60%;
    margin: 20px auto;
    padding: 1%;
    
}
/*JOINページ*/
.join_txt1{
    text-align:center;
    color: #007b85;
    font-size: 14px;
    padding: 0 10%;
    margin: 30px auto;
}
.join_txt1 img{
    width: 10%;
    margin: 20px auto 30px auto;
}
.join_txt1 span{
    font-size: 18px;
    font-weight: 700;
}
.join_ttl{
    clear: both;
    width: 50%;
    font-size: 18px;
    padding: 5px 40px;
    margin: 30px auto 30px auto;
    font-weight: 700;
    border: 1px solid #007b85;
    border-radius: 10px;
    color: #007b85;
    letter-spacing: .2em;
    text-align: center;
    background-color: #fff;
} 
/*reportページ--------------------------------*/
.e_ttl{
    width: 50%;
    margin: 10px auto;
}
#report_cms{
    width: 90%;
    margin: 60px auto 40px auto;
    padding: 0;
    overflow: hidden;
}
.report_list{
    float: none;
    width: 92%;
    margin: 20px auto;
    padding: 2%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
.report_list_date{
    color: #626262;
    width: 6em;
    line-height: 1.5em;
}
.report_list_ttl{
    font-size: 110%;
    font-weight: 600;
}

.report_list_inc{
    width: 20em;
    height: 40px;
    overflow: hidden;
    line-height: 1.2em;
    color: #626262;
    font-size: 90%;
}

.report_cms_cat_g{
    float: right;
    width: 70%;
    padding: 20px;
    background-color: #E1F1C3;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}
.report_cms_cat_g_icon{
    float: left;
    width: 15%;
    margin: 0 auto;
}
.report_cms_cat_g_icon img{
    border-radius: 8px;
}
.report_cms_cat_b{
    float: right;
    width: 70%;
    padding: 20px;
    background-color:#C9EAF5;
    border-radius: 12px;
    margin: 0 auto;
    overflow: hidden;
}
.report_cms_cat_b_icon{
    float: left;
    width: 15%;
    margin: 0 auto;
}
.report_cms_cat_b_icon img{
    border-radius: 8px;
}
#report_contents_ttl{
    width: 90%;
    margin: 10px auto;  
    border-bottom: 2px solid #01a1d7;
    height: auto ;
}
.report_contents_date{
    float: none;
    width: 6em;
    margin: 5px 10px;
    font-size: 15px;
    line-height: 1.2em;
    color: #626262; 
}
.report_contents_title{
    float: none;
    font-size: 16px;
    line-height: 1.0em;
    margin: 5px 0 5px 10px;
    color: #000;
    font-weight: 600;
}
#report_g_contents{
    width: 76%;
    margin: 20px auto;
    padding: 40px 40px;
    background-color: #E1F1C3;
    border-radius: 15px;
    overflow: hidden;
}
#report_b_contents{
    width: 76%;
    margin: 20px auto;
    padding: 40px 40px;
    background-color: #C9EAF5;
    border-radius: 15px;
    overflow: hidden;
}
.report_cms_txtarea{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8em;
}
.report_cms_photoarea{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.report_cms_photoarea ul li{
    float: none;
    width: 80%;
    margin: 10px auto;
}
.report_cms_photoarea_bottom{
    clear: both;
    width: 80%;
    margin: 10px 10%;
}
.report_cms_photoarea img{
    border: 3px solid #fff;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.2);

}
.report_cms_bottom{
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.report_cms_bottom img{
    width: 100%;
}
.report_cms_bottomright{
    float: right;
    padding: 10px 20px;
    width: 40%;
    height: auto;
}
.report_cms_bottomleft{
    float: left;
    padding: 10px 20px;
    width: 40%;
    height: auto;
}
/*newsニュースページ設定*/

#news_cms{
    width: 80%;
    margin: 10px auto 40px auto;
    padding: 20px;
    overflow: hidden;
    border:2px solid #01a1d7;
    border-radius: 15px;
}
#news_cms_ttl{
    clear: both;
    width: 6em;
    font-size: 18px;
    padding: 10px 40px;
    color: #fff;
    margin: 50px auto 10px auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    background-color: #01a1d7
}
#news_cms dl{
    clear: both;
    width: 90%;
    height:auto;
    margin: 10px auto;
    padding: 0 10px;
    border-bottom: 1px solid #01a1d7; 
}
#news_cms dt{
    float: none;
    font-size: 15px;
    width: 100%;
    color: #636363;
}
#news_cms dd{
    float: none;
    width: 100%;
    font-size: 15px;
    margin: 0;
}
#news_cms dd a{
    color: #2650B1;
}
#news_cms dd a:hover{
    color: #C19408;
}
#news_contents_ttl{
    width: 80%;
    margin: 60px auto 10px auto;  
    border-bottom: 2px solid #01a1d7;
    height: 30px;
}
.space{
    clear: both;
    width: 100%;
    min-height: 70px;
    margin: 10px auto;
}
.news_cms_txtarea{
    margin: 20px auto;
    width: 100%;
    font-size: 15px; 
    line-height: 2em;
    color: #666;
}

.news_cms_bottom{
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.news_cms_bottom img{
    width: 100%;
}
.news_cms_bottomright{
    float: right;
    padding: 10px 20px;
    width: 40%;
    height: auto;
}
.news_cms_bottomleft{
    float: left;
    padding: 10px 20px;
    width: 40%;
    height: auto;
} 


}







@media (max-width: 1240px){
}
