/*
 Theme Name:   MarineBlock NANO
 Theme URI:    
 Author:       
 Author URI:   
 Template:     nano_tcd065
 Version:      1.0.0
*/


/*------------------------------------- 
全体設定
------------------------------------- */
body {
  font-family: "Noto Sans JP" !important;
	font-weight: 400!important;
}
.weight100 {
  font-weight: 100
}
.weight300 {
  font-weight: 300
}
.weight400 {
  font-weight: 400
}
.weight500 {
  font-weight: 500
}
.weight600 {
  font-weight: 600
}
.weight700 {
  font-weight: 700
}
.weight900 {
  font-weight: 900
}
.rich-font {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.y-green {color: #69a323;}
.wy-green {color: #016a3a!important;}
.green {
    color: #099;
}

.d-flex {
    display: flex;
}
.d-flex-vcenter {
	align-items: center;
}
.d-inline {
	display: inline-block;
}
d-none {
	display: none;
}

ul {
  list-style-type: none;
}


.pc {
  display: block;
}
div[class*="wp-container-"].pc-i {
  display: block;
}
div[class*="wp-container-"].is-not-stacked-on-mobile.pc-i {
	display: flex;
}

.sp {
  display: none;
}
div[class*="wp-container-"].sp-i {
  display: none;
}
div[class*="wp-container-"].is-not-stacked-on-mobile.sp-i {
	display: none;
}

	.sp.tablet {
		display: none;
	}


.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }

.pt20 { padding-top: 20px!important; }


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

/* flex */
.same-height {
	align-items: stretch!important;
}
.same-height div {
	align-self: auto!important;
}
ul.flex-two-column {
	display: flex!important;
  flex-wrap: wrap;
  justify-content: center;
}
ul.flex-two-column li {
	width: 40%;
}

/*table*/
.nowrap {
	white-space: nowrap;
}
.p-entry__body th {
	white-space: nowrap;
}
.table-wrap {
	gap: 0!important;
	align-items: center;
	display: flex;
	margin-bottom: 0;
}
.table-wrap .table-h{
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #ddd;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
  align-self: stretch;
}
.table-wrap .table-d{
	border: 1px solid #ddd;
	border-left: none;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
  align-self: stretch;
}
figure.wp-block-table {
	margin: 1em 0;
}
@media screen and (max-width: 1023px) {
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-h {
	flex-basis: 33.33%!important;
}
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-d {
	flex-basis: 66.66%!important;
}
  .col-6.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc((100% - 2em * 2) / 3) !important;
  }
  .col-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis:  calc((100% - 2em * 2) / 3)  !important;
  }
}

@media screen and (max-width: 542px) {
figure.wp-block-table table {
	width: 100%;
}
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-h {
	flex-basis: 100%!important;
}
.wp-block-columns.table-wrap:not(.is-not-stacked-on-mobile)>.wp-block-column.table-d {
	flex-basis: 100%!important;
	border: 1px solid #ddd;
	border-top: none;
}
  .col-6.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: calc((100% - 2em) / 2) !important;
  }
  .col-3.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important;
  }

}

.table-wrap p {
	margin-bottom: 0;
}

/* list */
.no-list-style {
	list-style: none!important;
}

/*aligncenterが中央寄せにならない*/
.p-entry__body .aligncenter {
    display: table;
}

/* Header */


/* Cover */
.p-cover::before {
		display: block;
    content: "";
    background-image: url(images/common/filter_video.png);
    background-repeat: repeat;
    background-position: 0 0;
}


