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

/*english*/

/*---------- 481 < start ----------*/
@media screen and (min-width:481px) { 
	
	/*main ==========*/
	/* #main {
		display: block;
		width: 100%;
		margin-bottom: 0;/*170719-*/
	
	/*slide*/
	/*トップページにはサイドバーはありません*/
	
	/*box01*/
	.box01 {
		display: block;
		width:1005px;
		margin: 0 auto;
	}
	.box01 .left a {
		display: block;
		margin-bottom: 11px;
	}
	
	/*box01 info_orien 1707追加*/
	/*/infoトップ参考*/
	.box01 .info_orien {
	}
	.box01 .info_orien ul li {
		display: block;
		width: auto;
		height: auto;
		margin: 11px 0 6px;
		padding: 0px 0 0px 5px;
		border-bottom: dotted #4e4e4e 1px;
	}
	.box01 .info_orien ul li:last-child {
		border-bottom:none;
	}
	.box01 .info_orien ul li span.label {
		float: left;
		vertical-align: middle;
		width: 82px;/*92*/
		background-color: #878787;
		text-align: center;
		padding: 5px;
		margin-right: 20px;
		font-weight: bold;
		color:#FFF;
		line-height: 1;
		text-decoration: none;
		border-radius: 4px;
	}
	.box01 .info_orien ul li span.label.taiken {
		background-color: #f6a810;
	}
	.box01 .info_orien ul li span.label.setsumei {
		background-color: #02aff1;
	}
		.box01 .info_orien ul li span.label.net {
		background-color: #ee5162;
	}
	
	
	#main .box01 .info_orien ul li p {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 3px 0 0 0;
		padding: 0 0 0 0;
		color:#4e4e4e;
		text-decoration: underline;
		line-height: 1.4;
		overflow: hidden;
		font-size: 90%;
	}
	
	/*box_data*/
	.box_data {
		width:465px;
		padding: 5px 10px;
		margin: 0px 0px 10px 0px;
		border:solid #42b70d 3px;
		border-radius: 4px;
		background-color: #f1fce3;
	}
	.box_data ul li {
		float:left;
		width:29%;
		margin: 4px 2% 6px;
		text-align: center;
		line-height: 1;
		vertical-align: middle;
	}
	.box_data .text_result {
		display: table-cell;
		width:132px;
		height: 29px;
		border:solid #42b70d 2px;
		background-color: #FFF;
		border-radius: 4px;
		text-align: center;
		vertical-align: middle;
		line-height: 1;
	}
	.box_data ul li a img {
		margin-top: 5px;
	}
	
	/*box_tokuchou*/
	.box_tokuchou {
		clear: both;
		display: block;
		width: 100%;
		height: auto;
		background-color: #42b70d;
		margin:15px auto 0;
		text-align: center;
		padding: 60px 0 60px;
		overflow: hidden;
	}
	.box_tokuchou .inner {
		display: block;
		width:1005px;
		margin: 0 auto;
	}
	.box_tokuchou h1 {
		display: block;
		margin-bottom: 75px;
	}
	.box_tokuchou ul {
		display: block;
		width:1050px;
		margin: 60px auto;
		clear: both;
		overflow: hidden;
	}
	.box_tokuchou ul li {
		float: left;
		width: 300px;
		height: 450px;/*170719-410-*/
		margin-right: 30px;
		text-align: left;
		position: relative;
	}

	.box_tokuchou ul li:first-child{
		margin-left: 20px;		
	}

	.box_tokuchou ul li:last-child {
		margin-right: 0;
	}
	.box_tokuchou ul li img.num {
		float:left;
		margin-right: 20px;
	}
	.box_tokuchou ul li .text {
		display:block;
		width:240px;
		position: absolute;
		top:0;right:0;
		margin-bottom:30px;
	}
	.box_tokuchou ul li .text h2 {
		font-size: 1.2em;
		font-weight: bold;
		color:#fff600;
		margin-bottom: 5px;
	}
	.box_tokuchou ul li .text p {
		display: block;
		width:100%;
		line-height: 1.5em;
		min-height: 75px;
		color:#FFF;
	}
	.box_tokuchou ul li .image {
		position: absolute;
		bottom: 0;
		left: 2px;
		right: 0;
		margin: 0 auto;
	}
	.box_tokuchou .more {
		clear: both;
		display: block;
		margin-top: 60px;
	}
	
	/*box_koe*/
	.box_koe {
		display: block;
		background-image: url(../images/koe_bg.jpg);
		background-size: cover;
		padding: 60px 0 60px;
	}
	.box_koe h1 {
		text-align: center;
		margin-bottom: 45px;
	}
	.slider_wrap {
		display: block;
		width: 1080px;
		background-color: #FFF;
		border: solid #42b70d 4px;
		border-radius: 4px;
		padding: 0 25px;
		margin: auto;
	}
	
	/*===== slider start */
	/*初期設定*/
	.slider {
		margin: 0 24px;
	}
	.slider-container {
		position: relative;
		display: none;
	}
	.slider-container.initialized, .slider-nav-container.initialized {
		display: block;
	}
	/*/初期設定*/

	.slider-container.initialized {
		display:block;
	}
	.slider {
		margin: 0 24px;
	}
	.slick-list {
		margin-right: -12px;  /* ガター分ネガティブマージン */
	}
	.slider-arrow {
		position: absolute;
		top: 50%;
		height: 25px;
		margin-top: -18px;  /* 高さの半分だけネガティブマージン */
		color: #50be1e;
		line-height: 25px;
		font-size: 25px;
		font-weight: bold;
		cursor: pointer;
		z-index: 20;  /* 重要 */
	}
	.slider-prev {
		left: 0;
	}
	.slider-next {
		right: 0;
	}
	.slick-slide {
		margin-right: 12px;  /* ガター */
	}
	.slick-slide {
		padding: 1.5em 0;
		color: #fff;
		text-align: center;
		font-size: 1.1em;
		outline: 0;
		width: 244px;
		height: 229px;
	}
	.slick-slide img {
		text-align: center;
		margin: auto;
	}
	/*===== slider end */
	
	
	/*box02*/
	.box02 {
		display:block;
		width: 1090px;
		background-color: #FFF;
		padding: 40px 0 40px;
		margin: 0 auto;
	}
	.box02 .info {
		display: block;
		float: left;
		width:499px;
	}
	.box02 .info li {display:block;margin:1em 1em;}
	.box02 .info .date {color:#42b70d;padding-right:1em;}
	.box02 .right {
		display: block;
		float: right;
		width:540px;
	}
	.box02 .right a:first-child {
		margin-bottom: 20px;
	}
	.box02 .right a:nth-child(2) {
	}
	.box02 .right a:last-child {
		margin-left: 15px;
	}
	/*アイコン付きの見出し*/
	article  .title {
		padding: 15px 0;
		margin-bottom: 45px;
		border-top:solid #42b70d 4px;
		border-bottom:solid #42b70d 4px;
		text-align: center;
		font-size: 135%;/* *1 */
		font-weight: bold;/* *1 */
	}
	article  .title span {
		/*タイトルテキスト*/
		display: inline-block;
		vertical-align: middle;
		line-height: 100%;
		font-size: 135%;/* *1 */
		font-weight: bold;/* *1 */
		margin-right: 15px;
	}
	article  .title img {
		/*イメージ*/
		display: inline-block;
		vertical-align: middle;
		line-height: 100%;
		margin-right: 15px;
	}
}
/*---------- 481 < end ----------*/

