@charset "utf-8";


.sp{ display: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@media screen and (min-width: 750px) {
html{
 overflow: hidden;
 height: 100%;
}
body{
 overflow: auto;
 height: 100%;
}
}
}

/* header
---------------------------------------------------- */
header {
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 100;
}
header .contents {
	width: 98%;
	/*min-width: 1200px;*/
	padding: 0;
}
header .logo {
	padding: 17px 0 0 10px;
	float: left;
	width: 150px;
}
header .logo img{
	width: 100%;
}
header button {
	display: none;
}

header .zdo_drawer_nav_wrapper{
	display: flex;
	height: 90px;
	align-items: center;
}

@media (max-width: 1130px){
	header .zdo_drawer_nav_wrapper{
		padding: 0 20px;
	}
}
header .zdo_drawer_nav {
	text-align: center;
	/*font-size: 0;*/
	display: table;
 /*margin: 29px auto 0;*/
	margin: 0 auto;
}
@media (max-width: 850px){
	header .zdo_drawer_nav{
		line-height: 1.5;
	}
}
header .zdo_drawer_nav li {
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
	
}
header .zdo_drawer_nav li a.nav_ac{
	color: #00acd5;
}

body.nav_home header .zdo_drawer_nav li a.nav_home,
body.nav_corporate header .zdo_drawer_nav li a.nav_corporate,
body.nav_news header .zdo_drawer_nav li a.nav_news,
body.nav_highlight header .zdo_drawer_nav li a.nav_highlight,
body.nav_financial header .zdo_drawer_nav li a.nav_financial,
body.nav_financialdata header .zdo_drawer_nav li a.nav_financialdata,
body.nav_stock header .zdo_drawer_nav li a.nav_stock,
body.nav_governance header .zdo_drawer_nav li a.nav_governance,
body.nav_koukoku header .zdo_drawer_nav li a.nav_koukoku,
body.nav_faq header .zdo_drawer_nav li a.nav_faq,
body.nav_to_investors header .zdo_drawer_nav li a.nav_to_investors{
	color: #00acd5;
}

