/* スマホ・タブレット */
@media screen and (max-width: 1200px){
			.spnone{display:none;}
	
	.mobile_menu_active #headerwrap #main-nav .contact a {
    background: #e67d23;
    color: #fff;
		text-align:center;
	 margin-top: 20px;
}
	.mobile_menu_active #headerwrap #main-nav .contact a:before{
		display:none;
	}
		#body .mkr .image-content {
    max-width: unset;
    width: 200px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    margin-top: 10px;
}
		.module.module-text.mkr-comment {
    height: 200px;
}
	.module.module-image.mkr.image-top.tf_mw {
    width: 80px;
    position: inherit;
    padding-top: 20px;
	 margin:0 auto;
}
#body .mkr .image-content h3 {
    font-family: noto sans jp;
    font-weight: 500;
    font-size: 10px;
}
	#site-logo {
    margin: 3px 0;
}
	p.mkr-hkds {
    background: #fff;
    margin-left: 140px;
    padding: 20px 20px;
    border-radius: 29px;
    margin-top: 30px;
    font-family: noto sans jp;
    position: relative;
}
.mobile_menu_active #headerwrap #main-nav a:before {
    content: "■";
    transform: unset;
    background: none;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    top: 0;
    padding-right: 5px;
    color: #e67e22;
}
	.mobile_menu_active #headerwrap #main-nav .sub-menu a:before {
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 900;
}
	.mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a {
        font-size: 16px;
    text-align: left;
    padding: 10px 0;
}
	/* スマホサブメニュー開きっぱなし
		span.child-arrow {
    display: none;
}
.mobile_menu_active #headerwrap #main-nav>li>ul.sub-menu {
    max-height: unset;
}
	 */
	#headerwrap #site-logo a img, #headerwrap.fixed-header #site-logo img:not(#sticky_header_logo) {
width: 125px;
    max-height: unset;
}
}
/* スマホ・タブレットここまで */

/* PC・タブレット */
@media screen and (min-width: 680px){
    .layout5-1 .sub_column.module_column.first {
    width: 13%;
}
.layout5-1 .sub_column.module_column.last {
    width: 83.8%;
}
    div.layout5-3 .sub_column.module_column.first {
    width: 40%;
}
  div.layout5-3 .sub_column.module_column.last {
    width: 56.4%;
}
      div.layout3-5 .sub_column.module_column.first {
    width: 56.4%; 
}
  div.layout3-5 .sub_column.module_column.last {
   width: 40%;
}
    .hside div.module_column.col4-3 {
    width: 71%;
}
  .hside .module_column.col4-1 {
    width: 24%;
    margin-left: 5%;
}
}
/* PC・タブレットここまで */
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
