@charset "UTF-8";

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #111;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1400px) { /* for iPad pro landscapes */

}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/

}

@media screen and (max-width: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	

}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}

body,
#pagewrap{
   background:#000 !important;
}

body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}

#pagewrap.site{
  font-family: メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
}

/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background-color:inherit;
	padding:0 0 20px;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header{
	overflow:hidden;
	margin:0;
	padding:0;
}

.header-brand-container{
	display:none;
	padding:0;
}

.rh{
	float:right;
	padding-top:25px;
}

body #site-logo{
	position:static;
}

body #site-logo a,body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

/* -----end header----- */

/* -----menu----- */

#headerwrap #main-menu-container{position:relative;height: 48px;}
#headerwrap #main-menu-container:before{
  position:absolute;
  left:0;
  right:0;
  top:0;
  content:"";
  height:1px;
  width:100%;
  border:1px solid #333;
  border-width:0 0 1px 0;  
}
#headerwrap #main-menu-container:after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  content:"";
  height:1px;
  width:100%;
  border:1px solid #333;
  border-width:0 0 1px 0;  
}
 #headerwrap #main-menu{height: 48px; width: 100%;max-width:960px;margin:0 auto;position:static;list-style:none;
	z-index:2;}
 #headerwrap #main-menu > li {height: 48px;background-image:url("../../uploads/menu.png");float:left;margin:0;padding:0;}
 #headerwrap #main-menu > li > a {
	 width:100%;
	 height:100%;
	 text-align:left;
	 text-indent:100%;
	 white-space:nowrap;
	 overflow:hidden;
	 padding: 0;
	 margin: 0;
	 outline:none;
	 color:#fff;
	 display:block;
}

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}


#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

#headerwrap #main-menu li.nav01 { width: 160px;background-position: top left 0px;}
 #headerwrap #main-menu li.nav02 { width: 160px;background-position: top left -160px;}
 #headerwrap #main-menu li.nav03 { width: 160px;background-position: top left -320px;}
 #headerwrap #main-menu li.nav04 { width: 160px;background-position: top left -480px;}
 #headerwrap #main-menu li.nav05 { width: 160px;background-position: top left -640px;}
 #headerwrap #main-menu li.nav06 { width: 160px;background-position: top left -800px;}

#headerwrap #main-menu li:hover a{
	background:rgba(255,255,255,0.3);
}

/* -----end menu----- */

/* -----footer----- */
body #footerwrap{
	border-top:1px dashed #333;
  padding:25px 0 10px;
}

#footerwrap #footer{
	overflow:hidden;
  text-align:center;
  padding:0;
}

#footerwrap #footer a:hover,
#footerwrap #footer a:visited{
	color:#df0a0a;
  text-decoration:underline;
}

.menu_footer.module ul{
	margin:0;
  border:0;
}

#pagewrap .menu_footer.module *{
	background:none;
}

body .menu_footer.module li {
  line-height:1;
margin-bottom:15px;
	border-right: 1px solid #fff;
}
body .menu_footer li:last-child{
	border-right:0;
}

#pagewrap .menu_footer li a{
	color:#fff;
  font-size:13px;
  padding:0 8px 0 10px;
  text-decoration:none;
}

#pagewrap .menu_footer li.nav01 a{
  padding: 0 8px 0 0;
}

.menu_footer_2.module .module-title{
	font-size:13px;
	color:#fff;
	margin:0 0 15px;
}
.menu_footer_2 ul li{
	display:inline-block;
  vertical-align:middle;
  margin-bottom:15px;
  padding:0 5px 0 6px;
}
#pagewrap .menu_footer_2 ul li a{
	line-height:1;
  padding:0;
}

.copyright-container{
	background:none;
  padding:6px 10px 5px;
	text-align:center;
}

.copyright-container span{
	color:#fff;
  font-size:13px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
	bottom: 166px;
    right: calc((100% - 1280px)/2 + 20px);
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}


.m_font_1.module,
.ti_font_1.module .module-title{

}

#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

.page-template-default .page-content > .post-image{
	    line-height: 1;
    margin: 0;
}

/* -----end general----- */

.ti_gray_line_left.module{
	margin-bottom:20px;
}

.content_kamikaze_col_2 .module .module-title,
.ti_gray_line_left.module .module-title{
  background:#333;
    margin-bottom:0;
    padding: 10px 24px;
    font-size: 16px;
  color:#fff;
  position:relative;
}

