@charset "utf-8";
html {
    margin-top: 0 !important
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Noto Sans Japanese';
    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;
}
@-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;
}
.br_show{
    display: none;
}

/* -------------------------------------------------- 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: 290px;
    color: #358f88;
}
.logo h1 {
    font-size: 24px;
    margin-top: 13px;
}


/* 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 {
    padding: 80px 0;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.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: 10px;
    border-bottom: 1px #ccc solid;
    vertical-align: middle;
}

.row-table table tr td:first-child {
    background: #ccc;
}


/* 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: 100px 0;
}

.logo-ft {
    text-align: center;
}
.logo-ft a {
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.row-menu-ft {
    padding: 60px 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;
}

.social {
    text-align: center;
}

.social ul {
    display: inline-block;
    border-bottom: 1px #ccc solid;
}

.copyright {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.wrap-header-child {
    position: relative;
}


/* Page child*/

.row-head-child {
    background: rgba(255, 255, 255, .9);
    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;
}

.row-menu-child {
    position: relative;
    background: #f4f4f4;
    z-index: 999;
}

.menu-child {
    width: 100%;
    float: left;
    padding: 10px 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: 40px;
    line-height: 120%;
    text-align: center;
    font-weight: bold;
    -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: 20px;
    text-transform: capitalize;
}


/* Wrap banner style1 */

.wrap-banner-child-style1 {
    padding: 80px 0 0 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 #21ccd6;
    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-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/


/* ======================= BLOG =======================*/
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}


/* ======================= END BLOG =======================*/


/* Custom Style */

.custom-padding-1 {
    padding: 30px 0;
}
.custom-style-1 {
    font-size: 26px;
    text-align: center;
}
.bg-color, footer {
    background: #358f88;
}
.goUp {
    background: #48c1b8;
}
.profile-table table {
    border: 1px solid #ccc;
}
.profile-table table tr td {
    color: #333;
}
.profile-table table tr td:first-child {
    background-color: rgb(241, 241, 241);
    font-weight: bold;
}
.construction-txt {
    padding: 10px 0;
    margin-bottom: 15px;
    font-weight: bold;
}
.strong-txt {
    font-weight: bold;
    font-size: 18px;
}
.auto-table table {
    border: 1px solid #ccc;
}
.auto-table table tr th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: rgb(241, 241, 241);
    text-align: center;
}
.auto-table table tr td {
    border-right: 1px solid #ccc;
    padding: 10px;
}
.auto-table table tr td:first-child {
    background-color: #fff;
}

.auto-pdf iframe{
	width: 100%;
    height: 1200px;
	overflow-y: auto;	
}
.question::before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(assets/images/question-icon.png);
	float: left;
	margin-right: 5px;
}
.question::after {
    clear: both;
    content: "";
    display: table;
}
/* End Custom Style */



/* 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 20px;
    }
    .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: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;
    }
    .row-head-child .container {
        padding: 0 5px;
    }
}

@media screen and (max-width:640px) {
    .br-hide-sp {
        display: block;
    }
    .wrap-content {
        padding: 40px 0;
    }
    .custom-padding-1 {
        padding: 15px 0;
    }
    .custom-margin-1 {
        margin-bottom: 0;
    }
    .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;
    }
    .br_show{
        display: inline-block;
    }
    #instagram-ct li{
        width: 33.33%;
    }
    /* Custom Style */
    .row-head .container {
        padding: 0 5px;
    }
    .logo {
        max-width: 200px;
    }
    .logo h1 {
        font-size: 16px;
    }
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next {
        display: none;
    }
    .custom-style-1 {
        font-size: 16px;
    }
    .h6-subtitle {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .wrap-banner-child-style1 {
        padding: 0;
    }
    .profile-table table tr td {
        width: 100%;
        float: left;
    }
    .auto-table {
        overflow-x: scroll;
    }
    .auto-table table {
        width: 500px;
    }
    .auto-table table tr th {
        padding: 5px;
    }
    .auto-table table tr td {
        padding: 5px;
    }
	.auto-pdf iframe{
        height: 400px;
	}
    .subtitle {
        font-size: 16px;
    }
    .custom-margin-2 {
        margin-bottom: 0;
    }
    .custom-margin-3 {
        margin-top: 20px;
    }
    .not-show-on-sm {
        display: none;
    }
    /* Custom Style */
}

@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;
    }
    .row_blog iframe{
        height: 200px;
    }
}

@media screen and (max-width:450px) {
    .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;
    }
}


/* END RWD */