@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);
	}
}

@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Header 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 end === */

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

	Media Query

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

body .pagewidth {
	max-width:1100px;
	width:100%;
}

body{
   background:#fff;
}

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

#pagewrap.site{
  color:#282828;
  font-size:15px;
  line-height:2;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:0.07em;
}

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

/* -----header----- */
body #headerwrap{
   background-color:inherit;
}

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

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

.header-brand-container{
	float:left;
	padding:20px 0 8px;
}

.rh{
	float:right;
	padding:17px 0 16px;
}
.text_telh_1{
/*	font-size:15px;*/
    font-size: 10px;
	color:#282828;
	font-weight:bold;
}
.telh_1 a{
	text-decoration:none !important;
	color:#282828;
	display:inline-block;
/*
	background:url("../../uploads/icontel.png")no-repeat top 3px left;
	font-size:30px;
*/
	background: url(../../uploads/icontel-2.png)no-repeat top 3px left;
    font-size: 20px;
	padding:0 0 0 20px;
	line-height:1;
	letter-spacing:0.02em;
	font-family: "Impact",sans-serif;
	font-weight: bold;
}

.mail_h a{
    text-decoration: none !important;
    color: #282828;
    display: inline-block;
    background: url(../../uploads/iconmail.png)no-repeat top 20px left 10px,linear-gradient(165deg, #fcd210 50%, #ffe155 50%);
    padding: 11px 3px 13px 37px;
    font-size: 16px;
    letter-spacing: 0.07em;
    font-weight: bold;
    border-radius: 10px;
    width: 165px;
}

body #site-logo{
	position:static;
}

.tel_inner_1,
.tel_inner_2,
.tel_h,.mail_h,
body #site-logo a,body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

/*.tel_inner_1,
.tel_inner_2{
	vertical-align:bottom;
}*/

.tel_h{
	margin-right:0px;
}

.tel_inner_1_text_1 a{
	display:inline-block;
	position:relative;
	color:#3f3a39;
	padding:0 15px;
}
/*.tel_inner_1_text_1 a:before{
	content:"";
	background:#006fc0;
	width:7px;
	height:7px;
	position:absolute;
	top:10px;
	left:0;
}*/

.tel_h div {
    margin-left: 5px;
}

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

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

#headerwrap #main-menu-container{border-top:2px solid #282828;}
 #headerwrap #main-menu{width: 100%;text-align:center;list-style:none;margin:0 auto;padding:13px 0 17px;}
 #headerwrap #main-menu > li {padding:0;margin:0;display:inline-block;position:relative;transition:all 1s ease-in-out;}
 #headerwrap #main-menu > li > a {padding:44px 51px 0;margin:0;color:#282828;font-size:15px;text-decoration:none;font-weight:bold;transition:all 1s ease-in-out;display:inline-block;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:#fff;}
 #headerwrap #main-menu li ul.sub-menu li {border-top: 1px dotted #ccd6e3;width: 100% !important;padding:8px 0;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 #headerwrap #main-nav .current_page_item a,#pagewrap #main-nav .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}

body #footerwrap #footer-nav li.navf00,
 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

 #headerwrap #main-menu > li:first-child:before,
 #headerwrap #main-menu > li:after{content:"";position:absolute;top:15px;right:0;width:1px;height:40px;border-left:1px dotted #959595;display:block;}
 #headerwrap #main-menu > li:first-child:before{right:auto;left:0;}

	#headerwrap #main-menu > li.nav01>a{
		background-image:url("../../uploads/nav1.png");
		background-repeat:no-repeat ;
		background-position:top 4px center;
	}
	#headerwrap #main-menu > li.nav02>a{
		background-image:url("../../uploads/nav2.png");
		background-repeat:no-repeat ;
		background-position:top center;
	}
	#headerwrap #main-menu > li.nav03>a{
		background-image:url("../../uploads/nav3.png");
		background-repeat:no-repeat ;
		background-position:top 1px center;
	}
	#headerwrap #main-menu > li.nav04>a{
		background-image:url("../../uploads/nav4.png");
		background-repeat:no-repeat ;
		background-position:top 4px center;
	}
	#headerwrap #main-menu > li.nav05>a{
		background-image:url("../../uploads/nav5.png");
		background-repeat:no-repeat ;
		background-position:top 3px center;
	}
	#headerwrap #main-menu > li.nav06>a{
		background-image:url("../../uploads/nav6.png");
		background-repeat:no-repeat ;
		background-position:top 4px center;
	}
	#headerwrap #main-menu > li.nav07>a{
		background-image:url("../../uploads/nav7.png");
		background-repeat:no-repeat ;
		background-position:top 3px center;
	}

#headerwrap #main-menu > li:hover a{
	color:#006fc0;
}

#headerwrap #main-menu > li.nav01:hover>a{
		background-image:url("../../uploads/nav1h.png");
	}
	#headerwrap #main-menu > li.nav02:hover>a{
		background-image:url("../../uploads/nav2h.png");
	}
	#headerwrap #main-menu > li.nav03:hover>a{
		background-image:url("../../uploads/nav3h.png");
	}
	#headerwrap #main-menu > li.nav04:hover>a{
		background-image:url("../../uploads/nav4h.png");
	}
	#headerwrap #main-menu > li.nav05:hover>a{
		background-image:url("../../uploads/nav5h.png");
	}
	#headerwrap #main-menu > li.nav06:hover>a{
		background-image:url("../../uploads/nav6h.png");
	}
	#headerwrap #main-menu > li.nav07:hover>a{
		background-image:url("../../uploads/nav7h.png");
	}

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