.content_kamikaze_col_2 .module .module-title{
	margin-bottom:17px;
}

.content_kamikaze_col_2 .module .module-title:before,
.ti_gray_line_left.module .module-title:before{
	content:"";
  width:4px;
  height:18px;
  background:#e01a09;
  position:absolute;
  top:12px;
  left:10px;
}

.content_kamikaze_col_2 .post-image {
    margin-bottom: 13px;
    text-align: center;
}
.content_kamikaze_col_2 .module.module-post .post-title,
.content_kamikaze_col_2 .module.module-post .post-title a{
	font-size:14px;
	line-height:1.4em;
}
.content_kamikaze_col_2 .module.module-post .post-title a{
	text-decoration:underline;
}
.content_kamikaze_col_2 .module.module-post .post-title a:hover{
	text-decoration:none;
}

.ti_dot_red.module .module-title{
 background:url("../../uploads/bg_ti_au.jpg"); 
  font-size:13px;
  color:#fff;
  padding:7px 18px;
	margin:0;
}

.text_policy.module a{
	color:#df0a0a;
	font-weight: bold;
}

#pagewrap .text_policy.module a:hover{
	color:#fff;
}

/*page nav*/
#pagewrap .module .pagenav a {
    background: #a31313;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-flex;
    padding: 0;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}



#pagewrap .module .pagenav .number.current {
    font-size: 12px;
    font-weight: normal;
    display: inline-flex;
    padding: 0;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;  
    color: #196836;
    background-color: white;
    color: #333;
}


.ti_dot_red_2.module .module-title{
 background:url("../../uploads/bg_ti_au.jpg");
  text-align:center;
  margin:0;
  padding:13px 10px 12px;
  color:#fff;
  font-size:14px;
}

.ti_topics.module .image-wrap{
	border:1px solid #333;
}

.row_list_link_home .module{
	margin-bottom:20px;
}

.table_au_1 th,
.table_au_1 td{
	border:1px solid #333;
  padding:7px 10px;
  display:table-cell !important;
  vertical-align:top;
}

.table_au_1 th{
	width:95px !important;
  background:#212121;
  font-weight:normal;
  vertical-align:top;
	text-align:left;
}

.table_au_1 td{
	width:calc(100% - 95px) !important;
}

.ti_dot_red.table_au_2.module .module-title{
	margin-bottom:13px;
}

.table_au_2 th,
.table_au_2 td{
	border:1px solid #333;
  padding:7px 10px;
  vertical-align:top;
}

.table_au_2 th{
	width:190px;
  background:#212121;
  font-weight:normal;
	text-align:left;
}

#pagewrap #body .module .wpcf7 table tbody tr th span {
	color: #ff0000;
	font-size: 0.625rem;
}

#pagewrap #body .module .wpcf7 table tbody tr th, #pagewrap #body .module .wpcf7 table tbody tr td {
	border: solid 1px #7A7A7A;
    padding: 5px 7px;
}
#pagewrap #body .module .wpcf7 table tbody tr th {
	width: 25%;
}
#pagewrap #body .module .wpcf7 table tbody tr td span:last-child input, #pagewrap #body .module .wpcf7 table tbody tr td span:last-child textarea {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0px 0px;
}
#pagewrap #body .module .wpcf7 table tbody tr td span input,#pagewrap  #body .module .wpcf7 table tbody tr td span textarea {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0px 0px;
    border: 0;
    background-color: #eeeeee;
    margin-bottom: 15px;
}
#pagewrap .table-contactform7 input,#pagewrap  .table-contactform7 textarea {

}

#pagewrap #body .module .wpcf7 input[type=submit] {
    max-width: 76px;
    width: 100%;
    margin:30px 0 0;
    background: #333;
    font-size: 24px;
    color: white;
    border-radius: 0;
    font-size: 14px;
}
#pagewrap .wpcf7-form > p{
    text-align: left;
    display: block;
    position: relative;
    margin: 0px auto;
    margin-top: 20px;
}
#pagewrap .wpcf7-form > p:after{

}
#pagewrap  #body .module .wpcf7 table {
    border-collapse: collapse;
    width: 100%;
}

#pagewrap  #body .wpcf7-form input {
    background-color: #fff;
    border-radius: 10px;
  max-width: 100%;
}
#pagewrap  #body .wpcf7-form .red {
    color: #df0a0a;
}

