@charset "utf-8";

* {
	margin: 0px;
}

body {
	font-family: "Noto Sans", "Noto Sans JP", arial, sans-serif;
/*"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", */

	text-align: center; 
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
}

/* index.php,news.php,news_detail.php / お知らせ部分の幅マージン:上|右|下|左 */
ul#newsList {
	padding: 0px 20px 0px 25px;
	text-align: left; 
}


body p {
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
pt8 {
	font-size:8pt;
}
pt10 {
	font-size:10pt;
}



/* ---------- Pager style START ---------- */
/* news.php,news_detail.php / お知らせ(パンくずナビ) ↓ */
.pNav{
	font-size:11px;	
	text-align:left;
	color: #4d4d4d;
	padding: 0px 20px 0px 25px;
}

/* news.php / Pager style（外部化可） */
.pager{
	text-align:center;
	padding:10px;
	clear:both;
}

/* news.php / Pager button */
.pager a{
    font-size: 15px;
    padding: 4px 7px 3px;
    text-decoration: none;
	margin:0 3px;
	border-block-end: solid; 
	border-block-end-color: #ccc; 
	solid; writing-mode: horizontal-tb;
}

/* news.php / Pager current button  */
.pager a.current{
    color: #000;
    font-size: 15px;
    padding: 4px 7px 3px;
	margin:0 3px;
    text-decoration: none;
	border-block-end: solid; 
	border-block-end-color: #65ce65; 
	solid; writing-mode: horizontal-tb;
}

/* news.php / Pager hover button  */
.pager a:hover{
    background:#fff;
    color: #000;
}

.overPagerPattern{
	padding:0 2px ;	
}
/* ---------- Pager style END ---------- */



/* ---------- Hamburger menu START width 1000px以下 *---------- */
/* 共通 / ハンバーガーメニュー↓ */
#menu_button {
	position: fixed;
	top: 2px;
	left: 2px;
	cursor: pointer;
	z-index: 4;
	display: inline-block;
	width: 48px;
	height: 48px;
	background-color: #66cc66;
}

/* 共通 / ハンバーガーメニュー(真ん中のライン) */
 #menu_button_line {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	margin: -1px 0px 0px -10px;
	background-color: #ffffff;
	transition-duration: 0.2s;
}

/* 共通 / ハンバーガーメニュー(上のライン) */
#menu_button_line:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 3px;
	background-color: #ffffff;
	transition-duration: 0.3s;
	margin-top: -10px;
}

/* 共通 / ハンバーガーメニュー(下のライン) */
#menu_button_line:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20px;
	height: 3px;
	background-color: #ffffff;
	transition-duration: 0.3s;
	margin-top: 7px;
}

/* 共通 / ハンバーガーメニュー(閉じる×部分) */
#menu_button .close {
	background-color: transparent;
}

/* 共通 / ハンバーガーメニュー(閉じる×部分(前)) */
#menu_button .close:before {
	margin-top: 0px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* 共通 / ハンバーガーメニュー(閉じる×部分(後)) */
#menu_button .close:after {
	margin-top: 0px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
/* ---------- Hamburger menu END width 1000px以下 ---------- */



#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(255,255,255,0.80);
	z-index: 2;
}



/* ---------- Header style START width:1000px以上 ---------- */
/* 共通 / タイトルとメニュー */
header {
	background-color: #fff;
	z-index: 1;
    margin-left: auto;
    margin-right: auto;	
/*	background-color: transparent;*/
/*	-webkit-box-shadow: 1px 1px 1px 0px #ffffff;*/
/*	box-shadow: 1px 1px 1px 0px #d5d5d5;*/
}

/* 共通 / タイトル */
#site_title_pc {
}
/* ---------- Header style END width:1000px以上 ---------- */


/*SP:*/
#nav_mo {
}

/*PC:*/
#nav_pc {
	display: none;
}

/* 共通 (width:1000px以下) / タイトル */
#site_title_mo {
	position: absolute;
	left: 0px;
	right: 0px;
}




