@charset "UTF-8";

/*---------------------
CSS-FONT
--------------------*/
body .site{

}

body .font-fot{

}
body .font-fot-title .module-title{

}


/*---------------------
end of CSS-FONT
--------------------*/







/*---------------------
CSS-LAYOUT
--------------------*/
.sidebar-none #content {
    padding: 0;
}
body .pagewidth {
	width: 100%;
	max-width: 100%;
}
body .row_inner {
	width:100%;
    max-width: 1000px;
	margin:0px auto;
}



body .fullwidth .row_inner {
	width:100%;
	max-width: 100%;
}
body .full-col .row_inner {
	width:100%;
	max-width: 100%;
}



body .module-layout-part .row_inner{
	width:100%;
    max-width: 1200px;
	margin:0px auto;
}
body .module-layout-part .fullwidth  .row_inner{
	width:100%;
	max-width: 100%;
}



@media screen and (max-width: 939px){
    body .pagewidth {width: 100%;max-width: 100%;}
    body .row_inner{width: 100%;max-width: 100%; padding:0px 2%;}
    body .full-inner  .row_inner{width: 100%;max-width: 100%; padding:0px 0%;}
}

/*---------------------
end of CSS-LAYOUT
--------------------*/


/*---------------------
CSS-FIX_THEMIFY
--------------------*/


/*
 * fix-button active 
 * lên 35px;
*/
body  .themify_builder_content  
.module_subrow .active_module .tb_action_wrap{
	top:50px !important;
}





/* fix-index-99
 * tăng zindex chomodule
* đặt class module
 * */
.themify_builder_active .themify_builder_content 
.fix-index-99{
	z-index:99;
}
.themify_builder_active  .themify_builder_content 
.fix-index-999{
	z-index:999;
}

/* fix-module-inline-one-line
 * fix-module-inline-one-line-center
 * làm cho module inline trên 1 hàng
 * đặt class cho module sub-col
 * */
body .themify_builder_content  .fix-module-inline-one-line .tb_holder{
    display: flex;
    justify-content: flex-start;
	align-items: center;
}
body .themify_builder_content  .fix-module-inline-one-line .tb_holder .active_module{
	width:auto;
}


body .themify_builder_content  .fix-module-inline-one-line-center .tb_holder{
    display: flex;
    justify-content: center;
	align-items: center;
}
body .themify_builder_content  .fix-module-inline-one-line-center .tb_holder .active_module{
	width:auto;
}




body .themify_builder_content  .fix-module-inline-one-line-center .tb-column-inner{
    display: flex;
    justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}




/* fix-module-feature-for-image
 * làm cho width auto
* đặt class cho subrow
 * */
body .themify_builder_content 
.fix-module-feature-for-image .module-feature-chart-html5{
	display:none;
}





/* fix-subrow-inline
 * làm cho width auto
 * sub-row inline
* đặt class cho subrow
 * */

body .themify_builder_active .themify_builder_content  .fix-subrow-inline-left{
	
}

body .themify_builder_content 
.fix-subrow-inline{
    display: inline-flex;
    width: auto;
    margin: 0px auto;
}




/* fix-subrow-absolute
 * làm cho wi auto
* đặt class cho subrow
 * */

.themify_builder_active .themify_builder_content 
.fix-subrow-absolute{
	z-index:999;
}
body .themify_builder_content 
.fix-subrow-absolute{
   	display: inline-flex;
    width: auto;
}



/* fix-subrow-absolute
 * làm cho các nút edit có thể hover khi absolute
* đặt class cho subrow
 * */
.themify_builder_active .page-content .themify_builder_content 
.fix-subrow-absolute .tb_action_wrap{
    margin-top: 0 !important;
}
.themify_builder_active .page-content .themify_builder_content 
.fix-subrow-absolute{
	padding-left:50px;
	padding-right:50px;	
}


.themify_builder_active .page-content .themify_builder_content 
.fix-subrow-active{
	padding-top:20px;
}







/* fix-module-icon
 * làm ảnh trong cho module icon xêp thẳng hàng
* đặt class cho module
 * */
