@charset "utf-8";

/* Slide
------------------------------------------------------------*/

.l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10rem;
}
.l-section {
	margin-bottom: 0;
	border-top: none;
}
.l-section .l-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
[class*=swiper]:focus {
	outline: none;
}
.slide-media,
.thumb-media {
	position: relative;
	overflow: hidden;
}
.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 9;
}
.l-inner {
	padding-bottom: 0;
}
.swiper-pagination {
	position: absolute;
	top: initial !important;
	bottom: 0 !important;
	left: initial !important;
	right: 0 !important;
	width: 100%;
	z-index: 3;
}
.swiper-pagination-bullet {
	position: relative;
	display: block !important;
	width: 4px !important;
	height: 70px !important;
	margin: 4px 0;
	border-radius: 0 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet:not(:first-child) {
	margin-top: 1.6rem;
}
.swiper-pagination-bullet-active {
	width: 4rem;
	background-color: var(--color-theme);
}


.swiper-fade .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}
.slide {
	place-content: center;
	height: 800px;
	padding: 0 8rem;
	text-align: center;
}
.slide-media {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide-media img {
	-webkit-transition: 7s 1s linear;
	transition: 7s 1s linear;
	-webkit-transform: translateX(-1.5%) scale(1.1);
	transform: translateX(-1.5%) scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
}

.swiper-slide {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.slide-copy {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	margin-left: 0;
	z-index: 8;
	text-align: center;
	overflow: hidden;
}
.slide-copy img {
	width: 100%;
	max-width: 920px;
	height: auto;
}
@media only screen and (max-width: 640px){
.swiper {
	width: 100%;
	height: 80vh !important;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 80%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.slide-copy {
	position: absolute;
	top: auto;
	bottom: 24%;
	left: 10%;
	width: 80%;
	margin-left: 0;
	z-index: 19;
	text-align: center;
	overflow: hidden;
}
}


.mcwh640 {
	display: none;
}

/* ixcont01
---------------------------------------------------- */

#ixcont01 {
	position: relative;
	overflow: hidden;
	padding: 0 0 80px;
}
#ixcont01 .inbox {
	position: relative;
	width: 100%;
	margin: 60px auto 0;
}
#ixcont01 .inbox::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.news_box {
	position: relative;
	min-height: 460px;
}
.news_box:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 40%;
	height: 110%;
	background: #d0e9b2;
}
.news_box .news_box_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
}
.news_box .news_box_inner .news_box_intro {
	width: 280px;
}
.news_box .news_box_inner .news_box_contents {
	position: relative;
	width: calc(100% - 280px);
	padding: 30px 60px;
	background: url(../images/white.png) repeat;
}
.news_box .news_box_inner .news_box_intro_txt {
	margin-top: 75px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 2;
}
.news_box .news_box_inner h3 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.3em;
	color: #2f5104;
}