#headerwrap #main-menu li ul.sub-menu{
	display: block;
    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;
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left:0;
	visibility: visible;
    opacity: 1;
}

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

/* -----footer----- */
#footerwrap {
	background:url("../../uploads/bgf1.jpg")no-repeat center;
	background-size:cover;
	padding:105px 0 50px;
}
#footerwrap #footer{
	overflow:hidden;
}

.footer_content .subrow_inner{
	justify-content: space-between;
}
.footer_content .sub_column{
	width:auto;
}

.btn_tel_1.module.module-buttons .tb_default_color{
    color: #282828;
    display: inline-block;
    background: url(../../uploads/iconmail.png)no-repeat top 16px left 16px,linear-gradient(
170deg
, #fcd210 50%, #ffe155 50%);
    padding:8px 3px 9px 50px;
    font-size: 16px;
	line-height:2;
    letter-spacing: 0.07em;
    font-weight: bold;
    border-radius: 10px;
    width: 252px;
}

body #footerwrap #footer-nav{
	text-align:center;
	margin:0 0 50px;
	background:rgba(0,111,192,0.5);
	border:1px solid #fff;
	border-radius:25px;
	padding:16px 20px 7px;
}
body #footerwrap #footer-nav li {
    border-right:0;
  line-height:1;
	margin:0 0 20px 0;	
  padding:0;
}
body #footerwrap #footer-nav li:after{
	content:"/";
	display:inline-block;
	color:#fff;
	padding:0 13px 0 18px;
}
body #footerwrap #footer-nav li:last-child:after{
	content:none;
}
body #footerwrap #footer-nav li:last-child{
	border:0;	
}
#pagewrap #footerwrap #footer-nav li a{
	color:#fff;
  font-size:15px;
  padding:0;
	text-decoration:none;
	position:relative;
	display:inline-block;
}

#pagewrap #footerwrap #footer-nav li a:before{
	content:"";
	width:100%;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	transition:all 0.5s ease-in-out;
}
#pagewrap #footerwrap #footer-nav li a:hover:before{
	left:50%;
	right:50%;
	width:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children{
	border:0;
  margin:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children > a{
    border-left:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a{
	padding:0 4px 0 10px;
}

#pagewrap #footerwrap #footer-nav li.nav01{
  padding: 0;
}

#footerwrap #footer-nav  li.nav_h{display:none;}

body #footerwrap #footer-nav li .sub-menu{
	display:inline;
  margin:0;
  line-height:1;
}

body #footerwrap #footer-nav li .sub-menu:before{
	content:"(";
	color:#fff;
}

body #footerwrap #footer-nav li .sub-menu:after{
	content:")";
  padding-right:4px;
	color:#fff;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li{
  border:0;
}

/*#pagewrap #footerwrap #footer-nav li .sub-menu li::before{
	content:"/";
}*/


#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before{
	content:"";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a{
	padding:0 4px;
  border:0;
}

.copyright-container{
  padding:0;
	text-align:center;
}

.copyright,
.copylinkicon{
	display:inline-block;
	vertical-align:middle;
}


.copylinkicon{
	background:#fff;
	border-radius:10px;
	padding:2px 15px 3px 20px;
	margin-left:8px;
}

.copylinkicon span{
	background:url("../../uploads/linecopy.png")no-repeat center right;
	padding:0 17px 0 0;
}

.copylinkicon span:last-child{
	background:none;
	padding-right:0;
}

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

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

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

body #pc-backtop{
    bottom:40px;
	right:20px;
	width:auto;
}

#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{
	font-family: "Impact",sans-serif;
}

#content{
	padding:0;
}

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

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


.hovero051,
.btn_tel_1.module.module-buttons .tb_default_color:hover,.mail_h a:hover,
.btn_home_1.module.module-buttons:hover,
.row_home_3 .sub_column:hover,
.btn_vm_2.module.module-buttons .tb_default_color:hover{
	opacity:0.5;
	transition:all 1s ease-in-out;
}

.btn_vm_1.module.module-buttons{
	text-align:center;	
}
.btn_vm_1.module.module-buttons .tb_default_color{
	font-size:16px;
	font-family: "Impact",sans-serif;
	color:#fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	padding:0 5px 11px;
	letter-spacing:0.02em;
	background:none;
	border-width: 0 0 1px;
}
.btn_vm_1b.module.module-buttons .tb_default_color{
	color:#000;
	border-color:#000;
}

.btn_vm_2.module.module-buttons .tb_default_color{
	border-radius:10px;
	border:0;
	background:url("../../uploads/iconbtn1.png")no-repeat center right 12px,#fcd210;
	width:180px;
	display:block;
	margin:0 auto;
	font-family: "Impact",sans-serif;
	font-size:18px;
	color:#000;
	letter-spacing:0.02em;
	text-align:center;
	padding:16px 10px;
}

