@charset "utf-8";

.language-h {
    font-size: 1.2rem;
    font-weight: bold;
}

.support {
    display: flex;
    flex-wrap: wrap;
}

.support span {
    background-color: skyblue;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
}

.info_wrap {
    background-color: antiquewhite;
    padding: 10px 30px;
    border-radius: 10px;
    width: fit-content;
    font-weight: bold;
    margin: 10px 10px !important;
}

.info {
    display: flex;
    flex-wrap: wrap;
    padding:0;
}

.info .external_link_text,
.info_wrap .external_link_text{
    display: none;
}

.info span {
    padding: 10px;
}

span.ad:before {
    content: url(/img/global/image/ad.png);
    padding: 10px;
}

span.tel:before {
    content: url(/img/global/image/tel.png);
    padding: 10px;
}

.checkbox{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.checkbox span{
    padding: 15px;
}

.gomi{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 10px;
    column-gap: 10px;
    justify-content: center;
}

.gomi div {
    width: 20%;
    background-color: aliceblue;
    padding: 15px;
    margin: 0 !important;
}

.detail_html img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 896px) {
  .info_wrap{
    padding: 5px;
  }

  .info_wrap p {
    margin: 15px 0;
  }

  .text_r {
    display: none;
 }

  .gomi div {
    width: 40%;
  }

}


@media screen and (max-width: 640px) {
  .gomi div {
    width: 100%;
  }
}

 
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイト新設時202401　ここから
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
#cover{
    overflow:hidden;

}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #0168b7;
	text-decoration: none;
}
a:active {
	color: #910471;
}

#main a:link,
#main a:visited {
	color: #000082;
	text-decoration: underline;
}
#main a:hover {
	color: #910471;
	text-decoration: none;
}
#main a:active {
	color: #910471;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: 700;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 30px 0;
}
P{
	padding: 0 20px;
	box-sizing: border-box;
}
blockquote {
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}

img{
	vertical-align: bottom;
}


.clear{
	clear: both;
}
.sp{
	display: none;
}
.kg {
	display: block;

}

/* =scroll_up
-------------------------------------------------------------- */

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1{
	font-size: 32px;
	font-weight: bold;
	background: #f6f6f6;
	border-radius: 20px;
	padding: 40px;
	color: #000;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

#main h2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #1b9300;
	width: 100%;
	border-bottom:5px dashed #69b203;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	text-align: left;
	margin: 70px 0 40px 0;
}


#main h3 {
	width: 100%;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	box-sizing: border-box;
	margin: 70px 0 40px 0;
	padding: 20px 50px;
	background: #ebfbfc;
    outline-offset: -5px;
    box-shadow: 7px 7px rgba(168, 226, 250, 1.0);
}
#main h4 {
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	margin: 70px 0 40px 0;
	background: #d0effc;
	border-radius:10px 10px 0px 0px ;
    -webkit-border-radius:10px 10px 0px 0px ;
    -moz-border-radius:10px 10px 0px 0px ;
	border-bottom: 5px solid #8ac3ee;
	
}

#main h5 {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 5px solid #8ac3ee;
	margin: 70px 0 40px 0;

}

#main h6 {
	font-size: 20px;
	font-weight: bold;
	margin: 70px 0 20px 0;
}
#main h6:before {
	content:"◆";
	color: #6cae04;
}

/* =マーク等
-------------------------------------------------------------- */
#main ul{
	list-style-type: none;
	margin-left: 1.5em;
	padding: 0;
}

#main ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
    }
#main ul li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    left: -0.7em;
    top: 0.7em;
    content: "";
    background: #555;
    }
#main ol{
	margin-left: 2em;
}

#main table {
	border-collapse: collapse;
	border-spacing: 0;
}
#main td,
#main th {
	border: 1px solid #512D09;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
#main th {
	background: #ebfbfb;
	font-weight: bold;
	color: #0068b7;
}

/* ヘッダー */

