@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,p,blockquote, pre, address, form, fieldset, p, blockquote, caption {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
  outline: none;
  text-decoration: none;
}

table,tr,td {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	height: 100%;
	}

a {
	color: #0f7b0d;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}
a img:hover {
	opacity: 0.8;
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight: bold;
	font-size: 100%;
	}
ol,ul {
	}
.center {text-align: center;}
.clear {clear:both;}
.right {
	text-align: right;
	}
.floatLeft {float:left;}
.floatRight {float:right;}
/*--------------------------------------------*/
/* CSS Hack clearfix */
/*--IE以外のモダンブラウザ向け--*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*--IE7及びMac版IE5向けの指定--*/
.clearfix {display:inline-block;}

/*--IE6以前向けの指定--*/
/*Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

ul, ol, li { zoom: normal; }

/*◆◆◆◆◆◆◆◆◆◆◆◆大体共通◆◆◆◆◆◆◆◆◆◆◆◆◆*/

body{
	margin:0;
	padding:0;
	color:#444444;
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1px;
	font-family:'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
	overflow: visible !important;
	/*background: url(img/background.jpg) ;*/
	}

h1 {
	font-size: 22px;
	}
h1.posttitle {
	font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #999;
  margin-bottom: 12px;
	background: #eeeeee;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 2px #ccc;
	margin: 0 5px;
	}
h2 {
	font-size: 20px;
	}
.h2_kumiai {
	padding: 10px 0px 10px 0px;
	}
h3 {
	font-size: 18px;
	line-height: 130%;
	}
h3.h3_bar {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom:  1px dotted #cccccc; 
	clear: both;
	}
h3.h3_blue {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin: 10px 0px 0px 0px;
	background-color: #07b818;
	clear: both;
	color: #ffffff;
	}

h4 {
	font-size: 16px;
	}

.ind {
	text-indent: 1em;
	}

hr {
	border-top: solid #cccccc;
	background: #fff;
	color: #fff;
	border-width: 1px 0 0 0;
	margin: 1em 0;
	clear: both;
	}
hr.dash {
	border-top: dashed #cccccc;
	background: #fff;
	color: #fff;
	border: 1px solid #cccccc;
	border-width: 1px 0 0 0;
	margin: 1em 0;
	}
.small {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	}
.midsmall {
	font-size: 14px;
	line-height: 170%;
	}

.pict {
	border-color:#D1D1D1 #989898 #989898 #D1D1D1;
	border-style:solid;
	border-width:1px;
	padding:4px;
}
div.section {
	clear: both;
	margin: 30px 0px 30px 0px;
}
div.section01 {
	clear: both;
	padding: 15px 20px 15px 20px;
	margin: 15px 0px 15px 0px;
	border: 1px solid #cccccc;
}
div.section02 {
	clear: both;
	padding: 15px 20px 15px 20px;
	margin: 30px 0px 30px 0px;
	background-color: #e1f1fe;
}
div.section03 {
	clear: both;
	padding: 15px 20px 15px 20px;
	margin: 15px 0px 15px 0px;
	background-color: #ff0000;
	color: #ffffff;
}
div.section04 {
	clear: both;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #07b818;
}
div.box2 {
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	width: 90px;
	height: 90px;
	float: left;
	background-color: #faffdb;
}
.post {
	clear:both;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	}
.post p {
	margin: 0px 0px 1em 0px;
	}

.twitter {
width: 285px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆Jquery◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.tb_stripe .odd{
	background: #ddd;
	}

.clickbox{
	background: #ffc;
	padding:10px;
	cursor: pointer;
	}
.open{
     background: #fc6;
     color: #fff;
     cursor: pointer;
     width:45px;
     padding: 10px
     }
#slideBox{
     padding: 10px;
     border: 1px #ccc solid;
     display:none;
     }
/*ツールチップ*/
.tooltip {
	margin: 50px 0px 0px 0px;
	list-style: none}
.tooltip li {
     margin: 0 10px;
     float: left;
     position: relative;
     text-align:center;
     }
.tooltip a {
     padding: 10px 10px 10px 10px;
     display: block;
     text-decoration: none;
     font-weight: bold;
     width:120px;
     }
.tooltip li span {
     background: #ffc;
     border: 1px solid #fc6;
     height: 45px;
     position: absolute;
     top: -85px;
     left: 0;
     text-align: center;
     padding: 20px 12px 10px;
     z-index: 2;
     display: none;
     }
/*◆◆◆◆◆◆◆◆◆◆◆◆ビックイメージ用◆◆◆◆◆◆◆◆◆◆◆◆◆*/
div#glayLayer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
* html div#glayLayer{
	position:absolute;
}
#overLayer{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-244px;
	margin-left:-325px;
	border: 1px solid #cccccc;
}
* html #overLayer{
	position: absolute;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆レイアウト◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#container {
/* 	width:1080px;
	max-width: 95%;
 */	margin:142px auto 0 auto;
	/*background: url(img/contentsback.png) top center repeat-y;*/
	}
#header {
	width:100%;
	max-width: 1080px;
	margin:0 auto;
	height: 60px;
	text-align: left;
	}
#topcatch {
	height: 365px;
	background: url(img/mainimage03nen-20210401-1.jpg) top center no-repeat;
	background-size: cover;
	}

#topcatch202txt {
	position: absolute;
	width: 260px;
	height: 120px;
	margin: 143px 0px 0px 37px;
	}
