@charset "utf-8";
@import url("normalize.css");

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, p, ul, ol, li, form, figure {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
table.gsc-search-box td {
  vertical-align: top!important;
}
.gsib_b {
  box-sizing: content-box;
  height: 32px!important;
}

.gssb_a table tr td {
  height: 32px;
}

.intro{
	margin-bottom: 30px;
}
.intro ul{
	line-height: 120%;
}
.intro dl{
	line-height: 120%;
}
.intro p{
	line-height: 150%;
}
.intro .img-w33{
	float: right;
	width: 33%;
	font-size: 85%;
	text-align: right;
	line-height: 110%;
	padding: 5px;
		border: 2px solid #a0e8e8;

	margin: 3px 10px 3px 5px;
	border-radius: 3px;

}
.intro .img-w34{
	float: right;
	width: 34%;
	font-size: 95%;
	line-height: 130%;
	padding: 5px;
		border: 2px solid #a0e8e8;
	border-radius: 3px;

}
.intro .img-w33b{
	float: right;
	width: 33%;
	font-size: 85%;
	text-align: right;
	line-height: 110%;
	padding: 5px;
		border: 2px solid #00a3d6;

	margin: 3px 0px 3px 10px;
	border-radius: 3px;

}
@media screen and (max-width:480px) {
.main,td,th {
		font-size: 90%;
	}

	.intro .img-w33,.intro .img-w33b{	
		width: 40%;
}
		.intro .img-w34{	
		width: 100%;
}
}
@media (min-width:1031px) {

.gsc-input-box {
    height: 35px;
}
.gsc-search-button-v2{
	height: 35px;
	}
}
@media (max-width:1030px)and (min-width:801px){
	.gsc-input-box {
    height: 40px;
}
.gsc-search-button-v2{
	height: 40px;
	}
}
@media (max-width:800px) {
.gsc-input-box {
    height: 45px;
}
}
	.gs-snippet {
		padding-bottom: 5px;
	}
	.gsc-webResult.gsc-result {
  margin: 0;
  padding: 2px 0px!important;
  border: 1px solid #fff;
}
.gsc-thumbnail-inside, .gsc-url-top {
	padding: 0px!important;
	}
	.gsc-control-cse .gs-result .gs-title {
    padding: 5px;
    background-color: #f1f4fb;
    line-height: 130%;
	}
	div.gs-title a.gs-title{
padding: 0px!important;
	}
.gs-webResult .gs-visibleUrl {
    border-top: 1px #79b9fa dashed;
    padding-top: 10px;
}
.gs-web-image-box{
	margin-right: 10px!important;
}
.gsc-thumbnail-inside{
	text-align: left;
}
.gs-result .gs-image,.gs-web-image-box .gs-image{
	border: none!important;
}
.gsc-control-cse .gsc-control-cse-ja{
    background-color: rgba(255,255,255,0.00)!important;
    border: 1px solid rgba(255,255,255,0.00)!important;
}
 .gs-web-image-box-portrait img.gs-image {
    object-fit: contain!important;
}
.gsc-results-wrapper-visible {
	position: relative;
	  z-index:100!important;
	}

.gsc-control-cse {
	position: relative;
	  z-index:97!important;
	padding-top: 0.9em!important;
	padding-bottom: 0!important;
	}

.gsc-webResult .gsc-result {
  border-bottom: 1px solid #1e5fcf!important;
  word-break: break-word;

	position: relative;
	  z-index:101!important;
	}

.gsc-results-wrapper-visible {
	line-height: 130%!important;
}
.gsc-control-cse .gsc-option-menu {
		position: relative;
	  z-index:102!important;
	}



.intro .inner .page-main{
	width: 72%;
	float: left;	/*左に回り込み*/

}
@media (max-width:800px) {
.intro .inner .page-main{
	width: 100%;
	float: none;	

	}}
.intro .inner .page-main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

}

.intro section{
	float: left;
	margin: 0px 0.5% 5px;	/*上、左右、下へあけるスペース*/
	line-height: 1.6;
	width: 32.3%;	/*幅*/
}

.intro section.list a,.intro section.list {

	text-decoration: none;
			position: relative;
	
}
/*ボックス内の段落タグ設定*/

/*ボックス内の写真設定*/
.intro section.list a figure img,.intro section.list figure img {

	/*写真の高さ*/
	padding: 5px;	/*写真と境界線との隙間のサイズ*/
	border: 1px solid #ccc;	/*境界線の幅、線種、色*/
	margin-bottom: 5px;
}
/*マウスオン時の写真の境界線の設定*/
.intro  section.list a:hover figure img {
	opacity: 0.6;	/*透明度80%にする*/
}
/*ボックス内のh4タグ設定*/


.intro  section.list h3 {
	font-size: 20px;
	width: 100%;
	font-color:#369;
	padding: 5px 5px 5px 5px;
	line-height: 120%;
	color: #333;
	border-bottom: 1px #ccc dotted;

}
.intro  section.list a:visited h3 {

	border-bottom: 1px #ccc dotted;

}
.intro  section.list a:link h3.font-70 {
	font-size: 16px;
		line-height: 110%;
	
}
.intro section.list  h3:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
content: '\f13a ';
	font-size: 90%;
	width: 22px;
	height: 100%;
	float: left;
	line-height: 120%;
	color: #d67d2b;
}


@media (max-width:800px) {
.intro section.list a h3:before{
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f13a ';
	display: block;
	}}
.intro section.list a h3.font-70:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f138 ';
	font-size: 100%;
	width: 18px;
			height: 100%;
}
.intro section.list a p ,.intro section.list p{
	width: 100%;
	font-size: 110%;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	color: #666;
	margin-top: 0px;
		line-height: 130%;
	padding:  10px 5px 10px 12px;
}
.intro section.list p+p{

	padding:  0px 5px 10px 12px;
	font-size: 80%;
}
.intro section.list a:hover div,
.intro section.list a:hover figre{
	opacity: 0.5;
	line-height: 120%;
	color: #333;
}


.intro li.content-box {
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 1.1%;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	width: 32.6%;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
}
.intro li.content-box h3:before{
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f138 ';
	font-size: 90%;
	width: 22px;
		height: 100%;
		line-height: 120%;
float: left;
	color: #595757;
		color: #229341;
}
.intro li.content-box h3 {
	font-size: 20px;
	padding: 6px 10px 6px 10px;	
	line-height: 120%;
	margin-bottom: 10px;	color: #595757;
}
.intro li.content-box p{
	padding: 0px;
	font-size: 16px;	
}
.intro li.content-box p.img-l{
	width: 25%;
	height: auto;
	margin:0px 10px 5px 5px;
}
.intro li.content-box p img{
	width: 100%;
	height: auto;
}

.intro li.content-box p:nth-of-type(2){

}

/*.intro li.content-box p {
padding: 0px 5px;
font-size: 100%;
}*/
.intro li.content-box a:link h3{
		color: #333;
		
	}
.intro li.content-box a:link p{
		color: #666;
		
	}


.intro .top-main li.content-box:nth-child(3n) {
	margin-right: 0px;
}

.content-box a{
	text-decoration: none;
}

.intro-2 .content-box a:visited div h3.bg_green{
		color:#4B2A8B;
}
.intro-2 .content-box a:visited div p{
		color:#595757;
}
.intro-2 .content-box a:hover div h3.bg_green{
			color:#4B2A8B;
}
.intro-2 .content-box a:hover div p{
		color:#595757;
}

@media (min-width:668px) and (max-width:900px) {
	
.intro  section.list a:link h3 {
	font-size: 18px;
	width: 100%;
	font-color:#369;
	padding: 0px 5px 5px 0px;
	line-height: 120%;
	color: #333;

}
	.intro  section.list a:link h3.font-70 {
		font-size: 18px;
		line-height: 110%;

}
.intro section.list {
	width:48%;
	margin: 0px 1% 5px;
	margin-bottom: 30px;
}
.intro section.list p {
	font-size: 14px;
	padding: 5px 10px;
}

}


.g_w31, .g_w31-b {
  width: 31%;
  height: auto;
}

 .g_tokutyo > li {
  margin: 0px 0% 10px 0px;
  position: relative;
  display: block;
}
 li ul.g_list-basic {
  margin-left: 20px;
}
 li ul.g_list-basic.g_ml10 {
  margin-left: 30px;
}
 .g_tokutyo li ul.g_list-basic li,  li ul.g_list-basic li {
  list-style: disc !important;
}
 .g_tokutyo li.g_w48,  .g_tokutyo li.g_w48_1 {
  width: 48.66%;
}
 .g_tokutyo li.g_w65,  .g_tokutyo li.g_w65_1 {
  width: 65%;
}
 .g_tokutyo > li {
  margin: 0px 2.66% 10px 0px;
  float: left;
}
 .g_tokutyo li.g_w48 dd,  .g_tokutyo li.g_w65 dd {
  margin-left: 20px;
}
 .g_tokutyo li.g_w48 dl.g_list-tab dd {
  margin-left: 0px;
  padding-left: 10px;
}
 .g_syosai li.g_w31,  .g_sonota li.g_w31 {
  width: 31.56%;
}
 ul.g_tokutyo li h4 {
  font-size: 115%;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 5px;
  border-bottom: 1px dotted #000;
  color: #0075c1;
  padding-bottom: 5px;
}
@media screen and (min-width:1000px) {
   ul.g_boseki li.g_w23:nth-of-type(4n),  li.g_w31:nth-of-type(3n),  ul.g_shisetsu li.g_w23:nth-of-type(4n),  ul.g_syosai li.g_w31:nth-of-type(3n),  ul.g_syosai li.g_w23:nth-of-type(4n),  ul.g_sonota li.g_w23:nth-of-type(4n) {
    margin-right: 0px;
  }
}
 ul.g_tokutyo li:nth-of-type(n+2) {
  margin-right: 0px;
}
 ul.g_tokutyo li.g_w48 > ul.g_tokutyo li.g_w48:nth-of-type(2n+1) {
  margin-right: 10px !important;
}




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

 .g_tokutyo li.g_w48, .g_tokutyo li.g_w48_1, .g_tokutyo li.g_w65, .g_tokutyo li.g_w65_1, .g_tokutyo li.g_w31, .g_sonota li.g_w31 {
    width: 100%;
    margin-right: 0px;
  }
  .g_table-b td {
    text-align: left;
  }
  /*.g_tokutyo li.g_w48 h4,.g_tokutyo li.g_w48_1 h4  {
	width: 90%;

}*/
  .g_w49 {
    width: 100%;
    height: auto;
  }
  .g_h2 {
    font-size: 25px !important;
    text-align: left;
    margin-top: 0px;
    display: block;
  }

}



table.gsc-search-box td{
	line-height: 130%;
}

ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
ol.type-c li, ul.type-c li {
	line-height: 125%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
}
dl.type2 dd{
	margin-left: 40px;
}
.v-top {
	vertical-align: top;
}
.v-m {
	vertical-align: middle;
}
.v-b {
	vertical-align: bottom;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
div.contents-2 .style-1 a:link{
	color: #595757;	/*リンクテキストの色*/
}

a:link{
	color: #595757;	/*リンクテキストの色*/
}
a:visited{
	color: #595757;	/*リンクテキストの色*/
		text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:hover {
	color: #666;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	
}
div.contents-2 .style-1 >p{
	margin-left: 10px;
	margin-bottom: 10px;
}
div.contents a:hover,div.contents-2 a:hover,div.footermenu a:hover{

	opacity:0.7;
	
}
div.contents-2 .g_icon a,div.contents-2 a.g_icon,
div.contents-2 .pdf_icon a,div.contents-2 a.pdf_icon,
div.contents-2 .excel_icon a,div.contents a.g_icon
#tabs-3 ul li span.g_icon a,
#tabs-3 ul li span.pdf_icon a,
#tabs-3 ul li span.excel_icon a{
	text-decoration: underline;
}


ul.link-a a:link, p.link-a a:link {
    text-decoration: underline;
}

div.contents .column ul.disc li a:link{
	color: #595757;	/*リンクテキストの色*/
	    text-decoration: underline;
}
div.contents .column ul.disc li a:hover{
	color: #595757;	/*リンクテキストの色*/
	    text-decoration: underline;
		-webkit-transition: 0s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0s;		
	opacity: 0.6;/*同上*/
}
/*@media (max-width:800px) {
	div.contents a:link{
		color:#2196F3;
	}}*/
/* 続きを読む  */
.readmore-button-box a:link {
	background-color: #fff; /* ボタンの色(濃い赤) */
	color: #066;              /* ボタンの文字色(白) */
	border-radius: 3px;       /* 角丸の半径 */
	padding: 7px 20px 7px 20px;     /* 内側の余白 */
	/* ボタン全体をクリック可能に */
	margin: 0px 0px 10px 0px;
		text-decoration: none;

}
.readmore-button-box a:hover {
	background-color: #3491f0; /* ボタンにマウスが乗ったら明るい赤色に変化 */
	color: #FFF!important;
		-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
.readmore-button-box {
	/* ボックスを上側に重ねる距離(長さ) */
	position: relative;   /* ボックス全体を上に重ねるために必要 */
}
.readmore-button-box a:after {
font-family: "Font Awesome 5 free";
	font-weight: 900;
content: "\f103";

}

.contents-2 li.content-box h3 {
	clear: both;
	margin-bottom: 0px;	/*見出しの下にとるスペース*/
	padding: 10px 10px 10px 10px;		/*上下、左右への余白*/
	/*	background: url(material/bg_green.png);	/*背景色*/
			/*文字色*/
	line-height: 130%;

}
.tel-2{
	text-decoration: underline;
}
.g_icon:after{
	font-family: "Font Awesome 5 free";
	content: "\f35d";
	font-weight: 900;
	color: #66BBFF;
	font-size: 12px;
	vertical-align: top;
	vertical-align: text-top;
	padding-left: 5px;
	padding-right: 5px;
}
.pdf_icon:after{
	font-family: "Font Awesome 5 free";
	content: "\f1c1";
	font-weight: 900;
	color: red;
	font-size: 13px;
	vertical-align: top;
	vertical-align: text-top;
}
.excel_icon:after{
	font-family: "Font Awesome 5 free";
	content: "\f1c3";
	font-weight: 900;
	color: green;
	font-size: 13px;
	vertical-align: top;
	vertical-align: text-top;
}

.top-h2{
	border-top:1px dashed #ffe1a1;
	padding-top: 10px;
	padding-left: 5px;
	font-size:130%;
}


.site-link img{
box-shadow: 0px 5px 5px rgba(0,0,0,0.1);

}
.top-green{

	padding-left: 10px;

	font-weight: bold;
	font-size: 130%;
	color: #442223;
		color: #6a8119;
}
.top-green:before{
		font-family: "Font Awesome 5 free";
	content: "\f041";
	content: "\f3c5";
	font-weight: 900;
		color: #d67d2b;
	font-size:150%;
	padding-right: 10px;
}
.k_hasen{
		border-bottom:1px dashed #3491f0;
		padding-left: 10px;
	margin-bottom: 10px;
}


.top-green:nth-child(n+2){

	padding-top: 30px;

}
input::placeholder {
  color: #ccc;
}


input.font-awesome {

    text-decoration: inherit;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	
}
.f_b{
	color: #442223;
}
.sub{
	width: 100%;
	margin-right: auto;
	margin-left: auto;


}
.sub #categorynav .list-wrap{
	border-bottom:1px solid #3491F0;

}
.sub  #categorynav .list-wrap ul.sub-menu li .main_menu.blue{
	color:#0066cc;
	font-weight: bold;
	margin-top: 1px;
	display: block;
	font-size: 110%;
background-color: #E4F3FA;

	    background-image: url(li/title.png);
	background-position:left;
	background-repeat: no-repeat;
	line-height: 250%;
padding-left: 28px;
border-left: solid #007BC6 1px;
}
.sub .list-wrap{
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	border-bottom-style: solid;
	border-bottom-color: #3491F0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius: 4px;
	border-bottom-width: 20px;
}

.sub li:last-child{
	margin: 0;
}