/* ---------- Menu style START ---------- */
/* 共通 (width:1000px以下) / ボタン */
#nav_mo > nav {
	position: fixed;
	margin-top: -1000px;
	width: 100%;
	z-index: 3;
	background-color: #ffffff;
}

#nav_mo > nav > ul {
	padding-left: 0px;
}

/* 共通 (width:1000px以下) / ボタン(ライン色) */
#nav_mo > nav > ul > li {
	margin: 0px 15px;
	list-style-type: none;
	border-bottom: 1px solid #ededed;
}

/* 共通 (width:1000px以下) / ボタン(リンク時の色) */
#nav_mo > nav > ul > li > a:link {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
	padding-top: 15px; /* リンク幅 */
	padding-bottom: 15px;
}

/* 共通 (width:1000px以下) / ボタン(リンク後の色) */
#nav_mo > nav > ul > li > a:visited {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
	padding-top: 15px; /* リンク幅 */
	padding-bottom: 15px;
}
/* ---------- Menu style END ---------- */



/* ---------- Slide show style START ---------- */
/* index.php / スライドショー(一番上のタイトル部分からの背景色・高さ他) */
#content_wrap_slide {
	background-color: #fff;
	padding-top: 70px;
}

/* index.php / スライドショー(スライドしている写真の背景色・高さ他) */
#stage {
	background-color: #fff;
	position: relative;
	margin: 0px auto;
}

#stage ul {
	padding: 0px;
	position:relative;
}

#stage ul li {
	width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}

#stage img {
	max-width: 100%;
	height: 700px;
	object-fit: cover;
}

/* index.php / スライドショー(コントロールボタン)今回は削除 */
#slide_control {
	position: absolute;
}

[id^='photo_'] {
	cursor: pointer;
}

/* index.php / スライドショー(プレビューボタン)今回は削除 */
#prev_button {
	cursor: pointer;
}

/* index.php(width:1000px以下) / スライドショー(次へボタン)今回は削除 */
#next_button {
	cursor: pointer;
}

/* index.php(width:1000px以下) / スライドショー(止まるボタン)今回は削除 */
#play_stop {
	cursor: pointer;	
}
/* ---------- Slide show style END ---------- */



/* 共通 / h1 */
h1 {
	font-size: 25px;
	padding-bottom: 20px;
	color: #4d4d4d;
	background-position: left;
	position: relative;
	display: inline-block;
	margin-bottom: auto;
}

/* 共通 / h1の下の緑のアンダーバー */
h1:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #65ce65;
  border-radius: 2px;
}

/* 共通 / h2 */
h2 {
	font-size: 24px;
	padding-bottom: 10px;
	color: #4d4d4d;
}

/* 共通 / h3 */
h3 {
	padding-bottom: 10px;
	color: #4d4d4d;
}

/* news.php,news_detail.php / サブタイトル部分 */
#newsWrap ul li {
	list-style-type: none;
	padding-bottom: 10px;
}

article{
}

article a:link {
	color: #4d4d4d;
	text-decoration: none;
}

article a:visited {
	color: #4d4d4d;
}



/* ---------- Block style START ---------- */
/* index.php,news.php,news_detail.php / お知らせ */
#block0 {
	margin: 0;
	clear: both;
	background-color: #ffffff;
}

/* index.php / サービス */
#block2 {
	clear: both;
	background-color: #fff;
}

/* index.php / ご利用の流れ */
#block3 {
	clear: both;
	background-color: #fff;
/*	border-bottom: 1px solid #CCCCCC;*/
}

/* index.php / オプション */
#block4 {
	clear: both;
	background-color: #ffffff;
}

/*共通:ブロック5:*/
#block5 {
	clear: both;
	background-color: #ffffff;
	
	/* 背景に画像を設定 START*/
	background-image: url(images/company_bcg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*共通:ブロック6:*/
#block6 {
	clear: both;
	background-color: #ffffff;
	
	/* 背景に画像を設定 START*/
/*	background-image: url(images/recruitment_bcg.png);
	background-size: contain;*/
/*	background-size: cover;*/
/*	background-repeat: no-repeat;*/
/*	background-position: center;*/
}

