@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	font: 100%/1.8 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color: #252525;
	-webkit-text-size-adjust: none;
	background-image: url(../images/bg-w1368.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

html{background:#ffffff;}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#4d4d4d;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999999;
}

a:hover img, a:active img{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}

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

.kojichu{
	display:block;
	width: 100%;
	text-align: center;
	height:500px;
	margin:0 auto;
}


/* レイアウト
------------------------------------------------------------*/
#w1366{
	margin: 0 auto;
	width: 1366px;
}
#wrapper, .inner{
margin:0 auto;
	padding: 0 25px;
}


#header{
	position: relative;
	z-index: 100;	
	height: 253px;
	background-image: url("../images/common/bg_head.png");
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content{
width:100%;
padding:30px 0;
}

#footer{
background-color:#034EA2;
clear:both;
padding:50px 0 60px 0;
}


/* ヘッダー
*****************************************************/
#header .bg{
color:#67c7d4;
font-size: 80%;
background:#ffffff;
text-align: right;
}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:0px 0;
font-size:80%;
font-weight:normal;
margin-top: 20px;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:0px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
font-size:85%;
padding-top:10px;
padding-bottom:10px;
float:right;
margin-right: 95px;
}

#header ul li{
display:inline;
}

#header ul li a{
color: #252525;
padding-right:10px;
}

#header ul li a:hover{color: #888;}


/* トップページ　メイン画像
----------------------------------*/
#top_movie{
	margin-top: -100px;
	width:100%;height:auto;
}
#mainImg{
clear:both;
margin-top:10px;
line-height:0;
text-align:center;
z-index:0;
}
#mainImg img{
width:100%;height:auto;
}

#mainImg a:hover img{opacity:.9;}

#toparea-up{
	overflow:hidden;
	text-align:center;
	background-color:#FFFFFF;
}
#toparea-md{
	overflow:hidden;
	text-align:center;
	background-color:#034EA2;
}
#toparea-md .topareabn{
	width:40%;
}
#toparea-lw{
	overflow:hidden;
	text-align:center;
	background-color:#FFFFFF;
}
#toparea-btn{
	overflow:hidden;
	text-align:center;
	background-color:#034EA2;
}

#news-area h2{
	color: #034EA2;
	font-size: 160%;
	letter-spacing: 0.2em;
	font-weight: bold;
}
#news-area .btn-news{
	width: 200px;
	display: block;
	text-align: center;
	margin: 10px auto;
	border: 1px solid #ccc;
	padding: 0px 0px;
}

@media screen and (max-width: 1365px) {


}
@media screen and (max-width: 644px) {
#toparea-md .topareabn{
	width:90%;
}
#toparea-up .topareabtn{
	width:80%;
}
#toparea-lw .topareabtn{
	width:80%;
}
#toparea-btn .topareabtn{
	width:80%;
}
	
}



/* サブページ　トップ画像
----------------------------------*/
.content-head{
	margin-top:-100px;
}
.content-head h2{
	height: 202px;
	background-image: url("../images/common/bg_content-head.png");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 60px;
	color: #034EA2;
	font-size: 250%;
	font-weight: bolder;
	letter-spacing: 0.75em;
}
.content-foot{
	height: 26px;
	background-image: url(../images/common/bg_content-foot.png);
	background-position: center center;
}

.breadcrumb{
	text-align: center;	
	margin-bottom: 30px;
}
.breadcrumb a{
	color: #00A0E8;
}

.btn-area{
	text-align: center;	
	margin-bottom: 30px;
}

.mind-area{
	margin: -60px -25px 0 -25px;
	padding: 5px 0;
	background-color: #034EA2;
	margin-bottom: 30px;
}
.mind-area .post{
	background-color: #FFF;
	padding: 50px 75px 10px 75px;
	margin:10px 245px 10px 245px;
}
.mind-area .post p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 135%;
}


