@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------------------------------------------

index

---------------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------mainphoto*/
/* animation lineMove */
.scroll-area {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;

    text-decoration: none;
    color: inherit;
}

.scroll_tx {
    transform: translateX(-50%);
    padding-bottom: 6px;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
}

.scroll-line {
    width: 1px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
}

.scroll-line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #fff;
    -webkit-animation-name: lineMove;
    animation-name: lineMove;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes lineMove {
    0% {
        bottom: 80px;
        height: 0;
    }

    20% {
        bottom: 0;
        height:80px;
    }

    40% {
        bottom: 0;
        height: 0;
    }

    100% {
        bottom: 0;
        height: 0;
    }
}

@keyframes lineMove {
    0% {
        bottom: 80px;
        height: 0;
    }

    20% {
        bottom: 0;
        height: 80px;
    }

    40% {
        bottom: 0;
        height: 0;
    }

    100% {
        bottom: 0;
        height: 0;
    }
}

#mainimage {
    padding: 0 0 90px;
    text-align: center;
    margin-bottom: 10px;
    background: url("../../img/okinawa/index_img/mainimage.jpg") no-repeat center;
    background-size: cover;
    height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media print,
screen and (min-width:768px) {

    /*★★キャンペーン　ないとき↓↓
    #mainimage {
        padding: 130px 0;
        margin-bottom: 30px;
    }
    */
    #mainimage {
        margin-bottom: 30px;

        height: calc(100vh - 93px);
    }
}

#index_01 {
    padding: 30px 15px;
}

#index_01 .txt {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

#index_01 .row {
    margin-top: 40px;
}

#index_01 .row .col-md-4 .inner {
    height: 220px;
    border: solid 1px #2e388b;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

#index_01 .row .col-md-4 p {
    color: #2e388b;
    text-align: center;
    font-family: "NotoSerifBold";
    font-size: 18px;
    margin-top: 20px;
}

#index_01 .row .col-md-4 p span {
    font-size: 14px;
}

#index_01 .row .col-md-4 img {
    margin-top: -20px;
}

#index_01 .en_txt {
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    color: #e0e1eb;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -18px;
    margin: auto;
    z-index: -1;
}

@media print,
screen and (min-width:768px) {
    #index_01 .row .col-md-4 .inner {
        width: 360px;
        margin-bottom: 30px;
    }
}

#index_02 {
    background: #f7f8fa;
    padding: 30px 0;
}

#index_02 .title {
    font-family: "NotoSerifBold";
    font-size: 18px;
    color: #2e388b;
}

#index_02 .txt {
    font-size: 16px;
    color: #2e388b;
}

#index_02 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#index_02 ul li {
    font-size: 14px;
    color: #2e388b;
    padding: 2px 5px;
    border: 1px solid #2e388b;
    margin: 2px;
}

#index_02 .row {
    margin-top: 20px;
}

#index_02 .row .col-md-4:first-child .inner {
    background: url("../../img/okinawa/index_img/bg_index02_1.jpg") no-repeat right center;
    background-size: cover;
}

#index_02 .row .col-md-4:nth-child(2) .inner {
    background: url("../../img/okinawa/index_img/bg_index02_4.jpg") no-repeat right center;
    background-size: cover;
}

#index_02 .row .col-md-4:nth-child(3) .inner {
    background: url("../../img/okinawa/index_img/bg_index02_3.jpg") no-repeat right center;
    background-size: cover;
}

#index_02 .row .col-md-4 .inner {
    position: relative;
    padding: 20px;
}

.link_area a {
    font-size: 12px;
    text-align: right;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #ed9200;
    padding: 10px 25px;
    position: relative;
    /* Webkit */
    background: -webkit-gradient(linear, left top, right top, from(#2e388b), to(#2130b0));
    /* Firefox */
    background: -moz-linear-gradient(left, #2e388b, #2130b0);

}

.link_area a i {
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 5px;
}

@media print,
screen and (min-width:768px) {
    #index_02 .title {
        font-size: 24px;
    }

    #index_02 ul li {
        font-size: 16px;
    }

    #index_02 .row .col-md-4 .inner {
        height: 290px;
    }

    .link_area {
        position: absolute;
        bottom: 0;
        margin: auto;
        width: 92.5%;
    }

    .link_area a:hover {
        opacity: 0.7;
    }
}

/*index_03*/
#index_03 {
    background: #f0f1f3;
    padding: 30px 0;
}

#index_03 ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 2% 0px;
    text-align: center;
}

#index_03 ul li:nth-child(3) {
    margin-bottom: 0;
}

#index_03 ul li .text_wrap {
    position: relative;
    width: 230px;
    height: 230px;
    margin: 0 auto 10px;
    padding: 0 10px;
    border: 2px solid #000;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    line-height: 140%;
}

#index_03 ul li.pick1 .text_wrap {
    background-image: url('../../img/index_img/pick_bg1.jpg');
}

#index_03 ul li.pick2 .text_wrap {
    background-image: url('../../img/index_img/pick_bg2.jpg');
}

#index_03 ul li.pick3 .text_wrap {
    background-image: url('../../img/index_img/pick_bg3.jpg');
}

#index_03 .link_button a {
    width: 100%;
    margin: 20px auto;
    transition: all .2s;
}

@media screen and (min-width:768px) {
    #index_03 {
        padding: 60px 0;
    }

    #index_03 ul {
        display: flex;
        justify-content: space-between;
    }

    #index_03 .link_button a {
        width: 320px;
        margin: 30px auto;
    }
}

#index_04 {
    background: #f7f8fa;
    padding: 40px 0 10px;
}

#index_04 .phbox_left iflame {
    width: 100%;
    height: 200px;
}

#index_04 .shop_title {
    width: auto;
    margin-top: 1px;
}

#index_04 p.txt {
    margin-bottom: 20px;
}

@media print,
screen and (min-width:768px) {
    #index_04 {
        padding: 80px 0 30px;
    }

    #index_04 .phbox_left {
        width: 555px;
        height: 390px;
        margin-right: 90px;
    }

    #index_04 .phbox_left iflame {
        width: 100%;
        height: 100%;
    }

    #index_04 p {
        text-align: left;
    }

    #index_04 .shop_title {
        text-align: center;
        width: 242px;
        margin-top: 0;
        float: left;
    }

    #index_04 .title01 {
        padding: 10px 0;
        background: url("../../img/osaka/common_img/point.png") no-repeat bottom left;
        margin-bottom: 30px;
    }

    #index_04 .title01 span {
        display: inline-block;
        padding-left: 20px;
        background: none;
    }

    #index_04 p.txt {
        font-size: 16px;
    }

    #index_04 .link_button {
        margin: 40px 4px 0 0;
        float: right;
    }
}