/* side */
.l-contents__inner {
	display: flex;
}
ul.side-banner {
	margin-bottom: 16px;
}
ul.side-banner li img {
    max-width: 100%;
}
.p-list h2.side_h2 {
    background: #099;
    height: 30px;
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.p-list ul li {
	line-height: 1.4;
}
.p-list ul li ul {
    margin-left: 30px;
    margin-bottom: 20px;
}
li.p-list__item a[href*=uncategorized] {
	display: none;
}
p.p-page-header__sub {
    text-align: center;
}


/*見出し*/
main .p-cover__title {
	font-size: 22px;
	font-size: 1.75rem;
	font-weight: 500;
	text-align: center;
}
main .p-entry__body h2 {
  position: relative;
  padding: 1rem .5rem;
	background: #f7fdfd;
}

main .p-entry__body h2:before,
main .p-entry__body h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: -moz-linear-gradient(90deg, #8cd9d9 0%, #009999 50%, #8cd9d9 100%);
background: -webkit-linear-gradient(90deg, #8cd9d9 0%, #009999 50%, #8cd9d9 100%);
background: linear-gradient(90deg, #8cd9d9 0%, #009999 50%, #8cd9d9 100%);
}

main .p-entry__body h2:before {
  top: 0;
}

main .p-entry__body h2:after {
  bottom: 0;
}


main .p-entry__body h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #8cd9d9;
	margin-bottom: 3rem;
}

main .p-entry__body h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #009999;
}


main .p-entry__body h4 {
  padding: 0.25em 0.6em;
  color: #494949;/*文字色*/
  background: #e7f9f9;
  border-left: solid 5px #099;/*左線*/
	font-weight: normal;
	font-size: 1.2rem;
  padding: 0.75rem 1rem;
}
main .p-page-header__title, .p-cover__header-title {
    font-size: 28px;
		text-align: center;
}
.p-entry__body h2.rich-font-h2 {
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 28px;
	line-height: 2.2;
	font-weight: bolder;
	text-align: center;
	background: none;
	border-bottom: none;
}

main .p-entry__body h5.semi-order {
    background: #099;
    padding: 5px 20px;
    width: fit-content;
    color: #fff;
}


/* header */

.d-none {
	display: none!important;
}
main .p-breadcrumb__item {
	color: #000;
}


/* caution */
.caution-box {
    width: 80%;
    margin: 0 auto 40px;
    border: #099 1px solid;
}
.catution-box-title {
    background: #099;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2em;
}
.catution-box-text {
    padding: 20px;
    line-height: 1.8;
}


/*------------------------------------- 
TOPページ
------------------------------------- */
.home main .l-contents {
    padding-top: 0;
}
.home .p-index-content04 .p-article12__title, .home .p-cb__item-title {
	font-weight: 400;
}

/* slider */
.p-header-slider__item--2 .p-header-content__inner {
	top: 25%;
}

/* グローバルメニュー */
body .l-header__nav {
	background: #330000;
    color: #ffffff;
}

body .p-global-nav > li > a:hover, body .p-global-nav > .current-menu-item > a {
    background: #795353;
}
body .p-global-nav > li > a, body .p-menu-btn {
    color: #ffffff;
}
body .p-global-nav .sub-menu a {
    background: #300;
}
body .p-global-nav .sub-menu a:hover {
    background: #795353;
}


#global_menu {
  z-index:10; width:100%; height:60px; position:absolute; left:0px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
	background: #EEEEEE;
}
#global_menu > ul {
  position:relative; text-align:center; margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	font-size: 14px;
  line-height: 60px;
  margin-bottom: 0;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 92.1875%;
    max-width: 1180px;
}
#global_menu > ul > li {
  position:relative; line-height:1; text-align:center; font-size:14px;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  flex-basis: auto;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: relative;
}

#global_menu > ul > li > a { padding:0 20px; color: #03070A; font-size:14px; text-decoration:none; height:60px; line-height:60px; display:block; position:relative; }
#global_menu > ul > li > a:hover:after, #global_menu > ul > li.current-menu-item a:after { height:4px; }
#global_menu > ul > li > a.active:after { }
#global_menu a:hover { background: #300; color: #ffffff;}

#global_menu ul ul { display:none; width:100%; min-width:240px; position:absolute; top:60px; left:0; margin:0; padding:0; z-index:9999; background-color: #795353;min-width: fit-content; }

#global_menu ul ul ul { left: 100%; top:0; margin:0; border:none; }
#global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu ul ul a { font-size:14px; display:block; border:none; position:relative; padding:14px 25px 12px; height:auto; line-height:1.6; margin:0; color: #fff; }
#global_menu ul ul a:hover { text-decoration:none; border:none; background: #300; }

