@charset "utf-8";
/* CSS Document */

body { padding: 0; margin: 0; font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 150%;
}
img {
    image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}
iframe{
	vertical-align:bottom;
}

.kc_ai {
	font-family: 'Noto Serif JP', serif;
	font-size:1.4em;
	font-weight: bold;
	text-align: right;
	padding: 10px 0;
}
.red{
	color: #ff0000;
}

/* header */
header {width: 100%; margin: 0 auto; padding: 10px 0 0 0; clear: both; 
background: #ffffff;
	overflow:visible;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
	z-index: 9999;
	float:left;
	font-size: 1.0em;
	box-shadow:0 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#wpforo-title{width: 100%; max-width: auto; float: none; margin: 0; padding: 0 0; box-sizing: border-box;}
h2{ font-size: 2.4em;}
h3 { font-size: 1.4em; line-height: 150%; margin: 0; padding: 0; }
h4 {}
h5 {}
h6 {}

p{
	padding:0;
	margin: 0;
	line-height: 180%;
}

.pc{display: block;}
.sp{display: none;}

.mb70 { margin-bottom: 70px; }
.mb60 { margin-bottom: 60px; }
.mb50 { margin-bottom: 50px; }
.mb40 { margin-bottom: 40px; }
.mb30 { margin-bottom: 30px; }
.mb20{ margin-bottom: 20px; }
.mb10{ margin-bottom: 10px; }

.mt20{ margin-top: 20px; }
.mt10{ margin-top: 10px; }



/* navi */
#gnav > ul {
  display: table;
	width: 65%;
	table-layout:fixed;
	float: right;
	 border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 10px 0;  /* 左右 上下で記述 */
	margin-top: 20px;
}
#gnav > ul > li {
  display: table-cell;
	text-align: center;

}
#gnav > ul > li:hover {
  color: #fff;
  background-color: #aaa;
}
#gnav > ul > li:hover > a {
  color: #fff;
background-color: #aaa;
}
#gnav > ul > li:hover .menu-navi1-container {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li:hover .menu-navi2-container {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li:hover .menu-navi3-container {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li:hover .menu-navi4-container {
  max-height: 9999px;
  opacity: 1;
}

#gnav > ul > li > a {
  display: block;
  padding: 0.5em 0;
  transition: all .2s ease-in;
	color: #333;
	text-decoration: none;
	border: 1px solid #ccc;;
}
#gnav > ul .menu-navi1-container {
  transition: all .2s ease-in;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background:rgba(0,0,0,0.7);
  z-index: 1000;
	font-size: 1.2em;
}
#gnav > ul .menu-navi1-container .menu {
  padding: 1.0em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gnav > ul .menu-navi1-container .menu li {
  display: inline-block;
  margin: 0.5%;
	background-color: #ffffff;
	width: 24%;
}
#gnav > ul .menu-navi1-container .menu li > a{
  display: block;
	color: #19192b;
	text-decoration: none;
	  padding: 1.0em 0;
}

#gnav > ul .menu-navi2-container {
  transition: all .2s ease-in;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background:rgba(0,0,0,0.7);
  z-index: 1000;
	font-size: 1.2em;
}
#gnav > ul .menu-navi2-container .menu {
  padding: 1.0em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gnav > ul .menu-navi2-container .menu li {
  display: inline-block;
  margin: 0.5%;
	background-color: #ffffff;
	width: 24%;
}
#gnav > ul .menu-navi2-container .menu li > a{
  display: block;
	color: #19192b;
	text-decoration: none;
	  padding: 1.0em 0;
}

#gnav > ul .menu-navi3-container {
  transition: all .2s ease-in;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background:rgba(0,0,0,0.7);
  z-index: 1000;
	font-size: 1.2em;
}
#gnav > ul .menu-navi3-container .menu {
  padding: 1.0em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gnav > ul .menu-navi3-container .menu li {
  display: inline-block;
  margin: 0.5%;
	background-color: #ffffff;
	width: 24%;
}
#gnav > ul .menu-navi3-container .menu li > a{
  display: block;
	color: #19192b;
	text-decoration: none;
	  padding: 1.0em 0;
}