#numberpeoplebox {
	width: 182px;
	height: 167px;
	line-height: 120%;
	float: right;
	margin: 15px 15px 0px 0px;
	_margin: 15px 0px 0px 0px;
	_padding: 0px 15px 0px 0px;
	background: url(img/numberpeoplebox.png) top center no-repeat;
	}
#numberpeoplebox02 {
	width: 180px;
	height: 90px;
	line-height: 120%;
	float: right;
	margin: 20px 15px 0px 0px;
	_margin: 20px 0px 0px 0px;
	_padding: 0px 15px 0px 0px;

	}
#numberpeopleinfo {
	text-align: center;
	padding: 43px 8px 8px 8px;
	}
#numberpeople_p {
	padding: 8px 0px 0px 0px;
	}
#numberpeople {
	font-size: 28px;
	font-weight: bold;
	color: red;
	}
#topcaution {
	float: right;
	margin: -60px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
#topcaution02 {
	width: 470px;
	float: right;
	margin: -120px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
#topcaution03 {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 85px 0px;
	}
#help_me { _color: blue; }
#logo {
	float: left;
	padding: 5px 0px 0px 18px;
	}
	@media screen and (max-width: 840px){
		#logo {
			float: left;
			padding: 5px 0px 0px 0px;
			}
		
	}
#gl_menu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
#gl_menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 100%;
	height: 45px;
	float: left;
	}
.menu_green_box01 {
	border-bottom: 2px solid #12a010;
	border-left: 2px solid #12a010;
	border-right: 2px solid #12a010;
	background-color: #f6faed;
	float: left;
	width: 225px;
	}
.menu_green_box02 {
	border-bottom: 2px solid #12a010;
	border-right: 2px solid #12a010;
	background-color: #f6faed;
	float: left;
	width: 225px;
	}
.menu_green_box03 {
	border-bottom: 2px solid #12a010;
	border-left: 2px solid #12a010;
	border-right: 2px solid #12a010;
	background-color: #f6faed;
	float: left;
	padding: 5px 0px 0px 0px;
	width: 906px;
	}
.menu_green {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	}
.menu_green li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 100%;
	}
.inner_list {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	}
.inner_list li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	}
#top_content {
	clear: left;
	padding: 20px 0px 0px 0px;
	}
/* #content {
	max-width: 1080px;
	width:100%;
	margin:0 auto;
	text-align: left;
	}
 */#top_newsbox {
	width: 440px;
	float: left;
	}
#top_koufubox {
	border: 1px solid #e56b21;
	background-color: #f8f7e4;
	float: right;
	width: 410px;
	padding: 15px;
	}
#page_koufubox {
	border: 1px solid #e56b21;
	background-color: #f8f7e4;
	width: 878px;
	padding: 15px;
	}
#koufutitle {
	padding: 0px 0px 10px 0px;
	text-align: center;
	}
.kumiai_box {
	padding: 15px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	}
.caution {
	padding: 0px 0px 15px 0px;
	font-size: 12px;
	color: #ff0000;
	line-height: 140%;
	}
#input,#input2 {
    background: url(img/koufu_input.png) no-repeat 8px 3px;
    width: 180px;
    height: 28px;
    padding: 0px 0px 0px 12px;
    border: none;
	outline:none;
	}

.resize {
padding-left: 150px;
}
/*IEハック*/
html #input,#input2 {
    *padding: 10px 0px 0px 12px;
}
#output1 {
	font-weight: bold;
	}
#output2,#output4 {
	font-weight: bold;
	}
#output3,#output5 {
	font-size: 20px;
	font-weight: bold;
	}
.koufu_kekka {
	background-color: #ffd6bc;
	}
#main {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	overflow: hidden;
	}
#sidebar {
	float: right;
	width: 200px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sideinformation {
	border: 1px solid #F5A200;
	padding: 5px;
	text-align: center;
	}
#footer {
    background: rgb(90, 160, 220);
	width: 100%;
	margin:0 auto;
	clear: both;
	height: 250px;
	padding: 0px 0px 0px 0px;
	background-size: contain;
	}
#footer a {
	color: #ffffff;
	}
#footer_innner {
	max-width:950px ;
	margin: auto;
	padding: 70px 20px 0px 20px;
	text-align: left;
        color:#FFF;    
	}
address {
	font-size: 15px;
	font-style: normal;
	line-height: 150%;
        font-weight:bold;
	}
address .tel {
    text-decoration: underline;
}
#footer_link {
	font-size: 14px;
	float: right;
	color: #ffffff;
	line-height: 2em;
	}
#footer_link a {
	}
#copyright {
	margin: 50px 0px 0px 0px;
	text-align: center;
	}
	@media screen and (max-width: 840px){
		#footer {
			height: auto;

		}
		#footer_innner {
			height: auto;
			padding: 2em 20px;
				}
		#footer_link {
			font-size: 12px;
			float: none;
			padding-bottom:3em;
			}
		
	}
.page-top {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 3%;
	z-index: 500;
}
.page-top > a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
.page-top > a span {
	position: relative;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	background: url(img/page-top.png) center center/contain no-repeat;
	border-radius: 50%;
}
p.question_head {
	border: 2px solid #07b818;
	padding: 10px 10px 10px 40px;
    background: url(img/question_q.gif) left center no-repeat #f6faed;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	}
p.answer {
	border-left: 2px solid #07b818;
	border-right: 2px solid #07b818;
	border-bottom: 2px solid #07b818;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 40px;
    background: url(img/question_a.gif) left center no-repeat;
	}
#searchbar {
	width: 220px;
	float: right;
	padding: 14px 20px 0px 0px;
	}