.bg_sub_main{
	background:url("../../uploads/guidance_02.png")no-repeat center bottom;
	background-size:cover;
}
.bg_sub_main .tb-column-inner{
	text-align:center;
	height:300px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.bg_sub_main .module{
	display:inline-block;
	margin:0;
	line-height:1;
}
.bg_sub_main .module .module-title{
	font-size:40px;
	color:#fff;
	margin:0 0 17px;
	text-shadow:
		4px 4px 2px #006fc0, 
		4px -4px 2px #006fc0, 
		-4px 4px 2px #006fc0, 
		-4px -4px 2px #006fc0, 
		4px 0 2px #006fc0, 
		0 4px 2px #006fc0, 
		-4px 0 2px #006fc0, 
		0 -4px 2px #006fc0, 
		
		6px 6px 2px #006fc0, 
		2px 6px 2px #006fc0, 
		4px 6px 2px #006fc0, 
		6px 4px 2px #006fc0;
}
.bg_sub_main .module .tb_text_wrap{
	font-size:34px;
	color:#fcd210;
	font-style:italic;
	background:url("../../uploads/boxbg1.png");
	padding:13px 59px;
	font-family: "Impact",sans-serif;
	text-shadow:
		1px 1px 0 #fff, 
		1px -1px 0 #fff, 
		-1px 1px 0 #fff, 
		-1px -1px 0 #fff, 
		1px 0 0 #fff, 
		0 1px 0 #fff, 
		-1px 0 0 #fff, 
		0 -1px 0 #fff;
}

.ti_bg2_1.module .module-title{
	text-align:center;
	margin:0;
	text-shadow:
		2px 2px 0 #282828, 
		2px -2px 0 #282828, 
		-2px 2px 0 #282828, 
		-2px -2px 0 #282828, 
		2px 0 0 #282828, 
		0 2px 0 #282828, 
		-2px 0 0 #282828, 
		0 -2px 0 #282828;
	font-size:26px;
	color:#fff;
	background:linear-gradient(165deg, #006fc0 50%, #238cd8 50%);
	padding:17px 10px;
	border-radius:20px;
}

.p_anchor_1.module ul{
	 margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}
.p_anchor_1.module ul li{
	margin:0;	
}
.p_anchor_1.module ul li a{	
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	display:inline-block;
	color:#282828;
	text-decoration:none;
	padding:10px 30px;
	background:url("../../uploads/dotanchor1.png")no-repeat top calc(50% - 1px) right 10px,#fcd210;
	border-radius:20px;
	margin:0 10px 20px;
}

.ti_2_line_1.module{
	text-align:center;
}
.ti_2_line_1.module .module-title{
	font-size:34px;
	color:#fff;
	line-height:1;
	margin-bottom:17px;
	text-shadow:
		2px 2px 0 #000, 
		2px -2px 0 #000, 
		-2px 2px 0 #000, 
		-2px -2px 0 #000, 
		2px 0 0 #000, 
		0 2px 0 #000, 
		-2px 0 0 #000, 
		0 -2px 0 #000;
}
.ti_2_line_1.module .tb_text_wrap{
	font-family: "Impact",sans-serif;
	font-size:22px;
	color:#006fc0;
	letter-spacing:0.02em;
	line-height:1.4;
}

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

.slide_home_1 .module,
.slide_home_1 .slide-image{
	margin:0;
}
.slide_home_1 .module .slide-content{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	padding:0 3%;
}
.slide_home_1 .module .slide-title{
	font-size:60px;
	line-height:1.35;
	text-shadow:
		3px 3px 2px #006fc0, 
		3px -3px 2px #006fc0, 
		3px -3px 2px #006fc0, 
		-3px 3px 2px #006fc0, 
		-3px -3px 2px #006fc0, 
		3px 0 2px #006fc0, 
		0 3px 2px #006fc0, 
		-3px 0 2px #006fc0, 
		0 -3px 2px #006fc0, 
		
		5px 5px 2px #006fc0, 
		2px 5px 2px #006fc0, 
		3px 5px 2px #006fc0, 
		5px 3px 2px #006fc0;
	color:#fff;
	margin-bottom:14px;
}

.slide_home_1 .module .slide_content_inner{
	display:inline-block;
}

.slide_home_1 .module .slide_content_inner h4{
	margin:0;
	font-size:34px;
	font-style:italic;
	color:#fcd210;
	text-shadow:
		1px 1px 0 #fff, 
		1px -1px 0 #fff, 
		-1px 1px 0 #fff, 
		-1px -1px 0 #fff, 
		1px 0 0 #fff, 
		0 1px 0 #fff, 
		-1px 0 0 #fff, 
		0 -1px 0 #fff;
	text-align:center;
	background:url("../../uploads/boxbg1.png");
	font-family: "Impact",sans-serif;
	font-weight:normal;
	padding:7px 10px 6px;
}

.slide_home_1 .module .slide_content_inner .sp-br{
	display:none;
}

.row_home_1 .tb-column{
	max-width:600px;
	width:100%;
	margin:0 0 0 auto;
	position:relative;
}
.row_home_1 .tb-column:before{
	content:"";
	width:100%;
	height:100%;
	background:url("../../uploads/boxbg2.png");
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
	border-radius:40px;
}
.row_home_1 .tb-column .tb-column-inner{
	border:10px solid #fcd210;
	border-radius:40px;
	background:#fff;
	position:relative;
	z-index:3;
	padding:30px 50px 12px;
}

.text_home_1.module{
	background:url("../../uploads/icon_home_1.png")no-repeat top left;
	padding:10px 0 10px 125px;
	font-size:30px;
	line-height:45px;
	font-weight: bold;
}
.text_home_2.module{
	text-align:right;
	font-size:20px;
	letter-spacing:0.02em;
	font-family: "Impact",sans-serif;
	position:relative;
}
.text_home_2.module:after{
	content:"";
	height:4px;
	width:100%;
	background:#282828;
	display:block;
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
}

.row_home_2 .tb-column-inner{
	position:relative;
	max-width:1070px;
	width:100%;
	margin:0 0 0 auto;
} 

/* POST */

/* news detil */
.single .post-content .post-title{
	text-align: center;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 0 #282828, 2px -2px 0 #282828, -2px 2px 0 #282828, -2px -2px 0 #282828, 2px 0 0 #282828, 0 2px 0 #282828, -2px 0 0 #282828, 0 -2px 0 #282828;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(
165deg, #006fc0 50%, #238cd8 50%);
    padding: 17px 10px;
    border-radius: 20px;
}

.ti_post_home_1.module{
	width:250px;
	height:250px;
	border-radius:50%;
	background:linear-gradient(135deg, #fcd210 50%, #ffe155 50%);
	box-shadow:10px 10px #006fc0;
	position:absolute;
	top:-85px;
	
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:4;
}
.ti_post_home_1.module .module-title{
	font-size:40px;
	color:#006fc0;
	font-family: "Impact",sans-serif;
	letter-spacing:0.14em;
	margin:0;
	text-shadow:
		3px 3px 0 #fff, 
		3px -3px 0 #fff, 
		-3px 3px 0 #fff, 
		-3px -3px 0 #fff, 
		3px 0 0 #fff, 
		0 3px 0 #fff, 
		-3px 0 0 #fff, 
		0 -3px 0 #fff;
}

.post_home_1.module{
	max-width:900px;
	width:100%;
	margin:0 0 0 auto;
	position:relative;
}
.post_home_1.module:before{
	content:"";
	width:100%;
	height:100%;
	background:url("../../uploads/boxbg2.png");
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
	border-radius:40px;
}

.post_home_1 .list-post{
	position:relative;
	z-index:3;
	border:10px solid #006fc0;
	border-radius:40px;
	background:#fff;
	padding:40px 50px 21px 110px;
}

.post_home_1.module.module-post .post{
  margin-bottom:30px;
	overflow:hidden;
}

.post_home_1 time{
  font-size:15px;
  margin:0;
	color:#282828;
	line-height:2;
	width:115px;
	position:relative;
	float:left;
}
.post_home_1 time:after{
	content:"";
	height:15px;
	width:1px;
	background:#282828;
	position:absolute;
	top:8px;
	right:0;
}

.post_home_1.module.module-post .post-title{
	float:left;
	width:calc(100% - 115px);
  margin-bottom:0;
	font-size:15px;
	line-height:2;
	padding:0 0 0 20px;
}

.post_home_1.module.module-post .post-title a{
	color:#282828;
	font-size:15px;
  text-decoration:underline;
}
.post_home_1.module.module-post .post-title a:hover{
  text-decoration:none;
}

/* End POST */

.row_home_3 .sub_column{
	padding:60px calc(10px + 2%);
	overflow:hidden;
}

.row_home_3 .sub_column .tb-column-inner{
	max-width:480px;
	width:100%;
	margin:0 auto;
	position:relative;
	display: flex;
    flex-direction: column;
}
.row_home_3 .sub_column .tb-column-inner:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}

.row_home_3 .sub_column .tb-column-inner_inner{
	background:rgba(0,111,192,0.8);
	position:relative;
    border-radius: 40px;
	padding:49px 30px 10px;
	z-index:3;
}

.row_home_3 .sub_column.middle .tb-column-inner:before{
	background: url(../../uploads/boxbg1.png);
}
.row_home_3 .sub_column.middle .tb-column-inner_inner{
	background:rgba(252,210,16,0.8);
	position:relative;
    border-radius: 40px;
}

.row_home_3 .sub_column .module-text{
	color:#fff;
	margin-bottom:21px;
}
.row_home_3 .sub_column.middle .module-text{
	color:#282828;
}

.ti_banner_home1.module{
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.row_home_3 .ti_banner_home1.module{
	margin-bottom:17px;
}
.box_row_home_3b .ti_banner_home1.module{
	color:#282828;
}

.ti_banner_home1.module .image-content{
	margin:0 0 0 15px;
}
.ti_banner_home1.module .image-title{
	font-size:36px;
	text-shadow:
		4px 4px 2px #006fc0, 
		4px -4px 2px #006fc0, 
		-4px 4px 2px #006fc0, 
		-4px -4px 2px #006fc0, 
		4px 0 2px #006fc0, 
		0 4px 2px #006fc0, 
		-4px 0 2px #006fc0, 
		0 -4px 2px #006fc0;
	margin:0;
}
.box_row_home_3b .ti_banner_home1.module .image-title{
	font-size:36px;
	text-shadow:
		4px 4px 2px #fcd210, 
		4px 4px 2px #fcd210, 
		4px -4px 2px #fcd210, 
		-4px 4px 2px #fcd210, 
		-4px -4px 2px #fcd210, 
		4px 0 2px #fcd210, 
		0 4px 2px #fcd210, 
		-4px 0 2px #fcd210, 
		0 -4px 2px #fcd210;
}
.ti_banner_home1.module .image-caption{
	font-size:18px;
	line-height: 1.4;
	font-family: "Impact",sans-serif;
	letter-spacing:0.02em;
	font-weight:bold;
}

.row_home_3 .btn_vm_1.module.module-buttons .tb_default_color:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transform: scale(40);
}	

.ti_home_lr1{
	text-align:center;
}
.ti_home_lr1 .module{
	display:inline-block;
	padding:0 80px 0 70px;
	background:
		url("../../uploads/icon_home_2.png")no-repeat center left,
		url("../../uploads/icon_home_3.png")no-repeat center right;
	font-size:15px;
	color:#006fc0;
	line-height:1.4;
	font-family: "Impact",sans-serif;
	letter-spacing:0.02em;
	font-weight:bold;
}
.ti_home_lr1 .module .module-title{
	font-size:34px;
 	color:#fff;
/*  text-shadow: 
		3px 3px 0 #000, 
		3px -3px 0 #000, 
		-3px 3px 0 #000, 
		-3px -3px 0 #000, 
		3px 0 0 #000, 
		0 3px 0 #000, 
		-3px 0 0 #000, 
		0 -3px 0 #000; */
	text-shadow: 
		2px 2px 2px #000, 
		-2px 2px 2px #000, 
		2px -2px 2px #000, 
		-2px -2px 2px #000, 
		2px 0px 2px #000, 
		0px 2px 2px #000,
		-2px 0px 2px #000, 
		0px -2px 2px #000;
	margin:0;
}

.btn_home_1.module.module-buttons .module-buttons-item{
	max-width:343px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.btn_home_1.module.module-buttons .module-buttons-item:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50px;
}
.btn_home_1.module.module-buttons .tb_default_color{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:31px 10px;
	background: 
		url(../../uploads/arrwhite.png)no-repeat center right 20px,
		linear-gradient(165deg, #006fc0 50%, #238cd8 50%);
	border-radius:50px;
	position:relative;
	border:5px solid #fff;
	line-height: 1.6;
    display: block;
	font-weight:bold;
}

.btn_home_1b.module.module-buttons:nth-child(odd) .tb_default_color{
	color:#000;
	background: 
		url(../../uploads/arrblack.png)no-repeat center right 20px,
		linear-gradient(165deg, #fcd210 50%, #ffe155 50%);
}

.row_home_4 .btn_home_1.module{
	margin-bottom:35px;
}

.ti_img_l.module{
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.ti_img_l.module{
	color:#282828;
}
.ti_img_l.module .image-content{
	margin:0 0 0 15px;
}
.ti_img_l.module .image-title{
	font-size:26px;
	color:#000;
	margin:0 0 4px;
}
.ti_img_l.module .image-caption{
	font-size:16px;
	line-height: 1.4;
	font-family: "Impact",sans-serif;
	letter-spacing:0.02em;
	font-weight:bold;
	color:#006fc0;
}

.row_home_5 .row_inner{
	position:relative;
	padding:0 calc(10px + 1%) !important;
}
.row_home_5 .row_inner:before{
	content:"";
	width:100%;
	height:300px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:3;
}

.row_home_5 .tb-column:before{
	content:"";
	width:50%;
	height:6.25vw;
	background:linear-gradient(to bottom left,#fff 50%, transparent 50%);
	position:absolute;
	top:300px;
	left:0;
	z-index:3;
}
.row_home_5 .tb-column:after{
	content:"";
	width:50%;
	height:6.25vw;
	background:linear-gradient(to bottom right,#fff 50%, transparent 50%);
	position:absolute;
	top:300px;
	right:0;
	z-index:3;
}

.row_home_5 .tb-column > .tb-column-inner{
	max-width:1280px;
	width:100%;
	margin:0 auto;
}

.row_home_5 .sub_column{
	position:relative;
}
.row_home_5 .sub_column:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
	z-index:2;
}
.row_home_5 .sub_column .tb-column-inner{
	position:relative;
	background:#fff;
	height:100%;
    border-radius: 40px;
	padding:80px 40px 20px;
	z-index:4;
}

.rss_home_1.module .widgettitle{
	display:none;
}

.rss_home_1.module ul li{
	border:0;
	padding:0;
	font-size:15px;
	line-height:2;
	overflow:hidden;
	margin-bottom:32px;
}
.rss_home_1.module ul li:last-child{
	margin:0;
}
.rss_home_1.module ul li a{
	color:#000;
	text-decoration:underline;
	max-width:calc(100% - 135px);
	float:left;
}
.rss_home_1.module ul li a:hover{
	text-decoration:none;
}
.rss_home_1.module ul li .rss-date{
	float:left;
	font-size:15px;
	line-height:2;
	color:#000;
	position:relative;
	width:135px;
	text-align:left;
}
.rss_home_1.module ul li .rss-date:before{
	content:"";
	height:15px;
	width:1px;
	position:absolute;
	top:8px;
	right:20px;;
	background:#000;
}

.text_gd_1.module .module-title{
	font-size:22px;
	color:#000000;
	margin-bottom:16px;
}

.list_gd_2 .sub_column,
.list_gd_1 .sub_column{
	position:relative;
	margin-bottom:40px;
}
.list_gd_2 .sub_column:before,
.list_gd_1 .sub_column:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}
.list_gd_2 .sub_column .tb-column-inner,
.list_gd_1 .sub_column .tb-column-inner{
	position:relative;
	z-index:2;
	background:#fff;
	height:100%;
	border:5px solid #fcd210;
	border-radius:40px;
	padding:25px 25px 5px;
}

.list_gd_2 .module,
.ti_list_gd_1.module{
	text-align:center;
}
.list_gd_2 .module .module-title,
.ti_list_gd_1.module .module-title{
	font-size:22px;
	color:#000;
	background:#fcd210;
	padding:5px 40px;
	border-radius:10px;
	display:inline-block;
	margin:0;
}

.list_gd_2 .module .module-title{
	margin-bottom:21px;
}
.list_gd_2 .module .tb_text_wrap{
	text-align:left;
}

.row_1_cr .tb-column{
	max-width:990px;
	width:100%;
	margin:0 auto;
}

.box_ti_cr_1{
	position:relative;
}
.box_ti_cr_1:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 40px;
}
.box_ti_cr_1 .tb-column-inner{
	background:rgba(0,111,192,0.8);
	border-radius: 40px;
	z-index:2;
	position:relative;
	padding:44px 30px 10px;
}

.ti_cr_1.module{
	text-align:center;
}
.ti_cr_1.module .tb_text_wrap{
	display:inline-block;
	font-size:36px;
	line-height:1.3;
	font-weight:bold;
	letter-spacing:0.07em;
	color:#fff;
	text-shadow: 4px 4px 0 #006fc0, 4px -4px 0 #006fc0, -4px 4px 0 #006fc0, -4px -4px 0 #006fc0, 4px 0 0 #006fc0, 0 4px 0 #006fc0, -4px 0 0 #006fc0, 0 -4px 0 #006fc0, 6px 6px 0 #006fc0, 2px 6px 0 #006fc0, 4px 6px 0 #006fc0, 6px 4px 0 #006fc0;
	padding: 13px 80px 13px 70px;
    background: url(../../uploads/icon_home_2.png)no-repeat center left, url(../../uploads/icon_home_3.png)no-repeat center right;
	letter-spacing:0.07em;
}

.ti_cr_2.module{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
	border-bottom:4px solid #000;
	padding:0 0 7px;
	margin-bottom:22px;
}
.ti_cr_2.module .module-title{
	font-size:22px;
	color:#000;
	margin:0 20px 10px 0;
}
.ti_cr_2.module ul{
	list-style: none;
    display: flex;
    align-items:center;
    flex-wrap: wrap;
	margin:0;
}
.ti_cr_2.module ul li{
	background:#fcd210;
	padding:0 10px;
	border-radius:10px;
	font-size:14px;
	color:#000;
	margin:0 10px 10px 0;
	line-height:2;
}

.box_cr_1 .sub_column{
	margin-bottom:60px;
}
.box_cr_1 .tb-column-inner{
	position:relative;
}
.box_cr_1 .tb-column-inner:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 40px;
}
.box_cr_1 .tb-column-inner_inner{
	position:relative;
	z-index:2;
	background:#fff;
	border:5px solid #fcd210;
	border-radius:50px;
	height:100%;
	padding:41px 41px 15px;
}

.box_cr_1 .module-plain-text{
	text-align:center;
}

.text_link_stu_1.module a,
.box_cr_1 .module-text .tb_text_wrap a{
	text-decoration:underline;
	color:#006fc0;
}
.text_link_stu_1.module a:hover,
.box_cr_1 .module-text .tb_text_wrap a:hover{
	text-decoration:none;
}

.box_stu_1{
	position:relative;
	margin-bottom:40px;
}
.box_stu_1:before{
	content:"";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 40px;
}
.box_stu_1 .tb-column-inner{
	border:5px solid #fcd210;
	background:#fff;
    border-radius: 40px;
	position:relative;
	z-index:2;
	padding:25px 25px 5px;
}

.text_1_com.module{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
}
.text_1_com.module .module-title{
	margin: 0 10px 0 0;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    color: #006fc0;
	position:relative;
}
.text_1_com.module .module-title:before{
	content:url("../../uploads/icon_com_ti_1.png");
	position:absolute;
	top: -32px;
    left: -33px;
}
.text_1_com.module .module-title span{
	color:#282828;
	font-size:30px;
}

.row_2_com .module{
	margin:0;
}

.row_2_com .sub_column.last{
	position:relative;
}
.row_2_com .sub_column.last:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}
.row_2_com .sub_column.last .tb-column-inner {
    position: relative;
    z-index: 2;
    background: #fff;
    height: 100%;
    border: 5px solid #fcd210;
    border-radius: 40px;
    padding: 48px 45px 5px;
}

.box_event_1.module,
.box_com_1{
	position:relative;
}
.box_event_1.module:before,
.box_com_1:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}
.box_event_1.module .tb_text_wrap,
.box_com_1 .subrow_inner{
	position:relative;
	z-index:2;
    border-radius: 40px;
	border:10px solid #006fc0;
	background:#fff;
	padding:18px 37px 50px;
}

.table_com_1 tr{
	border-bottom:1px solid #d8d7d7;
}
.table_com_1 th,
.table_com_1 td{
	padding:22px 0 21px;
	text-align:left;
	vertical-align:top;
	word-break: break-all;
}
.table_com_1 th{
	width:118px;
	font-weight:bold;
	color:#006fc0;
}

.box_event_1.module .tb_text_wrap{
	padding:30px 45px 33px;	
	border:5px solid #fcd210;
}

.text_ct_1.module a{
	color:#282828;
	text-decoration:underline;
}
.text_ct_1.module a:hover{
	text-decoration:none;
}

.text_policy.module{
	height:260px;
	overflow:auto;
	padding:0 50px 0 0;
}

body #body .module .wpcf7 table tbody tr th,
body #body .module .wpcf7 table tbody tr td {
    border: 0;
    padding: 10px 7px;
    color: #282828;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
	text-align:left;
}

