@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box !important;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 101%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	background: #fff;
	width:100%;
}

body {
	font-size: 16px;
	font-size: 1.4rem;
	background: #FFF;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	margin-top: 70px;
	color: #222;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
	box-sizing: border-box;
	width:100%;
}

li {
	list-style: none;
	font-size: 16px;
	font-size: 1.4rem;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}

img { font-family: sans-serif; }

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;;
}
/*  set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

hr { border:none;border-top:dashed 1px #cccccc;height:1px;color:#FFFFFF;width:auto;margin-bottom:30px;}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
section.section a:link {
	text-decoration: underline;
	font-weight:600;
}

section.section a:hover {
	text-decoration: none;
}

img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong {
	font-weight: 600;
	text-transform: none;
}

/*  items
 --------------------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999999999999;
}
#loader {
	display: none;
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 80px);
	width: 200px;
	height: 160px;
	text-align: center;
	font-size: .9em;
	z-index: 9999999999999;
}
#loader .loader_Wrap{
	position: relative;
}
#loader .icon{
	width:100px;
	height: 80px;
	margin:0 auto 10px;
}
#loader .en{margin-top: 20px;font-size: 14px; color: #407100;}
/*loader_end*/

.pc { display:none !important; }
.sp { display:block !important; }
.pc-t { display: none !important; }
.sp-t { display: block !important; }

@media all and (min-width:768px) and (max-width:1024px) {
	.sp-t { display: none !important; }
	.pc-t { display: block !important; }
}

.unk { margin: -100px; padding: 100px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #282f7d; }

img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cRed { color: #ff173c; }
.cBlue { color: #4870EE; }
.cGreen { color: #407100; }
.cOrange { color: #E55D21; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }

/* set text */
.txMin { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead {
	font-size: 1.3em;
	color: #666;
	font-weight: 600;
	line-height: 1.8 !important;
}
.tLarge  { font-size: 1.3em; }
.txLarge { font-size: 1.5em; }
.tsxLarge { font-size: 1.7em; }
.bold { font-weight: 600; }

/* set rollover transition */
.onCng {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
	transition: all .5s;
}

/* set image scale up */
.scale_up {
	overflow: hidden;
}
.scale_up img {
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flexBetween {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}

.noflex .flexNormal,
.noflex .flexBetween {
	width: 100%;
	height: auto;
	display: block;
}

/* set width */
.w10 {width:9.65%;}
.w20 {width:19.65%;}
.w30 {width:29.65%;}
.w40 {width:39.65%;}
.w50 {width:49.65%;}
.w60 {width:59.65%;}
.w70 {width:69.65%;}
.w80 {width:79.65%;}
.w90 {width:89.65%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100% !important;	
}

/* set button  --> 右の項目は個別にセットする border-radius,width,height */
.button,
.button-backpage {
	position: relative;
	display: block;
}
.button a,
.button span.inner,
.button input[type=submit],
.button-backpage a,
.button-backpage input[type=submit] {
	width: 100%;
	display: block;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: .25s;
	background: #fff;
}
.button.border-green a,
.button.border-green span.inner,
.button.border-green input[type=submit],
.button-backpage.border-green a,
.button-backpage.border-green input[type=submit] {
	border: 1px solid #48A40C;
}
.button.border-orange a,
.button.border-orange span.inner,
.button.border-orange input[type=submit],
.button-backpage.border-orange a,
.button-backpage.border-orange input[type=submit] {
	border: 1px solid #E55D21;
}
.button a:hover,
.button span.inner:hover,
.button input[type=submit]:hover,
.button-backpage a:hover,
.button-backpage input[type=submit]:hover {
	background: #EFEFEF;
}
.button a::after,
.button span.inner::after,
.button input[type=submit]::after {
	display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
}
.button.border-green a::after,
.button.border-green span.inner::after,
.button.border-green input[type=submit]::after {
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}
.button.border-orange a::after,
.button.border-orange span.inner::after,
.button.border-orange input[type=submit]::after {
    background: url(../img/common/ico_arrow_or.svg) no-repeat center center;
    background-size: 100%;
}
.button-backpage a::before,
.button-backpage input[type=submit]::before {
	display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    transform: scale(-1, 1);
}
.button-backpage.border-green a::before,
.button-backpage.border-green input[type=submit]::before {
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}
.button-backpage.border-orange a::before,
.button-backpage.border-orange input[type=submit]::before {
    background: url(../img/common/ico_arrow_or.svg) no-repeat center center;
    background-size: 100%;
}

.nonext span,
.nonext span:active,
.nonext span:hover {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff !important;
	background-color: #ddd;
	border:2px solid #ddd;
	cursor: default;
	display: block;
}
.nonext span::before,
.nonext span::after {
	content: " ";
}

/* button detail */
.b-h40-nowrap {
	height:40px;
	line-height: 40px;
}
.b-h40-wrap {
	height:40px;
}
.b-h50-nowrap {
	height:50px;
	line-height: 50px;
}
.b-h50-wrap {
	height:50px;
}

/* set pagenation */
#pagenation {
	text-align: center;
}
#pagenation a {
	padding: 0 10px;
	margin:0 2px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
    line-height: 40px;
	border: 1px solid #fff;
}
#pagenation a.current {
	text-decoration: none;
	border: 1px solid #407100;
	color: #407100;
	background:#fff;
}
#pagenation a:hover {
	text-decoration: none;
	border: 1px solid #407100;
	background: #DEF4FB;
	color: #407100;
}
#pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}
#pagenation input.pageselect {
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}
#pagenation button[type="submit"] {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding:4px 10px;
	text-align: center;
	color: #407100;
	cursor: pointer;
	text-decoration: none !important;
	border-radius: 0.5em;
	border: 1px solid #407100;
	background:#fff;
	margin-left: 10px;
}
#pagenation button[type="submit"]:hover {
	background: #DEF4FB;
	color: #407100;
	text-decoration: none !important;
}

