@charset "UTF-8";


/**header--------------------------------------------------------------*/
.header-brand-container {
    display: flex;
    justify-content: space-between;
}
#headerwrap {
    background-image: url(../../uploads/hd_dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #000000;
}
#headerwrap #header {
	padding:0;
}
#headerwrap .rb li {
	display:inline-block;
	margin:0 0 10px;
	margin-left:15px;
}
#headerwrap .rb ul {
	margin:0;
	padding:0;
	list-style:none;
}
.lb {
    padding: 24px 0 33px;
}
.rb {
    padding: 30px 0 20px;
}
#headerwrap .top_mail a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#headerwrap .top_mail a img {
	margin-bottom:-5px;
}
#headerwrap .top_mail a::before {
    content: "";
    position: absolute;
    top: -25%;
    left: -30px;
    width: 0px;
    height: 150%;
    transform: rotateZ(30deg);
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, .3);
    -webkit-animation: 5s shinning-line ease-in-out infinite;
    animation: 5s shinning-line ease-in-out infinite;
}
@-webkit-keyframes shinning-line{
  0%{ left: -20%; }
  20%{ left: 120%; }
  100%{ left: 120%; }
}
@keyframes shinning-line{
  0%{ left: -20%; }
  20%{ left: 120%; }
  100%{ left: 120%; }
}
/***/
#pagewrap .row-main {
	background: linear-gradient(to bottom, #000000, #0724b8);
}
.row-main .module {
	margin-bottom:0;
}
#pagewrap #sidebar {
    width: 24%;
    max-width: 240px;
    padding: 0 0 40px;
}
#pagewrap #content {
    width: 73%;
    max-width: 730px;
}
#layout {
    padding-top: 40px;
}



/**menu--------------------------------------------------------------*/
#pagewrap .menu-left ul,#pagewrap .menu-left li {
	margin:0;
	padding:0;
	background:none;
	border:none;
	box-shadow:none;
	border-radius:0;
    transform: unset;
    transform-origin: unset;
}
#pagewrap .menu-left #menu-nav li.nav02 {
	margin-bottom:30px;
}
#pagewrap .menu-left ul > li > a {
	font-size: 16px;
    background: url(../../uploads/navi2_bg.png) center top no-repeat;
    display: block;
    color: #ffffff;
    font-family: Yu Gothic, Yu Gothic M, "メイリオ", sans-serif;
    font-weight: 700;
    line-height: 1.7;
    padding: 14px 20px;
    text-decoration: none;
}
#pagewrap .menu-left li .sub-menu a {
    font-size: 13px;
    color: #000000;
	line-height:1.7;
    background: url(../../uploads/navi_icon.png) top 22px left 1px no-repeat;
    padding: 16px 10px 16px 24px;
	font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
}
#pagewrap .menu-left li .sub-menu li {
	border-bottom: 1px dotted #adadad;
}
#pagewrap .menu-left li .sub-menu {
	opacity: 1;
    visibility: visible;
    position: static;
	padding:0 17px 23px;
	border: 1px solid #b6b6b6;
	border-top:none;
	background:#fff;
	display:block;
}
#pagewrap .child-arrow {
	display:none;
}

/***/
#headerwrap #main-menu-container ul {
	list-style:none;
	max-width:100%;
	margin:0 auto;
}
#headerwrap #main-menu-container li {
	float:left;
	margin:0;
	position: relative;
	width:auto;
}
#headerwrap #main-menu-container li a {
	 display:block;
	text-decoration:none;
}


#headerwrap #main-menu-container li a:hover {
	opacity:1;
	text-decoration:none;
}
#main-menu-container {
	display:none;
}
#headerwrap #main-menu-container li.nav00 {
	display:none;
}
#headerwrap #main-menu-container li ul {
	display:none;
}
#headerwrap #main-menu-container li:hover ul {
	display:block;
}
#headerwrap #main-menu-container li ul {
    position: absolute;
    float: none;
    top: 50px;
    left: 0;
    z-index: 99;
}