body #body .module .wpcf7 table tbody tr th {
    width: 21%;
}

    body #body .module .wpcf7 table tbody tr th span {
        color: #ff0000;
    }

body input[type="text"],
body input[type="password"],
body input[type="date"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="month"],
body input[type="week"],
body input[type="email"],
body input[type="number"],
body input[type="search"],
body input[type="tel"],
body input[type="time"],
body input[type="url"],
body input[type="color"],
body textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #f1f1f1;
    border-width: 0;
    border-color: #ccc;
    box-shadow: inherit;
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 1rem 0;
    padding: 4px 10px;
    height: 37px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}

body textarea {
	height:250px;
}

#body .module .wpcf7 table tbody tr td span input, #body .module .wpcf7 table tbody tr td span textarea {
    width: 100%;
    max-width: 100%;
	margin:0;
	border-radius:0;
	border:0;
}

.module .wpcf7 .fa{
	display:block;
}

body #body .module .wpcf7 input[type=submit] {
    display: block;
    max-width:193px;
    width: 100%;
    margin: 40px auto 0 auto;
    background:url("../../uploads/icon_mail.png")no-repeat top 20px left 20px,linear-gradient(165deg, #fcd210 50%, #ffe155 50%);
    border-radius:10px;
    padding: 15px 0;
    font-size: 16px;
	font-weight:bold;
    color: #282828 !important;
    border: 1px solid #fff;
}

