@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

index 

---------------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------boothin_top*/
#firstview_boothin{
 width:100%;
 background-image: url("https://www.ba-rentaloffice.com/wp-content/uploads/2018/03/boothin_backgroundimage.png");
 background-size: cover;
 margin:0;
 padding-top: 90px;/*50px*/
 padding-bottom:50px;
 display: inline-block;
}
@media print, screen and (max-width: 640px) {
#firstview_boothin{
 margin:35px 0 0 0;
}
}
.boothintop_inner {
    width: 80%;
    max-width: 1140px;
    box-sizing: content-box;
    background: rgba(255,255,255,0.9);
    padding: 20px;
    margin: 0 auto;
}
.boothintop_inner li:nth-child(odd) {
    float: left;
    width: 30%;
    box-sizing: content-box;
    margin-top: -84px;/*0*/
}
@media print, screen and (max-width: 640px) {
.boothintop_inner li:nth-child(odd) {
    display:none;
}
}
.boothintop_inner li:nth-child(even) {
    float: left;
    width: 70%;
    box-sizing: content-box;
}
@media print, screen and (max-width: 640px) {
.boothintop_inner li:nth-child(even) {
    float: none;
    width: 100%;
    box-sizing: content-box;
}
}
.boothintop_inner li img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.boothintop_inner li:nth-child(odd) img {
    /*max-width: 250px;*/
    height: auto;
}
.boothintop_inner li h1 {
    font-weight: 600;
    font-family: 'Jost','Noto Sans JP','Century Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 26px;
    color:#073A80;
    text-align: center;
}
.boothintop_inner li h2 {
    background: #073A80;
    padding: 10px;
    font-size: 200%;
    color: #fff;
    width: 90%;
    margin: 20px auto 10px;
}
.boothintop_inner li p {
    color:#073A80;
    font-family: 'Jost','Noto Sans JP','Century Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight:900;/*600*/
    font-size: 25px;
}
.boothintop_inner .link_button {
    margin-top: -60px;
}
.boothintop_inner .link_button a {
    font-size: 18px;
}
@media print, screen and (max-width: 576px) {
.boothintop_inner li p {
    font-size:18px;
}
.boothintop_inner .link_button {
    margin-top: 0;
}
.boothintop_inner .link_button a {
    display: inline-flex;
    width: auto;
}
    .link_button a::after {
        margin-left: 20px;
    }
}

/*about*/
#about .title01 img {
    width: 40%;
    height: auto;
}
#about .link_button {
    margin-top: 20px;
}
#about .link_button a {
    margin: 0 0 0 auto;
}
@media print, screen and (min-width:768px) {
    #about .link_button {
        margin-top: 40px;
    }
}

/*flow*/
.boothin_howto {
	width:100%;
	letter-spacing: -.4em;
}
.boothin_howto li{
    border: 1px solid #2e388c;
	vertical-align: top;
	width:100%;
	display:block;
	margin:20px 0;
    padding: 15px;
	letter-spacing:1px;
    position: relative;
}
.boothin_howto li:before {
    font-family: 'Libre Baskerville', serif;
    color: #e0e1eb;
    font-size: 36px;
    position: absolute;
    top: -15px;
    right: -3px;
    z-index: -1;
}
.boothin_howto li:nth-child(1):before {
    content: "STEP01";
}
.boothin_howto li:nth-child(2):before {
    content: "STEP02";
}
.boothin_howto li:nth-child(3):before {
    content: "STEP03";
}
.boothin_howto li:nth-child(4):before {
    content: "STEP04";
}
.boothin_howto li .title02 {
    position: relative;
    z-index: 2;
}
@media print, screen and (min-width: 768px) {
.boothin_howto {
    display: flex;
}
.boothin_howto li{
	width:22%;
    padding: 20px 15px;
	margin:20px 1.5%;
}
.boothin_howto li:nth-child(-n+3):after {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 12px;
  border-color: transparent transparent transparent #a8b5be;
}
}
.boothin_howto li p{
	text-align:center;
	font-family: 'Jost','Noto Sans JP','Century Gothic',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight:600;
    font-size: 25px;
}
.boothin_howto li p span{
    font-size: 150%;
}
.boothin_howto li img{
	width:70%;
	margin: 10px auto;
    display: block;
}