header{
	width: 100%;
	margin: 0 auto;
}
#headerbox{
	width: 92.825%;
	max-width: 1268px;
	margin: 0 auto;
	height: 70px;
}
#headerbox .logo {
	width: 51.66%;
	max-width: 640px;
	float: left;
	text-align: left;
	height: 50px;
	padding-top: 10px;
}
#headerbox .logo img{
	width: 100%;
	max-width: 640px;
	height: auto;
}
#headerbox .p_menu {
	width: 38.75%;
	max-width: 465px;
	text-align: center;
	float: right;
}

	
#headerbox .p_menu ul{
	margin:0;
	padding:0;
}
#headerbox .p_menu ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#headerbox .p_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 25%;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#headerbox .p_menu ul li img{
	width: 35px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.p_btn {
	display: block;
	width: 99%;
	height: 65px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 33px;
	outline: none;
	border-radius:0px 0px 5px 5px ;
    -webkit-border-radius:0px 0px 5px 5px ;
    -moz-border-radius:0px 0px 5px 5px ;
	border-left: 2px solid #d6e379;
	border-right: 2px solid #d6e379;
	border-bottom: 2px solid #d6e379;
	background: #fff;
}
a.p_btn,
a:link.p_btn{
	color:#000;
	text-decoration: none;
}
a:hover.p_btn,
.p_btn:hover {
	color:#000;
	background:#d6e379;
	text-decoration: none;

}
.p_btn::before,
.p_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.p_btn,
.p_btn::before,
.p_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#header_link{
	width: 92.825%;
	max-width: 1268px;
	margin: 0 auto;
	padding: 15px 0;
}
#header_link ul{
	margin:0;
	padding:0;
}
#header_link ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#header_link ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#header_link ul li.yakuba {
	width: 44.166%;
	max-width: 530px;
	padding-top: 10px;
}
#header_link ul li.yakuba img{
	vertical-align: top;
	padding-top: 2px;
	width: auto;
	height: 1em;
}
#header_link ul li.search {
	width: 26.66%;
	max-width: 320px;
}
#header_link ul li.contact {
	width: 14.58%;
	max-width: 175px;
}
#header_link ul li.shisetu {
	width: 14.58%;
	max-width: 175px;;
}

.l_btn {
	display: block;
	width: 99%;
	max-width: 160px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	font-size: 16px;
	outline: none;
	border-radius:5px;
	background: #a8e2fa;
}
a.l_btn,
a:link.l_btn{
	color:#000;
	text-decoration: none;
}
a:hover.l_btn,
.l_btn:hover {
	color:#fff;
	background:#0068b7;
	text-decoration: none;

}
.l_btn::before,
.l_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.l_btn,
.l_btn::before,
.l_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* 検索 */

.search-form {
    border: 2px solid #acacac;
    border-radius: 3px;
	padding: 5px;
	width: 90%;
	max-width: 325px;
	box-sizing: border-box;
        margin: 0 auto;
}
.search-form tabl {
	width: 100%;
}
.search-form table,
.search-form td{
	margin: 0;
	padding: 0;
	border: 0px;
}
.search-form td.fm{
	width: 100%;
}
.search-form td.se{
	width: 50px;
}
.search-input {
	background: #fff;
	border: none;
	border-radius: 3px;
	width: 100%;
	height: 35px;
	color: #000;
	padding: 0 10px 0 10px;
	box-sizing: border-box;

  &::placeholder {
    font: {
      size: 18px;
      weight: 500;
    }

    line-height: 1.85;
    letter-spacing: .05em;
    color: #000;
  }
}
.search-btn{
    width: 25px;
	height: 25px;
	line-height: 40px;
	vertical-align: middle;
}


/* メニュー */
nav{
	width: 100%;
	border-top:5px solid #90d3f0;
	background:url("/img/global/footer_back.png");
}

nav ul  {
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: 1268px;

}
nav ul li {
	width: 16.6%;
	list-style-type: none;

}
.gnav-wrapper {
	position: relative;

}
 
.gnav {
 display: flex;
 justify-content: space-between;
}
 
.gnav li {
	display: block;
	padding: 0;
	border-left: 1px solid #555;

	text-align: center;
	transition: all .3s ease-in-out;
}
 
.gnav li:hover {
	background: #fff;
	color: #0168b7;
}
 
.gnav a {
	display: block;
	color: #000;
}
.gnav a:hover {
	color: #0168b7;
}
.gnav > li:last-child {
	border-right: 1px solid #555;
}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding:  0;
}
 
