@charset "utf-8";

.top_title01 {
    font-size: 24px;
    color: #753727;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #753727;
    margin-bottom: 20px;
}

.top_title01 span {
    font-size: 45px;
    color: #0A0533;
    line-height: 100%;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.top_title02{
    width: 100%;
    color: #f38d2b;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px dotted #f38d2b;
    line-height: 140%;
    margin: 20px 0;
}
.top_title02_t1{
    width: 100%;
    color: #f38d2b;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px dotted #f38d2b;
    line-height: 140%;
    margin: 20px 0;
    background-image: url(assets/images/t1.png);
    background-repeat: no-repeat;
    background-size: 43px;
    padding-left: 50px;
}
.top_title02_t2{
    width: 100%;
    color: #f38d2b;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px dotted #f38d2b;
    line-height: 140%;
    margin: 20px 0;
    background-image: url(assets/images/t2.png);
    background-repeat: no-repeat;
    background-size: 43px;
    padding-left: 50px;
}
.top_title02_t3{
    width: 100%;
    color: #f38d2b;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px dotted #f38d2b;
    line-height: 140%;
    margin: 20px 0;
    background-image: url(assets/images/t3.png);
    background-repeat: no-repeat;
    background-size: 43px;
    padding-left: 50px;
}
.title02 {
    width: 100%;
    color: #f38d2b;
    font-weight: bold;
    font-size: 18px;
    border-left: 9px solid #f38d2b;
    padding-left: 15px;
    line-height: 140%;
    margin-bottom: 20px;
}
.red-txt{
    font-weight: bold;
}
.red-txt li {
    list-style: circle;
    margin-left: 20px;
    font-weight: bold;
}
.teacher li{
    margin-left: 20px;
}
.top_title01 span::after {
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

.top_title01 span:nth-child(1)::after {
    content: 'リニア';
}

.top_title01 span:nth-child(2)::after {
    content: 'プロダクト';
}

.top_title01 span:nth-child(3)::after {
    content: 'デザイン';
}

.top_ {
    font-size: 24px;
    padding-top: 15px;
    color: #753727;
    box-sizing: border-box;
    margin-top: 20px;
    font-weight: bold;
    border-bottom: 1px dotted;
}
.top_title03 {
    font-size: 20px;
    padding-left: 5px;
    color: #843c0c;
    box-sizing: border-box;
    /* margin-top: 20px; */
    font-weight: bold;
    background: #fff;
    border-bottom: 3px solid;
}
.title-style5 {
    font-size: 24px;
    font-weight: bold;
    color: #753727;
    text-align: center;
    line-height: 140%;
    padding: 5px 10px;
    background: #eaf3ff;
    border-bottom: solid 2px #753727;
    margin-top: 30px;
}
.title-style2 {
    font-size: 20px;
    font-weight: 500;
    color: #6594e0;
    line-height: 140%;
    border-bottom: dashed 1px #6594e0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.banner-ft{
    text-align: center;
    margin-top: 30px;
}
.link-txt{
    text-decoration: underline;
    color: #753727;
}
.dl_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.dl_flex .item_div {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 10px 10px;
}
.logo img {
	width: 100%;
	height: auto;
	max-width:100%;
}
.dl_flex .item_div:last-child {
    margin-right: 0;
}

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

.item_div .txt .title {
    font-weight: bold;
    padding-left: 8px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border-left: 4px solid #2998FF;
}

.news-row .add_txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page_wp {
    padding: 100px 0;
    background: #f3f4f5;
}

.div_step {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.div_step ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.div_step ul li {
    width: 25%;
    background: #E9E9E9;
    border: 1px solid #fff;
    color: #000000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.div_step ul li:first-child {
    background: #FF9326;
    font-weight: bold;
    text-align: center;
}

.div_step ul li:first-child span {
    font-size: 24px;
    color: #fff;
}

.div_product {
    width: 100%;
    margin-top: 40px;
}

.div_product ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
}

.div_product ul li {
    width: 47%;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+58,e6e6e6+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 58%, rgba(230, 230, 230, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(58%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(230, 230, 230, 1)));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 58%, rgba(230, 230, 230, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 58%, rgba(230, 230, 230, 1) 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 58%, rgba(230, 230, 230, 1) 100%);
    /* IE10 preview */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 58%, rgba(230, 230, 230, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    /* IE6-8 */
}

.inochi{
font-size: 22px !important;
}
.div_product ul li .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 250px;
}

.div_product ul li .txt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.div_product ul li .txt .title {
    margin-bottom: 15px;
    padding-left: 13px;
    border-left: 4px solid #2998FF;
    font-weight: bold;
    width: 100%;
    float: left;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "Sawarabi Gothic", sans-serif;
}

.show_sp {
    display: none;
}

.hide_sp {
    display: block;
}
.btn{
    background: #753727;
    padding: 15px 20px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    width: 53%;
    text-align: center;
}
a .btn:hover{
    opacity: 0.8;
    text-decoration: none;
}
.ul_example {
    margin-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.ul_example li {
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #E9E9E9;
    padding: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* margin-right: 5%; */
}

/* .ul_example li:nth-child(3n){
    margin-right: 0;
} */

.ul_example li img {
    vertical-align: middle;
}

.row_com01 {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 50px;
}

.row_com01 .img {
    width: 28%;
    margin-right: 2%;
}

.row_com01 .div_table {
    width: 70%;
}

.row_com01 .div_table table tr td:first-child {
    width: 90px;
    font-weight: bold;
}

.row_com01 .div_table table tr td {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.com_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}



.com_img img {
    margin-right: 10px;
    margin-bottom: 10px;
}

.div_timeline {
    width: 100%;
    margin-bottom: 40px;
}

.div_timeline .fa-clock {
    color: #0075c3;
    margin-right: 10px;
}

.div_timeline tr td:last-child {
    padding-left: 30px;
}

.com_txt {
    margin-top: 30px;
    margin-bottom: 50px;
}

.row_com01 .div_table table tr td:last-child {
    padding-left: 30px;
}

.div_timeline tr td:first-child {
    font-weight: bold;
}

.div_map {
    margin-top: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

.div_map iframe {
    width: 100%;
    height: 350px;
}
._map iframe {
    width: 100%;
    height: 350px;
}

.contact_row1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact_row1 .img {
    width: 35%;
    border-right: 1px solid #CCCCCC;
}

.contact_row1 .div-table {
    width: 65%;
    padding-left: 5%;
}

.contact_row1 .div-table tr td span {
    background: #2BA7D9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    display: block;
}

.contact_row1 .div-table tr td:last-child {
    padding-left: 20px;
}

.contact_row1 .div-table tr td {
    padding-bottom: 10px;
    vertical-align: middle;
}

.div_contact {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.div_contact table {
    width: 100%;
}

.div_contact tr:not(:last-child) {
    border-bottom: 1px dashed #CCCCCC;
}

.div_contact table tr td:first-child span {
    color: #f00;
    margin-left: 10px;
}

.div_contact table tr td {
    vertical-align: middle;
    padding-bottom: 10px;
    padding-top: 10px;
}

.div_contact table tr td:first-child {
    width: 220px;
    padding-left: 20px;
}

.div_contact table tr td:last-child {
    padding-left: 20px;
    padding-right: 20px;
}

.div_contact table tr td input,
.div_contact table tr td textarea {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    outline: none;
    font-size: 14px;
    padding: 2%;
    border: 1px solid #CCCCCC;
    /* background: #E2F3FA; */
    border-radius: 3px;
    resize: none;
    display: block;
}

.div_contact table tr td.td_btn {
    text-align: center;
    padding-top: 20px;
}

.div_contact table tr td.td_btn input {
    width: 160px;
    height: 38px;
    background-image: url(./assets/images/contact_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

.div_contact table tr td.td_btn input:hover {
    opacity: 0.8;
}

.buy-title .span_class {
    color: #D90000;
    font-size: 15px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.all_blog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 40px;
}

.all_blog .div_contentblog {
    width: 70%;
}

.all_blog .div_slidebar {
    width: 25%;
    margin-left: 5%;
}

.all_blog .row_blog {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 20px;
}

.all_blog .row_blog .img {
    width: 30%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.all_blog .row_blog .txt {
    margin-left: 5%;
    width: 65%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.all_blog .row_blog .txt .title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.all_blog .wrap-pagi {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    ;
}

.wp-pagenavi span.current {
    background: #000;
    color: #fff;
}


.all_blog .row_blog .txt .text span {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.div_slidebar .widget-title {
    width: 100%;
    border-left: 3px solid #0075c3;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.div_slidebar aside {
    margin-bottom: 30px;
}

.div_slidebar aside ul li {
    border-bottom: 1px dashed #000;
    padding-top: 10px;
    padding-bottom: 5px;
}

.div_slidebar #wp-calendar {
    width: 100%;
}

.div_slidebar #wp-calendar caption {
    border-top: 1px solid #0075c3;
    border-left: 1px solid #0075c3;
    border-right: 1px solid #0075c3;
    font-weight: bold;
    color: #fff;
    background: #0075c3;
}

.div_slidebar #wp-calendar tr th {
    background: #0075c3;
    color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}

.div_slidebar #wp-calendar tr td {
    text-align: center;
    color: #000;
    border: 1px solid #ccc;
}

.div_slidebar #wp-calendar tr td a {
    text-decoration: underline;
}
.head-menu ul {
	width: 100%;
}
.head-menu ul li {
    width: 20%;
    float: left;
    text-align: center;
    list-style: none;
    font-size: 15px;
}
.beauty-txt
{
    text-align: center;
    padding-top: 12px;
}
.bg{
    /* background-color: #37b377;
    background-image: linear-gradient(to bottom, #37b377, #75A463);
    border-radius: 10px;
    padding: 20px; */
    color: #753727;
    font-family: 'Sawarabi Mincho';
}
.contact-txt{
    color: #753727;
}
.company-txt ul li{
    list-style: square;
    margin-left: 20px;
}
.company-txt
{
    padding-top: 20px;
}
.spec-txt{
    color: #f38d2b;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    font-family: 'Sawarabi Mincho';
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.spec-txt a{
    text-decoration: underline;
    color: #ff002f;
}
.spec-txt a:hover, .tbl-link a:hover {
    opacity: 0.8;
}
.tbl-link a{
    color: #ff002f;
    text-decoration: underline;
}
.note-txt
{
    margin-top: 20px;
}
.mrg{
    margin-top: 20px;
}
.clear
{
    clear: both;
}
.introduction-txt ul li{
    list-style: circle;
    margin-left: 20px;
}
.table {
    width: 100%;
}
.anchor_fixtop {
    width: 100%;
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
.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 textarea{
    resize: vertical;
}
.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}
.contact-form-st1 table td:last-child {
    width: 80%;
}
.contact-form-st1 table tr td {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}
.service-btn a, .btn-contact-st1, .btn-contact-st2 {
    background-image: #f38d2b !important;
    border: 1px #f38d2b solid !important;
}
.btn-contact-st1, .btn-contact-st2 {
    background: #f38d2b !important;
    padding: 10px 70px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}
.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;
}
.ct{
    width: 100%;
    padding: 10px 0;
    float: left;
}
.ct-cb{
    width: 20%;
    float: left;
}
.ct-inp{
    width: 80%;
    float: left;
}
.thanks{
    font-size: 16px;
}
.ei-img{
    width: 33.33%;
}
.icon{
    padding: 0 5px; 
}
.mrg-100{
    margin-top: 100px;
}

@media screen and (max-width:1024px) {
	.btn{
        width: 75% !important;
    }
}
@media screen and (max-width:980px) {
    .slide-bd {
        background-image: none;
    }
    .banner-info{
        font-size: 22px;
    }
    .logo img {
        margin-left: auto;
        margin-right: auto;
        /* width: 180px; */
    }
}

@media screen and (max-width:768px) {
		    .show_sp {
        display: block;
    }

    .hide_sp {
        display: none;
    }
    .banner-info img {
        max-width: 50px;
        width: 100%;
    }


    .logo {
        text-align: center;
        margin-left: 27px;
    }

    .logo img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 100%;
    }

    .top_title01 {
        padding-top: 30px;
    }
}

@media screen and (max-width:767px) {
    .ct-cb{
        width: 30%;
    }
    .ct-inp{
        width: 70%;
    }
    .contact-form-st1 tr td {
        width: 100%;
        max-width: 100%;
        float: left;
    }
    /* CSS T */
    .top-tb-img {
        display: none;
    }
    .top-tb {
        width: 100%;
        float: left;
    }
    .top_ {
        font-size: 14px;
        margin-bottom: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .top-tb td:first-child,.top-tb td:last-child {
        /* width: 100%; */
        /* float: left; */
        text-align: left;
        font-size: 16px;
    }
    .slide-bd {
        display: block;
    }
    /* END CSS T */

    .top_title01 {
        padding-top: 10px;
    }

    .top_title01 span {
        font-size: 22px;
    }

    .top_title01 span::after {
        font-size: 12px;
        width: 100%;
        top: -15px;
    }

    .dl_flex .item_div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-bottom: 5px;
        padding: 2px 5px;
    }

    .item_div .img {
        width: 30%;
    }

    .item_div .txt {
        width: 100%;
        margin-left: 0;
    }

    .item_div .txt .title {
        margin-top: 0;
        margin-bottom: 2px;
        font-size: 13px;
        padding: 2px 2px;
    }

    .item_div .txt .text{
        font-size: 13px;
    }

    .dl_flex .item_div {
        width: 100%;
        margin-right: 0;
    }

    .all_blog .row_blog .img {
        width: 100%;
        height: 200px;
    }

    .all_blog .row_blog .txt .text {
        font-size: 13px;
    }

    .all_blog .row_blog {
        border-bottom: 1px dashed #CCCCCC;
        padding-bottom: 10px;
    }

    .all_blog .row_blog .txt .title {
        font-size: 14px;
    }

    .all_blog .row_blog .txt {
        width: 100%;
        margin-left: 0%;
    }

    .all_blog .div_contentblog {
        width: 100%;
    }

    .all_blog .div_slidebar {
        width: 100%;
        margin-left: 0%;
        margin-top: 30px;
        ;
    }

    .contact_row1 .img {
        width: 100%;
        border-right: 0;
        text-align: center;
    }

    .buy-title .span_class {
        font-size: 14px;
        width: 100%;
        margin-left: 0px;
    }

    .div_contact table tr td.td_btn input {
        margin-top: 20px;
    }

    .div_contact table tr td:first-child {
        width: 100%;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .div_contact table tr td:last-child {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
    }

    .div_contact table tr td {
        width: 100%;
        float: left;
    }
    .contact_row1,
    .div_map,
    .div_contact {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .contact_row1 .div-table {
        width: 100%;
        padding-left: 0%;
        margin-top: 20px;
    }

    .row_com01 .img {
        width: 100%;
        margin-right: 0%;
        text-align: center;
    }

    .row_com01 .div_table {
        width: 100%;
        margin-top: 20px;
    }

    .ul_example li {
        width: 48%;
        margin-bottom: 10px;
        /* margin-right: 4%; */
    }

    /* .ul_example li:nth-child(3n){
        margin-right: 4%;
    }

    .ul_example li:nth-child(2n){
        margin-right: 0%;
    } */


    .ul_example {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .page_wp {
        padding: 40px 0;
    }

    .buy-title {
        font-size: 18px;
        border-left: 4px solid #753727;
    }

    .div_step ul li:first-child span {
        font-size: 16px;
    }

    body {
        font-size: 14px;
    }

    .div_step ul li {
        width: 100%;
    }

    .div_product ul li {
        width: 100%;
    }

    .div_timeline td {
        width: 100%;
        float: left;
    }

    .div_timeline tr td:last-child {
        padding-bottom: 10px;
        ;
    }
}



@media screen and (max-width:480px) {
    .top_title02_member, .top_title02_concept {
        margin-top: 30px;
    }
    
    .contact-form-st1 table td:last-child {
        width: 100%;
    }
    .logo {
        text-align: center;
        margin-left: 0;
    }

    .btn{
        width: 100% !important;
    }
    .inochi{
    font-size: 14px !important;
    padding-top: 0;
    }
    .spec-txt{
        font-size: 16px;
        font-weight: 500;
    }
    .mrg-sp{
        display: block;
        margin-bottom: 30px
    }
    .top-tb{
        font-size: 16px;
    }
    .top-tb td{
        width: 100%;
        float: left;
    }
    .onepage-wrapper .ops-section{
        height: 100%;
        background: #f3f4f5;
    }
    .head-menu ul li {
		width: 20%;
	}
    .logo {
        width: 63%;
        left: 50%;
    }
    .logo img {
        width: 100%;
        max-width: 100%;
    }
    .kona
    {
        top: 42%;
    }
    .page2 #content
    {
        height: 40%;
    }
    .ul_example li {
        width: 100%;
        /* margin-right: 0%; */
    }
    /* .ul_example li:nth-child(3n){
        margin-right: 0%;
    } */

    .row_com01 .div_table table tr td:last-child {
        width: 100%;
        float: left;
        padding-left: 10px;
    }

    .row_com01 .div_table table tr td:first-child {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-bottom: 0;
    }

    .row_com01 .div_table table tr td {
        width: 100%;
        float: left;
        margin-bottom: 0px;
    }
    /* .top-tb td:first-child, .top-tb td:last-child {
        font-size: 16px;
    } */
    .top-tb td {
        vertical-align: middle;
        padding: 2px;
    }
    .br-copy-sp {
        display: block;
    }

}
@media screen and (max-width:360px) {
    .logo {
        width: 58%;
    }
    .logo img {
         width: 100%;
        max-width: 100%;
    }
    /* CSS T */
    .top-tb-img {
        display: none;
    }
    .top-tb {
        width: 100%;
        /* float: left; */
    }
    .title-style5 {
        font-size: 20px;
    }
    .title02
    {
        font-size: 16px;
    }
    .top-tb td:first-child,.top-tb td:last-child  {
        /* font-size: 13px; */
        line-height: 180%;
        padding: 5px;
        /* width: auto; */
    }
    .top-tb td {
        vertical-align: middle;
        padding: 2px;
        
    }
    .banner-ft{
        margin-top: 10px;
    }
}
.dl_flex .item_div {
    margin-bottom: -1px;
}



