@charset "UTF-8";

body {
	font-family: 'Noto Serif JP', serif;
	color: #222222;
}

/* ========== header ========== */
#site-logo {
	position: absolute;
	top: 70px;
	left: -100px;
}

.main-img {
	position: absolute;
	top: 0;
	right: 0;
}

/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#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);
	}
}

/* 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;	
}

/* by fujimoto */
#menu-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 81px;
	left: 112px;
	width: 80px;
	height: auto;
}

#main-menu-container {
	background-color: #fff;
}

#main-menu {
	list-style-type: none;
	font-size: 28px;
	margin: 185px auto 0;
	width: 100%;
	letter-spacing: 2px;
	display: block;
}

#main-menu li {
	width: 300px;
	margin: 0 auto 35px;
}

#main-menu a {
	color: #222;
	font-size: 28px;
}

#main-menu #menu-item-429 {
	background-color: #3d3e2e;
	text-align: center;
	padding: 6px 0 14px;
	margin-bottom: 0;
}

#pagewrap #menu-item-429 a {
	font-size: 16px;
	color: #fff;
	line-height: initial;
}

#menu-button .ham-text {
	font-size: 20px;
	line-height: 1;
}

#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: 60px;
	height: 4px;
	background-color: #a5a2a2;
	border-radius: 1px;
}

#menu-button .ham-lines {
	position: relative;
	margin: 7px auto 0;
	width: 100%;
	height: 78px;
	border: 1px solid #eae9e9;
	background-color: #fff;
}

#menu-button .ham-lines::before {
	bottom: 55px;
	animation: menu-bar01 .75s forwards;
}

#menu-button .ham-lines span {
	bottom: 39px;
	transition: all .25s .25s;
	opacity: 1;
}

#menu-button .ham-lines::after {
	bottom: 23px;
	animation: menu-bar03 .75s forwards;
}

#menu-button.is-active .ham-lines::after {
	bottom: 28px;
}

#menu-button.is-active .ham-lines::before {
	bottom: 46px;
}

#main-menu #menu-item-429:hover {
	opacity: 0.7;
}
/* === mobile menu end === */

/* ========== main ========== */
#body {
	padding-top: 1250px;
	background-color: #fff;
}

#body p {
	font-size: 16px;
	letter-spacing: 1px;
}

.br_css br {
	display: none;
}

.ft-big {
	font-size: 28px;
}

.marker {
	background:linear-gradient(transparent 60%, #d9e367 60%);
}

#pagewrap .btn_box a {
	background-color: #222311;
	color: #fff;
	width: 300px;
	text-align: center;
	border: 0px;
	padding: 24px 0;
}

/* ============= greeting ============= */
.greeting {
	position: relative;
}

#pagewrap .greeting_bg {
	position: absolute;
	top: 0;
	left: -100px;
}

#pagewrap .greeting_img {
	margin: 60px 0 0 32px;
}

.greeting_txt {
	width: 580px;
	text-align: left;
	margin-top: 53px;
}

.title-font h3 {
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom: 41px;
	text-align: center;
}

#pagewrap .tb_0x50415.title-font h3{
	text-align: left;
}

.greeting_txt p {
	margin-left: 2px;
	margin: 0 0 52px 2px;
}

.greeting_txt2 h3 {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.greeting_txt2 {
	margin: 0 0 0 2px;
}

.greeting_txt2 p {margin-bottom: 31px;}

.btn_box {
	margin-left: 2px;
	z-index: 1;
}

#pagewrap .module.logo_bg {
	position:absolute;
	right: -100px;
	bottom: -48px;
}

#pagewrap .btn_box a:hover {
	opacity: 0.8;
}

/* ============= respect  ============= */
.respect h3 {
	font-size: 28px;
	text-align: center;
	color: #fff;
	background-color: #222311;
	margin: 0;
	padding: 22px 0 20px;
	position:relative;
	letter-spacing: 1px;
}

.respect h3::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #222311 transparent transparent transparent;
	border-width: 30px 18px 0px 20px;
}

.respect_li ul {
	list-style-type: none;
}

.respect_li li {
	font-size: 20px;
	margin-bottom: 32px;
	letter-spacing: 1px;
}