.btn{
	margin: 5px;
	color: #FFF;
	letter-spacing: 0.25em;
	font-size: 125%;
	display:inline-block;
	padding: 7px 30px;
	border-radius: 2px;
	text-decoration: none;
}
.btn2{
	width: 175px;
	height: 40px;
	vertical-align: middle;
	margin: 5px;
	color: #FFF;
	font-size: 125%;
	line-height: 1em;
	display:inline-block;
	padding: 30px 0px 0px 0px;
	border-radius: 3px;
	text-decoration: none;
}
.btn2-2l{
	width: 175px;
	height: 50px;
	vertical-align: middle;
	margin: 5px;
	color: #FFF;
	font-size: 125%;
	line-height: 1em;
	display:inline-block;
	padding: 20px 0px 0px 0px;
	border-radius: 3px;
	text-decoration: none;
}
.btn3{
	width: 120px;
	margin: 5px;
	color: #FFF;
	letter-spacing: 0.25em;
	font-size: 125%;
	display:inline-block;
	padding: 7px 40px;
	border-radius: 10px;
	text-decoration: none;
}
.btn-area a:hover{
	opacity: 0.7;
}
.bgcol-f5ae69{
	background-color: #F5AE69;
}
.bgcol-ee86a7{
	background-color: #EE86A7;
}
.bgcol-5eb7e8{
	background-color: #5eb7e8;
}
.bgcol-ba79b1{
	background-color: #ba79b1;
}
.bgcol-61c1be{
	background-color: #61c1be;
}
.bgcol-B5B5B6{
	background-color: #B5B5B6;
}
.bgcol-F39800{
	background-color: #034EA2;
}
.bgcol-B5B5B6{
	background-color: #B5B5B6;
}

.dash-line{
	border-bottom: dashed 1px #000;
}
.alignleft{
	text-align: left !important;
}
.alignright{
	text-align: right !important;
}
.aligncenter{
	text-align: center !important;
}
a.scroll-point {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
 @media screen and (max-width: 1365px) {
a.scroll-point {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
}
 @media screen and (max-width: 644px) {
a.scroll-point {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
}


/* サブページ　苦情解決
----------------------------------*/
.complaint{
	padding-top: 10px;
	font-size: 125%;	
	background-color: #FFFDE4;
	border-top: dotted #ea5550 4px;
	border-bottom: dotted #ea5550 4px;
	margin-bottom: 20px;	
}
.complaint table{
    background-color: #FFFDE4;
}
.complaint th{
	width: 1%;
	color: #ea5550;
}
.complaint td{
    line-height: 1.35em;
	padding-bottom: 10px;
}

.resolution{
	font-size: 110%;	
	margin-bottom: 50px;	
}
.resolution td{
    line-height: 1.35em;
}
ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
ul#newsList li img{
	display: inline;
	vertical-align: middle;
}

.tbl-common{
	font-size: 125%;	
	background-color: #FFF;
	border: solid #009944 1px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.tbl-common tr{
	border-bottom: solid #000 1px;
}
.tbl-common th{
	padding: 5px 5px;
	border-right: solid #000 1px;
	text-align: center;
	background-color: #FFF3C2;
}
.tbl-common td{
	padding: 5px 10px 5px 30px;
    line-height: 1.35em;
}
.tbl-common tr:last-child {
	border-bottom: none;
}

.tbl-common2{
	font-size: 125%;	
	background-color: #FFF;
	border: solid #009944 1px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.tbl-common2 tr{
	border-bottom: solid #000 1px;
}
.tbl-common2 td{
	text-align: center;
	padding: 5px 10px 5px 10px;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
    line-height: 1.35em;
	vertical-align: middle;
}
.tbl-common2 tr:last-child {
	border-bottom: none;
}
.tbl-common2 td:first-child {
	border-left: none;
}
.tbl-common2 td:last-child {
	border-right: none;
}
.td-left td{
	text-align: left !important;
}

.tbc-fff3c2{
	background-color: #FFF3C2;
}
.tbc-f5f2e9{
	background-color: #f5f2e9;
}
.tbc-FFF3C3{
	background-color: #FFF3C3;
}
.tbv-center{
	vertical-align: middle;
}
.tba-left{
	padding: 5px 15px !important;
	vertical-align: middle;
	text-align: left !important;
}
.tbl-spec{
	font-size: 80%;
}
.title-kakaku{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 10px;
	padding-bottom: 5px !important;
}
.title-150{
	font-size: 150%;
	line-height: 1.0em;
	margin-top: 10px;
	padding-bottom: 10px !important;
}
.y-box{
	font-size: 90%;
	padding: 0px 10px;
	margin-left: 10px;
	background-color: #F39800;
	color:#FFF !important;	
}
.gr-box{
	overflow: hidden;
	display: block;	
	padding: 20px;
	margin-left: 10px;
	color:#009944 !important;
	border: solid 1px #009944;
}


/* PDFアイコン
----------------------------------*/
.pdf-icon {
	display:block;
	font-size: 125%;
	padding-bottom: 10px;
	border-bottom: dashed 1px #000;
	margin-bottom: 30px;
}
.pdf-icon img{
	display:inline-block;
	margin-right: 10px;
	vertical-align:top;
}
.pdf-icon p{
	padding-top: 30px;
	display:inline-block;
}
.pdf-icon .alignright{
	float: right;
}

.img-box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.img-box-sp{
	margin-right: 10px;
}
.img-box2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

 @media screen and (max-width: 644px) {
.img-box2{
    display: block;
	margin: 0 auto !important;
}
.img-box2 img{
	width: 100%;
}
}

.flow{
	width: 100%;

}
.flow img{
	position: relative;
	z-index: 100;
	float: left;
}
.flow-line{
	z-index: 50;
	position: relative;
	top: 50px;
	left: 20px;
	font-size:125%;
	line-height: 1.25em;
	padding: 5px 5px 5px 5px !important;
	margin: 0 20px 0 0;
}
.flow-boder{
	position: relative;
	top: -45px;
	left: 20px;
	margin: 0 20px 0 0;
	border-bottom: dashed 2px #ccc;
}
.flow-btn{
	color: #fff;
	background-color: #666;
	padding: 0 10px;
}


.bgcol-d3edfb{
	background-color: #d3edfb;
}
.bgcol-fadce9{
	background-color: #fadce9;
}
.bgcol-fff5d7{
	background-color: #FFE4B5;
}
.bgcol-dbbeda{
	background-color: #dbbeda;
}
.bgcol-bce1df{
	background-color: #bce1df;
}


.imgC{
	display: block;
	margin: 0 auto;
}


.qa img{
	float: left;	
}
.qa-qa{
	display: block;
	padding: 30px 0 0 0;
	margin: 0 0 0 110px;
}
.qa-q{
	font-weight: bold;
	font-size:125%;
	line-height: 1.25em;
	padding: 5px 5px 5px 15px !important;
}
.qa-a{
	line-height: 1.25em;
	padding: 20px 5px 20px 15px !important;
}
.qa-ldot{
	margin: 10px 20px;
	border-left: dotted 4px;
}
.bdcol-ee86a7{
	border-color: #EE86A7;
}
.bdcol-f5ae69{
	border-color: #999999;
}
.bdcol-5eb7e8{
	border-color: #5eb7e8;
}
.bdcol-ba79b1{
	border-color: #ba79b1;
}
.bdcol-61c1be{
	border-color: #61c1be;
}
.txtcol-5eb7e8{
	color: #5eb7e8;
}
.txtcol-f8b62d{
	color: #f8b62d;
}
.txtcol-ea5550{
	color: #ea5550;
}
.txtbold{
	font-weight: bold;
}

.icon-home{
	margin-right: 10px;
	margin-bottom: -10px;
}
.tel-fax{
	display: inline-block;
	font-weight: bold;
	margin-right: 20px;
	color: #ea5550 !important;
	font-size: 150%;
}



/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
	margin-top: 0px;
    max-width: 100%;
     height: auto;
}

.postWrap{
margin:0 220px 0 220px;
}

article.archive span{padding-left:10px;}

/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 60px;
font-size:140%;
text-align:center;
}