.megamenu {
	background: #fff;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	transition: all .2s ease-in;
	z-index: 999;
	text-align: left;
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
}
.megamenu ul {
	padding: 20px 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.megamenu-inner li {
	width: calc( (100% / 3) );
	text-align: left;
	border-left: 0px solid #555;
	line-height: 25px;
	margin: 10px 0;
	box-sizing: border-box;
}
 
.megamenu-inner a {
	border-left: none;
	text-decoration: none;
	background:url(/img/global/y03.png) no-repeat 0 0;
	background-size: 25px;
	padding: 0 0 0 30px;
}

.ill img{display:none;}
#menu-btn-check{
		display: none;
}


.menubtn {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
	font-size:19px;
	line-height: 30px;
	color:#000;
}
a.menubtn,
a:link.menubtn{
	color:#000;
	text-decoration: none;
}
a:hover.menubtn,
.menubtn:hover {
	color:#0168b7;
	background:#fff;
	text-decoration: none;

}
.menubtn::before,
.menubtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.menubtn,
.menubtn::before,
.menubtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

nav ul li a.single{
	line-height: 80px;
	height: 80px;
	padding: 0;
}
nav ul li a.dwble{
	padding: 5px 0;
	box-sizing: border-box;
}

.link_box,
.add_box{
	display: none;
}

.hamburger-menu{
	display: none;		
}
.hamburger{
	display: none;		
}
/* ぱんくず */
#pan{
	width: 98%;
	max-width: 1199px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 14px;
	
}
/* 戻る */
img.top{
	width: 90px;
	height: auto;
	
}
/* フッター */

footer{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border-top:5px solid #8ed3f0;
}
#footer_name_box{
	background:url("/img/global/footer_back.png");
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
#footer_name_box img{
	width: 100%;
	max-width: 558px;
	height: auto;
}
#footer_box{
	width: 98%;
	max-width: 1199px;
	box-sizing: border-box;
	margin: 0px auto 0 auto;
	padding: 50px 0;
}
#footer_box ul{
	margin:0;
	padding:0;
}
#footer_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
#footer_box ul li.name {
	width: 20%;
	max-width: 240px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
#footer_box ul li.add {
	width: 37.5%;
	max-width: 450px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 30px;
}
#footer_box ul li.conatct {
	width: 29.6%;
	max-width: 355px;
}
.webbtn {
	display: block;
	width: 100%;
	max-width: 225px;
	height: 50px;
	margin:15px auto 0 auto;
	padding-left: 15px;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	background: #0068b7;
	border-radius: 5px;
	position: relative;
	border: 2px solid #0068b7;
}
a.webbtn,
a:link.webbtn{
	color:#fff;
	text-decoration: none;
}
a:hover.webbtn,
.webbtn:hover {
	color:#0068b7;
	background:#fff;
	text-decoration: none;

}
.webbtn::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.webbtn,
.webbtn::before,
.webbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.webbtn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.contactbtn {
	display: block;
	width: 100%;
	height: 75px;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 75px;
	outline: none;
	font-size:20px;
	color:#fff;
	font-weight: bold;
	background: #0068b7;
	border-radius: 5px;
	position: relative;
	border: 2px solid #0068b7;
}
a.contactbtn,
a:link.contactbtn{
	color:#fff;
	text-decoration: none;
}
a:hover.contactbtn,
.contactbtn:hover {
	color:#0068b7;
	background:#fff;
	text-decoration: none;

}
.contactbtn::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.contactbtn,
.contactbtn::before,
.contactbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contactbtn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
/* コンテンツ */


#page_back{
	margin: 0;
	padding: 0;
	background: #fbffdc;
	border-top:5px solid #006bb6;
	width: 100%;
}

#main_back{
	background: #fff;
	width: 95%;
	max-width: 1199px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
}
#main{
	width: 98%;
	max-width: 1199px;
	box-sizing: border-box;
	margin: 0px auto 0 auto;
	font-weight: normal;

}
#main_top{
	width: 98%;
	max-width: 1199px;
	box-sizing: border-box;
	margin: 0px auto 0 auto;
}