/*共通:ブロック7:*/
#block7 {
	clear: both;
 	border-bottom: 1px solid #CCCCCC;
	background-color: #ffffff;
}

/* footer に border が設定されているので footer 直前の #block の border はコメントアウト */
#block8 {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fad048;
}

#block9 {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fad048;
}

#block10 {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fad048;
}
/* ---------- Block style END ---------- */


/* ---------- Contents style START ---------- */
/* index.php / お知らせ(位置の設定) */
#content0 {
	padding-top: 30px;
	padding-bottom: 60px;
	margin-right: 5px;
	margin-left: 5px;
}

/* index.php / サービス(位置の設定) */
#content2 {
	padding-top: 30px; /* slide_control 下部 */
	padding-bottom: 60px;
	margin-right: 5px;
	margin-left: 5px;
}

/* index.php / ご利用の流れ(位置の設定) */
#content3 {
	padding-top: 30px;
	padding-bottom: 60px;
	margin-right: 5px;
	margin-left: 5px;
}

/* index.php / オプション(位置の設定) */
#content4 {
	padding-top: 30px;
	padding-bottom: 60px;
	margin-right: 5px;
	margin-left: 5px;
}

/* index.php / ご利用の流れ(位置の設定) */
#content5 {
	padding-top: 30px;
	padding-bottom: 80px;
	margin-right: 5px;
	margin-left: 5px;
}

#content6 {
	padding-top: 80px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

#content7 {
	padding-top: 20px;
	padding-bottom: 80px;
	margin-right: 5px;
	margin-left: 5px;
}

#content8 {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-right: 5px;
	margin-left: 5px;
}

#content9 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

#content10 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
/* ---------- Contents style END ---------- */



/* ---------- Parts style START ---------- */
/* parts1 parts2 parts3 parts4 parts5 parts6 parts7 width 500px */

/* index.php,news.php / お知らせ(上の1本の罫線) */
hr {
	border-top: 1px solid #b2e6b2;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding-bottom: 15px; /* 内容と線との間隔量 */
}

/* news.php / pagerのマージン:上|右|下|左 */
#wrap0 { 
	margin: 50px 0px 0px 0px;
}

/* news_detail.php / 内容 */
.comment{
	color:#4d4d4d;
	display:block;
	padding-top: 30px; /* 上間隔量 */
	float:left;
	overflow:hidden;
	text-align: left;
/*	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}

/* index.php,news.php,news_detail.php / お知らせ,サービス,ご利用の流れ,オプションの下部分の表示画像のマージン:上|右|下|左 */
#wrap1 { 
	margin: 50px 0px 50px 0px;
}

/* index.php,news.php,news_detail.php / お知らせ(表示画像)マージン：上|右|下|左 */
#wrap2 { 
	margin: 100px 0px 0px 0px;
}

/* news_detail.php / お知らせ(タイトルの下)マージン：上|右|下|左 */
#wrap3 { 
	margin: 30px 0px 0px 0px;
}

/* news.php */
p.sample {
}



/* ----- parts0(お知らせ/#block0 部分) START----- */
/* index.php,news.php,news_detail.php / お知らせ(内容)マージン設定 */
.parts0 {
	margin: 5px 0px 0px 0px; /* 上|右|下|左 */
	max-width: auto;
}

/* index.php,news.php,news_detail.php / お知らせ(日付とタイトル)マージン */
span {
	margin-left: 0px;
	margin-right: 0px;
}

/* index.php,news.php / お知らせ(下線部分)情報 */
.parts0 .text1 { 
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	border-bottom: 1px solid #b2e6b2; /* 下線・罫線 */
	padding-bottom: 25px; /* 内容と線との間隔量 */
}

/* news_detail.php / お知らせ(日付)文字情報 */
.parts0 .text2 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
}