/* set icon */
.ico_onion {
  	display: block;
  	position: relative;
  	padding-left: 65px;

}
.ico_onion::before {
	width: 60px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	content: "";
	background: url(../img/common/i_onion.png) no-repeat center center;
	background-size: 100%;
}
/* set icon */
.ico_tomato {
  	display: block;
  	position: relative;
  	padding-left: 65px;

}
.ico_tomato::before {
	width: 60px;
	height: 58px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -29px;
	content: "";
	background: url(../img/common/i_tomato.png) no-repeat center center;
	background-size: 100%;
}

/* set body section */
section {
	margin: 0;
	display: block;
}
section:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p {
	line-height: 1.8em;
	margin-bottom: 20px;
}
section.section p.tLead {
	margin-bottom: 20px;
}
section.section p a {
	font-weight: 600;
}

/* set active link style */
.op a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* set kadomaru box */
.radi {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set caution text */
.caution {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.caution {display: inline-block;}

/* set drop shadow */
.shad {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-left: 20px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
	left:0;
}
.pdf {
	position: relative;
	padding-left: 20px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
	left:0;
}
.exl {
	position: relative;
	padding-left: 20px;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #088911;
	content: "\f1c3";
	left:0;
}
.doc {
	position: relative;
	padding-left: 20px;
}
.doc::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #083e89;
	content: "\f1c2";
	left:0;
}
.arrow {
	position: relative;
	padding-right: 20px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	right:0;
}

.arrowdown {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.arrowdown::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	right:0;
}

/* set list into section */
ul.normal {
	margin: 0;
	padding: 0;
}
ol.normal {
	margin: 0;
	padding: 0;
}
ul.normal li {
	list-style-type: none;
	padding-left: 1em;
	list-style-position: inside;
	margin: 0 0 0.5em;
	line-height: 2em;
	font-size: 1em;
	position: relative;
}
ol.normal li {
	list-style-image: none;
	list-style-type: decimal;
	line-height: 2em;
	margin: 0 0 0.5em;
	padding-left: 1.5em;
	list-style-position: inside;
	text-indent: -1em;
	font-size: 1em;
}
ol.normal li a {
	display: inline-block;
    width: auto;
    padding-left: 1.5em;
}
ul.normal li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}
ul.linknext {
	margin: 0;
}
ul.linknext li {
	margin: 0 0 0.5em 0;
	list-style-image: none;
	text-indent: 0;
}

ul.linknext li a {
	display: block;
	width: auto;
	position: relative;
	padding: 5px 0 5px 20px;
	font-weight: 500 !important;
	border-bottom: 1px solid #eee;
}

ul.linknext li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "\f054";
	font-family: FontAwesome;
	font-weight: 500 !important;
	font-size: 10px;
	margin-top: -12px;
	color: #666;
}

@media all and (min-width:768px) and (max-width:1024px) {
}

/*  float clear */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
}

body.home h1 {
	display: none;
}
section.section h2.Type01 {
	width: auto;
	text-align: left;
	margin-bottom: 50px;
    display: block;
	font-weight: 500;
}
section.section h2.Type01 span.txMin {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1em;
}
section.section h2.Type01 span.jp {
	display: block;
	font-size: 1.8em;
}
section.section h2.Type02 {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	font-weight: 500;
	display: block;
}
section.section h2.Type02 span {
	width: auto;
	line-height: 1.6em;
	padding: 10px 16px;
	font-size: 1.6em;
	display: block;
	position: relative;
	border-bottom: 2px solid #407100;
}
section.section h2.Type03 {
	width: auto;
	text-align: left;
	margin-bottom: 30px;
    display: block;
	font-weight: 500;
}
section.section h2.Type03 span.txMin {
	display: inline-block;
	font-size: 3em;
	margin-right: 10px;
}
section.section h2.Type03 span.jp {
	display: inline-block;
	font-weight: 600;
}
section.section h3.Type01 {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: block;
	font-weight: 500;
}
section.section h3.Type01 span {
	width: auto;
	line-height: 1.6em;
	padding: 10px 16px;
	font-size: 1.4em;
	display: block;
	position: relative;
	background: #eee;
	border-radius: 10px;
}
section.section h4.Type01 {
	position: relative;
	font-size: 1.4em;
	margin: 0 0 30px;
	padding: 10px 16px;
	font-weight: 500;
	line-height: 1.6em;
}
section.section h4.Type02 {
	position: relative;
	font-size: 1.4em;
	margin: 0 0 30px;
	padding: 10px 16px;
	font-weight: 500;
	line-height: 1.6em;
}

@media all and  (max-width:320px) {

}

@media all and (min-width:769px) and (max-width:1024px) {

}

/* spacer */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}
.pa40 {padding:40px;}
.pa50 {padding:50px;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}

.mb00 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}

/* corner box */
.b-type01 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #407100;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type01 > p:last-child {
	margin: 0 !important;
}
.b-type02 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	background-color: #407100;
	color: #fff;
	line-height:1.5em;
}
.b-type02 > p:last-child {
	margin: 0 !important;
}
.b-type03 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	border: 2px solid #ec1818;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}
.b-type03 > p:last-child {
	margin: 0 !important;
}
.b-type04 {
	margin: 0 0 30px;
	padding: 26px 20px;
	width: auto;
	background-color: #e8e8e8;
	line-height:1.5em;
}
.b-type04 > p:last-child {
	margin: 0 !important;
}
.b-type05 {
	margin: 0 0 30px;
	padding: 26px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 1.5em;
	color:#fff;
}
.b-type05 > p:last-child {
	margin: 0 !important;
}