#pagewrap  #body .wpcf7-form textarea[rows] {
    height: auto;
    border-radius: 10px;
}

.single .post-date {
    display: none;
}

.single .post-title {
		padding:11px 10px 11px 25px;
    background-color: #333333;
	
	line-height: 1.2;
    font-size: 16px;
    font-family: sans-serif,'Crimson Text', serif;
	position:relative;
}
.single .post-title:before {
	content:"";
	display:block;
	width:4px;
	height:25px;
	background:#e00a0a;
	position:absolute;
	top:7px;
	left:10px;
}

.single .entry-content {
    margin-top: 15px;
}

.single table tbody tr th, .single table tbody tr td {
    border-bottom: dotted 1px #7A7A7A;
    padding: 10px 5px;
    border: 1px solid #333;
}


body.single #pagewrap #body .rtb {
    padding: 15px 0;
    border-radius: 10px;
    color: #df0a0a;
    background: transparent;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    max-width: 100%;
    display: block;
}

.single .entry-content p a {
    margin-top: 15px;
        color: #df0a0a;
}


.single  .post-image {
    max-width: 100%;
    margin: 0 0 5px;
    display: none;
}

.content_kamikaze_col_2 .module{
	margin-bottom:13px;
}

.content_kamikaze_col_2 .module.module-post .post-title{
	background: url("../../uploads/sub_icon.jpg") no-repeat 1px 4px #000;
  padding: 0 0 0 15px;
  margin-bottom: 0px;
}

.content_kamikaze_col_2 .post-title a{
	color: #df0a0a;
  text-decoration: underline;
}

.content_kamikaze_col_2 .post-title a:hover,
.content_kamikaze_col_2 .post-title a:visited{
	color:#fff;
}

.content_kamikaze_col_2 .post-image{
	margin-bottom:13px;
  text-align:center;
}

/* POST */

.post_home_1.module{
	margin:0;
}

.post_home_1.module.module-post .post{
  margin-bottom:40px;
}

.post_home_1.module.module-post .post-image{
	margin-bottom:29px;
}

.post_home_1.module.module-post .post-image img{
	width:300px;
}

.post_home_1 time{
  font-size:13px;
  color:#aaa;
  width:100px;
  float:left;
  margin:0;
}

.post_home_1.module.module-post .post-title{
  float:left;
  width:calc(100% - 100px);
  margin-bottom:1px;
  font-size:13px;
  line-height:1.7;
}

.post_home_1.module.module-post .entry-content{
  clear:both;
}

.post_home_1.module.module-post .post-title a{
	color:#df0a0a;
  font-size:13px;
  line-height:1.7;
	text-decoration: underline;
}

.post_home_1.module.module-post .post-title a:hover,
.post_home_1.module.module-post .post-title a:visited{
	color:#fff;
	text-decoration: none;
}

.post_home_2.module{
	border:1px #333 solid;
  padding:0 0 0 15px;
}

.post_home_2 .list-post{
    height: 305px;
    overflow: auto;
    padding: 15px;
    padding-left: 0;
}

.post_home_2.module.module-post .post{
  padding-bottom:0;
  border-bottom:1px dotted #333;
  margin-bottom:18px;
}

.post_to_di time,
.post_home_2 time{
  font-size:13px;
  color:#aaa;
  margin:0;
}


.post_to_di.module .post-image{
	text-align:center;
}

.post_to_di.module .post-title,
.post_home_2.module.module-post .post-title{
  margin-bottom:1px;
  font-size:13px;
  line-height:1.7;
}