body .themify_builder_content 
.fix-module-icon{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
body .themify_builder_content 
.fix-module-icon .module-icon-item{
    display: inline-flex;
    align-items: center;
}

body .themify_builder_content 
.fix-module-icon img{
	display: block;
    padding: 0px;
    margin-left: 5px;
}

body .themify_builder_content 
.fix-module-icon a{
    display: inline-flex;
    align-items: center;
}





/* fix-module-icon-radius 
 * làm cho ảnh iconkhông có  radius
* làm cho image icon kích thước auto
* đặt class cho module
 * */
body .themify_builder_content 
.fix-module-icon-radius img{
    border-radius: 0;
    max-width: none;
    width: auto;
    height: auto;
}

/*---------------------
end of CSS-FIX_THEMIFY
--------------------*/


/*---------------------
CSS-HEADER
--------------------*/

#headerwrap {
}

#header.header {
  padding:0;
}

#header-brand-container-wrap {
	height:158px;
	box-sizing:border-box;
}



.header-brand-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 30px;
}

.lb {

}
.rb {

}
.rb1 {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.rb2 {

}

body .contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #95855B;
    font-size: 20px;
    text-decoration: none;
}

.tel-link.tel-header {

}
body .tel-header a{
	font-size:22px;
	color:#5a4435;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	display:flex;
	align-items:center;
}
body .tel-header .tel-icon{
    color: #93a11f;
}

body .tel-header .tel-text {
    white-space: nowrap;
}

body .tel-header a:hover{
   	text-decoration:none;
	color:#e66f1f;
}
/*---------------------
end of CSS-HEADER
--------------------*/









/*---------------------
CSS-MENU
--------------------*/
#main-menu-container-second {
    margin-top: 10px;
}
#second-menu {
    display: flex;
    margin: 0;
    padding: 0;
}
#second-menu li{
    display: flex;
    align-items: center;
}
#second-menu li a {
    font-size: 13px;
    color: #909090;
    padding: 0px 10px;
	text-decoration:none;
	font-style: normal;

}
#second-menu li a:hover {
	color:#ea5a9b;
}


#main-menu-container{
}
#main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
	flex-wrap: wrap;
}
#main-menu > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
margin: 5px 0px; 
}
#main-menu > li >a {
	font-size: 18px;
    line-height: 50px;
    color: #000;
    padding: 0px 0px;
    text-decoration: none;
    margin: 0px 10px;
	border-bottom:2px solid transparent;
	outline:none;
	letter-spacing:0.1rem;
}
#main-menu > li:last-child{
}
#main-menu > li > a:before{
}
#main-menu > li > a:hover:before{
}
#main-menu > li > a:hover{
	border-bottom:2px solid #95855B;
}


/* -------
menu edit
---------*/

#main-menu > li.nav00{
   display:none;
}
#main-menu > li.nav01 > a{
 
}
#main-menu > li.nav02 > a{
 
}
#main-menu > li.nav03 > a{
 
}
#main-menu > li.nav04 > a{
 
}
#main-menu > li.nav05 > a{
 
}
#main-menu > li.nav06 > a{
 
}
#main-menu > li:last-child a{
    padding-right:0;
}
/*menu hover*/
#main-menu > li.nav01 > a:hover{
 
}
#main-menu > li.nav02 > a:hover{
 
}
#main-menu > li.nav03 > a:hover{
 
}
#main-menu > li.nav04 > a:hover{
 
}
#main-menu > li.nav05 > a:hover{
 
}
#main-menu > li.nav06 > a:hover{
 
}

/* -------
menu sub
---------*/
#main-menu .menu-item-has-children{
}
#main-menu  li .sub-menu{
    z-index:9;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 150%;
    transform: translateX(25%);
	background-color:#FCFBF5;
}
#main-menu  li .sub-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-menu  li .sub-menu li a{
    display: block;
    text-align: center;
    padding: 2px 10px;
    color: #4d4d4d;
    font-size: 18px;
    background-color: #FCFBF5;
    line-height: 40px;  
	outline:none;
}
#main-menu  li .sub-menu li a:hover{
 
}
/*sub hover*/
#main-menu > li:hover .sub-menu{
	display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 240%;
    transform: translateX(-27%);
	padding: 30px 0px;
}

/* ----------------
 css-MENU
---------------- */







/* ----------------
 css-Mobile
---------------- */
#menu-button{
  visibility:hidden;
  opacity:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  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);
  }
}


#main-menu-container.nav-off {
  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;  
}
@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
  #menu-button{
    visibility:visible;
    opacity:1;
  }
}

/* ----------------
 end css-Mobile
---------------- */