/* table */
table	{ margin:0;padding:0; }
table ul	{ margin:0 !important; padding:0 !important; }
table li	{ line-height:1.8em;margin:0; font-size:1em !important; }
table p		{ line-height:1.6em;margin:5px 0; }
table dl 	{ margin: 0 0 -1px;zoom:1;position: relative; }
table dt	{ float: left;clear: left;width: 12em;padding: 3px 0 3px;zoom:1; }
table dd 	{ padding: 3px 0 3px 12em;	zoom:1; }

table.table01{
  border-collapse:collapse;
  margin: 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
}
table.table01 td,
table.table01 th {
  padding:16px 20px;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
table.table01 td:last-child,
table.table01 th:last-child {
	border-right:0;
}
table.table01 thead th {
	font-weight: 600;
	text-align: center;
	background: #eee;
}
table.table01 tbody td,
table.table01 tbody th {
	background: #fff;
}
table.table01 tbody th {
	font-weight: 600;
	background: #eee;
}

table.table02 {
	border: #ccc;
	border-style: dotted;
	border-width: 1px 0;
	border-collapse:collapse;
	margin:0;
	font-size: 1em;
}
table.table02 td,
table.table02 th {
  padding:16px 20px;
}
table.table02 th {
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0;
	line-height: 1.6em;
	font-weight: 600;
	vertical-align: top;
	text-align: left;
}
table.table02 td {
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0px;
	line-height: 1.6em;
	vertical-align: top;
}

table.none			{ border: none;margin-bottom:10px; }
table.none td		{ background-color:#ffffff;padding:5px;line-height:1.5em; }

table.table01 table		{ border:none;margin:0;padding:0; }
table.table01 table th	{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500; }
table.table01 table td	{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }

table th.c, td.c	{ text-align:center; }
table th.m, td.m 	{ vertical-align:middle; }
table th.r, td.r 	{ text-align:right; }

@media all and (orientation: portrait) {
	table.sp-chg th,
	table.sp-chg td{ display:block;width:auto; }
	table.table01.sp-chg tbody th {
	    border-right: 0;
	    border-bottom:1px solid #ccc;
	}
	table.table02.sp-chg {
    	border-width: 1px 0 0;
	}
}

.scrolltable{
overflow: auto;/*tableをスクロールさせる*/
white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scrolltable::-webkit-scrollbar{/*tableにスクロールバーを追加*/
 height: 5px;
}
.scrolltable::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scrolltable::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

/* photo gallery */
.photogallery { width:auto;overflow:hidden;margin:0;}
.photogallery .photo { width:100%;margin:0 0 10px;overflow:hidden; }
.photogallery p { height:auto;margin:0 !important;}
.photogallery span { width:100%;font-size:14px;padding:0;display:inline-block;}
.photogallery a:hover img { -webkit-transition: all .3s; transition: all .3s;opacity: .5;-webkit-opacity: .5;-moz-opacity: .5;}
@media all and (min-width:769px) and (max-width:1024px) {
	.photogallery .photo { width:48%;margin:0 1% 10px; }
}

@media all and (min-width:768px) and (max-width:1024px) {
	.photogallery .clm2,
	.photogallery .clm3,
	.photogallery .clm4 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		position: relative;
	}

	.photogallery .clm3:after{
	    content:"";
	    display:block;
	    width: 32%;
	    height:0;
	}

	.photogallery .clm4:before{
	    content:"";
	    display:block;
	    width: 23%;
	    height:0;
	    order:1;
	}
	.photogallery .clm4:after{
	    content:"";
	    display:block;
	    width: 150px;
	    height:0;
	}
	.photogallery .photo img {
		width:100%;
	}
	.photogallery .clm3 .photo {
		width: 32%;
	}
	.photogallery .clm2 .photo {
		width: 48%;
	}
	.photogallery .clm4 .photo {
		width: 23%;
	}
}

/* tab menu */
ul.tab-menu{
	list-style: none;
	padding:0;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.tab-menu li.tab-item{
 	flex:1;
	text-decoration: none;
	margin: 0 !important;
	padding: 0 !important;
}

ul.tab-menu li.tab-item a,
ul.tab-menu li.tab-item span{
	height: 0;
	line-height: 40px;
	width: auto;
	display: block;
	position: relative;
	border-bottom: 40px solid #D7EFC9;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top-left-radius:25px 35px;
	border-top-right-radius:25px 35px;
	text-decoration: none !important;
	font-size:18px;
}

ul.tab-menu li.tab-item a {
	position: relative;
	padding-right: 20px;
}
ul.tab-menu li.tab-item a::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -2px;
}

ul.tab-menu li.tab-item span{
	border-bottom: 40px solid #45B505;
	color: #fff;
}

ul.tab-menu li.tab-item a:hover{
	border-bottom: 40px solid #45B505;
	color: #fff;
	text-decoration: none !important;
}

@media all and (max-width:414px) {
	ul.tab-menu{
		display: block;
	}
	ul.tab-menu li.tab-item{
		display: block;
	}
	ul.tab-menu li.tab-item a,
	ul.tab-menu li.tab-item span{
		border-left: 0 solid transparent;
		border-right: 0 solid transparent;
		border-top-left-radius:0 0;
		border-top-right-radius:0 0;
	}
}

/* anchor */
.anc {
	padding-top: 80px;
	margin-top: -80px;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	text-align:center;
	overflow-x: hidden;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#main{
	padding-bottom: 0;
}
div#contents-wrapp {
	background: #fff;
}
@media all and (min-width:768px) and (max-width:1024px) {

}
/* header section
========================================== */
header {
	height: 70px;
	width:100%;
	position: fixed;
	top: 0;
	transition: 0.25s;
	background: #fff;
	z-index: 999999999;
}
#header {
	height: 70px;
	position:absolute;
	width:60px;
	top:0;
	right:0;
	z-index:9999999;
}
#header-logo {
	padding: 0;
    margin: 0 0 0 10px;
    height: auto;
    width: 60%;
    position: relative;
    top: 5px;
}
#header-logo img{
	height:26px;
	width:auto;
	margin: 5px 0 0 0;
	z-index:99999999999;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#header-logo img{
		height:50px;
	}
}