#main .sub_menu{
	width: 95%;
	max-width: 450px;
	margin: 0 0 0 auto;
	padding: 20px 0 30px 0;
}
#main .sub_menu ul{
	margin:0;
	padding:0;
}
#main .sub_menu ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#main .sub_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 25%;
	box-sizing: border-box;
	padding:0 10px;
	margin:0;
}
#main .sub_menu  ul li {
    list-style-type: none;
    position: initial;
    padding-left: initial;
    }
#main .sub_menu  ul li:before {
    display: none;
    }
.sub_btn {
	display: block;
	width: 100%;
	height: 40px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-size:16px;
	font-weight:normal;
	border:2px solid #3d773a;
	color:#3d773a;
	border-radius:10px; 
}
#main a.sub_btn,
#main a:link.sub_btn{
	color:#3d773a;
}
#main a:hover.sub_btn,
#main .sub_btn:hover {
	color:#fff;
	background:#3d773a;
	text-decoration: none;
}
.sub_btn::before,
.sub_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.morebtn,
.morebtn::before,
.morebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* トップに戻る */

#page_top {
  	width: 98%;
	max-width: 1199px;
	box-sizing: border-box;
	margin: 150px auto 0 auto;
	text-align: right;
	height: 64px;
}

#page_top img{
  	width: auto;
	height: 64px;
}

/* =トップページ
-------------------------------------------------------------- */
#top_img{
	background: #8ed3f0;
	width: 100%;
	text-align: center;
}
#top_img img{
	width: 100%;
	max-width: 1400px;
	height: auto;
}
#main_content_back{
	background: #d6e379;
	width: 100%;
	text-align: center;
	padding:80px 0 0 0;
}



/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}
.tabs_box {
	padding-bottom: 40px;
	width: 100%;
	background: #fff;
    border-radius:0px 0px 10px 10px ;
    -webkit-border-radius:0px 0px 10px 10px ;
    -moz-border-radius:0px 0px 10px 10px ;
}

.tabs_box img{
	width: 100%;
	height: auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 60px;
  background-color: #049500;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	border-radius:10px 10px 0px 0px ;
    -webkit-border-radius:10px 10px 0px 0px ;
    -moz-border-radius:10px 10px 0px 0px ;
	border-top: 5px solid #d6e379;
	border-left: 5px solid #d6e379;
	border-right: 5px solid #d6e379;
	box-sizing: border-box;
}
.tab_item:hover {
 background-color: #fff;
	color: #000;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
	background: #fff;
	border-radius:0px 10px 0px 0px ;
    -webkit-border-radius:0px 10px 0px 0px ;
    -moz-border-radius:0px 10px 0px 0px ;
}
.tab_content ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.tab_content ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.tab_content ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 31%;
	box-sizing: border-box;
	margin:1%;
	padding: 0;
}

.tabbtn {
	display: block;
	width: 100%;
	height: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:19px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	padding: 30px;
	background: #eeeeee;
	border-radius: 10px;
}
.tabbtn img{
	display: block;
	width: 100%;
	max-width: 270px;
	height: auto;
	padding-bottom: 20px;
}
a.tabbtn,
a:link.tabbtn{
	display: block;
	color:#000;
	text-decoration: none;
}

a:hover.tabbtn,
.tabbtn:hover {
	display: block;
	color:#fff;
	text-decoration: none;
	background:#049500;
	border-radius: 10px;

}
.tabbtn::before,
.tabbtn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tabbtn,
.tabbtn::before,
.tabbtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*選択されているタブのコンテンツのみを表示*/
#nihongo:checked ~ #nihongo_content,
#english:checked ~ #english_content,
#chinese:checked ~ #chinese_content,
#vietnam:checked ~ #vietnam_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #fff;
	color: #049500;
	border-radius:10px 10px 0px 0px ;
    -webkit-border-radius:10px 10px 0px 0px ;
    -moz-border-radius:10px 10px 0px 0px ;
}


/* =ページ
-------------------------------------------------------------- */

/* ページheader*/

#headerpageback{
	width: 100%;
	background:url("/img/global/page_header_back.png");
	background-position: bottom center;
	background-repeat: no-repeat;

}

.headerbar{
	background:url("/img/global/banr.png");
	background-size: auto 12px;
	background-repeat: repeat-x;
	width: 100%;
	height: 12px;
}



/* 大分類 */