h2.title-line{
clear:both;
margin:20px 0 20px;
font-size:140%;
text-align:left;
border-bottom:2px solid #67c7d4;
}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post {padding-bottom:60px;}
.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 0px;}

.post .ldot ul li{
line-height: 1em;
margin:0px 0 0 0px;
padding:2px 0 13px 20px;
background-image: url('../images/common/icon_list-01.png');
background-repeat: no-repeat;
background-position: left top;
}

.post ol{margin: 0 0 10px 0px;}

.post ol li{list-style:decimal;}

.post .sdot ul li {
line-height: 1em;
margin:0px 0 0 0px;
padding:2px 0 20px 20px;
background-image: url('../images/common/icon_list-02.png');
background-repeat: no-repeat;
background-position: left top;
}

.post .supporter ul li {
font-size:110%;
line-height: 1em;
margin:0px 0 0 0px;
padding:2px 0 20px 0px;
background-repeat: no-repeat;
background-position: left top;
}
.post .supporter li span{
color:#67c7d4;
}

.post h1, .post h2, .post h3, .post h4{clear:both;}

.post h1{
margin:20px 0 30px 0;
padding:10px 15px;
font-size:130%;
background:#FFE4B5;
}

.post h2{
color:#38383e;
margin:20px 0 20px 0;
padding:0px 12px;
font-size:120%;
font-weight:900;
line-height: 1.5em;
background-image: url(../images/common/icon_h2-01.png);
background-repeat: no-repeat;
background-position: left top;
}

.post h3{
text-align: center;
color:#000;
font-size:175%;
letter-spacing: 0.6em;
padding-top: 20px;
padding-bottom: 15px;
margin-bottom: 25px;
background-image: url("../images/common/bg_content-h3.png");
background-repeat: repeat-x;
background-position: center bottom;
}