.news_box .news_box_inner .news_box_txtarea {
	margin-top: 0px;
}
.news_box .news_box_inner ul li {
	border-bottom: 1px solid #eee;
}
.news_box .news_box_inner ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	  align-items: flex-start;
	padding: 25px 0;
	text-decoration: none;
	font-size: 36px;
	color: #000;
}
.news_box .news_box_inner ul li a::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.news_box .news_box_inner ul li a time {
	width: 120px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.news_box .news_box_inner ul li a p {
	padding-left: 15px;
	width: calc(100% - 100px);
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
}
.news_box .news_box_inner ul li a:hover p {
	text-decoration: none;
}
.news_box .btn {
	position: absolute;
	bottom: -50px;
	right: 0;
	width: fit-content;
	margin: 50px 0 0 auto;
}


/* ixcont02
---------------------------------------------------- */

#ixcont02 {
	position: relative;
	overflow: hidden;
	padding: 80px 0 140px;
}
#ixcont02 .inbox {
	position: relative;
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
#ixcont02 .inbox .greet_box .grid01 {
	width: 32%;
}
#ixcont02 .inbox .greet_box .grid01 img {
	width: 100%;
	height: auto;
}
#ixcont02 .inbox .greet_box .grid01 h2 {
	margin: 30px 0 20px;
	font-size: 1.8em;
}
#ixcont02 .inbox .greet_box .grid01 h2 rt {
	font-size: 0.7em;
}
#ixcont02 .inbox .greet_box .grid01 .history {
	padding: 20px 10px;
}
#ixcont02 .inbox .greet_box .grid01 .history li {
	padding: 4px 0 6px 10px;
	font-size: 16px;
	list-style: none;
	line-height: 1.5em;
	text-indent: -1.0em;
}
#ixcont02 .inbox .greet_box .grid01 .textbox {
	padding: 18px 20px;
	background: #e8f4d9;
}
#ixcont02 .inbox .greet_box .grid01 .textbox ul {
	padding: 5px 16px 10px;
}
#ixcont02 .inbox .greet_box .grid01 .textbox li {
	padding: 4px 0 6px 10px;
	font-size: 16px;
	list-style: none;
	line-height: 1.5em;
	text-indent: -1.0em;
}
#ixcont02 .inbox .greet_box .grid02 {
	width: 60%;
	margin-left: 8%;
}
#ixcont02 .inbox .greet_box .grid02 h3 {
	margin-bottom: 30px;
	font-size: 2.0em;
	letter-spacing: 0.1em;
}
#ixcont02 .inbox .greet_box .grid02 h3 span {
	padding: 0 10px;
	background: linear-gradient(transparent 60%,rgba(208, 233, 178, 0.2) 60%,rgb(208, 233, 178) 85%,rgba(208, 233, 178, 0.2));
}
#ixcont02 .inbox .greet_box .grid02 .textbox {
	line-height: 1.9em;
}
#ixcont02 .inbox .greet_box .grid02 .textbox span {
	font-weight: bold;
	color: #89c53f;
}


/* ixcont03
---------------------------------------------------- */

#ixcont03 {
	position: relative;
	overflow: hidden;
	padding: 0px 0 80px;
}
#ixcont03 .inbox {
	position: relative;
	text-align: right;
}
#ixcont03 .back_img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 1000px;
}
#ixcont03 .back_img img {
	width: 100%;
	height: auto;
}
#ixcont03 .contents_inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 60px;
}
#ixcont03 .contents_inner .cbox {
	width: 80%;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding: 60px 50px 50px;
}
#ixcont03 .contents_inner .cbox h2 {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 2.0em;
	line-height: 1.7em;
	letter-spacing: 0.2em;
}
#ixcont03 .contents_inner .cbox h2 span {
	padding: 0 10px;
	background: linear-gradient(transparent 60%,rgba(208, 233, 178, 0.2) 60%,rgb(208, 233, 178) 85%,rgba(208, 233, 178, 0.2));
}
#ixcont03 .contents_inner .cbox .textbox {
	margin-bottom: 25px;
	font-size: 1.1em;
}
#ixcont03 .contents_inner .cbox .textbox span {
	font-weight: bold;
	color: #345308;
}
#ixcont03 .contents_inner .cbox .pricebox,
#ixcont04 .contents_inner .cbox .pricebox {
	margin: 30px 0 0;
	padding: 20px 40px;
	font-size: 1.0em;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #e8f4d9;
}
#ixcont03 .contents_inner .cbox .pricebox a.prlink,
#ixcont04 .contents_inner .cbox .pricebox a.prlink {
	margin: 0 2px;
	font-size: 1.0em;
	color: #345308;
	text-decoration: underline;
}
#ixcont03 .contents_inner .cbox .pricebox a:hover,
#ixcont04 .contents_inner .cbox .pricebox a:hover {
	text-decoration: none !important;
}



/* ixcont04
---------------------------------------------------- */

#ixcont04 {
	position: relative;
	overflow: hidden;
	padding: 0 0 80px;
}
#ixcont04 .inbox {
	position: relative;
	text-align: left;
}
#ixcont04 .switch_img {
	text-align: left;
	position: relative;
}
#ixcont04 .switch_img img {
	opacity: 1;
	transform: translateZ(0);
	width: 68.75vw;
}
#ixcont04 .contents_inner {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	max-width: 1220px;
}
#ixcont04 .contents_inner .cbox {
	padding-left: 50px;
	width: 680px;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding-top: 60px;
	padding-bottom: 50px;
}
#ixcont04 .contents_inner .cbox h2 {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 2.0em;
	line-height: 1.7em;
	letter-spacing: 0.2em;
}
#ixcont04 .contents_inner .cbox h2 span {
	padding: 0 10px;
	background: linear-gradient(transparent 60%,rgba(208, 233, 178, 0.2) 60%,rgb(208, 233, 178) 85%,rgba(208, 233, 178, 0.2));
}