/*sub-menu*/
#headerwrap #main-menu-container li .sub-menu {
  width:100%;
  padding:0;
  border:none;
	
}
#headerwrap #main-menu-container li .sub-menu li {
  	clear:both;
	float:none;
	display:block;
	width:100%;
}
#headerwrap #main-menu-container li .sub-menu li a {
  display:block;
  text-indent:0;
  white-space: unset;
  background: none;
  text-align: center;
	font-size:13px;
    border-bottom: dotted 1px #a8a8a8;
    color: #542d0a;
	padding: 9px 5px 8px;
  text-decoration: none;
  height:auto;
	background-color: rgba(255, 255, 255, 0.9);	
}
#headerwrap #main-menu-container li .sub-menu li a:hover {
	opacity:0.7;
	font-weight:bold;
}


/**footer--------------------------------------------------------------*/
#footerwrap {
    background: linear-gradient(to bottom, #000000, #0724b8);
	color:#fff;
}
.ro-ft {
	max-width:650px;
	margin:0 auto;
}
.link-ft.module {
    max-width: 750px;
    margin: 0 auto 30px;
    border: 1px solid #2d40a3;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    padding: 18px 3%;
}
.link-ft.module a:hover{
	opacity:inherit;
}
.copyright-container {
    padding: 20px 3%;
    background: url(../../uploads/ft_copybg.png) top left;
	text-align:center;
}
.copyright-container img {
    vertical-align:middle;
	margin-left:5px;
}
body #pc-backtop {
    width: auto;
    height: auto;
    right: 20px;
    bottom: 41%;
}
#footerwrap .row_inner {
	width:1000px;
	max-width:94%;
	margin:0 auto;
}



/**top--------------------------------------------------------------*/
body .site {
	font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 1.85;
}
.site a:visited,.site a:link {
	color:inherit;
	text-decoration:underline;
	outline:none;
}
.site a:hover {
	color:inherit;
	text-decoration:none;
	opacity:0.7;
}
body .pagewidth {
  max-width: 94%;
}
.module-fancy-heading.module .sub-head:before {
  display: none;
}
.module-fancy-heading .fancy-heading {
  	margin:0;
	line-height: 1.4;
	font-size: inherit;
}
.module-fancy-heading.module .sub-head {
  padding:0;
}
.module .gallery-icon {
  cursor:default;
}
.module .module-title,.main-head,.sub-head,.image-title {
	line-height:1.4;
}
.module {
	margin-bottom:30px;
}
.module .module-title {
	margin-bottom:15px;
}
.module p:last-child {
	margin-bottom:0;
}
.module ul {
	margin:0;
	list-style:none;
}
.module li {
	line-height:1.7;
}
.module table {
	width:100%;
	border-collapse: collapse;
}
.module,ul,li,a,div,span,.image-title,tr,td,th,input {
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.module_row {
	overflow: hidden;
}

/*******************top page*************************/
#pagewrap .module.title_dot_blue .module-title{
	font-size:17px;
  color:#000000;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  margin-bottom:25px;
  box-shadow:0 0 0 1px #cdcdcd inset;
  border-radius:3px;
  line-height:1.5;
  padding:15px 10px 15px 0;
  background: linear-gradient(to bottom, #ffffff, #e8e8e8);
}
#pagewrap .module.title_dot_blue .module-title span{
	background:url(../../uploads/icon_title_1.png)center left no-repeat;
  padding-left:30px;
}
#pagewrap .module.title_dot_black .module-title{
	font-size:17px;
  color:#ffffff;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  margin-bottom:20px;
  border-radius:3px;
  line-height:1.5;
  padding:10px;
  background:url(../../uploads/top_bg_1.png)center center;
  text-align:center;
}

#pagewrap .module.top_post_1 .module-title{
	font-size:17px;
  color:#000000;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
  margin-bottom:0;
  box-shadow:0 0 0 1px #cdcdcd inset;
  border-radius:3px;
  line-height:1.5;
  padding:15px 10px 15px 0;
  background: linear-gradient(to bottom, #ffffff, #e8e8e8);
}
#pagewrap .module.top_post_1 .module-title span{
	background:url(../../uploads/icon_title_1.png)center left no-repeat;
  padding-left:30px;
}
#body .module.top_post_1.module-post .post{
	border-bottom:1px dotted #adadad;
  margin-bottom:0;
  padding:20px 0;
}
#pagewrap .module.top_post_1.module-post .post-date{
	float:left;
  font-size:13px;
  color:#000000;
  font-weight:bold;
  line-height:1.85;
  margin:0 15px 0 0;
}
#pagewrap .module.top_post_1.module-post .post-title{
	line-height:1.85;
  	font-size:13px;
  	color:#1e1ec1;
	color:#000;
  	margin:0;
}
#pagewrap .top_post_1 .post-title a {
	text-decoration:underline;
}
#pagewrap .top_post_1 .post-title a:hover {
	text-decoration:none;
}
.greet.module-text a:hover{color: #c0c0c0;}

/*******************page 2***************************/
#pagewrap .module.title_bg_black .module-title{
	background:url(../../uploads/bg_t_black.png)bottom left repeat-x,#000000;
  color:#ffffff;
  font-size:13px;
  margin-bottom:24px;
  border-radius:3px 3px 0 0;
  line-height:1.5;
  padding:11px 20px 10px; 
}