.respect_li li::before {
	content:'';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(../../uploads/checkbox.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 12px;
}

.tb_dis2317 {
	border: 2px solid #222311;
	padding: 47px 28px 26px;
}

.respect .last.tb_h5j8317 {
	margin-left: 20px;
}

/* ============= point  ============= */
.bg_color {
	background-color:#dbdccc;
}

.ft-big2 {
	font-size: 28px;
}

.in_title {
	position: relative;
}

.logo_in img {
	width: 17%;
	position: absolute;
	top: -23px;
	left: 360px;
}

.point_box .subrow_inner {
	align-items: center;
}

.tb_9lpt724 h3 {
	padding-left: 214px;
}

.point_box .module-text {
    margin-left: 50px;
    letter-spacing: 1px;
}

.point_box {
	position: relative;
}

.point_box .tb_text_wrap {
	    width: 90%;
}

.point_bg img {
	position: absolute;
	top: -133px;
	right: 0;
}

.point_bg2 img {
    position: absolute;
    top: -85px;
    right: 48px;
}

.tb_iumu675 {
	margin-top: 11px;
}

.tb_spz1355 {
	margin-top: 20px;
}

.point_bg3 img {
    position: absolute;
    top: -168px;
    right: 48px;
}

.point_box .tb_p9dy919 {
	margin: 10px 0 0 48px;
}


/* ============= app_req  ============= */
.title-font.tb_6jyx508 h3 {
	margin-bottom: 0px;
}

.bg-white {
    background-color: #fff;
    position: relative;
    top: 25px;
    padding: 0 36px;
    z-index: 1;
}

.app_req_box {
    border: 2px solid #222222;
    padding: 60px 148px 48px;
}

.app_req_txt h3 {
	background-color: #dbdccc;
	padding: 20px 0 20px 30px;
	margin: 0;
	font-size: 16px;
	letter-spacing: 2px;
}

.app_req_txt p {
	padding: 16px 0 22px 30px;
	margin: 0;
}

/* flow */
.flow_title h3 {
	text-align: left;
	margin: 95px 0 57px;
}

.flow_txt h3 {
	font-size: 24px;
	margin: 13px 0 0 0;
}

#pagewrap .flow_txt p {
	margin: 14px 0 0 0;
}

/* schedule */
.logo_midle img {
		width: 17%;
		margin-bottom: 20px;
}

.schedule_title h3 {
	font-size: 32px;
}

.schedule_box .col2-1.first {
	width: 34%;
}

.schedule_box .col2-1.last {
	width: 66%;
	margin: 0;
	background-color: #fff;
	padding: 30px 62px;
}

.schedule_txt{
	margin: -86px 0 0 20px;
}

.schedule_txt h3 {
	font-size: 32px;
	margin-bottom: 50px;
}

#pagewrap .schedule_txt p {
	font-size: 24px;
	line-height: initial;
}

/* qa */
.qa-box {
	background-color: rgb(255 255 255 / 84%);
	padding: 0 50px;
}

.qa_title h3 {
	margin-bottom: 60px;
}

#pagewrap .accordion-title a {
	font-size: 24px;
	background-color: #dbdccc;
	height: 46px;
	padding-left: 88px;
	color: #222;
}

.accordion-title a::before {
		content:"Q";
		width: 70px;
		height: 70px;
		text-align:center;
		box-sizing:border-box;
		padding: 18px;
		color:#fff;
		background:#222311;
		position:absolute;
		top: 0px;
		left:0;
		font-weight:500;
		font-size: 32px;
}

.accordion-title a::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../uploads/arrow.png);
  background-repeat: no-repeat;
  padding-top: -20px;
  position: absolute;
  right: 17px;
  top: 25px;
}

#pagewrap .qa-qa li {
	margin-bottom: 60px;
}

.ui.module-accordion {
	border: 0;
	background-color: transparent;
}

#pagewrap .accordion-content {
	position:relative;
	padding: 30px 0 0 88px;
	background: transparent;
	box-shadow: none;
}

.accordion-content .tb_text_wrap::before {
			content:"A";
			text-align:center;
			box-sizing:border-box;
			padding: 18px;
			position:absolute;
			top: 18px;
			left: 6px;
			font-weight:500;
			font-size: 32px;
}


/* contact */
.contact_text {
	text-align: center;
}