#searchform4 {
	background: url(img/search01.png) left top no-repeat; 
	display: block;
	height: 31px;
	position: relative;
}
#s	{
	position: absolute;
	top: 5px;
	left: 5px;
	outline:none;
	border: 1px solid #FFF;
}
#searchsubmit	{
	position: absolute;
	top: 0px;
	left: 165px;
}
#topjpeclink {
	background-color: #f8f7e4;
	border: 1px solid #e87727;
	padding: 15px;
	text-align: center;
	margin: 0px 0px 30px 0px;
	}
#topright {
	float: right;
	width: 440px;
	}
/*◆◆◆◆◆◆◆◆◆◆◆◆色付けなど◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.back-green {
	background-color: #efffeb;
	border: 1px solid #cccccc;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	}

.back-yellow {
	background-color: #ffffcc;
	padding: 15px;
	border: 1px solid #cccccc;
	margin: 0px 0px 15px 0px;
	}
.back-orange {
	background-color: #fffaf1;
	padding: 15px;
	border: 1px solid #cccccc;
	margin: 0px 0px 15px 0px;
	}
.bold {
	font-weight: bold;
	}
.strike {
	text-decoration: line-through;
	}
	
.blue {
	color: #2a5acf;
	}
.red {
	color: #ff0000;
	}
.green {
	color: #48911d;
	}
.orange {
	color: #e56b21;
	}
.brown {
	color: #8a5400;
	}
.white {
	color: #ffffff;
	}
.under {
	text-decoration: underline;
	}
.m20 {
	margin: 0px 0px 0px 20px;
	}
.m0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	}
.p0 {
	padding: 0px 0px 0px 0px !important;	
	}
.p25 {
	padding: 0px 0px 0px 25px !important;	
	}

/*◆◆◆◆◆◆◆ウィジェット用◆◆◆◆◆◆◆◆◆◆*/
.widget {
	padding: 0px 0px 20px 0px;
	}
.widget ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	}
.widget li {
	list-style-position: inside;	
	}
#widgetbox {
	margin: 0px 0px 0px 0px;
	padding: 8px;
	}
#wp-calendar {
	background-color: #fff4e6;
	padding: 10px;
	}
.module_title {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 10px;
	background: url(img/h1back.jpg) no-repeat;
	background-position: left bottom;
	}
#calendar_wrap {
	padding: 0px 0px 0px 30px;
	}
		
.breadcrumb {
	font-size: 12px;
	padding: 0px 10px 5px 0px;
	clear: both;
	text-align: left;
	}
.breadcrumb2 {
	height: 24px;
	clear: both;
	}

/* ------------------------------
 ■■■■■■■■wp基本タグ■■■■■■■■■■■
------------------------------ */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*◆◆◆◆◆◆◆コメント用◆◆◆◆◆◆◆◆◆◆*/

input#trackbackurl {
	width: 400px;
	font-size: 0.75em;
	margin-bottom: 1em;
	color: #666;
}
ol#commentlist {
	margin: 0 0 15px 0;
	font-size: 0.8em;
}
ol#commentlist li.commentcontent {
	display: block;
	list-style: none;
	margin-bottom: 1em;
	padding: 20px 15px 10px 15px;
	background: url(images/comment.png) no-repeat #f0f9ff;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd,
ol#commentlist li, ol#commentlist p {
	font-size: 0.88em;
}
ol#commentlist li li {
	font-size: 1em;
}
ol#commentlist img.avatar {
	padding-left: 8px;
	float: right;
}
ol#commentlist div.commenttext {
	width: 330px;
	float: left;
}
p.note {
	background: #FFF8D5;
	padding: 3px 8px;
	color: #666;
	border: 2px solid #E5AB6A
}
form#commentform label {
	font-size: 12px;
	width: 180px;
	float: left;
	margin: 0.25em 10px 0 0;
	font-weight: bold;
}
form#commentform p {
	clear: both;
}
form#commentform sub {
	display: block;
	padding-top: 2px;
}
input#author, input#email, input#url {
	width: 244px;
	border: 3px double #ccc;
	padding: 1px 3px;
}
textarea {
	font-size: 1em;
	border: 3px double #ccc;
	width: 640px;
}
p.submitbutton {
	text-align: center;
}
p.submitbutton input {
	padding: 3px 1em;
	font-weight: bold;
	color: #555;
}


/* ------------------------------
 ■■■■■■■■写真■■■■■■■■■■■
------------------------------ */

.ph-right {
	float: right;
	padding: 0px 0px 10px 10px;
	text-align: right;
	}
.ph-left {
	float: left;
	padding: 0px 0px 10px 0px;
	text-align: left;
	}



/*◆◆◆◆◆◆◆テーブル◆◆◆◆◆◆◆◆◆◆*/

table.tb_under {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
	margin: 0px 0px 20px 0px;
}
table.tb_under td {
	padding: 3px 15px 3px 10px;
	border-bottom: 1px solid #dddddd;
}
table.tb_under th {
	padding: 0px 0px 0px 10px;
	border-right: 2px solid #ffffff;
	color: #ffffff;
}

table.tb_solid {
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin: 0px 0px 0px 1px;
}
.tb_solid th{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:0.2em 0.5em;
}
.tb_solid td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:0.2em 0.5em;
}