.post_to_di.module .entry-content,
.post_home_2.module.module-post .entry-content{
  line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.7em;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.post_to_di.module .post-title a,
.post_home_2.module.module-post .post-title a{
	color:#df0a0a;
  font-size:13px;
  line-height:1.7;
	text-decoration: underline;
}
.post_to_di.module .post-title a:hover,
.post_to_di.module .post-title a:visited,
.post_home_2.module.module-post .post-title a:hover,
.post_home_2.module.module-post .post-title a:visited{
  color:#fff;
	text-decoration: none;
}


.post_compatibility.module .post-title {
    font-size: 14px;
  line-height:1.6;

}

.post_compatibility.module .post-title a{
    font-size: 14px;
    background: url("../../uploads/sub_icon.jpg") no-repeat 16px center;
    padding: 10px 29px;
    margin-bottom: 0px;
  line-height:1.6;
  color:#df0a0a;
    border: 1px #333 solid;
  display:block;
	text-decoration: underline;
}
.post_compatibility.module .post-title a:hover,
.post_compatibility.module .post-title a:visited{
  color:#fff;
	text-decoration: none;
}

/* End POST */

.p_anchor_1.module ul{
	border:0;
  padding:0;
	margin:0;
	list-style:none;
}
#pagewrap .p_anchor_1.module ul li{
	border-bottom:1px solid #333;
  background: url("../../uploads/arrow_icon.jpg") no-repeat left center;
    padding: 16px 0 16px 12px;
    margin: 0px;
  text-align:left;
  display:block;
}
.p_anchor_1.module ul li a{
	color: #fff;
   text-decoration: none;
}
.p_anchor_1.module ul li a:hover,
.p_anchor_1.module ul li a:visited{
   text-decoration:underline;
  color: #df0a0a;
}

.history-back-container{
	text-align:center;
	margin-bottom:95px;
}
.history-back-button{
	color: #df0a0a !important;
	text-decoration:underline;
}
.history-back-button:hover{
	text-decoration:none;
}

.tb_s3ed116 .tb_text_wrap strong{
	color: #ff0000;
}
body #footer .sp-footer-icons-container a{
	background: #333;
    color: #fff;
    border: none;
}
body #footer .sp-footer-icons-container a.sp-footer-map {
	background: #fff;
	color: #333;
}
#footerwrap #footer .sp-footer-icons-container a:hover, #footerwrap #footer .sp-footer-icons-container a:visited{
	color: #fff;
	text-decoration: none;
}
#footerwrap #footer .sp-footer-icons-container a.sp-footer-map:hover,
#footerwrap #footer .sp-footer-icons-container a.sp-footer-map:visited{
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 1280px) {
}


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

	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
    padding:0;
	}

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.ham-text,
	.h_contact{
/* 		display:none; */
		color: #fff;
	}
#headerwrap #main-menu-container.is-active{
		display: flex;
    align-items: center;
	background: #333;
	}
#headerwrap #main-menu {
    background: none;
    padding-right: 0;
}
#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
		background: none;
		text-align: left;
		border-bottom: 1px dotted #fff;
		width:100%;
	}

body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}
	
	#headerwrap #main-menu-container {
		position: fixed;
		height: auto;
	}
	
	body #menu-button{
		background:#000;
		top: 10px;
    	right: 11px;
	}
	body #menu-button .ham-lines span, 
	body #menu-button .ham-lines::before, 
	body #menu-button .ham-lines::after{
		height:4px;
		background:#fff;
		border-radius:4px;
	}
	
	#headerwrap #main-menu{
		height:100vh;
		max-width: 100%;
		padding-top: 60px;
	}
	
	.main_page_1{
		padding:20px 10px 0;
	}
  
	#headerwrap #main-menu > li > a{
		text-indent: unset;
		overflow: unset;
		font-size: 16px;
    	line-height: 1.8;
	}
}


@media screen and (max-width: 1024px) {
	#pagewrap #body .module .wpcf7 table tbody tr th{
		width: auto;
	}
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
		
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}
	
	body #pc-backtop{
		display:none;
	}

}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}

}

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

#pagewrap .pagewidth{
    width:92%;
  }
	
	#pagewrap #body .module .wpcf7 table tbody tr th span {
        float: none !important;
    }  
    #pagewrap #body .module .wpcf7 table tbody tr th, #pagewrap #body .module .wpcf7 table tbody tr td {
        border-bottom: 0 !important;
    }  
    #pagewrap #body .module .wpcf7 table tbody tr:last-child td:last-child{
        border: solid 0px #cccccc !important;
    }    

    #pagewrap #body .module .wpcf7 input[type=submit] {
        padding: 10px 0px !important;
        max-width: 378px !important;
    }  
    #pagewrap .wpcf7-form > p:after {
        right: 25px !important;
        top: 27px !important;
    } 
	
	.post_home_1.module.module-post .post-image{
		text-align:center;
	}
	
.table_au_2 th,
.table_au_2 td
	/* 	.table_au_1 th, .table_au_1 td */{
		display:block !important;
		width:100% !important;
	}
	.single .table-container{
		overflow-x: auto;
		white-space: nowrap;
	}
	.single .table-container:before {
		content: "\025b6表を横に動かせます";
	}

}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 320px) {}



