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

body {
	margin:0;
	padding:0;
	font-family: 'Noto Serif JP', sans-serif;
	background-image: url("../images_re/back.png");
	background-size: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

@media(min-width: 480px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*
薄緑
color: #2a7c2a;

濃緑
color: #164916;
*/

/*============================================
header
============================================*/

header#header {
	display: none;
}

header#header_sp {
	background-color: #fff;
	padding: 5px;
	height: 55px;
	box-sizing: border-box;
}

header#header_sp.navi_fixed_sp {
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 100;	
}

header#header_sp a.header_logo {
	width: 65%;
	height: 100%;
	margin-left: 10px;
	display: block;
}

header#header_sp a.header_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

header#header_sp a.contact_btn {
	display: none;
}

header#header_sp a.contact_btn:after {
	content:'お問い合わせ';
	color: #555;
	position: absolute;
	bottom:10px;
	left:0;
	right:0;	
	font-size: 15px;
}

/*============================================
navi
============================================*/

section#navi {
	display:none;
}

/*==================================
swiper
==================================*/

.swipper-wrapper {
	-webkit-position: relative;
	position: relative;
}

.swipper-container div.title {
	-webkit-position: absolute;
	position: absolute;
	top:0;
	right:0;
}

div.swiper-container {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	-webkit-position: relative;
	position: relative;
}

div.swiper-slide {
	overflow: hidden;
}

@keyframes zoom {
 from { transform: scale(1.0); }
 to   { transform: scale(1.1); }
}

.swiper-slide img {
 	animation: zoom 25s -25s linear infinite;
	height: 400px;
	width: 100%;
	object-fit: cover;
	display: block;
}

.swiper-slide img.pc {
	display: none;
}

div.swiper-container img.top_image {
	-webkit-position: absolute;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	right:0;
	margin:auto;
	width: 75%;
	z-index: 2;
}

/*============================================
とちぎんリーシングとは
============================================*/

section#about {
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	margin: 30px 0;
	padding: 30px 0 50px 0;
}

div.about_inner {
	width: 85%;
	margin: 0 auto;
}

div.about_text {
	width: 100%;
}

div.about_text h2 {
	color: #164916;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
}

div.about_text h2 span {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #164916;
	margin: 20px auto;
}

div.about_text p {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 23px;
	margin: 0 0 30px 0;
}

div.about_text img {
	background-color: rgba(255,255,255,0.5);
	padding: 40px 10%;
	box-sizing: border-box;
	width: 100%;
}

div.about_movie {
	margin: 20px 0 0 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
}

div.about_movie h2 {
	color: #164916;	
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 30px;
}

div.about_movie h2 span {
	display: block;
	font-size: 12px;
	letter-spacing: 3px;
	margin: 0 0 5px 0;
}

div.about_movie iframe {
	width: 100%;
	height: 180px;
}

div.about_movie video {
	width: 100%;
	height: 180px;
	border: 1px solid #ccc;
	background-color: rgba(0,0,0,0.1);	
}

/*============================================
リースとは
============================================*/

section#about_lease {
	width: 90%;
	margin: 30px auto 0 auto;
	padding: 0 0 30px 0;
}

section#about_lease h2 {
	color: #164916;	
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	font-size: 17px;
	margin-bottom: 30px;
}

section#about_lease h2 span {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #164916;
	margin: 20px auto;
}

section#about_lease img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

section#about_lease p {
	font-size: 14px;
	line-height: 23px;
	width: 90%;
	margin: 30px auto;
	color: #333;
	text-align: justify;
}

div.other_menu {
	width: 100%;
	margin: 30px auto 10px auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px 15px;
}

div.other_menu a.menu {
	background-color: #046804;
	color: #fff;
	display: block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	padding: 40px 0 50px 0;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	transition: .5s;
}

div.other_menu a.menu:hover {
	opacity: .7;
}

div.other_menu a.menu:hover span {
	width: 50px;
}

div.other_menu a.menu span {
	display: block;
	background-color: #f9d93d;
	margin: 15px auto 0 auto;
	width: 40px;
	height: 3px;
	transition: .5s;
}

div.other_menu a.menu:after {
	content:'';
	width: 93%;
	height: 84%;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
	border: 1px solid #fff;
}