body #body .module .wpcf7 input[type=submit] {
    background: url(../../uploads/icon_mail.png)no-repeat top 20px left 45px,linear-gradient( 165deg, #fcd210 50%, #ffe155 50%);
    padding-left: 20px;
	line-height: 1.65;
}

    body #body .module .wpcf7 input[type=submit]:hover {
        opacity: 0.7;
    }


/*.post_staff_1 .themify_builder_content{
	display:none;
}*/
.post_staff_1.module{
	margin:0;
}
.post_staff_1.module .post{
	margin-bottom:55px;
	transition:all 0.5s ease-in-out;
}
.post_staff_1.module .post:hover{
	opacity:0.7;
}
.post_staff_1 .post-image {
	text-align:center;
	margin-bottom:12px;
}
.post_staff_1 .post-content .post-title{
	position:relative;
}
.post_staff_1 .post-content .post-title:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50px;
}
.post_staff_1 .post-content .post-title a{
	    text-align: center;
		padding: 17px 10px;
		background:url(../../uploads/arrwhite.png)no-repeat center right 20px,linear-gradient(165deg, #006fc0 50%, #238cd8 50%);
		border-radius: 50px;
		position: relative;
	z-index:2;
		border: 5px solid #fff;
	display:block;
	font-size:18px;
	line-height:28px;
	color:#fff;
	text-decoration:none;
		
}

.post_staff_1 .post:nth-child(even) .post-content .post-title a{
	background:url(../../uploads/arrblack.png)no-repeat center right 20px,linear-gradient(165deg, #fcd210 50%, #ffe155 50%);
	color:#000;
}

.single-post #content{
	padding-top:100px;
	padding-bottom:105px;
}
.single-post .post{
	margin:0;
}

.single-post .category-staff .post-image,
.single-post .category-staff .post-title,
.single-post .category-staff time{
	display:none;
}

.ti_detail_post_1.module .module-title span{
	font-size:18px;
}

.table_post_1.module{
	position:relative;
}
.table_post_1.module:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}
.table_post_1.module .tb_text_wrap{
	background:#fff;
	border:5px solid #006fc0;
	position:relative;
	z-index:2;
	padding:26px 25px 55px;
    border-radius: 40px;
}
.table_post_1 tr {
    border-bottom: 1px solid #d8d7d7;
}
.table_post_1 th,
.table_post_1 td{
	padding: 22px 0 21px;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
}
.table_post_1 th{
	width: 118px;
    font-weight: bold;
    color: #006fc0;
}