#gnav > ul .menu-navi4-container {
  transition: all .2s ease-in;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background:rgba(0,0,0,0.7);
  z-index: 1000;
	font-size: 1.2em;
}
#gnav > ul .menu-navi4-container .menu {
  padding: 1.0em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#gnav > ul .menu-navi4-container .menu li {
  display: inline-block;
  margin: 0.5%;
	background-color: #ffffff;
	width: 24%;
}
#gnav > ul .menu-navi4-container .menu li > a{
  display: block;
	color: #19192b;
	text-decoration: none;
	  padding: 1.0em 0;
}

/* パンくず */
.bcl {
	background-color: #f2f2f2;
	padding:10px 15px 10px 0;
	text-align: right;
	color: #777;
	margin-bottom: 35px;
}


/* contents */
#container {
  padding-top: 110px;
}

#container .imgbox{
	position: relative;
}

#container .imgbox img{
	width: 100%;
	height: auto;
}

#container .imgbox .path{
	width: 100%;
	height: auto;
	position:absolute;
	top:45%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
	z-index: 100;
	text-align: center;
}
#container .imgbox .path h2{
	font-size: 3.0em;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-shadow: 0 0 8px #000,1px 1px 0 #ccc;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* toppage */
.contents01 {
	max-width: 1280px;
	margin: 0 auto;
}