/*---------------------
CSS-TITLE
--------------------*/


/*title-01*/
body .title-01{
}
body .title-01 .module-title{
}
body .title-01 .tb_text_wrap{
}





/*---------------------
end of CSS-TITLE
--------------------*/










/*---------------------
CSS-PAGE
--------------------*/

body .themify_builder_content .m-tel-01 span {
    background-clip: border-box;
    background-image: none;
    color: #95855b;
    display: flex;
    flex-direction: column;
}

body .themify_builder_content .m-tel-01 span b {
	font-size:15px;
	font-weight:normal;
	letter-spacing: 0.05rem;
    margin-top: 7px;
}

body .themify_builder_content .bg-s1:before {
    content: '';
    width: 70%;
    height: 100%;
    background-image: url(https://powers-dubbing.jp/files/bg-pattern.jpg);
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
}

body .themify_builder_content .bg-s2:before {
    content: '';
    width: 70%;
    height: 100%;
    background-image: url(https://powers-dubbing.jp/files/bg-pattern.jpg);
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
}

body .themify_builder_content  .image-content{
	width: 60%;
    margin-left: 40%;
    padding-bottom: 0;
}

body .themify_builder_content .col-padding-s1{
	padding-right: calc((100vw - 1200px)/2);
}

body .themify_builder_content .icon-cicle img:before{
	content:'asdasd';
}

/*---------------------
end of CSS-PAGE
--------------------*/




/*--------------------
 * CSS-ACCORDION
 * ------------------*/
body .accordion-01 ul{
    border: 0;
}
body .accordion-01 .accordion-title a{
	display:flex;
	position:relative;
	outline:none;
}

body .accordion-01 .accordion-title a:before{
    content: "Q";
    position: absolute;
    left: 20px;
    top: 9px;
    width: 30px;
    background-color: #E46D6D;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 100%;
}




body .accordion-01 .accordion-content{
	background-image: url();
    background-repeat: no-repeat;
    background-position: top 18px left 23px;
}

/*--------------------
 * end of  CSS-ACCORDION
 * ------------------*/






/*---------------------
CSS-POST
--------------------*/
/*post-01*/
body .post-01{

}
body .post-01.module.module-post{
	
}
body .post-01.module.module-post .module-title{
}
body .post-01.module.module-post .module-title span{
}
body .post-01.module.module-post .builder-posts-wrap {
}
#body .post-01.module.module-post .builder-posts-wrap .post{
	
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image{
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image a{

}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image a img{

}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .post-date{
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .post-title a{

}

body .post-01.module.module-post .builder-posts-wrap .post .post-content{
    
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
body .post-01.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}

/*---------------------
end of CSS-POST
--------------------*/










/*---------------------
// CSS-BUTTOM
--------------------*/






/*---------------------
end of CSS-BOTTON
--------------------*/








/*---------------------
CSS-TABLE
--------------------*/

/*table-01*/
.table-01.module table{

}
.table-01.module table tr td,
.table-01.module table tr th{
    background-color: #fcfbf5;
    text-align: center;
    padding: 5px;
	border-bottom:2px solid #f2f1e6;
}

.table-01.module table tr:nth-child(even) td,
.table-01.module table tr:nth-child(even) th{
    background-color: #FCE2E2;
}



.table-01.module table tr th{
	font-weight: normal;
}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:table-cell;width:auto;}}



/*table-02*/
.table-02.module table{

}
.table-02.module table tr td,
.table-02.module table tr th{
    background-color: #fcfbf5;
    text-align: center;
    padding: 5px;
	width:50%;
}



.table-02.module table tr th{
 	background-color: #FCE2E2;
	font-weight:normal;
}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-02.module  tbody td{display:table-cell;width:auto;}}





/*table-03*/
.table-03.module table{
	width:100%;
}
.table-03.module table tr td,
.table-03.module table tr th{
    background-color: #fcfbf5;
    text-align: center;
    padding: 5px;
	width:100%;
}



.table-03.module table tr th{
 	background-color: #FCE2E2;
	font-weight:normal;
}
@media screen and (max-width: 768px){body #body #layout #content .table-03.module  tbody th{display:table-cell;width:auto;}}
@media screen and (max-width: 768px){body #body #layout #content .table-03.module  tbody td{display:table-cell;width:auto;}}




/*table-04*/
.table-04.module table{
	width:100%;
}
.table-04.module table tr td,
.table-04.module table tr th{
    padding: 25px 0px;
    border-bottom: 1px solid #ccc;
	vertical-align:top;
}



.table-04.module table tr th{
    color: #E46D6D;
    text-align: left;
	width:30%;
}
@media screen and (max-width: 768px){body #body #layout #content .table-04.module  tbody th{display:table-cell;width:27%;padding-right:20px;}}
@media screen and (max-width: 768px){body #body #layout #content .table-04.module  tbody td{display:table-cell;width:auto;}}








/*---------------------
end of CSS-TABLE
--------------------*/





/*---------------------
CSS-FOOTER
--------------------*/
#footerwrap {
     
}
body .copyright-container {
    background-color: #E46D6D;
    font-size: 13px;
    color: white;
    text-align: center;
}


body .copyright-container span{
  	display:inline-flex;

}


body .copyright-container a{

}

body .copyright-container img{
		display:block;
}

body .footer-nav{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px 50px 0px;
    background-image: url(https://powers-dubbing.jp/files/top_09.jpg);
    margin: 0;
	flex-wrap: wrap;
}
body .footer-nav > li{
	display:inline-flex;
	margin: 0;
	line-height: 1;
}
body .footer-nav > li > a{
	display:inline-flex;
	border-right:1px solid #ccc;
	line-height: 1;
	padding: 0px 8px;	
	color:#000;
	text-decoration:underline;
}
body .footer-nav > li.menu-item-has-children a{
	border:0;
}
body .footer-nav > li:last-child > a{
	border-right:0px solid #ccc;
}
body .footer-nav > li > a:hover{
 	text-decoration:none;
}


body .footer-nav  li .sub-menu{
	margin:0;
	margin-top: -2px;
}
#footerwrap #footer-nav li .sub-menu:before {
    content: '[ ';
}

#footerwrap #footer-nav li .sub-menu:after {
    content: ' ]';
}



body .footer-nav li .sub-menu li{
    margin: 0;
    line-height: 1;
	display:inline-block;
	line-height: 1;
}
body .footer-nav li .sub-menu li a{
    line-height: 1;
	display:inline-block;
	line-height: 1;
	color:#000;
	text-decoration:underline;	
}
body .footer-nav li .sub-menu li a:after{
	content: ' /';
}

body .footer-nav li .sub-menu li a:hover{
	text-decoration:none;	
}


body #m-menu-footer ul{
	padding:15px 30px;
}
body #m-menu-footer ul li{
	margin:5px 0px;
}
body #m-menu-footer ul li a{
	border-right: 1px solid #939291;
    line-height: 1;
    display: inline-block;
    padding: 0 14px;
}
body #m-menu-footer ul li:last-child a{
	border-right: 0px solid #939291;
}
body #m-menu-footer ul li a:hover{
 	
}

