@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
/*
===================================================
--Table of contents--
0.base format
1./investors (Diversion Page : ir.html)
1-1.investors contents area
1-2.company profile contents area
1-3.ir.html
===================================================
*/
/*
===================================================
0.base format
===================================================
*/
html {
  font-size: 62.5%; /*62.5%=10px*/
}
body {
  font-size: 1.6rem; /*16px*/
  color: #333;
  background: #fff;
  font-family: "Meiryo", sans-serif;
}
header, footer, h1, h2, h3, ol, ul, li, form, input, p, div {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
/*
===========================
1./investors
Diversion Page : ir.html
===========================
*/
#INContent {
  width: 830px;
  margin: 20px auto 0;
}
#INContent h2 {
  width: 100%;
  float: left;
  margin-top: 50px;
  border-left: solid 10px #009245;
  padding-left: 5px;
}
#INContent h3 {
  width: 100%;
  float: left;
  margin-top: 25px;
  border-left: solid 10px #009245;
  padding-left: 5px;
}
#INContent h4 {
  width: 100%;
  float: left;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
#INContent h5 {
  float: left;
  width: 80%;
  padding: 0 10%;
  margin: 10px 0;
  font-size: 1.6rem;
  color: #009245;
}
#INContent .breadcrumb {
  float: left;
  width: 100%;
  margin-top: 1em;
}
#INContent .breadcrumb li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 3px;
}
#INContent .breadcrumb li::before {
  content: ">>";
}
#INContent .breadcrumb li a {
  color: #009245;
}
#INContent table td a {
  color: #009245;
}
.in_discription {
  float: left;
  width: 830px;
}
.in_discription img {
  display: inline-block;
}
.in_discription p {
  text-align: center;
  margin-bottom: 20px;
}
.in_linklistA a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.in_linklistA a:hover {
  opacity: 0.7;
}
ul.in_linklistA {
  float: left;
  width: 760px;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
ul.in_linklistA li {
  background: #888;
  width: 32%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-sizing: border-box;
}
ul.in_linklistA li:first-of-type,
ul.in_linklistA li:nth-of-type(2){
  width: 100%;
  padding: 0;
}
ul.in_linklistA li:first-of-type img,
ul.in_linklistA li:nth-of-type(2) img{
  display: block;
  border-radius: 4px;
}
ul.in_linklistA li:nth-of-type(3), ul.in_linklistA li:nth-of-type(4) {
  width: 49%;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  border: solid 2px #009245;
}
ul.in_linklistA li:nth-of-type(3) a, ul.in_linklistA li:nth-of-type(4) a {
  color: #009245;
}
li.is-crrent {
  opacity: 0.5;
  pointer-events: none;
}
.snsColor {
  color: #333;
}
button.btn-area02 {
  background: none;
  color: #009245;
  font-weight: bold;
  font-size: 1.6rem;
  border: solid 5px #009245;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  appearance: none;
  display: block;
  text-align: center;
  width: 760px;
  height: 50px;
  margin-left: 25px;
  position: relative;
}
button.btn-area02::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 5%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #009245;
  border-right: solid 2px #009245;
  transform: rotate(45deg);
  transition: transform .3s ease-out;
}
ul.movie-areaA {
  width: 730px;
  margin-left: 40px;
  margin-right: 40px;
}
.movie-areaA li {
  opacity: 0;
  visibility: hidden;
  padding-bottom: 0;
  transition: padding-bottom .3s ease-out;
  padding-left: 10px;
  float: left;
}
ul.is-open {
  margin-top: 30px;
}
.is-open li {
  padding-bottom: 20px;
  transition: padding-bottom .3s ease-out;
}
.bottom_sp {
	margin-bottom: 1em;
}
/* 
------------------------------------
1-1.investors contents area
------------------------------------
*/
.subA {
  width: 100%;
}
section.data_title {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
section.data_title:last-of-type {
  margin-bottom: 120px;
}
.in_box_A {
  width: 50%;
  height: auto;
  box-sizing: border-box;
  margin-top: 12px;
  float: left;
}
.in_box_A h3 {
  margin-bottom: 1em;
}
.in_box_A img {
  display: block;
  margin-bottom: 40px;
}
.in_box_B {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 12px;
  float: left;
}
.in_box_B table {
  table-layout: fixed;
  width: 90%;
  margin-left: 5%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1.3rem;
}
.in_box_B table caption {
  text-align: right;
}
.in_box_B th {
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border: 1px solid #ccc;
  font-weight: normal;
  background: #DEEDD1;
}
.in_box_B thead th {
  text-align: center;
}
.in_box_B td {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: right;
}
.img_textA {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.text {
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 1.6;
}
.pspace p {
  margin-bottom: 0.8em;
}
th.sec_part {
  background: #aaa;
  color: #fff;
}
th.details {
  padding-left: 1em;
}
.make_bottom_space {
  margin-bottom: 50px;
}
.splus {
  position: absolute;
  top: 80%;
  left: 85%;
  color: #fff;
}
h3.h_link a {
  color: #009245;
  text-decoration: none;
}
h3.h_link a:after {
  content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/caret-right-light.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(951%) hue-rotate(114deg) brightness(87%) contrast(102%);
  margin-left: 8px;
}
table.crlist {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  font-size: 85%;
  margin-top: 5px;
}
table.crlist thead th {
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px 0;
  background: #2c9864;
  color: #fff;
}
table.crlist thead th:first-child {
  width: 25%;
}
table.crlist tbody td {
  border: 1px solid #ccc;
  padding: 5px;
}
table.crlist tbody th {
  border: 1px solid #ccc;
  padding: 5px;
  font-weight: bold;
}
table.notify tbody th {
  background: #2c9864;
  color: #fff;
}
table.notify tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table.notify p:not(:last-of-type) {
  margin-bottom: 1em;
}
table.tbcap caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
}
.ir_qa {
  font-size: 1.4rem;
}
.ir_qa dt {
  border-bottom: solid 1px #65af61;
}
.ir_qa dt::before {
  content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/question-light.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(951%) hue-rotate(114deg) brightness(87%) contrast(102%);
  margin-left: 8px;
}
.ir_qa dd {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
ol.num {
  counter-reset: number;
}
ol.num li::before {
  counter-increment: number;
  content: counter(number)'.';
  padding-right: .5em;
}
ul.forlist {
  float: left;
  background: #eee;
  box-sizing: border-box;
  padding: 10px;
  font-size: 1.3rem;
  margin-top: 10px;
}
.subinfo {
  font-size: 0.8em;
}
.cate_title {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 3em;
}
.cate_title dl {
  margin-left: 3em;
}
.cate_title dt {
  font-size: 3.6rem;
}
.cate_title dd {
  margin-left: 0;
  font-size: 0.8em;
}
.article_day th {
  font-size: 0.85em;
  width: 13%;
}
.article_day td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.article_day {
  table-layout: fixed;
}
.p_notice_p {
	float: left;
}
.p_notice_p dl {
	display: flex;
	flex-flow: row wrap;
	margin-left: 2em;
}
.p_notice_p dl a {
	color: #009245;
	text-decoration: none;
	font-weight: bold;
}
.p_notice_p dl a:after {
  content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/caret-right-light.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(951%) hue-rotate(114deg) brightness(87%) contrast(102%);
  margin-left: 8px;
}
/* 
------------------------------------
1-2.company profile contents area
------------------------------------
*/
/*2split layout*/
dl.G_net {
  width: 800px;
  margin-left: 15px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
dl.G_net dt {
  font-weight: bold;
  border-bottom: solid 3px #009245;
  width: 100%;
}
dl.G_net dd {
  margin-left: 0;
  width: 49%;
  margin-top: 1em;
}
dl.G_net dd table {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.3rem;
}
dl.G_net dd th {
  text-align: left;
  background: #79c29b;
  padding: 4px;
}
dl.G_net dd td {
  padding: 8px;
}
dl.G_net dd td a[target="_blank"]:after {
  content: "\f35d";
  font-family: FontAwesome;
  margin-left: 8px;
}
/*2split layout TYPEA*/
dl.G_netA {
  width: 800px;
  margin-left: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
dl.G_netA dt {
  font-weight: bold;
  border-bottom: solid 3px #009245;
  width: 100%;
}
dl.G_netA dd:first-of-type {
  margin-left: 0;
  width: 65%;
  margin-top: 1em;
}
dl.G_netA dd {
  margin-left: 0;
  width: 35%;
  margin-top: 1em;
}
dl.G_netA dd table {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.3rem;
}
dl.G_netA dd th {
  text-align: left;
  background: #79c29b;
  padding: 4px;
}
dl.G_netA dd td {
  padding: 8px;
}
dl.G_netA dd td a[target="_blank"]:after {
  content: "";
  display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/arrow-square-out-bold.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(951%) hue-rotate(114deg) brightness(87%) contrast(102%);
}
/*2split layout TYPEB*/
dl.G_netB {
  width: 800px;
  margin-top: -30px;
  margin-left: 15px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
dl.G_netB dt {
  display: none;
}
dl.G_netB dd {
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-top: 1em;
}
/*3split layout TYPEC*/
dl.G_netC {
  width: 800px;
  margin-left: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
dl.G_netC dt {
  font-weight: bold;
  border-bottom: solid 3px #009245;
  width: 100%;
}
dl.G_netC dd:first-of-type {
  margin-left: 0;
  width: 50%;
  margin-top: 1em;
}
dl.G_netC dd {
  margin-left: 0;
  margin-top: 1em;
}
dl.G_netC dd table {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.3rem;
}
dl.G_netC dd th {
  text-align: left;
  background: #79c29b;
  padding: 4px;
}
dl.G_netC dd td {
  padding: 8px;
}
dl.G_netC dd td a[target="_blank"]:after {
  content: "";
  display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/arrow-square-out-bold.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(951%) hue-rotate(114deg) brightness(87%) contrast(102%);
}
/*Full layout*/
dl.G_net_full {
  width: 800px;
  margin-left: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
dl.G_net_full dt {
  font-weight: bold;
  border-bottom: solid 3px #009245;
  width: 100%;
}
dl.G_net_full dd {
  margin-left: 0;
  width: 100%;
  margin-top: 1em;
}
dl.G_net_full dd table {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.3rem;
}
dl.G_net_full dd th {
  text-align: left;
  background: #79c29b;
  padding: 4px;
}
dl.G_net_full dd td {
  padding: 8px;
}
dl.G_net_full dd td a[target="_blank"]:after {
  content: "\f35d";
  font-family: FontAwesome;
  margin-left: 8px;
}
/*Option*/
dl.renketsu dt::after {
  content: "連結子会社";
  font-weight: normal;
  font-size: 1.3rem;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  float: right;
  margin-top: -5px;
}
dl.mochibun dt::after {
  content: "持分法適用会社";
  font-weight: normal;
  font-size: 1.3rem;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  float: right;
  margin-top: -5px;
}
table.comlist {
  font-size: 1.4rem;
  width: 90%;
  margin-top: 2em;
  margin-left: 5%;
  margin-right: 5%;
}
table.comlist th {
  width: 20%;
  text-align: left;
  border-bottom: solid 1px #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.comlist td {
  border-bottom: solid 1px #ddd;
}
table.comlist caption {
  background: #eee;
  text-align: left;
  padding-left: 3px;
}
table.hislist {
  font-size: 1.4rem;
  width: 90%;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  border-collapse: collapse;
}
table.hislist caption {
  background: #B8F19D;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
table.hislist th {
  width: 15%;
  text-align: left;
  padding-left: 3px;
}
table.hislist td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
table.hislist td:nth-of-type(1) {
  width: 40%;
}
table.hislist td:nth-of-type(2) {
  width: 45%;
  box-sizing: border-box;
  padding-left: 24px;
}
table.hislist tr:nth-child(odd) {
  background: #ddd;
}
.hislist p img:not(:last-of-type) {
  margin-right: 5px;
}
.inquiryIR form {
  /*background: #eee;*/
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1em;
}
.inquiryIR iframe {
  border: solid 1px #aaa;
  width: 90%;
  height: 150px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1em;
}
p.agarea {
  text-align: center;
}
dl.form_con {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  flex-flow: row wrap;
}
dl.form_con dt {
  box-sizing: border-box;
  width: 100%;
}
dl.form_con dd {
  margin-left: 0;
  box-sizing: border-box;
  padding: 10px 5px;
}
dl.form_con dd input {
  box-sizing: border-box;
  padding: 5px;
}
.assist {
  color: #888;
  font-size: 1.3rem;
}
.assist02 {
  font-size: 1.3rem;
}
.asslist li::before {
  content: "-";
  margin-right: 3px;
}
dt.required::after {
  content: "*必須";
  font-size: 1.3rem;
  color: red;
  font-weight: bold;
}
section.policy {
  width: 600px;
  margin-left: 30px;
}
.policy h1 {
  font-size: 1.6rem;
}
.policy dl, .policy p {
  font-size: 1.4rem;
}
.policy dt {
  font-weight: bold;
}
.policy dd {
  margin-left: 0;
}
.submitarea {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.submitarea li {
  display: inline-block;
}
.submitarea input[type="submit"] {
  color: #fff;
  font-size: 1.6rem;
  border: none;
  background: #009245;
  padding: 5px 40px;
  border-radius: 5px;
}
.submitarea input[type="button"] {
  color: #555;
  font-size: 1.6rem;
  border: none;
  background: #aaa;
  padding: 5px 15px;
  border-radius: 5px;
}
.thank_m {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  text-align: center;
}
.thank_m p {
  margin-bottom: 1em;
}
/* 
------------------------------------
1-3.ir.html
Diversion Page : investors/ir_intro.html
------------------------------------
*/
.ir_contents {
  width: 100%;
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 0.5em;
  line-height: 1.7;
}
.ir_contents a {
  color: #009245;
}
.ir_contents a[target="_blank"]::after {
  content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/arrow-square-out-bold.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(37%) sepia(85%) saturate(951%) hue-rotate(114deg) brightness(87%) contrast(102%);
}
.pdfmark li::before {
  content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/file-pdf-light.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
  margin-right: 8px;
}
.box-001 {
  width: 90%;
  float: left;
  margin: 0 5%;
  box-sizing: border-box;
  border: 2px solid #009245;
  border-radius: 3px;
  margin-top: 1em;
}
.box-001 div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #009245;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
}
.box-001 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
  text-align: center;
  line-height: 1.8;
}
.box-002 {
  width: 90%;
  float: left;
  margin: 0 5%;
  box-sizing: border-box;
  border: 2px solid #009245;
  border-radius: 3px;
  margin-top: 1em;
}
.box-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #009245;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.box-002 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
  line-height: 1.8;
	font-size: 1.4rem;
}
.centering {
  text-align: center;
}
.left_alignment p {
  text-align: left;
}
.img_area_01 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.img_area_01 dl {
  margin-bottom: 0;
  margin-top: 0;
}
.img_area_01 dt {
  text-align: center;
}
.img_area_01 dd {
  margin-left: 0;
  text-align: center;
}
.img_area_02 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.img_area_02 dl:not(last-of-type) {
  margin-right: 1em;
}
.img_area_02 dt {
  text-align: center;
}
.img_area_02 dd {
  margin-left: 0;
  text-align: center;
}
.prod_txt dd {
	text-align: left;
	font-size: 1.4rem;
}
.img_area_03 {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  padding-left: 25px;
  margin-top: 1em;
}
.img_area_03 dl {
  margin-right: 1em;
}
.img_area_03 dd {
  margin-left: 0;
  text-align: left;
  font-size: .8em;
  width: 250px;
}
.expansion dt {
	position: relative;
}
.splus {
	position: absolute;
	top: 75%;
	left: 85%;
	color: #fff;
}
.splus_02 {
	position: absolute;
	top: 75%;
	left: 85%;
	color: #333;
}
p.heading_02 {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background: #39b54a;
  padding: 2em;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 3em;
}
.sp_adjust {
  margin-bottom: 0.5em;
}
p.strength {
  font-size: 3.0rem;
  text-align: center;
  width: 100%;
  margin-top: .5em;
}
p.strength::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 45px;
  background-image: url("../investors/img/T_mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.heading-03 {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: .5em .7em;
  overflow: hidden;
  border: 2px solid #009245;
  border-radius: 5px;
  color: #333333;
  font-size: 2.4rem;
  margin-top: .8em;
}
.heading-03:before {
  position: absolute;
  top: -50%;
  left: -30px;
  z-index: -1;
  transform: rotate(10deg);
  width: 100px;
  height: 200%;
  background-color: #009245;
  content: '';
}
.heading-03 span {
  margin-right: 1.1em;
  color: #fff;
  font-size: 1.1em
}
.btn_typeA {
  margin-bottom: 1em;
}
.btn_typeA li {
  margin: 1em 2em;
  padding: 20px 110px 20px 30px;
  background: #009245;
  float: left;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  position: relative
}
.btn_typeA li::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  margin-left: 9px;
  display: inline-block;
  width: 80px;
  height: 18px;
  background-image: url("../investors/img/yt_logo_rgb_dark.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn_typeA a {
  color: #fff;
}