#global_menu ul ul li.menu-item-has-children > a:before {
  font-family:'design_plus'; content:'\e910'; color:#ddd; display:block; position:absolute; right:9px; top:23px; font-size:9px; height:9px; line-height:9px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}



/* 子メニューを逆方向にする */
#global_menu ul > li.type2 > ul { left:auto; right:0%; }
#global_menu ul ul > li.type2 ul { left:auto; right:100%; }
#global_menu ul ul li.menu-item-has-children.type2 > a:before { content:'\e90f'; right:auto; left:9px; }


/* その他 */
.pc #menu_button { display:none; }
.pc #header_mobile_banner { display:none; }
#drawer_menu { display:none; }


/* page */
article .p-company-header {
	margin-bottom: 0;
}

/* footer */
.p-footer-widgets {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.footer-caution {
	font-size: 12px;
  text-align: center;
	padding: 15px 0;
	line-height: 1.6;
}
.p-footer-widgets__item:first-child, .p-footer-widgets__item:nth-of-type(2), .p-footer-widgets__item:nth-of-type(3) {
    width: 33.3333%;
}

.p-footer-widgets__item:nth-of-type(4), .p-footer-widgets__item:nth-of-type(5) {    width: 0;
		display: none;
}
main .p-entry__body h2.p-footer-widget__title:after {
	background: none:
}

/* メイン画像 */
/*.p-header-slider__item--1 .p-header-slider__item-img {
  height: 500px;
}*/
.slick-track .p-header-slider__item {
    height: 700px;
}
/* お知らせ */
.l-contents--no-border .l-contents__inner {
  background: #fff;
	margin-top: 40px;
}
.content-nav {
  min-width: 1000px;
}
.content-nav > ul {
  display: flex;
  height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}
.content-nav > ul > li {
  flex: 1;
  display: flex;
  align-items: stretch;
  padding: 20px;
  background: #007BBB;
  cursor: pointer;
  transition: all .5s ease;
}

/* WordPress */
.wp-block-query ul {
	list-style: none;
}
.wp-block-query ul li h3 {
	border-bottom: none;
	padding: 0;
}
.wp-block-query ul li h3:before {
	background: none;
}
.wp-block-query ul li .wp-block-post-excerpt__more-text {
	position: relative;
}

.p-entry__body .wp-block-query ul li p.wp-block-post-excerpt__excerpt {
	margin-bottom: 20px;
}
.wp-block-query ul li .wp-block-post-excerpt__more-text a {
	  text-align: center;
    padding: 5px;
    background: #099;
    color: #fff;
    width: 72px;
		line-height: 1.6;
    position: absolute;
    right: 0;
    font-size: 0.8em;
}
.wp-block-image figcaption {
	text-align: center;
}


/* 会社案内 */
.single-company .p-company-header__img:before {
    content: "";
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.single-company .p-company-header__content {
    z-index: 2;
}

/* セミオーダー */
table.tbl-semi-konoji .row-1 .column-1, table.tbl-semi-konoji .row-1 .column-2, table.tbl-semi-konoji .row-1 .column-5, table.tbl-semi-konoji .row-2 .column-1, table.tbl-semi-konoji .row-2 .column-2, table.tbl-semi-konoji .row-2 .column-3, table.tbl-semi-konoji .row-2 .column-4, table.tbl-semi-konoji .row-2 .column-5, table.tbl-semi-konoji .row-2 .column-6, table.tbl-semi-konoji .row-2 .column-7,table.tbl-semi-konoji .row-3 .column-1, table.tbl-semi-konoji .row-4 .column-1, table.tbl-semi-konoji .row-5 .column-1, table.tbl-semi-konoji .row-6 .column-1 
 {	background: #fafafa;
  font-weight: normal;
	white-space: nowrap;
	border: 1px solid #ddd;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
	text-align: center;
}
table.tbl-semi-konoji .row-3 .column-2, table.tbl-semi-konoji .row-3 .column-3, table.tbl-semi-konoji .row-3 .column-4, table.tbl-semi-konoji .row-3 .column-5, table.tbl-semi-konoji .row-3 .column-6, table.tbl-semi-konoji .row-3 .column-7, table.tbl-semi-konoji .row-4 .column-2, table.tbl-semi-konoji .row-4 .column-3, table.tbl-semi-konoji .row-4 .column-4, table.tbl-semi-konoji .row-4 .column-5, table.tbl-semi-konoji .row-4 .column-6, table.tbl-semi-konoji .row-4 .column-7, table.tbl-semi-konoji .row-5 .column-2, table.tbl-semi-konoji .row-5 .column-3, table.tbl-semi-konoji .row-5 .column-4, table.tbl-semi-konoji .row-5 .column-5, table.tbl-semi-konoji .row-5 .column-6, table.tbl-semi-konoji .row-5 .column-7, table.tbl-semi-konoji .row-6 .column-2, table.tbl-semi-konoji .row-6 .column-3, table.tbl-semi-konoji .row-6 .column-4, table.tbl-semi-konoji .row-6 .column-5, table.tbl-semi-konoji .row-6 .column-6, table.tbl-semi-konoji .row-6 .column-7 {
	border: 1px solid #ddd;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
}
table.tbl-semi-konoji .row-3 .column-7, table.tbl-semi-konoji .row-4 .column-7, table.tbl-semi-konoji .row-5 .column-7, table.tbl-semi-konoji .row-6 .column-7 {	white-space: nowrap;
}

/*Blog*/
.p-blog__list-item .p-article01__img {
	position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.p-blog__list-item .p-article01__img img {
	position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* WooCommerce */
main .p-entry__body h2.woocommerce-loop-product__title, section.related ul.products li h2 {
	background: none;
  border-bottom: none;
	color: initial;
}
main .p-entry__body h2.woocommerce-loop-product__title, section.related ul.products li h2:before, main .p-entry__body h2.woocommerce-loop-product__title, section.related ul.products li h2:after, main .p-entry__body h2.woocommerce-loop-product__title:before, main .p-entry__body h2.woocommerce-loop-product__title:after {
	background: none;
}
.woocommerce div.product .product_title {
  padding: 1rem 2rem;
	margin-bottom: 16px;
}
.sku-product {
	text-align: right;
  font-size: 0.8rem;
	margin-bottom: 2rem;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 6em;
}

/*ul.products li.product {
	position: relative;
  width: 100%;
  padding-bottom: 100%;
}
ul.products li.product img {
	position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

/* よくあるご質問 */
.p-entry__inner #eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 .eckb-article-content-header-row-right-group {
	display: none;
}
.p-entry__inner #eckb-article-page-container-v2 #eckb-article-body {
	grid-template-columns: 0 100% 0 0;
}
main .p-entry__body  h2.epkb-cat-name, main .p-entry__body  h2.epkb-cat-name:before, main .p-entry__body h2.epkb-cat-name:after, .tax-epkb_post_type_1_category #eckb-categories-archive__body__content__body .eckb-article-header .eckb-article-title h2, .tax-epkb_post_type_1_category #eckb-categories-archive__body__content__body .eckb-article-header .eckb-article-title h2:before, .tax-epkb_post_type_1_category #eckb-categories-archive__body__content__body .eckb-article-header .eckb-article-title h2:after {
	background: none;
}
#eckb-categories-archive__body__content__header .epkbfa-folder-open:before {
	content: "";
}
#eckb-categories-archive__body__content__header .eckb-category-archive-title-desc {
	display: none;
}
#eckb-categories-archive-container-v2 {
	width: 100%!important;
}
.tax-epkb_post_type_1_category #eckb-categories-archive-container-v2 .eckb-category-archive-style-2 .eckb-article-container {
	padding-left: 0;
}
.tax-epkb_post_type_1_category #eckb-categories-archive-container-v2 .eckb-category-archive-style-2 .eckb-article-container .eckb-article-header .eckb-article-title .eckb-article-title-icon {
	display: none;
}
.tax-epkb_post_type_1_category #eckb-categories-archive-container-v2 .eckb-category-archive-style-2 .eckb-article-container .eckb-article-header .eckb-article-title h2 {
	font-size: 1rem;
}
.tax-epkb_post_type_1_category #eckb-categories-archive-container-v2 .eckb-category-archive-style-2 .eckb-article-container .eckb-article-header .eckb-article-title h2 a {
	color: #000;
}
.tax-epkb_post_type_1_category #eckb-categories-archive-container-v2 .eckb-category-archive-style-2 .eckb-article-container .eckb-article-header .eckb-article-metadata {
	display: none;
}
.tax-epkb_post_type_1_category .eckb-article-body {
	display: none;
}