.b_menu{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}
.b_menu ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.b_menu ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.b_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	margin: 10px 0;
	background:url(/img/global/y03.png) no-repeat 0 0;
	background-size: 1.5em;
	font-size: 18px;
}


/* 中分類 */

.t_menu{
	width: 100%;
	border-top:1px dashed #000;
}
.t_menu ul{
	margin:40px 0 0 0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.t_menu ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.t_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 15.6%;
	box-sizing: border-box;
	margin:0.5%;
	padding: 0;

}
.t_menu ul li .tabbtn {
	display: block;
	width: 100%;
	height: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:17px;
	font-weight: bold;
	color:#000;
	padding: 20px;
	text-decoration: none;
	background: #eeeeee;
	border-radius: 10px;
}
.t_menu ul li a.tabbtn,
.t_menu ul li a:link.tabbtn{
	display: block;
	color:#000;
	text-decoration: none;
}

.t_menu ul li a:hover.tabbtn,
.t_menu ul li .tabbtn:hover {
	display: block;
	color:#fff;
	text-decoration: none;
	background:#049500;
	border-radius: 10px;

}


@media (max-width: 1080px) and (min-width: 897px) {

.p_btn {
	font-size: 15px;
}

.l_btn {
	font-size: 14px;

}
nav ul li a.single{
	font-size: 16px;
}
nav ul li a.dwble{
	font-size: 16px;

}

#footer_box ul li.name {
	font-size: 20px;
}
#footer_box ul li.add {
	font-size: 14px;

}
/* =ページ
-------------------------------------------------------------- */
#main_back{
	background: #fff;
	width: 95%;
	max-width: 1199px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
}
#main{
	width: 95%;
	padding: 20px;
	border-radius: 20px;
}
/* ぱんくず */
#pan{
	width: 95%;
	max-width: 1136px;
	margin: 0 auto;
	font-size: 16px;
}

/* 大分類 */
.b_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 10px 0;
	background:url(/img/global/y03.png) no-repeat 0 0;
	background-size: 1.5em;
}
/* 中分類 */

.t_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 31%;
	box-sizing: border-box;
	margin:1%;
	padding: 0;

}


}

@media (max-width: 983px) {

.pc{
	display: none;
}
.sp{
	display: block;
}

.kg {
	display: block;

}
P{
	padding: 0 10px;
	box-sizing: border-box;
}
/* ヘッダー */
#headerbox{
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: auto;
}
#headerbox .logo {
	display: none;
}
#headerbox .logo_sp {
	width: 95%;
	margin: 0 auto;
	padding: 15px 0;

}
#headerbox .logo_sp img {
	width: 100%;
	height: auto;

}
#headerbox .p_menu {
	width: 82%;
	max-width: initial;
	float: none;
	margin: 0;
}
.p_btn {
	display: block;
	width: 99%;
	height: 65px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 33px;
	outline: none;
	border-radius:0px 0px 5px 5px ;
    -webkit-border-radius:0px 0px 5px 5px ;
    -moz-border-radius:0px 0px 5px 5px ;
	border-left: 2px solid #d6e379;
	border-right: 2px solid #d6e379;
	border-bottom: 2px solid #d6e379;
	background: #fff;
	font-size: 12px;
}
#header_link{
	display: none;
}
/* メニュー */