.sub ul.sub-menu > li{
	border-left: solid #007BC6 1px;
	border-right: solid #007BC6 1px;
	border-bottom: solid #007BC6 1px;
	margin-top: 0px 0px auto 0px;
	background-color:#FFF;
	font-size: 105%;
	line-height: 120%;
}
.sub ul.sub-menu li{
	
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
		background-color:#FFF;
}
#tabs-3  ul.sub-menu li{

	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	margin-top: 0;
	margin-right: 0;
	
	margin-left: 0;
	border-bottom-style: solid;
		background-color:#FFF;
	font-size: 110%;
}
.sub  ul.sub-menu li .main_menu.blue{
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 1px;
	display: block;
	background-position: left top;
	font-size: 110%;
	padding-left:3px;
	background-color: #4DA6FF;
	line-height: 200%;

}
#tabs-3 ul.sub-menu li .main_menu.blue{
	font-weight: bold;
	display: block;
	background-position: left top;
	font-size: 110%;
	background-color: #4DA6FF;

}
.sub .list li:last-child{
	border-bottom-style: none;
}
.sub .list li a{
	text-decoration: none;
	background-size: 5px auto;
	display: block;
	color: #8F7B4B;
	font-size: 90%;
	line-height: 140%;
}

.sub  ul.sub-menu li  {
	list-style-type: none;
}
.sub  ul.sub-menu li a  {
	text-decoration: none;
}
.sub .kyokai {
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #045EB6;
	border-left-color: #045EB6;
	margin-bottom: 0px;
		background-color:#FFF;
}
#tabs-3 .kyokai{
	line-height: 130%;	padding: 10px;
}
#tabs-3 .title{
	font-size: 140%;
	padding: 20px;
	text-align: center;
		line-height: 1.4;
}

.sub .kyokai a {
	text-decoration: none;
		color: #8F7B4B;
			line-height: 1.4;
				padding-top: 0px;
}

.sub .title-c{
	padding: 5px 4.6875%;
	font-size: 20px;
	font-weight: bold;
	-webkit-background-size: 320px 105px;
	line-height: 1.4;
	color: #fff;
	background-color: #0655A4;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 4.6875%;
	padding-bottom: 10px;
	padding-left: 4.6875%;

}

.sub .title{
	padding: 5px 4.6875%;
	font-size: 20px;
	font-weight: bold;
	-webkit-background-size: 320px 105px;
	line-height: 1.4;
	color: #fff;
	background-color: #3491F0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 4.6875%;
	padding-bottom: 10px;
	padding-left: 4.6875%;

}


#member .kanteishi
{
	height:auto;
    display: block;
    margin-top: 10px;
    margin-left: 20px;
	margin-bottom:30px;
	padding: 5px;
	
}
 .kanteishi a p{
/*	color: #045EB6;*/
	display: block;
	text-decoration: none;
}
#member ul
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    padding-top: 0;
padding-bottom: 0;
    padding-left: 15px;
}

#member .h3
{
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 30px;
}
h3.h4{
	border-radius: 3px;
	padding: 10px 5px 0px 5px;
	border-top: 1px #357AC2 dashed;
	margin:5px 0px	;
	font-weight: bold;
	color: #357AC2;
	font-size: 120%;
}

#member .kanteishi p
{	font-size:110%;
	float: left;
	width: 32%;
	margin-top: 2px;
	margin-right: 1%;
	margin-bottom: 2px;
	padding: 5px;
	border: 1px solid #4da6ff;
	-webkit-border-radius: 4px; /* Safari,Chrome */
	-moz-border-radius: 4px;    /* Firefox */
	border-radius: 4px;         /* CSS3 */
	line-height: 160%;
}

#member .kanteishi p strong
{	font-size:110%;
	display: block;

}
#categorynav
{
    margin-bottom: 10px;
}


#categorynav ul
{
    line-height: 150%;
    margin-top: -2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
	font-weight: bold;
    list-style-type: none;
}
#categorynav ul:last-of-type{
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	border-bottom-style: solid;
	border-bottom-color: #0655A4;
	border-bottom-left-radius:4px;
	border-bottom-right-radius: 4px;
	border-bottom-width: 20px;
}
#categorynav ul li ul:last-of-type{
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	border-bottom-style: solid;
	border-bottom-color: #0655A4;
	border-bottom-left-radius:0px;
	border-bottom-right-radius: 0px;
	border-bottom-width: 1px;
}

#categorynav ul a
{
    text-decoration: none;

    color: #300;
	color:#0C4988;
}
#categorynav li:first-of-type{
		border-top: 1px solid #06c;
}
#categorynav > ul li
{
    display: block;
    overflow-y: hidden;
    margin: 0;
	border-left: 1px solid rgba(0,154,198,1.00);
	border-right: 1px solid rgba(0,154,198,1.00);
		border-bottom: 1px solid rgba(0,154,198,1.00);
	
}
#categorynav li ul li
{
    display: block;
    overflow-y: hidden;
    margin: 0;
	border-top: 1px solid rgba(0,154,198,1.00);

}
#categorynav ul li a
{
    display: block;
    padding-top: 8px;
    padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	background-image: url(mark/sankaku-blue.png);
	background-position:7px 13px;
	background-repeat: no-repeat;

				text-shadow: 1px 1px 1px #eee;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
}


/* === Search === */



.k_yajirushi{
font-size: 110%;
	background-image: url(mark/yahirushi-b.png);
	  background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	margin-right: 20px;
}


.kensaku-waku{
	width:50%;
	float:left;
	font-size: 110%;
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-radius: 3px;

}

.kensaku-waku2{
	width:49%;
	float:right;

	padding: 15px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left: 1%;
		border: 1px solid #FFF;
	background: rgba(255,255,255,0.3);
	
}




@media (max-width:800px) {
#categorynav ul li a{
		line-height: 140%;
}

}


@media (min-width:801px) {
	.pc_none{
		display: none;
	}
	.pc1 {
	display:inline;
}
			.tab-sp1{
		display:none;
	}
}


@media (min-width:481px) and (max-width:800px) {

.tab-sp1{
		display:inline;
	}
.pc1 {
	display: none;
}

}







#categorynav ul li a:hover
{
    color: #6a8119;
    background-color: #fcf1e4;
    background-image: url(mark/sankaku.png);
}

#categorynav ul li a:visited
{
    color: #6a8119;
    background-color: #fcf1e4;
    background-image: url(mark/sankaku.png);
}

#categorynav ul li a:link .font-80.kei
{
    font-size: 80%;
    line-height: 120%;
	display:block;
	border-top:#71B7E5 1px dashed;
	margin-top:3px;
	padding-top:3px;
	font-weight:normal;
	text-shadow:none;
 color: #3689E0;
}
div.contents .sub h3.title a,div.contents .sub h4.title a,div.contents .sub h4.title a{
color: #fff;
	text-decoration: underline;
}