.p2_module_1 .row_inner{
	border:1px solid #0505dd;
  padding:25px 30px 0;
  margin-bottom:25px;
}

.module.p2_text_1{
	background:#0505dd;
  color:#ffffff;
  border-radius:3px;
  max-width:485px;
  margin-left:auto;
  margin-right:auto;
  padding:15px 10px 14px;
  text-align:center;
}

#body .module.p2_glr_1.gallery{
	max-width:485px;
  margin:0 auto 20px;
}
#body .module.p2_glr_1.gallery .gallery-item{
	margin-bottom:5px;
}
#body .module.p2_glr_1.gallery .gallery-caption{
	font-size:13px;
  line-height:1.85;
  margin:5px 0 0;
}
#body .module.p2_glr_1.gallery br:last-of-type{
	display:none;
}
.module.p2_glr_1.gallery .gallery-icon{
	cursor:auto;
}
#pagewrap .module.p2_text_2 .module-title{
	font-size:15px;
  color:#0505dd;
  line-height:1.5;
  margin-bottom:10px;
}
.te-p2.module {
	font-size: 15px;
	font-weight:700;
    color: #0505dd;
}
.module-title span {
	display:block;
}

/*****************page 4************************/
#pagewrap .module.p4_text_1 .module-title{
	font-size:20px;
  color:#0505dd;
  line-height:1.4;
  margin-bottom:6px;
  font-family:Yu Gothic,Yu Gothic M,"メイリオ",sans-serif;
}
#pagewrap .module.p4_text_1 .module-title span span{
	font-size:15px;
  margin-bottom:1px;
}

#pagewrap .module.p4_text_2 .module-title{
	font-size:15px;
  color:#0505dd;
  line-height:1.6;
  margin-bottom:10px;
}

/***************page 9**********************/
#pagewrap .module.p9_text_1 .module-title {
    background: url(../../uploads/bg_t_black.png)bottom left repeat-x,#000000;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 10px 20px;
}
.module.p9_table_1 table td{
	border:1px solid #000000;
  vertical-align:top;
  padding:10px 20px;
}
.module.p9_table_1 table td:first-child{
	color:#ffffff;
  background:#000000;
  border-bottom:1px solid #ffffff;
  width:150px;
}
.module.p9_table_1 table tr:last-child td:first-child{
	border-bottom:1px solid #000000;
}
.policy-p8 .tb_text_wrap {
	height: 320px;
    overflow: auto;
}

/**single------------------------------------*/
#body .history_back a {
	display: block;
    background: #000;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #0505dd;
	margin:0 auto 100px;
}
#body .wpcf7 td,#body .wpcf7 th {
	border: solid 1px #7A7A7A;
    padding: 5px 7px;
}
#body .wpcf7 th {
    background: #000;
    color: #fff;
    padding-left: 15px;
    text-align: left;
    border-bottom: 1px solid #fff;
	width:25%;
}
#body .wpcf7 th span {
	color: #a90202;
	font-size:10px;
}
body .wpcf7 table tr td input,body .wpcf7 table tr td select,body .wpcf7 table tr td textarea {
	border-radius:0;
}
#body .wpcf7 input[type=submit] {
    background: url(../../uploads/mail_icon_03.jpg) center center no-repeat;
    background-size: contain;
    max-width: 215px;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 0;
    transition: all 0.7s ease;
    border-radius: 7px;
    box-shadow: 0 2px 0px #000;
}
#body .wpcf7 input[type=submit]:hover {
    opacity:0.7;
}