#index_05 {
    background: #f0f1f3;
    padding: 40px 0 10px;
}

#index_05 .box {
    margin-top: 20px;
    background: #fff;
}

#index_05 .ov_hidden {
    padding: 10px 20px 20px;
}

#index_05 .txt {
    font-size: 16px;
    text-align: center;
    line-height: 2;
}

#index_05 .txt span {
    font-size: 14px;
}

#index_05 .ov_hidden .txt {
    text-align: left;
    line-height: 1.5;
    margin-top: 20px;
}

#index_05 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

#index_05 ul li {
    font-size: 14px;
    color: #2e388b;
    padding: 2px 5px;
    border: 1px solid #2e388b;
    margin: 2px;
}

#index_05 .link_button2 {
    margin-top: 20px;
}

@media print,
screen and (min-width:768px) {
    #index_05 {
        padding: 60px 0;
    }

    #index_05 .box {
        height: 300px;
        overflow: hidden;
    }

    #index_05 .ov_hidden {
        padding: 20px 30px 0;
    }

    #index_05 .txt {
        margin-top: 30px;
    }

    #index_05 .link_button2 {
        float: right;
    }
}

/*index_06*/
#index_06 {
    padding: 30px 0;
}

#index_06 .content_box {
    margin-bottom: 40px;
}

#index_06 .content_box p {
    font-size: 14px;
}

#index_06 img {
    display: block;
    margin: 0 auto;
}

@media print,
screen and (min-width:768px) {
    #index_06 {
        padding: 60px 0;
    }

    #index_06 .content_box p {
        font-size: 16px;
    }
}

/*-------------------------------------------------------news*/
#index_news {
    padding: 30px 0 0;
}

#index_news table {
    width: 90%;
    max-width: 300px;
    margin: 0 auto 30px;
}

#index_news table th {
    padding: 5px 1%;
    text-align: left;
    font-size: 12px;
    width: 13%;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
}

#index_news table td {
    padding: 5px 1%;
    text-align: left;
    font-size: 14px;
    width: 83%;
    border-bottom: 1px dotted #ccc;
}

@media print,
screen and (min-width:768px) {
    #index_news {
        padding: 60px 0 0;
    }

    #index_news table {
        max-width: 900px;
        margin: 0 auto 60px;
    }
}

/*campaign------------------------------------------*/
.ti_campaign_wrap {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 90%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;

}

@media print,
screen and (min-width:768px) {
    .ti_campaign_wrap {
        margin-top: 24px;
    }
}

/*catch*/
.cnp_title{
    background: linear-gradient(90deg, rgba(46,56,139,0.8) 0%, rgba(33,48,176,0.8) 100%);

    width:100%;
    padding:24px;

}
.cnp_title .srv_ti{
    color: #fff;
    font-family: "NotoSerifBold";
    line-height: 1.2;
    font-size: 2em;
    padding: 8px 0 24px;
    position:relative;
    text-shadow: 0 2px 4px rgba(46,56,139,1),0 0 5px rgba(46,56,139,1);
}
.cnp_title .srv_ti::before{
    content:"BA Rental Office";
    display:block;
    font-family:'Libre Baskerville', serif;
    /*width:80px;*/
    /*height:2px;*/
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto auto 0;
    font-size:1.6rem;
    color:rgba(256,256,256,0.8);
}

.sub_catch span{
    background: linear-gradient(90deg, rgba(46,56,139,1) 0%, rgba(33,48,176,1) 100%);
    color:#fff;
    display:inline-block;
    padding:4px 12px 4px 6px;
    margin-top:24px;
    font-family: "NotoSerifRegular";
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.main_catch{
    font-size:1.4em;
    color:#fff;
    margin-top:8px;
    font-family: "NotoSerifRegular";
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
.main_catch span{
    font-size: 0.8em;
}
/*btn01*/

.catch_btn a{
    display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 3em 1em 2em;
  color: #2e388b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  background-color:rgba(232,232,232,0.9);
  transition: 0.3s;
  white-space: nowrap;
}
.catch_btn a::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 8px);
    height: 100%;
    border: 1px solid #2e388b;
    transition: 0.2s;
  }
  .catch_btn a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #2e388b;
    border-right: 3px solid #2e388b;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;

  }
  .catch_btn a:hover {
    text-decoration: none;
    background-color: #aeb7f8;
  }


  /*btn02*/
.catch_btn02 {
    margin-top: 24px;
    margin-bottom: 30px;
}
.catch_btn02 a{
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "NotoSerifBold";
    color: #fff;
    font-size: 1.8rem;
    background: #911919;
    padding:16px 16px;
    line-height: 1;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    transition: 0.2s;
}
.catch_btn02 a:hover{
    opacity: 0.8;
}

@media print,
screen and (min-width:768px) {

    .cnp_title .srv_ti{
        font-size:4.8rem;
        padding: 8px 0 32px;
    }
    .cnp_title .srv_ti:before{
        font-size:1.8rem;
    }
    .sub_catch span{
        font-size:1.8rem;
    }
    .main_catch{
        font-size:3.2rem;
    }
    .catch_btn {
        margin-top: 24px;
        margin-bottom:40px;
    }
    .catch_btn02 a{
        font-size: 2.4rem;
        padding:20px 32px;
    }
}

