@charset "UTF-8";

/* -------------------------------------------------

layout

------------------------------------------------- */
a{
 color: #333;
 text-decoration: none;
}
a:hover, a:focus {
 color:	#666;
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}
.bg {
	background: url("../images/bg01.png") repeat-y top center;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
.bg {
	background: url("../images/bg01.png") repeat-y top center;
	background-size:97% auto;
}
}
@media only screen and (max-width: 768px) {
.bg {
	background: url("../images/bg01.png") repeat-y top center;
	background-size:97% auto;
}
}
@media only screen and (min-width: 961px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}


/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}


/* -------------------------------------------------

header

------------------------------------------------- */
header {
	width: 100%;
	background-color: #fff;
	position:relative;
}
.pageHeader {
	position: relative;
	z-index: 2;
}
.is-fixed .pageHeader  {
	padding:0 0 10px;
	position:fixed;
	z-index:10;
	left:0;
	top:0;
	width:100%;
	background:#fff;
	border-bottom:1px solid #ddd;
	box-shadow:0 2px 2px rgba(0,0,0,.1);
	transition: .3s;
}
.h_height {
	height: 88px;
}
.h_box {
	width: 1200px;
	margin: 0 auto;
	position:relative;
}
.logo	{
	position:	absolute;
	width:346px;
	float:left;
	z-index:5;
	margin:13px 0 0;
}
.logo > h1	{
	margin:0;
	padding:0;
}
.logo a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
.is-fixed .h_height02 {
	height: 75px !important;
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
.h_box {
	width: 99%;
	margin: 0 auto;
	position:relative;
	}
.logo	{
	width:282px;
	margin:17px 0 0 0;
}
}
@media screen and (max-width: 960px)  {
.h_height {
	height: 78px;
}
.h_box {
	width: 100%;
	margin: 0;
	position:relative;
	}
.logo	{
		width:282px;
		margin:15px 0 0 10px;
	}
.is-fixed .pageHeader  {
	padding:0px;
}
.is-fixed .logo	{
	position:static;
	padding: 0 0 13px;
}
.is-fixed .h_height02 {
	height: 70px !important;
}
}
@media screen and (max-width: 375px)  {
	.logo	{
		width:232px;
		margin:12px 0 0 10px;
	}
}


/* -------------------------------------------------

	Nav

------------------------------------------------- */
nav	{
}
.nav	{
	padding:0;
 position: relative;
}
.nav ul	{
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.nav ul li	{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	font-weight: 100;
 list-style: none;
	vertical-align:middle;
 position: relative;
	margin: 17px 0;
	font-size: 18px;
	border-right: 1px solid #999;
}
.nav ul li:nth-child(6)	{
	font-size: 16px;
}
.nav ul li a {
	display:block;
 text-decoration: none;
	color: #777;
	position: relative;
	text-align: center;
}
.nav ul li:nth-child(1) a{
	padding:3px 15px 3px 10px;
}
.nav ul li:nth-child(2) a,
.nav ul li:nth-child(3) a,
.nav ul li:nth-child(4) a{
	padding:3px 15px;
}
.nav ul li:nth-child(5) a{
	padding:5px 7px 0px 7px;
	font-family: 'Comfortaa', cursive;
}
.nav ul li:nth-child(6) a{
	padding:6px 5px 3px 5px;
	letter-spacing:-0.05em;
}
.nav ul li a span {
	display:block;
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100 !important;
	line-height: 1.2;
}
.nav ul li:nth-child(5) a span {
	line-height: 0.7;
}
.nav ul li:nth-child(6),
.nav ul li:last-child	{
	border-right:none;
}

/* SNS
================================================== */
.h_SNS {
	width: 85px;
	margin-left: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content:space-between;
}


/* ■■■  ナビゲーション上部固定  ■■■ */

@media screen and (max-width: 960px)  {
.nav {
	display:none;
}
.is-fixed .nav ul	{
	display:none;
}
	
	#toggle {
 display: block;
 color: #fff;
 text-align: center;
 width: 69px;
 height: 69px;
 position: absolute;
 top: 0px;
 right: 0px;
 z-index: 11;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
     -ms-flex-pack: center;
	        justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
     -ms-flex-align: center;
         align-items: center;
}
.trigger {
 position: relative;
 width: 28px;
 height: 19px;
	margin-top: -10px;
}
.trigger::after {
 position: absolute;
 left: -1px;
 bottom: -20px;
 content: 'Menu';
 display: block;
 width: 100%;
 font-size: 11px;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 transition: all .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #666;
}
.trigger.active::after {
 content: 'close';
 left: 0px;
 bottom: -20px;
}
.trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 3px;
 background-color: #666;
 border-radius: 4px;
}
.trigger span:nth-of-type(1) {
 top: 0;
}
.trigger span:nth-of-type(2) {
 top: 8px;
}
.trigger span:nth-of-type(2)::after {
 position: absolute;
 top: 0;
 left: 0;
 content: '';
 width: 100%;
 height: 3px;
 background-color: #666;
 border-radius: 4px;
 -webkit-transition: all .4s;
         transition: all .4s;
}
.trigger span:nth-of-type(3) {
 bottom: 0;
}
.trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(8px) scale(0);
         transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
 -webkit-transform: rotate(90deg);
         transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-8px) scale(0);
         transform: translateY(-8px) scale(0);
}

/* スマホでメニューを開いた際に背景色が画面全体にかかるようにと
フルスクリーンで固定したいので、position: fixed; top: 0; left: 0; を指定 */
.toggleWrap {
 /*background: rgba(234, 234, 234, 1);*/
	/*background-color:rgba(255,255,255,0.9);*/
	background-color:rgba(255,255,255,1);
 padding: 50px 0px 10px 0px;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	z-index: 8;
}
.mainLogo {
 display: block;
	z-index: 20;
	position:absolute;
	top:15px;
	left:10px;
	background:url(../images/logo.png);
 background-size: cover;
 box-sizing: border-box;
	width:282px;
	min-height:44px;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.mainNav {
	margin:27px 0 15px;
}
.mainNav li {
 list-style-type: none;
}
.navItem {
 display: block;
 text-decoration: none;
 color: #3e3e3e;
 border-bottom: 1px solid #ccc;
 text-align: left;
 font-size: 2rem;
}
.navItem:first-child {
 border-top: 1px solid #ccc;
}
.navItem a {
 display: block;
 padding: 15px 10px 15px 30px;
}
.navItem div {
 display: block;
 padding: 15px 10px 15px 30px;
	cursor: pointer;
	margin:0;
}
.navItem p {
 padding:0;
	margin:0;
}
.navItem .mntitle {
	float: left;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 0px;
}
.accordion_icon span {
	position: absolute;
 top: 12px;
 width: 50%;
	height: 2px;
 background-color: #555;
	border-radius: 4px;
	-webkit-border-radius: 4px;
					-ms-border-radius: 4px;
				-moz-border-radius: 4px;
						-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
 top: 12px;
	transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
				-moz-transform: rotate(0deg);
					-ms-transform: rotate(0deg);
    		-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
 top: 12px;
	transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
					-ms-transform: rotate(90deg);
    		-o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 12px;
	transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
					-ms-transform: rotate(180deg);
    		-o-transform: rotate(180deg);

}

.navItem > ul {
 display: block;
	background:#fff;
 padding: 5px 0;
}
.navItem > ul.menu-child {
 display: none;
}
.navItem > ul li a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:1px dotted #ccc;
}
.navItem > ul li:last-child a {
	position: relative;
 display: block;
 padding: 8px  35px;
 font-size: 1.5rem;
	border-bottom:	none;
}
.navItem > ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 27px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
 	       transform: rotate(45deg);
}

/* メニューを閉じる時のスタイル
display:none; を使用せず、opacityを使うとfadeっぽくなる */
.hide {
 opacity: 0;
 visibility: hidden;
 overflow: hidden;
}