.post h4{
text-align: left;
color:#000;
font-size:125%;
letter-spacing: 0.6em;
padding-bottom: 10px;
margin-bottom: 20px;
background-image: url("../images/common/bg_content-h4.png");
background-repeat: repeat-x;
background-position: center bottom;
}

.post h5{
padding: 10px 0;
background-image: url("../images/common/arrow_common.png");
background-repeat:no-repeat;
background-position: left center;
}
.post h5 p{
font-size: 135%;
color: #45b035;
letter-spacing: 0.5em;
font-weight:900;
margin: 0px 0px 0px 75px;
padding: 0 0 0 15px;
border: solid 2px #45b035;
border-radius: 15px;
}

.post h6 {
text-align: left;
color:#ea5550;
font-size: 250%;
line-height: 1em;
border-bottom: dashed 2px #ccc;
padding-bottom: 0px;
margin-bottom: 20px;
}

.post .line-dot{
background-image: url("../images/common/bg_content-h4.png");
background-repeat: repeat-x;
background-position: center bottom;
}


.post blockquote {
clear:both;
padding:10px 0 10px 20px;
margin:10px 0 25px 10px;
border-left:5px solid #ccc;
}

.photo-left{
	float: left;
	padding: 0px 20px 0px 0px;
}

img.aligncenter {
display: block;
margin:5px auto 40px 0;
}

img.alignright{
margin:0 0 25px 25px;
float:right;
}

img.alignleft{
margin: 0 25px 25px 0;
float: left;
}


/* フッター　ウィジェット
*****************************************************/
.widgetWrap{
margin: 0 0px 0px 0;
padding: 0 0px 0px 0;
/*margin-right:50px;*/
}

#fbanners{
clear: both;
padding: 20px 0 0 0;
}
#fbanners img{
max-width:300px;
height:auto;
margin-bottom:0px;
}

section.widget{
width: 240px;
margin: 20px 20px 0 0;
float: left;
}

section.widget ul{

}
section.widget li{
font-size:125%;
}
section.widget li span{
color:#FFCC00;
}

section.widget h3{
clear:both;
margin:0 0 0px;
padding:0px 0;
font-size:125%;
font-weight:normal;
color: #FFCC00;
}

section.widget a{
color:#FFFFFF;
display:block;
padding:0px 0 0px 0;
}

section.widget ul.sub-menu{
margin-left:10px;
}

section.widget a:hover{
background-position: 3px 50%;
color:#999999;
}

/* コンテンツフット
-------------*/
#cfArea{
background-color:#FFF;	
padding:50px 0;
}
#cfArea p{
	margin-top: 5px;
	margin-left: 0px;
	display: block;
	font-size: 24px;
}
.photo-en{
	float:left;
}
.cfbox{
	vertical-align: middle;
	width: 800px;
	margin-left: 350px;
	display: block;
}
.cfbtn-access{
	margin-left: 20px;
	margin-bottom: 20px;
}

.top-btn{
	float:right;
}

/* ニュースエリア
-------------*/
#newsArea{
clear:both;
background-color:#e8e8e8;	
padding:10px 0;
}

/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 13px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #eeeeee;
}

.widgetInfo{
width: 70%;
background-color: #FFF;
padding: 15px;
float: left;
}


.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
}

.newsTitle p a{
color:#000000;
}

.newsTitle p a:hover{
color:#999999;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #eeeeee;
}

.news p a{
display:block;
padding:6px 0 5px 0;
color:#4d4d4d;
}

.news p a:hover{
color:#999999;
}

.news span{padding-left:10px;}

.info {
display:inline-block;
text-align:center;
width:100px;
font-size:90%;
margin:0px 5px;
color:#FFF;
background-color:#fb7d79;
}

/* フローティングバナーのラップ要素 */
#fixed_right_banner
{
    /* 右端の上から20pxの位置に固定表示 */
    position: fixed; z-index: 200;
    top: 130px;
    right: 0;
}

/* 画像の共通設定 */
#fixed_right_banner > *
{
    clear: both;
    float: right;
    /* 横幅 */
    width: 247px;

    /* 最初にあらかじめ右側を10px詰めて表示。 */
    margin-right: -210px;
}

/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 0px; }

/* リンク要素 */
#fixed_right_banner > a
{
    /* ブロック要素に変更 */
    display: block;
}