/* ixcont05
---------------------------------------------------- */

#ixcont05 {
	position: relative;
	margin: 0 0 80px;
	padding: 80px 0;
	background: #efefef;
}
#ixcont05 .inbox {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#ixcont05 .inbox .office_box {
}
#ixcont05 .inbox .office_box .grid01 {
	width: 44%;
}
#ixcont05 .inbox .office_box .grid01 table {
	margin: 0 0 50px;
}
#ixcont05 .inbox .office_box .grid01 th,
#ixcont05 .inbox .office_box .grid01 td {
	padding: 4px 10px 10px 0;
	font-size: 1.2em;
}
#ixcont05 .inbox .office_box .grid02 {
	width: 50%;
	margin-left: 6%;
}



/* ixcont06
---------------------------------------------------- */

#ixcont06 {
	position: relative;
	margin: 0 0 80px;
	padding: 0;
}
#ixcont06 .inbox {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}
#ixcont06 .inbox .subtt {
	margin: 0 0 20px;
}
#ixcont06 .ix06topcopy {
	margin-bottom: 40px;
	font-size: 1.1em;
	line-height: 2.0em;
	text-align: center;
}
.ix06telbox {
	position: relative;
	width: 70%;
	margin: 0 auto 100px;
	padding: 20px 0;
	background: #e8f4d9;
	text-align: center;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	border-radius: 8px;
}
.ix06telbox .teltime {
	padding: 14px 0 10px;
	line-height: 1;
	font-size: 19px;
	letter-spacing: 0.01em;
	color: #345308;
	font-weight: 500;
	text-align: center;
}
.ix06telbox .telbody {
	position:relative;
	display: inline-block;
	padding: 14px 0 0 50px;
	font-size: 46px;
	letter-spacing: 0em;
	color: #345308;
	font-weight: 700;
	text-align: left;
}
.ix06telbox .telbody span {
	padding: 0px;
	font-size: 0.8em;
	font-weight: 700;
}
.ix06telbox .telbody:before {
	content: '';
	display: block;
	position:absolute;
	top: 18px;
	left: 0;
	width: 43px;
	height: 28px;
	background-image: url(../images/icon_freedial.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.ix06telbox .telbody a {
	margin: 0;
	text-decoration: none;
	color: #345308;
	font-weight: 700;
	line-height: 0em;
}
#ixcont06 .textbox {
	width: 80%;
	margin: 0 auto 30px;
	font-size: 1.1em;
	line-height: 2.0em;
}

#ixcont06 table label span {
	padding-right: 4px;
}
#ixcont06 table {
	width: 80%;
	margin: 0 auto 60px;
	border-top: solid 1px #ccc;
}
#ixcont06 table th  {
	width: 26%;
	padding: 16px 1% 17px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
#ixcont06 table td {
	width: 70%;
	padding: 16px 1% 17px;
	font-size: 1.1em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
#ixcont06 table td textarea {
	margin: 2px 0;
}


#ixcont06 table textarea {
	width: 96%;
	margin: 0px;
	padding: 6px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
	border-radius:2px;
}
#ixcont06 table input {
	padding: 10px 9px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	border-radius: 2px;
}
#ixcont06 table select {
	padding: 10px 9px;
	background: #fff;
	border: solid 1px #ccc;
	background: #fff;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
	border-radius: 2px;
}
#ixcont06 table td label {
	padding: 4px 2px 0px 6px;
}
#ixcont06 table label input {
	width: auto;
	padding: 10px 30px 10px 5px;
}