/*mainimg_link*/
.mainimg_link{
    display: none;
}
@media print,
screen and (min-width:768px) {
    .mainimg_link{
        display: flex;
        justify-content: space-between;
        width: 55%;
    }
    .mainimg_link li a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/*======================
intro
======================*/
.into_wrap{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media print,
screen and (min-width:768px) {
    .into_wrap{
        flex-direction: row;
         justify-content:space-between;
         padding-bottom:60px;
    }
}

/*intro_tx_box*/
.intro_tx_box{
    padding-bottom:32px;
}
@media print,
screen and (min-width:768px) {
    .intro_tx_box{
        text-align:left;
        width: calc(100% - 400px - 40px);
    }

}

/*move area*/
.cnp_cts {
    /*padding: 16px 16px 8px;*/
    width: 100%;
    max-width: 360px;
}

.cnp_cts_inner {
    position: relative;
    width: 100%;
    padding-top: 74%;
}

.cnp_cts_inner video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


@media print,
screen and (min-width:768px) {
    /*
    .cnp_cts {
        padding: 10px;
        width: calc(100% - 500px);
    }
    */
    .cnp_cts {
        max-width: 400px;
        margin:0 0 0 auto;
    }
}


.cnp_cts .text {
    font-size: 1.2rem;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #fff;
    margin-left:auto;
    margin-right:auto;
}

.cnp_cts .text strong {
    font-family: "NotoSerifBold";
    display: block;
    color: #2e388b;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

@media print,
screen and (min-width:768px) {
    .cnp_cts .text {
        font-size: 1.6rem;
    }

    .cnp_cts .text strong {
        font-size: 2.0rem;
    }
}

.cnp_cts .period {
    text-align: left;
    overflow: hidden;
    background: #d6d7e1;
    margin-top: 8px;
    box-sizing: border-box;
    padding: 8px 16px;
}

.cnp_cts .period dt {
    clear: both;
    float: left;
    font-size: 1.2rem;
    background: #2e388b;
    color: #fff;
    padding: 0 6px;
    margin: 0 6px 0 0;
}

.cnp_cts .period dt:nth-child(3n) {
    margin-top: 2px;
}

.cnp_cts .period dd {
    float: left;
    font-size: 1.2rem;
}

.cnp_cts .period dd:nth-child(4n) {
    margin-top: 2px;
}

@media print,
screen and (min-width:768px) {
    .cnp_cts .period {
        margin-top: 16px;
    }

    .cnp_cts .period dt {
        font-size: 1.4rem;
        margin: 0 8px 0 0;
    }

    .cnp_cts .period dt:nth-child(3n) {
        margin-top: 4px;
    }

    .cnp_cts .period dd {
        font-size: 1.4rem;
    }

    .cnp_cts .period dd:nth-child(4n) {
        margin-top: 4px;
    }
}

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

/* ----------------------------------------------------------------------------------------------------------------------------------------

news

---------------------------------------------------------------------------------------------------------------------------------------- */
#contents_wrapper {
    padding: 0 0 30px;
}

@media print,
screen and (min-width:768px) {
    #contents_wrapper {
        padding: 0 0 90px;
    }
}

.article_content {
    text-align: left;
}

.article_content p {
    margin-bottom: 10px;
}

/*ウィジェットエリア*/
#content_right .blog_module .widget_title,
#content_right .blog_module li {
    text-align: left;
}

#content_right .blog_module .widget_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #1a1521;
    font-size: 16px;
    color: #1a1521;
}

#content_right .blog_module ul {
    margin-bottom: 30px;
    text-align: left;
}

#content_right .blog_module li a {
    line-height: 150%;
    color: #1a1521;
    text-decoration: none;
}

#content_right .blog_module li a {
    font-size: 14px;
}

#content_right .blog_module li a .fa {
    font-size: 50px;
}

#content_right .blog_module .sns_container {
    border: 1px solid #2e388b;
}

#content_right .blog_module .sns_container h4 {
    padding: 5px 10px;
    font-size: 16px;
    background-color: #2e388b;
    color: #fff;
	text-align: center;
}

#content_right .blog_module .sns_container ul {
    margin-bottom: 0;
    padding: 15px 30px 5px;
    text-align: center;
	display: flex;
	justify-content: space-between;
}
#content_right .blog_module .sns_container ul li i {
   font-size: 30px;
}
@media print,
screen and (min-width:768px) {
    #content_right .blog_module .widget_title {
        font-size: 18px;
    }

    #content_right .blog_module input {
        width: 80%;
    }
#content_right .blog_module .sns_container ul li i:hover {
   opacity: 0.7;
}
}

/*一覧ページ*/
#archive_container .item_container li {
    width: 100%;
    padding: 1%;
    margin-bottom: 20px;
}

#archive_container .item_container li .thumbnail_container {
    height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}

#archive_container .item_container li .thumbnail_container img {
    width: 100%;
    height: auto;
}

#archive_container .item_container a {
    color: #1a1521;
    text-decoration: none;
}

#archive_container .item_container a:hover {
    opacity: .7;
}

#archive_container .item_container li .title {
    border-bottom: 1px solid #1a1521;
    margin-bottom: 10px;
}

#archive_container .item_container li .title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

#archive_container .item_container li .detail p {
    font-size: 14px;
    text-align: left;
}

#archive_container .item_container li .detail img {
    display: none;
}

#archive_container .item_container li .more-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}

@media print,
screen and (min-width:576px) {
    #archive_container .item_container {
        display: flex;
        flex-wrap: wrap;
    }

    #archive_container .item_container li {
        width: 50%;
    }
}

@media print,
screen and (min-width:768px) {
    #archive_container .item_container li {
        width: calc(100% / 3);
        /*height: 400px;*/
        margin-bottom: 20px;
    }
}

/*ページネーション*/
div.pagination {
    clear: both;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    background: none;
    vertical-align: middle;
    text-align: center;
}

div.pagination span,
.pagination a {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    border: 1px solid #2e388b;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #2e388b;
}

div.pagination a:hover {
    opacity: .7;
}

div.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #fff;
    color: #2e388b;
}

/*詳細ページ*/
#article_wrapper .article_content {
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1a1521;
}

#article_wrapper img {
    width: 100% !important;
    height: auto;
}

#article_wrapper a:hover img {
    opacity: .7;
}

.news_img100 img {
    width: 100% !important;
    height: auto;
}

.page_navi {
    display: flex;
    justify-content: space-between;
}

.prev_post,
.next_post {
    width: 48%;
}

.next_post {
    text-align: right;
}

.meta a,
.page_navi a {
    color: #1a1521;
}

.meta a:hover,
.page_navi a:hover {
    color: #2130b0;
}

/*sns icon*/
.share_button {
    position: relative;
    text-align: left;
    margin: 10px 0 5px;
    height: 25px;
}

.fb-like,
.tw_share_btn,
.line_share_btn {
    display: inline-block;
    margin-right: 5px;
}

/*.fb-like{
    position: absolute;
}
.tw_share_btn{
    position: absolute;
    top: 0;
    left: 135px;
}
.line_share_btn{
    position: absolute;
    top: 0;
    left: 220px;
}*/
/* ----------------------------------------------------------------------------------------------------------------------------------------

menu

---------------------------------------------------------------------------------------------------------------------------------------- */
.menu_list li {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px dotted #838383;
}

.menu_list li:first-child {
    margin: 10px 0 0 0;
    padding: 0;
    border-top: none;
}

.menu_list li dl dt {
    margin-bottom: 10px;
}

.menu_list li dl dd.menu_photo {
    text-align: center;
    margin-bottom: 10px;
}

.menu_list li dl dd.menu_photo img {
    width: 100%;
    height: auto;
}

.menu_list li dl dd.menu_price {
    text-align: right;
    font-weight: bold;
    color: #A84547;
    margin-bottom: 5px;
}