.sub .title a{
		color: #fff!important;
}
#nav .sub .list-wrap .list li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007BC6;
	border-left-color: #007BC6;
}
.shiryo{
	font-size: 21px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
div.sub .site-link p {
	margin-top: 10px;

}
.gaiyo-0 {
	width: 25%;
	float: left;
	

}

.gaiyo-1 {
/*	width: 45%;*/
	float: left;
	margin-bottom: 10px;	width: 75%;
}

.gaiyo-1 th,.gaiyo-1 td{
text-align: left;
	
}
.gaiyo-1 th,.gaiyo-1 td{
border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
	line-height: 120%;
	
}
h2.h2-green{
	content: " ";
	display: block;
	clear: both;
float: none;
}

h3.h3-green{
	padding: 8px 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	border-radius: 3px;
	font-size: 130%;
	color: #426fc3;
	text-shadow: 0px 2px rgba(0,0,0,0.1);	/*テキストの影。右へ、下へ、色。*/
	width: 100%;
	line-height: 120%;
	background-image: url(material/bg_green.png);
	background: rgb(235 241 250);
	font-weight: 600;
	/* letter-spacing: 0.05em; */
	}
	.gaiyo-2{

		width: 100%;
		margin-bottom: 10px;
		text-align: right;
	
	
	}
.gaiyo-2 iframe{
	height: 350px;
}
	.tab-sp{
		display:none;
	}

.content-box2{
	display: block;
	text-align: left;

	margin-bottom: 20px;
	margin-left: 2%;
	margin-right: 2%;

	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	-webkit-border-rader-radius: 3px;

	width:45%;
	float: left;

	border-radius: 5px;

}
.contents-2 .before a {
	float: left;
	width: 181px;
	margin: 5px;
}
.contents-2 .before {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;

}
.contents-2 .before:after {
	content: " ";
	display: block;
	clear: both;
}
.content-box2 h3{
	font-weight: bold;
	line-height: 130%;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
	background-image: -moz-linear-gradient(top, #4ba3fc, #1f60a2);
	background-image: -ms-linear-gradient(top, #4ba3fc, #1f60a2);
	background-image: -o-linear-gradient(top, #4ba3fc, #1f60a2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4ba3fc), to(#1f60a2));
	background-image: -webkit-linear-gradient(top, #4ba3fc, #1f60a2);
	background-image: linear-gradient(top, #4ba3fc, #1f60a2);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #FFF;
	font-size: 100%;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.content-box2 p{
	display: block;
	border: 1px solid #1f60a2;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 0px 0px 5px 5px /  0px 0px 5px 5px;
	line-height: 130%;
	text-align: left;
	padding: 10px;

}
.font-orange{
	color:#D37015;
}
.font-orange1{
	color:#D57D2A;
}
@media (min-width:481px) and (max-width:1023px) {

	#member .kanteishi p{	
	width: 49%;

}
	.gaiyo-0 {
	width: 40%;
		text-align: center;
	float: left;
		margin-bottom: 20px;
	

}
	.gaiyo-1 {
		clear: both;
		width: 100%;
/*	width: 48%;*/
	float:left;
	
	}
		.gaiyo-2{
		width: 100%;
			float: right;
			margin-right: 0px;
		

	}
	.tab-sp{
		display: block;
	}

	.tab-sp .menber-tel {

	height: 100px;
	display: block;
	width: 50%;
	float: right;
		margin-top: 50px;
		
		font-size: 130%;
}
		 .tab-sp a .menber-tel .m-tel {
	margin-right: 0px;
	margin-bottom: 0px;

	height: 50px;
	margin-top: 7px;
	color: #C60;
	font-weight: bold;
	line-height:120%;
	font-size: 120%;
			 
}
	.tel2{
	font-weight: bold;

	margin-top: 0px;
	width: 95%;
	background-color: rgba(255,153,0,0.5);
	/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc33), to(#d98200));*/

	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	text-shadow: 0 1px #ffffff;
	display: block;
	padding-top: 8px;
	margin-bottom: 7px;
	margin-right: 5%;
	padding-bottom: 10px;
	float: right;
		background-image: url(../img/top/tel-o.png);
				background-repeat: no-repeat;
		background-position: 17px 10px;
}
a .tel2 {
	color:#039;
 text-decoration: none;
	height: 60px;
	padding-top: 20px;
	font-size: 25px;
			border-radius: 30px;
}
.tel2 a{
	color:#039;
 text-decoration: none;
}
}
@media (max-width:480px) {
.content-box2{
	width:100%;
	border:none;
	margin:0px;
	padding:5px;
	 clear:both;
	border-radius:0px;
	box-shadow: none;
text-align: left;
	 line-height: 150%;

}
	
		#member .kanteishi p{	
	width: 100%;
			margin: 3px;

}
	.tab-sp{
		display: block;
	}
.gaiyo-1 {
	width: 100%;
	float: none;
	
	}

.gaiyo-1 th{
background-color: #E1EDFB;
	border: 1px solid #ccc;
}
	.gaiyo-1 td{

	border: 1px solid #ccc;
}
	.gaiyo-2{
		width: 100%;

	}
	.gaiyo-2 iframe{
		width: 100%;
		height: 470px;
	}


.tab-sp .menber-tel {

	background-repeat: no-repeat;
	background-position: -0px 0px;
	height: 100px;
	display: block;
	width: 70%;
	float: right;
}
		 .tab-sp a .menber-tel .m-tel {
	margin-right: 0px;
	margin-bottom: 0px;
			 text-align:auto;
	height: 30px;
	margin-top: 10px;
	color: #C60;
	font-weight: bold;
	line-height:120%;
		 font-size: 118%;
}


	.tel2{
	font-weight: bold;

	margin-top: 0px;
	width: 99%;
	background-color: rgba(255,153,0,0.5);
	/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc33), to(#d98200));*/

	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	text-shadow: 0 1px #ffffff;
	display: block;
	padding: 10px 10px 10px 30px;
	margin-bottom: 7px;
	margin-right: 1%;

	float: right;
		background-image: url(../img/top/tel-o.png);
		background-size: contain;
		background-size: auto 70%;
				background-repeat: no-repeat;
		background-position: 12px center;
		border-radius: 20px;
		border-radius: 30px;
}
a .tel2 {
	color:#039;
 text-decoration: none;
}
.tel2 a{
	color:#039;
 text-decoration: none;
}.h-gaiyo {
	background-position:0px 35px;
} 

}





.contents-2 ul a:hover > li.content-box {
	color: #333;
	opacity: 0.7;
}
.contents-2 li.content-box {
	display: block;
	text-align: left;

	margin-bottom: 10px;
	margin-right: 1.1%;
	margin-left: 0px;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
	width: 48.9%;
}
	.contents-2 li.content-box p{
	font-size: 110%;
		padding-left: 5px;
}
.contents-2 li.content-box img {
	padding: 3px 1px;
	float: left;
	border: 1px #ccc solid;
	margin-left: 7px;
	margin-right: 10px;
}
.contents-2 li.content-box a {
	display: block;

}
.contents-2 li.content-box a:hover div {
	opacity: 0.6;
}
			.contents li.content-box a:hover div{
	opacity: 0.6;
		
	}


div.style-1 p + p.readmore-button-box, div + p.readmore-button-box, p + div.style-1 p.readmore-button-box {

}
h2.h2-green.no + p.readmore-button-box {
	margin-top: 20px;
}
.readmore-area {
	padding-bottom: 30px;
}
.readmore-area> ul {
	margin-left: 30px;
}
p.kome + p.kome{
	margin-top: -20px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*iframe {
	width: 100%;
}*/
/*コンテンツの段落タグ設定*/


table.ta1 p, table.ta2 p {
	font-size: 100%;
}
.style-1 {
	margin-bottom: 20px;
}
/*.style-1>p {
	padding: 20px 10px 15px;
	margin: 0px 0px;/
}*/
td ul.type-a li,  .dl-table .type-a li {
	font-size: 100%;
	margin-left: 30px;

} 
.dl-table .type-b li {
	font-size: 100%;
	margin-left: 20px;
}
.dl-table .type-d li {
	font-size: 100%;
	margin-left: 20px;
	margin-top: 10px;
}
.type-e li {
	font-size: 100%;
	margin-left: 20px;
}
.dl-table {
	font-size: 100%;
	margin-left: 0px;
	margin-top: 10px;
}
.type-e li:nth-of-type(n+2) {
	margin-top: 10px;
}
.type-f li,.type-h li{
	font-size: 110%;
	margin-left: 20px;
	line-height: 120%;
	margin-top: 10px;
		width: 97%;
}
.type-f li:before {
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f111 ';
	font-size: 50%;
}.type-h li:before {
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f111 ';
	font-size:10%;
}
p.type-i:before{
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f101 ';
	font-size: 90%;
	width: 22px;
		height: 100%;
		line-height: 120%;
float: left;
	margin-left: 10px;
}
.readmore-area> ul.type-f {
	margin-left: 0px;
	font-size: 110%;
}

.dl-table .type-f li,.dl-table .type-h li {
	font-size: 100%;
	line-height: 120%;
	list-style: none;
	margin: 10px 20px 0px;
}
.dl-table .type-f li:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f111 ';
	margin-left: -20px;
	width: 20px;
	display: block;
	float: left;
}
.dl-table .type-h li:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f111 ';
	margin-left: -20px;
	width: 15px;
	display: block;
	float: left;
}
.dl-table .type-f li:nth-of-type(1) ,.dl-table .type-h li:nth-of-type(1) {
	border-top: none;
	margin-top: 0px;
}
.readmore-area> ul.type-g {
	font-size: 110%;
}
.readmore-area> ul.type-g li {
	margin: 10px 0px;
	font-size: 110%;
	line-height: 130%;
}
.type-j{
	list-style: none;
}
.type-j li{
 margin: 10px 0px;
}
@media(max-width:480px) {
		.tab-sp1{
		display:none;
	}
	div.sub .site-link p {
	margin-top: 10px;
	padding-top: 10px;
}
ul.type-g {
	margin: -10px -20px 10px;
}
.type-g li {
	margin-top: 10px;
	margin-left: 0px;
	border-top: 1px #999 dashed;
	padding: 10px 10px 10px 30px;
	font-size: 110%;
	list-style: none;
}
.type-f li {
	margin-top: 10px;
	margin-left: 0px;
	border-top: 1px #999 dashed;
	padding-top: 10px;
	padding-left: 20px;
}
	
.dl-table .type-h li{
	margin-top: 10px;
	margin-left: 0px;
	border-top: 1px #999 dashed;
	padding-top: 10px;
	padding-left: 30px;
	width: 105%;
	list-style: none;
	margin: 10px 0px 0px -10px;

}
.type-g li:before {
font-family: 'Font Awesome 5 free';
	font-weight: 900;
	content: '\f111 ';
	margin-left: -20px;
	font-size: 50%;
	width: 20px;
	display: block;
	float: left;
}
.dl-table .type-f li {
	list-style: none;
	margin: 10px -10px 0px -10px;
	padding: 10px 10px;
	width: 106%;
}
.type-e li:nth-of-type(n+2) {
	margin-top: 10px;
	border-top: 1px #999 dashed;
	padding-top: 10px;
}
.dl-table .type-f li:nth-of-type(1) ,.dl-table .type-h li:nth-of-type(1) {
	margin-top: -10px;
	border-top: none;
}
ol.type-c, ul.type-c ul {
	margin-left: -10px;
	padding-left: -10px;
}
.readmore-button-box a {
	background-color: #fff; /* ボタンの色(濃い赤) */
	color: #066;              /* ボタンの文字色(白) */
	border-radius: 3px;       /* 角丸の半径 */
	padding: 7px 5px 7px 20px;     /* 内側の余白 */
	/* ボタン全体をクリック可能に */
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: block;
	text-align: center;
}
.readmore-area> ul.type-g {
	margin: 10px 0px;
	font-size: 110%;
}
.readmore-area> ul.type-g li {
	margin: 10px 0px;
	font-size: 110%;
	line-height: 130%;
}
		.sub .kyokai {
		background: url(right-index/h3.png);
		background-position: bottom left;
		background-repeat: no-repeat;
	margin-bottom: 0px;
		background-color:#FFF;
		 background-size: 100%;
		padding-bottom: 40px;
}
}





.moji7 {
	width: 130px;
}
.moji5 {
	display: block;
	width: 5.5em;
	float: left;
}
.moji9 {
	display: block;

	width: 27%;
	min-width: 165px;
	float: left;
}
.moji5:after, .moji8:after {
	content: "…";
}
.moji9:after {
	content: " …";
}
.moji8 {
	display: block;
	width: 9em;
}
/*dlをtableに*/
h3.num3 + .dl-table {
	margin-top: 20px;
}
div.dl-table + p.kome, div.dl-table + p.kome-1 {
	margin-top: -30px;
	margin-bottom: 20px;
}
div.dl-table + p.readmore-button-box {
	margin-top: -30px;
}

 p.kome-1.font-85+ p.kome-1.font-85{
	margin-top: -20px;
	 margin-bottom: -10px;

}
dl.cell ul.type-b  p.kome-1.font-85{
	margin-right: 0px;
}

.dl-table >dl.cell {
	border: 1px solid #595757;
	margin-bottom: 40px;
	font-size: 120%;

}
.dl-table .cell >dt {
	background-color: #eee;
	width: 30%;
	float: left;
	padding: 10px 5px;
	border-bottom: 0.5px solid #595757;
	border-right: 0.5px solid #595757;

	text-align: center;
	display: block;
	line-height: 130%;
	font-weight: bold;

}

.dl-table .cell >dt:last-of-type {
	border-bottom: none;
}
.dl-table .cell >dd {
	margin-left: 5px;
	display: block;
	padding: 10px 5px 10px 30.5%;
	border-bottom: 0.5px solid #595757;
	line-height: 130%;
	
}
.dl-table .cell dd:last-child, .dl-table .cell dt:last-child {
	border: none;
}
.dl-table dt.w33{
	width:33.3%!important;
}
.dl-table dd.w67{

		padding: 10px 5px 10px 33.8%!important;
}
.style-1 >ul li {

	margin-left: 50px;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.style-1 .waku-brown ul li {
	font-size: 100%;
	margin-left: 10px;
}


.dd-th {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}

.pc-tab {
	display: block;
}
.sp{
	display: none;
}
.sp1{
	display: none;
}
@media(min-width:481px) {
	.pc-tab {
	display: block;
}
	
.ta_none {
	display: none;
}
}

@media(max-width:480px) {
		.sp_block-k {
	margin-top: 10px;
	display: block;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

	
.sp_none {
	display: none!important;
}
	.sp_ml0 {
margin-left: 0px!important;
}
	.sp_center{
text-align: center;
}
	.dl-table dt.w33{
	width:100%!important;
}
.dl-table dd.w67{
	width:100%!important;
	padding: 5px!important;

}.dl-table .cell >dt:last-of-type {
		border-bottom: 0.5px solid #595757;
	}
.style-1 >ul li {
	margin-left: 25px;
}
.dl-table dl .cell {
	border: none;
}
.dl-table .cell >dt {
	background-color: #eee;
	float: none;
	border-bottom: 1px solid #595757;
	padding: 6px 0px;
	border-right: none;
	color: #333;
	font-weight: bold;
	width: 100%;
}
.dl-table .cell >dd {
	padding: 10px;
	line-height: 140%;
	width: 100%;
	margin: 0px;
}
.dl-table .cell dt:nth-last-child(3) {
	margin-top: 100px;
}
.style-1 .dl-table ul.type-a {
	margin-left: -5px;
}
.style-1 td ul.type-a li,  .style-1 .dl-table ul.type-a li {
	margin-left: 0px;
	padding: 5px 10px 5px 20px;
	font-size: 90%;
	border-bottom: 1px dashed #999;
	list-style: none;
}
.style-1 .dl-table .cell dd dl dt:last-of-type {
	margin-top: 20px;
	margin-bottom: 10px;
}
.style-1 td ul.type-a li:nth-of-type(1),  .style-1 .dl-table .type-a li:nth-of-type(1) {
	border-top: 1px solid #999;
	margin-top: 10px;
}
.style-1 td ul.type-a li:last-of-type,  .style-1 .dl-table .type-a li:last-of-type {
	border-bottom: 1px solid #999;
}
	.sp_block-d{
		
	}
.sp_block {
	display: block;
}
.sp_block-t {
	display: block;
	margin-left: -15px;
}
.sp_block-b {
	display: block;
	font-weight: bold;
}
.dl-table .sp_block-k {
	display: block;
	border-top: 1px dashed #595757;
	padding-top: 10px;
	margin-top: 10px !important;
}
.style-1 {
	margin-left: 0px;
}
.moji5 {
	display: block;
	font-weight: bold;
	margin-left: -10px;
	float: none;
}
.moji5:before{
	content: "";
}
.moji5:after{
	content: "";
}
}
@media(max-width:400px) {
		.sp_block-d{
				display: block;
			clear: both;
			float: none;
			margin: 0px;
	}
.sp_block2 {
	display: block;
}	
	.sp_f105{
		font-size: 105%;
	}
}

@media(max-width:1329px){
.moji9{
	display: block;
	font-weight: bold;
	float: none;
	width: 100%;
}
.moji9:before {
	content: "";
}
.moji9:after{
	content: "";
}
	.block-1{
		display: block;
	}

}
ul.link-a a:link, p.link-a a:link {
	text-decoration: underline;
}
div.main_menu.pink + .sub_menu, div.main_menu.green + .sub_menu {
	margin-top: -20px;
}

@media(max-width:480px) {

.style-1 .waku-brown ul li {
	font-size: 100%;
	margin-left: 25px;
}
div.main_menu.pink + .sub_menu, div.main_menu.green + .sub_menu {
	margin-top: -10px;
}
.sub_menu .dl-table {
	margin-top: 0px;
}
/*.sub_menu .dl-table .cell dt:first-of-type {
	box-shadow: 0 1px rgba(0,0,0,0.5) inset;
}*/
}
.contents h1 + p, .contents h2 + p, .contents h3 + p {
	margin-top: -10px;
}
.contents h3.h4 + p {
	margin-top: 0px;
}
h3.num2 + div.dl-table, h3.num2 + ol, h3.num2 + ul, h3.num2 + table, h3.num3 + table {
	margin-top: 10px;
}
h3.num2 + div.waku-brown {
	margin-top: 15px;
}
.main h1.type1 + p {

	margin:-10px 0px 20px 10px;
	
}
.main .h2-green + p {
	margin-top: -10px;
	margin-left: 10px;
}
.main h2-green + p + p {
	margin-top: -25px;
	margin-left: 10px;
}
.num1 + p,.num2 + p {
	margin-left: 6px;
}
.num3 + p {
	margin-left: 10px;
	margin-top: 5px;
}
.num3 + p+p {
	margin: -15px 10px;
}
p + p a .tel-1 {
	margin-top: -20px;
}
.main h4 {
	font-weight: bold;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.no {
	position: relative;
	margin-left: 30px;
}
.no .kugiri {
	position: absolute;
	font-weight: bold;
	margin-left: -35px;
	text-align: center;
	left: 50px;

}
@media(max-width:480px) {
.no {
	position: relative;
	margin-left: 30px;
}
.no .kugiri {
	position: absolute;
	margin-left: -45px;
	text-align: center;
	left: 50px;
}

}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1400px;	/*サイトの最大幅。「#mainimg」のmax-widthと揃える。*/
	margin: 0 auto;
	padding: 0px 0px;
	list-style: none;
}


.header-area {
	display: none;
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 4px solid #0066cc;	/*上の線の幅、線種、色*/
	height: 100px;	/*高さ*/
	position: relative;
}
/*ロゴ画像*/
header #logo img {
	/*画像幅*/
	float: left;	/*左に回り込み*/
	margin-top: 20px;	/*画像の上に空ける余白。上下のバランスをここで調整して下さい。*//*	margin-top: 40px;*/
}
/*submitボタンの設定
---------------------------------------------------------------------------*/
#head-search {
	box-sizing: border-box;
	line-height: 100%;
	text-align: right;
	margin-top: 10px;
	border-radius: 5px;
	width: 360px;
	height: 60px;
	float: right;
	padding: 0px 10px;
}

.kensaku {
	text-align: center;
	padding: 0px;
	height: 36px;
}


.nyuryoku {
	box-sizing: border-box;
	line-height: 100%;
	padding: 2px 5px 2px 15px;
	border-radius: 30px 0px 0px 30px;
	margin-right: -6px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5) inset;
	border: 1px solid #ccc;
	height: 35px;
	width: 79%;
}
footer .nyuryoku2 {
	box-sizing: border-box;
	line-height: 100%;
	padding: 5px 5px 5px 15px;
	border-radius: 17px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
	height: 34px;
}
#tabs-2 .nyuryoku2 {
	box-sizing: border-box;
	padding: 5px 5px 5px 15px;
	border-radius: 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #333;
	width: 96%;
	height: 40px;
}
.contents {
	clear: both;
	overflow: hidden;
	padding: 40px 0;	/*上下、左右に空けるボックス内の余白*/
}
.contents-2 {
	clear: both;
	overflow: hidden;
	padding: 10px 5px 10px 5px;	/*上下、左右に空けるボックス内の余白*/
}
.bg_pink {
	background-color: #fce3e4;
}
.bg_blue {
	background-color: #c1d9ed;
}
.bg_gray {
	background-color: #F5F4F4;
	font-weight: 600;
}
.bg_orange {
	background-color: #ffe1a1;
}
.bg_orange2 {
	background-color: #FFF2D7;
}
.w65.bg_orange2 {
		background-color: #FFF2D7;
	padding: 10px;
	width: 65%;
	line-height: 160%;
	font-weight: 800;
	border-radius: 3px;
}
div.intro div.bg_orange2 {
		background-color: #FFF2D7;
	padding: 10px;
	width: 100%;
	line-height: 160%;

	border-radius: 3px;
}
@media(max-width:480px) {
	.w65.bg_orange2 {
		width: 100%;
	}
}
.bg_green {
/*	background-color: #bae14f;
		background-color: rgba(186,225,79,0.7);
	background-color:#B9EBD8;*/
	background-color: rgba(245,199,191,0.5);
	background-color: #bae14f;background-color: rgba(186,225,79,0.7);background-color:rgba(185,235,216,0.5);
}
.bg_deep-orange {
	background-color: #ddc566;
}
.bg_main {
	background-color: #B5DFC4;
	background: url(material/bg_green.png);
	font-size: 130%;
	color: #333
}
.main_menu.pink-1 {
	background-color: #F5E3E3;
	padding: 12px 20px 12px 50px;
	margin-bottom: 10px;
	border-radius: 30px;
	font-size: 130%;
	background: linear-gradient( #F5E3E3, #F99FB5);	/*グラデーション*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	width: 68%;
	min-width: 600px;
	line-height: 120%;
	cursor: pointer;
	color: #333;
	
	font-weight: bold;
}
.main_menu.pink {
	width: 68%;
	min-width: 600px;
	line-height: 120%;
	cursor: pointer;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 130%;
	padding: 12px 20px 12px 50px;
	margin-bottom: 20px;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;

	text-align: left;
	color: #595757;
}

.main_menu.green {

	line-height: 130%;
	cursor: pointer;
	border-radius: 5px;
	display: inline-block;

	text-decoration: none;
	margin: 0px;

	padding: 0px;
	margin-bottom: 20px;
	vertical-align: middle;
	overflow: hidden;
    font-size: 100%;
    position: relative;
    background: #FFF;
	color: #333;
	width: 100%;
}
.button-green {
	margin-left: 100px;
	min-width: 300px;
	line-height: 120%;
	border-radius: 30px;

	display: inline-block;
	text-decoration: none;
	font-size: 130%;
	padding: 12px 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	background:#3491f0;
	text-align: center;
	
	letter-spacing: 0.1em;
}
a:hover .button-green {
	opacity: 0.7;
}

.under {
	border-bottom: groove 2px #7895C5;
}
.h2-pink {
	padding: 12px 30px 12px 50px;
	margin-left: 0px;
	margin-bottom: 20px;
	border-radius: 30px;
	font-size: 130%;
	color: #333;
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	width: 68%;
	line-height: 120%;
	border: 1px solid #efd9e2;	/*メニューの線の幅、線種、色*/
	background: #efd9e2;
}
.h2-pink:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #efd9e2;
	width: 0;
	height: 0;
}
.h2-green {
	padding: 10px 30px 10px 56px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 27px;
	font-size: 140%;
	color: #fff;
	text-shadow: 0px 2px rgba(0,0,0,0.1);	/*テキストの影。右へ、下へ、色。*/
	width: 68%;
	line-height: 120%;
		background-image: url(material/bg_green.png);
		background: rgba(106,129,25,0.5);
	font-weight: 800;
	letter-spacing: 0.05em;
	
}
.h2-green:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 22px;
	border: 12px solid transparent;
/*	border-top: 15px solid #3491f0;*/
	
	border-top: 15px solid rgba(106,129,25,0.5);
	width: 0;
	height: 0;
}
.h2-green.no .font-80 {
	line-height: 100%;
}

@media (min-width:481px) and (max-width:1023px) {
	div.sub .site-link p {
		width: 49.5%;
		float:left;
	margin-top: 10px;

}
	div.sub .site-link p:first-of-type{
		margin-right: 0.5%;
	}
.h2-green {
	width: 100%;
}
.ta.h2-green {
	width: 70%;
}
}

@media(max-width:480px) {
	.intro .bg_orange2 {
	background-color: #FFF2D7;
		padding: 7px;
		display: block;
}
	
	.nyuryoku2 {
		width: 80%;
}

.h2-pink, .h2-green {
	width: 100%;
	border-radius: 0px;
	padding: 15px 0px 15px 40px;
	letter-spacing: 0em;
	font-weight: bold;
}

.h2-pink:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 12px;
	border: 10px solid transparent;
	border-top: 10px solid #efd9e2;
	width: 0;
	height: 0;
		font-weight: normal;
}
.h2-green:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 12px;
	border: 10px solid transparent;
	width: 0;
	height: 0;
		font-weight: normal;
}
}
.h2-a {
	padding: 0.6em 0.5em;/*文字周りの余白*/
	margin-bottom: 30px;
	font-weight: bold;
	color: #494949;/*文字色*/
		background: #eeeeee;/*背景色*/
	/*	background: url(material/bg_h3.png);*/
	border-left: solid 8px #3491f0;/*左線（実線 太さ 色）*/
	font-size: 130%;
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	line-height: 130%;
}
.h2-a1 {
	padding: 0.6em 0.5em;/*文字周りの余白*/
	margin-bottom: 30px;
	font-weight: bold;
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/

	/*	background: url(material/bg_h3.png);*/
	border-left: solid 8px #ff871c;/*左線（実線 太さ 色）*/
	font-size: 130%;
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	line-height: 130%;
}
.h2-f {
	padding: 0.6em 0.5em;/*文字周りの余白*/
	margin-bottom: 30px;
	font-weight: bold;
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
background: url(material/bg_h3.png);

	font-size: 130%;
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	line-height: 130%;
}