/*************LP PAGE ************************/
/*************LP PAGE 10062019************************/
body.page-id-3008 .site {
	font-size:16px;
  	color:000000;
  	line-height:1.65;
  	font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic ProN, Hiragino Sans, "ヒラギノ角ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", sans-serif;
}
.page-id-3008 .pagewidth,.page-id-3008 .module_row>.row_inner {
	width:1100px;
}
.page-id-3008 #layout #content {
	width:100%;
  	max-width: 100%;
}
.page-id-3008 #layout {
	padding:0;
}
.page-id-3008 .t1-logo {
	display:inline-block;
}
.page-id-3008 .t-logo {
	display:none;
}
.page-id-3008 #headerwrap,.page-id-3008 .row-ft,.t1-logo {
	display:none;
}
.page-id-3008 #footerwrap {
    background:none;
    padding-top: 0;
    margin-top: 0;
}
.page-id-3008 .copyright-container {
	font-size:14px;
  color:#ffffff;
  padding:10px 0;
  background:#0723b2;
}
body.page-id-3008 #pc-backtop {
    bottom: 80px;
}
body .module-image.image-center .image-content {
	padding:0;
	margin:0;
}

/***/
.lp_module_1{
	background:linear-gradient(to bottom, #0519a0 0%, #0d36be 50%, #0519a0 100%);
  padding-top:28px;
  padding-bottom:27px;
}

.module.lp_maps iframe{
	display:block;
  margin:0 auto;
}
.lp_counter{
	counter-reset: my-number;
}
 .module.lp_text_1 .module-title{
	font-size:25px;
  line-height:1.5;
  color:#000000;
  background:rgba(255,255,255,0.7);
  border:1px solid rgba(255,255,255,0.8);
  padding:15px 10px 15px 88px;
  margin:0;
  position:relative;
}
.lp_counter .module.lp_text_1 .module-title:before{
	counter-increment:  my-number;
  content: counter(my-number);
  position:absolute;
  top:-1px;
  bottom:-1px;
  left:-1px;
  font-size:55px;
  line-height:1;
  color:#fff;
  width:69px;
  text-align:center;
  font-family: Arial,Helvetica,sans-serif;
  font-style:italic;
  background:#0723b2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:7px 0 0;
}
#pagewrap .lp_text_2 {
	max-width:619px;
 	position:absolute;
  	top:130px;
  	right:0;
  	background:#f3f3f3;
  	padding:35px 38px 34px;
}
 .module.lp_text_2 .module-title{
	font-size:26px;
  	color:#000000;
}
.module.lp_img_1.module-image .image-title{
	text-align:center;
  color:#000000;
  text-align:center;
  font-family: Arial,Helvetica,sans-serif;
  font-size:25px;
  line-height:1;
  margin:16px 0 0;
}
 .module.lp_text_3 .module-title{
	font-size:26px;
  color:#000000;
  line-height:1.35;
  margin:0 0 24px 0;
  background:url(../../uploads/q_icon.png)top left no-repeat;
  padding:7px 0 11px 115px;
}
.module.lplayout_img_1 {
	background:linear-gradient(to bottom, #000000, #0724b8);
  padding:30px 10px;
}
.row-banner {
	padding:0 3%;
}
.row-banner .subrow_inner  {
	max-width:852px;
 	margin:0 auto;
}
.lp_module_2 .themify_builder_sub_row{
	background:#fff;
  padding:30px 30px 0;
  margin-bottom:30px;
}
 .module.lp_text_4 .module-title{
	font-size:25px;
  color:#000000;
  line-height:1.2;
  margin:0 0 17px 0;
}
 .module.lp_text_4 .module-title span{
  font-size:25px;
}
.module.lp_text_4 p span{
	font-size:20px;
  line-height:1.3;
  font-weight:bold;
}


/* =============================================
	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: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	background-color: #0724b8;
	color:#333;
}
#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: #fff;
	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;
	color: #fff;
}
#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 Header Menu Container */
nav.nav-off{
	display:none;
}
#main-menu-container.is-active {
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #0724b8;
    color: #fff;
    display: block;
}
/* Header Main Menu */
#main-menu-container.is-active .main-menu,
#main-menu-container.is-active .sub-menu {
	margin: 0;
	list-style: none;
}
#main-menu-container.is-active .menu-item {
	margin: 0;
	padding: 8px 0 0 16px;
}
#main-menu-container.is-active .main-menu {
	position: static;
	width: 100%;
	max-width: 94%;
	margin: 0 auto 16px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