.ipt01 {
	width: 60%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt02 {
	width: 90%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt03 {
	width: 40%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt04 {
	width: 10%;
	padding: 5px;
	border: 1px solid #ccc;
}
.ipt05 {
	width:400px;
	padding:5px;
}

.pgcontact  .formbtnbox {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.formbtnbox .pcytxtbox {
	padding: 30px 0 60px;
	text-align: center;
}
.hss {
	margin: 0px 0px 3px 10px;
	padding: 2px 6px 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	background: #c02010;
}

#ixcont06 .textbox .hss {
	margin: 0px 10px 3px 0px;
}

#ixcont06 .formbtnbox {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
#ixcont06 .formbtnbox button {
	display: block;
	width: 70%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
	cursor: default;
	background: #eee url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ixcont06 .formbtnbox button.active {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #345308 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}
#ixcont06 .formbtnbox button.active:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}

#ixcont06 .submitbox {
	width: 100%;
	margin: 10px auto 60px;
	padding: 30px 0;
}

.submitbox ul {
	overflow: hidden;
}
.submitbox ul li {
	width: 100%;
	padding: 0 0 30px;
	text-align: center;
}
.submitbtn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
	background: #345308;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #345308;
	cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	transition: all 0.2s;
}
.submitbtn:hover {
	background: #111;
	border: 1px solid #111;
}
.resetbtn {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 16px 0;
	color: #111;
	background: #eee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	cursor: pointer;
}
.resetbtn:hover {
	background: #ccc;
}
.fbackbtn {
	display: block;
	width: 240px;
	color: #fff;
	padding: 16px 0;
	background: #3d3d3d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #3d3d3d;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
form#form1 {
	padding: 10px 0;
	color: #666;
	background: #fff;
}
form#form1 .labelblock {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
form#form1 .flabel {
	display: inline-block;
	width: 20%;
}
.txtcheck {
 	font-size: 0.9em;
}


.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: disabled;
}
.pgcontact  .textbox {
	padding: 0 0 20px;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: center;
}
.pgcontact  .contoptxt {
	padding: 0 0 50px;
	font-size: 1.2em;
	color: #3280c4;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

.pgcontact .backbtnbox {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.backbtnbox button {
	width: 70%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
	cursor: default;
	background: #444 url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.backbtnbox button:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}
.backtopbox {
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}
.backtopbox button {
	width: 80%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	letter-spacing: 1px;
	cursor: default;
	background: #1c65b7 url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.submitbtnbox {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 10px;
	text-align: center;
}
.submitbtnbox button {
	width: 80%;
	margin: 10px auto 0;
	padding: 16px 10px;
	border: none;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	cursor: default;
	background: #1c65b7 url(../images/icon_arrows_sb.png) no-repeat right 6px center;
	background-size: auto auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.submitbtnbox button:hover {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background: #000 !important;
	cursor: default;
	border: none;
	cursor: pointer;
	text-align: center;
}

#errfrm,
.errorfrm {
	width: 90%;
	margin: 0 auto;
	text-align:center;
}
.errorfrm h1 {
	width:900px;
	color:#ff0000;
	margin:10px 0;
	padding:3px 0px;
	line-height:1.4em;
}
.errorfrm h3 {
	font-size: 24px;
	color: #1c65b7;
	padding:3px 0px;
}
.errdv {
	width: 80%;
	margin: 10px auto;
	padding: 60px ;
	background-color:#fff;
	border: 3px solid #d6e6f3;
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.errdv span {
	font-size:106%;
	color:#111;
	font-weight:bold;
}
.errorfrm h5 {
	margin:0;
	padding:0;
	color:#666666;
	font-weight:normal;
}

.thanksbox {
	width: 60%;
	margin: 50px 20%;
	border: solid 3px #eee;
}
.thinbox {
	padding: 30px 50px;
	text-align: center;
}
.thtopmsg {
	padding: 0 0 50px;
 	font-size: 1.3em;
	line-height: 2.0em;
}


.pgpolicy .toptext {
	padding: 0 0 50px;
 	font-size: 1.1em;
	line-height: 2.0em;
}
.privacy-wrap {
	width: 100%;
}
.privacy-item {
	width: 100%;
	padding: 0 0 60px;
	text-align: left;
}
.pp-title {
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 1.4em;
	color: #111;
	line-height: 1.8em;
	border-bottom: solid 1px #999;
}
.pp-text {
	padding: 0 0 10px;
	font-size: 1.0em;
	color: #111;
	line-height: 1.8em;
}
.pp-text ol {
	padding: 10px 0 12px 24px;
	font-size: 1.0em;
	color: #111;
	line-height: 1.8em;
	list-style: disc;
}
.pp-text ol li {
	padding: 0 0 8px;
}
.pp-text ol.type01 {
	padding: 10px 0 14px 26px;
	list-style: none;
	text-indent: -1.6em;
}
.pp-text ol.type02 {
	padding: 10px 0 14px 30px;
	list-style: none;
	text-indent: -3.0em;
}
.pp-text ol.type00 li {
	padding: 0 0 1px;
}





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

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


/* ixcont01
---------------------------------------------------- */

#ixcont01 {
	padding: 0 0 120px;
}
.news_box {
	position: relative;
	min-height: 460px;
}
.news_box:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: block;
	width: 34%;
	height: 110%;
	background: #d0e9b2;
}
.news_box .news_box_inner .news_box_intro {
	width: 220px;
}
.news_box .news_box_inner .news_box_contents {
	position: relative;
	width: calc(100% - 60px);
	padding: 30px 0 30px 60px;
	background: #fff;
}
.news_box .news_box_inner h3 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #2f5104;
}
.news_box .news_box_inner ul li a p {
	width: 100%;
}
.news_box .news_box_inner ul li a:hover p {
	text-decoration: none;
}
.news_box .news_box_inner ul li:first-child a {
	padding: 4px 0 25px;
}




/* ixcont02
---------------------------------------------------- */

#ixcont02 {
	padding: 0 0 50px;
}


/* ixcont03
---------------------------------------------------- */

#ixcont03 .contents_inner .cbox {
	width: 90%;
	margin: 0 auto 0 0;
	padding: 60px 50px 50px;
	background: url(../images/white.png) repeat;
	text-align: left;
}

