@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

.pcNone {
  display:none!important;
}

@media screen and (max-width:767px) {
  .spNone {
    display:none!important;
  }
  .pcNone {
    display:inline-block!important;
    vertical-align:bottom;
  }
}

.wrap01 {
	margin:0 auto;
	width:75%;
	min-width:1160px;
}
.wrap02 {
	margin:0 auto;
	width:70%;
	min-width:1050px;
}
.wrap03 {
	margin:0 auto;
	width:1100px;
}
.wrap04 {
	margin:0 auto;
	margin-top: 80px;
	width:1150px;
}
.wrap05 {
	margin:0 auto;
	min-width:1263px;
}
@media screen and (max-width:767px) {
	.wrap01 {
	    margin:0 auto;
	    width:90%;
	    min-width:inherit;
	}
	.wrap02 {
		margin:0 auto;
		width:85%;
	    min-width:inherit;
	}
	.wrap03 {
	  margin:0 auto;
	  width:85%;
	}
	.wrap04 {
	  margin:0 auto;
	  width:90%;
	}
}


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

- Title Style

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

/* title
------------------------------- */
.title01 {
	font-size: 4rem;
	color:#fff;
	margin-bottom: 35px;
	text-align: center;
    letter-spacing: 0.04em;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.title01 span{
	font-size: 1.8rem;
	display: block;
	font-weight: bold;
	letter-spacing: 0.15em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.title02 {
	font-weight: bold;
	font-size: 2.2rem;
	color:#008f61;
	margin-bottom: 25px;
	letter-spacing: 0.15em;
}
.title03{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #009044;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
.title03:after{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
	background: #009044;
	width: 113px;
	height: 2px;
	content: "";
}
.title04 {
  font-weight: bold;
	font-size: 18px;
	color:#008f61;
	line-height: 1;
  text-align: center;
}

@media screen and (max-width:767px){
/*スマホ指定*/
	.title01 {
		font-size: 3rem;
	}
	.title01 span{
		font-size: 40%;
	}
	.title02 {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	.title03 {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
}

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

- Section Style

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

/* imgSec
------------------------------- */
.imgSec01 {
	margin-bottom: 15px;
}
.imgSec01 .imgL {
	float: left;
	margin: 3px 25px 10px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 10px 25px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.imgSec01 .spFlClear {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
}

/* col02
------------------------------- */
.blk_col02 > div {
	width: 50%;
	float: left;
}
@media screen and (max-width:767px) {
	.blk_col02.spColClear > div {
		width: initial;
		float: none;
	}
	.blk_col02.spColClear > div:first-child {
		margin-bottom: 10px;
	}
}

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

- List Style

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

/* list
------------------------------- */
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #125999;
	position: absolute;
	left: 3px;
	top: .65em;
}

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}

/* capList
------------------------------- */
.capList > li {
	position: relative;
	padding-left: 16px !important;
	margin-bottom: 3px;
}
.capList > li:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* list02
------------------------------- */

.list02 li {
	padding: 40px 0;
	display: flex;
	border-bottom: 1px solid #d7d7d7;
}
.list02 li .list02_ttl {
	font-size: 15px;
	color: #009044;
	width: 13%;
	border-right: 1px solid #009044;
	border-bottom: none;
	height: 23px;
}
.list02 li .list02_txt {
	font-size: 16px;
	padding-left: 9.5%;
	width: 87%;
}
@media screen and (max-width:767px) {
	.list02 li {
		padding: 20px 0;
	}
	.list02 li .list02_ttl {
		font-size: 1.4rem;
		width: 21%;
	}
	.list02 li .list02_txt {
		font-size: 1.4rem;
		padding-left: 10px;
		width: 79%;
	}
}

/* list03
------------------------------- */

.list03 .listttl {
	background: #e0ffeb;
	padding: 35px 0;
	text-align: center;
	margin-top: 70px;
	width: 100%;
	border-bottom: none;
}
.list03 .listttl p {
	margin-top: 25px;
	font-size: 16px;
	line-height: 1;
}
.list03 li {
	padding: 40px 0;
	font-size: 14px;
	line-height: 2;
	width: 75%;
	margin: 0 auto;
	border-bottom: 1px solid #009044;
}
.list03 li:last-child {
	border-bottom: none;
}
@media screen and (max-width:767px) {
	.list03 .listttl {
		margin-top: 30px;
		max-width: 100%;
	}
	.list03 .listttl p {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.5;
	}
	.list03 li {
		padding: 20px 15px;
		font-size: 14px;
		width: 100%;
		max-width: 95%;
	}
}

/* list04
------------------------------- */

.list04 {
	list-style: none;
}
.list04 .listttl {
	background: #e0ffeb;
	padding: 35px 0;
	text-align: center;
	width: 100%;
	border-bottom: none;
	display: block;
	margin-bottom: 15px;
}
.list04 li {
	padding: 40px 0;
	width: 75%;
	margin: 0 auto;
	border-bottom: 1px solid #009044;
	display: flex;
	align-items: center;
}
/* .list04 li:last-child {
	border-bottom: none;
} */
.list04 li .listnum {
	font-size: 31.5px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	line-height: 1;
	color: #009044;
	width: 10.5%;
	margin-bottom: 0;
}
.list04 li .listtxt {
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width:767px) {
	.list04 li {
		padding: 20px 15px;
		font-size: 14px;
		width: 100%;
		max-width: 95%;
		display: block;
	}
	.list04 li .listnum {
		font-size: 25px;
		width: 100%;
		margin-bottom: 10px;
	}
	.list04 .listttl {
		margin-bottom: 0;
		max-width: 100%;
	}
}

/* zoomImg
------------------------------- */
.zoomImgBox01 {
	position: relative;
	overflow: hidden;
}
.zoomImgBox01 .zoomImg01 {
	width: 100%;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.zoomImgBox01 .zoomImg01 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 102%;
	max-width: inherit;
}
.zoomImgBox01:hover .zoomImg01 {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width:767px){
	.zoomImgBox01:hover .zoomImg01 {
		transform: none !important;
	}
}

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

- Button Style

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

/* btn
------------------------------- */
/* btn
------------------------------- */
.btn_01 {
	text-align: center;
}
.btn_01 a{
    display: inline-block;
	min-width: 400px;
	position: relative;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding: 20px 0px;
	font-size: 133.3%;
	letter-spacing: 0.33em;
}
.btn_01 a:hover{
	opacity: 0.7;
}
.btn_01 a:hover:after{

}
.btn_01 a:after{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    right: 30px;
    content: "";
    background: url(/files/img/common/arw02.png);
    width: 19px;
    height: 8px;
    background-size: contain;
    transition: all .3s;
}
.btn_01 a:hover:after {
    right: 20px;
    transition: all .3s;
}
@media screen and (max-width:767px){
	.btn_01 a{
		width: 90%;
		min-width: inherit;
		font-size: 106.6%;
	}
}

#pageTitle{
	height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.pageTitle_bg:before{
	content: "";
	background: #fff;
	width: 30%;
	min-width: 440px;
	height: 120px;
	position: absolute;
	top: 85px;
}
#pageTitle h2{
	font-feature-settings: 'palt';
	color: #008e44;
	width: 1150px;
	padding-top: 30px;
	margin:0 auto;
	z-index: 2;
	position: relative;
}
#pageTitle h2 span.en{
	letter-spacing: 0.04em;
	font-size: 3.5rem;
    font-family: century-gothic, sans-serif;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
#pageTitle h2 span.jp{
	letter-spacing: 0.15em;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}


@media screen and (max-width:767px){
	#pageTitle{
		height: 200px;
	}
	.pageTitle_bg:before{
		display: none;
	}
	#pageTitle h2{
		padding: 20px 40px;
		background:#fff;
		width: 60%;
		height: auto;
		position: absolute;
		bottom: 30px;
		left:0;
		font-feature-settings: 'palt';
		color: #008e44;
	}
	#pageTitle h2 span.en{
		font-size: 3.0rem;
		margin-bottom: 5px;
	}
	#pageTitle h2 span.jp{
		font-size: 1.6rem;
	}
}


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