/* アニメーションはメニューの開閉時のみでいいので
.toggleWrapに書かず、別にclassを用意 */
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
  overflow: hidden;
}
.scroll	{
 height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}

}
@media screen and (max-width: 375px)  {
.mainLogo {
	top:14px;
	left:10px;
	width:232px;
	min-height:36px;
}
.mainNav {
	margin:27px 0 15px;
}
}


/* -------------------------------------------------

otoiawase

------------------------------------------------- */
.otoiawase_wrp	{
 width: 100%;
	background:#5ab1f0;
}
.otoiawase_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.otoiawase	{
 width: 100%;
	text-align:center;
}
.otoiawase a	{
	display:block;
	color:#fff;
	text-decoration:none;
	vertical-align:middle;
	padding:40px 0;
	background:#5ab1f0;
}
.otoiawase a:hover	{
	display:block;
	background:	#1c8dd3;
}
.oto_txt	{
	font-family: 'Kosugi Maru', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:26px;
	line-height:normal;
	color:#fff;
	padding-top: 6px;
	padding-left: 75px;
	position: relative;
	display:inline-block;
}
.oto_txt::before	{
 position: absolute;
 content: "";
 top: 0;
 left:0;
 width: 100%;
 height: 34px;
 margin-top:3px;
 background: url("../images/icon_mail.png") top left no-repeat;
 background-size: 53px 34px;
}
.oto_txt span	{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
	margin-left:15px;
	line-height: normal;
	vertical-align:middle;
	display: inline-block;
	margin-bottom: 5px;
}
@media screen and (max-width: 640px)  {
.otoiawase a	{
	padding:30px 0;
}
.oto_txt	{
	font-size:20px;
	padding-left: 35px;
}
.oto_txt::before	{
 width: 100%;
 height: 26px;
 margin-top:3px;
 background: url("../images/icon_mail.png") top left no-repeat;
 background-size: 40px 26px;
}
.oto_txt span	{
	font-size:12px;
	margin-left:0px;
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
}
}


/* -------------------------------------------------

footer

------------------------------------------------- */
.f_nav	{
 width: 100%;
}
.f_nav ul	{
	list-style:none;
	display: flex;
	justify-content: space-between;
}
.f_nav ul li	{
	flex: 1;
 line-height:	normal;
	padding: 0px;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;	
	border-left:1px solid #999;
}
.f_nav ul li:nth-child(7) {
	border-right:1px solid #999;
}
.f_nav ul li a {
	color: #fff;
	display:block;
}
.f_nav ul li:nth-child(6) a {
	font-family: 'Comfortaa', cursive;
	padding-top: 5px;
}
.f_nav ul li a:hover {
	text-decoration: underline !important;
}
.f_nav ul li ul.f01 {
	list-style:none;
	display: flex;
	flex-direction: column;
	padding:8px 0 !important;
	border: none;
	margin:0 auto;
}
.f_nav ul li ul.f01 li{
 line-height:	normal;
	font-weight: 100;
 font-size: 14px;
	margin:0px;
	padding: 0;
	border: none;
}
.f_nav ul li ul.f01 li a	{
	margin:3px 0;
	position: relative;
	padding-left: 15px;
	padding-top: 0;
	/*color: #000;*/
}
.f_nav ul li:nth-child(6) ul.f01 li a {
	padding-top: 4px;
	color: #eee;
}
.f_nav ul li ul.f01 li:nth-child(6) a {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*.f_nav ul li ul.f01 li:nth-child(6) a::before {
	content: "";
	background-image: url("../images/mn_tsukiusagi.png");
	background-repeat: no-repeat;
	background-size: 57px 14px;
	width: 57px;
	height: 14px;
	top:4px;
	position: absolute;
}
.f_nav ul li ul.f01 li:nth-child(6) a:hover::before {
	background-image: url("../images/mn_tsukiusagi_lo.png");
}*/
.f_nav ul li ul.f01 li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	width: 5px;
	height: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
									transform: rotate(45deg);
}
@-moz-document url-prefix() {
    .f_nav ul li ul.f01 li a::after {
        top: 6px;
    }
}
.f_nav ul li a.Category2 {
 margin:0 auto;
}

@media screen and (max-width: 898px)  {
.f_nav	{
	padding: 50px 100px 0px;
}
.f_nav ul	{
	justify-content:start;
	flex-flow: column wrap;
}
.f_nav ul li {
	width:100%;
	border: none;
}
.f_nav ul li a {
 text-align:left !important;
	margin-bottom:0px;
}
.f_nav ul li:nth-child(6) a {
	padding-top: 15px !important;
}
.f_nav ul li:nth-child(7) {
	border-right:none;
}
.f_nav ul li ul.f01 {
	display:none;
}
.f_nav ul li a.Category2 {
	width:100%;
	color:#fff;
	display:block;
 text-align:center;
	margin-bottom:0px;
	padding:10px 0;
	border-top:1px solid #999;
	position: relative;
	text-decoration: none;
	margin: 0;
	padding-left: 5px !important;
}
.f_nav ul li:nth-child(8) a.Category2 {
	border-bottom:1px solid #999;
}
.f_nav ul li a.Category2::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-transform: rotate(45deg);
									transform: rotate(45deg);
}
.f_nav ul li a.Category2:hover  {
	background:#333;
	text-decoration: none;
}
}
@media screen and (max-width: 768px)  {
.f_nav	{
	padding: 50px 50px 0px;
}
}
@media screen and (max-width: 480px)  {
.f_nav	{
	padding: 30px 20px 0px;
}
}