/* 1280px以下 */
@media screen and (max-width: 1325px) {
.p-breadcrumb {
    display: block;
}
}

/* 1280px以下 */
@media screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1199px) {
#container .l-header .l-header__inner {
    position: relative;
}
#container .l-header__desc {
    display: block;
}

}
@media screen and (max-width: 1141px) {
	main .l-contents{
		padding-top: 0;
	}
	.mobile #header {
	    height: 60px;
	    position: relative;
	}


	.mobile #menu_button {
	    position: absolute;
	    z-index: 50;
	    right: 0px;
	    bottom: 0px;
	    display: inline-block;
	    font-size: 11px;
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    text-decoration: none;
	    text-align: center;
	}
	.mobile #menu_button::before {
	    font-family: 'design_plus';
	    font-size: 18px;
	    display: block;
	    position: absolute;
	    top: 2px;
	    bottom: 0;
	    left: 0px;
	    right: 0;
	    margin: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	#menu_button:before {
	    content: '\f0c9';
	}
	.open_menu #menu_button:before {
	    content: '\e91a';
	}
	.mobile #menu_button span {
		display: none;
	}


.mobile.open_menu #container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.mobile.open_menu #drawer_menu {
    display: block;
    position: fixed;
    top: 0px;
    height: 100%;
    background: #333;
    overflow: auto;
    z-index: 9999;
    -webkit-transition: right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile.open_menu #container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}
