/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2021 | 09:19:12 */
body:not(.wp-admin){
	min-width:auto!important;
	font-family:"Yu Gothic", YuGothic ,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}

h1, h2, h3, h4, h5, h6{font-family:"Yu Gothic", YuGothic ,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";}

.es-container {
    max-width: 100%!important;
    padding:0!important;
}

.editor-styles-wrapper .block-editor-block-list__layout h2:after, .entry-content h2:after{display:none;}

body.single #content{margin-top: 0!important;}

td, th{padding: 10px;}

.breadcrumb-list{display:none;}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

/*======================================

　headerの記述

=======================================*/
a:hover{text-decoration: none!important;}

#header {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px 50px 40px 30px;
	color: #000000;
}

#header a{
	color: #a0a0a0; 
	text-decoration: none;
}

#header a:hover{opacity: 0.6; text-decoration: none!important;}

#header h1 span{
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
#header h1 .sp{
	display: none;
}


.globalnav-wrap {
  font-size: 12px;
  color: #a0a0a0;
  display: flex;
  justify-content: space-between;
}

.globalnav span{
	display: block;
}

.globalnav .dropdown-btn {
	position: relative;
	display: inline-block;
	padding: 7px 35px;
	cursor: pointer;
	border-right: 1px solid #dcdcdc ;
	text-align: center;
}

.globalnav .dropdown-btn.last{
	border: none;
	padding-right: 0;
}

.globalnav .dropdown {
	z-index: 1000;
	position: absolute;
	left: -20px;
	top: 55px;
	padding-top: 20px;
	width: 200px;
	display: none;
}

.globalnav .dropdown.menu01{left: -36px;}

.globalnav .dropdown ul{
  position: relative;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  padding: 20px;
	background: #FFFFFF;
}

.globalnav .dropdown ul:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 14px solid #FFF;
  z-index: 2;
}

.globalnav .dropdown ul:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #dcdcdc;
  z-index: 1;
}


.globalnav .dropdown ul li{
	margin-bottom: 20px;
	text-align: left;
}

.globalnav .dropdown ul li:last-child{margin-bottom: 0;}





.globalnav .nav-button-wrap,
.globalnav .open { display: block;}
.globalnav .close {display: block;}


@media screen and (max-width: 1250px) {
	#header{padding: 20px;}
	.globalnav .dropdown-btn{padding: 7px 20px;}
}
@media screen and (max-width: 1100px) {
	.globalnav .dropdown-btn{padding: 7px 15px;}
  #header h1{width:35%;}
}

@media screen and (max-width: 920px) {
  #header {
    position: relative;
    width: 100%;
  }
  #header h1 span{display: none;}
  #header h1{width:auto;}
  #header h1 .sp{display: block;}
  #header h1 .pc{display: none;}
	


  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
	padding: 27px 20px;
    height: 53px;
  }

  .globalnav {display: none;}
  .globalnav .close {display: none; }
	
	.globalnav .dropdown-btn{border: none; padding: 15px 20px;}
	.globalnav .dropdown{width: 100%;}
	.globalnav .dropdown ul li{text-align: center;}

  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 60px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	  box-sizing: border-box;
	  z-index: 100;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
  }

.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }

  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) { top: 0; }
  .nav-button span:nth-of-type(2) { top: 8px;}
  .nav-button span:nth-of-type(3) { bottom: 0; }

  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }

  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}
/*======================================

　コンテンツ共通の記述

=======================================*/
article.wrap{
	width: 100%;
	text-align: center;
  padding:0;
}

article.wrap article{
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}

article.wrap > h2{
	width: 100%;
	font-size: 55px;
	background: #fafafa;
	font-family:"Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 90px 30px 70px;
	box-sizing: border-box;
}

article.wrap h2 span{
	display: block;
	font-size: 22px;
	font-family:"Yu Gothic", YuGothic ,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}