.menu_list li dl dd.menu_comment {
    font-size: 12px;
}

@media print,
screen and (min-width:768px) {
    .menu_list li {
        width: 31%;
        margin-right: 2.8%;
        display: inline-block;
        vertical-align: top;
    }

    .menu_list li:first-child {
        margin: 10px 2.8% 0 0;
    }

    .menu_list li:nth-child(2) {
        margin: 10px 2.8% 0 0;
        padding: 0;
        border-top: none;
    }

    .menu_list li:nth-child(3) {
        margin: 10px 0 0;
        padding: 0;
        border-top: none;
    }

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

/* ----------------------------------------------------------------------------------------------------------------------------------------

contact

---------------------------------------------------------------------------------------------------------------------------------------- */
/*form*/
table#contact {
    width: 100%;
    margin: 20px 0;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

table#contact tr th {
    display: block;
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #e8e8e8;
    line-height: 150%;
    text-align: left;

}

table#contact tr td {
    display: block;
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: left;

}

table#contact tr td.td_child {
    border-bottom: 1px dotted #999;
}

table#contact p {
    margin-bottom: 5px;
}

table#contact tr th span.form_title {
    display: block;
    overflow: hidden;
}

/*必須アイコン*/
table#contact tr th span.txt_required {
    float: left;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background: #cc1414;
    padding: 6px 0;
    margin-right: 10px;
    line-height: 70%;
    width: 40px;
    display: block;
}

/*任意アイコン*/
table#contact tr th span.txt_optional {
    float: left;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    border-radius: 2px;
    color: #fff;
    background: #666;
    padding: 6px 0;
    margin-right: 10px;
    line-height: 70%;
    width: 40px;
    display: block;
}

/*入力エリア装飾*/
input,
select,
textarea {
    padding: 10px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    font-size: 1.6rem;
}

input:focus,
select:focus,
textarea:focus {
    background: #E2EBF4;
    border: 1px solid #E2EBF4;
}

/*入力エリアサイズ*/
.input_10 {
    width: 10%;
}

.input_30 {
    width: 30%;
}

.input_50 {
    width: 50%;
}

.input_70 {
    width: 70%;
}

.input_100 {
    width: 100%;
}

/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

/*ラジオボタン余白調整*/
input[type=radio] {
    margin-right: 5px;
    margin-left: 15px;
}

/*チェックボックス余白調整*/
input[type=checkbox] {
    margin-right: 5px;
    margin-left: 15px;
}

/*送信・戻るボタン*/
ul.submit_btn {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}

ul.submit_btn li {
    display: inline-block;
    cursor: pointer
}

ul.submit_btn li.inp_submit01 input {
    color: #fff;
    background: #666;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
}

ul.submit_btn li.inp_submit02 input {
    color: #fff;
    background: #999;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 0 5px;
    cursor: pointer;
}

ul.submit_btn li:hover {
    opacity: 0.7;
}

@media print,
screen and (min-width:768px) {
    table#contact {
        border-collapse: separate;
    }

    table#contact tr th {
        display: table-cell;
        border-right: 1px dotted #999;
        width: 28%;
    }

    table#contact tr td {
        display: table-cell;
    }

    table#contact tr td.td_child {
        border-right: 1px dotted #999;
        border-bottom: 1px solid #999;
    }

    /*入力例の文字装飾*/
    ::-webkit-input-placeholder {
        color: #666;
    }

    ::-moz-placeholder {
        color: #666;
    }

    :-ms-input-placeholder {
        color: #666;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

concept

---------------------------------------------------------------------------------------------------------------------------------------- */
/*concept1*/
#concept1 {
    padding: 30px 0;
}

#concept1 p {
    font-size: 14px;
}

@media print,
screen and (min-width:768px) {
    #concept1 p {
        font-size: 16px;
    }

    #concept1 {
        padding: 60px 0;
    }
}

/*concep2*/
#concept2 {
    padding: 30px 0;
    background: #f7f8fa;
}

#concept2 figure {
    margin: 0 0 10px;
}

#concept2 figure img {
    width: 100%;
    height: auto;
}

#concept2 .title {
    font-family: "NotoSerifBold";
    font-size: 22px;
    color: #2e388b;
    border-bottom: 1px solid #2e388b;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

#concept2 ul {
    margin: 15px 0;
}

#concept2 ul li {
    font-size: 18px;
    font-weight: 700;
    color: #2e388b;
}

#concept2 ul li:not(:last-child) {
    margin-bottom: 10px;
}

#concept2 ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
}

#concept2 ul li.nbsp {
    display: none;
}

#concept2 ul li.nbsp::before {
    content: "";
}

#concept2 .tit01 {
    font-family: "NotoSerifBold";
    font-size: 20px;
    color: #fff;
    background: #2e388b;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

#concept2 .tx_box {
    text-align: left;
}

@media print,
screen and (min-width:768px) {
    #concept2 {
        padding: 60px 0;
    }

    #concept2 figure {
        margin: 0;
    }

    #concept2 .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    #concept2 .flex_box .ph_box {
        width: 40%;
    }

    #concept2 .flex_box .tx_box {
        width: 56%;
    }

    #concept2 ul li.nbsp {
        display: block;
    }
}

/*------------------------------------------------------------service*/
#service_01 {
    padding: 30px 0;
}

#service_01 .needs {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2e388b;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

#service_01 .needs::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    border-top: 20px solid #2e388b;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#service_01 .plans {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #2e388b;
    padding: 10px;
    border-radius: 10px;
}

#service_01 .plans a {
    display: block;
    text-decoration: none;
    color: #000;
}

#service_01 .plans a:hover {
    opacity: 0.6;
}

/*service_02*/
#service_02 {
    padding: 30px 0;
    background: #f7f8fa;
}

#service_02 .plan_box {
    margin-bottom: 25px;
}

#service_02 .plan_name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #2e388b;
    margin-bottom: 10px;
    padding: 10px;
}

#service_02 .ph_box .swiper-slide {
    background: #fff;
}

#service_02 .ph_box img {
    width: 100%;
    height: auto;
}

#service_02 .plan_catch {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

#service_02 .price {
    margin: 10px 0;
}

#service_02 .price .tx_large {
    font-size: 20px;
}

#service_02 .feature_li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0;
}

#service_02 .feature_li li {
    color: #fff;
    background: #74BAFF;
    padding: 8px;
    margin-bottom: 10px;
}

#service_02 .feature_li li:not(:last-child) {
    margin-right: 10px;
}

#service_02 .link_button a {
    width: 280px;
}

#service_02 .uchikeshi {
    text-decoration: line-through;
}