.mobile.open_menu #drawer_menu {
    display: block;
    position: fixed;
    top: 0px;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #333;
    overflow: auto;
    z-index: 9999;
    -webkit-transition: right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile.open_menu #drawer_menu {
    right: -80%;
    width: 80%;
}
.mobile #mobile_menu {
    width: 100%;
    margin: 0;
}
.mobile.open_menu #drawer_menu {
		display: block;
	  right: 0;
		top: 60px;
    box-shadow: -5px 0 20px 0 rgb(0 0 0 / 40%);
}
.mobile #mobile_menu li {
    position: relative;
}
.mobile #mobile_menu .child_menu_button {
    display: block;
    position: absolute;
    text-align: center;
    width: 55px;
    height: 55px;
    right: 0px;
    top: 1px;
    z-index: 9;
    cursor: pointer;
}
.mobile #mobile_menu ul {
	display: none;
}
.mobile #mobile_menu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 20px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile #mobile_menu ul {
    margin: 0;
}
.mobile #mobile_menu ul.sub-menu {
	background: #555;
}
#mobile_menu li.open > .child_menu_button .icon:before {
    content: '\e911';
}
#mobile_menu .child_menu_button .icon:before {
    font-family: 'design_plus';
    content: '\e90e';
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 22px;
    top: 25px;
}
#drawer_close {
	font-size: 24px;
}
.mobile .simplebar-content-wrapper {
	height: calc( 100% - 60px )!important;
}



.l-header__desc {
    display: none;
}
.c-logo img {
	max-width: 220px;
	max-height: 60px;
}


}

/* タブレット */
@media screen and (max-width: 1023px) {
.pc {
}
	.sp.tablet {
		display: block;
	}
.p-entry__body {
	margin-top: 40px;
}
.p-entry__body .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop {
    flex-direction: initial;
}
.p-footer-widgets__item:first-child, .p-footer-widgets__item:nth-of-type(2), .p-footer-widgets__item:nth-of-type(3) {
    width: 100%;
}

}