footer	{
 width: 100%;
}
.footer_bg	{
 width: 100%;
	background:#4d4d4d;
}
.footer	{
	width: 1200px;
	margin: 0 auto;
	padding:30px 0px;
	position:relative;
}
.footer::after {
 content: "";
 display: block;
 clear: both;
}
.copyright	{
 color: #fff;
	text-align:center;
 padding: 20px 0px;
 font-size: 14px;
	width: 100%;
}
.page_top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	border:1px solid #C0C0C0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	background-color:#4D4D4D;
	background-image: url(../images/pageup.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.page_top a:hover {
	border:1px solid #999;
	background-color:#999;
}

@media screen and (min-width: 899px) and (max-width: 1250px) {
.footer	{
	width: 100%;
	padding:30px 15px;
}
}
@media screen and (max-width: 898px)  {
.footer	{
	width: 100%;
	padding:0px;
}
.footer_bg	{
 width: 100%;
	height:	auto;
}
.copyright	{
 font-size: 12px;
	width:100%;
	padding: 20px 0;
	text-align: center;
}
.page_top {
	position:	static;
	display:	block;
}
.page_top a {
	width: 100%;
	height:	auto;
	display: block;
	border:none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-indent:	inherit;
	background-color:#000;
	background-image:	none;
	text-align:center;
	padding:15px 0;
	color:#fff;
	font-size:14px;
}
.page_top a:hover {
	border:none;
	background-color:#333;
	text-decoration:none;
}
}
@media screen and (max-width: 360px)  {
.copyright	{
 font-size: 11px;
	padding: 20px 10px;
}
}



/* -------------------------------------------------

■■■　2階層　■■■

------------------------------------------------- */

/* -------------------------------------------------

pageimage

------------------------------------------------- */
.pageimage_wrp{
 width: 100%;
	margin:0 auto;
	position:relative;
}
.pageimage_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.pageimage_wrp h2	{
	width:1200px;
	margin:0 auto;
	position:relative;
	text-align:center;
	z-index: 1;
	text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.pi_01 {
 background-image: url(../images/page_img01_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
.pi_02 {
 background-image: url(../images/page_img02_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
.pi_03 {
 background-image: url(../images/page_img03_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
.pi_04 {
 background-image: url(../images/page_img04_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
.pi_05 {
 background-image: url(../images/page_img05_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
.pi_06 {
 background-image: url(../images/page_img06_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
.pi_07 {
 background-image: url(../images/page_img07_pc.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 background-size: cover;
	min-height:380px;
}
@media screen and (max-width: 1199px)  {
.pageimage_wrp h2	{
	width:100%;
}
}
@media screen and (max-width: 768px)  {
.pi_01 {
 background-image: url("../images/page_img01_sp.jpg");
	min-height:243px;
}
.pi_02 {
 background-image: url("../images/page_img02_sp.jpg");
	min-height:243px;
}
.pi_03 {
 background-image: url("../images/page_img03_sp.jpg");
	min-height:243px;
}
.pi_04 {
 background-image: url("../images/page_img04_sp.jpg");
	min-height:243px;
}
.pi_05 {
 background-image: url("../images/page_img05_sp.jpg");
	min-height:243px;
}
.pi_06 {
 background-image: url("../images/page_img06_sp.jpg");
	min-height:243px;
}
.pi_07 {
 background-image: url("../images/page_img07_sp.jpg");
	min-height:243px;
}
}
@media screen and (max-width: 480px)  {
.pi_01,.pi_02,.pi_03,.pi_04,.pi_07 {
	min-height:200px;
}
.pi_05 {
 background-image: url("../images/page_img05_sp02.jpg");
	min-height:200px;
}
.pi_06 {
 background-image: url("../images/page_img06_sp02.jpg");
	min-height:200px;
}
}


/* -------------------------------------------------

Page

------------------------------------------------- */
#page .sec01 {
	padding: 40px 0;
	position: relative;
}
@media screen and (max-width: 898px)  {
#page .sec01 {
	padding: 50px 0;
}
}
@media screen and (max-width: 480px)  {
#page .sec01 {
	padding: 30px 0 50px;
}
}
.p_bg {
	background-color:rgba(255,255,255,0.7);
}


/* -------------------------------------------------

Variety -- 品種紹介

------------------------------------------------- */
.variety_wrp {
 width: 980px;
	margin:0 auto;
	position:relative;
	padding: 35px 40px;
}
.variety_wrp:last-child {
	padding: 35px 40px 80px;
}
.variety_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.variety_wrp h3	{
 width: 100%;
	margin: 0 0 20px;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
}
.variety_wrp h3 .var_name	{
	font-family: 'Kosugi Maru', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	box-sizing: border-box;
	position: relative;
}
.icn_fy00	{
	margin-left: 20px;
}
.icn_fy00 img	{
	background-size: 80px;
	width: 80px;
	height: 80px;
}
.va_pic_box	{
 width: 100%;
 margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
}
.va_pic_box > div	{
	width: calc(50% - 20px);
 margin:0 30px 0 0;
	box-sizing: border-box;
}
.va_pic_box > div:nth-child(2n) {
 margin:0;
}
.va_pic_box02	{
 width: 50%;
 margin: 0 auto;
}
@media screen and (min-width: 1141px) and (max-width: 1200px) {	
.variety_wrp{
 width: 95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1140px) {	
.variety_wrp{
 width: 95%;
}
}
@media screen and (max-width: 898px)  {
.variety_wrp{
 width: 95%;
}
}
@media screen and (max-width: 768px)  {
.variety_wrp{
	padding: 20px;
}
.variety_wrp:last-child {
	padding: 20px 20px 60px;
}
.variety_wrp h3	{
	margin: 0 0 10px;
}
.variety_wrp h3 .var_name	{
	font-size: 36px;
}
.icn_fy00	{
	margin-left: 10px;
}
.icn_fy00 img	{
	background-size: 70px;
	width: 70px;
	height: 70px;
}
}
@media screen and (max-width: 480px)  {
.variety_wrp h3 .var_name	{
	font-size: 32px;
}
.icn_fy00 img	{
	background-size: 60px;
	width: 60px;
	height: 60px;
}
.va_pic_box {
 width: 98%;
 margin: 0 auto;
	display: flex;
	flex-flow: column wrap;
}
.va_pic_box > div	{
	width: 100%;
 margin:0 0 20px;
	box-sizing: border-box;
	position: relative;
}
.va_pic_box > div:nth-child(2n) {
 margin:0 0 20px;
}
.va_pic_box02	{
	width: 100%;
 margin: 0 auto 20px;
}
}

/* 説明文
================================================== */
.va_text_box	{
 width: 100%;
 margin: 30px auto 10px;
	}
.va_text_title	{
	font-family: 'Kosugi Maru', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	position:relative;
	line-height: 1.5;
	margin: 0 0 15px;
}
.va_text	{
	line-height: 1.8;
	font-size: 19px;
	margin: 0 0 30px;
}
.va_text_link	{
	text-align: right;
	font-size: 18px;
	padding-right: 20px;
	position: relative;
}
.va_text_link::after {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #666666;
	pointer-events: none;
}
@media screen and (max-width: 768px)  {
.va_text_box	{
 margin: 20px auto 10px;
}
.va_text_title	{
	font-size: 18px;
	margin: 0 0 10px;
}
.va_text	{
	line-height: 1.5;
	font-size: 15px;
}
.va_text_link	{
	font-size: 16px;
	padding-right: 17px;
}
.va_text_link::after {
	top: 4px;
	right: 5px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #666666;
}
}
@media screen and (max-width: 480px)  {
.va_text_box	{
 margin: 0px auto 10px;
}
.va_text_title	{
	font-size: 18px;
}
.va_text	{
	line-height: 1.5;
	font-size: 14px;
}
}


/* -------------------------------------------------

Howto -- 育て方

------------------------------------------------- */
.howto_wrp {
 width: 980px;
	margin:0 auto;
	padding: 50px;
	position:relative;
}
.howto_wrp__kanri {
 width: 980px;
	margin:0 auto;
	padding: 50px;
	position:relative;
}
@media screen and (min-width: 899px) and (max-width: 1100px) {	
.howto_wrp{
 width: 95%;
}
.howto_wrp__kanri{
 width: 95%;
}
}
@media screen and (max-width: 898px)  {
.howto_wrp{
 width: 95%;
}
.howto_wrp__kanri{
 width: 95%;
	padding: 40px;
}
}
@media screen and (max-width: 768px)  {
.howto_wrp {
	padding: 40px;
}
.howto_wrp__kanri{
 padding: 30px;
}
}
@media screen and (max-width: 568px)  {
.howto_wrp__kanri{
 padding: 50px 15px;
}
}
@media screen and (max-width: 480px)  {
.howto_wrp {
	padding: 30px;
}
}

/* 目次
================================================== */
.ht_top_text_18px	{
	line-height: 1.5;
	font-size: 18px;
}
@media screen and (max-width: 768px)  {
.ht_top_text_18px	{
	font-size: 16px;
}
}
@media screen and (max-width: 480px)  {
.ht_top_text_18px	{
	font-size: 14px;
}
}

.ht_top_link ul {
 list-style: none;
	margin: 0;
	padding: 0 10px;
}
.ht_top_link li {
  position: relative;
  padding: 0.3em 0.5em 0.5em 20px;
	font-size: 20px;
	line-height: normal;
}
.ht_top_link li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
.ht_top_link li a {
	text-decoration: none;
}
.ht_top_link li a:hover {
	text-decoration:underline;
}
@media screen and (max-width: 768px)  {
.ht_top_link ul {
	padding: 0 5px;
}
.ht_top_link li {
	font-size: 18px;
}
.ht_top_link li::before {
 top: 15px;
}
}
@media screen and (max-width: 480px)  {
.ht_top_link li {
 padding: 0.3em 0em 0.5em 14px;
 font-size: 1.6rem;
}
}


/* -------------------------------------------------

Howto -- 育て方（管理方法）

------------------------------------------------- */
/* 各タイトル
================================================== */
.howto_wrp__kanri h3 {
	margin-bottom: 50px;
	margin-left: 30px;
}
.howto_wrp__kanri h3 img {
 width:auto;
	height: 55px;
}
.howto_wrp__kanri h4 img {
 width:auto;
	height: 54px;
}
.howto_wrp__kanri h5 {
	margin: 0 0 15px;
}
.howto_wrp__kanri h5 img {
 width:auto;
	height: 42px;
}
@media screen and (max-width: 898px)  {
.howto_wrp__kanri h3 img {
	height: 45px;
}
.howto_wrp__kanri h4 img {
	height: 44px;
}
}
@media screen and (max-width: 768px)  {
.howto_wrp__kanri h3 {
	margin-bottom: 50px;
	margin-left: 10px;
}
.howto_wrp__kanri h3 img {
	height: 35px;
}
.howto_wrp__kanri h4 {
	margin: 0 0 15px;
}
.howto_wrp__kanri h4 img {
	height: 34px;
}
.howto_wrp__kanri h5 {
	margin: 0 0 10px;
}
.howto_wrp__kanri h5 img {
	height: 30px;
}
}
@media screen and (max-width: 568px)  {
.howto_wrp__kanri h3 {
	margin: 0 0 30px;
	text-align: center;
}
}
@media screen and (max-width: 480px)  {
.howto_wrp__kanri h3 img {
	width: 90%;
	height: auto;
}
.howto_wrp__kanri h4 img {
	height: 30px;
}
}


/* 本文
================================================== */
.howto__inner	{
 width: 100%;
 margin-bottom: 50px;
}
.howto__inner p	{
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px)  {
.howto__inner p	{
	font-size: 15px;
	line-height: 1.6;
}
}
@media screen and (max-width: 480px)  {
.howto__inner p	{
	font-size: 14px;
	line-height: 1.6;
}
}


.howto__flexbox	{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.howto__flexbox img	{
	width: 301px;
	height: auto;
	flex-basis: 301px;
}
.howto__flexbox .textbox	{
	flex-basis: calc(100% - 301px);
 box-sizing: border-box;
	margin-right: 30px;
	margin-left: 20px;
}
@media screen and (max-width: 768px)  {
.howto__flexbox img	{
	width: 241px;
	flex-basis: 241px;
}
.howto__flexbox .textbox	{
	flex-basis: calc(100% - 241px);
	margin-right: 20px;
	margin-left: 10px;
}
}
@media screen and (max-width: 568px)  {
.howto__flexbox	{
	flex-direction: column;
}
.howto__flexbox .textbox	{
	flex-basis: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
.howto__flexbox .photobox	{
	text-align: center;
}
}
@media screen and (max-width: 480px)  {
.howto__flexbox img	{
	width: 100%;
	flex-basis: 100%;
}
}

/* 用土
================================================== */
.howto__flexbox02	{
	display: flex;
	justify-content:center;
	margin-bottom: 80px;
}
.howto__flexbox02 div	{
	width: calc(50% - 25px);
	box-sizing: border-box;
	text-align: center;
	margin-right: 50px;
}
.howto__flexbox02 div:last-of-type	{
	margin-right: 0px;
}
.howto__flexbox02 img	{
	max-width: 340px;
	width: 100%;
}
.howto__flexbox02 div .youdo	{
 margin-bottom: 20px;
}
.howto__flexbox02 div .youdo img	{
 width:auto;
	height: 42px;
}
@media screen and (max-width: 768px)  {
.howto__flexbox02 div .youdo	{
 margin-bottom: 10px;
}
.howto__flexbox02 div .youdo img	{
	height: 30px;
}
}
@media screen and (max-width: 568px)  {
.howto__flexbox02	{
	flex-direction: column;
	margin-bottom: 0px;
}
.howto__flexbox02 div	{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 50px;
}
.howto__flexbox02 div:last-of-type	{
	margin-bottom: 30px;
}
.howto__flexbox02 img	{
	max-width: 280px;
}
}

/* タイトル横の丸写真
================================================== */
.howto__photo	{
	position: absolute;
	top:30px;
	right:30px;
}
.howto__photo img	{
	width: 160px;
	height: 100%;
}
@media screen and (max-width: 768px)  {
.howto__photo	{
	top:20px;
	right:20px;
}
.howto__photo img	{
	width: 120px;
}
}
@media screen and (max-width: 568px)  {
.howto__photo	{
	top:0px;
	right:0px;
	position: static;
	text-align: center;
	margin-bottom: 30px;
}
.howto__photo img	{
	width: 160px;
}
}


/* 栽培暦　※横スクロールバーあり
================================================== */
.howto__calendar	{
	width: 100%;
}
@media screen and (max-width: 568px)  {
.howto__calendar {
	overflow-x: scroll;
	white-space: nowrap;
	width: 100%;
	margin-top: -10px;
}
.howto__calendar p {
	width: 568px;
}	
}

@media all and (min-width: 569px) {
.img_sp {
		display: none !important;
	}
}
@media all and (max-width: 568px) {
	.img_sp {
		display: block !important;
	}
}






























/* -------------------------------------------------

History

------------------------------------------------- */
.history_wrp {
 width: 980px;
	margin:0 auto;
	position:relative;
	padding: 25px 40px;
}
.history_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.history_wrp h4 {
	font-family: 'Kosugi Maru', sans-serif;
/*	font-family: 'Noto Sans JP', sans-serif;*/
 font-size: 22px;
	font-style: normal;
	font-weight: 500;
	margin-left: 20px;
	color: #444;
}
.hi_pic_box	{
 width: 100%;
 margin: 0 0 0 25px;
	display: flex;
	flex-flow: row wrap;
}
.hi_pic_box > div	{
	width: calc(33.3333% - 50px);
 margin:0 50px 30px 0;
	box-sizing: border-box;
	text-align: center;
}
.hi_pic_box > div:nth-child(3n) {
 margin:0;
}
.hi_text_box	{
 width: 200px;
 margin: 10px auto 0;
	text-align: left;
}
.hi_name	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #4d4d4d;
	line-height: normal;
	margin: 0 0 5px;
	font-size: 18px;
}
.hi_post	{
	font-size: 16px;
}
.hi_company	{
	font-size: 12px;
}

.hi_list_inner,.hi_list_inner02	{
 width: 100%;
	padding: 0 50px;
}
.hi_list_inner > table,.hi_list_inner02 > table	{
 width: 100%;
 border-spacing: 0;
}
.hi_list_inner > table th	{
 padding: 10px;
	vertical-align:text-top;
	width:15%;
	font-weight:600;
}
.hi_list_inner > table td	{
 padding: 10px;
	vertical-align:text-top;
}
.hi_list_inner02 > table th	{
 /*padding: 10px;*/
 padding: 5px 10px !important;
	vertical-align:text-top;
	width:20%;
	font-weight:600;
}
.hi_list_inner02 > table th > dl	{
}
.hi_list_inner02 > table th > dl dt	{
	width: 75px;
	box-sizing: border-box;
	float: left;
 clear: both;
}
.hi_list_inner02 > table th > dl dd	{
 margin-left: 75px;
	width:	auto;
	box-sizing: border-box;
}

.hi_list_inner02 > table td	{
 /*padding: 10px;*/
 padding: 5px 10px !important;
	vertical-align:text-top;
}

.hi_list_inner > table td > dl	{
	margin: 10px 0;
}
.hi_list_inner > table td > dl dt	{
	width: 100px;
	font-weight:normal;
	padding:5px 0;
 margin: 0;
	box-sizing: border-box;
	float: left;
 clear: both;
}
.hi_list_inner > table td > dl dd	{
 margin-left: 100px;
	padding:10px 0px 10px 30px;
	width:	auto;
	box-sizing: border-box;
}
.hi_list_inner > table td > dl dd strong	{
	display: block;
	margin-bottom: 5px;
}

.hi_list_inner > table td > dl dd > ul li	{
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}
.hi_list_inner > table td > dl dd > ul li::before	{
	position: absolute;
	content: "〇";
	display: block;
	top:0;
	left:0;
}
.hi_list_inner > table td > dl dd > ul li > div	{
	margin: 10px 0;
}
.hi_gree_inner	{
 width: 100%;
	padding: 0 50px;
}
.hi_gree_inner > dl	{
}
.hi_gree_inner > dl dt	{
	width: 200px;
	font-weight:normal;
	padding:5px 0;
 margin: 0;
	box-sizing: border-box;
	float: left;
 clear: both;
}
.hi_gree_inner > dl dd	{
 margin-left: 200px;
	padding:0px 0px 0px 50px;
	width:	auto;
	box-sizing: border-box;
	line-height: 2;
}
.greeting_box	{
 /*width: 100%;*/
 width: 118px;
 margin: 10px auto 0;
	/*text-align: left;
	display: block;*/
}
.gr_name	{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #4d4d4d;
	line-height: normal;
	margin: 0 0 5px;
	font-size: 18px;
}
.gr_post	{
	font-size: 16px;
	padding-right: 5px;
}
.gr_company	{
	font-size: 12px;
	display: block;
	padding-left: 45px;
}

/* 研修生 */
.gr_trainee	{
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.gr_trainee > div	{
	width: 46%;
	height:auto;
	display:flex;
 flex-direction:column;
}
.gr_trainee > div dl.career	{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 15px;
}
.gr_trainee > div dl.career dt	{
	flex-basis: 15%;
	font-weight:normal;
	padding:3px 0;
 margin: 0;
}
.gr_trainee > div dl.career dd	{
	flex-basis: 85%;
	padding:3px 0;
 margin: 0;
}
.gr_trainee > div dl.career dd.height	{
	height:130px;
}
.gr_trainee__img	{
	text-align: center;
	margin-bottom: 30px;
}
.gr_trainee__txt	{
	/*margin-top:auto;*/
}
@media screen and (min-width: 1141px) and (max-width: 1200px) {	
.history_wrp{
 width: 95%;
}
/* 研修生 */
.gr_trainee	{
	width: 100%;
}
}
@media screen and (min-width: 899px) and (max-width: 1140px) {	
.history_wrp{
 width: 95%;
}
/* 研修生 */
.gr_trainee	{
	width: 100%;
}
.gr_trainee > div dl.career dt	{
	flex-basis: 17%;
}
.gr_trainee > div dl.career dd	{
	flex-basis: 83%;
}
}
@media screen and (max-width: 898px)  {
.history_wrp{
 width: 95%;
}
.history_wrp h4 {
 font-size: 22px;
	margin-left: 0px;
}
.hi_list_inner,.hi_list_inner02	{
 width: 100%;
	padding: 0 25px;
}
.hi_list_inner > table th	{
 padding: 10px;
	width:20%;
}
.hi_list_inner02 > table th	{
 padding: 10px;
	width:22%;
}
.hi_gree_inner	{
 width: 100%;
	padding: 0 25px;
}
/* 研修生 */
.gr_trainee	{
	width: 100%;
}
.gr_trainee > div dl.career dt	{
	flex-basis: 20%;
}
.gr_trainee > div dl.career dd	{
	flex-basis: 80%;
}
.gr_trainee > div dl.career dd.height	{
	height:154px;
}
}
@media screen and (max-width: 768px)  {
.history_wrp {
	padding: 20px;
}
.history_wrp h4 {
 font-size: 20px;
}
.hi_list_inner > table th	{
 padding: 0 10px;
	width:100%;
	display: block;
	font-size: 14px;
}
.hi_list_inner > table td	{
	width:100%;
	display:block;
 padding: 5px 10px 15px;
	font-size: 14px;
}
.hi_list_inner02 > table th	{
 padding: 0 10px;
	width:100%;
	display: block;
	font-size: 14px;
}
.hi_list_inner02 > table th > dl	{
	padding: 0;
	margin: 0;
}
.hi_list_inner02 > table th > dl dt	{
	width: 65px;
}
.hi_list_inner02 > table th > dl dd	{
 margin-left: 65px;
}
.hi_list_inner02 > table td	{
	width:100%;
	display:block;
 padding: 5px 10px 15px !important;
	font-size: 14px;
}
.hi_pic_box > div	{
	width: calc(33.3333% - 30px);
 margin:0 30px 15px 0;
}
.hi_pic_box > div:nth-child(3n) {
 margin:0;
}
.hi_text_box	{
 width: 100%;
 margin: 10px auto 0;
	text-align: left;
}
.hi_name	{
	font-size: 16px;
}
.hi_post	{
	font-size: 14px;
}
.hi_company	{
	font-size: 12px;
}
.hi_gree_inner	{
	padding: 0 10px;
}
.hi_gree_inner > dl dd	{
	padding:0px 0px 0px 30px;
	line-height: 1.5;
	font-size: 14px;
}
.gr_name	{
	font-size: 16px;
}
.gr_post	{
	font-size: 14px;
}
.gr_company	{
	font-size: 12px;
	display: block;
	padding-left: 38px;
}
/* 研修生 */
.gr_trainee > div dl.career	{
	font-size: 14px;
}
.gr_trainee > div dl.career dd.height	{
	height:137px;
}
.gr_trainee__txt	{
	font-size: 14px;
}
}
@media screen and (max-width: 600px)  {
/* 研修生 */
.gr_trainee	{
	flex-flow: column wrap;
}
.gr_trainee > div	{
	width: 100%;
	margin-bottom: 20px;
}
.gr_trainee > div:last-child	{
	margin-bottom: 0px;
}
.gr_trainee > div dl.career	{
	margin-bottom: 10px;
}
.gr_trainee > div dl.career dt	{
	flex-basis: 100%;
	padding: 0;
}
.gr_trainee > div dl.career dd	{
	flex-basis: 100%;
}
.gr_trainee > div dl.career dd.height	{
	height:auto;
}
.gr_trainee__img	{
	margin-bottom: 20px;
}
}
@media screen and (max-width: 568px)  {

.hi_gree_inner > dl dt	{
	width: 150px;
	padding:5px 0;
}
.hi_gree_inner > dl dd	{
 margin-left:150px;
}
}
@media screen and (max-width: 480px)  {
.history_wrp {
	padding: 10px 20px;
}
.history_wrp h4 {
 font-size: 18px;
}
.hi_list_inner,.hi_list_inner02	{
	padding: 0;
}
.hi_list_inner > table th,.hi_list_inner02 > table th	{
 padding: 0;
}
.hi_list_inner > table td,.hi_list_inner02 > table td		{
 padding: 5px 0px 10px;
}
.hi_list_inner > table td > dl	{
	margin: 0;
}
.hi_list_inner > table td > dl dt	{
	width: 100%;
	padding:0;
 margin: 0;
	float: none;
	text-align: center;
}
.hi_list_inner > table td > dl dd	{
 margin-left: 0px;
	padding:10px 0;
	width:	100%;
}
.hi_pic_box	{
 width: 100%;
 margin: 0 0 0 10px;
	display: flex;
	flex-flow: row wrap;
}
.hi_pic_box > div	{
	width: calc(50% - 20px);
 margin:0 20px 15px 0;
	box-sizing: border-box;
	text-align: center;
}
.hi_pic_box > div:nth-child(2n) {
 margin:0 0 15px 0;
}
.hi_pic_box > div:nth-child(3n) {
 margin:0 20px 15px 0;
}
.hi_gree_inner	{
	padding: 0;
}
.hi_gree_inner > dl dt	{
	width: 100%;
	float: none;
	display: block;
	padding: 0 0 20px;
	text-align: center;
}
.hi_gree_inner > dl dt img	{
	width: 150px;
}	
.hi_gree_inner > dl dd	{
 margin-left: 0px;
	padding:0px;
	width:	100%;
	display: block;
}
.greeting_box	{
 /*width: 130px;
	float: right;
	clear: both;
	margin-top: 20px;*/
}
}
@media screen and (max-width: 414px)  {
}

/* -------------------------------------------------

Protection Act

------------------------------------------------- */
.pa_wrp {
 width: 980px;
	margin:0 auto;
	position:relative;
	padding: 25px 40px;
}
.pa_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.pa_wrp h4 {
 font-size: 20px;
	font-family: 'Kosugi Maru', sans-serif;
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-style: normal;
	font-weight: 500;
	margin: 0;
}
.pa_inner	{
 width: 100%;
	padding: 20px 0;
}
.pa_inner p	{
 width: 100%;
	line-height: 2;
	padding-bottom: 10px;
}
.pa_inner p span	{
	font-size: 24px;
}
.pa_inner p:last-child	{
	padding-bottom: 0px;
}
.pa_inner p.lh01	{
	line-height:normal !important;
}
@media screen and (min-width: 1141px) and (max-width: 1200px) {	
.pa_wrp{
 width: 95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1140px) {	
.pa_wrp{
 width: 95%;
}
}
@media screen and (max-width: 898px)  {
.pa_wrp{
 width: 95%;
}
}
@media screen and (max-width: 768px)  {
.pa_wrp {
	padding: 20px;
}
.pa_wrp h4 {
 font-size: 16px;
}
.pa_inner p	{
	line-height: 1.5;
	padding-bottom: 0px;
	font-size: 14px;
}
.pa_inner p span	{
	font-size: 20px;
}
}
@media screen and (max-width: 480px)  {
.pa_inner p a	{
	word-wrap: break-word;

}
}


/* -------------------------------------------------

Question & Answer

------------------------------------------------- */
.qa_wrp {
 width: 980px;
	margin:0 auto;
	position:relative;
	padding: 25px 40px;
}
.qa_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.qa_inner	{
 width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #999;
}
.qa_inner:last-child	{
 width: 100%;
	padding: 20px 0;
	border-bottom:none;
}
.qa_inner > dl	{
}
.qa_inner > dl dt	{
	width: 100%;
	padding:20px 0 20px 90px;
	box-sizing: border-box;
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 24px;
	display: block;
}
.qa_inner > dl dt::after	{
	position: absolute;
	content: '';
 left: 0px;
	top: 0px;
	width: 75px;
	height: 64px;
	background: url(../qa/images/icn_q.png);
 background-position: top left;
 background-repeat: no-repeat;
	background-size: 75px 64px;
}
.qa_inner > dl dd	{
	padding:0px 0px 0px 150px;
	width: 100%;
	box-sizing: border-box;
	line-height: 2;
	position: relative;
}
.qa_inner > dl dd::after	{
	position: absolute;
	content: '';
 left: 70px;
	top: 10px;
	width: 75px;
	height: 64px;
	background: url(../qa/images/icn_a.png);
 background-position: top left;
 background-repeat: no-repeat;
	background-size: 75px 64px;
}

@media screen and (min-width: 1141px) and (max-width: 1200px) {	
.qa_wrp{
 width: 95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1140px) {	
.qa_wrp{
 width: 95%;
}
}
@media screen and (max-width: 898px)  {
.qa_wrp{
 width: 95%;
}
}
@media screen and (max-width: 768px)  {
.qa_wrp {
	padding: 20px;
}
.qa_inner > dl dt	{
	padding:10px 0 10px 60px;
	font-size: 18px;
}
.qa_inner > dl dt::after	{
 left: 0px;
	top: 0px;
	width: 50px;
	height: 43px;
	background-size: 50px 43px;
}
.qa_inner > dl dd	{
	padding:0px 0px 0px 80px;
	line-height: 1.5;
	font-size: 14px;
}
.qa_inner > dl dd::after	{
 left: 20px;
	top: 10px;
	width: 50px;
	height: 43px;
	background-size: 50px 43px;
}
}
@media screen and (max-width: 480px)  {
.qa_inner > dl dt	{
	padding:10px 0 15px 60px;
}
.qa_inner > dl dt::after	{
 left: 0px;
	top: 0px;
}
.qa_inner > dl dd	{
	padding:0px 0px 0px 60px;
}
.qa_inner > dl dd::after	{
 left: 0px;
	top: 10px;
}
}
@media screen and (max-width: 414px)  {
}



/* -------------------------------------------------

Contact Us

------------------------------------------------- */
.contact_wrp {
 width: 980px;
	margin:0 auto;
	position:relative;
	padding: 25px 50px;
}
.contact_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.contact_wrp h3 {
	font-family: 'Kosugi Maru', sans-serif;
	/*font-family: 'Noto Sans JP', sans-serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	position:relative;
	line-height: normal;
	margin: 0 0 10px;
}
.contact_inner	{
 width: 100%;
	padding: 20px 0;
}
.contact_inner:last-child	{
 width: 100%;
	padding:0;
}

.contact_inner > dl	{
}
.contact_inner > dl dt	{
	width: 20px;
	font-weight:normal;
	line-height: normal;
	padding:5px 0;
 margin: 0;
	box-sizing: border-box;
	float: left;
 clear: both;
}
.contact_inner > dl dd	{
 margin-left: 20px;
	padding:5px 0;
	width:	auto;
	box-sizing: border-box;
	line-height: 1.5;
}
.contact_inner > dl dd > dl	{
	margin: 0;
}
.contact_inner > dl dd > dl dt	{
	width: 20px;
	font-weight:normal;
	line-height: normal;
	padding:5px 0;
 margin: 0;
	box-sizing: border-box;
	float: left;
 clear: both;
}
.contact_inner > dl dd > dl dd	{
 margin-left: 20px;
	padding:5px 0;
	width:	auto;
	box-sizing: border-box;
	line-height: 1.5;
}
.contact_attention	{
	margin: 30px 0;
	padding:30px;
	width:	auto;
	box-sizing: border-box;
	border: 5px solid #BC0B0E;
	background-color:#fff2f2;
	line-height: 2;
	font-weight: 600;
}
.contact_attention strong	{
	color: #BC0B0E;
	font-size: 20px;
}
.contact_attention p.indent	{
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (min-width: 1141px) and (max-width: 1200px) {	
.contact_wrp{
 width: 95%;
}
}
@media screen and (min-width: 899px) and (max-width: 1140px) {	
.contact_wrp{
 width: 95%;
}
}
@media screen and (max-width: 898px)  {
.contact_wrp{
 width: 95%;
}
}
@media screen and (max-width: 768px)  {
.contact_wrp {
	padding: 20px;
}
.contact_wrp h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
.contact_inner	{
 width: 100%;
	padding: 0;
}
.contact_inner > dl dt	{
	font-size: 14px;
}
.contact_inner > dl dd	{
	font-size: 14px;
}
}
@media screen and (max-width: 480px)  {
.contact_attention	{
	padding:20px;
	border: 3px solid #BC0B0E;
	line-height: 1.8;
	font-size: 14px;
}
.contact_attention strong	{
	font-size: 16px;
}
}
	
/* 入力フォーム
================================================== */
.contact_form	{
	margin:0;
}
.contact_form::after {
 content: "";
 display: block;
 clear: both;
}
form.mail_form	{
 width: 100%;
	margin:0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
}
form.mail_form dl	{
 width: 100%;
 overflow : hidden;
}
form.mail_form dl dt	{
 clear : both;
 width : 23%;
 float : left;
 text-align : right;
	padding : 15px 20px 15px 0px;
	font-weight: 400;
}
form.mail_form dl dt.wl	{
	padding : 15px 20px 0px 0px;
}
form.mail_form dl dt.wl02	{
	padding : 5px 20px 0px 0px;
	font-size: 14px;
}
form.mail_form dl dd	{
 width : 77%;
 float : left;
	padding : 10px 0;
}
form.mail_form dl dd.wr	{
	padding : 0 0 20px !important;
}
.waku	{
	width: 100%;
 border : 1px solid #5ab1f0;
 /*border-radius : 3px;*/
 background : #d2eafb;
	/*height:40px;*/
	padding:7px 10px 7px 10px;
}

form.mail_form input	{
	width: 100%;
 border : 1px solid #5ab1f0;
 /*border-radius : 3px;*/
 background : #fff;
	height:40px;
	padding:7px 10px 10px 10px;
}
form.mail_form input:focus,
form.mail_form textarea:focus	{
 box-shadow : 0px 0px 5px #5ab1f0;
 border : 1px solid #5ab1f0;
 background : #fff;
}

form.mail_form textarea#mail_contents	{
	width: 100%;
 height : 200px;
 resize : vertical;
 border : 1px solid #5ab1f0;
 border-radius : 3px;
 background : #fff;
	padding:7px 10px 10px 10px;
}
form.mail_form textarea#mail_address	{
	width: 100%;
 height : 100px;
 resize : vertical;
 border : 1px solid #5ab1f0;
 border-radius : 3px;
 background : #fff;
	padding:7px 10px 10px 10px;
}
form.mail_form textarea#mail_contents:focus,
form.mail_form textarea#mail_address:focus	{
 box-shadow : 0px 0px 5px #5ab1f0;
 border : 1px solid #5ab1f0;
 background : #fff;
}
::placeholder {
  color: #cdd;
		font-size:14px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#ccc;
		font-size:14px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#ccc;
		font-size:14px;
}
::placeholder{ /* Others */
	 color:#ccc;
		font-size:14px;
}


@media screen and (max-width: 768px)  {
form.mail_form dl	{
 width : auto;
}
form.mail_form textarea#mail_contents,
form.mail_form textarea#mail_address	{
 max-width : 100%;
}
form.mail_form dl dt	{
 width : auto;
 float : none;
	padding : 5px 0;
	font-weight:bold;
	text-align : left;
	font-size: 14px;
}
form.mail_form dl dd	{
 width : auto;
 float : none;
	border-top : none;
	padding : 5px 0 10px 0px;
	font-size: 14px;
	
}
form.mail_form dl dt.wl	{
	padding : 10px 0;
}
form.mail_form dl dt.wl02	{
	padding : 10px 0;
	font-size: 14px;
}
form.mail_form dl dd.wr	{
	padding : 0 0 10px !important;
}
::placeholder {
		font-size:12px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		font-size:12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
		font-size:12px;
}
::placeholder{ /* Others */
		font-size:12px;
}
}
@media screen and (max-width: 480px)  {
form.mail_form dl dt,
form.mail_form input,
form.mail_form textarea#mail_contents,
form.mail_form textarea#mail_address	{
	font-size:14px;
}
}

/*  送信ボタン
================================================== */
form.mail_form input#mail_submit_button[type="submit"]{
 width : auto;
 height : auto;
 padding : 15px 70px;
 vertical-align : middle;
 color : #fff;
 background:	#5ab1f0;
 border : 1px solid #5ab1f0;
 border-radius : 3px;
 font-weight:500;
	margin-top:-20px;
	position:relative;
}
form.mail_form input#mail_submit_button[type="submit"]:hover{
 cursor : pointer;
 color : #5ab1f0;
 background:	#fff;
 border : 1px solid #5ab1f0;
}
/*form.mail_form input#mail_submit_button[type="submit"][disabled] {
 width : auto;
 height : auto;
 padding : 15px 100px;
 vertical-align : middle;
 color : #ffffff;
 background : #ccc;
 border : 1px solid #cccccc;
 border-radius : 3px;
 font-weight : 500;
	margin-top:0px;
	transition: .3s;
	cursor:default;	
}*/
@media screen and (max-width: 768px)  {
form.mail_form input#mail_submit_button[type="submit"]{
	margin-top:-30px;
}
}
@media screen and (max-width: 375px)  {
form.mail_form input#mail_submit_button[type="submit"]{
 width :	100%;
 padding : 15px 30px;
	font-size:14px;
}
}

/*  必須
================================================== */
.Font_Req {
	font-size: 12px;
	line-height: normal;
	color: #fff;
	background: #5ab1f0;
	padding: 1px 8px 2px;
	margin-right: 5px;
}
@media screen and (max-width: 768px)  {

}

/*  添付ファイル
================================================== */
#attachment label {
 display: inline-block;
 position: relative;
 background: #5ab1f0;
 color:#fff;
	font-weight: normal;
 font-size: 14px;
 padding: 8px 15px;
 border-radius: 3px;
 transition: all 0.3s;
}
#attachment label:hover {
 background: #888;
 transition: all 0.4s;
}
#attachment label input {
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
}
#attachment .filename {
	width: 79%;
 border : 1px solid #5ab1f0;
 border-radius : 3px;
 background : #fff;
	height:40px;
	padding:7px 10px 10px 10px;
	display: inline-block;
	margin: 0 5px 0 0;
}
@media screen and (max-width: 1042px)  {
	#attachment label {
		margin-top: 10px;
}
	#attachment .filename {
	width: 100%;
	margin: 0;
	padding:7px;
	font-size: 14px;
}
}


/*  プルダウンメニュー
================================================== */
.title_select {
 overflow: hidden;
 width: 100%;
}
.title_select select {
 width: 100%;
 padding-left: 1em;
 cursor: pointer;
 text-indent: 0.01px;
 text-overflow: ellipsis;
 border: none;
 outline: none;
 background: transparent;
 background-image: none;
 box-shadow: none;
 -webkit-appearance: none;
 appearance: none;
}
.title_select select::-ms-expand {
 display: none;
}
.title_select.ti_dec {
 position: relative;
 border: 1px solid #5ab1f0;
 background: #fff;
 border-radius: 3px;
}
.title_select.ti_dec select {
 padding: 8px 8px 8px 12px;
 color: #666;
}
.title_select.ti_dec select option {
 font-weight: normal;
 display: block;
 white-space: pre;
 /*min-height: 2.5em;*/
 padding: 10px 2px 10px;
	color: #333;
}
@media screen and (max-width: 768px)  {
.title_select select {
	font-size:14px;
}
}






/* -------------------------------------------------

other

------------------------------------------------- */
.blue	{
	color:#47CAF6 !important;
}
.pink	{
	color:	#f195cf !important;
}
@media screen and (max-width: 768px)  {
.sp02 {
	display: none;
}
}

/* 文字
================================================== */
.mj16px {
	font-size:16px !important;
}
.comments {
	font-size:14px !important;
	padding: 10px 0 5px;
}
@media screen and (max-width: 768px)  {
.mj16px {
	font-size:14px !important;
}
.comments {
	font-size:12px !important;
}
}

/* 位置
================================================== */
.left,
.left02 {
	text-align:left;
}
.right,.right02 {
	text-align:right;
}
.center,
.center02	{
	text-align:center;
}
@media screen and (max-width: 768px)  {
}
@media screen and (max-width: 640px)  {
.left02,
.right02 {
	text-align:center;
}
}


/* サブタイトル
================================================== */ 
.titleBox_wrp {
	width: 100%;
	margin: 20px auto;
 position: relative;
}
.titleBox {
	position: relative;
}
.titleBox > h3 {
 margin: 0 0 0 40px;
 color: #333;
 font-size: 24px;
	font-family: 'Kosugi Maru', sans-serif;
	font-style: normal;
	padding: 10px 12px;
	border: 1px solid #A9A9A9;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.titleBox > h3::before {
	position: absolute;
	content: '';
 left: -39px;
	top:-11px;
	z-index: 1;
	width: 39px;
	height: 61px;
	background: url(../images/tit_bg_left_pc.png);
 background-position: top left;
 background-repeat: no-repeat;
	background-size: 39px 61px;
}
.titleBox > h3::after {
	position: absolute;
	content: '';
 right: -15px;
	top: -1px;
	z-index: 1;
	width: 15px;
	height: 49px;
	background: url(../images/tit_bg_right_pc.png);
 background-position: top right;
 background-repeat: no-repeat;
	background-size: 15px 49px;
}
@media screen and (max-width: 768px)  {
.titleBox_wrp {
	width: 100%;
}
.titleBox > h3 {
 margin: 0 0 0 39px;
 color: #333;
 font-size: 20px;
	font-style: normal;
	padding: 12px 12px 12px 12px;
	border: 1px solid #A9A9A9;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.titleBox > h3::before {
	position: absolute;
	content: '';
 left: -39px;
	top:-11px;
	z-index: 1;
	width: 39px;
	height: 61px;
	background: url(../images/tit_bg_left_pc.png);
 background-position: top left;
 background-repeat: no-repeat;
	background-size: 39px 61px;
}
.titleBox > h3::after {
	position: absolute;
	content: '';
 right: -14px;
	top: -1px;
	z-index: 1;
	width: 14px;
	height: 49px;
	background: url(../images/tit_bg_right_pc.png);
 background-position: top right;
 background-repeat: no-repeat;
	background-size: 14px 49px;
}
}
@media screen and (max-width: 568px)  {
.titleBox > h3 {
 margin: 0 0 0 30px;
 color: #333;
 font-size: 18px;
	font-style: normal;
	padding: 13px 12px 13px 12px;
	border: 1px solid #A9A9A9;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.titleBox > h3::before {
	position: absolute;
	content: '';
 left: -39px;
	top:-11px;
	z-index: 1;
	width: 39px;
	height: 61px;
	background: url(../images/tit_bg_left_pc.png);
 background-position: top left;
 background-repeat: no-repeat;
	background-size: 39px 61px;
}
.titleBox > h3::after {
	position: absolute;
	content: '';
 right: -14px;
	top: -1px;
	z-index: 1;
	width: 14px;
	height: 49px;
	background: url(../images/tit_bg_right_pc.png);
 background-position: top right;
 background-repeat: no-repeat;
	background-size: 14px 49px;
}
}
@media screen and (max-width: 480px)  {
.titleBox > h3 {
  margin: 0 0 0 10px;
  font-size: 18px;
		padding: 5px 12px 5px 12px;
		border: 1px solid #A9A9A9;
		font-weight: 700;
		position: relative;
		display: inline-block;
}
.titleBox > h3::before {
	position: absolute;
	content: '';
 left: -26px;
	top:-7px;
	z-index: 1;
	width: 26px;
	height: 40px;
	background: url(../images/tit_bg_left_sp.png);
 background-position: top left;
 background-repeat: no-repeat;
}
.titleBox > h3::after {
	position: absolute;
	content: '';
 right: -10px;
	top: -1px;
	z-index: 1;
	width: 10px;
	height: 34px;
	background: url(../images/tit_bg_right_sp.png);
 background-position: top right;
 background-repeat: no-repeat;
}
}
@media screen and (max-width: 414px)  {
.titleBox > h3 {
  margin: 0 0 0 12px;
  font-size: 14px;
		padding: 7px 7px 8px 7px;
		border: 1px solid #A9A9A9;
		font-weight: 700;
		position: relative;
		display: inline-block;
}
.titleBox > h3::before {
	position: absolute;
	content: '';
 left: -26px;
	top:-7px;
	z-index: 1;
	width: 26px;
	height: 40px;
	background: url(../images/tit_bg_left_sp.png);
 background-position: top left;
 background-repeat: no-repeat;
}
.titleBox > h3::after {
	position: absolute;
	content: '';
 right: -10px;
	top: -1px;
	z-index: 1;
	width: 10px;
	height: 34px;
	background: url(../images/tit_bg_right_sp.png);
 background-position: top right;
 background-repeat: no-repeat;
}
}

a.p_link {
   display: block;
   margin-top:-100px;
   padding-top:100px;
}


/* -------------------------------------------------

Download

------------------------------------------------- */
.download_wrp {
 width: 980px;
	margin:0 auto;
	position:relative;
	padding: 25px 40px;
}
.download_wrp::after {
 content: "";
 display: block;
 clear: both;
}
@media screen and (min-width: 769px) and (max-width: 1140px) {	
.download_wrp {
 width: 95%;
}
}

.download_wrp h4 {
 font-size: 20px;
	font-family: 'Kosugi Maru', sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0 0 15px;
}
.download_inner	{
 width: 100%;
	padding: 20px 0px 30px;
}
.download_inner:first-of-type	{
	padding: 20px 0 0;
}
.download_box {
	width: 100%;
	display: flex;
	padding: 0 30px;
}
.download_box .hinshu {
	margin-right: 70px;
}
.download_box .hinshu:nth-of-type(2) {
	margin-right: 0px;
}
.download_box .hinshu img {
	margin-bottom: 20px;
}
.download_box .hinshu .linkbox li {
	list-style-type: none;
	margin-bottom: 10px;
}

@media screen and (max-width: 898px)  {
.download_wrp {
	width: 95%;
}
.download_box .hinshu {
	margin-right: 40px;
}
}
@media screen and (max-width: 768px)  {
.download_wrp {
	padding: 20px;
}
.download_wrp h4 {
 font-size: 16px;
}
.download_box {
	padding: 0 20px;
}
.download_box .hinshu .linkbox li {
	font-size: 14px;
}
}
@media screen and (max-width: 480px)  {
.download_box {
	padding: 0;
	flex-direction: column;
}
.download_box .hinshu {
	margin-right: 0px;
	margin-bottom: 30px;
}
.download_box .hinshu:last-of-type {
	margin-bottom: 0px;
}
}

/* 注意書き
================================================== */
.DL_attention	{
	/*margin: 30px 0;*/
	padding:30px;
	width:	auto;
	box-sizing: border-box;
	border: 2px solid #FF0000;
	/*background-color:#ffffff;*/
}
.DL_attention strong	{
	display: block;
	color: #FF0000;
	font-size: 20px;
	padding: 0 0 10px;
}
.DL_attention p	{
	color: #FF0000;
	line-height: 1.6;
	font-weight: 600;
	margin: 0 0 0 20px;
}
.DL_attention p.indent	{
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 768px)  {
.DL_attention	{
	padding:20px;
}
.DL_attention strong	{
	font-size: 16px;
}
.DL_attention p	{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 0 15px;
}
}
@media screen and (max-width: 480px)  {
.DL_attention p	{
	margin: 0px;
}
}


/* -------------------------------------------------

asterisk 箇条書き（※印）

------------------------------------------------- */
.asterisk dl	{
	width: 100%;
	display: flex;
	/*flex-flow: row wrap;*/
}
.asterisk dl	{
	margin: 0 0 15px;
}
.asterisk dt	{
	flex-basis: 22px;
	font-weight:normal;
	padding:3px 0;
 margin: 0;
}
.asterisk dd	{
	padding:3px 0;
 flex-basis: calc(100% - 22px); 
}
@media screen and (max-width: 768px)  {
.asterisk dl	{
	font-size: 1.4rem;
}
.asterisk dt	{
	flex-basis: 18px;
}
.asterisk dd	{
 flex-basis: calc(100% - 18px); 
}
}


/* -------------------------------------------------

Color

------------------------------------------------- */
.red	{
	color:#FF0004;
}


/* -------------------------------------------------

内側余白

------------------------------------------------- */
.padding_01	{
	padding: 0 20px 30px !important;
}
@media screen and (max-width: 768px)  {
.padding_01	{
	padding: 0 10px 20px !important;
}
}
@media screen and (max-width: 480px)  {

}

/* -------------------------------------------------

ページ内リンク

------------------------------------------------- */
a.pagelink,
a.pagelink_p {
font-weight:bold;
position: relative;
padding: 0.1em 0.3em;
transition: all 0.3s ease;
text-decoration: none;
}
a.pagelink::before,
a.pagelink_p::before {
position: absolute;
content: '';
left: 0;
bottom:0;
width: 100%;
height: 1%;
transition: all 0.3s ease;
opacity: 0;
}
a.pagelink::before {
background-color:#339CD1;/*ホバー時の背景色*/
}
a.pagelink_p::before {
background-color:#D95B93;/*ホバー時の背景色*/
}
a.pagelink::after,
a.pagelink_p::after {
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
content: '';
transition: all 0.3s ease;
opacity: 1;
}
a.pagelink::after {
border-bottom: 3px solid #339CD1;/*下線の色*/
}
a.pagelink_p::after {
border-bottom: 3px solid #D95B93;/*下線の色*/
}
a.pagelink:hover::before,
a.pagelink_p:hover::before {
height: 100%;
opacity: 0.4;
}
a.pagelink:hover::after,
a.pagelink_p:hover::after {
left: 50%;
right: 50%;
width: 0%;
opacity: 0;
}










