@charset "utf-8";
/*=========================================================
   基本スタイルシート
=========================================================*/

body {
	font-family: "メイリオ", Meiryo, YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
	font-weight:normal;
	text-align: justify;
	letter-spacing: 0.01em;
	line-height: 1.7em;
	width:100%;
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	min-width: 350px; /* 最小画面サイズ */
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
	background-size: cover;
	border-top: 5px solid #2891F6; /* 画面最上部のライン */
}


ul { list-style: none; margin: 0; padding: 0; }

a {
	text-decoration:none;
	color:#323232;
	transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
}

a:hover {
	color: #00F;
	font-weight:900;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}

.img_area img {
	vertical-align:top;/* 画像の下に出来る隙間をなくす */
}


#main-area {
	width: 1225px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border: 0px solid #2891F6;
}

@media screen and (max-width: 1225px) {
	#main-area {
		width: 95%;
	}
}

@media screen and (max-width: 500px) {
	#main-area {
		width: 99%;
	}
}



/*====================================================================
	画面100％ ボーダー表示
====================================================================*/
.border100 {
	width: 100%;
	border-top: 5px solid #2891F6;
	margin: 0px
	padding: 0px;
}



/*====================================================================
　　　フォントサイズ
====================================================================*/
.font110 {font-size: 110%;}

.font120 {font-size: 120%;}

.font130 {font-size: 130%;}

.font140 {font-size: 140%;}

.font150 {font-size: 150%;}

.font160 {font-size: 160%;}

.font170 {font-size: 170%;}

.font180 {font-size: 180%;}

.font190 {font-size: 190%;}

.font200 {font-size: 200%;}

.font210 {font-size: 210%;}



/*====================================================================
	文字２行目以降下げる
====================================================================*/
.moji-down01 { 
	padding-left:2em;
	margin-top: 0.3em;
	text-indent:-2em;
	line-height: 1.2em;
	border: 0px solid #2891F6;
}

.moji-down1 { 
	padding-left:2em;
	margin-top: 0.3em;
	text-indent:-1em;
	line-height: 1.2em;
	border: 0px solid #2891F6;
}

.moji-down2 { 
	padding-left:3em;
	margin-top: 0.3em;
	text-indent:-1em;
	line-height: 1.2em;
	border: 0px solid #2891F6;
}

.moji-down3 { 
	padding-left:3.5em;
	margin-top: 0.3em;
	text-indent:-2.5em;
	line-height: 1.2em;
	border: 0px solid #2891F6;
}




/*=========================================================
    ※戻るボタンの基本スタイル
右下50pxの余白と、フェード（不透明度）のアニメーションを定義。
=========================================================*/
/* ページトップボタンの基本スタイル */
.pagetop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    z-index: 999;
/* 初期状態は非表示（透明かつクリック不可） */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    cursor: pointer;
}

/* 表示状態のクラス（JSで切り替え） */
.pagetop.is-show {
    opacity: 1;
    visibility: visible;
}

/* ボタン内の画像調整 */
.pagetop img {
    width: 100%;
    height: auto;
    display: block;
}

/* スマホ対応：画面が小さい場合は余白を少し調整（任意） */
@media (max-width: 768px) {
    .pagetop {
        right: 20px;
        bottom: 20px;
    }
}



/*=========================================================
    サブページタイトル画像
=========================================================*/
.subpage-titleimg {
	width: 100%;
	padding: 0.8em 0px;
	line-height: 1.0em;
	background-image: url("../images/Network-006_h150.png");
	background-position: center;
	border-top: 3px solid #2891F6;
	border-bottom: 3px solid #2891F6;
	display: flex;
	align-items: center;
}

.subpage-titleimg h1 {
	padding: 0.8em 0px;
	line-height: 1.0em;
	color: #FFF;
	vertical-align: middle;
	margin: 0px auto;
}



/*=========================================================
    ※現在の場所表示用
=========================================================*/
.current-location {
	width: 100%;
	padding: 3px 0px 2px 10px;
	margin: 0px auto;
	font-size: 80%;
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 1px solid #2891F6;
}

/***** @media (max-width: 1100px) {
	.current-location {
		width: 99%;
	}
} *****/

.current-location a {
	text-decoration: none;
	display: inline;
}

.locationspace {
	letter-spacing: -0.5em;
	display: inline-block;
	transform: scaleX(1.5);
}