@media screen and (max-width: 1001px) {
	header #global_menu {
	    display: none;
	}
	.button-alumni a {
	    display: none;
	}
	header.l-page-header {
		display: none;
	}
	.pdf-negative {
		height:411px;
	}
	.p-footer-nav {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    padding: 30px 20px 10px;
	}
	.p-footer-nav li {
	    line-height: 1;
	    text-align: left;
	    margin: 0 0 20px;
	    width: 50%;
	}
}

@media screen and (max-width: 991px) {
.l-inner {
	max-width: 991px;
}
}
@media screen and (max-width: 767px) {
html {
	font-size: 14px;
}
.pc {
  display: none;
}
div[class*="wp-container-"].pc-i {
  display: none;
}
div[class*="wp-container-"].is-not-stacked-on-mobile.pc-i {
	display: flex;
}
.sp {
  display: block;
}
div[class*="wp-container-"].sp-i {
  display: block;
}
div[class*="wp-container-"].is-not-stacked-on-mobile.sp-i {
	display: flex;
}

.sp.tablet {
  display: block;
}

.slick-track .p-header-slider__item {
    height: 751px;
}

.l-inner {
    /*width: calc(100% - 40px);*/
}

.c-logo img {
	width: 100px;
}


main .p-cover__title {
	font-size: 18px;
}
main .p-entry__body h2 {
    font-size: 1.2rem;
}
.p-cover-obgyn {
	height: 120px;
}
.p-cover__inner {
/* line-height: 120px;*/
 line-height: 200px;
	text-align: center;
}
h1.p-page-header__title {
	font-size: 1.2rem;
	font-weight: 400;
}
main .l-contents {
	margin-bottom: 0;
}
main .p-list {
	position: relative;
	top: 0;
}
header.l-page-header {
	padding-bottom: 0;
}
.l-secondary {
	margin: 0;
	padding: 0;
}
.l-secondary:before {
	content: "";
	background: none;
}

#scroll-table table {
		-webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: scroll;
    border: none !important;
    white-space: nowrap;
}
footer .p-copyright {
    height: 60px;
		line-height: 18px;
    padding-top: 12px;
}
.p-entry__body .uagb-tabs__wrap.uagb-tabs__hstyle4-desktop {
    flex-direction: column;
}
.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
    flex-direction: initial;
		flex-wrap: wrap;
    min-width: 100%;
    max-width: 100%;
}
.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap {
    max-width: 100%;
}
.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab {
	width: calc( (100% - 10px) / 2);
}
.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab:nth-of-type(even) {
	margin-right: 0;
}
.sp-mb0 { margin-bottom: 0!important; }
.sp-mt40 { margin-top: 40px!important; }


}

/* 600px以下 */
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 542px) {
ul.flex-two-column li {
	width: 90%;
	margin-left: 10%;
}
.footer-caution {
	font-size: 11px;
}
.p-entry__body h2.rich-font-h2 {
	font-size: 25px;
	line-height: 1.3;
}
.caution-box {
    width: 100%;
    margin: 0 auto 40px;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
	margin-bottom: 60px;
}


}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .contact input.contact_border {
    width: 100%;
  }
  .contact textarea {
    width: 100%;
  }
}




/* スマホ */
@media screen and (max-width: 480px) {
  /*------------------------------------- 
  TOPページ
  ------------------------------------- */
  /* ヘッダー */
  .admin-bar .p-menu-btn {
      top: 0;
      background-color: #fff;
  }
  .l-header--fixed .p-global-nav {
      padding: 0;
  }
  .p-global-nav {
      margin: 20px 0 18px;
      width: 100%;
  }
  .l-header__nav .p-global-nav > li {
      border-left: none;
      border-right: none;
      background-color: #007bbb;
  }
  .l-header__nav .p-global-nav > li > a, .p-menu-btn {
      color: #ffffff;
      background-color: #007bbb;
      font-size: 14px;
  }
  .l-header .p-menu-btn {
    background-color: #600;
  }
  .content-nav .section-title h2 {
      margin: 0 auto;
  }
  .content-nav .section-title {
      width: 100%;
      margin: 0 auto;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px;
  }
  .content-nav .section-content ul {
      margin: 0 auto;
      width: 100%;
      text-align: center;
  }
	.p-copyright small {
	    font-size: 80%;
	}
	.l-footer .p-footer-nav li {
    line-height: 1.5em;
	}
	.footer-logo img {
	    max-width: 60%;
	}
}