table.tb_none {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin: 0px 0px 0px 1px;
}
.tb_none th {
    background-color:#ffffff;
    padding:0.2em 0.5em;
    text-align:center;
}
.tb_none td {
    padding:0.2em 0.5em;
}
.tb_news {
	margin: 10px 5px 0px 5px;
	width: 425px;
	line-height: 150%;
	}
.tb_news th {
	background-color: none;
	width: 100px;
	padding: 7px 0px 7px 0px;
	font-weight: normal;
	border-bottom: 1px dashed #cccccc;
	}
.tb_news tr {
	vertical-align: top;
	border-bottom: 1px dashed #cccccc;
	}
.tb_news td {
	vertical-align: top;
	background-color: none;
	padding: 7px 0px 7px 0px;
	color:#0f7b0d;
	border-bottom: 1px dashed #cccccc;
	}
table.tb_koufu {
	width: 99%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
	margin: 0px 0px 0px 0px;
}
table.tb_koufu td {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #dddddd;
}
table.tb_koufu th {
	padding: 8px 0px 8px 0px;
	border-right: 2px solid #ffffff;
	color: #ffffff;
}
table.tb_blue {
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin: 0px 0px 10px 1px;
}
.tb_blue th{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:1em 1em;
    text-align:left;
    background-color: #ecf6ff;
    width: 130px;
	vertical-align: top;
}
.tb_blue td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:1em 1em;
	vertical-align: top;
}
table.tb_blue2 {
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	margin: 0px 0px 10px 1px;
}
.tb_blue2 th{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:1em 1em;
    text-align:left;
    background-color: #ecf6ff;
}
.tb_blue2 td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:1em 1em;
}
/* ------------------------------
 ■■■■■■■■contactform■■■■■■■■■■■
------------------------------ */
.contactform {
	font-size: 14px;
	line-height: 200%;
	}
.contactform p {
	margin: 0px 0px 15px 0px;
	}

.wpcf7-text, .wpcf7-select, .contactform textarea {
	background: url(img/inputbg.gif) no-repeat;
	font-size: 16px;
	}
.wpcf7-submit {
    border: 0px;
    width: 155px;
    height: 40px;
    background: url(img/soushinbutton_n.png) left top no-repeat;
}


/*--------------2021--------------------*/



a {
  color: unset;
  text-decoration: none;
}

li {
  list-style: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1.6;
  font-size: 100%;
  letter-spacing: .08em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


/******************************************
                main
******************************************/
.main-visual {
  margin: 0 5px;
}
.main-visual img {
	width: 100%;
}
.main-area h1 {
	font-size: 22px;
	font-weight: bold;
}
p.top-message {
  font-size: 17px;
  color: red;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.header-banner {
	width: 100%;
}
.header-banner img {
	width: 100%;
}
.banner-area {
  width: 100%;
  margin: 0px auto 20px auto;
}

.banner-area ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
			padding: 0;
}

.banner-area ul li {
  width: 32%;
}

.banner-area ul li a:hover {
  opacity: .8;
}

.banner-area ul li img {
  width: 100%;
}

.top-flow-area {
  width: 100%;
  margin-bottom: 20px;
	margin-top: 20px;
}

.top-flow-area img {
  width: 100%;
}

.information-area {
  width: 100%;
  margin-bottom: 40px;
}

.information-area ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.information-area ul li {
  width: 260px;
}

.information-area ul li img {
  width: 100%;
}

.information-area iframe {
  width: 100%;
  max-height: 380px;
  height: auto;
}

aside.aside-text {
  width: 70%;
  text-align: center;
	margin: 0 auto;
}

aside.aside-text a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

aside.aside-text a:hover {
  opacity: .8;
}
aside.aside-text img {
	width: 100%;
}
.information-banner {
  width: 100%;
}

.information-banner ul {
  -ms-flex-pack: distribute;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
			padding: 0;
}

.information-banner ul li {
  max-width: 520px;
  margin-bottom: 12px;
  padding: 0px 5px;
}

.information-banner ul li img {
  width: 100%;
}

img#resize {
  width: 100%;
  max-width: 195px;
  height: 65px;
}

.main-area {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
}

.scroll-list {
  margin: 20px 0;
}
.scroll-list ul {
  margin-right: 0;
  margin-left: -20px;
  padding: 0;
}
.scroll-list ul li {
  margin-left: 20px;
}
.scroll-list ul li a:hover {
  opacity: .7;
}
.scroll-list ul li img {
  width: 100%;
}

.scroll-list ul li a {
  color: #00b7ff;
  text-decoration: underline;
  text-underline-position: under;
}

.section-about {
	float: left;
	width: 100%;
  margin-bottom: 40px;
}


.section-about p {
  font-size: 15px;
  margin: 24px auto;
}

.section-about table {
  width: 100%;
}

.section-about table tr {
  border: solid 1px rgb(175, 175, 175);
}

.section-about table tr th {
  padding: 24px;
  width: 18%;
  vertical-align: middle;
	background-color: aliceblue;
	text-align: center;
}


.section-about table tr td {
  padding: 24px;
  border-left: 1px solid rgb(175, 175, 175);
  line-height: 1.6;
}
@media screen and (max-width: 840px){
	.section-about table tr th {
		padding: 12px;
		width: 0;
	  }
	  .section-about table tr td {
		padding: 12px;
	  }
	  
  }

.section-about table tr td ol li {
  list-style: decimal;
  margin-left: 8px;
}

.section-about table tr td ol li a {
  color: #00b7ff;
  text-decoration: underline;
  text-underline-position: under;
}
.bb {
	border-bottom: double;
}
.bt {
	border-top: solid 1px #000;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px 0;
}
.section-download {
	float: left;
	width: 100%;
  margin-bottom: 40px;
}