.list_box_post_1 .sub_column{
	position:relative;
	margin-bottom:40px;
}
.list_box_post_1 .sub_column:before{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 40px;
}
.list_box_post_1 .tb-column-inner {
	height:100%;
	position:relative;
	z-index:2;
	background:#fff;
	border:5px solid #fcd210;
    border-radius: 40px;
	padding:30px 25px 50px;
}
.list_box_post_1 .module .module-title{
	font-size:22px;
	color:#282828;
	border-bottom:2px solid #282828;
	margin-bottom:22px;
	padding-bottom:25px;
}
.list_box_post_1 .bg_none.sub_column:before{
	background:none;
}

.history-back-container{
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.history-back-container:before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../uploads/boxbg2.png);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50px;
	transition:all 0.5s ease-in-out;
}
.history-back-container .history-back-button{
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 31px 10px;
    background:url(../../uploads/arrblack.png)no-repeat center right 20px,linear-gradient(165deg, #fcd210 50%, #ffe155 50%);
    border-radius: 50px;
    position: relative;
    border: 5px solid #fff;
    line-height: 1.6;
    display: block;
	text-decoration:none !important;
	font-weight:bold;
	}
.history-back-container:hover{
	opacity:0.7;
}


/**/
#headerwrap #main-menu-container.is-active #main-menu {
    background: none;
	padding: 30px 0 20px;
}
#headerwrap #main-menu-container.is-active #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu-container.is-active #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	#headerwrap #main-menu-container.is-active li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	#headerwrap #main-menu-container.is-active li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container.is-active ul > li.menu-item{
		padding: 10px;
		background: none !important;
		text-align: left;
		border-bottom: 1px dotted #000;
		display:block;
	}
	
	#headerwrap #main-menu-container.is-active ul > li.menu-item a{
		padding:0;
		background: none !important;
	}
	
	#headerwrap #main-menu-container.is-active #main-menu > li:first-child:before,
	#headerwrap #main-menu-container.is-active #main-menu > li:after {
		content:none;
	}