div.other_menu a.menu1:before {
	content:'';
	background-image: url("../images_re/other_menu1.png");
	position: absolute;
	left:3%;
	bottom:7%;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	transition: .5s;
}

div.other_menu a.menu1:hover:before {
	left: 4%;	
}

div.other_menu a.menu2:before {
	content:'';
	background-image: url("../images_re/other_menu2.png");
	position: absolute;
	right:3%;
	bottom:7%;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	transition: .5s;
}

div.other_menu a.menu2:hover:before {
	right: 4%;
}

/*============================================
リースご利用の6つのメリット
============================================*/

section#merit {
	background-color: #2a7c2a;
	width: 100%;
	padding: 20px 0;
}

section#merit h2 img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

div.merit_wrap {
	width: 85%;
	margin: 30px auto 0 auto;
}

div.merit_box {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 10px 30px 15px 30px;
	margin-bottom: 20px;
}

div.merit_box h3 {
	color: #164916;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	line-height: 15px;
	letter-spacing: 1px;
}

div.merit_box h3 span {
	display: inline-block;
	border: 1px solid #164916;
	background-color: #164916;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border-radius: 50px;
	margin-right: 20px;
}

div.merit_box img {
	width: 100%;
	display: block;
	margin: 20px 0;
}

div.merit_box p {
	text-align: justify;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

/*============================================
取扱商品
============================================*/

section#products {
	width: 85%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

section#products h2 img {
	width: 85%;
	display: block;
	margin: 0 auto;
}

div.products_wrap {
	width: 100%;
	margin: 40px 0 0 0;
}

div.product_box {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid silver;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 10px 20px;
}

div.product_box h3 {
	color: #164916;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
}

div.product_box img {
	width: 60%;
	display: block;
	margin: 30px auto;
}

div.product_box ul {
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
}

div.product_box ul li {
	list-style: none;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	display: block;
	padding-left: 18px;
	background-image: url("../images_re/list.png");
	background-position: left center;
	background-size: 15px;
	background-repeat: no-repeat;
}

/*============================================
オートリース取引の種類
============================================*/

section#autolease {
	background-color: #fff;
	padding: 5px 0 40px 0;
	width: 100%;
}

section#autolease h2 img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

div.autolease_wrap {
	width: 85%;
	margin: 30px auto 0 auto;
}

div.autolease_box {
	background-color: #2a7c2a;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	margin: 0 0 20px 0;
}

div.autolease_box img {
	width: 85%;
	display: block;
	margin: 0 auto 20px auto;
}

div.autolease_box p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
	width: 90%;
	margin: 0 auto;
	line-height: 23px;
	font-weight: 400;
}

div.comparison {
	width: 85%;
	margin: 30px auto 0 auto;
}

div.comparison h3 {
	color: #164916;
	font-size: 17px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
}

div.comparison h3 span {
	border-bottom: 1px solid #2a7c2a;
}

div.comparison table {
	width: 100%;
	margin: 20px 0 0 0;
}

div.comparison table th {
	background-color: #2a7c2a;
	font-weight: 200;
	font-size: 14px;
	padding: 15px 5px;
	color: #fff;
	width: 33%;
}

div.comparison table td {
	background-color: #f0f0f0;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	text-align: center;
}

div.comparison table td.title {
	text-align: left;
}

/*============================================
リースの仕組みと手続き
============================================*/

section#flow {
	width: 100%;
	padding: 5px 0;
}

section#flow h2 img {
	width: 90%;
	display: block;
	margin: 0 auto;
}

div.flow_wrap {
	background-color: rgba(0,0,0,0.1);
	width: 90%;
	margin: 30px auto 0 auto;
	box-sizing: border-box;
	padding: 10px;
}

div.flow_inner {
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

section#flow p {
	width: 90%;
	color: #333;
	font-weight: 200;
	line-height: 23px;
	font-size: 14px;
	margin: 10px auto;
	text-align: justify;
}

section#flow table {
	width: 90%;
	margin: 20px auto 0 auto;
	font-size: 14px;
	line-height: 23px;
}

section#flow table th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}

section#flow table th.flow1 {
	background-color: #f67575;
}

section#flow table th.flow1 span {
	background-color: #fff;
	display: inline-block;
	color: #f67575;
	font-weight: 600;
	font-size: 13px;
	padding: 1px 0;
	margin-left: 10px;
	width: 50px;
}

