@charset "utf-8";
html {
	margin-top: 0 !important
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Meiryo', sans-serif;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	background: #fff;
	overflow-x: hidden;
}
@-webkit-keyframes fontfix {
 from {
 opacity: 1;
}
to {
	opacity: 1;
}
}
* {
	box-sizing: border-box
}
.rows {
	width: 100%;
	float: left;
}
input[type=text], input[type=number], textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea {
	resize: none;
}
input, textarea {
	border: none;
	border: 1px #ccc solid;
	border-radius: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover, a:visited, a:focus {
	border: none;
	outline: none;
	text-decoration: none;
}
a, h2, h3, h4, ul, li {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none
}
img {
	max-width: 100%;
}
header {
	width: 100%;
	float: left;
}
section, footer {
	width: 100%;
	float: left;
}
.br-hide-sp {
	display: none;
}
/* .container{
  background: rgba(0, 0, 0, 0.1) !important;
} */


/* -------------------------------------------------- General style --------------------------------------------------*/

.wrap-header {
	padding: 10px 0;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	background: rgba(255,255,255,.9)
}
.bg-color {
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.bg-none {
	background: none;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
/* Logo */

.logo {
	float: left;
	width: 100%;
	max-width: 260px;
}
/* Info head */
.info-head {
	float: right;
}
.info-head a {
	font-size: 16px;
	line-height: 160%;
}
/* Menu top */
.icon-sp {
	display: none;
	float: right;
	padding-top: 8px;
}
.icon-sp li {
	padding-left: 5px;
	float: left;
}
.icon-menu-sp {
	cursor: pointer;
	float: right;
	background: url(assets/images/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
}
.icon-sp li a {
	border: 1px solid #000 !important;
	font-size: 22px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
}
.icon-sp li a i {
	position: relative;
	top: 2px;
}
header {
	position: relative;
}
/* Wrap content */

.wrap-content {
	background: #fff;
	padding: 80px 0;
}
.wrap-content:nth-child(odd) {
	background: #f2f2f2;
	padding: 80px 0;
}
/* .wrap-content:nth-child(even) {
  background: #f4f4f4;
} */


/* Row title */

.row-title {
	text-align: center;
	margin-bottom: 60px;
}
.row-title h3 {
	font-size: 45px;
	line-height: 140%;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.row-description {
	text-align: center;
	font-size: 18px;
	line-height: 160%;
}
.row-title hr {
	border-top: 1px #000 solid;
	width: 100px;
	margin: 0 auto;
	margin-top: 20px;
}
/* Row text */

.row-text {
	font-size: 14px;
	line-height: 160%;
	color: #555;
	margin-top: 20px;
}
/* News */
.row-news {
	height: 300px;
	overflow: auto;
}
.news-item {
	font-size: 14px;
	width: 100%;
	float: left;
}
.news-item:nth-child(odd) {
	background-color: #e7e7e7;
	padding: 10px;
	margin-bottom: 0px;
}
.news-item:nth-child(even) {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 0px;
}
.news-date {
	font-weight: bold;
}
.news-arrow {
	padding: 0 20px;
}
/* News Morden */
.wrap-news a {
	color: #333;
}
.wrap-news h2 {
	font-size: 18px;
	line-height: 160%;
	margin-top: 15px;
	text-align: left;
}
.modern-news-description {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	margin-top: 15px;
}
/* End news morden */

/* Table style */
.row-table table {
	width: 100%;
	float: left;
}
.row-table table tr td {
	padding: 20px;
	border: 1px #ccc solid;
	vertical-align: middle;
	line-height:160%;
}
.row-table table tr td:first-child {
	background: #0168B7;
	width:25%;
	color: #fff;
}
/* End table style */

/* Google map */
.row-map iframe {
	width: 100%;
	float: left;
	height: 300px;
}
/* End google map */

/* Gallery */
.gallery_item {
	margin-bottom: 20px;
}
.gallery_item p {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	margin: 0;
}
/* End gallery */

/* Serive */
.service-item {
	margin-bottom: 20px;
}
.service-image {
	padding-bottom: 20px;
}
.service-title {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
}
.service-btn {
	width: 100%;
	float: left;
	text-align: center;
}
.service-des {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.service-btn a {
	display: block;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
.service-btn a:hover {
	background: #fff !important;
	color: #000;
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
}
/* End serice */

/* Faq */

.row-faq .panel-heading {
	padding: 0;
	border: 0;
}
.row-faq .panel-title>a, .row-faq .panel-title>a:active {
	display: block;
	padding: 15px;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
}
.row-faq .panel-heading a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}
.row-faq .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.row-faq .panel-heading a p {
	padding-right: 30px;
}
.row-faq .panel-heading {
	display: table;
}
.row-faq .icon_question {
	font-size: 30px;
	display: table-cell;
	padding: 15px;
	width: 60px;
}
.row-faq .panel-title {
	display: table-cell;
	vertical-align: middle;
	line-height: 160%;
	text-align: left;
	width: 95%;
}
.row-faq .panel-title p {
	margin: 0 !important;
}
.row-faq .icon_answer {
	border-top: 1px solid #ddd;
	font-size: 30px;
	display: table-cell;
	padding: 15px;
	vertical-align: top;
	width: 60px;
}
.row-faq .txt_answer {
	width: 95%;
	display: table-cell;
}
/* End faq */

/* Contact style 01 */

.contact-form-st1 input[type=text], .contact-form-st1 textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
}
.contact-form-st1 input[type=text], .contact-form-st1 textarea {
	border: none !important;
	border: 1px #ccc solid !important;
}
.contact-form-st1 input[type=text]:focus, .contact-form-st1 textarea:focus, .contact-form-st1 select:focus, .contact-form-st1 input[type="radio"]:focus, .contact-form-st1 input[type="checkbox"]:focus {
	border-radius: 5px;
	outline: none !important;
	box-shadow: none !important;
}
.contact-form-st1 button {
	border: none;
	background: none;
	cursor: pointer;
}
.contact-form-st1 button:focus {
	outline: none !important;
}
.btn-contact-st1 {
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	min-width: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
}
.btn-contact-st1:hover {
	background: #fff !important;
	color: #000;
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
}
.contact-form-st1 table {
	width: 100%;
	float: left;
}
.contact-form-st1 table tr td {
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	vertical-align: middle;
}
.contact-form-st1 table tr td .form-group {
	margin-bottom: 0;
}
.contact-form-st1 table tr td input[type=text], .contact-form-st1 table tr td textarea {
	width: 100%;
	float: left;
	border: none;
	border-radius: 5px;
	border: 1px #8d97aa solid;
	padding: 10px;
}
.contact-form-st1 table tr td input[type=text] {
	height: 37px;
}
.contact-form-st1 table tr td textarea {
	height: 140px;
	resize: none;
}
.contact-form-st1 table tr td select {
	width: 100%;
	box-shadow: none !important;
}
.contact-form-st1 table tr:last-child td {
	text-align: center;
	padding-bottom: 0;
}
#primary-contact form {
	width: 100%;
	float: left;
}
.contact-form-st1 label {
	font-weight: normal;
}
/* End contact style 01 */

/* Contact content 02 */
.contact-form-st2 {
	background-color: #f1f1f1;
	padding: 15px;
}
.contact-form-st2 .form-control {
	height: 43px;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 0px solid #fff;
}
textarea.textare-contact-st2 {
	min-height: 169px !important;
}
.btn-contact-st2 {
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	min-width: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
	width: 100% !important;
}
.btn-contact-st2:hover {
	background: #fff !important;
	color: #000;
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
}
/* End contact style 02 */

/* Footer */

footer .goUp {
	-webkit-transition: 0.33s ease-in-out;
	-moz-transition: 0.33s ease-in-out;
	-o-transition: 0.33s ease-in-out;
	transition: 0.33s ease-in-out;
	font-size: 20px;
	width: 60px;
	padding: 5px;
	margin: auto;
	color: #fff;
	border-radius: 0 0 5px 5px;
	text-align: center;
	cursor: pointer;
}
footer .goUp:hover {
	padding-top: 20px;
}
.wrap-footer {
	padding: 70px 0;
}
.logo-ft {
	text-align: center;
	padding: 0 10px;
}
.row-menu-ft {
	padding: 50px 0;
}
ul.menu-ft {
	text-align: center;
}
ul.menu-ft li {
	display: inline-block;
}
ul.menu-ft li a {
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	text-transform: uppercase;
}
ul.menu-ft li a:hover{
	color:#fff !important;
	text-decoration:underline !important;
}

.social {
	text-align: center;
}
.social ul {
	display: inline-block;
	border-bottom: 1px #ccc solid;
}
.copyright {
	padding-top: 0px;
	text-align: center;
	color: #fff;
}
.wrap-header-child {
	position: relative;
}
/* Page child*/

.row-head-child {
	background: rgba(255,255,255,.9);
	padding: 20px 0;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.row-menu-child {
	position: relative;
	background: #f4f4f4;
	z-index: 999;
	border-bottom: solid 2px #0168B7;
border-top: solid 2px #0168B7;
}
.menu-child {
	width: 100%;
	float: left;
	padding: 20px 0;
	text-align: center;
}
.menu-child li {
	display: inline-block;
	color: #333;
	margin: 0 6px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none !important;
}
.menu-child li:first-child {
	margin-left: 0;
}
.menu-child li:last-child {
	margin-right: 0;
}
.menu-child li a {
	color: inherit;
	font-size: 14px;
	display: block;
	font-weight: bold;
	padding: 15px 59px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.menu-child li.active, .menu-child li:hover {
	background: #000;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* Wrap banner */

.wrap-banner-child {
	overflow: hidden;
	height: 250px;
	text-align: center;
	background-image: url(assets/images/banner-sample.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.bn-st-title {
	padding: 0 15px;
}
.bn-st-title h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	line-height: 120%;
	text-align: center;
	-webkit-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-moz-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-o-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-ms-text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.bn-st-title-span {
	font-size: 16px;
	text-transform: capitalize;
}
/* Wrap banner style1 */
.wrap-banner-child-style1 {
	padding: 80px 0;
}
.banner-img img {
	border-radius: 10px;
	overflow: hidden;
	padding: 2px;
}
.h6-subtitle {
	font-size: 35px;
	line-height: 120%;
	padding-bottom: 10px;
	text-align: center;
	font-weight: normal;
	border-bottom: solid 1px #048B9F;
	display: inline-block;
}
span.title-jp {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	background-color: #FFF;
	top: -16px;
	position: relative;
	padding: 3px 5px;
	text-align: center;
	text-transform: capitalize;
}
/* Table style */

.table-style {
	width: 100%;
	float: left;
}
.table-style tr {
	border-bottom: 1px #ccc dotted;
}
.table-style tr:last-child {
	border-bottom: 0;
}
.table-style tr td {
	padding: 10px 15px;
	vertical-align: middle;
}
.table-style tr td:first-child {
	background: #ccc;
	text-align: center;
}
/* Member */

.member-items {
	background: #fff;
	border: 4px #ccc solid;
	padding: 15px;
	position: relative;
}
.member-img {
	width: 36%;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	padding-right: 20px;
}
.member-title {
	width: 64%;
	float: left;
	text-align: left;
	border-bottom: 1px #ccc solid;
}
.member-title h3 {
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
}
.member-text {
	font-size: 14px;
	line-height: 160%;
}
/* Menu footer fixed */
.fix-foot {
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	width: 100%;
	float: right;
}
.menu-sp-index-foot {
	background: #F4F4F4;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	clear: both;
	position: relative;
	width: 100%;
	margin-top: 0px;
	z-index: 99999;
}
.open-foot {
	background: #fff url(../common/img/icon_menu.jpg) no-repeat scroll 0 0 / 100% auto;
	border: 1px solid #000000;
	box-sizing: border-box;
	color: #00a0e9;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 0;
	height: 40px;
	margin: 13px 10px 8px 2px;
	width: 40px;
}
.ho-foot {
	margin: 6px 10px 8px 2px !important;
}
.phone-sp-foot {
	background: #ea5455 url(../common/img/icon_phone_sp.png) no-repeat scroll center top / 100% auto;
	border: 1px solid #f00;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 0;
	height: 40px;
	margin: 6px 10px 8px 2px;
	width: 40px;
}
.mail-sp-foot {
	background: #666 url(../common/img/icon_mail_sp.png) no-repeat scroll center top / 100% auto;
	border: 1px solid #666;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: none;
	float: right;
	font-size: 0;
	height: 40px;
	margin: 6px 10px 8px 2px;
	width: 40px;
}
#navBox-foot {
	position: absolute;
	z-index: 999;
	display: none;
	bottom: 64px;
	width: 100%;
}
.menu-sp-foot li a {
	color: #000;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.menu-sp-foot {
	width: 100%;
	float: left;
	padding-left: 0px;
}
.menu-sp-foot li {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	float: left;
	text-align: left;
	width: 100%;
	list-style: none;
}
/* INSTAGRAM */
#instagram {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	float: left;
}
#instagram li {
	list-style: none;
	float: left;
	padding: 1px 1px;
	width: 12.49%;
	border-collapse: collapse;
}
#instagram li a {
	display: block;
}
#instagram li a:hover {
	opacity: 0.5;
}
#instagram li a img {
	width: 100% !important;
	max-width: inherit;
}
/* END INSTAGRAM */

/* BLOG */
.row-blog {
	overflow: hidden;
	max-height: 700px;
}
#fw-container {
	border: 0 !important;
}
/* END BLOG */


/* CUSTOM CSS */

.service-btn a, .menu-child li.active, .menu-child li:hover, footer .goUp {
	background: #0168b7;
}

.btn-contact-st1, .btn-contact-st2 {
	background: #0168b7 !important;
}
.panel-title>a:before {
	color: #0168b7 !important;
}
.service-btn a, .btn-contact-st1, .btn-contact-st2 {
	background: #0168b7 !important;
	border: 1px #0168b7 solid !important;
}
.service-btn a:hover, .btn-contact-st1:hover, .btn-contact-st2:hover, .banner-img img {
	border: 1px #0168b7 solid !important;
}
footer, .wrap-footer {
	background: #006989;
}

.menu-ind-btn a {
	background: #0168b7;
	border: 1px #0168b7 solid;
}
.menu-ind-btn a:hover, .menu-ind-img img {
	border: 1px #0168b7 solid;
}
.news-date, .icon-menu-sp i {
	color: #0168b7;
}
.bg-color, footer .goUp {
	background: #0168b7;
}
ul.menu li:hover, ul.menu li.active {
	background: #0168b7;
}
footer, .wrap-footer {
	background: #245A84;
}

.txt-to{
	font-size:20px;
}

.txt-right{
	text-align: right;
font-weight: bold;
}

.title-style1 h3{
	font-size:20px;
	line-height: 140%;
border-bottom: solid 2px #333;
font-weight: bold;
margin-bottom: 20px;
}

.link a{
	text-decoration:underline;
}

.mga-15{
	margin-left: -15px;
margin-right: -15px;
}

.pdr-txt{
	padding-right: 100px;
padding-top: 20px;
}

/* END CUSTOM CSS */


/* RWD */

@media screen and (max-width:1199px) {
.menu-child li a {
	padding: 15px 42px;
}
}
@media screen and (max-width:992px) {
.news-date {
	width: 100%;
	float: left;
}
.news-arrow {
	display: none;
}
.news-txt {
	width: 100%;
	float: left;
	padding-top: 10px;
}
.service-item {
	width: 50%;
	float: left;
}
}
@media screen and (max-width:991px) {
.menu-child li a {
	padding: 15px 24px;
}
.member-items {
	margin-bottom: 15px;
}
.row-member-items:last-child .member-items {
	margin-bottom: 0;
}
}
 @media screen and (min-width:768px) {
.menu-child {
	display: block;
}
}

@media screen and (max-width:768px) {
	.menu-child li a{
		padding: 15px 20px;
	}
}

 @media screen and (max-width:767px) {
.icon-sp {
	display: block;
}
.info-head {
	display: none;
}
.row-menu-child {
	border-bottom: 0;
	position: relative;
}
ul.menu-child {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 2;
	width: 100%;
	padding: 0;
}
ul.menu-child li {
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px #f2f2f2 solid;
	border-radius: 0 !important;
	margin: 0;
}
ul.menu-child li:last-child {
	border-bottom: 0;
}
ul.menu-child li:hover {
	border-radius: 0 !important;
}
ul.menu-child li a {
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	display: block;
}
ul.menu-ft li a {
	padding: 10px 15px;
}
.layout-column-txt {
	width: 100%;
	margin-bottom: 20px;
}
.layout-column-img {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.layout_column_table {
	width: 100%;
	margin-bottom: 20px;
}
.row-map iframe {
	width: 100%;
}
.service-item {
	margin-bottom: 30px;
}
.js-sp {
	display: none;
}
.wrap-header-child {
	position: fixed;
	z-index: 999;
}
.wrap-banner-child {
	margin-top: 77px;
}
.wrap-banner-child-style1 {
	margin-top: 77px;
}
.row-head-child {
	border-bottom: 1px #ccc solid;
}

.icon-sp{
	padding-top:0px; 
	}
	
.wrap-header{
	padding: 15px 0 10px;
}

.img-aaa{
	text-align:center;
	
}

.pdr-txt{
	text-align:center;
	padding-right:0;
	padding-top:10px;
}

.img-aaa img{
	padding: 0 15px;
}

}
 @media screen and (max-width:640px) {
.br-hide-sp {
	display: block;
}
.wrap-content {
	padding: 40px 0;
}
.row-title {
	margin-bottom: 30px;
}
.row-title h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.row-title hr {
	margin-top: 10px;
}
.row-description {
	font-size: 16px;
}
.wrap-footer {
	padding: 50px 0;
}
.row-menu-ft {
	padding: 30px 15px;
}
ul.menu-ft {
	width: 100%;
	float: left;
}
ul.menu-ft li {
	display: inherit;
	width: 100%;
	float: left;
	border-bottom: 1px #fafafa solid;
}
ul.menu-ft li a {
	display: block;
	padding: 15px 0;
}
.row-modern-news-item {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.row-modern-news-item:last-child {
	margin-bottom: 0;
}
.bn-st-title h3 {
	font-size: 26px;
}
.bn-st-title-span {
	font-size: 14px;
}
}
 @media screen and (max-width:580px) {
.member-img {
	width: 100%;
	text-align: center;
	padding-right: 0;
}
.member-title {
	width: 100%;
	margin-bottom: 20px;
}
.gallery_item {
	width: 100%;
	float: left;
	text-align: center;
}
.service-item {
	width: 100%;
	float: left;
}
.service-image {
	text-align: center;
}
}


@media screen and (max-width:480px) {
	.wrap-content:nth-child(2n+1){
		padding: 40px 0;
	}
	
	.wrap-banner-child-style1 {
    margin-top: 60px;
}

	.wrap-banner-child-style1 {
    padding: 50px 0;
}

	span.title-jp{
		background:none;
	}
	
	.h6-subtitle{
		border-bottom:none;
	}
}

@media screen and (max-width:450px) {
.logo {
	max-width: 180px;
}
.icon-sp {
	padding-top: 6px;
}
.icon-menu-sp {
	width: 30px;
	height: 30px;
}
.icon-sp li a {
	font-size: 20px;
	width: 30px;
	height: 30px;
}
.icon-sp li a i {
	position: relative;
	top: -1px;
}
.wrap-banner-child {
	margin-top: 60px;
}



}


@media screen and (max-width:384px) {
	.row-title h3{
		font-size: 24px;
	}
	
	.h6-subtitle{
		font-size: 22px;
	}
	
	.row-table table tr td:first-child {
		width:35%;
	}
	
	.wrap-header {
    padding: 10px 0 10px;
}
}


@media screen and (max-width:320px) {
	.txt-to {
    font-size: 18px;
}
	.title-style1 h3{
		font-size:18px;
	}
	
	
	.wrap-content:nth-child(2n+1) {
    padding: 20px 0;
}

	.wrap-content {
    padding: 20px 0;
}

	.layout-column-txt{
		margin-bottom:0px;
	}
	
	.h6-subtitle {
    font-size: 18px;
}

}

/* END RWD */