/*---------- 480 > start ----------*/
@media screen and (max-width:480px) {
	
	/*main ==========*/
	/* #main {
		display: block;
	} */
	
	/*slide*/
	#slide {
		display: block;
		width:auto;
		margin: 0 10px 45px;
	}
	
	/*box01*/
	.box01 {
		display: block;
		width:auto;
		margin: 0 10px;
	}
	.box01 .left a {
		display: block;
		width: 100%;
		margin-bottom: 11px;
	}
	.box01 .left a img {
		width: auto;
	}
	
	/*box01 info_orien 1707追加*/
	/*/infoトップ参考*/
	.box01 .info_orien {
	}
	.box01 .info_orien ul li {
		display: block;
		width: auto;
		height: auto;
		margin: 11px 0 6px;
		padding: 0px 0 0px 5px;
		border-bottom: dotted #4e4e4e 1px;
	}
	.box01 .info_orien ul li:last-child {
		border-bottom:none;
	}
	.box01 .info_orien ul li span.label {
		float: left;
		vertical-align: middle;
		width: 82px;/*92*/
		background-color: #878787;
		text-align: center;
		padding: 5px;
		margin-right: 10px;
		font-weight: bold;
		color:#FFF;
		line-height: 1;
		text-decoration: none;
		border-radius: 4px;
	}
	.box01 .info_orien ul li span.label.taiken {
		background-color: #f6a810;
	}
	.box01 .info_orien ul li span.label.setsumei {
		background-color: #02aff1;
	}
	#main .box01 .info_orien ul li p {
		display: inline;
		width: auto;
		height: auto;
		margin: 3px 0 0 0;
		padding: 0 0 0 0;
		color:#4e4e4e;
		text-decoration: underline;
		line-height: 1.4;
		overflow: hidden;
		font-size: 90%;
	}
	
	/*box_data*/
	.box_data {
		display: block;
		overflow: hidden;
		width:auto;
		padding: 5px 10px;
		margin: 30px 30px;
		border:solid #42b70d 3px;
		border-radius: 4px;
		background-color: #f1fce3;
	}
	.box_data h1 img {
		width: auto;
	}
	.box_data ul li {
		display:block;
		width:auto;
		margin:  10px 10%;
		text-align: center;
		line-height: 1;
		vertical-align: middle;
	}
	.box_data .text_result {
		display: block;
		width:100%;
		height: 29px;
		margin: 5px auto;
		border:solid #42b70d 2px;
		background-color: #FFF;
		border-radius: 4px;
		text-align: center;
		vertical-align: middle;
		line-height: 29px;
	}
	.box_data .more {
		display: block;
		margin: 25px 0;
	}
	
	/*box_tokuchou*/
	.box_tokuchou {
		clear: both;
		display: block;
		width: 100%;
		height: auto;
		background-color: #42b70d;
		margin:15px auto 0;
		text-align: center;
		padding: 30px 0 30px;
		overflow: hidden;
	}
	.box_tokuchou .inner {
		display: block;
		width:auto;
		margin: 0 auto;
		padding: 0 10px;
	}
	.box_tokuchou h1 {
		display: block;
		margin-bottom: 30px;
	}
	.box_tokuchou iframe {
		width: 100%;
		height: 320px;
		margin: 0;
		padding: 0;
	}
	.box_tokuchou ul {
		display: block;
		width:auto;
		margin: 45px auto 0;
		clear: both;
		overflow: hidden;
	}
	.box_tokuchou ul li {
		display: block;
		width: auto;/*320px*/
		min-height: 400px;/*170719-height*/
		margin: 0 auto 40px;
		text-align: left;
		position: relative;
		padding: 0;
		padding-bottom: 20px;/*170719- p-image space*/
	}
	.box_tokuchou ul li img.num {
		float:left;
		margin-right: 20px;
		margin-left: 10px;/*170719*/
	}
	.box_tokuchou ul li .text {
		display:block;
		/*width:240px;*/
		position: absolute;
		top:0;right:0;
		/*170719*/
		width: auto;
		padding-left: 100px;
	}
	.box_tokuchou ul li .text h2 {
		font-size: 1.2em;
		font-weight: bold;
		color:#fff600;
		margin-bottom: 5px;
		width: 95%;/*170719*/
	}
	.box_tokuchou ul li .text p {
		display: block;
		width:100%;
		line-height: 1.5em;
		min-height: 75px;
		color:#FFF;
	}
	.box_tokuchou ul li .image {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.box_tokuchou .more {
		clear: both;
		display: block;
		margin:0 20px 20px;
	}
	
	/*box_koe*/
	.box_koe {
		display: block;
		background-image: url(../images/koe_bg.jpg);
		background-size: cover;
		padding: 30px 0 40px;
	}
	.box_koe h1 {
		text-align: center;
		margin: 0 0 30px;
	}
	.slider_wrap {
		display: block;
		width: auto;
		background-color: #FFF;
		border: solid #42b70d 4px;
		border-radius: 4px;
		padding: 0 25px;
		margin: auto 10px;
	}
	/*===== slider start */
	/*初期設定*/
	.slider {
		margin: 0 24px;
	}
	.slider-container {
		position: relative;
		display: none;
	}
	.slider-container.initialized, .slider-nav-container.initialized {
		display: block;
	}
	/*/初期設定*/

	.slider-container.initialized {
		display:block;
	}
	.slider {
		margin: 0 24px;
	}
	.slick-list {
		margin-right: -12px;  /* ガター分ネガティブマージン */
	}
	.slider-arrow {
		position: absolute;
		top: 50%;
		height: 25px;
		margin-top: -18px;  /* 高さの半分だけネガティブマージン */
		color: #50be1e;
		line-height: 25px;
		font-size: 25px;
		font-weight: bold;
		cursor: pointer;
		z-index: 10;  /* 重要 */
	}
	.slider-prev {
		left: 0;
	}
	.slider-next {
		right: 0;
	}
	.slick-slide {
		margin-right: 12px;  /* ガター */
	}
	.slick-slide {
		padding: 1.5em 0;
		color: #fff;
		text-align: center;
		font-size: 1.1em;
		outline: 0;
		width: 244px;
		height: 229px;
	}
	.slick-slide img {
		text-align: center;
		margin: auto;
	}
	/*===== slider end */
	
	
	/*box02*/
	.box02 {
		display:block;
		width: auto;
		background-color: #FFF;
		padding: 40px 0 40px;
		margin: 0 auto;
	}	
	.box02 .info {
		display: block;
		width:auto;
		overflow: hidden;
		margin-bottom: 15px;
	}
	#main .box02 .info h1 img {
		max-width: inherit;
		width: 125%;
		height: auto;
		padding-left: 10px;
	}
	.box02 .info li {display:block;margin:1em 1em;}
	.box02 .info .date {color:#42b70d;padding-right:1em;}
	.box02 .right {
		display: block;
		width:auto;
		margin: 10px;
		text-align: center;
	}
	.box02 .right a:first-child {
		display: block;
		margin-bottom: 15px;
	}
	.box02 .right a:nth-child(2) {
		display: block;
		margin-bottom: 15px;
	}
	.box02 .right a:last-child {
		display: block;
		margin-botton: 15px;
	}
	
	
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

	/*アイコン付きの見出し*/
	article.title {
		padding: 15px 0;
		margin-bottom: 45px;
		border-top:solid #42b70d 4px;
		border-bottom:solid #42b70d 4px;
		text-align: center;
		font-size: 135%;/* *1 */
		font-weight: bold;/* *1 */
	}
	article  .title span {
		/*タイトルテキスト*/
		display: inline-block;
		vertical-align: middle;
		line-height: 100%;
		font-size: 135%;/* *1 */
		font-weight: bold;/* *1 */
		margin-right: 15px;
	}
	article .title img {
		/*イメージ*/
		display: inline-block;
		vertical-align: middle;
		line-height: 100%;
		margin-right: 15px;
	}
}
/*---------- 480 > end ----------*/