section#flow table th.flow2 {
	background-color: #1eb2a6;
}

section#flow table th.flow2 span {
	background-color: #fff;
	color: #1eb2a6;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 1px 0;
	margin-left: 10px;
	width: 50px;
}

section#flow table th.flow3 {
	background-color: #2a7c2a;
}

section#flow table th.flow3 span {
	background-color: #fff;
	color: #2a7c2a;
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 1px 0;
	margin-left: 10px;
	width: 50px;
}


section#flow table td {
	background-color: #f5f5f5;
	text-align: justify;
	padding: 15px 20px;
	color: #333;
	box-sizing: border-box;
	font-weight: 200;	
	width: 100%;
	display: block;
	margin-bottom: 15px;	
}

section#flow div.flow_inner img {
	width: 90%;
	display: block;
	margin: 30px auto;
}

section#flow ul {
	width: 90%;
	padding: 0;
	margin: 40px auto;
}

section#flow ul li {
	list-style: none;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 23px;
	margin: 10px 0;
	text-align: justify;
}

section#flow ul li.title {
	color: #164916;
	font-weight: 600;
	font-size: 16px;
	background-image: url("../images_re/list.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left;
	margin-top: 40px;
	letter-spacing: 2px;
	padding-left: 25px;
}

/*============================================
よくあるご質問
============================================*/

section#qa {
	width: 100%;
	background-color: #1a6b1a;
	padding: 10px 0;
	margin: 30px 0 0 0;
	
}

section#qa h2 img {
	width: 75%;
	display: block;
	margin: 0 auto;
}

section#qa ul {
	width: 85%;
	margin: 40px auto 30px auto;
	padding: 0;
}

section#qa ul li {
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	list-style: none;
	padding-left: 30px;
	font-weight: 200;
	margin: 20px 0;
}

section#qa ul li.q {
	background-image: url("../images_re/q.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: top left;
}

section#qa ul li.a {
	background-image: url("../images_re/a.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top left;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

/*============================================
お気軽にお問い合わせください
============================================*/

section#contact {
	background-image: url("../images_re/contact_back.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 40px 0;
	margin: -10px 0 0 0;
}

section#contact a.tell {
	display: block;
	transition: .3s;
}

section#contact a.tell img {
	display: block;
	margin: 0 auto;
	width: 270px;
}

section#contact a.tell:hover {
	opacity: .5;
}

section#contact a.mail {
	display: block;
	width: 80%;
	max-width: 270px;
	margin: 20px auto 0 auto;
	padding: 15px 0;
	text-align: center;
	color: #333;
	font-size: 15px;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #fff;
	transition: .5s;
}

section#contact a.mail:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	
}

/*============================================
footer
============================================*/

footer#footer {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 10px 0 170px 0;
}

ul.footer_menu1 {
	width: 90%;
	margin: 0 auto 30px auto;
	padding:0;
	text-align: center;
}

ul.footer_menu1 li {
	list-style: none;
	margin: 15px 0;
	width: 100%;
}

ul.footer_menu1 li a {
	color: #fff;
	font-size: 15px;
	padding-left: 16px;
	background-image: url("../images_re/list_f.png");
	background-size: 13px;
	background-position: center left;
	background-repeat: no-repeat;
	transition: .2s;
}

ul.footer_menu1 li a:hover {
	opacity: .5;
}

ul.footer_menu2 {
	width: 90%;
	margin: 20px auto;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 20px;
}

ul.footer_menu2 li {
	list-style: none;
	text-align: left;
}

ul.footer_menu2 li a {
	color: #fff;
	transition: .5s;
	display: inline-block;
	margin: 7px 0;
	font-size: 13px;
}

ul.footer_menu2 li a:hover {
	background-color: rgba(255,255,255,0);
	color: #fff;
}

a.footer_logo {
	display: block;
	width: 50%;
	transition: .2s;
	margin-left: 5%;
}

a.footer_logo img {
	width: 100%;
}

a.footer_logo:hover {
	opacity: .5;
}

p.copyright {
	color: #fff;
	font-size: 7px;
	letter-spacing: 2px;
	margin: 20px 0 0 0;
	padding: 0 5%;
}

/*============================================
ページトップ
============================================*/

a.pagetop_btn {
	position: fixed;
	right:4%;
	bottom:4%;
	display: block;
	z-index: 50;
	transition: .5s;
	width: 30%;
}

