@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #FFFFFF;
	font-size:16px;
	line-height:1.5;
	font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 335px;height: 70px;margin: 100px auto 0;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 50px;background: #CD2C3B;border: 1px solid #CD2C3B;box-sizing: border-box;border-radius: 10px;position: relative;}
.btn01 a .btn-text {color: #FFFFFF;text-align: center;transition: 0.3s;}
.btn01 a .arrow {display: block;width: 8px;height: 15px;background-image: url("../img/common/btn_arrow01.svg");background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;top: 50%;right: 30px;transform: translateY(-50%);}
.btn01 a:hover {text-decoration: none;background: #FFFFFF;}
.btn01 a:hover .btn-text {color: #CD2C3B;}
.btn01 a:hover .arrow {filter: brightness(0) saturate(100%) invert(21%) sepia(39%) saturate(6794%) hue-rotate(343deg) brightness(87%) contrast(83%);}

.btn01.black a {background: transparent;border: 1px solid #3B3B3B;}
.btn01.black a .btn-text {color: #3B3B3B;}
.btn01.black a .arrow {background-image: url("../img/common/btn_arrow02.svg");}
.btn01.black a:hover {background: #3B3B3B;}
.btn01.black a:hover .btn-text {color: #FFFFFF;}
.btn01.black a:hover .arrow {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(131deg) brightness(103%) contrast(101%);}

.btn01.shiro a {background: #3B3B3B;border: 1px solid #3B3B3B;}
.btn01.shiro a:hover {background: #FFFFFF;border: 1px solid #FFFFFF;}
.btn01.shiro a:hover .btn-text {color: #000000;}
.btn01.shiro a:hover .arrow {filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7486%) hue-rotate(3deg) brightness(99%) contrast(101%);}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;}
.btn02 .arrow {display: inline-block;width: 24px;height: 24px;border-radius: 5px;background: #CD2C3B;border: 1px solid #CD2C3B;box-sizing: border-box;margin-right: 10px;transition: 0.3s;position: relative;}
.btn02 .arrow::before {content: "";display: block;width: 6px;height: 13px;background: url("../img/common/btn_arrow01.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn02 .btn-text {transition: 0.3s;}
.btn02 a:hover {text-decoration: none;}
.btn02 a:hover .arrow {background: #FFFFFF;}
.btn02 a:hover .arrow::before {filter: brightness(0) saturate(100%) invert(21%) sepia(39%) saturate(6794%) hue-rotate(343deg) brightness(87%) contrast(83%);}
.btn02 a:hover .btn-text {text-decoration: underline;color: #CD2C3B;}

.title01 {font-size: 36px;text-align: center;margin-bottom: 50px;}
.title01 .sub_title {display: block;font-size: 16px;}

.tel_wrap01 {align-items: flex-end;}
.tel_wrap01 .tel_box {margin-right: 20px;}
.tel_wrap01 .tel_box .tel a {display: flex;align-items: center;}
.tel_wrap01 .tel_box .tel .sub {display: inline-block;padding: 4px;border: 1px solid #CD2C3B;box-sizing: border-box;border-radius: 5px;font-size: 13px;line-height: 19px;font-weight: 700;margin-right: 9px;}
.tel_wrap01 .tel_box .tel .sub .none {display: none;}
.tel_wrap01 .tel_box .tel .num {padding-left: 18px;box-sizing: border-box;font-size: 26px;line-height: 1.4;position: relative;}
.tel_wrap01 .tel_box .tel .num::before {content: "";display: block;width: 16px;height: 22px;background: url("../img/common/icon_tel.svg") no-repeat center;background-size: contain;position: absolute;top: 9px;left: 0;}
.tel_wrap01 .tel_box .tel-text {justify-content: center;margin-top: 10px;}
.tel_wrap01 .tel_box .tel-text > p {padding-right: 8px;margin-right: 8px;border-right: 1px solid #BCBCBC;box-sizing: border-box;}
.tel_wrap01 .tel_box .tel-text > p:last-child {padding-right: 0;margin-right: 0;border-right: 0;}
.tel_wrap01 .tel_box .tel-text > p .midashi {display: block;font-size: 13px;line-height: 19px;}
.tel_wrap01 .time_box {width: 120px;background: #F5F5F5;border-radius: 5px;}
.tel_wrap01 .time_box .midashi {padding: 5px 0 4px;box-sizing: border-box;font-size: 13px;line-height: 1.46;background: #727171;border-radius: 4px 4px 0 0;}
.tel_wrap01 .time_box .text {padding: 6px 0 7px;box-sizing: border-box;}
.tel_wrap01 .time_box .text .sub {display: block;font-size: 13px;line-height: 19px;}

.language_box {}
.language_box .gtranslate_wrapper {display: flex;align-items: center;flex-direction: row-reverse;padding-left: 25px;box-sizing: border-box;position: relative;}
.language_box .gtranslate_wrapper::before {content: "";display: block;width: 15px;height: 15px;background: url("../img/common/icon_language.svg") no-repeat center;background-size: contain;position: absolute;top: 6px;left: 0;}
.language_box .gtranslate_wrapper a {display: block;font-weight: 500;position: relative;}
.language_box .gtranslate_wrapper a::after {content: "";display: none;width: 1px;height: 12px;background: #BCBCBC;position: absolute;top: 7px;right: -10px;}
.language_box .gtranslate_wrapper a:nth-child(2) {margin-right: 20px;}
.language_box .gtranslate_wrapper a:nth-child(2)::after {display: block;}
.language_box .gtranslate_wrapper a:hover {color: #CD2C3B;text-decoration: underline;}
.language_box .gtranslate_wrapper a.gt-current-lang {color: #CD2C3B;text-decoration: underline;}

.under-cont > section {padding: 100px 0 130px;}
.under-cont > section:first-child {padding-top: 90px;}
.under-cont > section:nth-child(2n) {background-color: #F5F5F5;}

/*ウェブフォント*/
.medium{font-weight: 500;}
.bold{font-weight: 700;}

.common_text {line-height: 2;}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*翻訳時のみ表示*/
.enc {display: none;}
.translated-ltr .enc {display: inline-block;}
/*翻訳時のみ非表示*/
.translated-ltr .nenc {display: none;}

/*色*/
.shiro {color:#fff;}
.kon {color: #000E6A;}
.red {color: #CD2C3B;}
.gray {color: #3B3B3B;}
.bg-kon {background-color: #000E6A;}
.bg-red {background-color: #CD2C3B;}
.bg-gray {background-color: #3B3B3B;}
.bg-light-gray {background-color: #F5F5F5;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 200px;min-width:1200px;max-width: 1920px;position:relative;transition: 0.3s;margin: auto;z-index: 100;background: #FFFFFF;}
#header .header_inner {width: 1300px;height: 140px;justify-content: space-between;align-items: center;flex-wrap: nowrap;margin: 0 auto;}
#header .header_inner .left {width: 560px;}
#header .header_inner .left_in01 {align-items: flex-start;}
#header .header_inner .left_in01 .logo {width: 355px;}
#header .header_inner .left_in01 .logo a {display: block;width: 100%;}
#header .header_inner .left_in01 .logo a:hover {text-decoration: none;opacity: 0.5;}
#header .header_inner .left_in01 .language_box {margin-left: 20px;}

#header .header_inner .left_in02 {align-items: center;margin-top: 18px;}
#header .header_inner .left_in02 .tdb_logo {width: 130px;margin-right: 20px;}
#header .header_inner .left_in02 .tdb_logo img {display: block;width: 81px;margin: 0 auto 3px;}
#header .header_inner .left_in02 .tdb_logo .text {font-size: 10px;color: #304C9E;}
#header .header_inner .left_in02 .num_box01 {padding: 5px 7px;box-sizing: border-box;border: 1px solid #DDDDDD;border-radius: 5px;font-size: 13px;line-height: 1.46;}

#header .header_inner .right {width: auto;}

/*gnav*/
.gnav {height: 60px;}
.gnav.fixed {position:fixed;transition: 0.3s;left:0;right: 0;top:0;z-index: 999;transform: translateY(0);}

.gnav .gnav_in {width: 1300px;height: 100%;justify-content: space-between;margin: 0 auto;}
.gnav .gnav_in > ul.gnav-list01 {width:calc(100% - 546px);height: 100%;padding: 18px 0;box-sizing: border-box;flex-wrap: nowrap;margin-left: 146px;}
.gnav .gnav_in > ul.gnav-list01 > li {border-right: 1px solid #505050;box-sizing: border-box;}
.gnav .gnav_in > ul.gnav-list01 > li:first-child > a {padding-left: 0;}
.gnav .gnav_in > ul.gnav-list01 > li:last-child {border-right: 0;}
.gnav .gnav_in > ul.gnav-list01 > li:last-child > a {padding-right: 0;}
.gnav .gnav_in > ul.gnav-list01 > li > a, .gnav .gnav_in > ul.gnav-list01 > li.gnav_first > p {display: block;height: 100%;width: auto;max-width: 100%;padding: 0 25px;box-sizing: border-box;color: #FFFFFF;font-size: 14px;line-height: 1.43;font-weight: 700;white-space: nowrap;}
.gnav .gnav_in > ul.gnav-list01 > li.gnav_first {position: relative;z-index: 10;}
.gnav .gnav_in > ul.gnav-list01 > li.gnav_first > p {position: relative;white-space: nowrap;transition: 0.3s;}
.gnav .gnav_in > ul.gnav-list01 > li.gnav_first:hover > p {text-decoration: underline;}
.gnav_bg {
	width: auto;
	height: auto;
    position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	max-height: calc(100vh - 200px);
	padding-top: 30px;
	box-sizing: border-box;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
.gnav_second {
	box-sizing: border-box;
    transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
	background: rgba(59, 59, 59, 0.5);
	padding: 30px;
	border-radius: 5px;
	backdrop-filter: blur(5px) brightness(60%);
	-webkit-backdrop-filter: blur(5px) brightness(60%);
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_bg .gnav_second ul li {
	margin-bottom: 15px;
}
.gnav_bg .gnav_second ul li:last-child {
	margin-bottom: 0;
}
.gnav_bg .gnav_second ul li a {
	display: block;
	padding-left: 11px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.46;
	color: #FFFFFF;
	position: relative;
	white-space: nowrap;
}
.gnav_bg .gnav_second ul li a::before {
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	background-image: url("../img/common/gnav_arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: 0.3s;
	position: absolute;
	top: 3px;
	left: 0;
}
.gnav_bg01 {
	left: 0;
	transform: translateX(0);
}
.gnav_bg01 .gnav_second ul {
	display: flex;
    flex-wrap: wrap;
    width: 380px;
    justify-content: space-between;
}
.gnav_bg01 .gnav_second ul li {
	width: 180px;
	margin-bottom: 15px;
}
.gnav_bg01 .gnav_second ul li a {
	white-space: normal;
}

.gnav .gnav_in > ul.gnav-list02 {width: 400px;height: 100%;}
.gnav .gnav_in > ul.gnav-list02 li {width: 50%;height: 100%;}
.gnav .gnav_in > ul.gnav-list02 li a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 10px;box-sizing: border-box;border-width: 1px;border-style: solid;font-size: 14px;font-weight: 700;line-height: 1.43;color: #FFFFFF;text-align: center;}
.gnav .gnav_in > ul.gnav-list02 li a:hover {text-decoration: none;}
.gnav .gnav_in > ul.gnav-list02 li.contact a {background: #000E6A;border-color: #000E6A;}
.gnav .gnav_in > ul.gnav-list02 li.contact a:hover {background: #FFFFFF;color: #000E6A;}
.gnav .gnav_in > ul.gnav-list02 li.satei a {background: #81030F;border-color: #81030F;}
.gnav .gnav_in > ul.gnav-list02 li.satei a:hover {background: #FFFFFF;color: #81030F;}

.translated-ltr .gnav .gnav_in > ul.gnav-list01 {width:calc(100% - 400px);margin-left: 0;}
.translated-ltr .gnav .gnav_in > ul.gnav-list01 > li > a, .translated-ltr .gnav .gnav_in > ul.gnav-list01 > li.gnav_first > p {padding: 0 13px;}

/* main */
/*-------------------------------------------*/
#main {overflow: hidden;}
#main.home_main {width: 100%;background: url("../img/main/main_img.jpg") no-repeat center;background-size: cover;}
#main.home_main .wrap {width: 1300px; min-height: 580px; padding: 138px 0 100px;box-sizing: border-box;}
#main.home_main .text_box01 {width: 480px; margin-left: 100px;}
#main.home_main .text_box01 .main_text {display: inline-block;padding: 5px 8px 6px;box-sizing: border-box;font-size: 18px;line-height: 38px;margin-bottom: 30px;}
#main.home_main .text_box01 .main_text em {font-size: 26px;}
#main.home_main .text_box01 .main_title {font-size: 40px;line-height: 1.45;}
#main.home_main .text_box01 .main_title .sub_title {display: block;font-size: 22px;margin-bottom: 15px;}
#main.home_main .text_box01 .main_title > br {display: none;}

#main.home_main .text_box02 {justify-content: center;align-items: flex-end;position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);}
#main.home_main .text_box02 .list_box01 {width: 930px;justify-content: space-between;align-items: center;}
#main.home_main .text_box02 .list_box01 .midashi {width: 126px;}
#main.home_main .text_box02 .list_box01 .text {width: calc(100% - 126px);font-size: 13px;line-height: 1.73;}
#main.home_main .text_box02 .btn-list {width: 280px;height: 80px;box-sizing: border-box;background: rgba(0, 0, 0, 0.5);border-radius: 5px;border: 1px solid #727171;margin-left: 32px;overflow: hidden;}
#main.home_main .text_box02 .btn-list .btn {width: 50%;height: 100%;position: relative;}
#main.home_main .text_box02 .btn-list .btn::before {content: "";display: block;width: 1px;height: 50px;background: #727171;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
#main.home_main .text_box02 .btn-list .btn:last-child::before {display: none;}
#main.home_main .text_box02 .btn-list .btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 13px;line-height: 1.46;text-align: center;color: #FFFFFF;}
#main.home_main .text_box02 .btn-list .btn a em {display: block;font-size: 22px;margin-top: -3px;}
#main.home_main .text_box02 .btn-list .btn a:hover {text-decoration: none;background: #CD2C3B;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 400px;background-image: url("../img/main/kasou_main.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;}
#main.kasou .wrap {display: table;width: 100%;height: 100%;}
#main.kasou .main_title {display: table-cell;text-align: center;vertical-align: middle;color: #FFFFFF;font-size:36px;line-height:1.45;}
#main.kasou .main_title .sub_title {display: block;font-size:22px;margin-bottom: 10px;}

/*パンくず*/
div#bread {width: 100%;padding-top: 20px;}
ul.bread-list {font-size:13px;justify-content: flex-end;}
ul.bread-list li {line-height: 19px;padding-right: 24px;position: relative;}
ul.bread-list li::after{content: "";display: block;width: 6px;height: 9px;background: url("../img/common/bread_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;right: 9px;transform: translateY(-50%);}
ul.bread-list li a {text-decoration:none;line-height: 19px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li:last-child {padding-right: 0;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#footer {padding: 120px 0;background: url("../img/common/footer_bg.jpg") no-repeat center bottom;background-size: cover;overflow: hidden;}
#footer .wrap > .midashi {font-size: 22px;line-height: 1.45;margin-bottom: 120px;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;padding-bottom: 70px;border-bottom: 1px solid #BCBCBC;margin-bottom: 70px;}
#footer .footer_box .left {width: 355px;}
#footer .footer_box .left .logo {width: 100%;margin-bottom: 18px;}
#footer .footer_box .left .logo a {display: block;width: 100%;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.5;}
#footer .footer_box .left .num_box01 {display: inline-block;padding: 5px 7px;box-sizing: border-box;border: 1px solid #BCBCBC;border-radius: 5px;font-size: 13px;line-height: 1.46;color: #FFFFFF;}
#footer .footer_box .left .num_box01.enc {display: none;}
.translated-ltr #footer .footer_box .left .num_box01.enc {display: inline-block;}
.translated-ltr #footer .footer_box .left .num_box01.nenc {display: none;}
#footer .footer_box .tel_wrap01 {width: 640px;}
#footer .footer_box .tel_wrap01 .tel_box .tel .num {color: #FFFFFF;}
#footer .footer_box .tel_wrap01 .tel_box .tel .num::before {background: url("../img/common/icon_tel02.svg") no-repeat center;background-size: contain;}
#footer .footer_box .tel_wrap01 .tel_box .tel-text > p {color: #FFFFFF;}
#footer .footer_box .tel_wrap01 .tel_box .tel-text > p .midashi {color: #FFFFFF;}
#footer .footer_box .tel_wrap01 .tel_box02 .tel .sub {background: #FFFFFF;color: #CD2C3B;}
#footer .footer_box .tel_wrap01 .time_box {background: rgba(255, 255, 255, 0.3);}
#footer .footer_box .tel_wrap01 .time_box .midashi {background: #3B3B3B;}
#footer .footer_box .tel_wrap01 .time_box .text {color: #FFFFFF;}

#footer .footer_nav-list {justify-content: center;align-items: flex-start;}
#footer .footer_nav-list > li {margin-right: 80px;}
#footer .footer_nav-list > li:last-child {margin-right: 0;}
#footer .footer_nav-list > li .nav-midashi {font-weight: 700;color: #FFFFFF;margin-bottom: 25px;}
#footer .footer_nav-list > li .sp-nav li {margin-bottom: 15px;}
#footer .footer_nav-list > li .sp-nav li:last-child {margin-bottom:0;}
#footer .footer_nav-list > li .sp-nav li a {display: block;padding-left: 11px;box-sizing: border-box;font-size: 13px;line-height: 1.46;color: #FFFFFF; position: relative;}
#footer .footer_nav-list > li .sp-nav li a::before {content: "";display: block;width: 7px;height: 12px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 4px;left: 0;}
#footer .footer_nav-list > li .sp-nav.flex {width: auto;}
#footer .footer_nav-list > li .sp-nav.flexsp-nav01 {max-width: 247px;}
#footer .footer_nav-list > li .sp-nav.flexsp-nav02 {max-width: 260px;}
#footer .footer_nav-list > li .sp-nav.flex ul {margin-right: 30px;}
#footer .footer_nav-list > li .sp-nav.flex ul:last-child {margin-right: 0;}

#footer .copyright {font-size: 10px;margin-top: 100px;}

.translated-ltr #footer .footer_box .left {width: 330px;}
.translated-ltr #footer .footer_box .tel_wrap01 {width: auto;}
.translated-ltr #footer .footer_nav-list > li {margin-right: 60px;}
.translated-ltr #footer .footer_nav-list > li:last-child {margin-right: 0;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