body #m-menu-footer ul li a:hover{
  
}



body #pc-backtop {
    width: auto;
    height: auto;
}
body #pc-backtop a img{
    width: auto;
    height: auto;
}

/*---------------------
end of CSS-FOOTER
--------------------*/




/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {
    max-width: 1240px;
    padding: 150px 20px;
}


.single  .post-content{

}

.single .post-title{
    color: #e46d6d;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.single  .post-image img{

}

.single .history-back-container {
    text-align: center;
}
.single .history-back-container a {

}
.single .history-back-container a:hover {

}
.single .history-back-container a i {

}


/*--------------------
 * end of CSS-SINGLE
 * ------------------*/



/*--------------------
 * CSS-ARCHIVE
 * ------------------*/
.archive .page-title {

}
.archive body #layout {

}

.archive  .post-content {

}

.archive body   .post-content a {

}
.archive body  .post {

}
.archive body .post-image img{

}

/*--------------------
 * end of CSS-ARCHIVE
 * ------------------*/





/*-------------=== 
CSS-FORM
------------- ===*/
/*form*/

body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {
    display: flex;
    width: 100%;
}
body #body .module .wpcf7 table tbody tr th {

}

body #body .module .wpcf7 table tbody tr th span {
	color: #D53030;
}
body #body .wpcf7-form-control-wrap {

}