.hamburger-menu{
	display: block;	
}
.hamburger{
	display: block;	
}
.menu-btn {
    position: fixed;
    top: 5px;
    right: 0px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
	background: #0168b7;
	border-radius:5px 0px 0px 5px ;
    -webkit-border-radius:5px 0px 0px 5px ;
    -moz-border-radius:5px 0px 0px 5px ;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    position: absolute;
	
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check{
	display: block;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
.menu-content {
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.5s;
	-webkit-overflow-scrolling: touch;		
	overflow-y: scroll;
}

.menu-content .menu {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}
.menu-content .logo{
	width: 95%;
	margin:  0 auto;
	padding: 80px 0 0 0;
}
.menu-content .logo img{
	width: 100%;
	height: auto;
}
.menu-content .search{
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
}
nav{
	width: 100%;
	border-top:initial;
	background: initial;
}

nav ul  {
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: initial;

}
nav ul li {
	width: initial;
	list-style-type: none;

}
	
.gnav-wrapper {
	position: initial;
}
.gnav {
	display: initial;
	justify-content: initial;
}

.gnav li {
	display: initial;
	padding: 0;
	border-left: initial;
	text-align: initial;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;

}
 
.gnav li:hover {
	background: initial;
	color: initial;
}
 
.gnav a {
	display: initial;
	color: initial;
}
.gnav a:hover {
	color: initial;
}
.gnav > li:last-child {
	border-right: initial;
}
 
.gnav > li:hover .megamenu {
	max-height: initial;
	opacity: initial;
	padding: initial;
}
.megamenu {
	background: initial;
	max-height: initial;
	opacity: initial;
	overflow: initial;
	width: 100%;
	position: initial;
	top: initial;
	left: initial;
	transition: all .2s ease-in;
	z-index: initial;
	text-align: initial;
}
 
.megamenu-inner {
	display: initial;
	flex-wrap: initial;
}
.megamenu ul {
	padding: 10px 0 20px 0;
}
.megamenu-inner li {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
	text-align: left;
	border-left: initial;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
}
nav ul li a.single{
	line-height: 60px;
	height: initial;
	padding: 0;
	font-size: 16px;
}
nav ul li a.dwble{
	line-height: 60px;
	height: initial;
	padding: 0;
	font-size: 16px;
}
.megamenu-inner a {
	border-left: none;
	text-decoration: none;
	background:url(/img/global/y03.png) no-repeat 0 0;
	background-size: 1em;
	padding: 0 0 0 25px;
	border-left: none;
	text-decoration: none;	
}
.kg {
	display: inline-block;

}

a:hover.menubtn,
.menubtn:hover {
	color:initial;
	background:initial;
	text-decoration: none;

}

.ill img{
	display:inline-block;
	width: 70px;
	padding-bottom: 5px;
	height: auto;
	vertical-align: middle;
}
#menu-btn-check{
		display: none;
}

/*トグル*/
.toggle_contents {
	background:#eeeeee;
	border-radius: 5px;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	width: 95%;
	margin: 10px auto;
}
.toggle_title {
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

.toggle_title:after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background:url("/img/global/y02.png") no-repeat right top;
	background-size: 29px 29px;
	position:absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	transition: 0.2s;
}
.toggle_title.selected:after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.2s;
}
.toggle_txt {
	display: none;
}
	

	


.link_box{
		display: block;

}
.link_box ul{
	margin:0;
	padding:0;
}
.link_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.link_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
}


.link_box ul li .l_btn {
	display: block;
	width: 100%;
	max-width: initial;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	font-size: 14px;
	outline: none;
	border-radius:5px;
	background: #a8e2fa;
}
.add_box {
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 14px;
}
.add_box img{
	width: auto;
	height: 1em;
	vertical-align: baseline;
}
/* フッター */
footer{
	background:url("/img/global/bar_g.png") #fcf9f4;
	background-repeat: repeat-x;
	background-position: top center;
	background-size: auto 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* トップに戻る */

#page_top {
  	width: 98%;
	max-width: 1199px;
	box-sizing: border-box;
	margin: 150px auto 0 auto;
	text-align: center;
	height: 55px;
}

#page_top img{
  	width: auto;
	height: 55px;
}

/* =トップページ
-------------------------------------------------------------- */
#main_content_back{
	background: #d6e379;
	width: 100%;
	text-align: center;
	padding:50px 0 0 0;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	width: 95%;
	margin: 0 auto;
}
.tabs_box {
	border-bottom: 2px solid #d6e379;
	border-left: 2px solid #d6e379;
	border-right: 2px solid #d6e379;
    border-radius:0px 0px 10px 10px ;
    -webkit-border-radius:0px 0px 10px 10px ;
    -moz-border-radius:0px 0px 10px 10px ;
	box-sizing: border-box;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  line-height: 50px;
  font-size: 14px;
	border-top: 2px solid #d6e379;
	border-left: 2px solid #d6e379;
	border-right: 2px solid #d6e379;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 15px 15px 0;
	clear: both;
	overflow: hidden;
	border-left: 2px solid #d6e379;
	border-right: 2px solid #d6e379;
	border-radius:initial ;
    -webkit-border-radius:initial ;
    -moz-border-radius:initial ;
}
.tab_content ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

}
.tab_content ul li {

	width: 48%;
	margin:1%;
	list-style: 23px;
}
.tabbtn {
	display: block;
	width: 100%;
	height: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:15px;
	list-style: 23px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	padding: 15px;
	background: #eeeeee;
	border-radius: 10px;
}