/* .section-download h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #999;
  margin-bottom: 12px;
	background: #eeeeee;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 2px #ccc;
}
 */
.section-download ul {
	margin-top: 0;
  margin-bottom: 24px;
}

.section-download table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}

.section-download table tr {
  border: 1px solid rgb(175, 175, 175);
}

.section-download table tr th {
  padding: 12px;
  width: 8%;
  vertical-align: middle;
  background-color: aliceblue;
  border-right: 1px solid rgb(175, 175, 175);
  text-align: center;
}

.section-download table tr td {
  height: 100%;
  padding: 8px;
  line-height: 1.6;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-right: 1px solid rgb(175, 175, 175);
  box-sizing: border-box;
}

.section-download table tr td:last-child {
  border: none;
}

.section-download table tr td a {
  color: #00b7ff;
  text-decoration: underline;
  text-underline-position: under;
}

.section-download table tr td button {
  vertical-align: middle;
}

.section-download table tr td button a {
  color: #000;
  text-decoration: none;
}

.section-download table tr td.rightup-border {
  background: url('data:image/svg+xml;charset=utf8,%3csvg%20preserveAspectRatio%3d%22none%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%2010%2010%22%3e%3cline%20fill%3d%22none%22%20stroke%3d%22%23afafaf%22%20stroke%2dwidth%3d%220%2e1%22%20stroke%2dmiterlimit%3d%2210%22%20x1%3d%2210%22%20y1%3d%220%22%20x2%3d%220%22%20y2%3d%2210%22%2f%3e%3c%2fsvg%3e') no-repeat;
  background-size: 100%;
}


.section-submit {
	float: left;
  margin-bottom: 40px;
	width: 100%;
}

/* .section-submit h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #999;
  margin-bottom: 12px;
	background: #eeeeee;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 2px #ccc;
}
 */
.section-submit p {
  font-size: 15px;
  margin-bottom: 24px;
}

.send-address {
  margin: 12px 0;
}

.send-address a {
  color: #00b7ff;
  text-decoration: underline;
  text-underline-position: under;
}

.send-address p {
  padding: 12px 0;
}

.submit-address {
  margin: 14px 0;
}
.send-address img {
	width: 240px;
}
.submit-address h3 {
  font-size: 18px;
  font-weight: bold;
}

.submit-address p {
  font-size: 15px;
}

.section-question {
  margin-bottom: 90px;
	float: left;
	width: 100%;
}

/* .section-question h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #999;
  margin-bottom: 12px;
	background: #eeeeee;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 2px #ccc;
}
 */
.section-question p {
  font-size: 15px;
  margin-bottom: 24px;
}

#acMenu dt {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: auto;
  padding: 12px;
  text-align: left;
  border: 1px solid #41AEE0;
  cursor: pointer;
  font-size: 16px;
  margin-top: 24px;
  line-height: 1.6;
	background-color: #f3f9ff;
	position: relative;
}

#acMenu dt span {
	margin-right: 14px;
	color: #0077ff;
	font-weight: bold;
	padding: 10px;
	background-color: #c5f2ff;
}
.new{font-weight:bold;padding-right:0.5em;font-size:13px;position: absolute;left: 0;bottom: 10px;top: -21px;}

#acMenu dd {
  position: relative;
  background: #ffffff;
  height: auto;
  padding: 12px 12px 12px 68px;
  text-align: left;
  border: 1px solid red;
  border-top: none;
  display: none;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  word-break: break-all;
}

#acMenu dd span {
  position: absolute;
  top: 12px;
  left: 16px;
  color: red;
  font-weight: bold;
}
#acMenu dd div {
  display: inline;
}

#acMenu dd a {
  color: #00b7ff;
  text-decoration: underline;
  text-underline-position: under;
}
#topcatch {
    height: 365px;
    background: url(img/mainimage03nen-20210401-1.jpg) top center no-repeat;
    background-size: cover;
    display: none;
}
img#resize-img {
    width: 70px;
}
address a {
    text-decoration: underline;
}

/*--編集 2023.04.20--*/