.other_services {
    font-weight: 600;
    margin: 20px 0 10px;
}
@media print, screen and (max-width: 640px) {
.other_services{
    font-size:16px;
}
}
.boothin_open{
	display: inline-block;
	position: relative;
	margin: 20px 20px 10px;
	padding: 0 40px;
	color: #073A80;
	font-size: 30px!important;
	font-weight: 900;
	line-height: 1.5;
}
@media screen and (max-width: 640px){
.boothin_open{
	font-size: 24px!important;
	padding: 0 30px;
}
}
.boothin_open::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 37px;
	background: #073A80;
	transform: translateY(-50%) rotate(-45deg);
}
.boothin_open::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 3px;
	height: 37px;
	background: #073A80;
	transform: translateY(-50%) rotate(45deg);
}
.booth_price {
	text-decoration: line-through;
	font-size: 100%!important;
}
.boothin_plan {
	width:100%;
}
.boothin_plan li{
	width:100%;
	margin:20px 0;
    padding: 30px;
}

.boothin_plan li .link_button2 a {
    width: 100%;
    max-width: 240px;
}
.boothin_plan li img{
	width: 70%;
    margin: 0 auto;
    display: block;
}
.boothin_plan li h3{
	color:#fff;
	font-size:25px;
	font-weight:600;
	background:#8C1A1A;
	padding: 10px;
    border-radius: 10px;
}
.boothin_plan .tg2 th[colspan="2"] {
    font-size: 16px;
    color: #fff;
    background: #2e388b;
    text-align: center;
}
.boothin_plan .tg2 {
    margin-bottom: 15px;
}
@media print, screen and (min-width:576px) {
    .boothin_plan {
        display: flex;
        flex-wrap: wrap;
    }
    .boothin_plan li{
        width: calc(100% / 2 - 30px);
        margin: 0 15px 30px;
    }
}
@media print, screen and (min-width:768px) {
    .boothin_plan li{
        width: calc(100% / 2 - 40px);
        margin: 0 20px 50px;
    }
    .boothin_plan .tg2 {
        margin-bottom: 24px;
    }
}
/*access*/
#access_area_sec .shop_title {
    width: 100%;
}
#access_area_sec .caption {
    color: #2e388b;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
}
#access_area_sec .right_box ul {
    display: flex;
    margin-top: 10px;
}
#access_area_sec .right_box ul li {
    width: calc(100% / 3 - 3%);
}
#access_area_sec .right_box ul li {
    margin-right: 3%;
}
@media print, screen and (min-width:768px) {
    #access_area_sec .shop_title {
        width: auto;
        display: inline-block;
        padding: 0 40px;
    }
    #access_area_sec .title01 {
        text-align: left;
        background: url(../../img/tokyo/common_img/point.png) no-repeat bottom left;
        padding: 10px 0;
        margin-bottom: 30px;
    }
    #access_area_sec .title01 span {
        display: inline-block;
        padding-left: 20px;
        background: none;
    }
    #access_area_sec .caption {
        margin: 10px 0;
    }
}

/*plan*/
#plan_sec .left_box {
    text-align: center;
}
#plan_sec .right_box .tg2 {
    margin-bottom: 15px;
}