/* =======================================
   header contact
========================================== */
#header-contact {
	width: 80%;
	height: 28px;
	position: fixed;
	top: 35px;
	left: 10px;
	display: block;
	text-align: left;
}
#header-contact span.telno {
	text-align: left;
	font-size: 1.25em;
	letter-spacing: -1px;
	position: relative;
	padding-left: 30px;
	margin-right: 10px;
}
#header-contact span.time {
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	font-size: 0.6em;
	display: inline-block;
}
#header-contact span.telno:before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -10px;
	content: "";
	background: url(../img/common/ico_tel.svg) no-repeat center center;
	background-size: 100%;
}

@media all  and (max-width:320px) {
	#header-contact span.time {
		display: none;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {
	#header-contact {
		width: auto;
		height: 28px;
		position: fixed;
		top: 5px;
		right: 70px;
		left: auto;
	}
	#header-contact span.telno {
		text-align: left;
		padding-left: 36px;
		font-size: 1.25em;
		letter-spacing: -1px;
		position: relative;
		display: flex;
		justify-content: left;
	}
	#header-contact span.time {
		height: 20px;
		line-height: 20px;
		border: 1px solid #407100;
		border-radius: 13px;
		font-size: 0.6em;
		padding: 0 6px;
		display: block;
		justify-content: center;
	}
	#header-contact span.telno:before {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -10px;
		content: "";
		background: url(../img/common/ico_tel.svg) no-repeat center center;
		background-size: 100%;
	}
}

/* =======================================
   pankuzu navi
========================================== */
#pankuzu {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	background: rgba(255,255,255,.8);
  position: absolute;
  bottom: 0;
  z-index: 11;
  transition: all .25s;
  z-index: 3333;
}

#pankuzu ul {
	width: auto;
	padding: 0;
	margin: 0 20px;
	display: block;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#pankuzu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	zoom: 1;
	font-size: 12px;
}
#pankuzu ul li a,
#pankuzu ul li span {
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding:16px 0 16px 20px;
}

#pankuzu ul li a:hover {
}
#pankuzu ul li a::after,
#pankuzu ul li span::after {
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}

/* =======================================
   global navigation
========================================== */
#g-menu {
	width: 70px;
	max-height: 100%;
	min-height: 70px;
	padding: 0;
	margin: 0;
	z-index:99999999;
	position:fixed;
	top:0;
	right:0;
}
.toggle-g {
    display: block;
    width: 70px;
    height: 70px;
    color: #F13522;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
}
.toggle-g span:nth-of-type(1){
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 4px;
    background: #F13522;
    border-radius: 2px;
}
.toggle-g span:nth-of-type(2) {
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    top: 32px;
    left: 20px;
    width: 30px;
	height: 4px;
	background: #F13522;
    border-radius: 2px;
}
.toggle-g span:nth-of-type(3) {
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    top: 44px;
    left: 20px;
    width: 30px;
	height: 4px;
	background: #F13522;
    border-radius: 2px;
}
.toggle-g.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
/* --------------------------------------------------- menu */
#g-menu .spmenu {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 70px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: #EFEFEF;
}
#g-menu .spmenu ul {
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 10%;
    left: 0;
}
}
#g-menu .spmenu ul.active {
    -webkit-overflow-scrolling:touch;/* iOS8 bug fix */
	overflow-y: auto;
}
#g-menu .spmenu ul li {
    list-style: none;
	float:none;
	position:relative;
}
#g-menu .spmenu ul li p {
    display: block;
    padding:0;
	width:100%;
	position:relative;
}
#g-menu .spmenu ul li a {
	display: block;
    position: relative;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 1.2em;
    line-height: 50px;
}
#g-menu .spmenu ul li a:hover {
    display: block;
    padding:0;
	line-height:40px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}

#g-menu .spmenu ul ul.open { display:block;}
#g-menu .spmenu ul > li > p { cursor:pointer;}
#g-menu .spmenu ul li a.go:after { position:absolute; /*top:0;*/ right:15px; content: "\f054";font-family: FontAwesome; font-size:10px;line-height:40px; }
#g-menu .spmenu ul li a.menu:after { position:absolute; /*top:0;*/ left:15px; content: "\f078";font-family: FontAwesome; font-size:10px;line-height:40px; }

@media all and (min-width:768px) and (max-width:1024px) {

}