/* マウスオーバーで、詰めた右側のマージンをリセット。 */
#fixed_right_banner > *:hover
{
    margin-right: 0;
}
#fixed_right_banner > *
{
    /* アニメーション設定を追加。 */
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
}
#fixed_right_banner
{
    /* 右端の上から半分の位置に固定表示 */
	position: fixed;
    top: 50％;
    right: 0;
 
    /* 要素の高さ半分の値を上に移動 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#fixed_right_banner a:hover img, a:active img{
opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


/* フッター
*****************************************************/
.flink {
margin-top:100px;
}
.flink a{
font-size:90%;
}
.newsArea-cl {
clear:both;	
}
.Area-cl:after {
  content: "";
  clear: both;
  display: block;
}

#footerWrapper{
clear:both;
width:1366px;
}

#copyright{
color:#000;
width: 100%;
height: 100%;
padding: 25px 0 50px 0;
background-color:#FFF;
clear:both;
text-align:left;
font-size:120%;
}
#copyright p{
float: left;
vertical-align:text-bottom;
}
#copyright .adress{
}
#copyright span{
margin: 0 0 0 0px;
display: inline-block;
}

/* トップページ バナー3
------------------------------------------------------------*/
.thumbWrap{
width:1366px;
margin:50px 35px 20px 0;
}

.thumbWrap li{
float:left;
width:315px;
margin:0 10px 0 10px;
padding:2px 0 40px;
background:none;
}

.thumbWrap li p{
margin:15px 0 20px 0;
}

.thumbWrap{
width:1366x;
margin:20px 35px 20px 0;
}

/* トップページ バナー4
------------------------------------------------------------*/
.thumbWrap4 li{
float:left;
width:240px;
margin:0 15px 150px 0;
padding:0px 0 0px;
background:none;
}

.thumbWrap4 li p{
margin:20px 0 20px 0;
}

.thumbWrap4{
margin:50px 0 10px 0;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:3px;
font-weight:normal;
font-size:100%;
text-align:center;
border: 2px solid #000;
}

ul.thumb h3 span{
display:block;
padding:5px 3px;
}

ul.thumb h3 a{
color:#000000;
}

ul.thumb h3 a:hover{
color:#999999;
}


/* ページ別 */
.box672{
padding: 0 20px 0 0px;
float: left;
width: 672px;
}
.box672 img{
margin: 0 0 12px 0;
}
.imgMgr20{
margin-right: 20px;
}
.imgMgb20{
margin-bottom: 20px;
}
.btn2 .imgL{
margin-right: 20px;
margin-bottom: 20px;
}
.btn2 .imgR{
margin-right: 0px;
margin-bottom: 20px;
}

#mc-area{display:none;}

.sbn-ds{
	display: none;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1365px){

a#menu{display:none;}
.mlogo{display:none;}
.hlogo{margin: 0 0 0 330px;}
	
#top-img img{margin-top: -40px;}
	
}

#sptopimg{display:none;}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1365px){	
/*190908*/
#header{
	height: auto;
	background: #034EA2;
	position: fixed;
	margin-top:-10px;
	z-index:500;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);;
}
#header h1{
	float: none;
	height: 90px;
	padding:15px 10px 12px 10px;
	}

.bg{display: none;}
#header ul{display: none;}
.pclogo{display:none;}	
.mlogo{display:block;}

#topImg{padding-top:55px;}
#content header{padding-top:15px;}
	
/*190908*/

#header ul li a,#header ul li a:hover{background-position:0 50%;}

/*190908*/
section.widget{
margin: 10px 20px 0 0;
}
#footer{
padding:5px 0 15px 0;
}
	
}


/* 1365px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1365px){
#w1366{width: 100%}	

#wrapper, #header, .inner{
	padding: 0 0;
	width:100%;
}

#header h1, #header p{padding:4px 10px;}
#header h2{padding:20px 10px 0;}
#header ul{padding:20px 10px 40px;}
.mlogo{height: 45px;}
	
.hlogo{display: none;}
	
#top_movie{margin-top: 105px;}	

#top-img img{margin-top: 105px;}			
	
#mainImg img{
width:100%;height:auto;
margin-top:-35px;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:20px 0 10px;
}

.content-head {
	margin-top:0px;
	padding-top: 100px;
}
	
	
	
#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:31%;height:auto;}

.thumbWrap{width:100%;margin:10px auto 0;text-align:center;}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}
.thumbWrap4{width:100%;margin:10px auto 0;text-align:center;}
.thumbWrap4 ul.thumb4 li{width:22%; float:left;margin:0 1% 0 2%;}
.thumbWrap4 img{width:100%;height:auto;}

#footerWrapper{width:95%;margin:0 auto;}
#fbanners{width:95%;margin:0 auto;}
	
section.widget{
float:none;
width:100%;
border-right:0px solid #FFF;
}
section.widget h3{
border-bottom:1px solid #FFF;
}
	
#calendar_wrap table{margin:0 auto;width:300px;}
	
#cfArea{
display: none;		
}	
#copyright .adress{
padding:0 0 0 25px; 
width: 95%;
}
	
.box672 {
padding: 0 0 0 0;
width: 100%;
height:auto;
}

}

/* 幅1023px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 1023px){
.postWrap{
	width: 95%;
	margin:0 auto;
}
.mind-area .post{
	background-color: #FFF;
	padding: 50px 75px 10px 75px;
	margin:10px 40px 10px 40px;
}
.mind-area .post p{
	font-size: 135%;
}
	
}
	
	
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	
#sptopimg{
	padding-top: 60px;
	display: block;
}
#sptopimg img{
	width:100%;
}	
#top_movie{display: none;}	
	
/*190908*/	
#header{
	height: 73px;
	text-align:left;}