.contact .title-font h3 {
	margin-bottom: 46px;
}

.contact_text h3 {
	font-size: 28px;
	margin-bottom: 63px;
}

.contact_text h3 span {
	background-color: #d9e367;
	padding: 7px 90px 11px;
}

.contact_text h3 span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 48px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #d9e367 transparent transparent transparent;
    border-width: 26px 19px 0px 19px;
}

.tel-txt {
	text-align: center;
}

.tel-txt h3 {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

#pagewrap .tel-txt p {
	font-size: 32px;
	margin-bottom: 48px;
}

#pagewrap .tel-txt p::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 40px;
  background-image: url(../../uploads/call.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 8px;
}

.contact_form {
	background-color: #fff;
	padding: 70px 200px 40px;
}

.contact_form p {
	margin-left: 16px;
}

.contact_form table {
	margin-top: 46px;
}

.wpcf7 table tr th {
	width: 100%;
	font-weight: 400;
	padding: 0;
}

.wpcf7 table tr, .wpcf7 table tr td {
	display: block;
}

.wpcf7 table tr th span {
	color: red;
}

#pagewrap .wpcf7 table tr td input {
	padding: 15px 10px;
	margin-top: 0px;
	background-color: #f6f6f6;
	border-radius: 1px;
	border: solid 1px #e5edee;
}

.wpcf7 table tr td {
	padding: 0px 0px 28px 0px;
}

.wpcf7 .submit_btn input[type="submit"] {
	width: 300px;
	border-radius: 0px;
	padding: 20px 0;
	background-color: #222311;
}

.wpcf7 .submit_btn {
	margin-top: 24px;
}

.policy-text {
    height: 345px;
    overflow-y: auto;
    padding-right: 30px;
    background-color: #fff;
	padding-left: 30px;
}

.wpcf7 .submit_btn input[type="submit"]:hover {
	opacity: 0.8;
}

/* footer */
#footerwrap {
	background-color: #222311;
	color: #fff;
	text-align: center;
	padding: 80px 0 36px;
}

#footerwrap a {
	color: #fff;
}

.ft_logo img {
	width: 25%;
	margin-bottom: 20px;
}

.ft_text p {
	margin-bottom: 0;
	font-size: 15px;
	letter-spacing: 2px;
}

.footer-nav {
	text-align: center;
	margin: 66px 0 26px;
}

.hp {
	margin-top: 34px;
}

.hp a {
	border: 1px solid #fff;
	padding: 13px 41px;
	letter-spacing: 1px;
}

#footer-nav .menu-item-429 {
	display: none;
}

#footer-nav a {
	border-right: 1px solid #fff;
	padding-right: 7px;
}

.copyright-container {
	    display: flex;
    justify-content: center;
}

.copyright-container img {
	margin-left: 5px;
}

#pc-backtop {
	width: 60px;
	height: 60px;
}

#footerwrap a:hover {
	opacity: 0.7;
}
/*murata*/
.footer-sns-icon img {
    margin: 20px 20px 0px 0px;
}

	/* koike add */
	#pagewrap .module_row.accordion-fix-bg-row{
		background: none!important;
		position: relative;

	}
	#pagewrap .module_row.accordion-fix-bg-row::before{
		content: "";
		display: block;
		width: 100%;
		height: 1700px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../../uploads/img-bg.png) top center no-repeat;
		background-size: cover;
	}




/* 20251022 */
.main-img {
	width: 1280px;
	height: 900px;
}



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

	Media Query

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


@media screen and (max-width: 1024px) {
	.sp-footer-icons-container a {
		background-color: #222311;
		border-left: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 18px 0;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: 300;
	}

	.sp-footer-icons-container svg {
		fill: #fff;
		width: 34%;
		margin-bottom: 0px;
		height: 30px;
	}

	#pagewrap .sp-footer-backtop {
		width: 30%;
	}

	#pagewrap a.sp-footer-backtop {
		justify-content: center;
	}
	
}

/*---------------------------
 * -@939@
 * ------------------------*/
@media screen and (max-width: 939px){
	#body {
		padding: 0;
	}

	.pagewidth {
		max-width: 95%;
	}

	.module_row > .row_inner {
		max-width: 100%;
	}
	