/* =======================================
   footer section
========================================== */
#page-back {
	position: fixed;
	width:56px;
	height:61px;
	right:40px;
	bottom: 80px;
	z-index:99999999999;
}
#page-back a {
	position: relative;
	width:56px;
	height:61px;
	display: block;
}
#page-back a img {
	width: 100%;
}
footer {
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: relative;
	border-bottom: 6px solid #48A40C;
	z-index: 1111;
}
.footer-wrapp {
	width: auto;
	margin: 0 20px;
	height: auto;
	display: block;
}
#footer-logo {
	width: 100%;
}
#footer-logo span.logo {
	display: block;
	width: 90%;
	margin-bottom: 5px;
}
#footer-logo img {
	width: 100%;
}
#footer-logo .copy {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
	font-size:0.6em;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#footer-menu {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#footer-menu dl {
	width: 48%;
	margin-right: 5px;
}
#footer-menu dd {
	display: block;
	position: relative;
}
#footer-menu a {
	width: auto;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 0.8em;
	font-weight: 600;
	margin: 0;
	padding: 0 5px 0 26px;
	position: relative;
}
#footer-menu a::before {
	display: block;
  	position: absolute;
  	top: 50%;
  	left: 5px;
  	content: "";
  	width: 14px;
  	height: 14px;
  	margin-top: -7px;
  	background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
  	background-size: 100%;
}
#footer-menu a:hover {
	background: #EFEFEF;
}

@media all and (max-width:320px) {
}

@media all and (min-width:768px) and (max-width:1024px) {
	.footer-wrapp {
		display: flex;
	    justify-content: space-between;
	}
	#footer-logo {
		width: 40%;
	}
	#footer-logo span.logo {
		width: 80%;
	}
	#footer-menu {
		width: 60%;
		flex-wrap: nowrap;
	}
	#footer-menu dl:nth-child(1),
	#footer-menu dl:nth-child(2) {
		width: 28%;
	}
	#footer-menu dl:nth-child(3) {
		width: 44%;
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
#sub-contents {
	width: 100%;
	position: relative;
	background-size: 100%;
}
.contents-inner {
	margin: 0;
	padding: 30px 20px;
	width: 100%;
	text-align: left;
	position: relative;
}
section.section {
    margin: 0;
    padding: 20px 0;
    width: auto;
}
.back-gl {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	background: #F3F3F3;
	z-index: 2222;
}
.back-gl::before {
	width: 100%;
	height: 60px;
	margin: 0;
	display: block;
	position: absolute;
	top: -59px;
	left: 0;
	content: "";
	background: url(../img/common/i_basecolor_gl_top.svg) no-repeat bottom left;
	background-size: 100%;
	z-index: 2222;
}
.back-gr {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	background: #E9F5E1;
	z-index: 2222;
}


@media all and (min-width:768px) and (max-width:1024px) {
	.contents-inner {
		padding: 40px;
	}
}

/* =======================================
   Top page
========================================== */
/* slider
---------------------------------------- */
/* slider
---------------------------------------- */
@-webkit-keyframes zoomUp {
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
	}

	@keyframes zoomUp { //1.15倍させる指定
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
	100% {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
}
.swiper-container {
    margin: 0 auto 0 !important;
    height: auto;
    overflow: hiddden;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
  display: block;
}
.swiper-wrapper {
	position: relative;
}
.swiper-wrapper .slider-text {
	position: absolute;
	width: auto;
	text-align: left;
	top: 37%;
	left: 5%;
	z-index: 9999;
}
.swiper-wrapper .slider-text span.text {
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
}
.swiper-wrapper .slider-text span.image img {
	width: 100%;
}

@media all and (min-width:768px) and (max-width:1024px) {
	.swiper-wrapper .slider-text span.text {
		font-size: 2em;
	}
}

/* newstopics
---------------------------------------- */
#toppage-newsblock {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	height: auto;
	position: relative;
	display: block;
	z-index: 3333;
}
#toppage-newsblock .button-wrapp {
	width: auto;
	margin: 0 20px 50px;
	display: flex;
	justify-content: flex-end;
}
#toppage-newsblock .button-wrapp p {
	width: 200px;
}
.news-title-wrapp {
	width: auto;
	margin: 0 20px;
	padding: 50px 0;
	position: relative;
	display: flex;
	justify-content: center;
}
.news-title-wrapp h2 {
	width: 100%;
	font-weight: 500;
	text-align: center;
	position: relative;
}
.news-title-wrapp h2:before {
	width: 62px;
	height: 90px;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	content: "";
	background: url(../img/common/i_aspara_left.png) no-repeat center center;
	background-size: 100%;
}
.news-title-wrapp h2:after {
	width: 62px;
	height: 90px;
	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	content: "";
	background: url(../img/common/i_aspara_right.png) no-repeat center center;
	background-size: 100%;
}
.news-title-wrapp h2 span.txMin {
	display: block;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
.news-title-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
.news-title-wrapp .button-wrapp {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.news-title-wrapp .button-wrapp .button {
	width: 150px;
}
.news-list-wrapp {
	width: auto;
	margin: 0 20px;
	position:relative;
	display: block;
}
.news-list-wrapp dl {
	position: relative;
	width: 100%;
	height: 160px;
	display: block;
  	text-align: left;
  	border-radius: 10px;
  	transition: .25s;
  	margin-bottom: 30px;
  	z-index: 2;
}
.news-list-wrapp .cover {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 160px;
	content: "";
	display: block;
  	background: #48A40C;
  	border-radius: 10px;
  	z-index: 1;
 }
.news-list-wrapp dd.date{
	padding: 0 0 10px;
	width: auto;
	display: inline-block;
  	font-size: .9em;
}
.news-list-wrapp dd.ico {
  	width: 120px;
  	height: 30px;
  	line-height: 30px;
  	text-align: center;
	display: inline-block;
  	font-size: .9em;
  	background: #48A40C;
  	color: #fff;
  	margin-right: 10px;
  	border-radius: 15px;
}
.news-list-wrapp dd.text {
	width: 100%;
	display: block;
	height: 60px;
	overflow: auto;
  	z-index: 2;
}
.news-list-wrapp dl.link a,
.news-list-wrapp dl.nolink span {
	position: relative;
	width: auto;
	display:block;
  	padding: 30px 20px;
  	background: #EFEFEF;
  	border-radius: 15px;
  	z-index: 2;
}
.news-list-wrapp dl.link a:hover {
    background: #ccc;
}
.news-list-wrapp .new{
	position: absolute;
	display: block;
	top: 40px;
	right: 20px;
	font-size: .8em;
	color: #e66060;
	width: auto;
	height: 30px;
	line-height: 30px;
}

@media all and (min-width:768px) and (max-width:1024px) {
	.news-title-wrapp h2 {
		width: 300px;
	}
	.news-list-wrapp {
    	margin: 0 40px;
		display: flex;
	  	justify-content: space-between;
	  	flex-wrap: wrap;
	}
	.news-list-wrapp::after {
		display: block;
		content:"";
		width: 48%;
	}
	.news-list-wrapp dl {
		width: 46%;
	}
	#toppage-newsblock .button-wrapp {
	    width: auto;
	    margin: 0 40px 50px;
	}
}

/* toppage-strength
---------------------------------------- */
#toppage-strength .icatch-image {
	width: auto;
	margin: 0 20px;
	display: block;
	position: absolute;
	top: -300px;
	left: 50%;
	margin-left: -400px;
}
#toppage-strength .icatch-image::before {
	width: 643px;
	height: 351px;
	margin: 0;
	display: block;
	position: relative;
	content: "";
	background: url(../img/common/i_vesi_fruits.png) no-repeat bottom left;
	background-size: 100%;
}
#toppage-strength .toppage-strength-inner {
	width: 100%;
	margin: 0;
	padding: 50px 20px;
	height: auto;
	position: relative;
	display: block;
	background: #F3F3F3;
	z-index: 2222;
}
#toppage-strength .text-wrapp {
	width: auto;
	padding: 0 0 30px;
	text-align: left;
}
#toppage-strength .text-wrapp-inner {
	width: 100%;
	margin: 0;
	display: block;
}
#toppage-strength .text-wrapp h2 {
	font-weight: 500;
	text-align: left;
	margin-bottom: 30px;
  	width: auto;
  	display: block;
}
#toppage-strength .text-wrapp p {
	margin-bottom: 30px;
	font-weight: 500;
	text-align: left;
  	display: block;
}
#toppage-strength .text-wrapp h2 span.txMin {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
#toppage-strength .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-strength .lead-text {
	display: block;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-strength .text-wrapp .button {
	width: 200px;
}
#toppage-strength .image-wrapp {
	width: auto;
	display: block;
}
#toppage-strength .image-wrapp img {
	width: 100%;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#toppage-strength .icatch-image {
		margin-left: -600px;
	}
	#toppage-strength .toppage-strength-inner {
		width: auto;
		margin: 0;
		height: auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		background: #F3F3F3;
		z-index: 2222;
	}
	#toppage-strength .text-wrapp {
		width: 48%;
		padding: 0;
		order: 1;
	}
	#toppage-strength .image-wrapp {
		width: 48%;
	}
}