a.pagetop_btn img {
	width: 100%;
	/*max-width: 200px;*/
}

a.pagetop_btn:hover {
	bottom: 6%;
	opacity: .8;
}

/*============================================
会社概要
============================================*/

section#company_header{
	width: 100%;
	background-image: url("../images_re/company_back.jpg");
	backgroud-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	margin-top: -20px;
}

section#company_header h1 img {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
	width: 75%;
}

section#company_content {
	background-color: #fff;
	width: 90%;
	margin: 40px auto 20px auto;
	padding: 20px 0 20px 0;
}

section#company_content h2 {
	color: #164916;
	font-size: 18px;
	text-align: center;
	margin: 30px 0 0 0;
	font-weight: 400;
	letter-spacing: 3px;
	background-color: rgba(22,73,22,0.1);
	padding: 15px 0;
}

section#company_content iframe {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	display: block;
}

section#company_content p {
	width: 85%;
	margin:20px auto;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	color: #333;
	font-weight: 200;
	letter-spacing: 1px;
}

section#company_content p span {
	color: #164916;	
	font-weight: 400;
}

section#company_content p span.min,ul.tax2_min span.min {
	font-size: 16px;
	color: #555555;
	font-weight: 200;
}

section#company_content table {
	width: 90%;
	margin: 20px auto;
	font-weight: 200;
	letter-spacing: 1px;
	line-height: 25px;
	border-collapse: collapse;
}

section#company_content table th {
	color: #164916;
	font-weight: 400;
	/*width: 30%;*/
	width: 100%;
	display: block;
	text-align: left;
	/*border-bottom: 1px solid silver;*/
	font-size: 16px;
	margin-top: 20px;
}

section#company_content table td {
	border-bottom: 1px solid silver;
	padding: 10px 0 30px 0;
	font-size: 15px;
	color: #333;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

/*============================================
会計・税務上の取扱いについて
============================================*/

section#tax_header{
	width: 100%;
	background-image: url("../images_re/tax_back.jpg");
	backgroud-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	margin-top: -20px;
}

section#tax_header h1 img {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
	width: 75%;
}

ul.tax1,ul.tax2 {
	width: 80%;
	margin: 10px auto 0 auto;
	padding-left: 10px;
}

ul.tax1 li {
	list-style: decimal;
	font-size: 15px;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
	text-align: justify;
}

ul.tax2 li {
	list-style:upper-alpha;
	font-size: 15px;
	text-align: justify;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
}
ul.tax2_min {
	padding:0 0 0 20px;
	margin: 10px 0;
}

ul.tax2_min li {
	list-style: decimal;
}

section#company_content h2.tax {
	margin: 30px 0;
}

/*============================================
専門用語集
============================================*/

section#terminology_header{
	width: 100%;
	background-image: url("../images_re/terminology_back.jpg");
	backgroud-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: -20px;
	position: relative;
}

section#terminology_header h1 img {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
	width: 75%;
}

div.terminology_nav {
	width:85%;
	margin: 10px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}

div.terminology_nav a {
	color: #ccc;
	width: 19%;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 200;
	position: relative;
	margin: 10px 0;
	text-align: center;
	cursor: pointer;
}

div.terminology_nav a:after {
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	content:'▼';
	font-size: 12px;
	line-height: 30px;	
	transition: .5s;
}

div.terminology_nav a:hover:after {
	line-height: 35px;
}

div.terminology_nav a.green {
	color: #164916;
	font-weight: 400;
}

section#company_content table.terminology {
	margin: -20px auto 0 auto;
}

section#company_content h2.privacy {
	margin: 0;
}

/*============================================
プライバシーポリシー
============================================*/

section#privacy_header {
	width: 100%;
	background-image: url("../images_re/privacy_back.jpg");
	backgroud-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: -20px;
	position: relative;
}

section#privacy_header h1 img {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
	width: 75%;
}