.h2-b {
	font-size: 130%;
	position: relative;
	color: black;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 1em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}
.h2-b:after {
	position: absolute;
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f00c Check';
	background: #0F96C2;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
.h2-b1 {
	font-size: 120%;
	position: relative;
	color: black;

		background: rgba(0,167,60,0.2);
			background: rgba(193,217,237,1.00);
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 1em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}
.h2-b1:after {
	position: absolute;
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f00c Check';
	background: rgba(0,167,60,1.00);
		background: rgba(255,135,28,1.00);
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}

.h2-b3 {
	font-size: 120%;
	position: relative;
	color: black;

		background: rgba(0,167,60,0.2);
			background: rgba(193,217,237,1.00);
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 1em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}
.h2-b3:after {
	position: absolute;
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f00c Check';
	background: rgba(0,167,60,1.00);
		background: rgba(255,135,28,1.00);
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
.h2-c {
	font-size: 130%;
	margin-bottom: 10px;
	position: relative;
	background: #eee;
		border-radius: 3px;
	padding: 0.8em 0em 0.7em 0.5em ;
	border-left: solid 3em  #f4c1c2;
		border-left: solid 3em  #FF871C;
	line-height: 120%;
	font-weight: bold;
	width: 325px;
}
.h2-c:before {
	font-size: 1.9em;
font-family: "Font Awesome 5 free";
	content: '\f004 ';
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	
	left: -1.33em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}
.h2-c1 {
	font-size: 120%;
	margin-bottom: 10px;
	position: relative;
	background: #eee;
		border-radius: 3px;
	padding: 0.7em 0.2em;
	border-left: solid 3em #eee;
		line-height: 120%;
}
.h2-c1:before {
	font-size: 1.9em;
font-family: "Font Awesome 5 free";
	content: '\f004 ';
	position: absolute;
	padding: 0em;
	color: #f4c1c2;
		color: #3491f0;
	font-weight: 900;
	left: -1.31em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}
.h2-c2 {
	font-size: 130%;
	margin-bottom: 10px;
	position: relative;
	background: #eee;
		border-radius: 3px;
	padding: 0.6em 0.5em 0.5em;
border: 1px solid rgba(185,235,216,1);
		border-left: solid 2.9em  #3491f0;
	line-height: 120%;
	font-weight: bold;
	width: 32.6%;
}
.h2-c2:before {
	font-size: 1.5em;
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f00c';
	position: absolute;
	padding: 0em;
	color: white;

	left: -1.5em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}
.h2-d {
	position: relative;
	border-top: 3px dashed #F99FB5;
	border-bottom: 3px dashed #F99FB5;
	padding: 10px 5px 7px 55px;
	font-size: 20px;
	color: #474747;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 120%;
}
.h2-d:nth-of-type(n+2), .h2-d-g:nth-of-type(n+2) {
	margin-top: 2em;
	margin-bottom: 1em;
}
.h2-d-g:nth-of-type(n+2) + h3.h2-green {
	margin-top: 5em;
	margin-bottom: 2em;
}
.h2-d:before {

	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: "\f0a7";
	font-size: 1.2em;
	display: inline-block;
	line-height: 45px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #F99FB5;
	font-weight: normal;
	width: 45px;
	text-align: center;
	height: 45px;
	left: 0em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
	margin-bottom: 10px;
}

.h2-d-g {
	position: relative;
	border-top: 3px dashed rgba(110,84,74,0.6);
	border-bottom: 3px dashed rgba(110,84,74,0.6);
	padding: 12px 5px 9px 60px;
	font-size: 22px;
	color: #6e544a;
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 120%;
}
.h2-d-g:before {

	font-family: "Font Awesome 5 free";
	content:"\f0a7";
	font-weight: 900;
	font-size: 2em;
	display: inline-block;	
	line-height: 55px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #FF871C;

	width: 55px;
	text-align: center;
	height: 55px;
	left: 0em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
	margin-bottom: 10px;
}

.h2-e {
	font-size: 120%;
	position: relative;
/*	background:#d0ecff;*/
	line-height: 1.4;
	padding: 0.2em 0.5em;
	border-radius: 5px;
	color:#595757;
	border: rgba(0, 0, 0, 0.1) 3px dotted;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);

}
.h2-g{
background: #eee;
color: #595757;
	padding: 2px 10px;
	font-size: 120%;
	margin-bottom: 10px;
	border-radius: 3px;
}

h4.h2-e.kome,div.h2-e.kome{

	margin-left: 1%;

	padding: 10px 5px 10px 65px;
	font-weight: normal;
	line-height: 160%;
	font-size: 100%;
min-height: 80px;
}
h4.h2-e.kome ol,div.h2-e.kome ol{
	padding-bottom: 0px;
}
 .main_menu.green .no2 .kugiri {
	position: absolute;
	color: #3491f0;
	font-weight: bold;
	margin-left: -60px;
	font-size: 140%;
	margin-top:0px;


}
.q{
	color: #3491f0;
	font-weight: bold;
	font-size: 140%;
}
h4.h2-e.kome > span,div.h2-e.kome > span {
	position: absolute;
	color: #3491f0;
	font-weight: bold;
	margin-left: -60px;
	font-size: 140%;
	margin-top:0px;
	left: 74px;
	text-align: center;
	line-height: 130%;
}
.gray1:before {
font-family: "Font Awesome 5 free";
	content:'\f103';
	display: block;
color:#ccc;
	font-size: 70%;
	text-align: center;
}
h2.h2-d-g{
	counter-reset: title;	
}
h2.h2-green,h3.h2-green{
 counter-increment: title;
	
}
h2.h2-green span:before ,h3.h2-green span:before{
 content: counter(title) ".";
}

h2.h2-green,h3.h2-green{
	counter-reset: list;	
}
h4.h2-e.kome,div.h2-e.kome {
	 counter-increment: list;

}


h4.h2-e.kome >span:before,div.h2-e.kome >span:before{
 content: "Q"counter(list);
}


/*div.main_menu.green .no2 .kugiri:before {
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f103';
	padding-right: 5px;

}*/
.main_menu.pink .no2, .main_menu.green .no2 {
	position: relative;
	margin-left: 22px;
}
.main_menu.pink .no2 .kugiri {
	position: absolute;
	text-align: center;
	margin-left: -50px;
	padding-right: 30px;
}
.main_menu.pink .no2 .kugiri:before{
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f103';
	padding-right: 5px;

}

p.kome.answer,div.kome.answer{
		margin-left: 50px;
}
p.kome >span,div.kome >span {
	position: absolute;
	color: #EC1234;
	font-weight: bold;
	margin-left: -25px;

}
p.kome.answer span,div.kome.answer span{
		color: #FF871C;
	font-size: 150%;
	margin-top: -8px;
color: #D57D2A;
	}
div.kome.answer{
	margin-top: 10px;
	margin-bottom: 10px;
	background: rgba(228,243,250,0.50);
	}
div.kome.answer span:before{
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f30b';

}

div.kome.answer p{

	line-height: 160%;
	padding: 5px 10px 10px 10px ;


	}
div.kome.answer ol{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 140%;
	margin-left: -10px;

	}

@media(max-width:480px) {

h4.h2-e.kome,div.h2-e.kome {
	position: relative;
	margin-left: 0px;
	padding-left:38px;
		border-radius: 0px;
}
	h4.h2-e.kome span.kugir,div.h2-e.kome span.kugiri {
	position: absolute;
	font-weight: bold;
	font-size:100%;
	margin-top: 0px;

		left: 58px;
	padding-top:4px;
}
p.kome.answer,div.kome.answer{
	margin-left: 30px;
	padding-right: 0px;
	background: none!important;
}
div.kome.answer p{

	line-height: 160%;
	padding: 5px 3px 10px 10px ;


	}
	p.kome.answer span,div.kome.answer span{

	margin-top: -3px;

	}
	
}
@media (max-width:800px) {
		.h2-e {
			background: none;
	border:none;
	box-shadow:none;

}
		p.kome.answer span,div.kome.answer span{
	margin-top: 5px;

	}
	.top-green{
	border-top:none;
	border-bottom: solid 1px #3491F0;
	color: #125ABE;
	padding: 5px 5px;
		line-height: 120%;
		margin-top: 20px;
}
	.top-green:before{
	padding: 0px 5px 0px 0px;
	}
a .tel-1 {
	text-decoration-color: red;
	text-align: center;
/*	font-size: 120%;*/
	background-image: -ms-linear-gradient(top, #bf8a5c, #a15411);
	background-image: -o-linear-gradient(top, #bf8a5c, #a15411);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#bf8a5c), to(#a15411));
	background-image: -webkit-linear-gradient(top, #bf8a5c, #a15411);
	border-radius: 30px;
	margin: 0px auto;
	color: #FFF;
	padding: 7px;
	font-weight: bold;
	line-height: 120%;
	display: block;
	max-width: 300px;
text-decoration: none!important;
}

.h2-d {
	border-top: 1px dashed #F99FB5;
	border-bottom: 1px dashed #F99FB5;
}
.h2-d:nth-of-type(n+2), .h2-d-g:nth-of-type(n+2) {
	margin-top: 2em;
	margin-bottom: 1em;
}
.h2-d-g:before {
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: "\f0a7";
	font-size: 1.6em;
}
.h2-d-g {
	border-top: 1px dashed rgba(110,84,74,1);
	border-bottom: 1px dashed rgba(110,84,74,1);
	box-shadow: 1px 5px 10px rgba(110,84,74,0.1);
}
h2.h2-d-g + p {
	margin-top: -10px;
}
	

}

@media (min-width:415px) and (max-width:800px) {
	.contents-2 li.content-box {
	display: block;
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	width: 120%;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
}

.main_menu.pink, .main_menu.green{
	width: 100%;
	min-width: 100%;
	border-radius: 0px;


}

.button-green{
			text-align: center;
	font-size: 120%;
	border-radius: 30px;
	margin: 0px auto;

	padding: 10px;
	font-weight: bold;
	line-height: 120%;
	display: block;
		margin-bottom: 30px;
width: 300px;
	}

.sp{
	display:none;
}
	.sp1{
	display:none;
}
}








.main_menu.yellow {
	background-color: #F5F0DF;
}
#tabs-1 .main_menu.blue,#tabs-3 .main_menu.blue {
	background: -moz-linear-gradient( #ffffff 0%, #dffbff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dffbff));
	background: -webkit-linear-gradient( #ffffff 0%, #dffbff 100%);
	background: -o-linear-gradient( #ffffff 0%, #dffbff 100%);
	background: linear-gradient( #ffffff 0%, #dffbff 100%);
}
#tabs-1 .main_menu.blue:before,#tabs-3 .main_menu.blue:before  {
	content: url('material/yajirushi-b.png');
	position: relative;
	top: 4px;
	padding-right: 6px;
}
.waku-pink {
	border: 2px solid #F5A6A9;
	border: 2px solid #f99fb5;
	padding: 5px;
	margin: 3px;
	border-radius: 3px;
}
.waku-gray {
	border: 2px solid #eee;
	margin: 3px;
	border-radius: 3px;
}
.waku-orange {
	border: 2px solid #FF871C;
	padding: 5px;
	margin: 3px;
	border-radius: 3px;
}
.waku-blue {
	border: 2px solid #00a3d6;
	padding: 5px;
	margin: 3px;
	border-radius: 3px;
}
.waku-green {
	border: 2px solid #3491f0;
	padding: 5px 5px 5px 10px;
	margin: 3px;
	border-radius: 3px;
}
.waku-brown {
	border: 2px solid #6e544A;
	padding: 10px;
	margin: 3px 3px 20px 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.style-1 .waku-brown {
	margin: 0px 10px 30px 40px;
}
.pc {
	display: block;
}

.sp{
	display: none;
}


.sp1{
	display: none;
}
@media(max-width:480px) {
.style-1 .waku-brown {
	margin: auto 5px;
}
	.button-green{
			text-align: center;
	font-size: 120%;
	border-radius: 30px;
	margin: 0px auto;
	color: #FFF;
	padding: 10px;
	font-weight: bold;
	line-height: 120%;
	display: block;
		margin-bottom: 30px;
width: 300px;
	}
	.pc {
	display:none;
}
.sp{
	display:block;
}
	.pc1 {
	display:none;
}
.sp1{
	display:inline;
}
}

.sh {
	display: none;
}
.sh-info1 {
	display: none;
}


.img-l {
	float: left;
}
.img-l-y {
	float: left;
	margin-right: 1%;
}
.kanteishi .img-p
{
    display: block;
    float: left;
padding-right: 5px;
}


.fl_sp {
	float: left;
}
/* num1 */



.style-1 h3.num1 {
	font-size: 120%;
	line-height: 130%;
	margin: 20px auto auto 10px;
	color: #333;
	text-shadow: 0px 2px #fff;
	padding: 0.25em;
	margin-left: 0px;
	border-top: solid 1px #F99FB5;
	border-bottom: solid 1px #F99FB5;
	background: repeating-linear-gradient(-45deg, #F8EDF1, #F8EDF1 3px, #F5E3E3 3px, #F8F7F7 7px);
	padding-left: 10px;
}
/*.style-1 h3.num1:nth-of-type(1) {
	margin-top: 0px;
}*/
.style-1 .waku-brown dl dt:nth-of-type(n+2) {
	padding-top: 10px;
}
.style-1 .waku-brown dl dd:nth-of-type(n+2) {
	padding-top: 10px;
}
.style-1 .waku-brown dl dd:nth-of-type(n+2) ul {
	margin-top: -10px;
}
h3.num2 {
	margin-bottom: 30px;
	font-size: 120%;
	line-height: 130%;
	margin: 20px auto 10px 10px;
	color: #333;
	text-shadow: 0px 3px #f6faf3;
	padding: 0.25em;
	margin-left: 0px;
	border-bottom: solid 1px #83E0D9;
	border-top: solid 1px #83E0D9;
		background: url( material/bg_reien_list_theme.png);
	padding-left: 10px;
}
.style-1 .waku-brown ul {
	margin: 0px auto 5px 0px;
}
h3.num3 {
	margin-bottom: 30px;
	font-size: 120%;
	line-height: 130%;
	margin: 20px auto auto 10px;
	color: #333;
	padding: 0.25em;
	margin-left: 0px;
	border-bottom: solid 1px #83E0D9;
	border-top: solid 1px #83E0D9;
	background: url(material/bg_green.png);
	padding-left:30px;
}
h3.num3-s:before {
	color:  #31C9BE;
	font-family: "Font Awesome 5 free";
	content:"\f111";
	font-weight: 900;
}
h3.num3-s {
	margin-bottom: 30px;
	font-size: 120%;
	line-height: 130%;
	margin: 20px auto auto 10px;
	color: #333;
	padding: 0.25em;
	margin-left: 0px;
	width: 200px;

}
.no4 {
	position: relative;
	margin-left: 25px;
}
.no4 .kugiri {
	position: absolute;
	margin-left: -23px;
	text-align: center;
}
.num2.no3 {
	position: relative;
	margin-left: 0px;
	padding-left: 50px;
}
.num2.no3 .kugiri {
	position: absolute;
	margin-left: -45px;
	padding-left: 5px;
	left: 48px;
/*	top: 4px;*/
}

@media(max-width:480px) {
	.pc-tab {
	display: none;
}
	.sp{
		display: block;
	}
	.sp1{
		display: inline;
	}
.style-1 h3.num1 {
	margin-left: 0px;
	border-top: solid 1px #F99FB5;
	border-bottom: solid 1px #F99FB5;
	background: repeating-linear-gradient(-45deg, #F8EDF1, #F8EDF1 3px, #F5E3E3 3px, #F8F7F7 7px);
	padding-left: 35px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
h3.num2 {
	margin-left: 0px;
	border-bottom: solid 1px #83E0D9;
	border-top: solid 1px #83E0D9;
	background: url(material/bg_green.png);

	padding-left: 35px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
h3.num3{
	margin-left: 0px;
	border-bottom: solid 1px #83E0D9;
	border-top: solid 1px #83E0D9;
	background: url(material/bg_green.png);
	padding-left: 25px;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	width: 100%;
}
		h3.num3-s:before{
		margin-bottom: 0px;
		padding-bottom: 0px;
			font-size: 16px;

	}
	h3.num3-s{
		margin-bottom: 0px;
		padding-bottom: 0px;
}
	h3.num3-s+.h2-e {
		margin-top: 0px;
	}
.no3 {
	position: relative;
	margin-left: 35px;
}
.no3 .kugiri {
	position: absolute;
	margin-left: -30px;
	text-align: center;
}
.no4 {
	position: relative;
	margin-left: 0px;
}
.no4 .kugiri {
	position: absolute;
	margin-left: -20px;
	text-align: center;
}
.style-1 h3.num1:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid rgba(249,159,181,1.00);
}
h3.num2:after {

	content: '';
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;

}
h3.num3:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
    border-top: 10px solid #1BC4B3;

}
}
.style-1 .waku-brown dl dt {
	font-size: 120%;
	display: block;
	color: #6e544a;
	font-weight: bold;
	line-height: 130%;
}
.style-1 .waku-brown dl dt:nth-of-type(n) {
	font-size: 120%;
	display: block;
	color: #6e544a;
	font-weight: bold;
	line-height: 130%;
}
.style-1 .waku-brown dl dd {
	font-size: 120%;
	line-height: 130%;
	display: block;
	margin: 0px auto 0px 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.style-1 .waku-brown dl dt.img-l {
	display: block;
	width: 100px;
}
.style-1 .waku-brown dl dt.img-l.w120, .waku-brown dl dt.fl_sp.w120 {
	width: 120px;
}
.style-1 .waku-brown dl dt.img-l.w100, .waku-brown dl dt.fl_sp.w100 {
	width: 100px;
}
.style-1 .waku-brown .moji7 {
	width: 130px;
}
.style-1 .waku-brown dl dd ul {
	margin: 0px auto 5px 0px;
}
.style-1 .waku-brown dl dd ul li {
	list-style: disc;
	padding-left: 0px;
	margin-left: 20px;
}
.style-1 .waku-brown p.kome {
	position: relative;
	margin-left: 20px;
	font-size: 100%;
}
div.main div.style-1 > p.kome {
	position: relative;
	margin-left: 30px;
}
div.main div.style-1 >p.kome span {
	position: absolute;
	color: #EC1234;
	font-weight: bold;
	margin-left: -20px;
}
p.kome {
	position: relative;
	margin-left: 20px;
}

h3.num2.no3 + p.kome {
	margin-left: 10px;
}
p.kome-1 {
	position: relative;
	margin: 0px 15px -10px 30px;
}
p.kome-1 span {
	position: absolute;
	color: #EC1234;
	font-weight: bold;
	margin: 0px 15px 0px -20px;
}
.waku-brown .moji7:nth-of-type(2) {
	clear: both;
}

@media (max-width:480px) {
.fl_sp {
	clear: both;
	float: none;
}
dl.num1>dt {
	margin-left: 0px;
}
dl.num2>dt {
	line-height: 130%;
	margin: 20px auto auto 0px;
	font-size: 130%;
	padding: 0.5em;/*文字周りの余白*/
	border-top: none;
}
dl.num2>dt {
	color: #010101;/*文字色*/
	background: #eaf3ff;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
}
dl.num1>dd, dl.num2>dd {
	font-size: 110%;
	line-height: 130%;
	paddimg: 0px 10px;
	margin-left: 0px;
}
dl.num1>dt {
	position: relative;
	padding: 0.6em;
	background: repeating-linear-gradient(-45deg, #F8EDF1, #F8EDF1 3px, #F5E3E3 3px, #F8F7F7 7px);
}
dl.num1 dt:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 10px;
	border: 10px solid transparent;
	border-top: 10px solid rgba(249,159,181,1.00);
	width: 0;
	height: 0;
}
.waku-brown dl dt, dl.num2 dd dl dt {
	width: 100%;
}
.waku-brown dl dd, dl.num2 dd dl dd {
	width: 100%;
	margin: 5px 0px 10px 0px !important;
	padding-top: 5px;
}
.waku-brown dl dd {
	border-top: #6e544a dashed 1px;
	border-bottom: #6e544a dashed 1px;
}
dl.num2 dd dl dd {
	border-top: #ec1234 dashed 1px;
	border-bottom: #ec1234 dashed 1px;
}
.waku-brown dl dd:last-of-type, dl.num2 dd dl dd:last-of-type {
	border-bottom: none;
}
.waku-brown>ul li, dl.num2 dd>ul li {
	font-size: 100%;
}
.waku-brown .moji7, .num2 .moji7 {
	width: 100%;
	float: none;
	clear: both;
	color: #333;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 100%;
	display: block;
}
.num1 .moji7:nth-of-type(2), .num2 .moji7:nth-of-type(2) {
	margin-top: 10px;
}
.num1 .moji7:after, .num2 .moji7:after {
	content: "";
}
ol.num1, ol.num2 {
	margin-left: 0px;
	padding-left: 30px;
}
.num1 .yohaku-a, .num2 .yohaku-a {
	margin-left: 20px;
}
.waku-brown dl dd ul.num1 li, dl.num2 dd dl dd ul.num1 li {
	list-style: disc;
	margin-left: 15px;
}
.waku-brown dl dt.img-l, .waku-brown dl dt.fl_sp, dl.num2 dd dl dt.img-l, dl.num2 dd dl dt.fl_sp {
	width: 100%;
}
.waku-brown dl dt.img-l.w120, .waku-brown dl dt.fl_sp.w120, dl.num2 dd dl dt.img-l.w120, dl.num2 dd dl dt.fl_sp.w120 {
	width: 100%;
}
.main_menu.pink {
	background-color: #F5E3E3;
	padding: 5px 5px 10px 30px;
	margin-bottom: 10px;
	border-radius: 0px;
	font-size: 110%;
	min-width: 320px;
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	width: 100%;

	cursor: pointer;
	line-height: 180%;
}
.main_menu.green {

	padding: 5px 5px 10px 10px;
	margin-bottom: 10px;
	border-radius: 0px;
	font-size: 110%;
	min-width: 320px;
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	text-shadow: 0px 1px #ccc;	/*テキストの影。右へ、下へ、色。*/
	width: 100%;

	cursor: pointer;
	line-height: 180%;
}


.no2 {
	position: relative;
	margin-left: 20px;
}
.no2 .kugiri {
	position: absolute;
	text-align: center;
	margin-left: -45px;
	padding-right: 0px;
	padding: 3px 5px;
}
.no2 .kugiri:before {	
	  font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f245';
}
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #595757;/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
	font-size: 110%;
}
.ta1 th {
	border: 1px solid #595757;/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
	font-size: 110%;
	font-weight: bold;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
.ta1 td > ul li {
	margin-left: 15px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 140px;
	padding: 10px;
	background: #eee;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
.ta2 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta2 td, .ta2 th {
	border: 1px solid #595757;/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
	font-size: 110%;
}
/*テーブル内の右側*/
.ta2 td {
	padding: 10px;
}
.ta2 td > ul li {
	margin-left: 15px;
}
/*テーブル内の左側*/
.ta2 th {
	padding: 10px;
	background: #eee;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
.contents .column {
	width: 49%;
	float: left;
	margin-right: 1%;
}
@media (max-width:480px) {
.ta1 td > ul li {
	margin-left: 20px;
}
.ta1 td {
	text-align: left;
}
}



.img-r {
	float: right;
	margin-left: 10px;
}





/*----------TOPページ----------*/
.contents .inner .page-main{
	width: 72%;
	float: left;	/*左に回り込み*/

}
@media (max-width:800px) {
.contents .inner .page-main{
	width: 100%;
	float: none;	

	}}
.contents .inner .page-main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

}
.contents section{
	float: left;
	margin: 0px 0.5% 5px;	/*上、左右、下へあけるスペース*/
	line-height: 1.6;
	width: 32.3%;	/*幅*/
}

.contents section.list a{
	width:100%!important;
	text-decoration: none;
			position: relative;
	
}
/*ボックス内の段落タグ設定*/

/*ボックス内の写真設定*/
.contents section.list a figure img {
	width: 100%;	/*写真の幅*/
	/*写真の高さ*/
	padding: 5px;	/*写真と境界線との隙間のサイズ*/
	border: 1px solid #ccc;	/*境界線の幅、線種、色*/
	margin-bottom: 5px;
}
/*マウスオン時の写真の境界線の設定*/
.contents  section.list a:hover figure img {
	opacity: 0.6;	/*透明度80%にする*/
}
/*ボックス内のh4タグ設定*/


.contents  section.list a:link h3 {
	font-size: 18px;
	width: 100%;
	font-color:#369;
	padding: 5px 5px 5px 5px;
	line-height: 120%;
	color: #333;
	border-bottom: 1px #ccc dotted;

}
.contents  section.list a:visited h3 {

	border-bottom: 1px #ccc dotted;

}
.contents  section.list a:link h3.font-70 {
	font-size: 16px;
		line-height: 110%;
	
}
.contents section.list a h3:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f138 ';
	font-size: 90%;
	width: 22px;
	height: 100%;
	float: left;
	line-height: 120%;
	color: #d67d2b;
}
@media (max-width:800px) {
.contents section.list a h3:before{
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f13a ';
	display: block;
	}}
.contents section.list a h3.font-70:before {
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f138 ';
	font-size: 100%;
	width: 18px;
			height: 100%;
}
.contents section.list a p {
	width: 100%;
	font-size: 16px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	color: #666;
	margin-top: 0px;
		line-height: 130%;
	padding:  10px 5px 10px 12px;
}

.contents section.list a p {
	width: 100%;
	font-size: 16px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	color: #666;
	margin-top: 0px;
		line-height: 130%;
	padding:  10px 5px 10px 12px;
}
@media(min-width: 377px) and (max-width: 668px){
.contents section.list a p {
	padding-left:3px;
	padding-top: 5px;
	font-size: 90%;
}
}
.contents section.list a:hover div,
.contents section.list a:hover figre{
	opacity: 0.5;
	line-height: 120%;
	color: #333;
}


.contents li.content-box {
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 1.1%;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	width: 32.6%;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
}
.contents li.content-box h3:before{
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f138 ';
	font-size: 90%;
	width: 22px;
		height: 100%;
		line-height: 120%;
float: left;
	color: #595757;
		color: #3491f0;
}
.contents li.content-box h3 {
	font-size: 20px;
	padding: 6px 10px 6px 10px;	
	line-height: 120%;
	margin-bottom: 10px;	color: #595757;
}
.contents li.content-box p{
	padding: 0px;
	font-size: 16px;	
}
.contents li.content-box p.img-l{
	width: 25%;
	height: auto;
	margin:0px 10px 5px 5px;
}
.contents li.content-box p img{
	width: 100%;
	height: auto;
}

.contents li.content-box p:nth-of-type(2){

}

/*.contents li.content-box p {
padding: 0px 5px;
font-size: 100%;
}*/
.contents li.content-box a:link h3{
		color: #333;
		
	}
.contents li.content-box a:link p{
		color: #666;
		
	}


.contents .top-main li.content-box:nth-child(3n) {
	margin-right: 0px;
}

.content-box a{
	text-decoration: none;
}

.contents-2 .content-box a:visited div h3.bg_green{
		color:#4B2A8B;
}
.contents-2 .content-box a:visited div p{
		color:#595757;
}
.contents-2 .content-box a:hover div h3.bg_green{
			color:#4B2A8B;
}
.contents-2 .content-box a:hover div p{
		color:#595757;
}

@media (min-width:668px) and (max-width:900px) {
	
.contents  section.list a:link h3 {
	font-size: 18px;
	width: 100%;
	font-color:#369;
	padding: 0px 5px 5px 0px;
	line-height: 120%;
	color: #333;

}
	.contents  section.list a:link h3.font-70 {
		font-size: 18px;
		line-height: 110%;

}
.contents section.list {
	width: 31.3%;
	margin: 0px 1% 5px;
	margin-bottom: 30px;
}
.contents section.list p {
	font-size: 14px;
	padding: 5px 10px;
}

}

/*@media (max-width:668px) {
	.inner {
	padding: 0 1%;
	}


}
*/

@media (min-width:668px) and (max-width:800px) {

.contents .top-main li.content-box {
	display: block;
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
	margin-right: 1.1%;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
	width: 49%;
}
.contents .top-main li.content-box:nth-child(2n) {
	margin-right: 0px;
}

}


@media (min-width:377px) and (max-width:668px) {
		.h2-b {
	font-size: 140%;
	position: relative;
	color: black;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 1em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}
.h2-b:after {
	position: absolute;
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f00c Check';
	background: #2196F3;
	background: #1BC4B3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
.contents section.list {
	width: 49%;
}

.contents section.list a:link h3 {
	font-size: 18px;

	padding: 0px 3px;

}	
.contents section.list a:link h3:before {
	display: none;
}
.contents section.list a:link h3.font-70:before {
		display: none;
}
.contents section.list p {
	padding-top: 5px;
}


.contents li.content-box {
	display: block;
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
	margin-right: 0%;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
	width: 100%;
	float: none;

}
	.contents li.content-box h3 {
font-size:18px;
	}
		
	.contents li.content-box p.img-l{
	width: 20%;
	height: auto;
	margin:0px 10px 5px 5px;
}


.contents li.content-box p img{
	width: 100%;
	height: auto;
}
.contents .column {
	width: 100%;
	float: none;
	margin-right: 0;
}
}

@media (max-width:376px) {
	.h2-b {
	font-size: 140%;
	position: relative;
	color: black;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 1em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}
.h2-b:after {
	position: absolute;
font-family: "Font Awesome 5 free";
	font-weight: 900;
	content: '\f00c Check';
	background: #2196F3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
	

	
	
.contents section{
	float: none;
	margin: 0px !important;
	width: 100%;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 7px 0px 7px;
}
		
.contents section:first-child{
	float: none;
	margin: 0px !important;
	width: 100%;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 0px 0px 7px;
}
.contents section.list:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*ボックス内の段落タグ設定*/
.contents section.list a p {
padding-top: 5px;
padding-left: 5px;
}
/*ボックス内の写真設定*/
.contents section.list a figure img {
	padding: 0;
	border: none;
}
.contents section.list a figure {
	float: left;
	margin-right: 2%;
	width:39%;
}
.contents section.list a .block {
	width:58.5%;
		float: right;
		padding-right: 5px;
}
	
	.contents li.content-box {
	display: block;
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
	margin-right: 0%;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
	width: 100%;
	float: none;

}
		.contents li.content-box h3 {
font-size:18px;
	}
		
			.contents .column {
	width: 100%;
	float: none;
	margin-right: 0;
}
}


@media (max-width:414px) {
.contents-2 li.content-box {
	display: block;
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #C6DDB0;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 3px;
	width: 100%;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
	padding-bottom: 10px;
}
	.contents-2 li.content-box p{

	padding: 10px 5px;
}
	.contents-2 li.content-box img{
		width: 30%;
		height: auto;
}
}

@media (min-width:415px) and (max-width:1100px) {
header {
	height: 60px;
}
header #logo img {
	/*画像幅*/
	float: left;	/*左に回り込み*/
	margin-top: 10px;	/*画像の上に空ける余白。上下のバランスをここで調整して下さい。*/
	width: 380px;
	height: auto;
}
#head-search {
	margin: 0px;
	width: 300px;
	box-sizing: border-box;
}
}

@media (max-width:800px) {
header #logo img {
	float: none;
	width: 300px;
	height: auto;
	margin-top: 0px;
}
#head-search {
	display: none;
}
/*	#tabs-2,	#tabs-3{
		background-color: #D5EFF5;
	}
	*/

}

@media (max-width:414px) {
header {
	height: 100px;
}
header #logo img {
	float: none;
	width: 50%;
	height: auto;
	margin: 0px;
}
#head-search {
	display: none;
}
}
header ul {
	list-style-type: none;
}
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
#contact {
	float: right;		/*右に回り込み*/
	margin-top: 12px;	/*ブロックの上にあける余白。上下のバランスをここで調整して下さい。*/
	width: 350px;		/*ブロック幅*/
	border-radius: 6px;	/*角丸のサイズ*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	text-align: center;			/*文字をセンタリング*/
}
/*TEL*/
.tel {
	letter-spacing: 0.2em;	/*文字間隔を広くする設定。通常がいいならこの行削除。*/
	font-size: 20px;		/*文字サイズを大きく*/
}
/*TELの受付時間の小文字部分*/
.tel span {
	display: block;
	font-size: 11px;		/*文字サイズを小さく*/
	letter-spacing: 0.1em;	/*文字間隔*/
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar-sp {
	display: none;
}
#menubar {
	clear: both;
	overflow: hidden;
	background: #3491f0;/*	background: #FF871C;
		background: #3491f0;*/
}
#menubar ul {
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 16.6%;	/*メニュー幅（100÷6個=16.6%）　もし４個にするなら100÷4=25%になる。*/
	padding-top: 5px;	/*この数字と「#menubar li a」のpaddingの１つ目(7px)の数字を足した合計が「#menubar li a」の３つ目の数字(12px)になるようにする。*/
}
#menubar li a {
	font-size: 105%;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;	/*文字色*/
	padding: 7px 0px 12px;	/*上、左右、下への余白。上の「#menubar li」のpadding-topの解説と合わせて読んで下さい。*/
}
#menubar > ul > li a:hover {
	background: #FFF;
	color: #6e5444;
	border-radius: 8px 8px 0px 0px;
}
/*マウスオン時、現在表示中メニュー*/

#menubar li.current a {
	background: #fff;
	border-radius: 8px 8px 0px 0px;
	box-shadow: 3px 3px 6px -2px #555, 3px 3px 6px #eee inset;/*背景色*//*角丸のサイズ。左上、右上、右下、左下への順。*//*	text-shadow: 0px 1px 3px rgba(255,135,28,0.6);	*/
	
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}
/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/
/*ドロップダウンブロックの設定*/

#menubar ul a {
	-webkit-transition: 0s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0s;
}

#menubar ul.ddmenu {
	list-style: none;
	position: absolute;
	visibility: hidden;
	z-index: 99;
	box-shadow: 1px 3px 6px -2px #8BA293, 3px 3px 8px rgba(255,255,255,0.8) inset;	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	background: rgba(255,255,255,1);	/*背景色。0,0,0は黒の事で0.8は透明度80%の事。*/
	width: 290px;	/*幅。お好みで変更してもらってOKです。*/
	padding: 10px 3px;	/*ボックス内の余白*/
	border-radius: 0px 8px 8px 8px;	/*角丸のサイズ*/
	color: #333;
	border-color: #fff;	/*枠線の幅、線種、色*/
	border-style: solid;
	border-width: 0px 2px 2px 2px;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	padding-top: 0;
	width: 100%;	/*幅*/
	text-decoration: none;/*高さ*/
}
#menubar li.current a {
	background: #fff;	/*背景色*/
	color: #6e5444;		/*文字色*/
	border-radius: 8px 8px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への順。*/
	/*	text-shadow: 0px 1px 3px rgba(255,135,28,0.6);	*/
	font-weight: bold;
	letter-spacing: 0.1em;

}
#menubar ul.ddmenu li a {
	background: transparent;	/*背景色をリセットする*/
	border: none;
	text-align: left;	/*文字を左寄せ*/
	padding: 0 5px;	/*上下、左右への余白*/
	border-radius: 3px;
	box-shadow: none;
	font-weight: normal;
	line-height: 130%;
		padding: 5px;
}