/*=========================================================
    ※タイトル レイアウト
=========================================================*/
.title-area {
	width: 100%;
	padding: 3em 0px;
	margin: 0px auto;
	text-align: center;
	border-top: 5px solid #2891F6;
	border-bottom: 5px solid #2891F6;
	background-image: url("../images/titleimages-0001.png");
	background-position: center;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}

@media (max-width: 768px) {
	.title-area {
		padding: 1.8em 0px;
	}
}

h1 {
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 1.0em;
	color: #1C97C3;
	text-shadow: 4px 4px 4px #333;
}

/* スマホ対応画面 */
@media (max-width: 768px) {
	 h1 {
		font-size: 28px;
		line-height: 1em;
		letter-spacing: 0em;
	}
}



/*=========================================================
	メイン基本表示エリア
=========================================================*/
.main-area {
	width: 1090px;
	padding: 0em 0px;
	margin: 1em auto 0px auto;
	font-size: 100%;
	line-height: 1.3em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
	word-break: break-all;
	background-color: #FFFFFF;
	border: 0px solid #0FF;
}

@media (max-width: 1110px) {
	.main-area {
		width: 97%;
		padding: 0px 5px;
	}
}

/***** @media (max-width: 1130px) {
	.main-area {
		width: 99%;
	}
} *****/



/*=========================================================
    ディスプレイ表示
=========================================================*/
.displayimg {
	display: inline-block;
}



/*=========================================================
    ＰＤＦダウンロード
=========================================================*/
.pdf-download {
	width: 15em;
	line-height: 1.0em;
	padding: 0.8em;
	margin: 5px auto;
	background-color: #e9f5e9;
	border-radius: 20px;
	border: 2px solid #666;
}



/*=========================================================
    ※街並みレイアウト
=========================================================*/
.machinami {
	width: 100%;
	height: 60px;
	padding: 0px;
	margin: 30px 0px 5px 0px;
	background: url("../images/image_machinami-h60.png") repeat-x;
	background-position: center;
}




/*====================================
　　隙間調整
====================================*/
.space05 {
	width: 100%;
	padding-top: 5px;
}

.space10 {
	width: 100%;
	padding-top: 10px;
}

.space10-0 {
	width: 100%;
	padding-top: 10px;
}

@media (max-width: 500px) {
	.space10-0 {
		padding-top: 0px;
	}
}

.space20 {
	width: 100%;
	padding-top: 20px;
}

.space30 {
	width: 100%;
	padding-top: 30px;
}

.space40 {
	width: 100%;
	padding-top: 40px;
}

.space50 {
	width: 100%;
	padding-top: 50px;
}



/*=========================================================
　　角丸表示
=========================================================*/
.kadomaru {
	border-radius: 20px;
	border: 1px solid #2891F6;
}



/*=========================================================
　　水平線・罫線
=========================================================*/
.horizontal-1dot {
	margin: 1em auto;
	background-color: #FFFFFF;
	border-top: 1px dotted #1C97C3;
}

.horizontal-2dot {
	margin: 1em auto;
	background-color: #FFFFFF;
	border-top: 2px dotted #1C97C3;
}



/*=========================================================
	スマホで閲覧時のみ任意の場所で改行<br class="sp-br">
=========================================================*/
/* PC表示の時（501px以上）は非表示 */
@media screen and (min-width: 610px) {
	.sp-br {
		display: none;
	}
}



/*====================================
　　footer 下段メニュー
====================================*/
.footer_title {
	width: 100%;
	padding: 10px 0px 7px 0px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	border-top: 1px solid #2891F6; /* 画面最上部のライン */
}