@media print,
screen and (min-width:768px) {
    #service_02 .flex_box {
        display: flex;
        justify-content: space-between !important;
        justify-content: flex-start;
    }

    #service_02 .ph_box {
        width: 45%;
    }

    #service_02 .ph_box .swiper-slide {
        width: 100%;
    }

    #service_02 .tx_box {
        width: 50%;
    }

    #service_02 .price .tx_large {
        font-size: 30px;
    }
}

/*service_03*/
#service_03 {
    padding: 30px 0;
}

#service_03 .tg2 {
    margin-bottom: 20px;
}

#service_03 .tg2 th {
    width: 25%;
}

#service_03 .tg2 th.bold2 {
    font-size: 16px;
}

#service_03 .tg2 td {
    font-size: 16px;
}

#service_03 .tg2 td:first-child {
    width: 32%;
}

#service_03 .tg2 td strong {
    font-size: 1.4em;
}

#service_03 .tg2 td small {
    font-size: 1.4rem;
    line-height: 1.4;
}

@media print,
screen and (min-width:768px) {
    #service_03 {
        padding: 60px 0;
    }
}

/*service_04*/
#service_04 {
    padding: 30px 0;
    background: #f7f8fa;
}

#service_04 img {
    margin-top: 20px;
    width: 100%;
    height: auto;
}

@media print,
screen and (min-width:768px) {
    #service_04 {
        padding: 60px 0;
    }

    #service_04 img {
        max-width: 900px;
        height: auto;
    }
}

/*------------------------------------------------------------slider*/
/*Swiperのサイズ*/
.swiper-container {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container02 {
    position: relative;
    width: 100%;
    height: 330px;
    margin: 0 auto;
    overflow: hidden;
}

@media print,
screen and (min-width:768px) {
    .swiper-container {
        height: 380px;
    }

    .swiper-container02 {
        height: 380px;
    }
}

/*@media print, screen and (min-width:992px) {
.swiper-container{
    height:450px;
}
.swiper-container02{
    height:450px;
}
}
@media print, screen and (min-width:1200px) {
.swiper-container{
    height:600px;
}
.swiper-container02{
    height:600px;
}
}*/
/*　☆ページネーションの色を変更したいとき☆　*/
#section01 .swiper-pagination-bullet {
    background: #fff !important;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

facilities

---------------------------------------------------------------------------------------------------------------------------------------- */
/*facilities1*/
#facilities1 {
    padding: 30px 0;
}

#facilities2 {
    padding: 30px 0;
    background: #f7f8fa;
}

#facilities1 .vi_b {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    font-weight: bold;
}

#facilities1 ul,
#facilities2 ul {
    margin: 30px 0;
}

#facilities1 ul li,
#facilities2 ul li {
    margin-bottom: 30px;
}

#facilities1 ul li img,
#facilities2 ul li img {
    width: 100%;
    height: auto;
}

#facilities1 ul li:last-child,
#facilities2 ul li:last-child {
    margin-bottom: 0;
}

p.normal {
    font-size: 14px;
    line-height: 180%;
    margin: 10px 0;
    color: #333333;
}

.big {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    font-weight: bold;
}

@media print,
screen and (min-width:768px) {
    #facilities1 {
        padding: 60px 0;
    }

    #facilities1 ul,
    #facilities2 ul {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }

    #facilities1 ul li,
    #facilities2 ul li {
        width: 32%;
    }

    #facilities2 {
        padding: 60px 0;
    }
}

/*------------------------------------------------------video再生*/
.vi_b {
    margin: 0 auto 20px;
    width: 90%;
    height: 360px;
}

@media screen and (min-width:768px) {
    .vi_b {
        margin: 0 auto 30px;
        width: 70%;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

flow

---------------------------------------------------------------------------------------------------------------------------------------- */
#flow1 {
    padding: 30px 0;
    text-align: left;
}

#step_container .content_box {
    display: flex;
    justify-content: space-between;
}

#step_container .content_box .left_box {
    width: 30%;
}

#step_container .content_box .right_box {
    width: 65%;
    margin-bottom: 30px;
    padding: 0;
}

@media print,
screen and (min-width:768px) {
    #flow1 {
        padding: 60px 0;
        text-align: left;
    }

    #step_container .content_box .left_box {
        width: 15%;
    }

    #step_container .content_box .right_box {
        width: 75%;
        margin-bottom: 60px;
    }
}

#step_container .content_box .left_box .step_box {
    font-family: 'Libre Baskerville', serif;
    color: #fff;
    font-size: 19px;
    line-height: 72px;
    text-align: center;
    background-color: #2e388b;
    background-image: linear-gradient(45deg, #2e388b 0%, #2130b0 100%);
    position: relative;
}

#step_container .content_box:not(:last-child) .left_box .step_box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #2e388b transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media print,
screen and (min-width:768px) {
    #step_container .content_box .left_box .step_box {
        font-size: 24px;
        line-height: 102px;
    }

    #step_container .content_box .left_box .step_box:before {
        border-width: 13px 12px 0 12px;
    }
}

#step_container .content_box .right_box.step1 ul li:first-child {
    margin-bottom: 10px;
}

#step_container .content_box .right_box.step1 dl {
    border: solid 1px #2e388b;
}

#step_container .content_box .right_box.step1 dl dt {
    font-family: "NotoSerifBold";
    color: #fff;
    font-size: 18px;
    background: #2e388b;
    padding: 0 5px;
}

#step_container .content_box .right_box.step1 dl dd {
    padding: 5px;
}

#step_container .content_box .right_box.step1 dl dd a {
    color: #1a1521;
    text-decoration: none;
}

#step_container .content_box .right_box.step1 dl dd .inquiry,
#step_container .content_box .right_box.step1 dl dd .inquiry a {
    font-family: "NotoSerifBold";
    color: #2e388b;
    font-size: 19px;
}

#step_container .content_box .right_box.step1 dl dd .inquiry a:hover {
    text-decoration: underline;
}

#step_container .content_box .right_box.step1 dl dd .inquiry i {
    vertical-align: middle;
    background: #e8e9eb;
    padding: 3px 5px;
    margin-right: 7px;
}

#step_container .content_box .right_box.step1 dl dd .inquiry .tel-link,
#step_container .content_box .right_box.step1 dl dd .inquiry .tel-link a {
    font-family: 'Libre Baskerville', serif;
}

@media print,
screen and (min-width:768px) {
    #step_container .content_box .right_box.step1 dl dt {
        font-size: 21px;
        padding: 2px 10px;
    }

    #step_container .content_box .right_box.step1 dl dd {
        padding: 5px 10px;
    }

    #step_container .content_box .right_box.step1 dl dd .inquiry,
    #step_container .content_box .right_box.step1 dl dd .inquiry a {
        font-size: 28px;
    }
}