.wpcf7-form{
    border: 5px #fcd210 solid;
    border-radius: 30px;
	padding: 25px;
}


/* by fujimoto */

.sb_instagram_header, #sbi_load {
	display: none;
}

/* end fujimoto */

.row_2_recrui .tb-column{
	max-width:533px;
	width:100%;
	margin:0 auto;
}



@media screen and (max-width: 1280px) {
	
	body .module_row > .row_inner {
		max-width:100%;
	}
	
}

@media screen and (max-width: 1110px) {
	
	#headerwrap #main-menu > li > a{
		padding: 44px 45px 0;
	}
}

@media screen and (max-width: 1100px) {
	#pagewrap .pagewidth{
		width:calc(99% - 20px);
	  }
}

@media screen and (max-width: 1080px) {
	
	#headerwrap #main-menu > li > a{
		padding: 44px 40px 0;
	}
}


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

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

	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.header-brand-container{
		margin-bottom:20px;
	}
	
	#headerwrap #main-menu li ul.sub-menu,
	.h_contact{
		display:none;
	}


	
	.footer_content .sub_column {
		width: 100%;
		text-align: center;
		margin:0;
	}
	
	.footer_content .sub_column  .module{
		margin-bottom:20px;	
	}
	
	#headerwrap #main-menu-container.is-active{
	background:rgba(255,255,255,0.95);
	}