#menubar ul.ddmenu li.kei a {
	background: transparent;	/*背景色をリセットする*/
	border: none;
	text-align: left;	/*文字を左寄せ*/
	padding: 0 5px;	/*上下、左右への余白*/
	border-radius: 3px;
	box-shadow: none;
	font-weight: normal;
	line-height: 130%;
		padding: 7px;
	border-bottom: 1px dashed #ccc;
}
li a  p.disc1{
	background-position: left;
	background-repeat: repeat-y;
	border-left:5px #C5E2FF double;

}
#menubar ul.ddmenu li h2 a{
	font-weight: bold!important;
}
/*マウスオン時*/

#menubar ul.ddmenu a:link {
	background: #FFF;
	color: #333;
}
#menubar ul.ddmenu a:visited {
	color: #3491f0;
	font-weight: bold;
}
#menubar ul.ddmenu li a:hover {
	/*背景色*/
	background: #eee;/*文字色*/
}
#menubar ul :last-child .ddmenu {
	position: absolute;
	visibility: hidden;
	z-index: 99;
	width: 260px;	/*幅。お好みで変更してもらってOKです。*/
	padding: 10px;	/*ボックス内の余白*/
}  
div p.setsumei{
	background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  padding:  8px;
    position: relative;
  width: 100%;
font-size: 120%;
margin-top: -40px;
font-weight: bold;
	height: 40px;

color: orangered
}