body #body .module .wpcf7 table tbody tr td span input,body  #body .module .wpcf7 table tbody tr td span textarea {
	display: inline;
    height: 30px;
    background-color: #E9E7D8;
    border-radius: 0;
    border: 0;

}
body  #body .module .wpcf7 table tbody tr td span textarea {
	    height: 300px;
}
body #body .module .wpcf7 table tbody tr td.reader {

}
body #body .module .wpcf7 table tbody tr td.reader .wpcf7-form-control-wrap {
}
body #body .module .wpcf7 input[type=submit] {
	background-color: #E46D6D;
    border-radius: 0;
    height: 50px;
}
body .wpcf7-form > p{
	padding-top:50px;
}
body .wpcf7-form > p:after{
}
body  #body .module .wpcf7 table {

}



body .reader {

}

body #body .module .wpcf7 table tbody tr td p{
    width: 100%;
    max-width: 100%;
}





body .wpcf7-form .l-box {
    display: flex;
}
body .wpcf7-form .l-box .line p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
body .wpcf7-form .l-box .line p span:first-child{
    width: 155px;
    text-align: left;
}



body .wpcf7-form .l-box .line p input{
	display: block;
    width: 100px;
    height: 30px;
    background-color: #E9E7D8;
    border-radius: 0;
    border: 0;
    margin: 0px 15px;
}
.line {
    padding-right: 50px;
}




/*-------------=== 
end of CSS-FORM
------------- ===*/








/*-------------------
CSS-PAGE-NAV
--------------------*/
body .pagenav {

}
body .pagenav .number,
body .pagenav a{

} 

body .pagenav .current{
 
}
/*-------------------
end of CSS-PAGE-NAV
--------------------*/






/*---------------------
CSS-SHARE
--------------------*/
body a,
body a img
{
  transition:all 0.3s;
}
body a{
  outline:none;
}

body .a-none a,
body .a-none img
{
  pointer-events:none;
}


body a:hover img{
  opacity:0.6;
}

body .tel-link a{
    pointer-events:none;
}
.module p{
  margin-bottom:0;
}

body .frame-policy{
	overflow:auto;
}


body .frame-block iframe, body .frame-block object {
    max-width: 100%;
    display: block;
}


body .m-tel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center left 0px;
}

body .ov-hide{
  overflow:hidden;
}
body .sub-col-flex .tb-column-inner{
	display:flex;
}

body .sub-col-j-center .tb-column-inner{
	justify-content: center;
}

body .sub-col-a-center .tb-column-inner{
	align-items:center;
}



body .m-flex{
  display:flex;
}
body .m-j-center{
      justify-content: center;
}
body .m-j-start{
  justify-content:flex-start;
}
body .m-j-end{
  justify-content:flex-end;
}




body .m-anchor ul {
    display: flex;
    align-items: center;
    justify-content: center;
	margin:0;
	padding:0;
}
body .m-anchor ul li{
	display: flex;
    align-items: center;
    justify-content: center;
}

body .m-anchor ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #000;
    line-height: 1;
    padding: 0px 10px;
    color: #000;
}

body .m-anchor ul li:last-child a{
	border-right: 0px solid #000;
}
body .m-anchor ul li a:hover{

}
body .btn-anchor .module-buttons-item a{
	position:relative;
}
body .btn-anchor .module-buttons-item a:before{
	content: '|';
    position: absolute;
    right: 5px;
    top: 10px;
}
body .btn-anchor .module-buttons-item:last-child a:before{
	display:none;
}
body .btn-anchor .module-buttons-item a:hover:before{
	color:#93a11f;
}

body .btn-anchor .module-buttons-item a span{
	
}


body .themify_builder_content  .max-width-1200{
	width:100%;
	max-width:1200px;
	margin:0px auto;
} 

body .themify_builder_content .bg-100-100{
	background-size:100% 100%;
} 
body .themify_builder_content .bg-100-auto{
	background-size:100% auto;
} 
body .themify_builder_content .bg-auto-100{
	background-size:auto  100%;
} 
body .themify_builder_content .no-wrap{
	white-space:nowrap;
} 
/*JP murata*/