/* toppage-services
---------------------------------------- */
#toppage-services {
	margin: 0;
	padding: 50px 0 0;
	height: auto;
	position: relative;
	z-index: 1111;
}
#toppage-services .toppage-services-inner {
	width: auto;
	margin: 0 20px 30px;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
}
#toppage-services .text-wrapp {
	width: 100%;
	padding: 0 0 30px;
	text-align: left;
}
#toppage-services .text-wrapp-inner {
	width: 100%;
	margin: 0;
  	display: block;
}
#toppage-services .text-wrapp h2 {
	font-weight: 500;
	text-align: left;
	margin-bottom: 30px;
  	width: auto;
  	display: inline-block;
	width:100%;
}
#toppage-services .text-wrapp p {
	width: auto;
	font-weight: 500;
	text-align: left;
  	display: inline-block;
  	margin-bottom: 30px;
}
#toppage-services .text-wrapp h2 span.txMin {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
#toppage-services .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-services .lead-text {
	display: block;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-services .text-wrapp .button {
	width: 200px;
}
#toppage-services .image-wrapp {
	width: 100%;
	display: block;
}
@media all and (min-width:768px) and (max-width:1024px) {
		#toppage-services .toppage-services-inner {
			display: flex;
			justify-content: space-between;
		}
		#toppage-services .text-wrapp {
			width: 48%;
			padding: 0;
			order: 1;
		}
		#toppage-services .image-wrapp {
			width: 48%;
		}
}

/* toppage-aboutus
---------------------------------------- */
#toppage-aboutus {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	z-index: 2222;
}
#toppage-aboutus .toppage-aboutus-inner {
	width: auto;
	margin: 0;
	padding: 20px 20px 0;
	height: auto;
	position: relative;
	display: block;
}
#toppage-aboutus .text-wrapp {
	width: 100%;
	text-align: left;
	background: #E9F5E1;
	border-radius: 50px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#toppage-aboutus .text-wrapp-inner {
	width: auto;
	margin: 30px 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toppage-aboutus .text-wrapp h2 {
	font-weight: 500;
	margin-bottom: 30px;
	padding-left: 50px;
  	width: auto;
  	display: block;
  	position: relative;
  	text-align: center;
}
#toppage-aboutus .text-wrapp p {
	margin-bottom: 30px;
	font-weight: 500;
  	width: auto;
}
#toppage-aboutus .text-wrapp h2 span.txMin {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
#toppage-aboutus .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-aboutus .lead-text {
  	width: 80%;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-aboutus .text-wrapp .button {
	width: 200px;
}
#toppage-aboutus .image-wrapp {
	width: 100%;
	height: 250px;
	display: block;
	border-radius: 0 0 50px 0;
	content: "";
	position: relative;
	background: url(../img/home/ph_aboutus.jpg) no-repeat top center;
	background-size: cover;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#toppage-aboutus {
		margin: 0;
	}
	#toppage-aboutus .toppage-aboutus-inner {
		display: flex;
		justify-content: space-between;
	}
	#toppage-aboutus .text-wrapp {
		width: 50%;
	}
	#toppage-aboutus .text-wrapp-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#toppage-aboutus .image-wrapp {
		width: 50%;
		height: 500px;
		overflow: hidden;
	}

}