#main-menu-container.is-active .main-menu>li {
	margin: 0 16px;
	padding: 8px;
	border-bottom: dotted 1px #ccc;
}
#main-menu-container.is-active .main-menu>li:last-of-type {
	border-bottom: none;
}
#main-menu-container.is-active .main-menu li a {
	font-size: 16px;
	line-height: 2;
	color: #111;
}

@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	#main-menu-container:not(.is-active){
		display:none;
	}
	
	/**menu**/
	#headerwrap #main-menu-container li a {
		display: block;
		color: #fff;
		padding: 10px;
	}
	#headerwrap #main-menu-container li a:hover {
		opacity:0.7;
	}
	#headerwrap #main-menu-container li {
		float: none;
		text-align: center;
		padding: 0;
	}
	#headerwrap #main-menu-container ul {
		display:block;
		max-width: 94%;
		margin: 0 auto;
		padding: 10% 0;
	}
	#headerwrap #main-menu-container li a:hover, #headerwrap #main-menu-container li.current-menu-item a {
		color: #fff;
	}
	
	
	/**sub*/
	#headerwrap #main-menu-container li .sub-menu {
		position: static;
		display: block;
		width: 100%;
		background: rgb(255 255 255 / 50%);
		padding: 0;
		max-width: 100%;
		margin-top: 0;
	}
	#headerwrap #main-menu-container li .sub-menu li a {
		padding: 5px 0;
		text-decoration: none;
		background: none;
        color: #fff;
	}
	#headerwrap #main-menu-container li .sub-menu li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	
	
}

/* === mobile menu end === */


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

	Media Query

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

@media screen and (max-width: 1024px) { 
	
	/**header*/
	
	
	/**footer*/
	body #pc-backtop {
		display:none;
	}
	body #footer .sp-footer-icons-container a {
		background:#0724b8;
		color:#fff;
		text-decoration:none;
		border-color:#fff;
		min-height:50px;
		padding-top:6px;
	}
	#pagewrap .sp-footer-icons-container {
		display:flex;
		border-top:1px solid #fff;
	}
	#footerwrap {
		margin-bottom:50px;
	}
	body #footer .sp-footer-icons-container svg {
		fill:#fff;
	}
	
	
	
	
	
}


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

	/**p1*/
	.p2_module_1 .row_inner,.lp_module_2 .themify_builder_sub_row,#pagewrap .lp_text_2 {
		padding-left:3%;
		padding-right:3%;
	}

	
}



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

	/**body*/
	#pagewrap #content {
		width: 100%;
		max-width: 730px;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	#pagewrap #sidebar {
		width: 100%;
		max-width: 240px !important;
		clear: both;
		float: none;
		margin: 0 auto;
	}
.link-ft.module a{
	display: inline-block;
    }	
	.module.module-text.tb_5ffd189 {
    text-align: center;
    }  
}


@media screen and (max-width: 680px) {
	
	/**header*/
	.header-brand-container {
		display: block;
		text-align: center;
	}
	.rb {
		padding-top:0;
	}
	#site-logo img {
		max-width:80%;
		margin:0 auto;
	}
	#pagewrap .module.top_post_1.module-post .post-date {
        float: none;
    }
	
	
	/***/
	.module-image {
		text-align:center;
	}
	#pagewrap .module-gallery .gallery-item {
		width:49.25%;
		margin: 0 1.5% 1.5% 0;
		float:left;
	}
	#pagewrap .module-gallery .gallery-item:nth-of-type(2n) {
		margin-right:0;
	}
  	#pagewrap .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		clear:none;
	}
	.module .module-gallery-grid {
		display:block;
	}
	
	/*p9*/
	.module.p9_table_1 table td {
		padding:10px 10px;
		display: block;
	}
	.module.p9_table_1 table td:first-child {
/* 		width:100px; */
		width: auto;
	}
	#body .wpcf7 th {
		padding-left:7px;
	}
	#body .wpcf7 td, #body .wpcf7 th {
		display:block;
		width:100%;
	}
	
	/**LP*/
	#pagewrap .lp_text_2 {
		position:static;
	}
	.module.lp_text_1 .module-title,.module.lp_text_2 .module-title {
		font-size:20px;
	}
	.module.lp_text_3 .module-title {
		background-size: 70px auto;
        font-size: 20px;
        padding: 7px 0 11px 80px;
	}
	.module.p9_table_1 table td:first-child{
		border-bottom: none;
	}
}