/* faq elements */
#main > article > div > section > h2 {	/*緑帯タイトル*/
	display: block;
	background-color:#42b70d;
	color:#FFF;
	font-size:165%;
	line-height: 1.25em;
	font-weight: bold;
	padding: 13px 23px;
	border-radius: 4px;
	margin-bottom: 2em;
	margin-top: 3em;
	clear: both;
}
/*.faq_index*/
.faq_index .open_faq .block h2 {
	/*緑帯タイトル*/
	font-size:125%;
	padding: 10px 23px;
}
.faq_index .open_faq .block {
	float:left;
	width: 442px;
	margin: 0 30px 30px;
}
.faq_index .open_faq .block li {
	color:#42b70d;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 18px;
}
.faq_index .open_faq .block li a {
	font-weight: bold;
}

/*.faq_contents*/
.faq_contents {
	display: block;
	clear: both;
	width:auto;
	margin: 0 30px 30px;
}
.faq_contents dl {
	display: block;
	margin-bottom: 60px;
}
.faq_contents dt {
	display: block;
	background-color:#f1fce3;
	font-weight: bold;
	border-radius: 4px;
	clear: both;
}
.faq_contents dt .num {
	display: inline-block;
	background-color:#42b70d;
	color:#FFF;
	font-size: 125%;
	font-weight: bold;
	padding: 13px;
	border-radius: 4px;
}
.faq_contents dt .q {
	padding: 13px;
	font-weight: bold;
	font-size: 125%;
	line-height: 125%;
}
.faq_contents dd {
	display: block;
	margin-top: 15px;
	overflow: hidden;
}
.faq_contents dd .ans {
	font-size: 60px;
	line-height: 1;
	float:left;
	width: 40px;
	font-weight: bold;
	font-family: 'Noto Sans SC', 'Microsoft YaHei','Microsoft JhengHei UI', 'SimSun', 'SimHei', "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#42b70d;
}
.faq_contents dd .text {
	float: right;
	width: 850px;
	font-weight: bold;
	font-size: 100%;
	line-height: 185%;
	margin-top: 20px;
}


/*---------- 481 < start ----------*/
@media screen and (min-width:481px) {
	
	
	
}
/*---------- 481 < end ----------*/

/*---------- 480 > start ----------*/
@media screen and (max-width:480px) {
	
	/*.faq_index*/
	.faq_index .open_faq .block {
		float:none;
		display: block;
		width: auto;
		margin: 0 auto 30px;
	}
	.faq_index .open_faq .block li {
		margin-left: 0;
	}
	.faq_index .open_faq .block li a {
		display: block;
		padding-left: 3em;
		margin-top: -1.6em;
	}
	
	/*.faq_contents*/
	.faq_contents dt {
		position: relative;
	}
	.faq_contents dt .num {
		position: absolute;
		top:0;left:0;
	}
	.faq_contents dt .q {
		display: block;
		padding: 13px 13px 13px 0px;
		margin-left: 75px;
		line-height: 150%;
	}
	.faq_contents dd {
		display: block;
		margin-top: 0px;
	}
	.faq_contents dd .ans {
		margin-left: 0%;
	}
	.faq_contents dd .text {
		display: block;
		width: 95%;
		margin-top: 0px;
		margin-left: 5%;
	}
	

}
/*---------- 480 > end ----------*/
/* end faq elements */