#header h2,#header h1,#header p,#header ul{float:none;}
#headerInfo{width:250px;margin:0 auto;}
#footer ul{text-align:left;}
#footer ul ul{padding:0;}

#header .bg{
text-align:center;
}
.mind-area .post{
	background-color: #FFF;
	padding: 50px 20px 10px 20px;
	margin:10px 40px 10px 40px;
}
.mind-area .post p{
	font-size: 120%;
}
.mind-area .post img{
width:50%;
}	
	
.mlogo{
	width: 150px;	
}
.content-head {padding-top: 60px;}
.content-head h2{	
	font-size: 150%;
	letter-spacing: 0.75em;
}
	
#mc-area{
	display:block;
	margin: 20px 10px 10px 10px;
}
.mc-box img{
	width: 80%;	
}
.mc-box p{
	font-size: 80%;
}
.mc-box a{
	color:#999;
}
#copyright{
padding:10px 0px 25px 0px;
font-size:80%;
}
#copyright .adress{
padding:0px 10px 0px 10px;
font-size:80%;
}
	
#fixed_right_banner{
display: none;
}
.flink a{
font-size:75%;
}
	
/* PDFアイコン
----------------------------------*/
.pdf-icon {
	display:block;
	font-size: 100%;
	padding-bottom: 10px;
	border-bottom: dashed 1px #000;
	margin-bottom: 30px;
}
.pdf-icon img{
	width: 50px;
	display:inline-block;
	margin-right: 10px;
	vertical-align:top;
}
.pdf-icon p{
	width: 150px;
	padding-top: 0px;
	display:inline-block;
}
.pdf-icon .alignright{
	width: 80px;
}
.bn-ds{
	display: none;
}
.sbn-ds{
	display: block;
}

}

/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
#banners p img{width:31%;height:auto;}

}


/* マージン
------------------------------------------------------------*/
.mb100{
margin-bottom: 100px;
}
.mb50{
margin-bottom: 50px;
}
.mb40{
margin-bottom: 40px;
}
.mb30{
margin-bottom: 30px;
}
.mb20{
margin-bottom: 20px;
}
.mb10{
margin-bottom: 10px;
}
.mt100{
margin-top: 100px;
}
.mt50{
margin-top: 50px;
}
.mt40{
margin-top: 40px;
}
.mt30{
margin-top: 30px;
}
.mt20{
margin-top: 20px;
}
.mt10{
margin-top: 10px;
}
.mt-10{
margin-top: -10px;
}
.mt-15{
margin-top: -15px;
}
.mt-20{
margin-top: -20px;
}
.mt-30{
margin-top: -30px;
}
.mt-40{
margin-top: -40px;
}
.mt-50{
margin-top: -50px;
}
.pt20{
padding-top: 20px;
}
.pt50{
padding-top: 50px;
}

/* カラー
------------------------------------------------------------*/
.col-67c7d4{
color:#67c7d4;
}
.col-506BA8{
color:#506BA8;
}
.col-00808e{
color:#00808e;
}
.col-6495ED{
color:#6495ED;
}
.col-ea5550{
color:#ea5550;
}
.col-ff0000{
color:#ff0000;
}
.col-F39800{
color:#034EA2;
}
.col-E83828{
color:#E83828;
}
.col-E60012{
color:#E60012;
}

/* スペック
------------------------------------------------------------*/
.spec{
font-size: 90%;
margin-top: 10px;
line-height: 1.25em;
}
.spec-r{
text-align: right;
font-size: 90%;
margin-top: 10px;
line-height: 1.25em;
}
.cbox{
font-size: 90%;
padding: 0px 5px;
margin-right: 5px;
color: #FFF;
background-color: #888897;
}