/*other_services*/
#other_services {
    text-align: center;
}
#other_services img {
    margin-bottom: 10px;
}
#other_services .link_button a {
    width: 290px;
}
/*------------------------------------------------------------content*/
/*更新プログラム(連動)フォーマット*/
#news01 {
    width: 100%;
    overflow: hidden;
}
#news01 dl {
    width: 100%;
    padding: 0 0 30px 0;
}
#news01 dl dd div.rendo_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news01 dl dd div.rendo_article {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#news01 dl dt {
    text-align: center;
    margin-bottom: 15px;
}
#news01 dl dd .rendo_title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #1a1521;
}
#news01 dl dd .rendo_article {
    display: block;
    padding-top: 10px;
}
#news01 dl dd a {
    color: #1a1521;
    text-decoration: none;
}
@media print, screen and (min-width:768px) {
    #news01 dl {
        display: inline-block;
        width: 263px;
        margin-right: 24px;
    }
    #news01 dl:last-child {
        margin-right: 0;
    }
    #news01 dl dd .rendo_article {
        width: 263px;
        height: 50px;
    }
    #news01 dl dd a:hover {
        opacity: 0.7;
    }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
    width: 100%;
}
@media print, screen and (min-width:768px) {
    #news02 div.title03 br {
        display: none;
    }
}
.newsbox {
    margin-top: -80px;
    padding-top: 80px;
}
.newsbox .news_text {
    overflow: hidden; /* for modern browser */
    zoom: 1; /*ie6*/
    line-height: 1.5;
    text-align: left;
}
.newsbox img {
    margin-bottom: 10px;
}
/*Googlemap*/
#googlemap iframe {
    display: none;
}
.mapbtn {
    background: #666;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    width: 100px;
}
.mapbtn a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 10px;
}
.mapbtn a:hover {
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
    #googlemap iframe {
        display: block;
    }
    .mapbtn {
        display: none;
    }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

news 

---------------------------------------------------------------------------------------------------------------------------------------- */
#contents_wrapper {
    padding: 0 0 30px;
}
@media print, screen and (min-width:768px) {
    #contents_wrapper {
        padding: 0 0 90px;
    }
}
/*ウィジェットエリア*/
#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 #4F402F;
}
#content_right .blog_module .sns_container h4{
    padding: 5px 10px;
    font-size: 16px;
    background-color: #840d02;
    color: #fff;
}
#content_right .blog_module .sns_container ul{
    margin-bottom: 0;
    padding: 0 5px;
    text-align: center;
}
@media print, screen and (min-width:768px) {
    #content_right .blog_module .widget_title {
        font-size: 18px;
    }
}
/*一覧ページ*/
#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 {
    text-align: left;
    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{
    display: block;
    width: auto;
    max-width: 640px;
    height: auto;
    margin: 20px auto;
}
#article_wrapper p {
    /*font-size: 16px;*/
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
#article_wrapper h3{
    font-size: 26px;
    margin-bottom: 30px;
}
#article_wrapper .img_container img{
    width: 100%;
}
#article_wrapper h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #4F402F;
    font-size: 22px;
    line-height: 140%;
    text-align: left;
}
#article_wrapper p{
    border: none;
    padding-bottom: 0;
}
#article_wrapper .mb_50{
    margin-bottom: 50px;
}
#article_wrapper .article_content {
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}
#article_wrapper .content_box div.left_box{
    padding: 0 20px 0 0;
}
#article_wrapper .content_box div.right_box{
    padding: 0 0 0 20px;
}
.tokuchou .item_container a{
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #4F402F;
    color: #fff;
}
.article_content p{
    font-size: 16px;
    line-height:200%;
    margin-bottom:100px;
}
.tokuchou,
.merit_item{
    padding: 60px 0 20px;
}
.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, .page_navi .prev_post{
    text-align: left;
}
.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;
}
.sns_icons{width:100%;text-align:left;display:inline-block;}
.sns_icons li {display:inline-block;}
.sns_icons li a{
    font-size: 32px;
    margin-right: 10px;
    float:left;
    line-height: 1;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

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;
    vertical-align: middle;
}
table#contact tr td {
    display: block;
    padding: 10px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    text-align: left;
    vertical-align: middle;
}
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;
    }
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 10px;
    background: url("../../img/tokyo/common_img/pagetitle.jpg") no-repeat center;
    background-size: cover;
}
#pagetitle p {
    font-family: "NotoSerifBold";
    font-size: 24px;
    color: #fff;
}
@media print, screen and (min-width:768px) {
    #pagetitle {
        padding: 80px 0;
        margin-bottom: 30px;
    }
    #pagetitle p {
        font-size: 30px;
    }
}
/*------------------------------------------------------------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: 450px;
    }
    .swiper-container02 {
        height: 450px;
    }
}
/*@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;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

virtualoffice

---------------------------------------------------------------------------------------------------------------------------------------- */
/*virtualoffice01*/
#virtualoffice01 .link_button {
    text-align: right;
}
#virtualoffice01 .link_button a {
    display: inline-flex;
    width: auto;
}
#virtualoffice01 .link_button a:after {
    margin-left: 15px;
}
/*virtualoffice02*/
#virtualoffice02 .inner {
    background: #fff;
}
#virtualoffice02 .inner .title02 {
    text-align: center;
    margin-bottom: 2px;
}
#virtualoffice02 .inner p {
    padding: 0 10px 10px;
}
/*virtualoffice03*/
#virtualoffice03 .txt {
    padding: 5px;
    background: #f0f1f3;
}
@media print, screen and (min-width:768px) {
    #virtualoffice03 .txt {
        padding: 10px 15px;
    }
}
/*plan_intro*/
#plan_intro dl dt {
    padding: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}