@media (min-width:801px) and (max-width:1300px) {
#menubar ul :nth-child(5) .ddmenu {
	width: 200px;	/*幅。お好みで変更してもらってOKです。*/
}
#menubar ul :nth-child(6) .ddmenu {
	width: 260px;	/*幅。お好みで変更してもらってOKです。*/
	right: 0;
}
#menubar li.current a {
	letter-spacing: 0em;
}
	
}
/*トップページメイン画像
---------------------------------------------------------------------------*/

#mainimg {
	clear: both;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
	position: relative;
	max-width: 1400px;	/*画像の最大幅。「.inner」のmax-widthと揃える。*/
	margin: 0 auto;
	z-index: 0;
}

#mainimg img{
		box-shadow: 0px 10px 30px -12px rgba(0,0,0,0.2);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.2は透明度20%の事。*/
}



/*左側（小さい端末だと上に位置するボタン）のボタン「職種で検索」*/
#mainimg #btn_job1 {
	position: absolute;
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 20%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 23%;
	;	/*画像幅*/
	background: #9faf35;	 /*背景色（古いブラウザ用）*/
	background: #9faf35 padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(159,175,53,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*右側（小さい端末だと下に位置するボタン）のボタン「勤務地で検索」*/
#mainimg #btn_job2 {
	position: absolute;
	left: 36%;		/*メイン画像に対して左から36%の場所に配置*/
	bottom: 20%;	/*メイン画像に対して下から20%の場所に配置*/
	width: 23%;
	;	/*画像幅*/
	background: #35a5af;	/*背景色（古いブラウザ用）*/
	background: #35a5af padding-box;	/*背景色。padding-boxは、下で設定しているボーダーの半透明を反映する為に指定。*/
	border: 6px solid rgba(53,165,175,0.4);	/*枠線の幅、線種、rgb指定での色。0.4は透明度40%の事。*/
}
/*ボタンのマウスオン時*/
#mainimg #btn_job1:hover, #mainimg #btn_job2:hover {
	opacity: 0.8;	/*透明度80%にする*/
}
/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
.top-main {
	width: 100%;
}
/*コンテンツのh2タグの設定*/
h1.type1, h2.type1 {
	clear: both;
	line-height: 1.4;	/*行間*/
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 10px 20px;	/*上下、左右への余白*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border-bottom: 1px solid #dcdcdc;	/*メニュー下の線の幅、線種、色*/
	border-top: 4px solid #8ec1f5;	/*メニューの上の線の幅、線種、色*/
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	font-weight: bold;
	font-size: 25px;
}
/*コンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
h1.type1 .yaku , h2.type1 .yaku{
	/*文字色*/
	font-size: 14px;	/*文字サイズ*/
	letter-spacing: 0em;	/*文字間隔を少し広げる設定*/
	padding-left: 3px;
		display: block;
}

h1.type1 .yomi , h2.type1 .yomi {

	color: #FF871C;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広げる設定*/
	padding-left: 3px;
}
h1.type1 .yomi:before , h2.type1 .yomi:before {
content: "│";
	font-size: 23px;
}
@media (max-width:480px) {
div p.setsumei{
font-size: 90%;
font-weight: bold;
			padding: 10px;
color: orangered
}
h1.type1 {
	text-align: left;
	margin-top: 0px;
	font-size: 23px;
}
h2.type1 {
	text-align: left;
}
/*コンテンツのh2タグ内のspanタグ設定（色付き文字部分）*/
h1.type1 .yaku, h2.type1 .yaku {
	display: block;
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0em;	/*文字間隔を少し広げる設定*/
	padding-left: 3px;
}
	h1.type1 .yomi , h2.type1 .yomi {
		display: block;
	letter-spacing: 0.1em;	/*文字間隔を少し広げる設定*/
	color: #FF871C;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	padding-left: 3px;
}
.contents-2 .inner {
	padding: 0px;
}
	h1.type1 .yomi:before , h2.type1 .yomi:before {
content: "";
		font-size: 12px;

}
}
.contents .main h1.type1:nth-child(n+2).contents .main h2.type1:nth-child(n+2) {
	margin-top: 30px;
}
.contents-2 .main h1.type1:nth-child(n+2).contents-2 .main h2.type1:nth-child(n+2) {
	margin-top: 30px;
}
/*コンテンツのh3タグの設定*/

/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	float: left;	/*左に回り込み*/
	width: 72%;		/*幅*/
}
/*1カラム時のメインコンテンツ*/
.contents.c1 .main, .contents-2.c1 .main {
	float: none;
	width: auto;
}
a.btn {
	display: block;
	text-decoration: none;
	background: #a21e1e;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d42a2a, #a21e1e);	/*グラデーション*/
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
/*「詳細を見る・応募する」ボタン。マウスオン時。*/
a:hover.btn {
	position: relative;
	top: 1px;
	left: 1px;	/*マウスオン時に少し移動させる設定。*/
	box-shadow: none;	/*ボックスの影を消す設定。*/
	background: linear-gradient(#a21e1e, #d42a2a);	/*グラデーション*/
}
/*アイコン（正社員、アルバイト、パート、未経験可、など）共通*/
.icon {
	display: inline-block;
	margin: 2px;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 5px;		/*ボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
.icon a {
	text-decoration: none;
}
/*アイコン色付き（正社員）*/
.icon.color1 {
	border: 1px solid #a21e1e;	/*枠線の幅、線種、色*/
	background: #d42a2a;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d42a2a, #a21e1e);	/*グラデーション*/
	color: #fff;	/*文字色*/
}
/*アイコン色付き（アルバイト）*/
.icon.color2 {
	border: 1px solid #161995;	/*枠線の幅、線種、色*/
	background: #2b2ebc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2b2ebc, #161995);	/*グラデーション*/
	color: #fff;	/*文字色*/
}
/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1, .option2, .option3, .new {
	font-size: 10px;	/*文字サイズ*/
	text-align: center;
	display: block;
	width: 90px;
	padding-top: 10px;
	position: absolute;
	right: -20px;
	top: -20px;
	transform: rotate(45deg) translate(22px);
}
/*option1*/
.option1 {
	color: #FFF;	/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #333;	/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;	/*文字色*/
	background: #F00;	/*背景色*/
}
/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 24%;		/*幅*/
}
/*1カラム時のサブブロック*/
.contents.c1 .sub {
	display: none;	/*非表示にする設定*/
}
.contents-2.c1 .sub {
	display: none;	/*非表示にする設定*/
}
/*subコンテンツ内のh2タグ設定*/
.sub .box1 h2 {
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 18px;	/*文字サイズ*/
	text-align: center;	/*内容をセンタリング*/
	padding: 20px 3px;		/*ボックス内の余白*/
	border: 2px solid rgba(255,135,28,0.5);	/*メニューの線の幅、線種、色*/
	border-bottom: 2px groove rgba(255,135,28,0.5);
	border-radius: 3px 3px 0px 0px;
	background: url(material/bg_h3.png);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1) inset;
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
	line-height: 130%;
}
.sub .box2 h2 {
	letter-spacing: 0.2em;
	margin-bottom: 0;
	font-size: 18px;	/*文字サイズ*/
	text-align: center;	/*内容をセンタリング*/
	padding: 20px 3px;		/*ボックス内の余白*/
	border: 2px solid rgba(0,167,60,0.5);
	;	/*メニューの線の幅、線種、色*/
	border-bottom: 2px groove rgba(0,167,60,0.5);
	border-radius: 3px 3px 0px 0px;
	background-color: #3491f0;
	line-height: 130%;
	background: url(material/bg_green.png);
	font-weight: bold;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1) inset;
	text-shadow: 0px 2px #fff;	/*テキストの影。右へ、下へ、色。*/
}
/*subコンテンツ内の段落タグ設定*/
/*.sub p {
	margin: 0 !important;
	padding: 10px !important;
}*/
.sub ul.sub-menu p {
	margin: 0 !important;
	padding: 10px !important;
	min-height: 65px
}


.sub ul.sub-menu img.img-p
{
    display: block;
    float: left;
	padding: 5px 5px 5px;

}
#tabs-3 .img-p
{
    display: block;
    float: left;
	padding: 0px 5px 5px 5px;

}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
	list-style-type: none;
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	line-height: 130%;
	border-bottom: 1px solid #595757;/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	/*上下、左右への余白*/
	background: #FFF;	/*背景色*/
/*	background-image: url(mark/yajirushi-green.png);*/
	background-position: 8px 20px;
	background-repeat: no-repeat;
	padding: 15px 23px;
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:visited, .sub ul.submenu li a:hover{
	background-color: #eee;	/*背景色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h2 + ul.submenu {
	border-top: none;
}
/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 3px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	border-radius: 3px;
	box-shadow: 1px 3px 6px -2px #8BA293, 3px 3px 8px rgba(255,255,255,0.8) inset;
}
.sub .box2 {
	overflow: hidden;
	padding: 3px;			/*ボックス内の余白*/
	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	border-radius: 3px;
	box-shadow: 1px 3px 6px -2px #8BA293, 3px 3px 8px rgba(255,255,255,0.8) inset;
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}
/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.sub .list-sub {
	position: relative;
	overflow: hidden;
	border-left: 1px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;	/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
	font-size: 12px;	/*文字サイズ*/
}
.sub .list-sub a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.sub .list-sub a:hover {
	background: #fcf18f;	/*背景色*/
}
.sub ul.submenu li a {
	text-decoration: none;
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
	background-color: #eee;	/*背景色*/
}
/*h4タグ*/
.sub .list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
	font-size: 16px;	/*文字サイズ*/
}
/*段落(p)タグ*/
.sub .list-sub p {
	padding: 0 !important;
}
/*画像*/
.sub .list-sub figure {
	width: 30%;		/*画像の幅*/
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	box-sizing: border-box;
	clear: both;
	text-align: center;
	color: #333;			/*文字色*/
	padding-top: 3px;
	padding-bottom: 15px;
	border-top: solid 3px #0066cc;
	background: url(material/bg_footer03.png)
}
/*copyrightの設定*/
footer small {
	box-sizing: border-box;
	clear: both;
	display: block;
}
/*フッター内のリンク設定*/
footer a {
	box-sizing: border-box;
	color: #333;	/*文字色*/
	text-decoration: none;
}
footer a:hover {
	box-sizing: border-box;/*マウスオン時の文字色*/
}
.li-disc {
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
.footermenu {
	text-align: left;
	margin: 5px auto 5px auto;
	overflow: hidden;
}
.footermenu > ul {
	box-sizing: border-box;
	float: left;
	min-width: 12%;
	border-right: 2px dotted #FFF;	/*列ごとの右側に入る線の設定*/	/*境界線との間にとるスペース*/
	margin-right: 0.5%;
	padding-right: 15px;
	padding-left: 15px;
}

.footermenu > ul li {
	font-size: 90%;
	padding: 5px 0px 5px 0px;
	margin-left: 15px;
	line-height: 120%;
}
.footermenu > ul > li:first-child {
	font-size: 105%;
	font-weight: bold;
	margin: 5px 0px 3px -8px;
	list-style-type: none;
}

.footermenu > ul:last-child {
	border-right: none;
}
.footermenu ul li >ul li {
	font-size: 90%;
	padding: 5px 0px 5px 0px;
	margin-left: 15px;
	line-height: 120%;
}

@media(min-width:1100px) {
.footermenu >ul {
	width: 16.1%;
}
.footermenu >ul :first-child {
	border-left: none;
}
}

@media (min-width:415px) and (max-width:1100px) {
.sub .h2 {
	letter-spacing: 0em;
}
.footermenu {
	box-sizing: border-box;
	width: auto;
	border-left: none;
}
.footermenu >ul, .footermenu >ul:first-child {
	box-sizing: border-box;
	width: 33.3%;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border-bottom: 2px dotted #FFF;
}
.footermenu ul:nth-of-type(3) {
	border-right: none;
}
.footermenu ul:nth-of-type(4), .footermenu ul:nth-of-type(5), .footermenu ul:nth-of-type(6) {
	box-sizing: border-box;
	border-bottom: none;
}
.footermenu ul li.logo {
	list-style-type: none;
	margin-top: 100px;
}
.footermenu ul li.logo img {
	width: 180px;
}
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	/*背景色*/
	background: #595757;
	color: #fff;
}
#copyright a {
	text-decoration: none;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	border: 1px solid #C6DDB0;

	width: 100%;
}
 dl#newinfo {
	
	margin-bottom: 20px;
    margin-top: 5px;
	overflow: auto;
	/*height: 180px;	ボックスの高さ*/
	padding-left: 5px;
}
/*日付設定*/
#newinfo dt {
	float: left;
	width: 7em;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:  120%;
	
}
/*記事設定*/
#newinfo dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 7em;
	line-height: 120%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0px;
}
#new .haikei_b {
	display: block;
	font-size: 120%;
	text-decoration: none;
	padding: 10px 20px 5px 10px;
	background-repeat: no-repeat;
	background-position: 90% center;
	border:solid 1px #ccc;
	margin-bottom: 0px;
	background: #a2dae5;
	color: #000;
	font-weight: normal;
}
#newinfo dd a,#new p.pl20 a {
	text-decoration: none;
		color: #0066CC;
}
#newinfo dd:last-child {
	border-bottom: none;
}
#newinfo dd a:visited {
	color: #7F0D79;
}
#newinfo dd a:hover {
	color: #7F0D79;
	text-decoration: underline;
}
#new .h3 {
	width: 100%;
	font-size: 100%;
	color: #FFF;		/*文字色*/
	background: #006DA6;	/*背景色*/
	padding: 2px 15px;	/*上下、左右への余白*/
	border-bottom: 3px solid #7F0D79;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #FF871C;	/*文字色*/
	padding-top: 15px;
}
.faq dt a {
	color: #FF871C;	/*文字色*/
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}
/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*//*センタリング*/

}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*labelタグを２列表示にする*/
.ta1.cms td label {
	float: left;
	width: 50%;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 10px;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #d57d2a;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;	/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 3px solid #fff;	/*枠線の幅、線種、色*/
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);	/*ボックスの影*/
	margin-bottom: 20px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #fff;	/*背景色*/
	color: #FF871C;		/*文字色*/
}