.jisage{
margin-left: 20px;
}
.kyocho{
font-size: 110%;
font-weight:bold;
}
.cp-catch{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 175%;
font-weight: bold;
text-align: center;
color: #009944;
line-height: 1.35em;
margin-top: -40px;
margin-bottom: 25px;
}

.tbl-ul table th{
color: #6495ED;
text-align: left;
padding: 5px 0 5px 0;
border-bottom: 1px solid #CCC;
}
.tbl-ul table td{
vertical-align: middle;
text-align: left;
padding: 5px 0 5px 0;
border-bottom: 1px solid #CCC;
}
.tbl-ul2 table td{
padding: 0;
border-bottom: 4px dotted #CCC;
}

.sitemap h2{
color: #67C7D4;
padding-left: 10px;
margin-bottom: 20px;
border: 1px solid #67C7D4;
}
.sitemap h3{
color: #000;
padding-left: 10px;
margin-bottom: 10px;
background-color: #E8E8E8;
}
.sitemap li{
font-size: 90%;
padding-left: 10px;
margin:0 0 5px 20px;
border-bottom: 1px solid #CCC;
}

/* テーブル
------------------------------------------------------------*/



/* テーブルスクロール
------------------------------------------------------------*/
.scTbl{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scTbl::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scTbl::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scTbl::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.scTbl p{
font-size: 95%;
line-height: 1.3em;
  text-indent: -1em;
  padding-left: 1em;	
}



/* モバイルナビ
------------------------------------------------------------*/
.drawer_menu a {
	color: inherit;
	text-decoration: none;
}

.drawer_menu a:visited {
	color: inherit;
}

/* PC用ナビゲーション */
.drawer_menu .drawer_nav_wrapper {
	transform: translate(0);
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	position: relative;
	top: auto;
	right: auto;
	z-index: 100;
	background-color: #FFF;
	/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
	max-width: 1366px;
	/* コンテンツ幅に合わせる */
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}
.drawer_menu .drawer_nav li:first-child {
	border-left:1px solid #eeeeee;	
}
.drawer_menu .drawer_nav li {
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	/* PC用メニュー高さ */
	line-height: 50px;
	/* PC用メニュー高さ */
	background-color: #FFF;
	/* PC用メニューボタン背景色 */
	text-align: center;
	list-style-type: none;
	border-right:1px solid #eeeeee;
}

.drawer_menu .drawer_nav li:hover {
	/*background-color: #EEE;*/
	/* PC用メニューボタンマウスオーバー背景色 */
}

.drawer_menu .drawer_nav li a {
	color: #000;
	/* PC用メニューボタン文字色 */
}

/* PC非表示 */
@media screen and (min-width:1365px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
.drawer_menu{
	height: 0px;
	}
.drawer_menu .drawer_button {	
	position: relative;
	top: -245px;
	right: 0px;
	left: 1250px;
	}
	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 110px !important;
	}	
	
}

@media screen and (min-width: 1365px) {
	/* ドロップダウンメニュー2階層目 */
}


/*+++ Default Button Color +++*/
.drawer_menu .drawer_button {
	color: #947f28;
	/* ハンバーガーメニュー文字色 */
	display:none;
}
.drawer_menu .drawer_button .drawer_bar {
	background-color: #034EA2;
	/* ハンバーガーメニュー三本線の色 */
}


/* 1366px以下 */
@media screen and (max-width: 1366px) {
	.drawer_menu .drawer_button {
		position: fixed;
		top: 0px;
		right: 0px;
	}	
	
	.drawer_menu .drawer_button {
	display: block;
	background-color: #034EA2 !important;
	color: #FFF !important;
	border: none;
	padding: 10px;
	width: 80px;
	letter-spacing: 0.25em;
	cursor: pointer;
	z-index: 1001;
	text-align: center;
	outline: none;
	}
.drawer_menu .drawer_button {
	color: #FFFFFF;
	/* ハンバーガーメニュー文字色 */
	display:none;
}
.drawer_menu .drawer_button .drawer_bar {
	background-color: #FFFFFF;
	/* ハンバーガーメニュー三本線の色 */
}	
	
}