/*mr top*/
#site-logo img{
	max-width:375px;
	height:auto;
}
#pagewrap .main-slider img{
	width:75%;
}
.font-caslon p{
	letter-spacing:2px;
}
.font-medium p{
	letter-spacing:4px;
	line-height:1;
}
p{
	letter-spacing:1px;
}
#pagewrap .module-buttons a:hover{
	background-position: 92.67% 50%;
}
body .module_row .module_column .media-title{
    width: 250px;
    float: right;
    margin-left: 0;
	padding: 20px 0px;
}
.media-title p{
	letter-spacing:2.5px;
}
#pagewrap .lpfooter-menu a{
	padding: 10px 0px 10px 30px;
	letter-spacing:1.8px;
}
#pagewrap .lpfooter-menu{
	margin-left:0;
}
#pagewrap .lpfooter-menu #menu-item-1703 a,
#pagewrap .lpfooter-menu #menu-item-1706 a,
#pagewrap .lpfooter-menu #menu-item-1709 a{
	padding:10px 0 0 30px;
}
p .spimp{
		display:none;
	}
.btn_ar a:before{
	content:"";
	background:#fff;
	width:14px;
	height:22px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position:absolute;
	transform: translateY(-50%);
    top: 50%;
	right: 20px;
}
#content .ar_red a{
	line-height:1;
}
.fix-module-inline span{
	font-weight:700;
}
#pagewrap .holiday-titles .holiday-title:last-child{
	display:none;
}
#pagewrap #xo-event-calendar-1{
	max-width: 400px;
    padding: 10px;
    background: #fff;
}
.calender{
	float: inline-end;
}
/*mr sub*/
.accordion-01 .accordion-title a span{
	font-weight:400;
}
.sub-maintxt .sub-head{
	letter-spacing: 4px;
    font-weight: 500;
}
.sub-maintxt .main-head{
	letter-spacing: 2px;
}
.txt-nobreak p{
	white-space:nowrap;
}
.width-fix .row_inner{
	display:flex;
	justify-content:center;
}
.width-fix .module_subrow{
	width:1000px;
}
.page-id-1527 .accordion-title a{
	pointer-events:none;
}
.tr-co:before{
	content: "";
    width: 10px;
    height: 10px;
    background: #e46d6d;
    position: relative;
    display: inline-block;
    vertical-align: middle;
/*     margin-bottom: 10px; */
    margin-right: 10px;
    transform: rotate(45deg);
	top: 2px;
}
#pagewrap .tr-co{
	background: none;
    padding-left: 0;
    display: flex;
    align-items: center;
}
#pagewrap .wpcf7 table tr td {
    padding: 7.5px 0px 0px;
}
#pagewrap .wpcf7 table tr th{
	padding: 30px 0px 7.5px;
}
.link-none a{
	pointer-events:none;
}
.tit-fix{
	color:#e46d6d;
	font-size:20px;
	font-weight:700;
	margin-top:50px;
}
.tit-fix2{
	margin-top:50px;
}
.sub-maintxt {
	max-width:750px;
}



/*---------------------
end of CSS-SHARE
--------------------*/

/* by fujimoto */

body #body .module .wpcf7 table tbody tr th span.tt {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.tb_stk7716 a {
	color: #000;
}

/* end fujimoto */


.corporation_top .corporation-r {
	display: flex;
    align-items: center;
    width: 55%;
}
.module_subrow .module_column.strengths-text {
	display: flex;
    align-items: center;
}





/*---------------------------
 * -@1300@
 * ------------------------*/

@media screen and (max-width: 1200px){
	.m-tel-01,
	.icon-contact{
		width:400px;
	}
	#pagewrap .m-tel-01 .module-icon-item span,
	#pagewrap .icon-contact .module-icon-item span{
		font-size:28px;
	}
	#pagewrap .icon-contact .module-icon-item{
		padding:10px 10px;
	}
	.f_wrap_content{
		padding-left:30px;
		padding-right:30px;
	}
	.width-fix .module_subrow{
	width:auto;
}
	#pagewrap .main-slider img {
    width: 100%;
}
	#pagewrap #site-logo img{
		max-width: 75%;
	}
}







/*---------------------------
 * -@939@
 * ------------------------*/

@media screen and (max-width: 1024px){
	
/*menu -footer*/ 
body #main-menu {

}
#main-menu li a:before {

}   
#main-menu li a {

}   

body #pc-backtop {
display:none;
}


/*menu mobile*/	
body #main-menu-container {
	display:none;
} 
body #main-menu-container.is-active {
	display:flex;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
	background: none;
	background-color: #eba9a9;
    overflow: auto;	
}   
body #main-menu-container.is-active #main-menu{  
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 50px;
	background-color: #f1f1f1;
}
body #main-menu-container.is-active #main-menu li {
    flex-direction: column;
    width: 100%;
    display: flex;
    box-sizing: border-box;
	margin: 0;
}   
  