/* フッター部ロゴ表示サイズ設定 (430px)*/
.footer_title img {
	width: 330px;
    padding: 0 33px;/* 80%縮小 */
/*    padding: 0 49px;/* 70%縮小 */
/*    padding: 0 66px;/* 60%縮小 */
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.footer_title img {
		width: 29%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px) {
	.footer_title img {
		width: 220px;
		margin: 0 auto;
	}
}



footer {
	background-color: #2891F6;
	padding: 20px 0px 10px 0px;
	position: relative;
}



footer .site-info {
	width: 80%;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 1.3em;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	border: 0px solid #F00;
}

@media screen and (max-width: 1110px) {
	footer .site-info {
		font-size: 14px;
	}
}

@media screen and (max-width: 700px) {
	footer .site-info {
		font-size: 12px;
	}
}

footer .site-info a {
	color: #FFFFFF;
	text-decoration: none;
	transition-duration: 0.3s;
}

footer .site-info a:hover {
	opacity: .6;
}



footer .footer_menu {
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	line-height: 1.5em;
	display: flex;
	flex-direction: row;
	border: 0px solid #F00;
}

@media screen and (max-width: 800px) {
	footer .footer_menu {
		width: 250px;
		margin: 0 auto;
		flex-direction: column;
	}
}


footer .footer_menu .menu_box01 {
	width: 220px;
	font-weight: 500;
	font-size: 93%;
	margin: 0 auto;
	border: 0px solid #F00;
}

@media screen and (max-width: 800px) {
	footer .footer_menu .menu_box01 {
		width: 100%;
		text-indent: 1em;
	}
}

footer .footer_menu .menu_box01 .midasi {
	font-weight: 900;
	font-size: 93%;
	color: #EEE;
	margin: 0 auto;
}

footer .footer_menu .menu_box01 .midasi a {
	font-weight: 900;
	color: #EEE;
}

footer .footer_menu .menu_box01 .midasi p a {
	padding-left: 2em;
	line-height: 1.2em;
	font-weight: 500;
	color: #EEE;
}


footer .footer_menu .menu_box02 {
	width: 220px;
	font-weight: 500;
	font-size: 93%;
	margin: 0 auto;
	border: 0px solid #F00;
}

@media screen and (max-width: 800px) {
	footer .footer_menu .menu_box02 {
		width: 100%;
		text-indent: 1em;
	}
}

footer .footer_menu .menu_box02 .midasi {
	font-weight: 900;
	font-size: 93%;
	color: #EEE;
	margin: 0 auto;
	border: 0px solid #F00;
}

footer .footer_menu .menu_box02 .midasi a {
	font-weight: 900;
	color: #EEE;
}

footer .footer_menu .menu_box02 .midasi p a {
	padding-left: 2em;
	line-height: 1.2em;
	font-weight: 500;
	color: #EEE;
}


footer .footer_menu .menu_box03 {
	width: 220px;
	font-weight: 500;
	font-size: 93%;
	margin: 0 auto;
	border: 0px solid #F00;
}

@media screen and (max-width: 800px) {
	footer .footer_menu .menu_box03 {
		width: 100%;
		text-indent: 1em;
	}
}

footer .footer_menu .menu_box03 .midasi {
	font-weight: 900;
	font-size: 93%;
	color: #EEE;
	margin: 0 auto;
	border: 0px solid #F00;
}

footer .footer_menu .menu_box03 .midasi a {
	font-weight: 900;
	color: #EEE;
}

footer .footer_menu .menu_box03 .midasi p a {
	padding-left: 2em;
	line-height: 1.2em;
	font-weight: 500;
	color: #EEE;
}



/*=========================================================
　　セキュリティ表示
=========================================================*/
#jprs {
	width: 100px;
	position: absolute;
	left: 10px;
	bottom: 20px;
}

@media screen and (max-width: 600px) {
	#jprs {
		bottom: 100px;
	}
}

@media screen and (max-width: 450px) {
	#jprs {
		width: 60px;
		left: 5px;
		bottom: 100px;
	}
}



/*=========================================================
　　カウンター表示
=========================================================*/
#counter-on {
	width: 100%;
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: -5;
}


.counter-koumoku { 
	width: 100%;
	margin: 0 auto 0.7em auto;
	padding: 0.6em 0em 0.5em 0em;
	color: #FFF;
	text-align: center;
	font-size: 150%;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.0em;
	background-color: #1C97C3;
	border: 1px solid #1C97C3;
}

.counter-text { 
	width: 100%;
	margin: 0 auto 0.7em auto;
	padding: 0.6em 0em 0.5em 0em;
	color: #333;
	text-align: center;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 0.0em;
	line-height: 1.5em;
	background-color: #FFF;
	border: 0px solid #1C97C3;
}


.counter-group {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	text-align: center;
	border: 0px solid #2891F6;
	display: flex;
	flex-direction: row;
}

.counter-list {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 350px;
	text-align: center;
	border: 1px solid #CCC;
}