header .zdo_drawer_nav li::after {
	content: " ｜ ";
	color: #00acd5;
}
header .zdo_drawer_nav li.link_none {
color: #ccc;
}
header .zdo_drawer_nav li.link_none a:hover {
color: #ccc;
}
header .zdo_drawer_nav li:last-child::after {
	display: none;
}
header .header-bnr{
	margin: 0 40px 0 10px;
}
@media (max-width: 1400px){
 header .header-bnr{
  margin: 0 auto;
  padding: 0 15px;
 }
}
header .header-bnr a{
	display: block;
}
header .header-bnr a:hover{
	opacity: 0.8;
}
@media (max-width: 740px){
	header .header-bnr{
		margin: 0 0 20px 0;
  padding: 0;
	}
	header .header-bnr a{
		padding: 0;
	}
}
header .smenu {
	float: right;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 0.3em;
	margin: 10px 0 0 0;
}
header .smenu a {
	color: #00acd5;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
header .smenu a:hover {
	opacity: 0.7;
}
header .ssmenu {
	display: none;
}
.smenu .link_none{
	color: #ccc;
}
header .smenu ul li.lang_btn{
	position: relative;
	color: #00acd5;
}
header .smenu ul li.lang_btn:hover > .lang {
	display: block;
}
header .smenu .lang{
	display: none;

}
header .smenu  div.lang{
	position: absolute;
	background: #fff;
	border: 1px solid #00acd5;
	box-sizing: border-box;
	width:90px;
	text-align: center;
	padding: 3px 0;
}

header .smenu  div.lang span{
	font-size: 11px;
}

header .smenu  div.lang span:nth-of-type(1){
	color: #3a3a3a
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	/*padding: 0 100px;*/
	padding: 0 20px;
	margin: 0 auto;
}
.blc {
	margin-top: 150px;
	margin-bottom: 200px;
}


/* breadcrumb
-------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 0 10px;
	background-color: #f6f7f7;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
	background-color: #3a3a3a;
	padding: 100px 0 20px;
}
footer .sns {
	text-align: center;
	font-size: 0;
	margin-bottom: 60px;
}
footer .sns li {
	display: inline-block;
    width: 32px;
	margin: 0 25px;
}
footer .sns li img{
    width: 100%;
}
footer .footer_menu {
	margin-bottom: 70px;
}
footer .footer_menu li {
	font-size: 12px;
	float: left;
	width: 20%;
	text-align: center;
}
footer .footer_menu li a {
	color: #FFF;
}
footer .footer_copy {
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px 0;
	letter-spacing: 0.2em;
	text-align: center;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 67px;
	height: 67px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#page_top a {
	display: block;
	width: 67px;
	height: 67px;
}
#page_top a img {
	width: 40px;
	height: 40px;
}


/* h
---------------------------------------------------- */
h1 {}
.ttl_h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: #75b408;
	padding: 20px 0;
	background-image: url(../images/common/h2.jpg);
	border-top: 5px solid #75b408;
	margin-bottom: 50px;
}
.ttl_h2 span {
	font-size: 24px;
	margin-right: 15px;
}
.ttl_h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #FFF;
	padding: 10px 0;
	margin-bottom: 30px;
	background-color: #75b408;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.ttl_h4 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #75b408;
	background-image: url(../images/common/h4.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.ttl_h5 {
	font-size: 18px;
	border-left: 6px solid #75b408;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
	color: #555555;
}
.ttl_h5 span {
	font-size: 75%;
	font-weight: normal;
	margin-left: 10px;
}



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

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


body {
	margin-bottom: 0;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.contents.ovf{
	overflow: hidden;;
}

.blc {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* header
---------------------------------------------------- */
header {
	height: 50px;
	width: 100%;
}
header .contents {
    width: 94%;
    min-width: inherit;
}
header .logo {
	padding: 8px 0 0 0;
	width: 95px;
}
header .logo img {
	padding: 0;
}
header .zdo_drawer_nav_wrapper{
	display: block;
	height: 100%;
}
header .smenu {
	display: none;
}
header .ssmenu {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	display: block;
}
header .ssmenu a,
header .ssmenu ul li:first-child {
	color: #00acd5;
	padding: 5px 10px;
}
header .ssmenu ul li.lang span:nth-of-type(1){
	color: #3a3a3a;
	padding: 5px 10px;

}
.ssmenu ul li a.link_none{
    color: #ccc;
    }

header .zdo_drawer_nav li::after {
	display: none;
}
header .ssmenu ul li:nth-child(3),
header .ssmenu ul li:nth-child(4){
	color: #ccc;
}

input[type="checkbox"].lang-on-off,
input[type="checkbox"].lang-on-off +li{
	display: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

input[type="checkbox"].lang-on-off:checked +li{
	display: block;
}


/* menu */
.zdo_drawer_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.zdo_drawer_menu a {
	font-size: 15px;
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 18px 10px;
}
/*.zdo_drawer_menu a:visited {
	color: inherit;
}*/
.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 0;
	left: 0;
}
.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 35px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 3px;
	right: 10px;
	z-index: 1001;
	text-align: center;
	outline: none;
    
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 35px;
    
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform:rotateZ(45deg)translateY(-0.5px)translateX(0.5px); 
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform:rotateZ(-45deg); 
   
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
	display: block;
}
.zdo_drawer_menu .zdo_drawer_bar {
	display: block;
	height: 2px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
.zdo_drawer_menu .zdo_drawer_text {
	text-align: center;
	font-size: 10px;
}
.zdo_drawer_menu .zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
	display: block;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 70%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(100%);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #FFF;
	overflow: auto;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
	padding: 70px 0 20px;
	margin: 0;
	display: block;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	font-size: 16px;
	margin: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #b5b5b5;
}

.zdo_drawer_menu .zdo_drawer_nav li:first-child {
	border-top: 1px solid #b5b5b5;
}
/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
	color: #00acd5;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
	background-color: #00acd5;
}


/* gnav
---------------------------------------------------- */
#gnav {
	display: none;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 50px 0 20px;
}
footer .sns {
	margin-bottom: 30px;
}
footer .sns li {
	margin: 0 20px;
}
footer .footer_menu {
	margin-bottom: 30px;
}
footer .footer_menu li {
	float: none;
	width: 100%;
	margin-top: 10px;
}
footer .footer_copy {
	font-size: 10px;
	padding: 0;
	letter-spacing: 0.1em;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}
#page_top a {
	width: 40px;
	height: 40px;
}
#page_top a img {
	width: 40px;
	height: 40px;
}


/* h
---------------------------------------------------- */
h1 {}
.ttl_h2 {
	font-size: 24px;
	padding: 15px 0;
	margin-bottom: 30px;
}
.ttl_h3 {
	margin-bottom: 20px;
}
.ttl_h4 {
	font-size: 16px;
	background-size: 100% 2px;
	margin-bottom: 10px;
}
.ttl_h5 span {
	display: block;
}


}


@media print {

header {
	position: inherit;
}

}


/* 2023.1 add
---------------------------------------------------- */
#news h1.underlayer,
#highlight h1.underlayer,
#stock h1.underlayer,
#faq h1.underlayer,
#corporate h1.underlayer,
#financialdata h1.underlayer{
	margin-bottom: 70px;
}
@media (max-width: 750px){
	#financialdata h1.underlayer{
		margin-bottom: 40px;
	}
}

.ac-static .contents{
	width: 100%;
	padding: 0;
}
.ac-static ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ac-static ul li{
	margin: 0 5px;
}
.ac-static ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 7px 10px;
	border: 1px solid #00acd5;
	color: #00acd5;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	min-width: 172px;
}
.ac-static ul li a:hover{
	background: #00acd5;
	color: #fff;
}

@media (max-width: 750px){
	.ac-static ul{
		margin: 0 -10px;
	}
	.ac-static ul li{
		width: 45%;
		
		margin-bottom: 10px;
	}
	.ac-static ul li a{
		min-width: initial;
	}
	.ac-static ul li a:hover{
		background:#00acd5;
		color:#fff;
	}
}