.page-main .content-box {
	display: block;
	text-align: left;
	font-size: 90%;
	margin-bottom: 10px;
	margin-left: 0.3%;
	margin-right: 0.3%;
	border: 1px solid #C6DDB0;
	padding-top: 0.3%;
	padding-right: 0.3%;
	padding-left: 0.3%;
	padding-bottom: 4px;
	-webkit-border-rader-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset -3px -3px -3px -1px #999;
	box-shadow: inset -3px -3px -3px -1px #999;
	width: 32.7%;
	float: left;
	box-shadow: 0px 0px 2px 2px #eee;
}
.page-main  .content-box h2, .page-main .content-box h3 {
	margin: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.haikei_b {
	background: #006DA6;
}
/*.page-main .content-box h2 a:link, .page-main .content-box h3 a:link {
	display: block;
	margin: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/responsive/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	border-radius: 3px;
	border: #006DA6;
	border-style: solid;
	border-width: 1px;
	font-size: 130%;
	color: #FFF;
}



.page-main .content-box h2 a:hover, .page-main .content-box h3 a:hover {
	text-decoration: none;
	opacity: .6;
}
.page-main .content-box h2 a:visited, .page-main .content-box h3 a:visited {
	color: #FFF;
	background: #82C9C3;
	background-image: url(../images/responsive/arrow_right_p.png);
	text-shadow: -2px 4px 0 rgba(0,0,0,0.3);
}*/
#main .content-box h2, #main .content-box h3 {
	margin-bottom: 8px;
	margin-top: 2px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_top .content-box h2, #main_top .content-box h3 {
	margin: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .content-box h2 a:link, #main .content-box h3 a:link {
	display: block;
	background-color: #008E82;
	margin: 0px;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/responsive/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	border-radius: 3px;
	border: #006DA6;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
	line-height: 120%;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/

.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;

	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e5e5e5;
	padding: 5px 10px;
	border-radius: 4px;
}
.mb15, .mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc{
	padding: 0em 25px 15px;
	list-style: disc;
}
ul.disc li{
	padding-bottom: 15px;
	line-height: 120%;
	word-break: break-all;
}
.color1, .color1 a {
	color: #a21e1e;
}
.bg1 {
	background: #f6f5f2;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.big1 {
	font-size: 20px;
}
.sub .big1 {
	font-size: 100%;
}
.mini1 {
	font-size: 11px;
	display: inline-block;
	line-height: 1.5;
}
.sh {
	display: none;
}
.sh-info1 {
	display: none;
}
.date {
	text-align: right;
	color: #999;
	font-size: 12px;
}
	.pc_block{
		display: block;
	}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
.sh {
	display: block;
}
.sh-info1 {
	display: block;
	max-width: 350px;
}
.pc {
	display: none;
}
	.pc_block{
		display: contents;
	}
	/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*section#new h2.open {
	background: #000 url(tp_shop8_green02/images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #000 url(tp_shop8_green02/images/btn_plus.png) no-repeat right center/34px 34px;
}*/
#new{
	margin-left: 0.5%;
	width: 99%;
	font-size: 90%;
	margin-bottom: 20px;
	border-bottom: #CCC 1px solid;
}
	
/*ブロック全体の設定*/

dl#newinfo{

	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom:5px;
	padding-left: 0px;
}
/*日付設定*/
#newinfo dt {
	float: none;
	width: auto;
	padding-top: 1px;
	padding-bottom: 0px;
}
/*記事設定*/
#newinfo dd {
	padding: 0px;
	padding-bottom: 3px;
	margin-left: 0px;
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
}
.nyuryoku {
	border: 1px #333 solid;
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
}
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
#contact {
	display: none;
}
/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*メニュー１個あたりの設定*/
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 50%;		/*メニュー幅*/
}
#menubar-s li a {
	display: block;
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 0;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
	border-right: 1px solid #dcdcdc;	/*右線の幅、線種、色*/
}
/*偶数番目のメニューの右側の線を消す*/
#menubar-s li:nth-child(even) a {
	border-right: none;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 28px;		/*上から28pxの場所に配置*/
	right: 5%;		/*右から5%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
	background: #fff;		/*背景色*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #333;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;			/*バー同士の余白*/
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: 50%;		/*半分の幅にする*/
	float: left;	/*左に回り込み*/
}
/*偶数番目のメニューの左のラインを消す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: none;
}
/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*画像*/
.sub .list-sub figure {
	width: 20%;		/*画像の幅*/
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h2:before {
	float: right;	/*右に回り込み*/
	margin-top: 4px;
	font-size: 18px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
	border-radius: 50%;	/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1) inset;	/*内側への影*/
}
/*プラスアイコンの文字*/
section#new h2.close:before {
	content: "＋";
}
/*マイナスアイコンの文字*/
section#new h2.open:before {
	content: "−";
}
/*その他
---------------------------------------------------------------------------*/
body.s-n .sub, body.s-n #footermenu, .m-n {
	display: none;
}
.fl-half {
	float: left;
	width: 45%;
	margin-left: 3%;
}
}

/*@media (min-width:481px) and (max-width:800px) {*/
@media (max-width:800px) {
#tabs-1 {
	margin-top: 0px;
}
div.contents-2 {
	clear: both;
	overflow: hidden;
	padding: 20px 5px 10px 5px;	/*上下、左右に空けるボックス内の余白*/
	font-size: 110%;
	line-height: 130%;
}

#menubar-sp {
	display: block;
}
#menubar-sp #tabs .menu01 {
	display: block;
	text-align: center;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFF;
}
#menubar-sp #tabs .menu01 a {
	width: 100%;
	height: 45px;
	padding-top: 10px;
	background-image: url(material/ico_menu-g2.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 120%;
}
#menubar-sp #tabs .menu02 {
	display: block;
	text-align: center;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFF;
	font-size: 120%;
}
#menubar-sp #tabs .menu02 a {
	width: 100%;
	background-image: url(material/ico_search-g2.png);
	background-repeat: no-repeat;
	color: #FFF;
}
#menubar-sp #tabs .menu03 {
	display: block;
	width: 33.3%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFF;
}
#menubar-sp #tabs .menu03 a {
	width: 100%;
	height: 45px;
	background-image: url(material/ico_know-g2.png);
	background-repeat: no-repeat;
	font-size: 120%;
	color: #FFF;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#tabs-3  ul.sub-menu{
	margin-left: 0px;
}
.sub ul.sub_menu lo {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#menu {
	width: 100%;
	margin: 0px;
	border-bottom: none;
}
.main_menu {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 1px;
	border-radius: 3px;
	color: #595757;
	border-radius: 0px;
}
.sub .main_menu {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	width: 100%;
	border: none;
	margin-bottom: 0px;
	border-radius: 0px;
	color: #595757;
}
.sub ul.sub-menu {
	font-size: 110%;
	font-weight: bold;

	cursor: pointer;
	width: 100%;

	margin-bottom: 1px;
	border-radius: 3px;
	color: #595757;
}

.sub ul.sub-menu li .main_menu.blue  {
	font-size: 110%;
	cursor: pointer;
	width: 100%;
	line-height: 160%;
}
.sub .sub_menu>li {
	line-height: 130%;
	width: 100%;
	margin: 0px;
}
/*.sub_menu>li {
	line-height: 130%;
	padding: 8px 10px;
	width: 100%;
	margin: 0px;
}*/
#tabs-1 .sub_menu>li,#tabs-3 .sub_menu>li {
	line-height: 130%;
	padding: 8px 0px;
	width: 100%;
	margin: 0px;
		text-decoration:none;
}
	
	#tabs-1 .sub_menu li ul{
	line-height: 130%;
	padding:0px 2px 0px 0px;
	width: 100%;
	margin: 0px;

}
		#tabs-1 .sub_menu li ul li{
	line-height: 130%;
	padding: 10px 2px 10px 0px;
	width: 100%;
	margin: 0px;
	list-style: disc;

}
			#tabs-1 .sub_menu li ul li:last-of-type{

	padding: 10px 2px 0px 0px;

	

}
#tabs-1 .sub_menu li ol li{
line-height: 180%;
}
	#tabs-1 ul.sub_menu {
	margin-left: 25px;
	padding-left:0px;
	list-style: disc;
}
	#tabs-1 ul.sub_menu  li a.ml-25{
	list-style: none!important;
		margin-left: -20px;
		
	}
	
	#tabs-1 ul.sub_menu li.me2{
		list-style: none;
		font-weight: bold;

	
	}
	#tabs-1 ul.sub_menu li.me2 a h3{
		border-top:1px solid #ccc;
		padding-top: 10px;
	}
	
	
.sub_menu li a {
	background: #FFF;
	display: block;


}
.menu01 a:link, .menu02 a:link, .menu03 a:link {
	background: #3491f0;
}

#tabs-2 {
padding-left: 10px;
}
	#tabs-2 p{
		
		line-height: 130%;
	}
#tabs-3 dl dt {
	font-weight: bold;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 10px;
}
#tabs-3 dl dt:first-child {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}
#tabs-3 dl dd {
	margin-left: 20px;
	line-height: 120%;
}
#tabs-3 ul.sub-menu {
	margin-left: 0px;
}

	#tabs-3 a .button-green{

		text-decoration: none;
	}	
div.main div.tabs >ul li {
	margin-left: 5px;
	list-style: disc;
}
div.main div.tabs ul li .dl-table dl {
	padding: 0px;
	margin: 0px!important;
	font-weight: normal!important;
	font-size: 100%;
}
div.main div.tabs ul li div.main_menu {
	margin: 0px!important;
	width: 100%;
	font-weight: normal!important;
	list-style: none!important;
	line-height: 120%;
	font-size: 110%;
	background-color: #d0ecff;
	background-color: #F1E9C9;
	background-image: url(material/yajirushi-b.png);
	background-position: 5px 15px;
	background-repeat: no-repeat;
	padding-left: 25px;
	border: 1px #595757 solid;
	border-radius: 0px;
}
div.main div.tabs ul li div.main_menu:before {
	color: blue;
	content: "";
	background-image: url(material/yajirushi-b.png);
	top: 3px;
}
div.tabs div.sub_menu div.dl-table dl {
	border-left: 1px solid #6e544a;
	border: none;
}
div.main div.tabs ul li div.sub_menu div.dl-table dl dt {
	border-left: 1px solid #6e544a;
	border-right: 1px solid #6e544a;
	text-align: left;
	padding-left: 10px;
}
div.tabs div.sub_menu div.dl-table dl dd {
	border-left: 1px solid #6e544a;
	border-right: 1px solid #6e544a;
	border-bottom: 1px solid #6e544a;
	text-align: left;
	padding-left: 20px;
}
}

@media (min-width:481px) and (max-width:800px) {
	
	#menubar-sp #tabs .menu01 {

	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menubar-sp #tabs .menu01 a {
	width: 100%;
	height: 45px;
	padding-top: 10px;
	background-position: 15% 7px;
	letter-spacing: 5px;
		padding-left: 35px;
	}
#menubar-sp #tabs .menu02 {

	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menubar-sp #tabs .menu02 a {
	width: 100%;
	height: 45px;
	background-position: 15% 7px;
		letter-spacing: 25px;
		padding-left: 45px;
}
#menubar-sp #tabs .menu03 {
	text-align: center;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menubar-sp #tabs .menu03 a {
	width: 100%;
	height: 45px;
	background-position: 13% 7px;
	letter-spacing: 10px;
	text-align: center;
	padding-left: 25px;
	padding-right: 0px;
	margin-right: 0px;
}
div.main div.tabs ul li div.main_menu {
	margin: 0px!important;
	width: 100%;
	font-weight: normal!important;
	list-style: none!important;
	line-height: 120%;
	font-size: 100%;
	background-color: #d0ecff;
	background-color: #F1E9C9;
	background-image: url(material/yajirushi-b.png);
	background-position: 5px 15px;
	background-repeat: no-repeat;
	padding-left: 25px;
	border: 1px #595757 solid;
	border-radius: 0px;
}
.contents {
	clear: both;
	overflow: hidden;
	padding: 20px 0px 10px 0px;	/*上下、左右に空けるボックス内の余白*/
}
.contents-2 {
	clear: both;
	overflow: hidden;
	padding: 20px 0px 10px 0px;	/*上下、左右に空けるボックス内の余白*/
}

}

@media (max-width:414px) {
.contents {
	padding: 10px 0px;	/*上下、左右に空けるボックス内の余白*/
}
#menubar-sp #tabs dl {
	padding-top: 10px;
}
#menubar-sp #tabs dl dt {
	line-height: 120%;
	padding-left: 5px;
}
#menubar-sp #tabs dl dd {
	padding-left: 0px;
	margin-left: 10px;
}
#tabs-1 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#tabs-2 {
	padding: 10px 0px;
}
#tabs-3 {
	padding: 0px;
}
ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menubar {
	display: none;
}
/*ヘッダー右側の電話番号ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を非表示にする*/
#contact {
	display: none;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, .sub {
	float: none;
	width: auto;
}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: 50%;		/*半分の幅にする*/
	float: left;	/*左に回り込み*/
}
/*偶数番目のメニューの左のラインを消す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: none;
}
/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*画像*/
.sub .list-sub figure {
	width: 20%;		/*画像の幅*/
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*アイコン*/
section#new h2:before {
	float: right;	/*右に回り込み*/
	margin-top: 4px;
	font-size: 18px;	/*文字サイズ*/
	background: #fff;	/*背景色*/
	border-radius: 50%;	/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;	/*文字をセンタリング*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	box-shadow: 1px 1px 6px rgba(0,0,0,0.1) inset;	/*内側への影*/
}
/*プラスアイコンの文字*/
section#new h2.close:before {
	content: "＋";
}
/*マイナスアイコンの文字*/
section#new h2.open:before {
	content: "−";
}
/*その他
---------------------------------------------------------------------------*/
body.s-n .sub, body.s-n #footermenu, .m-n {
	display: none;
}
.fl-half {
	float: left;
	width: 45%;
	margin-left: 3%;
}
#site-position {
	display: none;
}
.inner {
	padding: 0;
}
/*全体の設定
---------------------------------------------------------------------------*/
header .inner {
	width: auto;
	height: 40px;
}
header {
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
	height: 40px;	/*高さ*/
	position: relative;
	margin-top: 0px;
}
header .header-area {
	display: block;
}
.search {
	color: #FFF;		/*文字色*/
	text-align: center;
	font-size: 110%;
	background: #333;
	width: 33%;
	height: 60px;
	margin-bottom: 10px;
	float: left;
	margin-top: 60px;
	margin-left: 1px;
}
.search a {
	padding-top: 10px;
	height: 60px;
	text-decoration: none;
	color: #FFF;		/*文字色*/
	display: block;
}
.search a:hover {
	color: #FFF;			/*文字色*/
	background: #3491f0;
}
/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	box-shadow: none;
	border-bottom: 1px solid #dcdcdc;	/*下の線の幅、線種、色*/
}
/*左側（小さい端末だと上に位置するボタン）のボタン「職種で検索」*/
#mainimg #btn_job1 {
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 45%;	/*メイン画像に対して下から45%の場所に配置*/
	width: 50%;
	;	/*画像幅*/
}
/*右側（小さい端末だと下に位置するボタン）のボタン「勤務地で検索」*/
#mainimg #btn_job2 {
	left: 10%;		/*メイン画像に対して左から10%の場所に配置*/
	bottom: 10%;	/*メイン画像に対して下から10%の場所に配置*/
	width: 50%;	/*画像幅*/
}
/*コンテンツ
---------------------------------------------------------------------------*/