/* ixcont04
---------------------------------------------------- */

#ixcont04 .contents_inner {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	max-width: 1220px;
}
#ixcont04 .contents_inner .cbox {
	width: 90%;
	margin: 80px auto 0;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding: 50px;
}


/* ixcont05
---------------------------------------------------- */

#ixcont05 .inbox .ixvocbox {
	position: relative;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#ixcont05 .ixvocbox ul li div {
	display: block;
	padding: 0;
}


}



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

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



/* ixcont01
---------------------------------------------------- */

.news_box {
	position: relative;
	min-height: 460px;
	background: #d0e9b2;

}
.news_box:before {
	position: absolute;
	top: 0;
	bottom: initial;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
}
.news_box .news_box_inner {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 40px 60px;
	margin: 0 auto;
}
.news_box .news_box_inner .news_box_txtarea {
	margin-top: 0;
}
.news_box .news_box_inner .news_box_intro {
	display: block;
	width: 100%;
	padding: 50px 0;
}
.news_box .news_box_inner .news_box_contents {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 30px 60px;
	background: #fff;
}
.news_box .news_box_inner h3 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #2f5104;
}
.news_box .news_box_inner ul li a p {
	width: 100%;
}
.news_box .news_box_inner ul li a:hover p {
	text-decoration: none;
}
.news_box .news_box_inner ul li:first-child a {
	padding: 4px 0 25px;
}
.news_box .btn {
	position: relative;
	right: 0;
	bottom: 0;
	margin: 30px 0 0 auto;
}

/* ixcont03
---------------------------------------------------- */

#ixcont03 .contents_inner .cbox {
	width: 90%;
	margin: 0 auto;
	padding: 60px 50px 50px;
	background: url(../images/white.png) repeat;
	text-align: left;
	border-bottom: solid 1px #efefef;
}


/* ixcont04
---------------------------------------------------- */

#ixcont04 img {
	width: 100%;
	height: auto;
}

/* ixcont05
---------------------------------------------------- */


#ixcont05 .inbox .office_box .grid01 {
	width: 49%;
}
#ixcont05 .inbox .office_box .grid01 table {
	margin: 0 0 50px;
}
#ixcont05 .inbox .office_box .grid01 th,
#ixcont05 .inbox .office_box .grid01 td {
	padding: 4px 10px 10px 0;
	font-size: 1.2em;
}
#ixcont05 .inbox .office_box .grid02 {
	width: 49%;
	margin-left: 2%;
}





}


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

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


.mcwh640 {
	display: block;
}

/* ixcont05
---------------------------------------------------- */

#ixcont05 {
	position: relative;
	margin: 0 0 80px;
	padding: 80px 0;
	background: #efefef;
}

#ixcont05 .inbox .office_box {
	display: block;
}
#ixcont05 .inbox .office_box .grid01 {
	display: block;
	float: none;
	width: 94%;
	margin: 0 auto 30px;
}
#ixcont05 .inbox .office_box .grid01 .btn {
	width: 100%;
	text-align: right;
}
#ixcont05 .inbox .office_box .grid01 table {
	margin: 0 0 50px;
}
#ixcont05 .inbox .office_box .grid01 th,
#ixcont05 .inbox .office_box .grid01 td {
	padding: 8px 10px 10px 0;
	font-size: 1.2em;
	border-bottom: solid 1px #ccc;
}
#ixcont05 .inbox .office_box .grid02 {
	display: block;
	float: none;
	width: 94%;
	margin: 0 auto;
}