/* news_detail.php / お知らせ(タイトル)文字情報 */
.parts0 .text3 {
	text-align: left;
	color: #65ce65;;
	font-size: 120%;
	font-weight: bold;
}

/* news_detail.php / お知らせ(内容)文字情報 */
.parts0 .text4 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
	padding-top: 30px; /* 上間隔量 */
}
/* ----- parts0(お知らせ/#block0 部分) END ----- */



/* ----- parts1(サービス/#block2 部分) START ----- */
/* index.php / 画像3列中の1列の幅設定 */
.parts1 { 
	max-width: 500px;
	margin: 0px auto;
}

/* index.php / 画像3列中の1列(copy1.png,copy2.png,copy3.png)マージン設定 */
.parts1 .img1 { 
	max-width: 500px;
	margin-bottom: 20px;
}

/* index.php / テキスト設定 */
.parts1 .text1 {
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
}
/* ----- parts1(サービス/#block2 部分) END ----- */



/* ----- parts2(ご利用の流れ/#block3 部分) START ----- */
/* index.php / parts1 画像4列の1列の幅指定 */
.parts2 {
	max-width: 500px;
	margin: 0px auto;
}

/* index.php / 画像4列中の1列(flow1.png,flow12.png,flow13.png,flow14.png)マージン設定 */
.parts2 .img1 {
	margin: 0px;
}

/* index.php / テキスト設定 */
.parts2 .text1 {
	text-align: center;
	font-size: 90%;
	color: #4d4d4d;
}
/* ----- parts2(ご利用の流れ/#block3 部分) END ----- */