.tp_con{
	max-width: 1280px;
	margin: 80px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.tp_con .tc_img1{
	width: 48%;
	margin: 0 0 80px 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.tp_con .tc_txt1{
	width: 48%;
	margin: 0 1% 80px 1%;
}
.tp_con .tc_img2{
	width: 48%;
	margin: 0 0 80px 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.tp_con .tc_txt2{
	width: 48%;
	margin: 0 1% 80px 1%;
}

.tp_con img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.tp_con p{
	font-size: 1.2em;
}

ul.tpbt{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0 0;
	padding: 0;
}
ul.tpbt li{
	list-style: none;
	min-width:200px;
	border: 1px solid #555;
	padding: 0;
	margin: 10px 1%;
}
ul.tpbt li a{
	padding: 20px 0;
	display: block;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	font-size: 1.2em;
}

.linkbox01 { background-color: #333399; padding: 50px 0; }
.linkbox02{	background: #f2f2f2; padding: 50px 0; }

ul.tp_link{
	max-width: 1280px;
	margin: 0 auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	box-sizing: border-box;
	column-gap: 20px;
	row-gap: 20px;
}
ul.tp_link li{
	list-style: none;
	width: 30%;
	margin:0;
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
	transition:0.5s all;
	display: flex;
	align-items: center;
	line-height: 180%;
}
ul.tp_link li a{
	padding: 25px 30px 27px 70px;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
}
ul.tp_link li:hover{
	opacity: 0.5;
}

.tpl01{
	background: linear-gradient(70deg, #f2f2f2, #ffffff);
}
.tpl01 a{
	background-image: url("../images/link_nyusatu.png");
	background-position: center left 20px;
	background-repeat: no-repeat;
	color: #555;
}
.tpl02{
	background: linear-gradient(70deg, #efa13a, #ffc47d);
}
.tpl02 a{
	background-image: url("../images/link_mailform.png");
	background-position: center left 20px;
	background-repeat: no-repeat;
	color: #fff;
}
.tpl03{
	background: linear-gradient(70deg, #7ece7a, #bff7bf);
}
.tpl03 a{
	background-image: url("../images/link_jyouhou.png");
	background-position: center left 20px;
	background-repeat: no-repeat;
	color: #fff;
}
.tpl04{
	background: linear-gradient(70deg, #6699cc, #a0c8ea);
}
.tpl04 a{
	background-image: url("../images/link_adm.png");
	background-position: center left 20px;
	background-repeat: no-repeat;
	color: #fff;
}



.newscon {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding:0 0 50px 0;
}
.newscon .news{
	flex: 1;
	margin:0 1%;
}

.newscon .more {
	width: 100%;
	text-align: center;
	background-color: #005db4;
	border-radius: 10px;
	margin-top: 15px;
}
.newscon .more a{
	padding: 15px 0;
	display: block;
	color: #fff;
	text-decoration: none;
}

ul.newslist{
	padding: 0;
}
ul.newslist li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: 30px 10px 20px 10px;
	font-size: 1.2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.newslist li a{
	text-decoration: none;
	color: #333;
}

ul.newslist li .date{
	width: 120px;
	font-weight: bold;
	margin-right: 10px;
	color:#005db4;
}
ul.newslist li .date2{
	width: 100%;
	font-weight: bold;
	color:#005db4;
	margin-bottom: 10px;
}
ul.newslist li .n_title{
	flex: 1;
}

/* post */
.postbace{
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 180%;
}
.postbace h2{
	font-size: 1.8em;
}
.postbace h3{
	font-size: 1.6em;
}
.postbace h4{
	font-size: 1.4em;
}
.postbace h5{
	font-size: 1.2em;
}
.postbace h6{
	font-size: 1.0em;
}

.postbace p{
	margin: 0;
	padding: 0;
}
.postbace ul{
	margin: 0;
	padding: 0 0 0 30px;
}
.postbace ul li{
	margin: 0;
	padding: 0;
}
.postbace ol{
	margin: 0;
	padding: 0 0 0 30px;
}
.postbace ol li{
	margin: 0;
	padding: 0;
}

/* 投稿table */
.postbace table{
	border-collapse:collapse;
	border-spacing:0;
	border:1px #555 solid;
	width: 100%;
	line-height: 180%;
}
.postbace table th {
	padding:15px;
	border:1px #555 solid;
}
.postbace table td {
	padding:15px;
	border:1px #555 solid;
}
.postbace table ul{
	margin: 0;
	padding: 0 0 0 20px;
}
.postbace table ul li{
	padding: 0 0 0 0;
}
.postbace img{
	max-width: 1280px;
	height: auto;
}

/* 投稿event table */
table.event{
	border-collapse:collapse;
	border-spacing:0;
	border:1px #555 solid;
	width: 100%;
	line-height: 180%;
	margin: 20px 0;
}
table.event th {
	padding:15px;
	border:1px #555 solid;
	background-color: #efefef;
}
table.event td {
	padding:15px;
	border:1px #555 solid;
}
table.event ul{
	margin: 0;
	padding: 0 0 0 20px;
}
table.event ul li{
	padding: 0 0 0 0;
}
table.event img{
	max-width: 1280px;
	height: auto;
}

/* page_intro */
ul.intro_jg{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}
ul.intro_jg h4{
	margin: 0;
	padding:0;
}

ul.intro_jg li{
	list-style: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 29%;
	margin: 1%;
	padding: 1%;
	align-items: center;
}
ul.intro_jg li ul{
	margin: 0;
	padding: 10px 0 0 30px;
}
ul.intro_jg li ul li{
	list-style:disc;
	border: none;
	width: 100%;
	margin: 0;
}

.ss_hc{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.ss_hc .quality{
	width: 45%;
	max-width:450px;
	background-color: #f9f8ca;
	border: 3px solid #c99566;
	border-radius: 10px;
	align-items: center;
	padding: 15px;
}
.ss_hc .quality h4{
	background: #c99566;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
}
.ss_hc .cost{
	width: 45%;
	max-width:450px;
	background-color: #ceeaee;
	border: 3px solid #616394;
	border-radius: 10px;
	align-items: center;
	padding: 15px;
}
.ss_hc .cost h4{
	background: #616394;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
}

.ss_hc .plus{
	align-items: center;
	padding: 10px;
	font-size: 3.0em;
	font-weight: bold;
}
.ss_hc ul {
	margin: 0;
	padding: 15px 0 0 0;

}
.ss_hc ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	line-height: 180%;
	font-size: 1.2em;
	font-weight: bold;
}


/* page */
h2.pgh2{
	font-size: 2.0em;
	padding: 20px;
	border: 3px double #888;
}
.pagebace{
	margin: 30px 15px 70px 15px;
}
.pagebace h3{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin:40px 0 15px 0;
}
.pagebace ul,ol{
	margin: 0;
	padding: 10px 0 0 30px;
	line-height: 180%;
}
.pagebace ul,ol li{
	margin: 0;
	padding: 0 0 10px 10px;;
}


.textbox01{
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 30px;
}

/* aisatsu */
.aisatsu_bace{
	padding: 10px;
}
.aisatsu_bace p{
	line-height: 200%;
}
.kaicyou {
	float: left;
	margin: 10px 30px 20px 0;
	width: 250px;
	border-radius: 10px;
	vertical-align:bottom;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.kaicyou img{
	border-radius: 10px;
	vertical-align:bottom;
	width: 100%;
	height: auto;
}

/* intro */
.intro_bace{
	padding: 10px;
	clear: both;
	overflow: hidden;
}
.intro_bace p{
	line-height: 200%;
}
.intro_bace .ichi {
	float: left;
	margin: 10px 30px 20px 0;
	width: 500px;
	border-radius: 10px;
	vertical-align:bottom;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.intro_bace .ichi img{
	border-radius: 10px;
	vertical-align:bottom;
	width: 100%;
	height: auto;
}


/* table */
.tbl_box {
	border-collapse:collapse;
	border-spacing:0;
	border:1px #888 solid;
	width: 100%;

}
.tbl_box th {
	padding:10px;
	background-color:#2e328e;
	text-align:center;
	color:#fff;
}
.tbl_box td {
	padding:10px;
	border:1px #888 solid;
	border-width:0 0 1px 1px;
	background-color: #edf4ff;
	text-align:left;
}
.tbl_box tr:nth-child(even) td {
	background: #fff;
}

/* table2 */
.tbl_box2 {
	border-collapse:collapse;
	border-spacing:0;
	border:1px #888 solid;
	width: 100%;

}
.tbl_box2 th {
	padding:10px;
	background-color:#2e328e;
	text-align:center;
	color:#fff;
}
.tbl_box2 td {
	padding:10px;
	border:1px #888 solid;
	border-width:0 0 1px 1px;
	background-color: #edf4ff;
}
.tbl_box2 tr:nth-child(even) td {
	background: #fff;
}
.tb_date{ width: 12%; text-align: right;}
.tb_pres{ width: 12%; text-align: center;}

/* table3 */
.tbl_box3 {
	border-collapse:collapse;
	border-spacing:0;
	border:1px #333 solid;
	width: 100%;
}
.tbl_box3 th {
	padding:10px;
	border:1px #333 solid;
	background-color:#aaa;
	text-align:center;
	color:#fff;
}
.tbl_box3 td {
	padding:10px;
	border:1px #333 solid;
	border-width:0 0 1px 1px;
}
.th30{
	width: 30%;
}
/* table4 */
.tbl_box4 {
	border-collapse:collapse;
	border-spacing:0;
	border:1px #333 solid;
	width: 100%;
}
.tbl_box4 th {
	padding:10px;
	border:1px #333 solid;
	background-color:#aaa;
	text-align:center;
	color:#fff;
	width: 30%;
	height: 60px;
}
.tbl_box4 td {
	padding:10px;
	border:1px #333 solid;
	border-width:0 0 1px 1px;
	height: 60px;
}
/* table5 */
.tbl_box5 {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	border-top:1px #333 solid;
	margin-top: 20px;
}
.tbl_box5 th {
	padding:15px;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	background-color:#efefef;
	text-align:center;
	color:#000;
	width: 30%;
}
.tbl_box5 td {
	padding:15px;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	border-width:0 0 1px 0;
}
/* table6 */
.tbl_box6 {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
	border-top:1px #333 solid;
}
.tbl_box6 th {
	width: 160px;
	padding:12px 0;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	background-color:#efefef;
	text-align:center;
	color:#000;
}
.tbl_box6 td {
	padding:12px 15px;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	border-width:0 0 1px 0;
}

/* jyouhou */
ul.jyouhou {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
ul.jyouhou li{
	margin-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.jwd01{
	width: 46%;
	padding: 2%;
}
.jwd02{
	width: 96%;
	padding: 2%;
}



/* mailform */
span.wpcf7-list-item {
display: block!important;
}
label {
  display: block;
}
.yubin {
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom: 10px;
	font-size: 1.0em;
	width: 250px;
}
.textbox {
	border:1px solid #cccccc;
	padding:10px;
	font-size: 1.0em;
	width: 98%;
}
.textarea {
	border:1px solid #cccccc;
	padding:10px;
	font-size: 1.0em;
	width: 98%;
	height: 140px;
}
.upload {
	margin: 10px 0 0 0;
}
.sb_bace {
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}
.sb {
	background-color:#333399;
	color:#ffffff;
	padding: 15px 0;
	font-size: 1.4em;
	font-weight: bold;
	width: 250px;
	display: inline-block;
	border-radius: 5px;
	border: none;
    outline: none;
	cursor: pointer;
}
.hissu{
	margin:  0 0 0 10px;
	background: #ff0000;
	color: #fff;
	border-radius: 10px;
	padding:3px 10px;
}

/* nyukai */
ul.nyukai{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 0;
	margin:0 0 20px 0;
}
ul.nyukai li{
	list-style: none;
	width: 48%;
	margin:10px 1% 0 1%;
}
.tel{
	font-size: 1.2em;
	line-height: 180%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	background: #f2f2f2;
	text-align: center;
}

.adm_mf{
	background-color:#339;
	text-align: center;
	margin: 0;
	border-radius: 5px;
	transition:0.5s all;
}
.adm_mf a{
	line-height: 180%;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}
.adm_mf:hover{
	opacity: 0.5;
}


.nk_pdf{
	background-image: url("../images/pdf.png");
	background-repeat: no-repeat;
	background-position: left;
	background-color: #efefef;
	border: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 10px;
	margin: 0;
	transition:0.5s all;
}
.nk_pdf a{
	color: #000;
	text-decoration: none;
	padding: 35px 10px 35px 85px;
	display: block;
}
.nk_pdf:hover{
opacity: 0.5;
}


/* memberlist */
ul.sk_list{
	margin: 0 0 150px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
ul.sk_list li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sk2{
	width: 48.5%;
}
.sk3{
	width: 31.5%;
}

.select_bace {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(000, 000, 0, 0.5);
	padding:20px;
	margin:20px 0 20px 0;
}

.select_bace h3{
	margin: 0 0 15px 0;
	padding: 10px 0;
	border: none;
	background-color: #9194d1;
	color: #fff;
	border-radius: 5px;
}

.selectbox {
	border:1px solid #666;
	padding:10px;
	font-size: 1.2em;
	color:#666;
	width: 100%;
	margin: 0;
}

.llk{
	font-size: 1.2em;
	font-weight: bold;
	padding:0 15px;
}
.llk a{
	color: #666;
	text-decoration: none;
}

ul.mem{
	padding: 0 10px;
}
ul.mem li{
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.mem1{
	background-color: #2e328e;
}
.mem2{
	background-color: #9194d1;
}
.name {
	padding: 10px 10px 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.name h3 {
	font-size: 1.2em;
	line-height: 180%;
	color: #fff;
	border:none;
	padding: 0;
	margin: 0;
	flex: 1;
}
.name .url {
	font-size: 0.9em;
	background-color: #fff;
	border-radius: 10px;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}
.name .url a{
	display: block;
	text-decoration: none;
	color: #333;
}
.c_info{
	font-size: 0.9em;
	line-height: 150%;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.c_info .intit{
	width: 80px;
	border: 1px solid #ccc;
	padding: 0;
	margin:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}
.c_info .minfo{
	flex: 1;
	padding: 0 0;
	margin:10px 0;
	display:grid;
	align-items: center;
}

.c_info2{
	font-size: 0.9em;
	line-height: 150%;
	padding:0 20px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.c_info2 .intit2{
	width: 80px;
	border: 1px solid #ccc;
	padding: 10px;
	margin:0 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c_info2 .minfo2{
	flex: 1;
	padding:10px;
	margin:0;
	background: #f2f2f2;
	display: flex;
	align-items: center;
}



/* teikan */
.teikan{
	margin: 0 0 30px 0;
}
.teikan h4{
	font-size: 1.2em;
	padding: 20px;
	margin: 20px 0 0 0;
	background-color: #efefef;
	border-radius: 10px;
}
.teikan h5{
	margin: 20px 0 5px 0;
	font-size: 1.0em;
}
.teikan ul{
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.teikan ul li{
	list-style: none;
	margin: 0;
	padding: 0 1% 0 1%;
}
.tk01{
	width: 98%;
}
.tk02{
	width: 5%;
	text-align: right;
}
.tk03{
	width:91%;
}

/* kaishi */
ul.kaishi{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
}
ul.kaishi li{
	list-style: none;
	width: 47.5%;
	margin: 1%;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.b_number .bname{
	width: 100%;
	margin: 0 0 5px 0;
}
.b_number{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	padding: 20px;
}
.b_number .mk_img{
	width: 48%;
	border:1px solid #ccc;
	vertical-align: bottom;
}
.b_number img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.b_number .mk_link{
	flex: 1 100%;
}
.b_number .pdf_dl{
	background: #333399;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin: 15px 0 0 0;
	transition:0.5s all;
}
.b_number .pdf_dl a{
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
.b_number .pdf_dl:hover{
opacity: 0.3;
}
/* kaishi2 */
ul.kaishi2{
	margin:2% 1.5% 1% 1%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 1%;
}
ul.kaishi2 li{
	list-style: none;
}
.bname2{
	width: 100%;
	padding-bottom: 5px;
}
.bn_img3c{
	width: 32%;
	vertical-align: bottom;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.bn_img3c img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* soshiki */
ul.soshiki{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 30px 0;
	padding: 0;
}
ul.soshiki li{
	list-style: none;
	padding: 0;
	width: 48%;
	margin: 15px 1%;
}
.ss_img{
	background-color: #fcfbf2;
	vertical-align: bottom;
	border: 1px solid #d8d3ad;
}
.ss_img img{
	width: 100%;
	height: auto;
}

ul.soshiki li h3{
	margin-top: 0;
	padding-top: 0;
}
ul.soshiki li ol{
	margin: 0;
	padding: 0 0 0 20px;
}
ul.soshiki li ol li{
	list-style:decimal;
	padding: 0;
	width: 100%;
	margin: 0;
}

/* link */
.link{
	margin: 0 0 30px 0;
}
.link ul{
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.link ul li{
	list-style: none;
	margin: 0 1% 15px 1%;
	padding: 0;
	width: 31%;
	border: 1px solid #ccc;
	border-radius: 10px;
	transition:0.5s all;
}
.link ul li a{
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #000;
}
.link ul li:hover{
	background: #efefef;
}	

/* pp */
.pp{
	margin: 0 0 30px 0;
}
.pp ul{
	margin: 20px 0 50px 30px;
	padding: 0;
}
.pp ul li{
	padding: 0;
}


/* post */
h2.psh2{
	font-size: 1.6em;
	padding: 10px 20px;
	border: 3px double #888;
	margin: 0;
	line-height: 180%;
}
.postdate{
	padding: 20px 0 10px 0;
	font-weight: bold;
}

.postbace{
	margin: 30px 0 70px 0;
	line-height: 180%;
}
.postbace p{
line-height: 180%;
}
.postbace h2{
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
.postbace h3{
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
.postbace h4{
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
.postbace h5{
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
.postbace h6{
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
.postlink{
	width: 280px;
	margin: 0 auto 80px auto;
	border: 3px double #888;
	text-align: center;
	font-size: 1.2em;
}
.postlink a{
	font-weight: bold;
	text-decoration: none;
	color: #888;
	padding: 15px;
	display: block;
}
/* postlist */
ul.postlist{
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
}
ul.postlist li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 15px;
	line-height: 180%;
}
.pl_date{
	font-weight: bold;
	max-width: 100px;
	margin-right: 15px;
	padding: 5px 0;
	color: #005db4;
}
.pl_tit{
	flex: 1;
	padding: 5px 0;
}
.pl_tit a{
	text-decoration: none;
	color: #333;
}
.pg_nat ul{
	padding: 30px 0 70px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.pg_nat ul li{
	list-style: none;
	border: 1px solid #06c;
	margin: 0 5px;
	padding:5px 10px;
}
.pg_nat ul li a{
	color:#06c;
	font-weight: bold;
	text-decoration: none;
	display: block;
}




/* footer */
footer {
	clear: both;
}

.linkbox01 ul{
	width: 100%;
	max-width:1280px;
	margin: 0 auto;
	padding: 0; 
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
	row-gap: 15px;	
	box-sizing: border-box;
}
.linkbox01 ul li{
	list-style: none;
	width: 30%;
	background: #fff;
	margin: 0;
	vertical-align: bottom;
	box-sizing: border-box;
}
.linkbox01 ul li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.linkbox01 h3{
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
.linkbox01 h3 a{
	color: #fff;
	text-decoration: none;
}

.sitemap {
	width: 100%;
	max-width:1280px;
	margin: 0 auto;
	padding: 40px 0 50px 0; 
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:stretch;
}
.sitemap .cat{
	width: 23%;
	margin: 0 1%;
	background-color: #d4ebff;

}
.sitemap .cat a{
	text-decoration: none;
	color: #333;
}

.sitemap .cat ul{
	margin: 0;
	padding: 0;
}
.sitemap .cat ul li{
	list-style: none;
	margin: 0;
	padding: 15px;
}
.sitemap .cat ul li::before{
	content: "\25C7";
	margin-right:8px;
}
.sitemap .cat ul li ul{
	margin: 0 0 0 30px;
	padding:10px 0;
	border: none;
}
.sitemap .cat ul li ul li{
	list-style: disc;
	margin: 0;
	padding: 0;
	line-height: 200%;
}
.sitemap .cat ul li ul li::before{
	content: none;
	margin-right:0;
}

.sitemap .bd4w{
	margin: 15px;
	padding: 15px;
	background-color: #fff;
}
.sitemap .bd4w h3{
	font-size: 1.2em;
	margin-bottom: 5px;
}
.copyright{
	background: #565656;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}


/** pagetop **/
#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: -80px;
  bottom: 100px;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  position: absolute;
  width: 80px;
  height: 80px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#page_top img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 投稿サンプル用 */
.post_sample{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.post_sample .c3{
	width: 33%;
}
.post_sample .c2{
	width: 50%;
}
.post_sample .w70{
	width: 70%;
}
.post_sample .w30{
	width: 30%;
}
.lkbt{
	background-color: #0693e3;
	border-radius: 10px;
	margin: 20px 0;
	padding: 15px 20px;
	display:inline-block;
	font-size: 1.2em;
}
.lkbt a{
	color: #fff;
	text-decoration: none;
}


/** 一部調整 **/
@media screen and (max-width: 1280px) {
	.header{ font-size: 0.8em;}	
	
.spacer_tb {
  width: 100%;
}
	
#gnav > ul {
	width: 100%;
	margin-top: 0px;
}
#gnav > ul .menu-navi1-container .menu li {
  margin: 0.5%;
	width: 24%;
}
#gnav > ul .menu-navi2-container .menu li {
  margin: 0.5%;
	width: 24%;
}
#gnav > ul .menu-navi3-container .menu li {
  margin: 0.5%;
	width: 24%;
}
#gnav > ul .menu-navi4-container .menu li {
  margin: 0.5%;
	width: 24%;
}
	
#container .imgbox .path h2{
	font-size: 2.5em;
	padding: 80px 0 0 0;
}
	
	
a.anc{
   display: block;
   margin-top:-200px;
   padding-top:200px;
}
	
.contents01 {
	width: 98%;
	margin: 0 auto;
}

/* teikan */
.teikan ul li{
	padding: 0 1% 0 1%;
}	
.tk02{
	width:10%;
}
.tk03{
	width:86%;
}
	
/* page_intro */
ul.intro_jg li{
	width: 45.5%;
}
	
.ss_hc .quality{
	width: 40%;
	max-width:auto;
}
.ss_hc .cost{
	width: 40%;
	max-width:auto;
}

.ss_hc .plus{
	align-items: center;
	padding: 0;
	font-size: 2.0em;
	font-weight: bold;
}

	
/* link */
.link ul li{
	width: 47.5%;
}	
}

/** 一部調整 **/
@media screen and (max-width: 1080px) {
/* footer */
.sitemap {
	max-width:100%;
}
.sitemap .cat{
	width: 48%;
	margin: 0 1% 15px 1%;
}
}


/** モバイル **/
@media screen and (max-width: 768px) {
h2{ font-size: 1.6em;}
h6 {
	font-size: 1.8em;
	line-height: 150%;
}

.spacer {
  width: 100%;
}
	
.pc{display: none;}
.sp{display: block;}

#container .imgbox .path h2{
	font-size: 2.0em;
	padding:0;
}
	
a.anc{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}
	
header{font-size: 0.8em; padding: 10px 0 0 0;
	box-shadow:none; height: auto; overflow: hidden;}

	
.postbace img{
	max-width: 100%;
	min-width: 300px;
	height: auto;
}
	
/* page */
h2.pgh2{
	font-size: 1.8em;
}
.pagebace{
	margin: 30px 5px 50px 5px;
}

	
/* contents */
	
#container {
  padding-top: 120px;
}
	

ul.newslist li{
	padding: 20px 10px 10px 10px;
}

ul.newslist li .date{
	width: 100%;
	margin-right: 0;
}
.news {
	font-size: 0.8em;
}
	
/* page */
.tp_con{
	max-width: 95%;
	margin: 50px auto 0 auto;
}
.tp_con .tc_img1{
	width: 100%;
	margin: 0 0 30px 0;
	order: 1;
}
.tp_con .tc_txt1{
	width: 100%;
	margin: 0 0 30px 0;
	order: 2;
}
.tp_con .tc_img2{
	width: 100%;
	margin: 0 0 30px 0;
	order: 3;
}
.tp_con .tc_txt2{
	width: 100%;
	margin: 0 0 30px 0;
	order: 4;
}
.tp_con p{
	font-size: 1.0em;
}

ul.tp_link{
	max-width: 95%;
}
ul.tp_link li{
	width: 100%;
	margin:0 0 20px 0;
}
	
.sitemap {
	display: none;
}
	
/* nyukai */
ul.nyukai li{
	flex: 1 98%;
}
.tel{
	margin-bottom: 15px;
}
	
/** memberlist **/
.name h3 {
	font-size: 1.2em;
	flex: 1 100%;
	margin-bottom: 5px;
}
.name .url {
	width: 30%;
	font-size: 0.8em;
	border-radius: 5px;
}
.name .url a{
	padding: 5px;
}
	
/* aisatsu */
.aisatsu_bace p{
	line-height: 180%;
}
.kaicyou {
	float: none;
	margin: 10px auto 20px auto;
}
	
/* kaishi */
ul.kaishi{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
}
ul.kaishi li{
	width: 95%;
	margin: 10px auto;
}
	
/* page_intro */
ul.intro_jg li{
	width: 94%;
	margin: 10px auto;
}
	
/* table5 */
.tbl_box5 th {
	padding: 15px 0;
	width: 100%;
	display: block;
	border-top: none;
}
.tbl_box5 td {
	padding: 15px 0;
	width: 100%;
	display: block;
	text-align: center;
}
	
	
/* jyouhou */
.jwd01{
	width: 98%;
	padding: 2% 1% 2% 1%;
}
.jwd02{
	width: 98%;
	padding: 2% 1% 2% 1%;
}
	
	
/* mailform */
.textbox {
	width: 90%;
	margin: 0;
}
.textarea {
	width: 90%;
	margin: 0;
}
	
/* soshiki */
ul.soshiki li{
	width: 98%;
}
	
/* link */
.link ul li{
	width: 98%;
}

	
/** 投稿event table **/
table.event{
	border-top: none;
	}
table.event th {
	max-width:auto;
	width:96%;
	display: block;
	padding: 2%;
	border-left: none;
	border-right:none;
}
table.event td {
	width:96%;
	display: block;
	padding: 2%;
	border: none;
}
table.event img{
	max-width: 100%;
	height: auto;
}
	
/* intro */
.intro_bace p{
	line-height: 180%;
}
.intro_bace .ichi {
	float: none;
	margin: 10px auto 30px auto;
	width: 90%;
	max-width: 500px;
}
.intro_bace .ichi img{
	border-radius: 10px;
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
	
.ss_hc .quality{
	width: 100%;
	max-width:100%;
	padding: 10px;
}
.ss_hc .quality h4{
	font-size: 1.2em;
}
.ss_hc .cost{
	width: 100%;
	max-width:100%;
	padding: 10px;
}
.ss_hc .cost h4{
	font-size: 1.2em;
}

.ss_hc .plus{
	font-size: 2.0em;
	padding: 15px 0;
}
	
	
/** top **/
#page_top{
  width: 50px;
  height: 50px;
  right: -50px;
}
#page_top a{
  width: 50px;
  height: 50px;
}
#page_top a::before{
  width: 50px;
  height: 50px;
}

/* mailform */
.checkbox{
	text-align: left;
	margin-left: 15px;
}

.sk2{
	width: 100%;
}
.sk3{
	width: 100%;
}
	
	
/* footer */
.linkbox01 ul{
	width: 95%;
	max-width:95%;
}
.linkbox01 ul li{
	width: 100%;
	margin: 20px 0 0 0;
}

/* table2 */
.tbl_box2 {
	font-size: 0.8em;
}
.tbl_box2 th {
	padding:5px;
}
.tbl_box2 td {
	padding:5px;
}
.tb_date{ width: 25%;}
.tb_pres{ width: 25%;}
	
/* 投稿サンプル用 */
.post_sample .c3{
	width: 100%;
}
.post_sample .c2{
	width: 100%;
}
.post_sample .w70{
	width: 100%;
}
.post_sample .w30{
	width: 100%;
}
	
.post_sample img{
	width: 100%;
	height: auto;
}
	
/* kaishi2 */
ul.kaishi2{
	margin:2% 2% 1% 2%;
	justify-content: flex-start;
	column-gap: 3%;
	padding: 20px 20px 0 20px;
}
.bn_img3c{
	width: 48%;
	margin-bottom: 20px;
}

	
}

/** モバイル小 **/
@media screen and (max-width: 480px) {
	
}