/* ixcont06
---------------------------------------------------- */

#ixcont06 table {
	width: 80%;
	margin: 0 auto 30px;
	border-top: solid 1px #ccc;
}
#ixcont06 table th  {
	display: block;
	width: 100%;
	padding: 16px 1% 17px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	vertical-align: middle;
}
#ixcont06 table td {
	display: block;
	width: 100%;
	padding: 16px 5% 17px;
	font-size: 1.1em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
}


}


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

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



/* ixcont01
---------------------------------------------------- */


#ixcont01 {
	padding: 0 0 120px;
}
.news_box .news_box_inner .news_box_contents {
	position: relative;
	width: 100%;
	padding: 20px;
	background: #fff;
}

.news_box .news_box_inner ul li a {
	display: block;
	padding: 25px 0;
	text-decoration: none;
	font-size: 36px;
	color: #000;
}
.news_box .news_box_inner ul li a::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.news_box .news_box_inner ul li a time {
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.news_box .news_box_inner ul li a p {
	display: block;
	width: auto;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
}
.news_box .news_box_inner ul li a:hover p {
	text-decoration: none;
}
.news_box .news_box_inner ul li:first-child a {
	padding: 4px 0 25px;
}


/* ixcont02
---------------------------------------------------- */

#ixcont02 {
	padding: 0 0 120px;
}
#ixcont02 .inbox .greet_box .grid01 {
	width: 96%;
	margin: 0 auto 60px;
}
#ixcont02 .inbox .greet_box .grid01 .grphbox {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#ixcont02 .inbox .greet_box .grid01 img {
	width: 100%;
	height: auto;
}
#ixcont02 .inbox .greet_box .grid01 h2 {
	margin: 30px 0 20px;
	font-size: 1.8em;
}
#ixcont02 .inbox .greet_box .grid02 {
	width: 96%;
	margin: 0 auto;
}
#ixcont02 .inbox .greet_box .grid02 h3 {
	margin-bottom: 30px;
	font-size: 2.0em;
}
#ixcont02 .inbox .greet_box .grid02 h3 span {
	padding: 0 10px;
	background: linear-gradient(transparent 60%,rgba(208, 233, 178, 0.2) 60%,rgb(208, 233, 178) 85%,rgba(208, 233, 178, 0.2));
}
#ixcont02 .inbox .greet_box .grid02 .textbox {
	line-height: 1.9em;
}
#ixcont02 .inbox .greet_box .grid02 .textbox span {
	font-weight: bold;
	color: #89c53f;
}


/* ixcont03
---------------------------------------------------- */

#ixcont03 .contents_inner .cbox {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding: 50px;
}

/* ixcont04
---------------------------------------------------- */

#ixcont04 .contents_inner {
	position: absolute;
	top: 0px;
}
#ixcont04 .contents_inner .cbox {
	width: 90%;
	margin: 0px auto 0;
	text-align: left;
	background: url(../images/white.png) repeat;
	padding: 50px;
}



.thanksbox {
	width: 80%;
	margin: 50px 10%;
	border: solid 3px #eee;
}
.pgcontact .backbtnbox {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 80px;
	text-align: center;
}


}
/* --------------------------------------------------------------------------------------------------*/

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


.mainimg .inviconlist li {
	float: left;
	width: 31%;
	text-align: center;
	margin-left: 1%;
	margin-bottom: 2%;
	letter-spacing: 0.5px;
	line-height: 16px;
}
.mainimg .inviconlist li img {
	max-width: 48px;
}


/* ixcont01
---------------------------------------------------- */

#ixcont01 .inbox {
	position: relative;
	width: 100%;
	margin: 10px auto 0;
}

.news_box .news_box_inner {
	display: block;
	padding: 0 20px 40px;
	margin: 0 auto;
}


/* ixcont02
---------------------------------------------------- */

#ixcont02 .inbox .greet_box .grid02 h3 {
	margin-bottom: 30px;
	font-size: 4.0vw;
	letter-spacing: 0em;
}