- Table Style

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

/* tbl
------------------------------- */
.tbl01 {
	width: 100%;
	margin-bottom: 20px;
}
.tbl01 th,
.tbl01 td {
	padding: 13px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #eee;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.tbl01 th {
		padding-top: 11px;
		padding-bottom: 10px;
	}
}


/* table common
------------------------------- */
table.vaM th,table.vaM td {
	vertical-align: middle;
}
table.alnC th,table.alnC td {
	text-align: center;
}

/* noborder */
.tblNoBdr{ border: none !important;}
.tblNoBdr th,
.tblNoBdr td {
	border: none !important;
	vertical-align: top;
	background: #fff;
}
.tblNoBdr th { padding: 4px 15px 4px 0;}
.tblNoBdr td { padding: 4px 0;}
table .tblNoBdr th { padding-top: 6px;}
@media screen and (max-width:767px){
	.tblNoBdr td { padding-top: 2px;}
	table .tblNoBdr th { padding-top: 5px;}
}

@media screen and (max-width:767px){
	.sp_tblcol_clear > tbody,
	.sp_tblcol_clear > tbody > tr,
	.sp_tblcol_clear > tbody > tr > th,
	.sp_tblcol_clear > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.sp_tblcol_clear > tbody > tr {
		padding-top: 5px;
	}
	.sp_tblcol_clear > tbody > tr:first-child {
		padding-top: 0;
	}
}


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

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */
input.txt,
textarea.txt,
select.txt {
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-width: 100%;
}
input.txt:focus,
textarea.txt:focus {
	background: #fff5d6;
}
textarea.txt {
	width: 100%;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

/* error */
input.err,
textarea.err,
select.err {
	border-color: #ff6060;
	background: #fff0f0;
}
input.err:focus,
textarea.err:focus {
	border-color: #ee5959;
}
.errorTxt {
	margin-top: 10px;
	color: #ff0000;
	line-height:1.1;
}

/*  option and required  */
td.required,
td.option {
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}
td.required p,
td.option p {
	width: 3.5em;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
td.option			{ background: #f5f5f5;}
td.option p		{ background: #a6a6a6;}
td.required		{ background: #fff0f0;}
td.required p	{ background: #ff6060;}

@media screen and (max-width:767px){
	select.txt {
		border-color: #ccc;
		background: #fff;
	}
}

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

- Text Style

---------------------------------------- */
/*.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}*/
.lead {
	margin-bottom: 20px;
}
.note01 {
	color: #715e5e;
}
table .note01 {
	margin-top: 5px;
}
.fw400 { font-weight: 400 !important;}

.txt_indent {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.txt_indent_mark {
	margin-right: .15em;
}

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

- Width

---------------------------------------- */
.w50     { width: 50px !important;}
.w150    { width: 150px !important;}
.w100    { width: 100px !important;}
.w200    { width: 200px !important;}
.w250    { width: 250px !important;}
.w300    { width: 300px !important;}
.w350    { width: 350px !important;}
.w5per  { width: 5% !important;}
.w8per  { width: 8% !important;}
.w10per  { width: 10% !important;}
.w15per  { width: 15% !important;}
.w20per  { width: 20% !important;}
.w25per  { width: 25% !important;}
.w30per  { width: 30% !important;}
.w35per  { width: 35% !important;}
.w40per  { width: 40% !important;}
.w45per  { width: 45% !important;}
.w50per  { width: 50% !important;}
.w60per  { width: 60% !important;}
.w70per  { width: 70% !important;}
.w80per  { width: 80% !important;}
.w90per  { width: 90% !important;}
.w100per { width: 100% !important;}
.w5em    {  width: 5em !important;}
.w10em   {  width: 10em !important;}
.w15em   {  width: 15em !important;}
.w20em   {  width: 20em !important;}
@media screen and (max-width:767px){
	.spwAuto    { width: auto !important;}
	.sp_w50     { width: 50px !important;}
	.sp_w150    { width: 150px !important;}
	.sp_w100    { width: 100px !important;}
	.sp_w200    { width: 200px !important;}
	.sp_w250    { width: 250px !important;}
	.sp_w300    { width: 300px !important;}
	.sp_w350    { width: 350px !important;}
	.sp_w5per   { width: 5% !important;}
	.sp_w8per   { width: 8% !important;}
	.sp_w10per  { width: 10% !important;}
	.sp_w15per  { width: 15% !important;}
	.sp_w20per  { width: 20% !important;}
	.sp_w25per  { width: 25% !important;}
	.sp_w30per  { width: 30% !important;}
	.sp_w35per  { width: 35% !important;}
	.sp_w40per  { width: 40% !important;}
	.sp_w45per  { width: 45% !important;}
	.sp_w50per  { width: 50% !important;}
	.sp_w60per  { width: 60% !important;}
	.sp_w70per  { width: 70% !important;}
	.sp_w80per  { width: 80% !important;}
	.sp_w90per  { width: 90% !important;}
	.sp_w100per { width: 100% !important;}
	.sp_w5em    { width: 5em !important;}
	.sp_w10em   { width: 10em !important;}
	.sp_w15em   { width: 15em !important;}
	.sp_w20em   { width: 20em !important;}
}

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

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.mgt0 { margin-top: 0 !important;}
.mgt3 {	margin-top: 3px !important;}
.mgt5 {	margin-top: 5px !important;}
.mgt10 {	margin-top: 10px !important;}
.mgt13 {	margin-top: 13px !important;}
.mgt15 {	margin-top: 15px !important;}
.mgt20 {	margin-top: 20px !important;}
.mgt30 {	margin-top: 30px !important;}
.mgt40 {	margin-top: 40px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb3 {	margin-bottom: 3px !important;}
.mgb5 {	margin-bottom: 5px !important;}
.mgb10 {	margin-bottom: 10px !important;}
.mgb13 {	margin-bottom: 13px !important;}
.mgb15 {	margin-bottom: 15px !important;}
.mgb20 {	margin-bottom: 20px !important;}
.mgb30 {	margin-bottom: 30px !important;}
.mgb40 {	margin-bottom: 40px !important;}
.mgb50 {	margin-bottom: 50px !important;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}

@media screen and (max-width:767px){
	.sp_mgt0 { margin-top: 0 !important;}
	.sp_mgt5 {	margin-top: 5px !important;}
	.sp_mgt10 {	margin-top: 10px !important;}
	.sp_mgt15 {	margin-top: 15px !important;}
	.sp_mgt20 {	margin-top: 20px !important;}
	.sp_mgt30 {	margin-top: 30px !important;}
	.sp_mgt40 {	margin-top: 40px !important;}
	.sp_mgb0 { margin-bottom: 0 !important;}
	.sp_mgb5 {	margin-bottom: 5px !important;}
	.sp_mgb10 {	margin-bottom: 10px !important;}
	.sp_mgb15 {	margin-bottom: 15px !important;}
	.sp_mgb20 {	margin-bottom: 20px !important;}
	.sp_mgb30 {	margin-bottom: 30px !important;}
	.sp_mgb40 {	margin-bottom: 40px !important;}

	.spNone { display: none !important; }
}

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

clearfix

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

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}
