@charset "UTF-8";

/**********************************************************
 *
 * PCパーツ
 *
 **********************************************************/

.full{
	font-family: 'Roboto','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}


/* AH bg */
.full .contents-main #ahrec{
	background:-moz-linear-gradient(bottom, #e8e9ea, #fafbfc);
	background:-webkit-linear-gradient(bottom, #e8e9ea, #fafbfc);
	background:-ms-linear-gradient(bottom, #e8e9ea, #fafbfc);
	background:linear-gradient(to bottom, #e8e9ea, #fafbfc);
	overflow: hidden;
}



/* H1デザイン */
.full .sec-cmnLv1-bg{
	background: url(/images_osp/home_5g/bg_ttlLv1_home-5g_pc.jpg) center no-repeat;
	background-color: #f5f1ce;
	background-size: cover;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap .ttl-cmnLv1-txt{
	padding: 60px 0 31px;
	font-size: 215%;
	font-weight: bold;
}

/* breadcrumb */
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb{
	position: absolute;
	width: 940px;
	top: 0;
	left: 0;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb{
	margin-top: 15px;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li{
	margin-left: 0;
	font-size: 12.04px;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li > a{
	padding-right: 10px;
	color: #333;
	text-decoration: none;
	display: block;
}
.full .sec-cmnLv1-bg .sec-cmnLv1-wrap #breadcrumb .nav-breadcrumb ul li > a:hover{
	text-decoration: underline;
}

/* POINT layout */
.beta-mod-point-wrap{
	display: block;
	position: relative;
	margin-bottom: 30px;
	border-top: 5px solid #c03;
	background-color: #fff7ec;
}
.beta-mod-point-wrap > .beta-mod-txt-point--red{
	padding: 0 10px 1px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	background-color: #c03;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 10;
	line-height: 1.3;
}
.beta-mod-point-wrap > .beta-mod-box-col2{
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.beta-mod-point-wrap > .beta-mod-box-col2 + .beta-mod-box-col2{
	padding: 0 20px;
	box-sizing: border-box;
}

.beta-mod-point-wrap > .beta-mod-box-col2 .beta-mod-txt_title{
	margin: 20px 0 10px;
	font-size: 30px;
	font-weight: bold;
	color: #c03;
}

/* price panel */
.beta_mod_charge-plan_panel .panel-common__head{
	display: block;
}
.beta_mod_charge-plan_panel .panel-common__head:before{
	display: block;
	height: auto;
}
.beta_mod_charge-plan_panel .panel-common__head .beta_mod_charge-plan_title{
	display: block;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	font-size: 30px;
	color: #666;
	line-height: 1;
}
.beta_mod_charge-plan_panel .panel-common__body{
	padding-top: 10px;
}
.beta_mod_charge-plan_panel .panel-common__body .beta_mod_charge-plan_price{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #ff0000;
	line-height: 0.8;
}
.s-yen{
	font-size: 60%;
}
.s-yen .s-yen-taxin{
	font-size: 110%;
}
.s-hop{
	font-size: 60%;
	color: #666;
}

.bg-color-gray{
	background-color: #fafafa;
}

.bg-color-gray .panel-campaign {
	background-color: #fff;
}

/*simulation Bnr*/
.full .contents-main .bnr-simWrap{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.full .contents-main .bnr-simWrap a{
	display: block;
	background-color: #77caff;
	padding: 20px;
}
.full .contents-main .bnr-simWrap a p{
	line-height: 1.7;
	padding: 0;
}
.full .contents-main .bnr-simWrap a .ttl-sim{
	font-size: 215%;
	font-weight: bold;
}

/* Flow layout */
.flow-box-area {
	margin: 0 0 30px;
	padding: 35px 20px 30px;
	border: 1px solid #D3D7DA;
	border-radius: 5px;
	background-color: #fff;
}

.flow-box-area__title {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: bold;
	color: #c03;
	line-height: 1;
	text-align: center;
}

.flow-box-area__step {
	margin-right: 24px;
	vertical-align: middle;
}

.flow-box-area__sec + .flow-box-area__sec {
	margin-top: 48px;
}

.flow-box-contents {
	border: 1px solid #D3D7DA;
	border-radius: 5px;
	background-color: #fff7ec;
	text-align: center;
}

.flow-box-contents--step1:hover {
  -webkit-box-shadow: 0 1px 5px rgba(4, 0, 0, 0.35);
          box-shadow: 0 1px 5px rgba(4, 0, 0, 0.35);
}

.flow-box-contents--step1 a {
	width: 100%;
	padding: 30px;
}
.flow-box-contents--step1 a:hover {
	text-decoration: none;
}
.flow-box-contents--step1 a .icon-common--arrow-bottom{
	right: 1em;
}

.flow-box-contents--step2 {
	padding: 10px 18px;
}

.flow-box-contents__marker {
	display: inline-block;
	margin: 0 35px 0 0;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #ffcb7a;
	font-weight: bold;
	vertical-align: middle;
	color: #000;
}

.flow-box-contents__text {
	font-weight: bold;
	color: #000;
	vertical-align: middle;
}

.flow-image-box {

}

.flow-image-box::before,
.flow-image-box::after {
	content: '';
	display: table;
	width: 100%;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.flow-image-box__col {
	float: left;
}

.flow-image-box__col::after {
}

.flow-image-box__col:nth-child(1) {
	width: 285px;
}

.flow-image-box__col:nth-child(2) {
	width: 291px;
}

.flow-image-box__col:nth-child(3) {
	width: 283px;
}

.flow-image-box__col .flow-image-box-txt{
	text-align: left;
}

.flow-image-box__col:nth-child(1) .flow-image-box-txt {
	margin: 0 10px 0 0;
}

.flow-image-box__col:nth-child(2) .flow-image-box-txt {
	margin: 0 10px 0 10px;
}

.flow-image-box__col:nth-child(3) .flow-image-box-txt {
	margin: 0 0 0 10px;
}

.flow-image-box__image {
	position: relative;
}

.flow-image-box__col:nth-child(3) .flow-image-box__image::after {
	display: none;
}

.flow-image-box__caption {
	padding: 9px 0;
	width: 100%;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.flow-image-box__col:nth-child(1) .flow-image-box__caption {
	background: url("/flcache_data/home_5g/images/bg_flow_01_pc.png") top center no-repeat;
}

.flow-image-box__col:nth-child(2) .flow-image-box__caption {
	background: url("/flcache_data/home_5g/images/bg_flow_02_pc.png") top center no-repeat;
}

.flow-image-box__col:nth-child(3) .flow-image-box__caption {
	background: url("/flcache_data/home_5g/images/bg_flow_03_pc.png") top center no-repeat;
}


/* 動画エリア */
.movie-col::after{
content: "";
display: block;
clear: both;
}
.movie-col .movie-col--col2{
float: left;
width: calc(50% - 20px);
margin-left: 40px;
}
.movie-col .movie-col--col2:nth-child(2n+1){
clear: both;
margin-left: 0;
}
.movie-col .movie-col--col1{
max-width: 450px !important;
margin: 0 auto;
}



/* Parts
-------------------------------------------*/
/* background color */
.beta-mod-bg--gray{
	background-color: #f6f6f6;
}


/* --- margin control --- */
/* margin top */
.beta-mod-mt0--pc{
	margin-top:0 !important;
}
.beta-mod-mt5--pc{
	margin-top:5px !important;
}
.beta-mod-mt10--pc{
	margin-top:10px !important;
}
.beta-mod-mt15--pc{
	margin-top:15px !important;
}
.beta-mod-mt20--pc{
	margin-top:20px !important;
}
.beta-mod-mt25--pc{
	margin-top:25px !important;
}
.beta-mod-mt30--pc{
	margin-top:30px !important;
}
.beta-mod-mt35--pc{
	margin-top:35px !important;
}
.beta-mod-mt40--pc{
	margin-top:40px !important;
}
.beta-mod-mt45--pc{
	margin-top:45px !important;
}
.beta-mod-mt50--pc{
	margin-top:50px !important;
}
.beta-mod-mt55--pc{
	margin-top:55px !important;
}
.beta-mod-mt60--pc{
	margin-top:60px !important;
}
.beta-mod-mt65--pc{
	margin-top:65px !important;
}
.beta-mod-mt70--pc{
	margin-top:70px !important;
}
.beta-mod-mt75--pc{
	margin-top:75px !important;
}
.beta-mod-mt80--pc{
	margin-top:80px !important;
}

/* margin bottom */
.beta-mod-mb0--pc{
	margin-bottom:0 !important;
}
.beta-mod-mb5--pc{
	margin-bottom:5px !important;
}
.beta-mod-mb10--pc{
	margin-bottom:10px !important;
}
.beta-mod-mb15--pc{
	margin-bottom:15px !important;
}
.beta-mod-mb20--pc{
	margin-bottom:20px !important;
}
.beta-mod-mb25--pc{
	margin-bottom:25px !important;
}
.beta-mod-mb30--pc{
	margin-bottom:30px !important;
}
.beta-mod-mb35--pc{
	margin-bottom:35px !important;
}
.beta-mod-mb40--pc{
	margin-bottom:40px !important;
}
.beta-mod-mb45--pc{
	margin-bottom:45px !important;
}
.beta-mod-mb50--pc{
	margin-bottom:50px !important;
}
.beta-mod-mb55--pc{
	margin-bottom:55px !important;
}
.beta-mod-mb60--pc{
	margin-bottom:60px !important;
}
.beta-mod-mb65--pc{
	margin-bottom:65px !important;
}
.beta-mod-mb70--pc{
	margin-bottom:70px !important;
}
.beta-mod-mb75--pc{
	margin-bottom:75px !important;
}
.beta-mod-mb80--pc{
	margin-bottom:80px !important;
}

/* padding */
.beta-mod-pt00{
	padding-top: 0 !important;
}
.beta-mod-pt60--pc{
	padding-top: 60px !important;
}
.beta-mod-pb60--pc{
	padding-bottom: 60px !important;
}


/* section-width */
.beta-mod-section--w960-pc{
	width: 960px;
	margin: 0 auto;
}
.beta-mod-section--w940{
	width: 940px;
	margin: 0 auto;
}



/* pageNotice
-------------------------------------------*/
.full .pageNotice {
    background-color: #e7e7e7;
}
.full .pageNotice .noticeContents {
    width: 940px;
    padding: 20px 0;
    margin: 0 auto;
}




/* subContents
-------------------------------------------*/
.full .subContents{
	width: 100%;
	background-color: #ddd;
	padding: 30px 0 70px;
}




/* footer_user_assessment
-------------------------------------------*/
#footer_user_assessment .footer_user_assessment-in,
#footer_user_assessment .thanks{
    margin: 25px auto 70px !important;
}

#footer_user_assessment > div{
    color: #4e4e4e;
}




/*bag fix
-------------------------------------------*/
.header-search .form-search{
	width: 220px;
}

.sec-common-lv2__inner > .btn-common{
	margin: -17px 0 30px;
}




/* sec_Product 29-b-01-wa-v2-one
-------------------------------------------*/

/* speed-late-label */
.panel-product__head{
	font-size: 143% !important;
	white-space: initial;
}
.panel-product__head h3{
	font-weight: bold;
	white-space: pre;
}
.panel-product__head .speed-late-label{
	font-size: 0;
	line-height: 0;
}
.panel-product__head .speed-late-label img{
	width: 40px;
	margin: 10px 0 10px 5px;
	vertical-align: top;
}
.panel-product__head .speed-late-label img:first-child{
	margin-left: 0;
}

/* 背景色調整 */
.bata-mod_panel-product {
    background-color: #fff !important;
}



/* sec_Price
-------------------------------------------*/

/* 背景色調整 */
.bata-mod_panel-common--negative {
    background-color: #f6f6f6 !important;
}



/* features-list
-------------------------------------------*/
ul.features-list{
	max-width: 940px;
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
}
ul.features-list::after {
    content: " ";
    display: block;
    clear: both;
}
ul.features-list li{
	background-color: #fff;
	list-style: none;
	float: left;
	width: 300px;
}
ul.features-list li:first-child{
	margin: 0px 10px 0px 0px;
}
ul.features-list li:last-child{
	margin: 0px 0px 0px 10px;
}
ul.features-list li{
	border: #cc0033 4px solid;
	margin: 0px 10px;
}
.features-list-bloc{
	background-color: #fff7ec;
	padding-bottom: 10px;
}
.features-accordion-panel_02 .features-list-bloc{
	background-color: #fff;
	padding-bottom: 0px;
}
.features-list-bloc .features-list-bloc-txt{
	margin-bottom: 0;
	color: #cc0033;
	width: 100%;
	vertical-align: top;
	border-bottom: #cc0033 4px solid;
}
.features-list-bloc .features-list-bloc-txt{
	background-color: #cc0033;
}
.features-accordion-panel_02 .features-list-bloc .features-list-bloc-txt{
	border-radius: 4px 4px 0 0;
	text-align: center;
	border: #cc0033 3px solid;
}
.features-list-bloc .features-list-num{
	font-weight: bold;
	height: 38px;
	display: inline-block;
	width: 86px;
	background: url(/flcache_data/home_5g/images/bg_features_01.png) center no-repeat;
	color: #cc0033;
	position: absolute;
}
.features-accordion-panel_02 .features-list-bloc .features-list-num{
	height: 60px;
	display: block;
	background: url(/flcache_data/home_5g/images/bg_features_03.png) center bottom no-repeat;
	padding-top: 10px;
	margin: 0 auto;
	position: relative;
}
.features-list-bloc .features-list-num .features-list-txt_01{
	font-size: 86%;
	position: relative;
	left: 13px;
	bottom: 1px;
}
.features-list-bloc .features-list-num .features-list-txt_02{
	font-size: 158%;
	position: relative;
	left: 20px;
	top: 2px;
}
.features-accordion-panel_02 .features-list-bloc .features-list-num .features-list-txt_02{
	left: 0;
	top: 0;
}
.features-list-bloc .features-list-txt-line1{
	display: inline-block;
	font-weight: bold;
	font-size: 122%;
	padding: 10px 0 0;
	color: #FFF;
	position: relative;
	bottom: 2px;
	left: 95px;
}
.features-accordion-panel_02 .features-list-bloc .features-list-txt-line1{
	bottom: 0;
	left: 0;
}
.features-list-bloc figure{
	width: 41.1%;
	margin: 0 auto;
}
.features-accordion-panel_02 .features-list-bloc figure{
	width: 100%;
	margin: 0 auto 15px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.features-list-bloc .features-list-txt{
	text-align: center;
	margin: 0 10px;
}


/* .features-accordion */
#sec_Features.sec-common-lv2{
	background-color: #FFF7EC;
}
.features-accordion {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}
.features-accordion__head {
	margin: 20px 0 0;
	padding: 0 10px;
	width: 25%;
	position: relative;
}
.features-accordion__head.is-open::after {
	content: "";
	margin: auto;
	width: 72px;
	height: 44px;
	background: url(/flcache_data/home_5g/images/bg_features_02.png) top center no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
}
.features-accordion__body {
	padding: 50px 7px 0;
	width: 100%;
}
.features-accordion__body-inner {
	padding: 35px 80px;
	width: 100%;
	background-color: #fff;
	border: 4px solid #c03;
	border-radius: 35px;
}
.features-accordion__body-inner .txt-read {
	font-size: 160%;
	text-align: center;
}

.features-accordion_comment_w_80-pc{
	max-width: 80%;
	margin: -30px auto 30px;
}
.features-accordion_comment_img-c{
	display: flex;
	align-items: center;
}
.features-accordion_03_comment{
	text-align: center;
    border-radius: 4px;
    padding: 20px;
}
.features-accordion_04_comment{
	text-align: center;
	padding: 10px 20px;
}
.features-accordion_04_comment dl{
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	font-size: 120%;
}
.features-accordion_04_comment dl dt{
	width: 60%;
}
.features-accordion_04_comment dl dd{
	width: 40%;
}
.features-accordion_04_comment .features-accordion_comment_bg{
    border: 1px solid #c03;
    border-radius: 15px;
    padding: 25px;
	background-color: #fff7ec;
}
.features-accordion_04_comment dl dt,
.features-accordion_04_comment dl dd{
	text-align: left;
	padding-left: 20px;
}

.features-accordion__head:nth-of-type(1) {
	order: 1;
}
.features-accordion__head:nth-of-type(3) {
	order: 2;
}
.features-accordion__head:nth-of-type(5) {
	order: 3;
}
.features-accordion__head:nth-of-type(7) {
	order: 4;
}
.features-accordion__body:nth-of-type(2) {
	order: 5;
}
.features-accordion__body:nth-of-type(4) {
	order: 6;
}
.features-accordion__body:nth-of-type(6) {
	order: 7;
}
.features-accordion__body:nth-of-type(8) {
	order: 8;
}


/* .features-accordion-panel */
.features-accordion-panel_02,
.features-accordion-panel {
	display: table;
	padding: 15px 20px;
	width: 100%;
	min-height: 104px;
	position: relative;
}
.features-accordion-panel_02{
	padding: 0;
}


/* パネル外枠 */
.features-accordion-panel_02,
.features-accordion-panel {
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: rgba(4, 0, 0, 0.2) 0 1px 5px;
	box-shadow: rgba(4, 0, 0, 0.2) 0 1px 5px;
}
.features-accordion-panel:hover,
.features-accordion__head.is-open .features-accordion-panel {
	opacity: .8;
}
a.features-accordion-panel {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	border: 3px solid #c03;
	border-radius: 0 0 4px 4px;
	background: #fff;
}
.features-accordion-panel::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url("/flcache_data/home_5g/images/ico_aco_open.png") top center no-repeat;
	background-size: contain;
	position: absolute;
	right: 7px;
	bottom: 7px;
}
.features-accordion__head.is-open .features-accordion-panel::after {
	background: url("/flcache_data/home_5g/images/ico_aco_close.png") top center no-repeat;
	background-size: contain;
}
.features-accordion-panel__image {
	display: table-cell;
	width: 60px;
	height: auto;
	vertical-align: middle;
}
.features-accordion-panel__image-item {
	width: 100%;
	height: auto;
}
.features-accordion-panel__title {
	display: table-cell;
	padding-left: 20px;
	font-size: 115%;
	font-weight: bold;
	vertical-align: middle;
}


/*	nav-pageAnchor
-----------------------------------------------	*/
.home5g_Anchor{
	margin:30px 0 60px;
}
.nav-pageAnchor .float-box a{
	position: relative;
	display: flex;
	padding: 7px 35px 7px 7px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #DCDCDC;
	min-height: 65px;
	justify-content: flex-start;
	align-items: center;
}
.nav-pageAnchor .float-box a .float-box-icon{
	margin-right: 8px;
}
.nav-pageAnchor .float-box a:after{
	content: "";
	position: absolute;
	top: 46.5%;
	right: 12px;
	width: 9px;
	height: 14px;
	background: 0 0 no-repeat;
	background-size: contain;
	background-image: url(/images_osp/common/ico/ico_arrow_r04_v2.png);
	transform: rotate(90deg) translateX(-50%);
}
.nav-pageAnchor {
	display: flex;
	flex-wrap: wrap;
}
.nav-pageAnchor .float-box {
	margin-top: 10px;
	margin-right: 20px;
	width: 300px;
}
.nav-pageAnchor .float-box:nth-of-type(-n+3){
	margin-top: 0;
}
.nav-pageAnchor .float-box:nth-of-type(3n){
	margin-right: 0;
}


/* pricde_accordion_flex */
.pricde_accordion_flex{
	display: flex;
	justify-content: space-around;
}
.pricde_accordion_flex__01,
.pricde_accordion_flex__02{
	width: 45%;
	text-align: center;
}
.pricde_accordion_flex__plus{
	padding-top: 5px;
}
.pricde_accordion_flex__plus img{
	max-width: 32px!important;
}
.pricde_accordion_flex .pricde_accordion_flex__read {
	font-size: 125%;
	background: #c03;
	color: #fff;
	padding: 5px 0;
	border-radius: 35px;
	font-weight: bold;
}
.pricde_accordion_flex .btm_home_5g {
	margin: 30px 0;
}
.pricde_accordion_flex .btm_home_5g .panel-product__inner .panel-product__body img{
	max-height: 110px;
}
.pricde_accordion_flex .pricde_accordion_flex__comment{
    background: #FCECF1;
    padding: 30px 25px;
	position: relative;
}
.pricde_accordion_flex .pricde_accordion_flex__comment:before{
	content:"";
	margin: auto;
	width: 24px;
	height: 24px;
	background-color: #FCECF1;
	border: 1px solid;
	border-color: #FCECF1 #FCECF1 transparent transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	right: 0;
	top: -14px;
}
.pricde_accordion_flex__comment_read{
	font-size: 112%;
}
.pricde_accordion_flex .list-notes {
	text-align: left;
}
.pricde_accordion_flex__01 .txt-home5g{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4!important;
}
.pricde_accordion_flex__01 .txt-home5g strong{
	font-size: 22px;
	font-weight: bold;
}


/* info List
-------------------------------------------*/
.corp-cmn-rwd-layout__area__inner .info-list-wrap li:not(.zero-txt){
	border-bottom: 1px solid #CACDCD;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap li a{
	position: relative;
	display: block;
	padding: 15px 15px 15px 0;
	color: #272727;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap li a:hover{
	text-decoration: none;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .info-date-box{
	display: flex;
	align-items: flex-start;;
	margin-bottom: 5px;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .time{
	white-space: nowrap;
	padding-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .info-title-inner {
	text-decoration: underline;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .ico-cmn-blank .info-title-inner{
	background: url(/images_osp/common/newhf/ico/cmn-rwd-new-window-icon-gray.svg) no-repeat center right 1px;
	background-size: 16px;
	padding-right: 20px;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .info-title .ico_pdf {
	padding-top: 3px;
	padding-left: 20px;
	margin-left: 10px;
	color: #8A8A8A;
	background: url(/info/images/ico_pdf.svg) left center no-repeat;
	font-size: 85.71%;
	font-weight: bold;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .category-tag {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 3px;
	border: 1px solid #CA0033;
	border-radius: 1000px;
	color: #CA0033;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .category-tag:not(:last-child) {
	margin-right: 5px;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap li a:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #CA0033;
	border-right: solid 2px #CA0033;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg);
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap li .ico-caution {
	background: url(/info/images/ico_caution.svg) no-repeat left center;
	padding-left: 30px;
}
.corp-cmn-rwd-layout__area__inner .info-note{
	font-size: 85.71%;
}

@media screen and (min-width: 768px){
.corp-cmn-rwd-layout__area__inner .info-list-area{
    max-width: calc(100% - (48px * 2));
    margin: 0 auto;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap li:first-of-type a{
    padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.corp-cmn-rwd-layout__area__inner .info-list-area{
    padding: 0 20px;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap li:first-of-type{
	border-top: 1px solid #CACDCD;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .category-tag {
	font-size: 85.71%;
}
.corp-cmn-rwd-layout__area__inner .info-list-wrap .time{
	padding-top: 2px;
}
}


/* 料金・特典 下線削除 */
#sec_Charge .charge_accordion{
	border-bottom: none;
}


/* おトクな割引・キャンペーン アンカーレイアウト調整 */
.bnr_campaign{
	max-width: 700px;
	margin: 0 auto;
}
.bnr_campaign a.bnr-common__overlay--arrow{
	background: transparent;
}
.bnr_campaign a.bnr-common__overlay--arrow span.bnr-common__inner--border:before{
	border: none;
}
.bnr_campaign a.bnr-common__overlay--arrow:hover:before{
	border: none;
}
.bnr_campaign a.bnr-common__overlay--arrow:hover{
	opacity: 0,8;
}

.campaign-bg-white a.panel-campaign{
	background-color: #fff;
}


/* 横幅80%調整 */
.sec-w-80-pc{
	width: 80%!important;
	margin: 0 auto;
}


/* border-bottom　non */
.sec-common-lv2--bg-color.sec-btm-no{
	border-bottom: none;
}

/* フローティングボタン 調整 */
#reservbtnarea{
	background: transparent;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.16));
    backdrop-filter: blur(8px);
    --webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0 10px!important;
}

/* ページトップボタン 調整 */
.btn-pagetop{
	z-index: 1001!important;
	margin-bottom: 70px;
}