.parts3 {
	height: auto;
	overflow: hidden;
	max-width: 500px;
	margin: 0px auto;
}
.parts3 h1 {
	color: #4d4d4d;
}
.parts3 h2 {
	padding-top: 20px;
}
.parts3 .text {
	text-align: left;
}
.parts3 .text1 {
	font-size: 90%;
}
.parts3 .text2 {
	font-size: 90%;
	color: #4d4d4d;
}
.parts3 .text3 {
	font-size: 80%;
}
.parts3 .text4 {
	font-size: 80%;
	color: #4d4d4d;
}
.parts4 {
	margin-top: 40px;
}
.parts5 {
	max-width: 1000px;
	margin: 0px auto;
}
.parts5 .img1 { /* #block6のrecruitment.png、recruitment_title.png */
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts5 .img2 { /* #block6のtel.png */
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts5 .space10 {
	margin-top: 10px;
}
.parts5 .space20 {
	margin-top: 20px;
}
.parts5 .space30 {
	margin-top: 30px;
}
.parts5 .text1 {
	text-align: left;
	color: #ffffff;
	margin-top: 20px;
}
.parts5 .indent {
	text-align: left;
	text-indent: 1em;
}
.parts5 .text2 {
/*	text-align: left;*/
	padding-top: 20px;
	color: #4d4d4d;
}
.parts5 .text3 {
	text-align: left;
	font-size: 90%;
}
.parts5 .text4 {
	text-align: left;
	font-size: 90%;
	color: #ffffff;
}
.parts5 .text5 {
	text-align: left;
	font-size: 90%;
	text-indent: 1em;
}
.parts5 h2 {
	padding-top: 10px;
	color: #4d4d4d;
    border-bottom: solid 3px green;
    padding-bottom: 15px;
}
.parts6 {
	max-width: 1000px;
	margin: 0px auto;
}
.parts6 .img1 { /* #block6のrecruitment.png、recruitment_title.png */
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts6 .img2 { /* #block6のtel.png */
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts6 .space10 {
	margin-top: 10px;
}
.parts6 .space20 {
	margin-top: 20px;
}
.parts6 .space30 {
	margin-top: 30px;
}
.parts6 .text1 {
	text-align: left;
	color: #ffffff;
	margin-top: 20px;
}
.parts6 .indent {
	text-align: left;
	text-indent: 1em;
}
.parts6 .text2 {
/*	text-align: left;*/
	padding-top: 20px;
	color: #4d4d4d;
}
.parts6 .text3 {
	text-align: left;
	font-size: 90%;
}
.parts6 .text4 {
	text-align: left;
	font-size: 90%;
	color: #ffffff;
}
.parts6 .text5 {
	text-align: left;
	font-size: 90%;
	text-indent: 1em;
}
.parts6 h2 {
	padding-top: 10px;
	color: #4d4d4d;
    border-bottom: solid 3px green;
    padding-bottom: 15px;
}
.parts7 {
	max-width: 500px;
	margin: 0px auto;
}
.parts7 .img1 { /* #block7のtel1.png*/
	max-width: 500px;
	margin-bottom: 20px;
}
.parts7 .img2 { /* #block6のtel2.png*/
	max-width: 500px;
}

/* 共通(width:500px) / copyright(c)部分 */
.parts_f .text1 {
	max-width: 500px;
	margin: 0px auto;
	color: #4d4d4d;
	font-size: 80%;
}
/* ---------- Parts style EMD ---------- */



/* ---------- Footer style START ---------- */
/* 共通(width:500px) / footer部分 */
footer {
	clear: both;
	border-bottom: 3px solid #6bce6b;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dddddd;
}

footer a:link {
	color: #ffffff;
	text-decoration: none;
}

footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

.supplement {
	font-size: 90%;
	color: #fad048;
}
/* ---------- Footer style EMD ---------- */



/* ---------- BackTop style START ---------- */
#back_top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}
/* ---------- BackTop style END ---------- */



/* -------------------- 画面サイズが768px以上の設定 -------------------- */
/* js ブレークポイント[768] */
@media only screen and (min-width: 768px) { 



/* ---------- Slide show style START ---------- */
/* index.php(width:768px) / スライドショーの画像(高さを固定し横幅だけ伸縮する) */
#stage img {
	max-width: 100%;
	height: 700px;
	object-fit: cover;
}
/* ---------- Slide show style END ---------- */



/* ----- parts0(お知らせ/#block0 部分) START----- */
/* index.php,news.php,news_detail.php(width:768px) / お知らせ(日付とタイトル)マージン */
span {
	margin-left: 0px;
	margin-right: 10px;
}

/* index.php,news.php,news_detail.php(width:768px) / お知らせ(日付とタイトル)改行 */
.sp {
	display: none;
}

/* news_detail.php(width:768px) / お知らせ(日付)文字情報 */
.parts0 .text2 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
}
/* ----- parts0(お知らせ/#block0 部分) END----- */



/* ---------- Footer style START ---------- */
/* 共通(width:768px) / footer(copyright(c))部分 */
.parts_f .text1 {
	max-width: 970px;
	margin: 0px auto;
	color: #4d4d4d;
	font-size: 80%;
}
/* ----- parts0(お知らせ/#block0 部分) END----- */



/* ---------- Footer style START ---------- */
/* 共通(width:768px) / footer部分 */
footer {
	clear: both;
	border-bottom: 3px solid #6bce6b;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dddddd;
}
footer a:link {
	color: #ffffff;
	text-decoration: none;
}
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
/* ---------- Footer style EMD ---------- */
}



/* -------------------- 画面サイズが1000px以上の設定 ----------------------- */
@media only screen and (min-width: 1000px) { /* js ブレークポイント[1000] */



/* ---------- Hamburger menu START ---------- */
/* 共通 (width:1000px以上) / ハンバーガーメニュー↓ */
#menu_button {
	display: none;
	color: #fff;
}
/* ---------- Hamburger menu END ---------- */



/* ---------- Slide show style START ---------- */
/* index.php (width:1000px以上) / スライドショー(一番上のタイトル部分からの背景色・高さ他) */
#content_wrap_slide {
	background-color: #fff;
}
/* ---------- Slide show style END ---------- */



/* ---------- Menu style START ---------- */
/* 共通 (width:1000px以上) / ボタン */
#nav_mo {
	display: none;
}

#nav_pc {
	display: block;
}