#plan_intro dl.economy {
    border: 2px solid #74BAFF;
    margin-bottom: 30px;
}
#plan_intro dl.economy dt {
    background: #fff;
    padding: 15px;
}
#plan_intro dl.economy dd {
    color: #fff;
    background: #74BAFF;
}
#plan_intro dl.standard {
    border:2px solid #2e388b;
}
#plan_intro dl.standard dt{
    background:#fff;
    padding: 15px;
}
#plan_intro dl.standard dd {
    border:2px solid #2e388b;
    background:#2e388b;
    color:#fff;
}
#plan_intro dl dt .txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}
#plan_intro dl dt .title02 {
    background: #f0f1f3;
    padding: 3px 10px;
}
#plan_intro dl dt ul {
    display: inline-block;
    margin: 10px auto 20px;
    padding: 0;
    list-style: none;
    width: auto;
    text-align: center;
}
#plan_intro dl dt ul li {
    padding: 3px 15px;
    text-align: center;
    font-size: 150%;
}
#plan_intro dl dt ul li.wrap {
    border-radius: 4px;
    border: 1px solid #c3c7e6;
    background: #f1f2ff;
}
#plan_intro dl dd ul {
        padding: 10px 0;
    }
#plan_intro dl dd ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    /*width: 100%;*/
    font-size: 18px;
}
#plan_intro dl dd ul li strong {
    font-size: 120%;
    font-weight: 700;
}
@media print, screen and (min-width:576px) {
    #plan_intro dl dt ul {
        display: inline-flex;
    }
    #plan_intro dl dd ul {
        display: flex;
        justify-content: space-evenly;
    }
}
@media print, screen and (min-width:768px) {
    #plan_intro dl.economy {
        margin: 0 30px 30px;
    }
    #plan_intro dl.economy dt {
        padding: 15px 20px;
    }
    #plan_intro dl.standard {
        margin: 0 30px;
    }
    #plan_intro dl.standard dt {
        padding: 15px 20px;
    }
    #plan_intro dl dt ul li {
        padding: 5px 20px;
    }
}
/*flow*/
#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) {
    #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 {
    background: #fff;
    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.step2 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#step_container .content_box .right_box.step2 table th {
    width: 50%;
    color: #2e388b;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
#step_container .content_box .right_box.step2 table td {
    padding: 5px 5px 0px 15px;
    line-height: 130%;
    font-weight: 500;
    font-size: 16px;
}

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

faq 

---------------------------------------------------------------------------------------------------------------------------------------- */
.faq_cat {
    text-align: center;
    font-size: 18px;
    font-family: "NotoSerifBold";
    padding: 0 0 8px;
    margin-bottom: 10px;
    position: relative;
}
.faq_cat:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #2e388b;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: ranslateX(-50%);
    transform: translateX(-50%);
}
@media print, screen and (min-width:768px) {
    .faq_cat {
        font-size: 26px;
        padding: 0 0 8px;
        margin-bottom: 20px;
    }
}
.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;
}
.faq_detail tr.blank {}


/*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;
}