#step_container .content_box .right_box.step3 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

#step_container .content_box .right_box.step3 table th {
    width: 50%;
    color: #2e388b;
    font-size: 16px;
    font-weight: 700;
    background-color: #e8e9eb;
    padding: 10px;
    position: relative;
}

#step_container .content_box .right_box.step3 table td {
    padding: 5px 5px 0px 15px;
    line-height: 130%;
    font-weight: 500;
    font-size: 16px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

location

---------------------------------------------------------------------------------------------------------------------------------------- */
/*location1*/
#location1 {
    padding: 30px 0;
}

#location1 .caption {
    color: #2e388b;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
}

#location1 .access_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#location1 .access_list li {
    width: 48%;
    background: #f0f1f3;
    margin: 0 2% 10px 0;
    padding: 0;
}

#location1 .access_list li img {
    width: 100%;
}

#location1 .access_list li p {
    padding: 5px 10px;
}

@media print,
screen and (min-width:768px) {
    #location1 {
        padding: 60px 0;
    }

    #location1 .caption {
        margin: 10px 0;
    }

    #location1 .access_list li {
        width: calc(100% / 4 - 2%);
        margin: 0 2% 10px 0;
    }

    #location1 .access_list li:last-child {
        margin: 0 0 10px 0;
    }

    #location1 .access_list li p {
        padding: 7px 5px;
    }
}

/*location2*/
#location2 {
    padding: 30px 0;
    background: #f7f8fa;
}

@media print,
screen and (min-width:768px) {
    #location2 {
        padding: 60px 0;
    }
}

/*location3*/
#location3 {
    padding: 30px 0;
}

@media print,
screen and (min-width:768px) {
    #location3 {
        padding: 60px 0;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

freedesk

---------------------------------------------------------------------------------------------------------------------------------------- */
[id^="freedesk"] {
    padding: 30px 0;
}

#freedesk2,
#freedesk4 {
    background: #f7f8fa;
}

@media print,
screen and (min-width:768px) {
    [id^="freedesk"] {
        padding: 60px 0;
    }
}

/*rentaloffice3,rentaloffice4*/
#freedesk2 .title02,
#freedesk3 .title02 {
    text-align: center;
}

#freedesk2 .row {
    margin-top: 40px;
}

#freedesk2 .row>div .inner,
#freedesk3 .row>div .inner {
    background: #fff;
    border: solid 1px #2e388b;
    margin-top: 20px;
    padding: 0 15px 20px;
    position: relative;
}

#freedesk2 .row>div p span,
#freedesk3 .row>div p span {
    font-size: 14px;
}

#freedesk2 .row>div img,
#freedesk3 .row>div img {
    margin-top: -20px;
}

@media print,
screen and (min-width:768px) {

    #freedesk2 .row .col-md-4 .inner,
    #freedesk3 .row .col-md-4 .inner {
        width: 360px;
        height: 330px;
        margin-bottom: 30px;
    }

    #freedesk2 .row .col-md-3 .inner {
        width: 263px;
        height: 317px;
        margin-bottom: 30px;
    }

    #freedesk2 .row .col-md-3 .inner .link_button a {
        width: 160px;
    }
}

/*rentaloffice5*/
#freedesk4 .tg2,
#freedesk5 .tg2 {
    margin-bottom: 20px;
}

#freedesk4 .tg2 th.bold2,
#freedesk5 .tg2 th.bold2 {
    font-size: 16px;
}

#freedesk4 .tg2 td,
#freedesk5 .tg2 td {
    font-size: 16px;
}

#freedesk4 .tg2 td strong,
#freedesk5 .tg2 td strong {
    font-size: 1.4em;
}

#freedesk4 .tg2 td small,
#freedesk5 .tg2 td small {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

rentaloffice

---------------------------------------------------------------------------------------------------------------------------------------- */
[id^="rentaloffice"] {
    padding: 30px 0;
}

#rentaloffice_02,
#rentaloffice_04 {
    background: #f7f8fa;
}

#rentaloffice2,
#rentaloffice4,
#rentaloffice6 {
    background: #f7f8fa;
}

@media print,
screen and (min-width:768px) {
    [id^="rentaloffice"] {
        padding: 60px 0;
    }
}

#rentaloffice2 .col-md-6 {
    text-align: center;
}

#rentaloffice2 .col-md-6 img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

/*rentaloffice_02,rentaloffice_03*/
#rentaloffice_02 .title02,
#rentaloffice_03 .title02 {
    text-align: center;
}

#rentaloffice_02 .row {
    margin-top: 40px;
}

#rentaloffice_02 .row>div .inner,
#rentaloffice_03 .row>div .inner {
    background: #fff;
    border: solid 1px #2e388b;
    margin-top: 20px;
    padding: 0 15px 20px;
    position: relative;
}

#rentaloffice_02 .row>div p span,
#rentaloffice_03 .row>div p span {
    font-size: 14px;
}

#rentaloffice_02 .row>div img,
#rentaloffice_03 .row>div img {
    margin-top: -20px;
}

@media print,
screen and (min-width:768px) {

    #rentaloffice_02 .row .col-md-4 .inner,
    #rentaloffice_03 .row .col-md-4 .inner {
        width: 360px;
        height: 330px;
        margin-bottom: 30px;
    }

    #rentaloffice_02 .row .col-md-3 .inner {
        width: 263px;
        height: 317px;
        margin-bottom: 30px;
    }

    #rentaloffice_02 .row .col-md-3 .inner .link_button a {
        width: 160px;
    }
}

/*rentaloffice_04*/
#rentaloffice_04 .tg2 {
    margin-bottom: 20px;
}

#rentaloffice_04 .tg2 th.bold2 {
    font-size: 16px;
}

#rentaloffice_04 .tg2 td {
    font-size: 16px;
}

#rentaloffice_04 .tg2 td strong {
    font-size: 1.4em;
}

#rentaloffice_04 .tg2 td small {
    font-size: 1.4rem;
    line-height: 1.4;
}


/*rentaloffice3,rentaloffice4*/
#rentaloffice3 .title02,
#rentaloffice4 .title02 {
    text-align: center;
}

#rentaloffice3 .row {
    margin-top: 40px;
}

#rentaloffice3 .row>div .inner,
#rentaloffice4 .row>div .inner {
    background: #fff;
    border: solid 1px #2e388b;
    margin-top: 20px;
    padding: 0 15px 20px;
    position: relative;
}

#rentaloffice3 .row>div p span,
#rentaloffice4 .row>div p span {
    font-size: 14px;
}