#site_title_mo {
	display: none;
}
/* ---------- Menu style END ---------- */



header {
	position: fixed;
	width: 100%;
	height: 100px;
}
#nav_pc > #site_title_pc {
    float: left;	
    width: 20%;
}
#nav_pc > #nav_left {
    float: left;
    width: 40%;
    text-align: left;
}
#nav_pc > #nav_right {
    float: left;	
    width: 78%;
	text-align: right;
}
#nav_pc > nav {
	position: static;
	margin-top: 0px;
	width: auto;
	font-size: 90%;
}
#nav_pc > nav > ul {
	padding-top: 40px;
	padding-left: 0px;
}
#nav_pc > nav > ul > li {
/*	border-bottom: 0px solid #515151;*/
	display: inline;
	padding-left: 5px; /* 文字のボタンとボタンの幅 */
	padding-right: 5px; /* 文字のボタンとボタンの幅*/
}

#nav_pc > nav > ul > li > a:link {
	color: #4d4d4d;
	text-decoration: none;
}

#nav_pc > nav > ul > li > a:visited {
	color: #4d4d4d;
	text-decoration: none;
}



/* ---------- Parts style START ---------- */
/* parts1 parts2 parts3 parts4 parts5 parts6 parts7 width 970px */


/* <index.php,news.php,news_detail.php>お知らせ（日付とタイトル）マージン */
span {
	margin-left: 0px;
	margin-right: 10px;
}

/* <index.php,news.php> お知らせ（日付・タイトル）文字情報 */
.parts0 .text1 { 
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	border-bottom: 1px solid #b2e6b2; /* 下線・罫線 */
	padding-bottom: 25px; /* 内容と線との間隔量 */
}


/* <news_detail.php> お知らせ（日付）文字情報 */
.parts0 .text2 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
}


/* <news_detail.php> お知らせ（タイトル）文字情報 */
.parts0 .text3 {
	text-align: left;
	color: #65ce65;
	font-size: 120%;
	font-weight: bold;
/*	border-bottom: 1px solid #dddddd; /* 下線・罫線 */
/*	padding-bottom: 15px; /* 内容と線との間隔量 */
}


/* <news_detail.php> お知らせ（内容）文字情報 */
.parts0 .text4 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
	padding-top: 30px; /* 上間隔量 */
}

.parts1 { /* parts1 画像3列 */
	max-width: 970px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.parts1 .img1 { /* #block2のcopy1,2,3.png */
	float: left;
	max-width: 33%;
	margin-bottom: 0px;
}
.parts1 .text1 { /*#block2のテキスト*/
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	margin: 10px;
}
.parts2 { /* parts2 画像4列 */
	max-width: 970px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.parts2 .img1 { /* #block3のflow1,2,3,4.png */
	float: left;
	max-width: 240px;
	margin-bottom: 0px;
	margin-top: 60px;
}
.parts2 .text1 {/* #block3のテキスト */
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	margin: 10px;
}
.parts3 {
	max-width: 970px;
}
.parts3 h2 {
	padding-top: 0px;
}
.parts3 .img {
	max-width: 300px;
	float: left;
}
.parts3 .text {
	max-width: 640px;
	padding-left: 30px;
	float: left;
}
.parts7 {
	max-width: 970px;
	height: auto;
	overflow: hidden;
}
.parts7 .img1 {
	width: 50%;
	float: left;
	margin-bottom: 0px;
}
.parts7 .img2 {
	width: 50%;
	display:inline-block;
	margin-bottom: 0px;
}

/* すべてのファイル共通（width:1000px） / copyright(c)部分 */
.parts_f .text1 {
	max-width: 970px;
	margin: 0px auto;
	color: #4d4d4d;
	font-size: 80%;
}

/* parts END */

/* すべてのファイル共通（width:1000px） / footer部分 */
footer {
	clear: both;
	border-bottom: 3px solid #6bce6b;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dddddd;
}
footer a:link {
	color: #ffffff;
	text-decoration: none;
}
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
}




/* ------------- 画面サイズが1220px以上の設定 ------------- */
@media only screen and (min-width: 1220px) {/* js ブレークポイント[1220] */
header {
}
#stage {
	max-width: 1200px;
}
#content0 {
	max-width: 1200px;
	margin: 0px auto;
}
#content2 {
	max-width: 1200px;
	margin: 0px auto;
}
#content3 {
	max-width: 1200px;
	margin: 0px auto;
}
#content4 {
	max-width: 1200px;
	margin: 0px auto;
}
#content5 {
	max-width: 1200px;
	margin: 0px auto;
}
#content6 {
	max-width: 1200px;
	margin: 0px auto;
}
#content7 {
	max-width: 1200px;
	margin: 0px auto;
}
#content8 {
	max-width: 1200px;
	margin: 0px auto;
}
#content9 {
	max-width: 1200px;
	margin: 0px auto;
}
#content10 {
	max-width: 1200px;
	margin: 0px auto;
}
#nav_pc > nav > ul > li {
	padding-left: 10px; /* 文字のボタンとボタンの幅 */
	padding-right: 10px; /* 文字のボタンとボタンの幅*/
}