header {
	width:100%;
	height: auto;
	float: left;
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	background: rgb(255 255 255);
	color: white;
	z-index: 1000;
	font-weight: 700;
	box-shadow: 0px 0px 5px #00000012;
	}

	.header-box {
		display: flex;
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
		color: #454545;
		text-align: center;
	}
	header .header-logo {
		display: flex;
		font-size: 17px;
		text-align: left;
		line-height: 1.2;
		align-items: center;
		white-space: nowrap;
		gap: 20px;
	}
	header .header-logo img{
		width: 120px;
		display: block;
	}
	@media screen and (max-width: 840px){
		.section-download button img{
			width: 60px;
		}
		
		header .header-logo img{
			width: 80px;
		}
		#acMenu dt ,#acMenu dd {
			font-size: 14px;
		}
		
	}
	.pc-nav {
		display: flex;
		width: 60%;
		justify-content: end;
		align-items: center;
		gap: 2em;
		line-height: 1.2;
		font-size: 15px;
	}
	.hamburger {
		display: none;
		position: fixed;
		z-index: 3;
		right: 20px;
		top: 15px;
		width: 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
	}
	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #454545;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	  }
	  .hamburger span:nth-child(1) {
		top: 10px;
	  }
	  .hamburger span:nth-child(2) {
		top: 20px;
	  }
	  .hamburger span:nth-child(3) {
		top: 30px;
	  }
	  
	nav.globalMenuSp {
		position: fixed;
		z-index: 2;
		top: 68px;
		left: 0;
		color: #333333;
		background: hsl(219.25deg 83.01% 91.6% / 90%);
		text-align: center;
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.6s;
	}
	@media screen and (max-width: 1130px){
	.pc-nav {
		display: none;
	}
	.hamburger {
		display: block!important;
	}
}
@media screen and (max-width: 840px){
	header .header-logo {
		display: flex;
		font-size: 15px;
		text-align: left;
		line-height: 1.2;
		align-items: flex-start;
		white-space: nowrap;
		gap: 10px;
		flex-direction: column;
		padding: 10px 0;
	}
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#454545;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#454545;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
/* メニュー背景　*/
nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 67.5px;
	left : 0;
	color: #333333;
	background: hsl(0deg 0% 100%);
	text-align: center;
	width: 100%;
	transform: translateX(-100%);
	transition: all 0.6s;
	height: calc(100% - 67px);

  }


  @media screen and (max-width: 840px){
	nav.globalMenuSp {
		top  : 110.97px;
	}
  }
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	padding-bottom: 1.2em;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 1px;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #333333;
	padding-top: 2em;
	text-decoration :none;
  }
  nav.globalMenuSp ul li ul li a {
	display: block;
	color: #30485d;
	padding: 0.3em 0;
	text-decoration :none;
font-size: 0.8em;
  }

  /* クリックでjQueryで追加・削除 */
  @media screen and (max-width: 1130px){
	nav.globalMenuSp.active{
		height: calc(100% - 67px);
		overflow-y:auto;
		overflow-x: hidden;
		opacity: 100;
		display: block;
		 transform: translateX(0%);
	}
	}
@media screen and (max-width: 840px){

	nav.globalMenuSp.active {
	height: calc(100% - 111px);
	overflow-y:auto;
	overflow-x: hidden;

	opacity: 100;
	display: block;
	 transform: translateX(0%);
  }  

}

.manu01 a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: rgba(251,113,243,1.00);
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.manu2022 .manu01 a:hover {
}

.manu_togle {
	position: relative;
	padding: 17px 10px;
	box-sizing: border-box;
    height: 67px;
	display: flex;
    align-items: center;
}

.manu_togle ul {
	display: none;
	position: absolute;
	left: 50%;
	top: 67px;
	padding: 10px 0;
	background: hsl(0deg 0% 100%);
	transition: all 0.5s 0s ease;
	transform: translateX(-50%);
	color: #454545;
	margin: 0;
	width: 156px;
}
.manu_togle:hover ul {
	display: block;
	transition: all 0.5s 0s ease;
	box-shadow: 0px 5px 5px #00000012;
}
.manu_togle ul li{
	padding: 7px;
}

/* .manu2022 .manu02 ul li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #ed7c00;
	padding: 5px 15px;
	box-sizing: border-box;
	color: #ed7c00;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

.manu2022 .manu03 {
	width: 25%;
	float: left;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
	background: #006dc2;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.manu2022 .manu03 ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	padding: 0;
	background: #cfeaff;
	transition: all 0.5s 0s ease;
}

.manu2022 .manu03:hover ul {
	display: block;
	transition: all 0.5s 0s ease;
}

.manu2022 .manu03 ul li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #006dc2;
	padding: 5px 15px;
	box-sizing: border-box;
	color: #006dc2;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

.manu2022 .manu04 {
	width: 25%;
	float: left;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
	background: #6ab84a;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
}

.manu2022 .manu04 ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	padding: 0;
	background: #e7ffdd;
	transition: all 0.5s 0s ease;
}

.manu2022 .manu04:hover ul {
	display: block;
	transition: all 0.5s 0s ease;
}

.manu2022 .manu04 ul li {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #6ab84a;
	padding: 5px 15px;
	box-sizing: border-box;
	color: #6ab84a;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

 */
 
 .top-img {
    width: 100%;
    background-image: url(./img/top_back.jpg);
	background-size: cover;
	background-position: center;
    box-sizing: border-box;
    height: 700px;
	position: relative;
	overflow: hidden;
}

.title-img{
	max-width: 90%;
	margin: auto;	
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.title-img img{
	max-width:1000px;
	width: 90vw;
}

/*終了*/
.r6-end{
	position: absolute;
    top: 120px;
    width: 90%;
    max-width: 900px;
    margin: auto;
    left: 0;
    right: 0;
}

.main-title{
	width: 100%;
	max-width: 800px;
	margin-bottom: -7%;
}
.f-img{
	max-width: 900px;
	width: 95%;

}
.family-image{
	background-image: url(../img/top-image-bottom.png),
		url(../img/kumo.png),
		url(../img/kumo-r.png);
	background-size: auto,auto,auto;
    background-repeat: repeat-x,no-repeat,no-repeat;
    background-position: bottom,left bottom,right bottom;
	position: relative;
}
.kumo{
	position: absolute;
	left: 0;
	bottom: 0;

}
.top-contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:3%;
	padding: 5em 10px 0;
	align-items: flex-start;
	}