ul.privacy {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

ul.privacy li {
	list-style: decimal;
	color: #164916;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 25px;
	border-bottom: 1px solid silver;
	text-align: justify;
	padding: 25px 0 20px 0;
}

ul.privacy_min {
	width: 100%;
	padding:0;
}

ul.privacy_min li {
	list-style: none;
	border: none;
	font-size: 15px;
	font-weight: 200;
	color: #333;
	line-height: 25px;
	padding: 10px 0;
}

ul.privacy_min_circle {
	padding:0;
	width: 100%;
	margin: 10px 0;
}

ul.privacy_min_circle li {
	list-style: circle;
	border: none;
	font-size: 15px;
	font-weight: 200;
	color: #333;
	letter-spacing: 1px;
	line-height: 25px;
	padding: 5px 0;
}

ul.privacy_min_circle li.none {
	list-style: none;
}

ul.privacy_min_circle li.min {
	font-size: 13px;
}

ul.privacy_min_number {
	padding:0;
	margin: 10px 0;
	width: 100%;
}

ul.privacy_min_number li {
	list-style: decimal;
	text-align: justify;
	border: none;
	font-size: 15px;
	font-weight: 200;
	color: #333;
	line-height: 25px;
	padding: 10px 0;
}

ul.privacy_min_number li.none {
	list-style: none;
	margin-left:-20px;
}

/*============================================
お問い合わせ
============================================*/

section#inquiry_header{
	width: 100%;
	background-image: url("../images_re/inquiry_back.jpg");
	backgroud-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: -20px;
	position: relative;
}

section#inquiry_header h1 img {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
	width: 75%;
}

section#company_content table.contact {
	width: 85%;
}

section#company_content table.contact th {
	display: block;
	width: 100%;
	position: relative;
	border: none;
	padding: 10px 0;
}

section#company_content table.contact td {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	padding: 10px 0 25px 0;
}

section#company_content table.contact th span.req {
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	height: 28px;
	background-color: #164916;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
	line-height: 28px;
}

section#company_content table.contact th span.no_req {
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	height: 28px;
	line-height: 28px;
	background-color: #2a7c2a;
	color: #fff;
	font-size: 13px;
	padding: 0 10px;
}

section#company_content table.contact input {
	border: 1px solid silver;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 15px;
	width: 100%;
	color: #333;
}

section#company_content textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid silver;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #333;
}

section#company_content table.contact span.mail {
	color: #164916;
	display: block;
	margin: 30px 0 10px 0;
	font-size: 14px;
	line-height: 23px;
}

section#company_content div.agree {
	width: 85%;
	margin: 0 auto;
}

section#company_content div.agree p {
	width: 100%;
}

section#company_content input.confirm_btn {
	background-color: #164916;	
	color: #fff;
	width: 100%;
	margin: 30px auto;
	text-align: center;
	border-radius: 50px;
	padding: 15px 0;
	display: block;
	border:none;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	transition: .5s;
}

section#company_content input.confirm_btn:hover {
	box-shadow: 0 10px 10px inset rgba(0,0,0,0.3);
	position: relative;
	bottom: -1px;
	letter-spacing: 2.8px;
}

section#company_content div.agree a.toppage {
	background-color: #164916;	
	color: #fff;
	margin: -15px auto 10px auto;
	text-align: center;
	border-radius: 50px;
	padding: 15px 0;
	display: block;
	border:none;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	transition: .5s;
}

section#company_content div.agree a.toppage:hover {
	box-shadow: 0 10px 10px inset rgba(0,0,0,0.3);
	position: relative;
	bottom: -1px;
	letter-spacing: 2.8px;
}

section#company_content div.agree a.privacy {
	color: #164916;
	border-bottom: 1px solid;
	margin: 0 5px;
	transition: .5s;
}

section#company_content div.agree a.privacy i {
	margin: 0 5px;
	font-size: 15px;
}

section#company_content div.agree a.privacy:hover {
	opacity: .5;
}


/*============================================
個人データ共同利用について
============================================*/

section#share_header{
	width: 100%;
	background-image: url("../images_re/share_back.jpg");
	backgroud-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: -20px;
	position: relative;
}

section#share_header h1 img {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin: auto;
	width: 75%;
}

/** 20241223 年末年始告知 */
section#information {
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	margin: 30px 0;
	padding: 30px 0 50px 0;
}

div.information_inner {
	width: 85%;
	margin: 0 auto;
}

div.information_inner strong {
    width: 100%;
    text-align:  center;
    display:  block;
    color: #164826;
    font-size: 14px;
}

div.information_inner p {
    text-align: center;
    line-height:  28px;
    font-size: 14px;
}