/* parts START */
/* parts1 parts2 parts3 parts4 parts7 width 1200px */

/* <index.php,news.php,news_detail.php>お知らせ（日付とタイトル）マージン */
span {
	margin-left: 0px;
	margin-right: 10px;
}

/* <index.php,news.php> お知らせ（日付・タイトル）文字情報 */
.parts0 .text1 { 
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	border-bottom: 1px solid #b2e6b2; /* 下線・罫線 */
	padding-bottom: 25px; /* 内容と線との間隔量 */
}


/* <news_detail.php> お知らせ（日付）文字情報 */
.parts0 .text2 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
}


/* <news_detail.php> お知らせ（タイトル）文字情報 */
.parts0 .text3 {
	text-align: left;
	color: #65ce65;
	font-size: 120%;
	font-weight: bold;
/*	border-bottom: 1px solid #dddddd; /* 下線・罫線 */
/*	padding-bottom: 15px; /* 内容と線との間隔量 */
}


/* <news_detail.php> お知らせ（内容）文字情報 */
.parts0 .text4 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
	padding-top: 30px; /* 上間隔量 */
}

.parts1 { /* parts1 画像3列 */
	max-width: 1200px;
	margin: 0px auto;
}
.parts1 .img1 { /* #block2のcopy1,2,3.png */
	max-width: 33%;
}
.parts1 .text1 { /*#block2のテキスト*/
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	margin: 15px;
}
.parts2 { /* parts2 画像4列 */
	max-width: 1200px;
	margin: 0px auto;
}
.parts2 .img1 { /* #block3のflow1,2,3,4.png */
	max-width: 20%;
}
.parts2 .text1 {/* #block3のテキスト */
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
}
.parts3 {
	max-width: 1200px;
	margin: 0px 0px;
}
.parts3 .img {
	max-width: 380px;
}
.parts3 .text {
	max-width: 760px;
	padding-left: 10px;
}
.parts4 {
	margin-top: 60px;
}
.parts7 {
	max-width: 1200px;
	margin: 0px;
}
.parts7 .img1 {
	width: 50%;
	float: left;
	margin-left: 100px;
	margin-bottom: 0px;
}
.parts7 .img2 {
	width: 50%;
	margin-right: 100px;
	display:inline-block;
	margin-bottom: 0px;
}


/* すべてのファイル共通（width:1220px以上） / copyright(c)部分 */
.parts_f .text1 {
	max-width: 1200px;
	margin: 0px auto;
	color: #4d4d4d;
	font-size: 80%;
}
/* parts END */


/* すべてのファイル共通（width:1220px以上） / footer部分 */
footer {
	clear: both;
	border-bottom: 3px solid #6bce6b;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dddddd;
}
footer a:link {
	color: #ffffff;
	text-decoration: none;
}
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
}