/* 644px以下 */
@media screen and (max-width: 644px) {
	.drawer_menu .drawer_button {
	padding: 6px 5px 5px 5px !important;
	width: 60px !important;
	letter-spacing: 0.0em !important;
	}
	.drawer_menu .drawer_button.active .drawer_bar {
		width: 50px !important;
	}
	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(22.5deg) !important;
	}
	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}
	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-22.5deg) !important;
	}
	.drawer_menu .drawer_bar {
		display: block;
		height: 3px !important;
		margin: 6px 2px !important;
		transition: all 0.2s;
		transform-origin: 0 0;
	}
}

	.drawer_menu .drawer_bg {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
		top: 0;
		left: 0;
	}

	.drawer_menu .drawer_button {
	display: block;
	background-color: #FFF;
	color: #034EA2;
	border: solid 1px #034EA2;
	padding: 10px;
	width: 100px;
	letter-spacing: 0.25em;
	cursor: pointer;
	z-index: 1001;
	text-align: center;
	outline: none;
	}
	.drawer_menu .drawer_button.active .drawer_bar {
		width: 80px;
	}
	.drawer_menu .drawer_button.active .drawer_bar1 {
		transform: rotate(27.5deg);
	}
	.drawer_menu .drawer_button.active .drawer_bar2 {
		opacity: 0;
	}
	.drawer_menu .drawer_button.active .drawer_bar3 {
		transform: rotate(-27.5deg);
	}
	.drawer_menu .drawer_button.active .drawer_menu_text {
		display: none;
	}
	.drawer_menu .drawer_button.active .drawer_close {
		display: block;
	}
	.drawer_menu .drawer_bar {
		display: block;
		height: 3px;
		margin: 15px 2px;
		transition: all 0.2s;
		transform-origin: 0 0;
	}
	.drawer_menu .drawer_text {
		text-align: center;
		font-size: 14px;
	}
	.drawer_menu .drawer_close {
		letter-spacing: 0.08em;
		display: none;
	}
	.drawer_menu .drawer_menu_text {
		display: block;
	}
	.drawer_menu .drawer_nav_wrapper {
		width: 250px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(250px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFF;
		/* ドロワーメニュー内背景色 */
		overflow-x: hidden;
		overflow-y: auto;
	}
	.drawer_menu .drawer_nav {
		display: block;
		position: relative;
		margin-top: 65px;
	}
	.drawer_menu .drawer_nav li {
		background-color: #fff;
		height: auto;
		line-height: 50px;
		/*  ドロワーメニューリスト項目高さ */
		position: relative;
		border-bottom: 1px solid #eee;
	}
	.drawer_menu .drawer_nav li a {
		background-color: #fff;
		/* ドロワーメニューリスト背景色 */
		color: #555;
		/* ドロワーメニューリスト文字色 */
		display: block;
		text-align: left;
		padding-left: 10px;
	}
	/* スマートフォン2階層目 */
	.drawer_menu .drawer_nav li:hover ul.second-level {
		display: block;
	}
	.drawer_menu .drawer_nav li ul.second-level {
		display: none;
		position: relative;
		padding: 0;
		z-index: 1001;
	}
	.drawer_menu .drawer_nav li ul.second-level li a {
		padding-left: 20px;
	}
	.drawer_menu .drawer_nav_wrapper.open {
		transform: translate(0);
	}
	.drawer_menu.left .drawer_button {
		right: auto;
		left: 32px;
	}
	.drawer_menu.left .drawer_nav_wrapper {
		transform: translate(-250px);
		right: auto;
		left: 0;
	}
	.drawer_menu.left .drawer_nav_wrapper.open {
		transform: translate(0);
	}
	.pc-hidden {
		text-align: center;
	}
	.touch-btn {
		color: #555;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 50px;
		height: 50px;
		text-align: center;
		vertical-align: middle;
	}
/* 1366px以下 */
/*}           */



/* メニューオープン
------------------------------------------------------------*/
.mmenu {
	
           font-weight: bold;
           cursor: pointer;
}
.mmenu:hover{
           font-weight: bold;
           cursor: pointer;
           color: #0CF;
}
.row{
           display: none;
}

/* ページトップ
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;

}
#page-top a:hover {
    text-decoration: none;
}
.pdf-icon {
	
}
/* お申し込み方法
------------------------------------------------------------*/

.flownew{
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: auto;
  	background:
    -webkit-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px),
    -webkit-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px),
    -webkit-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px),
    -webkit-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px);
    -ms-radial-gradient(0 100%, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px),
    -ms-radial-gradient(100% 100%, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px),
    -ms-radial-gradient(100% 0, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px),
    -ms-radial-gradient(0 0, circle, rgba(204,0,0,0) 14px, #FFE4B5 15px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}
.flownew img{
	margin: 20px;
	position: relative;
	z-index: 100;
	float: left;
}
.flownew-line{
	z-index: 50;
	position: relative;
	top: 20px;
	padding-left: 10px;
	padding-right: 30px;
	font-size:125%;
	font-weight: bold;
	color: #E83828;
	line-height: 1.25em;
}
.flownew .flownewtext{
	overflow: hidden;	
	position: relative;
	top:15px;
	padding-left: 10px;
	padding-right: 30px;
	margin-bottom: 30px;
}