@media screen and (max-width: 374px) {
.p-entry__body h2.rich-font-h2 {
	font-size: 23px;
}
.p-footer-widgets h1 {
	font-size: 1.7em;
}

}

/* お問合せ */
.mw_wp_form {
    padding: 20px;
    border-radius: 5px;
}

.row {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
		margin-bottom: 20px;
		flex-direction: column;
}

.post_col-3-2 {
	width: 66.66666%;
}
.page-contact > p {
	margin-bottom: 50px;
}

.form-group {
    font-size: 16px;
		width: 100%;
}
.form-group.post_col-3 {
    padding: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.form-group.post_col-3-2 {
    margin-left: 30px;
}
.row ul.mw-contact {
    list-style: none;
    text-align: center;
    margin-top: 30px;
		display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
ul.mw-contact {
	margin-top: 40px;
	list-style: none;
	justify-content: center;
}
.

.form-group input[type="checkbox"], .form-group input[type="radio"] {
    margin: 10px 0;
}
span.mwform-radio-field label, span.mwform-checkbox-field label {
		white-space: nowrap;
		line-height: 1.6;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="tel"], .form-group input[type="number"], .form-group select, .form-group textarea{
    position: relative;
    float: none;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 15px;
    height: 50px;
    background: #fafdff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    color: #222;
    font-size: 14px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-group textarea {
    height: 150px;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus{
	border-color:#4a8ed3;
}
.form-group input[type="submit"] {
    display: inline-block;
    line-height: 24px;
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #099;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
		cursor: pointer;
}
.form-group input[type="submit"]:hover {
	background: #006666;
}
.form-group label span {
	color: #555;
}

.form-item {
    color: #4a8ed3;
}
.time-radio {
	width: 50%;
}
ul.mw-contact {
	margin-left: 0;
}
.mw_wp_form_confirm .form-group.post_col-3-2 {
	padding: 20px;
}
.mw_wp_form_confirm ul.mw-contact {
	justify-content: space-around;
}
span.form-sub {
  display: block;
	margin-top: 40px;
}
input.input-short {
	margin: 0 16px;
	width: 40%!important;
}

@media only screen and (max-width: 767px) {
	.mwform-checkbox-field label, .mwform-radio-field label {
	    display: flex;
	}
	.form-group input[type="checkbox"], .form-group input[type="radio"] {
	    margin: 10px 5px;
	}
	.form-group label span {
	    position: relative;
	    top: 8px;
	}
	.row {
		flex-direction: column;
	}
	.form-group.post_col-3 {
		width: 100%;
		margin-bottom: 10px;
	}
	.form-group.post_col-3-2 {
		width: 100%;
    margin-left: 0;
	}
	ul.mw-contact {
		margin-left: 0;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}
	li.btn_back {
	    margin-bottom: 30px;
	}
	.mw_wp_form input[type="file"] {
	  font-size: 80%;
	}


}

.p-footer-banners__list-item {
    text-align: center;
}

/* ショッピングガイド */
.service-flow-wrap {
	padding: 30px;
}
.service-flow-wrap .service-flow-box {
	border: #aaa 1px solid;
	padding: 20px;
}
.service-flow-wrap .service-flow-box h4 {
	border-left: none;
	background: none;
}
.service-flow-wrap .service-flow-box h4 span {
	background: #009999;
	height: 40px;
	width: 40px;
	font-size: 24px;
	line-height: 40px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.service-flow-wrap .service-flow-box .wp-block-columns {
	margin-bottom: 0;
}
.service-flow-wrap p.service-flow-arrow {
	margin-bottom: 0;
	line-height: 1.4;
}