/* ------------- 画面サイズが1500px以上の設定 ------------- */
@media only screen and (min-width: 1500px) {/* js ブレークポイント[1500] */
header {
}
#stage {
/*	max-width: 1250px;*/
	max-width: 100%;
}
#content0 {
	max-width: 1250px;
	top-margin: 30px;
}
#content2 {
	max-width: 1250px;
}
#content3 {
	max-width: 1250px;
}
#content4 {
	max-width: 1250px;
}
#content5 {
	max-width: 1250px;
}
#content6 {
	max-width: 1250px;
}
#content7 {
	max-width: 1250px;
}
#content8 {
	max-width: 1250px;
}
#content9 {
	max-width: 1250px;
}
#content10 {
	max-width: 1250px;
}


#nav_pc > nav > ul > li {
	padding-left: 10px; /* 文字のボタンとボタンの幅 */
	padding-right: 10px; /* 文字のボタンとボタンの幅*/
}
#nav_pc > #nav_left > ul > li:last-child {
 	padding-right: 10px; /* メニューの幅（title.png の左側） */
}
#nav_pc > #nav_right > ul > li:first-child {
 	padding-left: 0px;  /* メニューの幅（title.png の右側） */
}




/* parts START */
/* parts1 parts3 parts7 width 1400px */

/* <index.php,news.php,news_detail.php>お知らせ（日付とタイトル）マージン */
span {
	margin-left: 0px;
	margin-right: 10px;
}


/* <index.php,news.php> お知らせ（日付・タイトル）文字情報 */
.parts0 .text1 { 
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
	border-bottom: 1px solid #b2e6b2; /* 下線・罫線 */
	padding-bottom: 25px; /* 内容と線との間隔量 */
}


/* <news_detail.php> お知らせ（日付）文字情報 */
.parts0 .text2 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
}


/* <news_detail.php> お知らせ（タイトル）文字情報 */
.parts0 .text3 {
	text-align: left;
	color: #65ce65;
	font-size: 120%;
	font-weight: bold;
/*	border-bottom: 1px solid #dddddd; /* 下線・罫線 */
/*	padding-bottom: 30px; /* 内容と線との間隔量 */
}


/* <news_detail.php> お知らせ（内容）文字情報 */
.parts0 .text4 {
	text-align: left;
	color: #4d4d4d;
	font-size: 90%;
	padding-top: 30px; /* 上間隔量 */
}


.parts1 { /* parts1 画像3列 */
	max-width: 1250px;
	margin: 0px auto;
}
.parts1 .img1 { /* #block2のcopy1,2,3.png */
	max-width: 33%;
}
.parts1 .text1 { /*#block2のテキスト*/
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
}
.parts2 { /* parts2 画像4列 */
	max-width: 1250px;
	margin: 0px auto;
}
.parts2 .img1 { /* #block3のflow1,2,3,4.png */
	max-width: 25%;
}
.parts2 .text1 { /*#block3のテキスト*/
	text-align: left;
	font-size: 90%;
	color: #4d4d4d;
}
.parts3 {
	max-width: 1250px;
}
.parts3 .img {
	max-width: 400px;
}
.parts3 .text1 {
	max-width: 1250px;
	font-size: 90%;
	color: #4d4d4d;
}
.parts7 {
	max-width: 1250px;
}
.parts7 .img1 {
	width: 50%;
	float: left;
	margin-left: 115px;
	margin-bottom: 0px;
}
.parts7 .img2 {
	width: 50%;
	margin-right: 115px;
	display:inline-block;
	margin-bottom: 0px;
}


/* すべてのファイル共通（width:1500px以上） / copyright(c)部分 */
.parts_f .text1 {
	max-width: 1250px;
	margin: 0px auto;
	color: #4d4d4d;
	font-size: 80%;
}
/* parts END */


/* すべてのファイル共通（width:1500px以上） / footer部分 */
footer {
	clear: both;
	border-bottom: 3px solid #6bce6b;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #dddddd;
}
footer a:link {
	color: #ffffff;
	text-decoration: none;
}
footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
}