/* 	header */
	#header.header {
		max-width: 100%;
		height: 70px;
	}
	
	#header {
		position: fixed;
		z-index: 900;
	}
	
	.header-brand-container {
		background-color: #fff;
		width: 100%;
		padding: 8px 0;
	}
	
	#menu-button {
		top:0;
		left: 0;
		border: 1px solid #eae9e9;
		width: 63px;
		height: 63px;
	}

	#menu-button .ham-text {
		font-size: 16px;
		margin-top: 3px;
	}


	#menu-button .ham-lines {
		margin: 0 auto;
		border: 0px;
		height: 34px;
	}

	#menu-button .ham-lines span, #menu-button .ham-lines::before, #menu-button .ham-lines::after {
		width: 40px;
		height: 2px;
	}

	#menu-button .ham-lines::before {
		bottom: 23px;
	}

	#menu-button .ham-lines span {
		bottom: 15px;
	}

	#menu-button .ham-lines::after {
		bottom: 7px;
	}

	#menu-button.is-active .ham-lines::before {
		bottom: 24px;
	}

	#menu-button.is-active .ham-lines::after {
		bottom: 6px;
	}

	#site-logo {
		width: 103px;
		margin: 0 auto;
		position: initial;
	}
	
	.main-img{
		margin-top: 65px;
	}
	
	#main-menu a {
		font-size: 20px;
	}

	#main-menu {
		margin-top: 93px;
	}

	#main-menu li {
		margin: 0 0 16px 47px;
	}

	#main-menu #menu-item-429 {
		margin-top: 35px;
	}
	
/* 	greeting */
	#greeting {
		padding-top: 700px;
	}
	
	#pagewrap .greeting_bg {
		left: 0px;
		width: 90%;
	}

	#pagewrap .greeting_img {
		margin: 64px 0 0 34px;
		width: 88%;
	}

	.title-font h3 {
		font-size: 27px;
		margin-bottom: 26px;
	}
	
	.greeting_txt {
		width: 100%;
	}

	.greeting_txt {
		margin-top: 32px;
	}

	.greeting_txt2 h3 {
		line-height: normal;
		margin-bottom: 0px;
	}

	#pagewrap .greeting_txt p {
		margin: 0 0 20px 0;
	}

	.greeting_txt2 {
		margin: 0;
	}

	#pagewrap .module.logo_bg {
		bottom: -100px;
		right: -11px;
		width: 80%;
	}
	
	.greeting_txt2 p {
    	margin-bottom: 33px;
	}
	
/* respect	 */
	.respect h3 {
		font-size: 24px;
		padding: 24px 0;
	}

	.tb_dis2317 {
		padding: 40px 0 0 10px;
	}

	.respect_li li {
		font-size: 16px;
	}

	.respect_li ul {
		margin: 0 auto;
	}
	
/* point */
	#point {
		padding-top: 100px;
	}

	#point .title-font h3 {
		font-size: 26px;
		padding-left: 221px;
		margin-bottom: 46px;
	}

	.ft-big2 {
		font-size: 24px;
	}

	.logo_in img {
		width: 19%;
		top: -17px;
		left: 246px;
	}

	#point .title-font {
		padding-bottom: 17px;
	}

	.point_box .module-text {
		margin: 26px 0 0 0px;
	}

	.point_bg_sp img {
		top: 0px;
		width: 80%;
	}

	.point_box .tb_text_wrap {
		width: 100%;
	}

 	.point_bg_sp.point_bg2 img {
		top: -8px;
		left: 64px;
	}

	.point_bg_sp.point_bg4 img {
		top: -73px;
		left: 65px;
	}

	.point_bg_sp.point_bg3 img{
		left: 62px;
		top: -81px;
	} 
	
/* app_req	 */
	.app_req_box {
		padding: 60px 55px 50px;
	}
	
/* 	 schedule  */
	.schedule_box .col2-1.first {
		width: 43%;
	}

	.schedule_box .col2-1.last {
		width: 57%;
		padding: 22px 42px 0;
	}

	.schedule_txt h3 {
		font-size: 24px;
		padding-top: 10px;
	}
	
	#pagewrap .schedule_txt p {
		font-size: 18px;
	}
	