#headerwrap #main-menu {
    background: none;
    padding: 30px 0 20px;
	width:100%;
	max-width:94%;
}
#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 #000;
	}
	
	#headerwrap #main-menu-container ul li.menu-item a{
		line-height:2;
	}

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

#pagewrap {
    padding-bottom: 60px;
}
	
	.ti_post_home_1.module{
		position:static;
		margin:0 auto 30px;
	}
	.post_home_1.module{
		margin:0 auto;
	}
	
	.post_home_1 .list-post{
		max-width:950px;
		width:100%;
		margin:0 auto;
		padding:40px 5% 10px;
	}
	
  
}

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:calc(96% - 20px);
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	

		
	
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;
  }
	
	.slide_home_1 .module .slide-title {
		font-size: 40px;
	}
	.slide_home_1 .module .slide_content_inner h4 {
		font-size: 30px;
	}

	.row_home_1{
		background-position:center left !important;
	}
	
	.ti_post_home_1.module {
		position: static;
		margin: 0 auto 30px;
	}

	.post_home_1.module {
		margin: 0 auto;
	}
	.post_home_1 .list-post {
		padding: 40px 40px 21px 40px;
	}
	
}


@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) {
	
	.row_home_5{
		padding-top:80px;
	}
	
	.row_home_5 .row_inner:before,
	.row_home_5 .tb-column:before,
	.row_home_5 .tb-column:after{
		content:none;
	}
	
	.row_home_5 .sub_column .tb-column-inner {
		padding: 40px 40px 20px;
	}
	
	.row_home_5 .sub_column.first{
		margin-bottom:50px;
	}
	
	.ti_cr_1.module .tb_text_wrap{
		padding:0;
		background:none;
	}
	
	.row_2_com .sub_column.first{
		margin-bottom:30px;
	}
	
	.row_2_com .sub_column.last .tb-column-inner {
		padding: 48px 30px 35px;
	}
	
	.box_com_1 .subrow_inner{
		padding:18px 20px 50px;
	}
	
	.box_event_1.module .tb_text_wrap {
		padding: 30px 20px 33px;
	}
	
	.table_com_1 th,
	.table_com_1 td,
	body #body .module .wpcf7 table tbody tr th,
	body #body .module .wpcf7 table tbody tr td{
		width:100%;
		display:block;
	}
	
	
	.table_com_1 th,
	body #body .module .wpcf7 table tbody tr th{
		padding-bottom:0;	
	}
	
	.text_policy.module {
		padding: 0 10px 0 0;
	}
	
	
	.table_com_1 td{
		padding-top:0;
	}
	
	.single-post #content{
		padding-top:70px;
		padding-bottom:75px;
	}
	
	.text_telh_1{
		font-size:10px;
	}
	.telh_1 a{
		background:url("../../uploads/icontel-2.png")no-repeat top 3px left;
		font-size:20px;
	}
	
	
	/* by fujimoto */

	.row_home_1 .tb-column .tb-column-inner{
		padding: 30px 15px 12px;
	}

	.text_home_1.module{
		background: url("../../uploads/icon_home_1.png")no-repeat top center;
		padding: 130px 0 10px 0px;
	}
	
	.bg_sub_main {
		background: url(../../uploads/guidance_02.png)no-repeat center top 0px;
	}
	
	.sp_top .row_inner {
		margin-top: 140px;
	}
	/* end fujimoto */
	
}

@media screen and (max-width: 568px) {
	
	.copyright{
		display:block;
		margin:0 0 20px;
	}
	.copylinkicon{
		margin:0;
	}
	
}

@media screen and (max-width: 480px) {
	
	.tel_h{
		display:block;
		margin:0 0 20px;
	}
	
	.slide_home_1 .module .slide-title {
		font-size: 25px;
	}
	.slide_home_1 .module .slide_content_inner h4 {
		font-size: 16px;
	}
	
	.slide_home_1 .slide-image img{
		height:200px;
		object-fit:cover;
	}
	
	.row_home_1 .sub_column .tb-column-inner {
		padding: 30px 20px 12px;
	}
	
	.post_home_1 time,
	.post_home_1.module.module-post .post-title,
	.rss_home_1.module ul li .rss-date,
	.rss_home_1.module ul li a{
		float:none;
	}
	
	.rss_home_1.module ul li a,
	.post_home_1.module.module-post .post-title{
		width:100%;
		padding:0;
		display:block;
		max-width:100%;
	}
	
	
	.rss_home_1.module ul li .rss-date{
		display:block;
	}
	
	.box_cr_1 .tb-column-inner_inner {
		padding: 41px 20px 15px;
	}
	
	.box_ti_cr_1 .tb-column-inner{
		padding:44px 20px 10px;
	}
	
	.row_2_com .sub_column.last .tb-column-inner {
		padding: 48px 20px 35px;
	}
	
	.table_post_1 th, .table_post_1 td {
		display:block;
		width:100%;
	}
	.table_post_1 th{
		padding-bottom:0;
	}
	.table_post_1 td{
		padding-top:0;
	}
	
}

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

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