body #main-menu-container.is-active #main-menu li a {
    border: 0;
    font-style: normal;
    font-size: 20px;
    color: #3D3732;
    background: none;
    text-indent: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    box-sizing: border-box;
	border-bottom: 1px dashed #707070;
	font-size: 16px;
} 
  
body #main-menu-container.is-active #main-menu .current_page_item a, 
body #main-menu-container.is-active #main-menu .current-menu-item a {

}

	
body #main-menu-container.is-active #main-menu li .sub-menu {
    display: flex;
    width: 100%;
    transform: unset;
    position: static;
    flex-direction: column;
	background-color: transparent;
	padding-left: 20px;
}	
	
body #main-menu-container.is-active #main-menu li .sub-menu li {

}		
body #main-menu-container.is-active #main-menu li .sub-menu li a{
	background-color: transparent;
    padding: 0px 0px 0px 10px;
    font-size: 16px;
	color: #fff;
	border-bottom: 1px dashed #707070;
    border-left: 1px dashed #707070;
	color: #3D3732;
}		
	
#menu-button {
    background-color: #e46d6d;
    border-radius: 5px;
    padding: 5px;
    top: 10px;
    right: 10px;
    color: white;
}   
#menu-button .ham-lines span {
   background-color: white;
}   
#menu-button .ham-lines::before {
   background-color: white;
}   
#menu-button .ham-lines::after {
   background-color: white;
}    
   
/*f-con  ban không layoutpart*/   	
/*
body #footer .sp-footer-icons-container {
	display: flex;
	z-index: 9999;
   border-top: 1px solid white; 
}   
body #footer .sp-footer-icons-container a {
	background-color: #93a11f;
    border-left: 1px solid #fff;
    color: white;
    font-size: 14px;
    font-family: ten-mincho-text, serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px 0px;
} 	
	
body #footer  .sp-footer-icons-container svg {
	font-size: 25px;
    height: 30px;
    color: white;
    fill: white;
}


*/
/*f-con*/ 
body #footer .sp-footer-icons-container	.tb_layout_part_wrap{
    overflow: hidden;
}
body #footer .sp-footer-icons-container {
	display: flex;
	z-index: 9999;
   border-top: 1px solid white; 
	overflow: hidden;
}   

#footer  .sp-footer-icons-container  .module a {
    background-color: transparent;
    display: flex;
    align-items: center;
}	
	
#footer .sp-footer-icons-container .module a span {
    display: flex;
    font-size: 15px;
    margin: 0 5px;
}	







/*single*/
.single    .post-image {

}


#main-menu > li.nav00 {
    display: block;
}

#footerwrap {
    padding-bottom: 55px;
}
/*JP murata*/
/*top*/
#pagewrap .font-medium p{
	letter-spacing: 1px;
}
	p .spnone{
		display:none;
	}
	p .spimp{
		display:block !important;
	}
#pagewrap .lpfooter-menu #menu-item-1703 a,
#pagewrap .lpfooter-menu #menu-item-1706 a,
#pagewrap .lpfooter-menu #menu-item-1709 a{
	padding: 10px 0px 10px 30px;
}
	.font-sp .tb_text_wrap p{
		font-size:28px;
	}
#main-menu li .sub-menu li a:hover {
    text-decoration: none;
}
body #footer .sp-footer-icons-container a {
    font-size: 12px;
    padding: 10px 0px;
    background-color: #e46d6d;
    text-decoration: none;
    border-left: 1px solid #fff;
    color: white;
	display: flex;
    display:flex;
    flex-direction: column;
}
body #footer  .sp-footer-icons-container svg {
    height: 20px;
    margin-bottom: 5px;
	fill:#fff
}
	#main-menu > li:hover .sub-menu{
		padding:0;
	}
	.txt-nobreak p{
		white-space:wrap;
	}
body .sub-maintxt .sub-head{
	letter-spacing: 1px;
}
body .sub-maintxt .main-head{
	letter-spacing: 1px;
}
	#pagewrap .font-caslon p{
		font-size:16px
	}
	.sp-media-wrap .subrow_inner{
		display:flex;
	}
	#pagewrap .sp-media-wrap .font-medium p{
		font-size:18px;
	}
	body .module_row .module_column .media-title{
		width: 150px;
		padding: 10px 0px;
	}
	.sp-media-wrap-last .module_column{
		width: calc(100vw / 2);
	}
	.calender {
    float: none;
}
}/*@939-*/