/* ixcont05
---------------------------------------------------- */

#ixcont05 .inbox .office_box .grid01 th,
#ixcont05 .inbox .office_box .grid01 td {
	display: block;
	padding: 4px 0 10px;
	font-size: 1.2em;
	border-bottom: none;
}
#ixcont05 .inbox .office_box .grid01 th {
	font-weight: bold;
}
#ixcont05 .inbox .office_box .grid01 td {
	padding: 8px 10px 20px;
	border-top: dotted 1px #666;
}



/* ixcont06
---------------------------------------------------- */

.ix06telbox {
	position: relative;
	width: 90%;
	margin: 0 auto 80px;
	padding: 20px 0;
}
.ix06telbox .teltime {
	padding: 14px 0 10px;
	font-size: 17px;
	letter-spacing: 0.01em;
}
.ix06telbox .telbody {
	position:relative;
	display: inline-block;
	padding: 14px 0 0 50px;
	font-size: 42px;
}

}

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

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


/* ixcont02
---------------------------------------------------- */

#ixcont02 .inbox .greet_box .grid02 h3 {
	font-size: 5.0vw;
	letter-spacing: 0em;
}

/* ixcont03
---------------------------------------------------- */

#ixcont03 .contents_inner .cbox {
	padding: 30px 20px;
	text-align: left;
}
#ixcont03 .contents_inner .cbox h2 {
	margin-bottom: 20px;
	font-size: 1.514em;
}
#ixcont03 .contents_inner .cbox .textbox {
	margin-bottom: 20px;
	font-size: 1.1em;
}



/* ixcont04
---------------------------------------------------- */

#ixcont04 {
	margin: 0 0 80px;
	padding: 0 0 80px;
}
#ixcont04 .contents_inner {
	top: 100px;
}
#ixcont04 .contents_inner .cbox {
	margin-top: 100px;
	padding: 30px 20px;
	text-align: left;
}
#ixcont04 .contents_inner .cbox h2 {
	margin-bottom: 20px;
	font-size: 1.514em;
}
#ixcont04 .contents_inner .cbox .textbox {
	margin-bottom: 20px;
	font-size: 1.1em;
}


/* ixcont06
---------------------------------------------------- */

#ixcont06 .ix06topcopy {
	width: 94%;
	margin: 0px auto 40px;
	line-height: 1.8;
}
.ix06telbox .teltime {
	padding: 14px 0 10px;
	line-height: 1;
	font-size: 3.6vw;
	letter-spacing: 0;
}
.ix06telbox .telbody {
	padding: 14px 0 0 44px;
	font-size: 8.4vw;
}
.ix06telbox .telbody span {
	padding: 0px;
	font-size: 0.8em;
	font-weight: 700;
}
.ix06telbox .telbody:before {
	content: '';
	display: block;
	position:absolute;
	top: 15px;
	left: 0;
	width: 36px;
	height: 29px;
	background-image: url(../images/icon_freedial.png);
	background-size: contain;
	background-repeat:no-repeat;
}

#ixcont06 table {
	width: 94%;
	margin: 0 auto 50px;
}
#ixcont06 table th  {
	display: block;
	width: 100%;
	padding: 16px 1% 17px;
	line-height: 1.5em;
	font-size: 1.1em;
	text-align: left;
	border-bottom: dotted 1px #ccc;
	vertical-align: middle;
}
#ixcont06 table td {
	display: block;
	width: 100%;
	padding: 16px 5% 17px;
	font-size: 1.1em;
	color: #333;
	line-height: 1.5em;
	text-align: left;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ipt01,.ipt02,.ipt03,.ipt04 {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ipt05 {
	width:400px;
	padding:5px;
}
#ixcont06 table textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ixcont06 .formbtnbox {
	padding: 00px 0 50px;
}


/* formbox
---------------------------------------------------- */

.formbox {
	position: relative;
	padding: 20px;
}
.formbtnbox {
	width: 80%;
	margin: 40px auto 30px;
	line-height: 1.5em;
	text-align: center;
}

.thanksbox {
	width: 94%;
	margin: 50px 3%;
}
.pgcontact .backbtnbox {
	width: 94%;
	margin: 0 auto;
	text-align: center;
}



}


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

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


/* ixcont04
---------------------------------------------------- */

#ixcont04 {
	margin: 0 0 80px;
	padding: 0 0 140px;
}

}