/* toppage-blog
---------------------------------------- */
#toppage-blog {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	display: block;
	z-index: 2222;
}
#toppage-blog .toppage-blog-inner {
	width: auto;
	margin: 0;
	padding: 0 20px 30px;
	height: auto;
	position: relative;
	display: block;
}
#toppage-blog .text-wrapp {
	width: 100%;
	text-align: left;
	background: #F5E9E4;
	border-radius: 50px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}
#toppage-blog .text-wrapp-inner {
	width: auto;
	margin: 30px 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#toppage-blog .text-wrapp h2 {
	font-weight: 500;
	margin-bottom: 30px;
  	width: auto;
  	text-align: center;
}
#toppage-blog .text-wrapp p {
	margin-bottom: 30px;
	font-weight: 500;
  	width: auto;
}
#toppage-blog .text-wrapp h2 span.txMin {
	display: block;
	font-size: 40px;
	line-height: 40px;
}
#toppage-blog .text-wrapp h2 span.jp {
	display: block;
	font-weight: 600;
}
#toppage-blog .lead-text {
  	width: 60%;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#toppage-blog .text-wrapp .button {
	width: 200px;
}
#toppage-blog .image-wrapp {
	width: 100%;
	height: 250px;
	display: block;
	border-radius: 0 0 50px 0;
	content: "";
	position: relative;
	background: url(../img/home/ph_staffblog.jpg) no-repeat top center;
	background-size: cover;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#toppage-blog {
		margin: 0;
	}
	#toppage-blog .toppage-blog-inner {
		display: flex;
		justify-content: space-between;
	}
	#toppage-blog .text-wrapp {
		width: 50%;
		border-radius: 0 0 50px 0;
	}
	#toppage-blog .text-wrapp-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#toppage-blog .image-wrapp {
		width: 50%;
		height: 500px;
		overflow: hidden;
		border-radius: 50px 0 0 0;
	}
}

/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */
/* contents title */
#contents-title {
	background: url(../img/common/back_h1.jpg) center center no-repeat;
	background-size: cover;
	height: 200px;
	display: block;
	position: relative;
	z-index: 1;
}
#contents-title::after {
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0.2);
	display: block;
	position: absolute;
	top: 0;
	content: "";
	z-index: 1;
}
#contents-title h1 {
	width: auto;
	height: 200px;
	margin: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	text-align: left;
	color: #fff;
	z-index: 2;
}
#contents-title h1 span {
	font-size: 30px;
	margin-top: -50px;
}

/* image + test set */
.img-text-wrapp {
	width:100%;
	display: block;
	position: relative;
}
.img-text-wrapp .image {
	width: 100%;
	margin-bottom: 30px;
}
.img-text-wrapp .image img {
	width: 100%;
}
.img-text-wrapp .text {
	width: 100%;
}

@media all and (min-width:768px) and (max-width:1024px) {
	#contents-title {
		height: 200px;
	}
	#contents-title h1 {
		padding-top: 60px;
	}
	.img-text-wrapp {
		display: flex;
		justify-content: space-between;
	}
	.img-text-wrapp .image {
		width: 40%;
		margin-bottom: 0;
	}
	.img-text-wrapp .text {
		width: 55%;
	}
	.img-text-wrapp.right-image .text {
		order: 1;
	}
}

/* =======================================
   out strength   
========================================== */
h2.strength {
	width: 100%;
	display: block;
	padding: 70px 0 30px;
	font-size: 1.25em;
	position: relative;
}
h2.strength span {
	display: block;
}
h2.strength::before {
	display: block;
	width: 80px;
	height: 61px;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}
h2.strength.point01::before {
	background: url(../img/our_strength/i_point01.png) no-repeat top left;
	background-size: 100%;
}
h2.strength.point02::before {
	background: url(../img/our_strength/i_point02.png) no-repeat top left;
	background-size: 100%;
}
h2.strength.point03::before {
	background: url(../img/our_strength/i_point03.png) no-repeat top left;
	background-size: 100%;
}
.areamap-inner {
	margin: 0 20px;
	padding:0 0 30px;
	width: auto;
	text-align: left;
	position: relative;
	display: block;
	z-index: 2222;	
}
.areamap {
	width:100%;
	display: block;
	position: relative;
}
.areamap .image {
	width: 100%;
}
.areamap .image img {
	width: 100%;
}
.areamap .text {
	width: 100%;
}