#rentaloffice3 .row>div img,
#rentaloffice4 .row>div img {
    margin-top: -20px;
}

@media print,
screen and (min-width:768px) {

    #rentaloffice3 .row .col-md-4 .inner,
    #rentaloffice4 .row .col-md-4 .inner {
        width: 360px;
        height: 330px;
        margin-bottom: 30px;
    }

    #rentaloffice3 .row .col-md-3 .inner {
        width: 263px;
        height: 317px;
        margin-bottom: 30px;
    }

    #rentaloffice3 .row .col-md-3 .inner .link_button a {
        width: 160px;
    }
}

/*rentaloffice5*/
#rentaloffice5 .tg2,
#rentaloffice6 .tg2 {
    margin-bottom: 20px;
}

#rentaloffice5 .tg2 th.bold2,
#rentaloffice6 .tg2 th.bold2 {
    font-size: 16px;
}

#rentaloffice5 .tg2 td,
#rentaloffice6 .tg2 td {
    font-size: 16px;
}

#rentaloffice5 .tg2 td strong,
#rentaloffice6 .tg2 td strong {
    font-size: 1.4em;
}

#rentaloffice5 .tg2 td small,
#rentaloffice6 .tg2 td small {
    font-size: 1.4rem;
    line-height: 1.4;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

virtualoffice

---------------------------------------------------------------------------------------------------------------------------------------- */
[id^="virtualoffice"] {
    padding: 30px 0;
}

#virtualoffice2,
#virtualoffice4 {
    background: #f7f8fa;
}

@media print,
screen and (min-width:768px) {
    [id^="virtualoffice"] {
        padding: 60px 0;
    }
}

/*virtualoffice_02,virtualoffice_03,virtualoffice_04*/
#virtualoffice1 .title02,
#virtualoffice_03 .title02,
#virtualoffice_04 .title02 {
    text-align: center;
}

#virtualoffice1 .row>div .inner,
#virtualoffice2 .row>div .inner,
#virtualoffice3 .row>div .inner {
    background: #fff;
    border: solid 1px #2e388b;
    margin-top: 20px;
    padding: 0 15px 20px;
    position: relative;
}

#virtualoffice1 .row>div p span,
#virtualoffice2 .row>div p span,
#virtualoffice3 .row>div p span {
    font-size: 14px;
}

#virtualoffice1 .row>div p.price,
#virtualoffice3 .row>div p.price {
    color: #2e388b;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #e8e9eb;
    padding: 2px 5px;
}

#virtualoffice1 .row>div p.price small,
#virtualoffice3 .row>div p.price small {
    font-size: 14px;
    font-weight: 500;
}

#virtualoffice1 .row>div img,
#virtualoffice2 .row>div img,
#virtualoffice3 .row>div img {
    margin-top: -20px;
}

#virtualoffice3 .section:last-child .row>div img {
    margin-top: 0;
}

#virtualoffice3 .section:last-child .txt {
    font-size: 15px;
    line-height: 1.8;
}

@media print,
screen and (min-width:768px) {

    #virtualoffice1 .row .col-md-4 .inner,
    #virtualoffice3 .row .col-md-4 .inner {
        width: 360px;
        height: 330px;
        margin-bottom: 30px;
    }

    #virtualoffice2 .row .col-md-3 .inner {
        width: 263px;
        height: 317px;
        margin-bottom: 30px;
    }

    #virtualoffice2 .row .col-md-3 .inner .link_button a {
        width: 160px;
    }
}

/*virtualoffice4*/
#virtualoffice4 {
    padding: 30px 0;
    text-align: left;
}

#virtualoffice4 .title01 {
    text-align: center;
}

#virtualoffice4 figure {
    margin: 0 0 10px;
}

#virtualoffice4 figure img {
    width: 100%;
    height: auto;
}

#virtualoffice4 .title {
    font-family: "NotoSerifBold";
    font-size: 22px;
    color: #2e388b;
    border-bottom: 1px solid #2e388b;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

#virtualoffice4 ul {
    margin: 15px 0;
}

#virtualoffice4 ul li {
    font-size: 18px;
    font-weight: 700;
    color: #2e388b;
}

#virtualoffice4 ul li:not(:last-child) {
    margin-bottom: 10px;
}

#virtualoffice4 ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
}

#virtualoffice4 ul li.nbsp {
    display: none;
}

#virtualoffice4 ul li.nbsp::before {
    content: "";
}

#virtualoffice4 .tit01 {
    font-family: "NotoSerifBold";
    font-size: 20px;
    color: #fff;
    background: #2e388b;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

@media print,
screen and (min-width:768px) {
    #virtualoffice4figure {
        margin: 0;
    }

    #virtualoffice4 .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    #virtualoffice4 .flex_box .ph_box {
        width: 40%;
    }

    #virtualoffice4 .flex_box .tx_box {
        width: 56%;
    }

    #virtualoffice4 ul li.nbsp {
        display: block;
    }

    #virtualoffice4 .col-md-6 {
        margin-bottom: 20px;
    }
}

/*virtualoffice5*/
#virtualoffice5 table {
    margin-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

faq

---------------------------------------------------------------------------------------------------------------------------------------- */
[id^="faq_"] {
    padding: 30px 0;
    text-align: left;
}

#faq_01,
#faq_03,
#faq_05,
#faq_07,
#faq_09 {
    background: #f7f8fa;
}

ul.list li {
    list-style: disc;
    margin-left: 15px;
}

@media print,
screen and (min-width:768px) {
    [id^="faq_"] {
        padding: 60px 0;
    }
}

.btn_cat li a {
    float: left;
    width: 49%;
    margin: 0.5%;
    font-size: 14px;
    font-weight: 500;
    background-color: #2e388b;
    color: #fff;
    padding: 10px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: block;
}

.btn_cat li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

@media print,
screen and (min-width:768px) {
    .btn_cat li a {
        width: 19%;
        font-size: 16px;
    }
}

.faq_detail {
    width: 100%;
}

.faq_detail tr th,
.faq_detail tr td {
    padding: 10px;
}

.faq_detail tr.question td:first-child {
    width: 45px;
    font-family: 'Libre Baskerville', serif;
    color: #2e388b;
    font-size: 16px;
    text-align: center;
    background: #e8e9eb;
}

.faq_detail tr.question td:last-child {
    color: #fff;
    font-weight: 500;
    background: #2e388b;
}

.faq_detail tr.answer td:first-child {
    width: 45px;
    font-family: 'Libre Baskerville', serif;
    color: #2e388b;
    font-size: 16px;
    text-align: center;
    background: #c3c7e6;
}