/*---------------------------
 * end of @939
 * ------------------------*/



/*---------------------------
 * @768@
 * ------------------------*/
@media screen and (max-width: 768px){

/* css-share*/	
body .tel-link a{
    pointer-events:auto;
}
body .image-center-768 .image-wrap {
  width:100%;
  text-align:center;
} 
body .bg-none-768{
	background-image:url();
}	

body .sub-col-reverse-768 .tb-column-inner{
	flex-direction: column-reverse;
    display: flex;
}	
/* end of css-share*/	
	
body .sub-col-reverse-680  .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}

	
	
body #body .module .wpcf7 table tbody tr {
    display: flex;
    width: 100%;
	box-sizing:border-box;
	flex-direction:column;
}	
body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}	
	

}/*@768-*/
/*---------------------------
 * end of @768
 * ------------------------*/



/*---------------------------
 * @680@
 * ------------------------*/

@media screen and (max-width: 680px){

/* css-share */	
body .m-anchor a{
  display:inline-block;
}

body .image-center-680 .image-wrap {
  width:100%;
  text-align:center;
} 
body .bg-none-680{
	background-image:url();
}

body .sub-col-reverse-680 .subrow_inner{
	flex-direction: column-reverse;
    display: flex;
}


/*form*/
body #body .module .wpcf7 table tbody tr th span {
	float: none !important;
}  
body #body .module .wpcf7 table tbody tr th, body #body .module .wpcf7 table tbody tr td {

}

body #body .module .wpcf7 table tbody tr th {

}   

body #body .module .wpcf7 table tbody tr:last-child td:last-child{

}    
body #body .wpcf7-form-control-wrap {

}
body #body .module .wpcf7 input[type=submit] {

}  
body .wpcf7-form > p:after {

}	
body .btn-anchor {
    display: inline-flex;
    margin: 0px auto;
    flex-wrap: wrap;
    justify-content: center;
}		
/* end of css-share */		
	
	
#footerwrap {
    margin-bottom: 0px;
}	




body #footer li.menu-item-has-children{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}	
body .footer-nav > li {
    margin-bottom: 10px;
}	
body .footer-nav > li a {
    margin-bottom: 10px;border:0;
}
	
body #footer li.menu-item-has-children > a {
    margin-bottom: 15px;
}	
		
body .footer-nav li .sub-menu {
    margin: 0;
    margin-top: -2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}	

#footerwrap {
    padding-bottom: 62px;
}


body .themify_builder_content .bg-s1:before {
    content: '';
    width: 100%;
}	
body .themify_builder_content .bg-s2:before {
    content: '';
    width: 100%;
}	
		
body .wpcf7-form .l-box {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}	
.single #layout {
    max-width: 1240px;
    padding: 100px 20px;
}
.m-tel-01,
	.icon-contact{
		width:auto;
	}
	#pagewrap .m-tel-01 .module-icon-item span,
	#pagewrap .icon-contact .module-icon-item span{
		font-size:20px;
	}
	#pagewrap .icon-contact .module-icon-item{
		padding:10px 10px;
	}
	.f_wrap_content{
		padding-left:0;
		padding-right:0;
	}
	#pagewrap .lpfooter-menu #menu-item-1703 a, #pagewrap .lpfooter-menu #menu-item-1706 a, #pagewrap .lpfooter-menu #menu-item-1709 a {
		padding: 10px 0px 10px 0px;
	}
	.sub-maintxt .fancy-heading{
		display: flex;
		flex-direction: column;
		text-align: left;
		padding-left: 30px;
	}
	.repair-wrap-fix .subrow_inner{
		display:flex;
	}
	#pagewrap .repair-wrap-fix .subrow_inner .image-content {
    width: 80%;
    margin-left: 20%;
	}
	
	
	.corporation_top .corporation-r {
    	width: auto;
	}
	#pagewrap .font-medium.sp-height p {
		line-height: 1.4;
	}
	#pagewrap .font-medium.sp-heighr p {
		line-height: 1.4em;
	}
	.fix-diamond.tr-co:before {
		content: "";
		height: 10px;
		width: 15px;
		left: 3px;
	}
	
}/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/


body #body .module .wpcf7 table tbody tr td span label input{
	height: auto;
}