@media screen and (max-width: 700px) {
	article.wrap h2{
		font-size: 35px;
		padding: 45px 30px 35px;
	}
	article.wrap h2 span{font-size: 16px;}
}

/* tableのCSS */
#border_td{
	text-align: justify;
	border:none;
}

#border_td th,#border_td td{
	padding: 10px 30px;
	box-sizing: border-box;
}

#border_td th{
	width: 200px;
	font-size: 16px;
	text-align: center;
	border-bottom: 3px solid #000000;
	border-right: none;
  vertical-align: middle;
}

#border_td td{
	border-bottom: 1px solid #000000;
	border-right: none;
}

@media screen and (max-width: 700px) {
	#border_td th,#border_td td{display: block;}
	#border_td th{width: 100%;}
	#border_td td{border-bottom: 1px solid #d0d0d0;}
}


/*======================================

　footerの記述

=======================================*/
	#contact_footer{
		width: 100%;
		text-align: center;
		margin: 120px 0 0;
	}
	
	#contact_footer b{
		display: block;
	}
	
	#contact_footer section{
		background: #fafafa;
		padding: 85px 20px 60px;
		margin-top: -25px;
	}
	
	#contact_footer section p{
		margin-bottom: 40px;
	}
	
	#contact_footer section ul li{
		display: inline-block;
		margin: 0 20px;
		width: 90%;
		max-width: 200px;
		border: 1px solid;
	}
	
	#contact_footer section ul li a{
		width: 100%;
		display: block;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		color: #000000;
	}
	
	#footer{
		padding: 90px 0 130px;
		background: #2c2d2e;
		color: #FFFFFF;
		font-size: 13px;
		overflow: hidden;
	}
	
	#footer .left{
		float: left;
		margin-left: 150px;
	}
	
	#footer .left h6{text-align: justify;}
	#footer .left h6 span{
		display: block;
		font-size: 11px;
        color:#FFFFFF;
	}
	
	#footer .left div p{margin-top: 20px;}
	#footer .left div i{
		font-style: normal;
		margin: 5px 0;
		display: inline-block;
	}
	#footer .left div i img{
		display: inline-block;
		margin: 5px 5px 0 0;
	}
	
	#footer .left ul li span{
		display: inline-block;
		width: 130px;
	}
	
	#footer .left a.fo_con{
		display: block;
		width: 180px;
		line-height: 40px;
		text-align: center;
		border: 1px solid;
		margin-top: 40px;
	}
	
	#footer .right{
		float: right;
		margin-right:125px;
	}
	
	#footer .right ul{
		display: inline-block;
		vertical-align: top;
		line-height: 2.2;
		margin: 0 35px;
		font-weight: bold;
	}
	
	#footer a{
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover{opacity: 0.6;}
	
	#footer_small{
		clear: both;
		display: block;
		padding: 55px 0;
		text-align: center;
		background: #000000;
		color: #FFFFFF;
	}

@media screen and (max-width: 1200px) {
  #footer .left{margin-left: 50px;}
  #footer .right{margin-right: 25px;}
}

@media screen and (max-width: 1000px) {
  #footer .right ul {margin: 0 20px;}
}

@media screen and (max-width: 850px) {
  #footer{padding: 70px 0 60px;}
  #contact_footer{margin-top:20px;}
  #contact_footer section ul li{margin: 0 5px;}
  
  #footer .left{float:none; margin:0 auto; text-align:center;}
  #footer .right{float:none; margin:30px auto 0; text-align:center;}
  #footer .left h6{
    text-align:center;
    width: 80%;
    margin: 0 auto;
  }
  #footer .left a.fo_con{margin:20px auto 0;}
  
  #footer_small{padding: 20px 0;}
}

@media screen and (max-width: 700px) {
  #contact_footer section ul li{max-width:90%; margin:0 0 10px;}
  #contact_footer section p{margin-bottom: 20px;}
  #contact_footer section{ padding: 55px 20px 40px;}
  #contact_footer b img{width:250px;}
}