/* qa */
	.qa-box {
		padding: 0px 12px;
	}

	.accordion-title a::after {
		top: 28px;
		right: 0;
	}

	#pagewrap .accordion-title a {
		font-size: 20px;
	}

	.accordion-title a::before {
		height: 66px;
		width: 66px;
		font-size: 28px;
	}

/* 	contact */
	.contact_form {
		padding: 70px 28px 40px;
	}
	
}/*@939-*/

/*---------------------------
 * end of @939
 * ------------------------*/


/*---------------------------
 * @768@
 * ------------------------*/
@media screen and (max-width: 768px) {
	
/* point */
	.point_bg_sp img {
		width: 70%;
	}

	.point_bg_sp.point_bg2 img {
		top: -13px;
		left: 90px;
	}

	.point_bg_sp.point_bg4 img {
		top: -67px;
		left: 81px;
	}

	.point_bg_sp.point_bg3 img {
		left: 96px;
		top: -39px;
	}
	
/*  app_req	 */
	.app_req_box {
		padding: 60px 40px 50px;
	}
	
/* 	schedule */
	.schedule_box .col2-1.last {
		padding: 15px 22px 0;
	}
	.footer-sns-icon img {
    margin-left:20px;
}
	
}/*@768-*/

/*---------------------------
 * end of @768
 * ------------------------*/

/*---------------------------
 * @680@
 * ------------------------*/
@media screen and (max-width: 680px) {
	#greeting {
		padding-top: 480px;
	}

	.br_css br {
		display: block;
	}
	
/* 	header */
	#header.header {
		max-width: 100%;
	}
	
	#header {
		position: fixed;
		z-index: 900;
	}
	
	.header-brand-container {
		padding: 5px 0 6px;
	}
	
	#menu-button {
		width: 48px;
		height: 48px;
	}

	#menu-button .ham-text {
		font-size: 12px;
		margin-top: 5px;
	}


	#menu-button .ham-lines {
		height: 65%;
	}

	#menu-button .ham-lines span, #menu-button .ham-lines::before, #menu-button .ham-lines::after {
		width: 35px;
	}

	#menu-button .ham-lines::before {
		bottom: 23px;
	}

	#menu-button .ham-lines span {
		bottom: 15px;
	}

	#menu-button .ham-lines::after {
		bottom: 7px;
	}

	#menu-button.is-active .ham-lines::before {
		bottom: 24px;
	}

	#menu-button.is-active .ham-lines::after {
		bottom: 6px;
	}

	#site-logo {
		width: 82px;
	}
	
	.main-img{
		margin-top: 50px;
	}
	
/* 	greeting */
	#pagewrap .greeting_img {
		margin: 34px 0 0 30px;
		width: 80%;
	}

	#pagewrap .greeting_txt p {
		margin: 0 0 28px 0;
	}

	.greeting_txt2 {
		text-align: center;
	}

	#pagewrap .module.logo_bg {
		bottom: -110px;
		right: 0;
		width: 80%;
	}

	.btn_box {
		text-align: center;
	}
	
/* respect	 */
	.respect .last.tb_h5j8317 {
		margin-left: 0px;
	}
	
/* point */
	#point {
		padding: 190px 0 190px;
	}

	#point .title-font h3 {
		font-size: 32px;
		padding-left: 0;
		margin-bottom: 22px;
	}

	.logo_in img {
		width: 56%;
		top: -107px;
		left: 82px;
	}

	.point_bg_sp img {
		top: 68px;
		left: 0px;
		width: 100%;
		max-width: 100%;
	}

	#point h3 {
		margin-bottom: 22px;
	}

	.point_bg_sp.point_bg2 img {
		top: 69px;
		left: 0px;
	}

	.point_bg_sp.point_bg4 img {
		left: 0px;
		top: 73px;
		padding: 0;
	}

	.point_bg_sp.point_bg3 img{
		left: 0px;
		top: 67px;
		padding: 0;
	}

	.point_box.tb_8kpa163, .point_box.tb_dg89674, .tb_esvv354 img, .tb_esvv354 .module-text, .tb_mt17919 img {
		padding-left: 9.375px;
		padding-right: 9.625px;
	}
	
	.tb_nnfa919 .module-text {
		padding-left: 8.375px;
	}
	