.top-contents_left{
	width: 60%;
	max-width: 900px;
	height: fit-content;
}
.top-contents_right{
	width: 37%;
	max-width: 500px;
	height: fit-content;

}
.top-contents_left img,.top-contents_right img{
	width: 100%;
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
@media screen and (max-width: 1200px){
	.top-contents{
		gap: 1em;
		padding: 2em 10px;
	}
	.top-contents_left,.top-contents_right{
		width: 90%;
		align-self: flex-start;
		}

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

	.top-img {
		width: 100%;
		background-image: url(./img/top_back_sp.png);
		background-size: cover;
		background-position: right;
		height: 500px;
		margin-top: 111px;
	}
	/*終了*/
	.r6-end{
	top:50px;
	}
	
	.title-img{
		width: 100%;
	}
	.title-img img{
		width: auto;
		margin: auto;
	}
	.title-img .title-img-sp01{
		width: 389px;
		max-width: 100%;
	}
	.title-img .title-img-sp02{
		width: 390px;
		max-width: 100%;

	}
	.title-img{
		bottom: -6px;
	}
	.family-image{
		background-image: url(../img/top-image-bottom.png),
			url(../img/kumo200.png),
			url(../img/kumo-r200.png);
		background-size: auto,contain,contain;
		background-repeat: repeat-x,no-repeat,no-repeat;
		background-position: center 110%,left bottom,right bottom;
	}
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	}
@media screen and (max-width: 500px){
	.family-image{
		background-position: center 140%,left bottom,right bottom;
	}
	
}





.footer-comment {
	width: 100%;
	background-color: rgb(90, 160, 220); 
	padding: 8px 0;
	color: white;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 840px){
	#container{
		margin: 144px auto 0 auto;
	}
	.footer-comment{
		font-size: 14px;
	}
}


.temp__title01 {
	width: 100%;
	padding: 5px 20px;
	box-sizing: border-box;
	background: #ed7c00;
	color: #fff;
	font-size: 18px;
	position: fixed;
	top: 67px;
	z-index: 999;
	text-align: center;
}
.temp__title02 {
	background: #006dc2;
	width: 100%;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	position: fixed;
	top: 67px;
	z-index: 999;

}

.temp__title03 {
	background: #6ab84a;
	width: 100%;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	position: fixed;
	top: 67px;
	z-index: 999;
}
.temp__title04 {
	background: #ed4300;
	width: 100%;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	position: fixed;
	top: 67px;
	z-index: 999;
	text-align: center;
}

@media screen and (max-width: 840px){
	table,tr,td {
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 100%;
		height: 100%;
		font-size: 13px;
		}
	
	.temp__title01,.temp__title02,.temp__title03,.temp__title04 {
		top: 111px;
		font-size: 14px;
	}
}

.temp__manu {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0 !important;
	margin-bottom: 30px;
}

.temp__manu li {
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.temp__manu li a {
	display: block;
	background: #fef0e2;
	border: 1px solid #ed7c00;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 0 6px;
}

.temp__manu2 {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0 !important;
	margin-bottom: 30px;
}

.temp__manu2 li {
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.temp__manu2 li a {
	display: block;
	background: #D3EBFF;
	border: 1px solid #006dc2;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 0 6px;
}

.temp__manu3 {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	padding: 0 !important;
	margin-bottom: 30px;
}

.temp__manu3 li {
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.temp__manu3 li a {
	display: block;
	background: #DFFBD3;
	border: 1px solid #6ab84a;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin: 0 6px;
}


.F-Bold {
	font-weight: bold;
}

.F-Red {
	color: #cc0000;
}

.border-right {
	border-right: 1px solid #999;
}

.table_bg01 {
	background: #f8f8f8;
}

.indent01 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.indent02 {
	text-indent: -1em;
    padding-left: 2em;
}
#acMenu dd .indent03{
	text-indent: -2em;
    padding-left: 2em;
	margin: 0;
}

.pd15em {
	padding-left: 1.5em;
}

.pd25em {
	padding-left: 1.5em;
}

.t_bg {
	background: #eee;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.jyuyo_left {
	width: 15%;
	float: left;
	background: #ed7c00;
	color: #fff;
	text-align: center;
	border: 1px solid #7C3701;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.4em !important;
}

.jyuyo_right {
	box-sizing: border-box;
	color: #cc0000;
}
.tyui_left {
	width: 80px;
	float: left;
	background: #ed7c00;
	color: #fff;
	text-align: center;
	border: 1px solid #7C3701;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.4em !important;
}

.tyui_right {
	width: 85%;
	float: right;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #cc0000;
}
@media screen and (max-width: 840px){
	.tyui_left {
		width: 80px;
		float: none;
		background: #ed7c00;
		color: #fff;
		text-align: center;
		border: 1px solid #7C3701;
		box-sizing: border-box;
		padding: 10px 15px;
		border-radius: 6px;
		font-weight: bold;
		font-size: 1.4em !important;
	}
	
	.tyui_right {
		width: 100%;
		float: none;
		padding: 15px 0;
		box-sizing: border-box;
		color: #cc0000;
	}
	
}
#content {
}

#about {
	padding-top: 152px;
    margin-top:-152px;
	position: relative;
	z-index: 100;
}

/* #henkou {
	padding-top: 191px;
    margin-top:-191px;
	position: relative;
	z-index: 95;
}
 */
#download {
	padding-top: 152px;
    margin-top:-152px;
	position: relative;
	z-index: 90;
}

#submit {
	padding-top: 152px;
    margin-top:-152px;
	position: relative;
	z-index: 85;
}

#question {
	padding-top: 152px;
    margin-top:-152px;
	position: relative;
	z-index: 80;
}

.section-download {
	position: relative;
	z-index: 90;
}

.section-submit {
	position: relative;
	z-index: 85;
}