/*コンテンツのh2タグの設定*/

a.btn {
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: normal;
}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	width: auto;
	float: none;
}
/*偶数番目のメニューの左のラインを戻す設定*/
.sub ul.submenu li:nth-child(even) a {
	border-left: 1px solid #ccc;
}
/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
.sub ul.submenu li a {
	padding: 10px;	/*メニュー内の余白*/
	background-image: none;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}
/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}
/*その他
---------------------------------------------------------------------------*/
.ws, .wl {
	width: 94%;
}
.big1 {
	font-size: 16px;
}
img.fr, img.fl {
	float: none;
	margin: 0;
	width: 100%;
}
.fl-half {
	float: none;
	width: 100%;
	margin-left: 0;
}
}

@media (max-width:414px) {
.footermenu {
	box-sizing: border-box;
	width: auto;
	border-left: none;
}
.footermenu ul li.logo {
	list-style-type: none;
	margin-top: 30px;
	text-align: right;
}
.footermenu ul li.logo img {
	width: 105px;
	height: auto;
}
.menu01 a:hover, .menu02 a:hover, .menu03 a:hover {
	color: #336699;
	opacity: 1;
}
.footermenu >ul, .footermenu >ul:first-child {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0px;
	border-bottom: 1px dashed #FFF;
	border-right: none;
	padding-left: 20px;
}
.footermenu >ul.report {

	border-bottom:none;

}
		

.footermenu ul:nth-of-type(6) {
	box-sizing: border-box;
	border-bottom: none;
}
#menubar-sp {
	display: block;
}
#menu {
	width: 100%;
	margin: 0px;
	border: 1px solid #e5e4e6;
	border-bottom: none;
}
.menu01 a:link, .menu02 a:link, .menu03 a:link {
	background: #3491f0;
}
.main_menu {
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px;
	margin: -1px 0 0 -1px;
	cursor: pointer;
	width: 100%;
}
}

/*iphone6sプラス・iphone7 （width 414px）グローバルナビゲーション部分*/
@media (min-width:414px) and (max-width:700px) {
.contents, .contents-2 {
	padding: 10px 0px 10px 0px;	/*上下、左右に空けるボックス内の余白*/
}
#menubar-sp #tabs .menu01 {
}
#menubar-sp #tabs .menu01 a {
	background-position: 10% 7px;
	padding-left: 55px;
	height: 45px;
}
#menubar-sp #tabs .menu02 {
	letter-spacing: 0.3em;
}
#menubar-sp #tabs .menu02 a {
	background-position: 10% 7px;
	padding-left: 50px;
		letter-spacing: 0.3em;
	height: 45px;
}
#menubar-sp #tabs .menu03 {
	text-align: center;
}
#menubar-sp #tabs .menu03 a {
	background-position: 6% 7px;
	padding-left: 40px;
	margin-right: 0px;
	height: 45px;
}
}

@media (min-width:375px) and (max-width:413px) {
#menubar-sp #tabs {
	font-size: 100%;
}
#menubar-sp #tabs .menu01 {
	display: block;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	color: #595757;
}
#menubar-sp #tabs .menu01 a {
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 25px;
	padding-top: 10px;
	padding-left: 25px;
	height: 45px;
}
#menubar-sp #tabs .menu02 {
	display: block;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menubar-sp #tabs .menu02 a {
		letter-spacing: 0.3em;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 25px;
	padding-left: 35px;
	padding-top: 10px;
	height: 45px;

}
#menubar-sp #tabs .menu03 {
	display: block;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #595757;
}
#menubar-sp #tabs .menu03 a {
	padding: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-size: 25px;
	padding-left: 32px;
	padding-top: 10px;
	height: 45px;
}
}

@media (min-width:350px) and (max-width:374px) {
.contents, .contents-2 {
	padding: 0px;	/*上下、左右に空けるボックス内の余白*/
}
	.contents {
		margin-top: 5px;
	}
#menubar-sp #tabs {
	font-size: 90%;
}
#menubar-sp #tabs .menu01 {
	display: block;
	font-size: 105%;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	color: #595757;
}
#menubar-sp #tabs .menu01 a {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 12px 7px;
	background-size: 20px;
	padding-top: 6px;
	height: 35px;
	padding-left: 34px;
}
#menubar-sp #tabs .menu02 {
	display: block;
	text-align: center;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}
#menubar-sp #tabs .menu02 a {
	padding: 0px;
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-position: 10px 7px;
	background-size: 20px;
	padding-left: 28px;
	padding-top: 8px;
	height: 35px;	letter-spacing: 13px;
}
#menubar-sp #tabs .menu03 {
	display: block;
	text-align: center;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #595757;
}
#menubar-sp #tabs .menu03 a {
	padding: 0px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-position: 8px 7px;
	background-size: 20px;
	padding-left: 21px;
	padding-top: 8px;
	height: 35px;
}
}
@media (max-width:349px) {
.contents, .contents-2 {
	padding: 0px;	/*上下、左右に空けるボックス内の余白*/
}
#menubar-sp #tabs {
	font-size: 90%;
}
#menubar-sp #tabs .menu01 {
	display: block;
	font-size: 105%;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	color: #595757;
}
#menubar-sp #tabs .menu01 a {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 8px 7px;
	background-size: 20px;
	padding-top: 5px;
	height: 35px;
	padding-left: 35px;
}
#menubar-sp #tabs .menu02 {
	display: block;
	text-align: center;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}
#menubar-sp #tabs .menu02 a {
	padding: 0px;
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-position: 10px 7px;
	background-size: 20px;
	padding-left: 23px;
	padding-top: 7px;
	height: 35px;
		letter-spacing: 0.3em;
}
#menubar-sp #tabs .menu03 {
	display: block;
	text-align: center;
	width: 33%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #595757;
}
#menubar-sp #tabs .menu03 a {
	padding: 0px;
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-position: 3px 7px;
	background-size: 20px;
	padding-left: 21px;
	padding-top: 7px;
	height: 35px;
}
}
select {
	width: 100%;
	height: auto;
	font-size: 20px;
}
.m05 {
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.mt0 {
	margin-top: 0px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt-10 {
	margin-top: -10px;
}
.mt-20 {
	margin-top: -20px;
}
.mt-30 {
	margin-top: -30px;
}
.mt-40 {
	margin-top: -40px;
}
.mt-50 {
	margin-top: -50px;
}
.mt-60 {
	margin-top: -60px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb-10 {
	margin-bottom: -10px;
}
.mb-20 {
	margin-bottom: -20px;
}
.mb-30 {
	margin-bottom: -30px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb6 {
	margin-bottom: 6px;
}
.mb7 {
	margin-bottom: 7px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb9 {
	margin-bottom: 9px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb12 {
	margin-bottom: 12px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb18 {
	margin-bottom: 18px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml-20 {
	margin-left: -20px;
}

.ml0 {
	margin-left: 0px;
}

.ml5 {
	margin-left: 5px;
}
.ml7 {
	margin-left: 7px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml35 {
	margin-left: 35px;
}
.ml35_sp {
	margin-left: 35px;
}
.ml45_sp {
	margin-left: 45px;
}
.ml55_sp {
	margin-left: 55px;
}

@media (max-width:480px) {
.gray1:before{
	color:#D57D2A;
	font-size: 140%;
font-family: "Font Awesome 5 free";
content:'\f25a';
	font-weight: 400;
	display: block;
	text-align: center;
	height: 100%;
	padding-top: 20px;
	
}
	.w100_m{
   float: none!important;
   width: 100% !important;
   margin-right: 0px;
   margin-left: 0px;
   text-align: left;
   	clear: both!important;
 }

.ml35_sp {
	margin-left: 0px;
}
.ml45_sp {
	margin-left: 0px;
}
.ml55_sp {
	margin-left: 10px;
}
.mt20_sp {
	margin-top: 20px;
}
}
.mr5 {
	margin-right: 5px;
}
.mr7 {
	margin-right: 7px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
/*
=========================================================
padding
=========================================================
*/
.pt0 {
	padding-top: 0px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt27 {
	padding-top: 27px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl20_m {
	padding-left: 20px;
}
.pl100 {
	padding-left: 100px;
}
.pl110 {
	padding-left: 110px;
}
.pl120 {
	padding-left: 120px;
}
.pl130 {
	padding-left: 130px;
}
.ps10 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.ps15 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.ps20 {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.p10{
	padding: 10px;
}
/*
=========================================================
line-height
=========================================================
*/
.lh90 {
	line-height: 90%;
}
.lh100 {
	line-height: 100%;
}
.lh110 {
	line-height: 110%;
}
.lh120 {
	line-height: 120%;
}
.lh130 {
	line-height: 130%;
}
.lh140 {
	line-height: 140%;
}
.lh150 {
	line-height: 150%;
}
.lh160 {
	line-height: 160%;
}
.lh170 {
	line-height: 170%;
}
.lh180 {
	line-height: 180%;
}
.lh190 {
	line-height: 190%;
}
.lh200 {
	line-height: 200%;
}
#tabs-3 ul.lh200 li .g_icon{
	padding-top: 10px!important;
	line-height: 120%;
	display: block;
}
#tabs-3 .g_icon a,
#tabs-3 .pdf_icon a,
#tabs-3 .excel_icon a{
	text-decoration: underline;
}
/*
=========================================================
txt-worp
=========================================================
*/
.no-warp {
	white-space: nowrap;
}
/*
=========================================================
font
=========================================================
*/


.font-60 {
	font-size: 60%;
}
.font-70 {
	font-size: 70%;
}
.font-80 {
	font-size: 80%;
}
.font-85 {
	font-size: 85%;
}
.font-90 {
	font-size: 90%;
}
.font-100 {
	font-size: 100%;
}
.font-110 {
	font-size: 110%;
}
.font-120 {
	font-size: 120%;
}
.font-120_m {
	font-size: 120%;
}
.font-130 {
	font-size: 130%;
}
.font-150 {
	font-size: 150%;
}
.font-150_m {
	font-size: 150%;
}
/*
=========================================================
font-style
=========================================================
*/
.i-bl{
	color: #66BBFF;
	font-size: 12px;
}
.parple {
	color: #93C;
}
.red {
	color: #EC1234;
}
.bl {
	color: #006699;
}
.orange {
	color: #E55D19;
}
.orange2 {
	color: #FFCCCC;
}
.gr {
	color: #2c9269;
}
.gray{color:#595757;
	
}
.gray-2{
	color: #bbb;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.block{
	display: block;
}
.pink{color:#f4c1c2;}

.base-blue
{
	font-weight: bold;
	text-align: left;
	color: #fff;
	background-color: #3381cc;
	margin-top: 15px;
	margin-bottom: 5px;
	padding:10px 10px 10px 20px;
	font-size: 120%;
	border-radius: 3px;
}
.blue{
	    color:#4DA6FF;
}
.blue-1
{
    color: #fff;
    background-color: #0066cb;
}

.blue-2
{
    color: #fff;
    background-color: #0e4681;
}

.blue-3
{
    color: #fff;
    background-color: #3381cc;
}

.blue-4
{
    color: #0e4681;
    background-color: #e0e7f0;
}

/*.green
{
    color: #fff;
    background-color: #6a8119;
}*/

.orange
{
    color: #fff;
    background-color: #d67d2b;
}

.purple
{
    color: #fff;
    background-color: #810d5e;
}

.red
{
    color: #f00;
}
/*
=========================================================
float-etc
=========================================================
*/
#fix-content .ui-bar .kinkyu .back-orange1 img {
	float: left;
	width: 11px;
	height: 29px;
}
.w10 {
	width: 10%;
}
.w12 {
	width: 12%;
}
.w13 {
	width: 13%;
}
.w14 {
	width: 14%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w245 {
	width: 24.5%;
}
.w24 {
	width: 24%;
}
.w24p {
	width: 24.5%;
	float: left;
	margin: 0.25%;
}
.w24p:nth-last-child {
	float: none;
	clear: both;
}

.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w34 {
	width: 34%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w48 {
	width: 48%;
}
.w49 {
	width: 49%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w60_sp100 {
	width: 63%;
	float: left;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w70_sp100 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w99-center {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.w90 {
	width: 90%;
}
.w93 {
	width: 93%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
	box-sizing: border-box;
}
.circle {
	margin-left: 10px;
	padding-left: 10px;
}
.site-link li {
	list-style-type: none;
	width: 100%;
}
#result .list-wrap ul li ul {
	list-style-position: inside;
	list-style-type: disc;
}
#result .list-wrap .list li {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007BC6;
	border-left-color: #007BC6;
}
#result .title {
	padding: 5px 4.6875%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	background-color: #3380cc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#result .list-wrap {
/*	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);*/
	background: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-color: #3380cc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#result .title_sub {
	margin: 0 0 2px;
	padding: 0 4.6875%;
	color: #0d4680;
	font-weight: bold;
	line-height: 40px;
	display: block;
	background-position: left top;
	background-color: #FEF7E7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007BC6;
	border-left-color: #007BC6;
}
#result li:last-child {
	margin: 0;
}
.v-top_m {
	vertical-align: top;
}
number span {
	color: #588F64;
}

div.contents-2 div.style-2 a{
	text-decoration:none;

}
div.contents-2 .style-2 a div.waku-gray p{

	color: #595757;
	text-decoration: underline;
}
div.contents-2 .style-2 a:hover div.waku-gray{
		opacity: 0.6;

}
.sitename{
	margin-bottom: 20px;
}
@media(max-width:800px) {
		.sitename{
		display: none;
	}
.w4_tm {
	width: 4%;
}
.w16_tm {
	width: 16%;
}
.st_block {
	display: block;
}
div.contents-2 .style-1 a:hover .content-box {
	opacity: 0.6;
}
	.pt0_m{
		padding-top: 0px!important;
	}
}

@media(max-width:480px) {
.pl20_m {
	padding-left: 0px;
}
	.w60_sp100 {
	width: 100%;
		float: none;
}
	.font-120_m {
	font-size: 100%;
}
		.font-150_m {
	font-size: 120%;
}
	.mt0_m{
			margin-top: 0px!important;
	}
	.sitename{
		display: none;
	}
	.font-90_m{
	font-size: 90%;
}
		.font-80_m{
	font-size: 80%;
}
.w24p {
	width: 49%;
	float: left;
	margin: 0.25%;
}
.w10_m {
	width: 10%;
}
.w20_m {
	width: 20%;
}
.w25_m {
	width: 25%;
}
.w30_m {
	width: 30%;
}
.w40_m {
	width: 40%;
}
.w45_m {
	width: 45%;
}
.w50_m {
	width: 50%;
}
.w60_m {
	width: 60%;
}
.w70_sp100 {
	width: 100%;
}
table.ta1 th.w10_m, table.ta2 th.w10_m, table.ta2 td.w10_m {
	width: 10%;
	word-break: break-all;
}
table.ta1 td.w45_m {
	width: 45%;
}
table.ta2 td.w40_m {
	width: 40%;
}
}
div.contents-2 .style-1  a:visited .content-box h3.bg_main{
		color:#6A2A77!important;
		color:#3491f0!important;
}
div.contents-2 .style-1  a:visited .content-box p{
		color:#595757!important;
}

div.contents-2 .style-1 a:hover .content-box div h3.bg_main{
			color:#6A2A77!important;
}
div.contents-2 .style-1 a:hover .content-box p{
		color:#595757!important;
}