@media all and (min-width:768px) and (max-width:1024px) {
	h2.strength {
		width: 100%;
		display: block;
		padding: 0 0 0 180px;
		font-size: 1.5em;
		position: relative;
	}
	h2.strength span {
		display: block;
		height: 130px;
		line-height: 130px;
	}
	h2.strength::before {
		display: block;
		width: 171px;
		height: 130px;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -65px;
		background-size: 100%;
	}
	h2.strength.point01::before {
		background: url(../img/our_strength/i_point01.png) no-repeat top left;
	}
	h2.strength.point02::before {
		background: url(../img/our_strength/i_point02.png) no-repeat top left;
	}
	h2.strength.point03::before {
		background: url(../img/our_strength/i_point03.png) no-repeat top left;
	}
	.areamap {
		width:100%;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.areamap .image {
		width: 50%;
	}
	.areamap .image img {
		width: 100%;
	}
	.areamap .text {
		width: 45%;
		order: 1;
	}

}

/* =======================================
   services
========================================== */
ul.service-list {
	width: 100%;
	display: block;
}
ul.service-list li {
	width: 100%;
	display: block;
	padding: 0 !important;
	margin: 0 0 10px !important;
	background: #fff;
	height: 50px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.service-list li span {
	width: auto;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
@media all and (min-width:768px) and (max-width:1024px) {
	ul.service-list {
		display: flex;
		flex-wrap: wrap;
	}
	ul.service-list li {
		width: 48%;
		margin: 0 0.5% 10px !important;
	}
}

/* =======================================
   Sitemap
========================================== */
ul.sitemapNavi{
	overflow:hidden;
	width:100%;
}
ul.sitemapNavi li{
	overflow:hidden;
	width:100%;
	padding:0!important;
	margin:0 0 30px!important;
	border-bottom: 1px solid #ccc;
}
ul.sitemapNavi li div.role{
	position: relative;
	overflow:hidden;
	width:100%;
}
ul.sitemapNavi li p.title{
	width:calc(100% - 2em);
	margin:0 auto 10px;
	margin-top: 10px;
	padding:10px 1em;
	border:1px solid #ccc;
	color: #666;
}

ul.sitemapNavi li a{
	position: relative;
	display: block;
	width:100%;
	padding:10px 1em 10px 2em;
	text-decoration: none!important;
}
ul.sitemapNavi li a:hover{
	background: #EFEFEF;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
ul.sitemapNavi li .category_title a:before{
	display: block;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(../img/common/ico_arrow_gr.svg) no-repeat center center;
    background-size: 100%;
}
ul.sitemapNavi li a strong{
	color: #48A40C;
}
ul.sitemapNavi li a:hover strong{
	color: #48A40C;
}

@media all and (min-width:768px) and (max-width:1024px) {
	ul.sitemapNavi{
		overflow:hidden;
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.sitemapNavi li{
		overflow:hidden;
		width:33%;
		padding:0!important;
		margin:0 0 30px!important;
		border-bottom: 1px solid #ccc;
	}
	}

/* =======================================
   Contact form
========================================== */
/* step_navigation */
div.contact-step-navi{
	width:100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
div.contact-step{
	overflow: hidden;
    position: relative;
   	width: calc(100% / 3);
	padding-left: 0px;
    height: 60px;
    background: #efefef;
    text-align: left;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:0.8em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:600;
    color:#3e3e3e;
    font-size:10px;
    margin:0 0 0 20px;
}

div.contact-step dd{
    font-weight: 600;
    color:#3e3e3e;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #407100;
}
div.contact-current dt{
  color: #fff;
}
div.contact-current dd{
  color: #fff;
}

/* form */
table.form{
   width: 100%;
   margin: 0 auto 30px;
   font-size:16px !important;
}

table.form th,table.form td{
	line-height:2em;
	padding:20px;
	position: relative;
}
table.form th {
	width:42%;
}
table.form th span {
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
}

table.form th span.text {
  padding-right: 60px;
  display: block;
  width: auto;
}

table.form th span.required {
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #ff173c;
  color: #ff173c;
}

table.form th span.any {
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #fff;
}

table.form .cRed {
	color: #fff;
    background: #ff8585;
    padding: 5px 10px;
}

table.form th small {font-weight: normal;}
table.form input{
   width: 89%;
   padding:16px;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
}

table.form input.table-w-xxsmall{
   width: 20%;
   display: inline;
}

table.form input.table-w-xsmall{
   	width: 60%;
   	display: inline;
}

table.form input.table-w-small{
    width:80%;
    display: inline;
}

table.form select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 94%;
    margin: 0;
    padding: 20px;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 36px;
   	font-size:1em;
   	border: 1px solid #ccc;
   	background: #eeeeee;
	background: -moz-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: linear-gradient( #ffffff 0%, #eeeeee 100%);
}
table.form select.table-w-xsmall{width:25%;}
table.form option{
	width: auto;
}

table.form textarea{
	width: 94%;
   	padding:16px 10px;
   	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   	border-width: 1px;
   	border-style: solid;
   	border-color: rgb(169, 169, 169);
}
input[type="tel"] {
	font-size:16px;
}
input[type="button"].button-w-s{
   	width: 45%;
}

input[type="file"]{
	font: 1.2em !important;
}

input[type="button"].button-w-s-gl{
   	width: 45%;
}

input[type="button"].button-formback{
  	border:none; 
  	padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   	width: auto;
   	display: inline;
   width: 20px;
   height: 20px;
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
}

table.form td label{margin-right: 1em;}

table.form input.address-auto{
   	width: auto;
   	margin-top: 3.125%;
}

.birthday input{margin-bottom:5px;}

input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
	-webkit-appearance: none;
   	border:none;
}
input[type="text"] {
   	-webkit-appearance: none;
   	border-radius: 0;
   	font-size: 1em;
   	border-color: #c2c2c2;
}
textarea{
   	-webkit-appearance: none;
   	border-radius: 0;
   	border-color: #c2c2c2;
   	font-size:16px
}
table.form .input-group {
	display: flex;
	flex-wrap: wrap;
}
table.form .input-group label {
	display: flex;
	align-items: center;
}
table.form .input-group label span {
	padding-left: 10px;
}
.thanks_message{
	padding:40px 0;
	font-size:18px;
}

@media all and (max-width:767px) {
	table.form th,table.form td{
		display:block;
		padding:20px 6px;
		width:auto;
	}
	table.form th{
		background:#eee;
	}
}

@media all and (min-width:768px) and (max-width:1024px) {

}