/*  app_req	 */	
	.bg-white {
		font-size: 40px;
	}

	.app_req_box {
		padding: 60px 8px 12px;
	}

	.app_req_txt h3 {
		padding: 20px 0 20px 20px;
	}

	.app_req_txt p {
		padding: 16px 0 22px 20px;
	}

/*  flow	*/
	.flow-box {
		padding: 0 40px;
	}
	
	#pagewrap .flow_title h3 {
		font-size: 40px;
		margin: 71px 0 57px;
	}

	.flow-box .col4-1.second {
		margin-top: 2px;
	}
	
	.flow-box .col4-1.third {
		margin-top: 10px;
	}
	
	.flow-box .col4-1.last {
		margin-top: 34px;
	}

/* 	 schedule  */
	.logo_midle img {
		width: 57%;
		margin-bottom: 15px;
	}

	#pagewrap .schedule_title h3{
		font-size: 24px;
	}

	.schedule_box .col2-1.first {
		width: 100%;
	}

	.schedule_box .col2-1.last {
		width: 100%;
		padding: 30px 21px 16px;
	}

	.schedule_box .col2-1.last.tb_nyqh854 {
		padding-bottom: 11px;
	}

	.schedule_box .col2-1.last.tb_0yuy631 {
		padding-bottom: 5px;
	}

	.schedule_box .col2-1.last.tb_5sg6476 {
		padding-bottom: 51px;
	}

	.schedule_box .col2-1.last.tb_hq7y982 {
		padding-bottom: 25px;
	}

	.schedule_box .col2-1.last.tb_3fn5207, .schedule_box .col2-1.last.tb_z7om70 {
		padding-bottom: 8px;
	}

	.schedule_box .col2-1.last.tb_a3ol607 {
		padding-bottom: 22px;
	}

	.tb_yqsj607 h3 {
		margin-bottom: 5px;
	}

	.schedule_txt h3 {
		font-size: 32px;
		padding-top: 0;
	}

	#pagewrap .schedule_txt p {
		font-size: 18px;
	}

	#pagewrap .schedule_box.tb_yqz3475 {
		margin-top: 22px;
	} 

	#pagewrap .schedule_box.tb_aja0982 {
		margin-top: 20px;
	} 

	#pagewrap .schedule_box.tb_w24070, #pagewrap .schedule_box.tb_752d607 {
		margin-top: 22px;
	} 
	
/*  qa	 */
	#pagewrap .qa_title h3 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.qa-box {
		padding: 0 6px;
	}

	#pagewrap .accordion-title a {
		font-size: 15px;
		padding-left: 57px;
		padding: 0.5em 53px 0.5em 57px;
	}

	.accordion-title a::before {
		font-size: 24px;
		width: 50px;
		height: 61px;
		padding: 16px;
	}

	.accordion-title a::after {
		width: 36px;
		height: 20px;
		top: 22px;
		right: 9px;
	}

	.accordion-content .tb_text_wrap::before {
		font-size: 24px;
		top: 15px;
		left: -2px;
	}

	.accordion-content {
		padding: 30px 0 0 50px;
	}
	
/* 	contact */
	.contact .title-font h3 {
		font-size: 40px;
		margin-bottom: 46px;
	}

	.contact_text h3 span {
		font-size: 20px;
		padding: 16px 70px 12px;
	}

	.contact_text h3 {
		margin-bottom: 48px;
	}

	.contact_text p {
		margin-bottom: 30px;
	}

	.contact_form {
		padding: 5px;
	}

	.themify_builder_content-263 .tb_nqxv513.module-text {
		margin-top: 70px;
	}

	.contact_form p {
		margin-left: 0px;
	}

	.tb_nqxv513.title-font h3 {
		font-size: 30px;
	}
	
/*  footer	 */
	.ft_logo img {
		width: 67%;
		margin-bottom: 35px;
	}

	.footer-nav {
		margin: 36px 0 26px;
	}
	
	.copyright-container {
		flex-direction: column;
	}
	
	.sp-footer-icons-container a {
		padding: 15px 0;
		font-size: 12px;
	}

	.sp-footer-icons-container svg {
		height: 24px;
	}
	
	
	.main-img {
		width: auto;
		height: unset;
	}
	
	
}/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/