/* TOPページお知らせ*/
.news-area{
    margin: 60px auto;
	font-weight: 700;
}
h2{
	background-color: #ffee78;
	padding:  0.5em 0 0.5em 5em;
	position: relative;
	color: #004ea2;
	font-size:22px;
	text-align: left;
	margin: 24px auto;
}
h2::before{
	content: url(./img/h2-icon.svg);
	width: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform:translate(-26% ,14%);
}
.news-list-area div:nth-child(2n+2) {
	background-color: #f0f8ff;
}
.news-page-title {
	font-size: 17px;
	width: 100%;
    height: 240px;
    background: url(./img/page_back.png);
	background-position: center;
	background-size: cover;
    display: flex;
    align-items: center;
	color: white;
	font-weight: bold;
}
.news-page-title p{
	width: 90%;
	max-width: 1080px;
	margin: auto;
	text-align: left;
}
.news-title {
    display: flex;
    justify-content: space-between;
}
.news-list{
	width: 100%;
	text-align: left;
	padding: 1em 40px;
	display: flex;
	box-sizing: border-box;
	column-gap: 2em;
    flex-wrap: nowrap;
	justify-content: space-between;
}
.news-day{
	color: #004ea2;
	width: 15%;
}
.news-list a {
	width:  85%;
}
@media screen and (max-width: 840px){
	h2{
		font-size: 17px;
		padding: 0.5em 0 0.5em 3em;
		margin-left: 0.8em;
	}
	h2::before{
		width: 64px;
		transform:translate(-30% ,6%);
	}
	.news-list{
		width: 100%;
		text-align: left;
		padding: 1em 3em;
		display: block;
		box-sizing: border-box;
	}

}
/* TOPページtwiier,リーフレット*/
.information-area{
	display: flex;
	flex-wrap: wrap;
	row-gap: 3em;
	margin: 60px auto;
}
.leaflet-area-ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center!important;
	gap:1em;
}
.twitter-area{
	width: 40%;
}
.leaflet-area{
	width: 60%;
}
.leaflet-area ul{
	padding: 0;
}
@media screen and (max-width: 840px){
	.twitter-area{
		width: 100%;
	}
	.leaflet-area{
		width: 100%;
	}
	
}
/* TOPページバナーエリア*/

@media screen and (max-width: 1130px){
	.flex{
		justify-content: center!important;
	}
}

/*要件エリア レイアウト調整*/
.youken p  {
  margin-bottom: 8px;
}
.youken ul  {
  margin: 0px 0px 8px;
}
.youken li  {
  text-indent: -1em;
}
.youken ul li ul {
  padding-inline-end: 0;
  padding-inline-start: 15px;
  margin-bottom: 0px;
}
.youken ul li ul li {
  text-indent: -1.5em;
}

.taiyou_zaisan li{
	margin-bottom: 0.5em;
}
.taiyou_zaisan a,.jika_zaisan a {
	color: #1a73e8;
}
.section-download p.table-title{
	margin-top: 3em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
/*お知らせボタン*/
.news-btn {
  width: 143px;
  height: 34px;
  background-color: #FFFFFF;
  color: #004ea2;
  margin-right: 26px;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  border-radius: 2.5px;
  text-align: center;
}
a:hover .news-btn {
	opacity: 0.8;
}

/*news_page css*/
.news-page {
  min-height: 70vh;
}
.news-page-area{
	margin: 4em auto;
	font-weight: 700;
}
.news-page .news-list {
  padding-bottom: 0.5rem;
}
.news-page .news-contents {
  text-align: left;
  padding: 0 1rem 2rem;
}
.news-page .news-area {
  margin-bottom: 30px;
}
.news-page .news-headline {
  margin-bottom: 2rem;
}
.news-page .news-day {
  font-size: 17px;
  margin-bottom: 0.5rem;
}
.news-page .news-name {
  font-size: 20px;
  font-weight: bold;
}
.news-page .news-text {
  font-size: 15px;
}
@media screen and (max-width: 840px){
	.news-page {
		margin: 110px auto 0;
	}
  .news-page .news-list {
    padding-bottom: 1rem;
  }
  .news-page .news-day {
    font-size: 15px;
  }
  .news-page .news-name {
    font-size: 18px;
  }
}

/*申込の流れレイアウト調整*/
.request-tittle {
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  background-color: #004ea2;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: bold;
}
.request-notes {
  font-size: 15px;
  padding: 0 1.7rem 20px 1.7rem;
}
.request-notes .F-Red {
  font-size: 16px;
}
.request-map {
  display: flex;
  justify-content: space-between;
}
.request-section {
  border: solid 3px #004ea2;
  border-radius: 10px;
  width: 15%;
  height: 131px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: rgb(219, 236, 248);
}
.request-section p {
  margin: 0 auto;
  font-size: 16px;
}
.request-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #b4b4b4;
  line-height: 1;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left-color: currentColor;
  border-right: 0;
  margin: auto 0;
}
@media screen and (max-width: 840px) {
	ul{
		padding-left: 2em;
	}
  .request-map {
    flex-direction: column;
  }
  .request-section {
    border-radius: 10px;
    width: 80%;
    height: auto;
    margin: 0 auto;
	padding: 1rem 0;
    display: flex;
    align-items: center;
  }
  .request-arrow {
	display: inline-block;
    vertical-align: middle;
    color: #b4b4b4;
    line-height: 1;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: currentColor;
    border-bottom: 0;
	margin: 10px auto;
  }

}


.news-contents{
	padding-bottom: 2em;
}
.news-text p{
	padding-bottom: 1.6em;
}