.faq_detail tr.answer td:last-child {
    background: #e8e9eb;
}



/* ----------------------------------------------------------------------------------------------------------------------------------------

slider

---------------------------------------------------------------------------------------------------------------------------------------- */
#slide_wrap {
    margin: 30px 0;
    padding: 30px 30px 0;
    box-sizing: border-box;
    background: #f7f8fa;
}

#slide_wrap .plan_box {
    margin-bottom: 25px;
}

#rentaloffice .plan_name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #2e388b;
    margin-bottom: 10px;
    padding: 10px;
}

#slide_wrap .ph_box .swiper-container {
    height: 250px;
}

#slide_wrap .ph_box .swiper-slide {
    background: #fff;
}

#slide_wrap .ph_box img {
    width: 100%;
    height: auto;
}

#slide_wrap .tx_box {
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slide_wrap .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e0e1eb'%2F%3E%3C%2Fsvg%3E");
}

#slide_wrap .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e0e1eb'%2F%3E%3C%2Fsvg%3E");
}

#service_02 .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e0e1eb'%2F%3E%3C%2Fsvg%3E");
}

#service_02 .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e0e1eb'%2F%3E%3C%2Fsvg%3E");
}

@media print,
screen and (min-width:768px) {
    #slide_wrap {
        padding: 30px;
        margin: 30px 0 50px;
    }

    #slide_wrap .ph_box .swiper-container {
        height: 450px;
    }

    #slide_wrap .plan_box {
        margin: 0;
    }

    #slide_wrap .flex_box {
        display: flex;
        justify-content: space-between !important;
        justify-content: flex-start;
    }

    #slide_wrap .ph_box {
        width: 49%;
    }

    #slide_wrap .ph_box .swiper-slide {
        width: 100% !important;
    }

    #slide_wrap .tx_box {
        width: 46%;
    }
}

/*-----------------------------------------------

document-digitalization

------------------------------------------------*/
[id^="document-digitalization"] {
    padding: 30px 0;
}

@media print,
screen and (min-width:768px) {
    [id^="document-digitalization"] {
        padding: 60px 0;
    }
}

#document-digitalization02,
#document-digitalization04 {
    background: #f7f8fa;
}

/*box*/
.box_style01 {
    border: 1px solid #2e388b;
    box-sizing: border-box;
    padding: 24px;
    background: #fff
}

.box_style01 img {
    width: 80%;
    max-width: 260px;
    height: auto;
    margin: 16px 0;
}

.box_style02 {
    background: #fff;
    box-sizing: border-box;
    padding: 24px;
}

.box_style03 {
    background: #f7f8fa;
    box-sizing: border-box;
    padding: 24px;
}

/*list*/
.list_style01 {
    text-align: left;
    padding-left: 24px;
}

.list_style01 li {
    list-style: disc;
}

.list_style01 li+li {
    margin-top: 16px;
}

.list_style02 {
    text-align: left;
    padding: 16px 16px 16px 40px;
    background: #f7f8fa;
}

.list_style02 li {
    list-style: disc;
}

.list_style02 li+li {
    margin-top: 8px;
}

.tx_big {
    font-size: 1.2em;
}

.h_100 {
    height: 100%;
}

/*-----------------------------------------------

document-digitalization

------------------------------------------------*/
[id^="telephone-secretary"] {
    padding: 30px 0;
}

@media print,
screen and (min-width:768px) {
    [id^="telephone-secretary"] {
        padding: 60px 0;
    }
}

#telephone-secretary02,
#telephone-secretary04 {
    background: #f7f8fa;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

company

---------------------------------------------------------------------------------------------------------------------------------------- */
#company1 {
    padding: 30px 0;
}

@media print,
screen and (min-width:768px) {
    #company1 {
        padding: 60px 0;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

recruit

---------------------------------------------------------------------------------------------------------------------------------------- */
#recruit1 {
    padding: 30px 0;
}

@media print,
screen and (min-width:768px) {
    #recruit1 {
        padding: 60px 0;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

rental-office

---------------------------------------------------------------------------------------------------------------------------------------- */
#rental-office1 {
    padding: 30px 0;
}

#rental-office1 p.margin_t20 {
    text-align: left;
}

#rental-office1>ul.r_o_list {
    margin: 20px 0 0;
}

#rental-office1 ul.r_o_list li ul {
    margin: 20px 0;
    font-size: 0;
    text-align: left;
}

#rental-office1 ul.r_o_list li ul li {
    display: inline-block;
    color: #fff;
    background: #74BAFF;
    padding: 5px 8px;
    margin-bottom: 10px;
}

#rental-office1 ul.r_o_list li ul li:not(:last-child) {
    margin-right: 5px;
}

@media print,
screen and (min-width:768px) {
    #rental-office1 {
        padding: 60px 0;
    }

    #rental-office1 ul.r_o_list {
        margin: 40px 0 0;
        display: flex;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #rental-office1 ul.r_o_list li {
        width: 31%;
        margin: 0 1% 60px;
    }

    #rental-office1 ul.r_o_list li ul {
        display: inherit;
    }

    #rental-office1 ul.r_o_list li ul li {
        width: auto;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

privacy

---------------------------------------------------------------------------------------------------------------------------------------- */
#privacy1 {
    padding: 30px 0;
    text-align: left;
}

#privacy1 ul.privacy_ul {
    margin-bottom: 20px;
}

#privacy1 ul li {
    margin-left: 15px;
    list-style: disc;
    font-size: 16px;
}

@media print,
screen and (min-width:768px) {
    #privacy1 {
        padding: 60px 0;
    }

    #privacy1 ul.privacy_ul {
        margin-bottom: 40px;
    }
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

sitemap

---------------------------------------------------------------------------------------------------------------------------------------- */
#sitemap1 {
    padding: 30px 0;
    text-align: left;
}

#sitemap_list {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    text-align: left;
    color: #090073;
}

#sitemap_list li {
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #EAEAEA;
}

#sitemap_list li li {
    border: none;
}

#sitemap_list li a {
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
}

#sitemap_list li li a {
    padding: 5px;
}

#sitemap_list li a:before {
    content: "□";
    padding-right: 10px;
}

#sitemap_list li li a:before {
    content: "■";
}

#sitemap_list li a:hover {
    text-decoration: underline;
}

#sitemap_list .cat-item span {
    display: none;
}

#sitemap_list li li a {
    padding-left: 45px;
    line-height: 33px;
}

#sitemap_list .home-item {
    background-color: #090073;
}

#sitemap_list .home-item a {
    color: #fff;
}

@media print,
screen and (min-width:768px) {
    #sitemap1 {
        padding: 60px 0;
    }
}