a:hover.tabbtn,
.tabbtn:hover {
	display: block;
	color:#fff;
	text-decoration: none;
	background:#049500;
	border-radius: 10px;

}
.tab_content ul li .spkg{
	display: block;

}

/* フッター */
#footer_name_box img{
	width: 90%;
	height: auto;
}
#footer_box ul li {
	display: block;
	float: none;
}
#footer_box ul li.name {
	width: 100%;
	max-width: initial;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
#footer_box ul li.add {
	width: 100%;
	max-width: initial;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding: 10px 0;
}
#footer_box ul li.conatct {
	display: none;
}
#footer_box .link_box ul li{
	width: 48%;
	float: left;
	margin: 1%;
}
.webbtn {
	display: inline-block;
	width: 100%;
	max-width: 190px;
	height: 45px;
	margin:0 auto 0 15px;
	padding-left: 5px;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	background: #0068b7;
	border-radius: 5px;
	position: relative;
}
/* =ページ
-------------------------------------------------------------- */


/* ぱんくず */
#pan{
	width: 95%;
	max-width: 1136px;
	margin: 0 auto;
	font-size: 14px;
}
.print{
	width: 95%;
	font-size: 14px;
	padding: 0;
}


#page_back{
	margin: 0;
	padding: 0;
	background: #fbffdc;
	border-top:0px solid #006bb6;
	width: 100%;
}



#main_back{
	background: #fff;
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px;
	box-sizing: border-box;
}
#main{
	width: 95%;
	max-width: 1199px;
	box-sizing: border-box;
	margin: 0px auto 0 auto;
	font-size: 14px;
	font-weight: normal;

}
	
/* =Headings
-------------------------------------------------------------- */
h1{
	font-size: 22px;
	font-weight: bold;
	background: #f6f6f6;
	border-radius: 10px;
	padding: 20px;
	color: #000;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

#main h2 {
	font-size: 21px;
	line-height: 35px;
	font-weight: bold;
	color: #1b9300;
	width: 100%;
	border-bottom:5px dashed #69b203;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
	text-align: left;
	margin:40px 0 20px 0;
}


#main h3 {
	width: 100%;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	box-sizing: border-box;
	margin:40px 0 20px 0;
	padding: 15px 20px;
	background: #ebfbfc;
    outline-offset: -5px;
    box-shadow: 5px 5px rgba(168, 226, 250, 1.0);
}
#main h4 {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	margin:40px 0 20px 0;
	background: #d0effc;
	border-radius:10px 10px 0px 0px ;
    -webkit-border-radius:10px 10px 0px 0px ;
    -moz-border-radius:10px 10px 0px 0px ;
	border-bottom: 5px solid #8ac3ee;
	
}

#main h5 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	width: 100%;
	padding: 5px 10px;
	border-bottom: 5px solid #8ac3ee;
	margin:40px 0 20px 0;
	box-sizing: border-box;

}

#main h6 {
	font-size: 16px;
	font-weight: bold;
	margin:40px 0 20px 0;
}

/* 大分類 */
.b_menu{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}
	
.b_menu ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	margin: 10px 0;
	background:url(/img/global/y03.png) no-repeat 0 0;
	background-size: 1.5em;
	font-size: 16px;
}




/* 中分類 */
.t_menu{
	width: 95%;
	margin: 0 auto;
}
.t_menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	box-sizing: border-box;
	padding:5px;
	margin:0;
}
.t_menu ul li a.tabbtn {
	display: block;
	width: 100%;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	font-size:14px;
	font-weight: bold;
	color:#000;
	background: #eeeeee;
	border-radius: 10px;
	padding: 10px;
	text-decoration: none;
}
#main .sub_menu{
	width: 90%;
	max-width: 450px;
	margin: 0 0 0 auto;
	padding: 20px 0 20px 0;
}
.sub_btn {
	display: block;
	width: 100%;
	height: 35px;
	margin:0 auto 0 auto;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	font-size:12px;
	font-weight:normal;
	border:2px solid #3d773a;
	color:#3d773a;
	border-radius:10px; 
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイト新設時202401　ここまで
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.hide {
	display: none;
}

.add .external_link_text {
	display: none;
}

/* nav デザイン調整　20240131 */

.top-nav {
    border-bottom: 5px solid #fff;
}

.gnav > li:hover .megamenu {
    margin-top: 10px;
}

nav ul li a.single {
    line-height: 85px;
    height: 85px;
}

@media screen and (min-width:983px){
	.toggle_txt{
		display:block !important;
	}
}


/* スマホ時タブ切り替え 横100％に修正　20240131 */

@media (max-width: 896px){
.tab_content ul li {
    width: 100%;
}

.tab_content ul li .spkg {
    display: inline-block;
}

.tabbtn img {
    margin: 0 auto;
}
}


/* タブ切り替え　上下エリア余白修正　20240131 */

@media (max-width: 896px){
#main_content_back {
    padding: 0;
}

#page_top {
    margin: 40px auto 0 auto;
}
}

/* 記事ページ　20240201 */

.text_r {
  float: right;
  margin: 6px 0;
}

/* 検索ボックス調整　20240201 */

.gsc-control-cse {
    padding: 0 !important;
}

.gsc-input-box {
    border: none !important;
}


.gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 6px !important;
    width: auto;
    vertical-align: middle;
    border: none !important;
    border-radius: 2px;
    border-color: #fff !important;
    background-color: #fff !important;
    cursor: pointer !important;
}


.gsc-search-button-v2 svg {
    fill: #6f6f6f !important;
    width: 20px !important;
    height: 20px !important;
}

form.gsc-search-box {
    margin-bottom: 0px !important;
}

table.gsc-search-box {
    margin-bottom: 0px !important;
}


/*チャットボット関係 */

.ul-widget-main-window {
    z-index: 9998 !important;
}


/* 英語サイト用 */

#globalenTop #header_link ul li{
    text-align: left;
}

#globalenTop nav ul li a.menubtn{
    line-height: 1.5rem;
    vertical-align: middle;
    display: grid;
}

#globalenTop .l_btn {
    line-height: 1rem;
    height: 60px;
    padding: 5px;
    display: grid;
    place-items: center;
}


#globalenTop .webbtn{
    line-height: 1rem;
    height: 60px;
    padding: 5px;
    display: grid;
    place-items: center;
}

#globalenTop .contactbtn{
    line-height: 1.5rem;
    height: auto;
    padding: 5px 25px 0;
    display: grid;
    place-items: center;
}

#globalenTop #content_header{
    display:none;
}


@media (max-width: 983px) {

    #globalenTop nav ul li a.menubtn {
        height:auto;
        width: 80%;
    }

}


/* 簡体字サイト用 */

#globalcnTop nav ul li a.menubtn{
    line-height: 1.5rem;
    vertical-align: middle;
    display: grid;
}

#globalcnTop #content_header{
    display:none;
}

@media (max-width: 983px) {

    #globalcnTop nav ul li a.menubtn {
        line-height: 85px;
        display: initial;
    }

}


/* ベトナム語サイト用 */

#globalviTop .yakuba{
    font-size: 90%;
}

#globalviTop #header_link ul li{
    text-align: left;
}

#globalviTop nav ul li a.menubtn{
    line-height: 1.5rem;
    vertical-align: middle;
    display: grid;
    font-size: 90%;
}

#globalviTop .l_btn {
    line-height: 1rem;
    height: 80px;
    padding: 5px;
    display: grid;
    place-items: center;
}


#globalviTop .webbtn{
    line-height: 1rem;
    height: 60px;
    padding: 5px;
    display: grid;
    place-items: center;
}

#globalviTop .contactbtn{
    line-height: 1.5rem;
    height: auto;
    padding: 5px 25px 0;
    display: grid;
    place-items: center;
}

#globalviTop #content_header{
    display:none;
}

@media (max-width: 983px) {

    #globalviTop nav ul li a.menubtn {
        height:auto;
        width: 80%;
    }

}