/** Shopify CDN: Minification failed

Line 2247:1 "margin-op" is not a known CSS property
Line 2632:2 "transrorm" is not a known CSS property
Line 3516:7 Expected ":"
Line 3845:1 "lihe-height" is not a known CSS property
Line 4152:1 "font-weibht" is not a known CSS property
Line 4241:1 "vertical-aling" is not a known CSS property
Line 5050:2 "transrorm" is not a known CSS property
Line 5830:2 Expected identifier but found "60%"
Line 6162:2 "font-wight" is not a known CSS property
Line 6478:15 Expected ":"
... and 1 more hidden warnings

**/
@charset "utf-8";

/* ----------------------------------------------------初期化（仮） */

body {
	/*font-family: Noto Sans,Noto Sans JP,Noto Sans SC,Noto Sans TC,Noto Sans KR,sans-serif; !important;*/
}
h1 {
	font-size: 36px;
}
h1 span {
	font-size: 24px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img {
	max-width: 100%;
}
dd,p,ul,ol,dl {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
a,
a:hover {
	transition: all .3s ease-out;
	text-decoration: none;
}
a:hover {
	color: #00cfd5;
}
th,td {
	text-align: left;
	padding: 10px 14px;
	border: 1px solid #ebebeb;
}
li {
	list-style: none;
}
table {
	border-spacing: 0;
}
.inner {
	max-width: 1120px;
	margin: 0 auto;
}
.page-width--narrow {
	max-width: 1200px;
}
.shopify-section.shopify-section-group-footer-group.section {
	width: 100%;
}
.footer_sns {
	margin-right: auto!important;
	margin-left: auto!important;
}


/* ----------------------------------------------------サイトマップ */
#sitemap {
	background-color: #f5f5f5;
	padding: 50px 0;
}

#sitemap .inner {
	max-width: 1120px;
	margin: 0 auto;
}
#sitemap .sitemap-list {
	display: flex;
	flex-wrap: wrap;
}
#sitemap .sitemap-list .box {
	width: 25%;
	padding-left: 0;
}
#sitemap .sitemap-list .box > li {
	margin-bottom: 10px;
	list-style: none;
}
#sitemap .sitemap-list .box > li ul {
	padding: 0;
	list-style: none;
}
#sitemap .country-list dt {
	font-weight: bold;
}
#sitemap .country-list dd {
	margin: 0;
}
#sitemap .country-list dd ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#sitemap .country-list dd ul li {
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
}



/* ----------------------------------------------------WiFiBOX設置場所一覧 */
#guide {
	background: #f5f5f5;
	padding: 50px 0;
}
#wifibox-map .tit {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}
#wifibox-map #select-box {
	display: flex;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	font-size: 20px;
	justify-content: space-between;
}
#wifibox-map #select-box > div {
	display: flex;
	padding: 10px;
}
#wifibox-map #select-box .area {
	display: flex;
	align-items: center;
}
#wifibox-map #select-box .area dt {
	font-weight: bold;
	padding-right: 20px;
}
#wifibox-map #select-box .area dd select {
	width: 100%;
	padding: 2px 10px;
	outline: 0;
	font-size: 18px;
	border: 2px solid #d6d6d6;
	border-radius: 0;
	background-color: #fff;
	color: #000;
}
#wifibox-map #select-box .facility {
	display: flex;
	margin-left: 50px;
	align-items: center;
}
#wifibox-map #select-box .facility dt {
	font-weight: bold;
	padding-right: 20px;
}
#wifibox-map #select-box .facility dd ul {
	display: flex;
}
#wifibox-map #select-box .facility dd ul li {
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	font-size: 18px;
}
#wifibox-map #select-box .facility dd ul li .indicator {
	position: absolute;
	background-color: #d6d6d6;
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	display: block;
}
#wifibox-map #select-box .facility dd ul li.on .indicator {
	background-color: #00cfd5;
}
#wifibox-map #select-box .facility dd ul li.on .indicator:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 5px;
	width: 5px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
#wifibox-map .reset {
	border-left: 1px solid #d6d6d6;
	display: flex;
	align-items: center;
	padding: 10px;
}
#wifibox-map .reset p {
	cursor: pointer;
	border: 1px solid #d6d6d6;
	padding: 2px 10px;
	font-size: 18px;
}
#wifibox-map .no-place {
	display: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0;
}
#wifibox-map #counter-list > div {
	display: none;
}
#wifibox-map #counter-list > div.facility-on.area-on {
	display: block;
}
#wifibox-map h3 {
	/*font-size: 24px;*/
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 12px;
}
#wifibox-map .counter_wrap {
	border: 1px solid #d6d6d6;
	padding: 40px;
	background-color: #fff;
	overflow: hidden;
}
#wifibox-map .counter_info {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 40px;
	padding: 0;
}
#wifibox-map .counter_info li {
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	padding: 40px 80px;
}
#wifibox-map .counter_info li h4 {
	/*font-size: 20px;*/
	font-weight: 700;
	background: url(map_icon.png) left top no-repeat;
	background-size: 30px auto;
	padding-left: 40px;
	line-height: 30px;
	padding-bottom: 10px;
}
#wifibox-map .counter_info li .info {
	display: flex;
	justify-content: space-between;
}
#wifibox-map .counter_info li .info .detail {
	display: flex;
	width: calc(100% - 220px);
	align-items: flex-start;
}
#wifibox-map .counter_info li .info .detail img {
	width: 152px;
}
#wifibox-map .counter_info li .info .detail dl {
	margin-left: 20px;
}
#wifibox-map .counter_info li .info .detail dl dt {
	font-weight: 700;
}
#wifibox-map .counter_info li .info .detail dl dd {
	margin: 0 0 10px;
}
#wifibox-map .counter_info li .info .detail dl .time {
	color: #00cfd5;
	font-size: 26px;
	font-weight: 700;
}
#wifibox-map .counter_info li .info .map_link {
		width: 220px;
}
#wifibox-map .counter_info li .info .map_link a {
	position: relative;
	display: block;
	border: 1px solid #d6d6d6;
}
#wifibox-map .counter_info li .info .map_link a:after {
	position: absolute;
	content: "";
	background: url(ico_zoom_01.png) center center no-repeat;
	width: 25px;
	height: 24px;
	right: 0;
	bottom: 0;
}
#wifibox-map .counter_info li .info .map_link a.gmaplink {
	padding: 2px 0;
	text-decoration: underline;
}
#wifibox-map .counter_info li .info .map_link a.gmaplink:after {
	background: none;
}
#wifibox-map .counter_wrap .dd_btn {
	width: 350px;
	border: 1px solid #d6d6d6;
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	padding: 18px 0;
	float: right;
}


/* ----------------------------------------------------設置場所詳細ページ */
#airport-detail h2.tit {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 45px;
}
#airport-detail h2.tit span {
	display: block;
	font-size: 30px;
}
#airport-detail .about .btn_application,
#airport-detail .btn_application.out {
	margin: 60px auto 80px;
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	background: #000 url(icon_arrowR_w.svg) center right 17px no-repeat;
}
#airport-detail .about .btn_application:hover,
#airport-detail .btn_application.out:hover {
	color: #3fcfd5;
	background: #000 url(icon_arrowR_bl.svg) no-repeat right 17px center;
}
#airport-detail .about {
	background-color: #fff;
	padding: 40px;
	border: 1px solid #d6d6d6;
}
#airport-detail .about .application-msg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-direction: row-reverse;
}
#airport-detail .about .application-msg img {
	width: 30%;
}
#airport-detail .about .application-msg .text-box {
	width: 65%;
}
#airport-detail .about .application-msg .text-box p {
	font-size: 20px;
	line-height: 1.8;
}
#airport-detail .about h2 {
	text-align: center;
	/*font-size: 30px;*/
	font-weight: 700;
	margin-bottom: 20px;
}
#airport-detail .about .chart-wrap {
	margin-bottom: 27.5px;
}
#airport-detail .about .chart-wrap table tr th {
	background-color: #f5f5f5;
	text-align: center;
}
#airport-detail .about .chart-wrap table tr td.exterior {
	width: 18%;
}
#airport-detail .about .chart-wrap table tr td.map {
	width: 22%;
}
#airport-detail .about .chart-wrap table tr td.map a {
	position: relative;
	display: block;
	border-bottom: none;
}
#airport-detail .about .chart-wrap table tr td.map a:after {
	position: absolute;
	content: "";
	background: url(ico_zoom_01.png) center center no-repeat;
	width: 25px;
	height: 24px;
	right: 0;
	bottom: 0;
}
#airport-detail .about .chart-wrap table tr td.name {
	width: 20%;
}
#airport-detail .about .chart-wrap table tr td.time {
	width: 20%;
	color: #00cfd5;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
#airport-detail .about .chart-wrap table tr td.gmap {
	width: 20%;
	text-align: center;
}
#airport-detail .about > ol {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
#airport-detail .about > ol li {
	width: 20%;
	text-align: center;
}
#airport-detail .about .memo-box {
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 40px;
	line-height: 1.8;
	background-color: #f5f5f5;
}
#airport-detail .about .memo-box ul {
	margin-bottom: 10px;
	padding: 0;
}
#airport-detail .about .memo-box ul li {
	list-style: disc;
	list-style-position: inside;
}
#airport-detail .about .detail {
	overflow: hidden;
	margin-bottom: 40px;
}
#airport-detail .about .detail img {
	float: left;
	width: 515px;
	margin: 0 10px 10px 0;
}
#airport-detail .about .detail p {
	font-size: 20px;
	line-height: 1.8;
}
#airport-detail .about h3 {
	/*font-size: 24px;*/
	font-weight: 700;
	line-height: 3;
}
#airport-detail .about .feature {
	margin-bottom: 20px;
}
#airport-detail .about .feature p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#airport-detail .about .spot-link {
	margin-bottom: 20px;
	line-height: 1.8;
}
#airport-detail .about .map-link {
	border-top: 1px solid #000;
	padding-top: 20px;
}
.modal dl dt {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}


/* ----------------------------------------------------利用規約 */

/*section-main-page.css上書*/
.page-title {
	text-align: center;
	font-size: 40px;
}
@media screen and (max-width: 767px) {
.page-title {
	text-align: center;
	font-size: 30px;
}
}
/*section-main-page.css上書end*/

#usepolicy.terms h2,
#usepolicy.terms h3 {
	margin: 2rem auto 1rem;
}
#usepolicy.terms h2 {
	/*font-size: 2rem;*/
	font-weight: bold;
	text-align: center;
}
#usepolicy.terms h3 {
	/*font-size: 1.45rem;*/
	font-weight: bold;
}
#usepolicy.terms p {
	margin: 0 auto 1rem;
}
#usepolicy.terms {
	font-size: 1.2rem;
	line-height: 1.65;
}
#usepolicy.terms ul,
#usepolicy.terms ol {
	margin: 1rem;
	padding-left: 1rem;
}
#usepolicy.terms ol li {
	list-style: decimal outside;
}


/* ----------------------------------------------------WiFiBOXの紹介 */
#introduction .title {
	padding: 0 0 90px;
	text-align: center;
	margin: 0;
}
#introduction .title .visual {
	background-color: #000;
	color: #fff;
	width: 1120px;
	padding-top: 20px;
	margin: 0 auto 50px;
	font-size: 30px;
}
#introduction .title .visual .copy {
	font-size: 44px;
	font-weight: 700;
}
#introduction .title .visual img {
	margin-top: 20px;
	display: block;
}
#introduction .title .txt-box .lead.pc {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	display: inline;
	line-height: 1.75;
}
#introduction .sp {
	display: none;
}
#introduction .title .txt-box .about {
	font-size: 24px;
	width: 1120px;
	margin: 30px auto 0;
	text-align: left;
	line-height: 1.5;
}
#introduction .feature {
	background-color: #f5f5f5;
	padding: 90px 0;
}
#introduction h2 {
	/*font-size: 30px;*/
	font-weight: 700;
	margin-bottom: 45px;
	text-align: center;
}
#introduction .feature .about {
	max-width: 1120px;
	margin: 0 auto 30px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 40px;
	box-sizing: border-box;
}
#introduction .feature .about dl {
	margin-top: 40px;
}
#introduction .feature .about dl:first-child {
	margin-top: 0;
}
#introduction .feature .about dl dt {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
#introduction .feature .about dl.case1 dd ol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#introduction .feature .about dl.case1 dd ol li {
	width: 24%;
}
#introduction .feature .about dl.case1 dd ol li .step {
	margin: 0 auto;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #00cfd5;
	display: flex;
	padding-top: 3px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-family: Roboto,sans-serif;
	transform: scale(.7);
}
#introduction .feature .about dl.case1 dd ol li .step .num {
	display: block;
	font-size: 20px;
	line-height: 1;
}
#introduction .feature .about dl.case1 dd ol li p {
	text-align: center;
	font-weight: 700;
}
#introduction .feature .about dl.case2 dd {
	overflow: hidden;
}
#introduction .feature .about dl.case2 dd img {
	float: left;
	width: 510px;
	margin-right: 10px;
}
#introduction .feature .about dl.case2 dd p {
	font-size: 20px;
}
#introduction .feature .about dl.case3 dd table {
	font-size: 16px;
	width: 100%;
	word-break: break-all;
}
#introduction .feature .about dl.case3 dd table thead tr th.name {
	width: 50%;
}
#introduction .feature .about dl.case3 dd table thead tr th {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	border: 1px solid #fff;
}
#introduction .feature .about dl.case3 dd table tbody tr td {
	text-align: center;
}
#introduction .feature .about dl.case3 dd table tbody tr td.name {
	text-align: left;
}
#introduction .wifibox-btn {
	margin: 0 auto;
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	text-align: center;
	background: #000 url(icon_arrowR_w.svg) center right 17px no-repeat;
}
#introduction .wifibox-btn:hover {
	color: #3fcfd5;
	background: #000 url(icon_arrowR_bl.svg) center right 17px no-repeat;
}
#introduction .chart {
	padding: 90px 0;
}
#introduction .chart table {
	width: 1120px;
	margin: 0 auto 40px;
	background-color: #fff;
}
#introduction .chart table thead tr th {
	width: 33%;
	text-align: center;
	padding: 20px 0;
}
#introduction .chart table thead tr th img {
	width: 200px;
	display: block;
	margin: 0 auto;
}
#introduction .chart table thead tr th p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	width: 173px;
	display: inline-block;
}
#introduction .chart table thead tr th.wifibox p {
	background-color: #000;
}
#introduction .chart table thead tr th.wiho p {
	background-color: #005bac;
}
#introduction .chart table tbody tr th {
	font-size: 18px;
	font-weight: 700;
	padding-left: 76px;
}
#introduction .chart table tbody tr td {
	padding: 0 25px;
	height: 180px;
}
#introduction .chart table tbody tr td .answer {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
#introduction .chart table tbody tr td .comment {
	margin: 1em 0 0;
	font-size: 16px;
}
#introduction .chart table tbody tr td .memo {
	font-size: 14px;
	margin-top: 1em;
}


/* ----------------------------------------------------WiFiBOXについて */
#brand-movie.video-header {
	position: relative;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0
}
#brand-movie.video-header video {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}
#brand-movie.video-header .overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 2;
	display: block;
}
#brand-movie.video-header .logo_pages {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 380px;
	z-index: 9;
}
#brand-movie.video-header .scroll_paged {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%);
	z-index: 3;
}
#brand-movie.video-header .scroll_paged a.scroll {
	color: #fff;
	font-size: 2.4rem;
	display: inline-block;
	position: relative;
	padding-bottom: 1rem;
}
#brand-movie.video-header .scroll_paged a.scroll:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
#brand {
	background: rgba(0,0,0,.8);
	position: relative;
	padding: 10rem 0;
}
#brand .page_video_box {
	max-width: 700px;
	margin: 0 auto;
}
#brand .page_video_box .tit {
	font-size: 4rem;
	color: #fff;
	font-weight: 700;
	padding: 0 0 5rem;
	text-align: center;
}
#brand .page_video_box p {
	font-size: 1.8rem;
	line-height: 2.3;
	color: #fff;
}
#brand .page_video_box p + p {
	margin-top: 5rem;
}
#brand .page_video_box .visible-ts {
	display: none;
}
#brand .page_video_box .visible-pc {
	display: block;
}
#brand .box_application {
	max-width: 1000px;
	margin: 8rem auto 0;
	background: #fff;
	padding: 5rem;
}
#brand .box_application .flexImg_application {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}
#brand .box_application .flexImg_application p {
	width: calc(33.33% - 3rem);
	margin-right: 3rem;
}
#brand .box_application .flexImg_application p:last-child {
	margin-right: 0;
}
#brand .box_application .btn_wrap {
	display: flex;
	justify-content: space-around;
}
#brand .box_application .btn_wrap .btn_application {
	width: 220px;
	max-width: 220px;
	margin: 0 auto;
}
#brand .box_application .btn_wrap .btn_application a {
	display: block;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	background: url(icon_arrowR_w.svg) no-repeat right 17px center #000;
	padding: 1.5rem 3.5rem 1.5rem 1.5rem;
	text-align: center;
}


/* ----------------------------------------------------無制限プラン */
#unlimited .main-visual {
	margin-bottom: 40px;
}
#unlimited .main-visual img {
	display: block;
	margin-bottom: 10px;
}
#unlimited .main-visual p {
	font-size: 18px;
}
#unlimited .unlimited-content h2 {
	/*font-size: 30px;*/
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
#unlimited .unlimited-content p {
	font-size: 18px;
	margin-bottom: 30px;
}
#unlimited .unlimited-content h3 {
	/*font-size: 24px;*/
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
#unlimited .unlimited-content .wifi-action {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
#unlimited .unlimited-content .plan-chart {
	font-size: 18px;
	width: 100%;
}
#unlimited .unlimited-content .plan-chart thead tr th {
	background-color: #000;
	color: #fff;
	text-align: center;
}
#unlimited .unlimited-content .plan-chart tbody tr td.price {
	text-align: center;
}
#unlimited .unlimited-content .memo {
	margin-bottom: 50px;
}
#unlimited .unlimited-content .btns {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
#unlimited .unlimited-content .btns li {
	width: 250px;
	margin: 0 20px;
}
#unlimited .unlimited-content .btns li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	display: block;
	background: #000 url(icon_arrowR_w.svg) center right 17px no-repeat;
}
#unlimited .unlimited-content .traffic-chart {
	font-size: 18px;
	width: 100%;
}
#unlimited .unlimited-content .traffic-chart thead tr th {
	background-color: #000;
	color: #fff;
	text-align: center;
}
#unlimited .unlimited-content .traffic-chart tbody tr td img {
	width: 100px;
	display: block;
	margin: 0 auto;
}
#unlimited .unlimited-content .traffic-chart tbody tr td.case500mb,
#unlimited .unlimited-content .traffic-chart tbody tr td.case1gb {
	text-align: center;
}
#unlimited .unlimited-content .fup {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 50px;
}
#unlimited .unlimited-content .fup dt {
	font-size: 20px;
	font-weight: 700;
}
#unlimited .unlimited-content .btn_application {
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background: #000 url(icon_arrowR_w.svg) center right 17px no-repeat;
}


/* ----------------------------------------------------料金・プラン */
#plans h2 {
	text-align: center;
	/*font-size: 24px;*/
	font-weight: 700;
}
#plans .contents #data-capacity {
	background-color: #f5f5f5;
}
#plans .contents #data-capacity > div {
	width: 1120px;
	margin: 0 auto;
	padding: 100px 0;
}
#plans .contents #data-capacity > div > p {
	text-align: center;
	margin-bottom: 30px;
}
#plans .contents #data-capacity .data-plan {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#plans .contents #data-capacity .data-plan > li {
	width: 30%;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
}
#plans .contents #data-capacity .data-plan li h3 {
	/*font-size: 26px;*/
	font-weight: 700;
	text-align: center;
}
#plans .contents #data-capacity .data-plan li ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	height: 160px;
	align-items: center;
}
#plans .contents #data-capacity .data-plan > li:first-child ul {
	width: 80%;
}
#plans .contents #data-capacity .data-plan li ul li {
	width: 48px;
	margin: 10px;
}
#plans .contents #data-capacity .data-plan li p {
	margin-bottom: 10px;
	text-align: left;
}
#plans .contents #data-capacity .data-plan li .btn {
	margin: 25px auto 15px;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background: url(icon_arrowR_w.svg) no-repeat center right 17px #000;
	padding: 1.2rem 3.5rem 1.2rem 2.5rem;
	display: inline-block;
}
#plans .contents #data-capacity .data-plan li .btn:hover {
	background: url(icon_arrowR_bl.svg) no-repeat center right 17px #606060;
}
#plans .contents #data-capacity .memo {
	text-align: right;
}
#plans .contents #price-chart > div .btn {
	margin: 25px auto 15px;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background:url(icon_arrowR_w.svg) no-repeat center right 17px #000;
	padding: 1.2rem 3.5rem 1.2rem 2.5rem;
	display: inline-block;
}
#plans .contents #price-chart > div .btn:hover {
	background: url(icon_arrowR_bl.svg) no-repeat center right 17px #606060;
}


#plans .contents #price-chart > div {
	width: 1120px;
	margin: 0 auto;
	padding: 100px 0;
}
#plans .contents #price-chart > div > p {
	text-align: center;
	margin-bottom: 30px;
}
#plans .contents #price-chart > div .accordion {
	padding: 0 10px;
}
#plans .contents #price-chart > div .accordion dt {
	border: 1px solid #d6d6d6;
	font-size: 20px;
	padding: 20px 10px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
#plans .contents #price-chart > div .accordion dt:after {
	content: "";
	position: absolute;
	background: url(icon_arrowR.svg) center center no-repeat;
	width: 7px;
	height: 11px;
	top: calc(50% - 5px);
	right: 30px;
	transform: rotate(90deg);
}
#plans .contents #price-chart > div .accordion dd {
	display: none;
}
#plans .contents #price-chart > div .accordion dd table {
	width: 100%;
	font-size: 20px;
	margin-bottom: 0;
}
#plans .contents #price-chart > div .accordion dd table thead th {
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	text-align: center;
}
#plans .contents #price-chart > div .accordion dd table thead th:first-child {
	width: 578px;
}
#plans .contents #price-chart > div .accordion dd table tbody td {
	border: 1px solid #d6d6d6;
	text-align: center;
	padding: 10px 14px;
}
#plans .contents #price-chart > div .accordion dd table tbody td:first-child div {
	display: flex;
	align-items: center;
}
#plans .contents #price-chart > div .accordion dd table tbody td:first-child div span img {
	width: 56px;
	margin: 5px 10px 5px 0;
}
#plans #tour-plan {
	background-color: #f5f5f5;
}
#plans #tour-plan > div {
	width: 1120px;
	margin: 0 auto;
	padding: 100px 0;
}
#plans #tour-plan > div > p {
	margin-bottom: 30px;
	text-align: center;
}
#plans #tour-plan > div .lineup {
	display: flex;
	justify-content: space-between;
}
#plans #tour-plan > div .lineup > li {
	width: 30%;
	background-color: #fff;
	padding: 10px;
	text-align: right;
	box-sizing: border-box;
}
#plans #tour-plan > div .lineup > li h3 {
	display: flex;
	align-items: end;
	font-weight: 700;
	/*font-size: 26px;*/
	margin-bottom: 20px;
	text-align: left;
}
#plans #tour-plan > div .lineup > li h3 img {
	width: 80px;
	margin-right: 10px;
}
#plans #tour-plan > div .lineup > li h3  span {
	font-weight: 700;
	font-size: 26px;
	text-align: left;
}
#plans #tour-plan > div .lineup > li ul {
	margin-bottom: 20px;
}
#plans #tour-plan > div .lineup > li ul li {
	margin-bottom: 10px;
	text-align: left;
}
#plans #tour-plan > div .lineup > li ul li span {
	margin-left: 10px;
}
#plans #tour-plan > div .lineup > li a {
	color: #000;
}
#plans #tour-plan > div .lineup > li a img {
	vertical-align: 4px;
	margin-left: 10px;
}
#plans #tour-plan > div .lineup > li .btn {
	margin: 25px 0 15px 50%;
	display: block;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background: url(icon_arrowR_w.svg) no-repeat center right 17px #000;
	padding: 1.2rem 3.5rem 1.2rem 2.5rem;
	text-align: center;
}
#plans #tour-plan > div .lineup > li .btn:hover {
	background: url(icon_arrowR_bl.svg) no-repeat center right 17px #606060;
}
#asiatour.modal,
#eutour.modal,
#worldtour.modal {
	max-width: 100%;
}
#plans #option > div {
	width: 1120px;
	margin: 0 auto;
	padding: 100px 10px;
	box-sizing: border-box;
}
#plans #option > div h2 {
	margin-bottom: 30px;
}
#plans #option > div .product {
	border: 1px solid #d6d6d6;
	padding: 10px;
}
#plans #option > div .price {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#plans #option > div .price img {
	width: 80px;
	margin-right: 10px;
}
#plans #option > div .price dl {
	display: flex;
	font-size: 20px;
}
#plans #option > div .price dl dt {
	margin-right: 20px;
}
#plans #option > div .guarantee {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#plans #option > div .guarantee > dl {
	width: 48%;
	padding-top: 30px;
}
#plans #option > div .guarantee > dl dt {
	margin-bottom: 10px;
}
#plans #option > div .guarantee > dl dt span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}
#plans #option > div .guarantee > dl dd ul {
	display: flex;
	justify-content: space-around;
}
#plans #option > div .guarantee > dl dd ul li {
	width: 22%;
}
#plans #option > div .guarantee > dl dd ul li img {
	margin-bottom: 10px;
}
#plans #option > div .guarantee > dl dd ul li p {
	text-align: center;
}
#plans #option > div .guarantee > dl dd table {
	width: 100%;
}
#plans #option > div .guarantee > dl dd table thead tr th {
	background-color: #f5f5f5;
	text-align: center;
	padding: 10px;
}
#plans #option > div .guarantee > dl dd table tbody tr td {
	padding: 10px;
	text-align: center;
}
#plans #option > div .memo li {
	text-indent: -1em;
	padding-left: 1em;
}
#asiatour.modal dt,
#eutour.modal dt,
#worldtour.modal dt {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
#asiatour.modal dd ul,
#eutour.modal dd ul,
#worldtour.modal dd ul {
	display: flex;
	flex-wrap: wrap;
}
#asiatour.modal dd ul li,
#eutour.modal dd ul li,
#worldtour.modal dd ul li {
	width: 20%;
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
	line-height: 1.5;
}


/* ----------------------------------------------------クイックガイド */
#teaser.guide {
	padding: 30px 0;
}
#guide_index .guide_cont {
	padding: 0 0 100px;
	box-sizing: border-box;
}
#guide_index .guide_link {
	margin-top: 80px;
}
#guide_index .guide_link_tit {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
#guide_index .guide_link_tit span {
	font-size: 20px;
	color: #00cfd5;
	margin-right: 10px;
	display: inline-block;
}
#guide_index .guide_link ul {
	border: 1px solid #d6d6d6;
}
#guide_index .guide_link li a {
	display: block;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #d6d6d6;
	padding: 30px 40px;
	background: url(icon_arrowR.svg) no-repeat right 40px center #fff;
	box-sizing: border-box;
}
#guide_index .guide_link li a:hover {
	background: url(icon_arrowR_bl.svg) no-repeat right 40px center #fff;
	color: #00cfd5;
}


/* ----------------------------------------------------レンタルガイド */
#guide_rental {
	padding: 50px 0 0;
}
#guide_rental .guide_cont {
	box-sizing: border-box;
}
#guide_rental .guide_cont .guide_link_tit {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
#guide_rental .guide_cont .guide_link_tit span {
	font-size: 24px;
	color: #00cfd5;
	margin-right: 10px;
	display: inline-block;
}
#guide_rental .guide_cont .guide_link ul {
	border: 1px solid #d6d6d6;
}
#guide_rental .guide_cont .guide_link li a {
	display: block;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #d6d6d6;
	padding: 30px 40px;
	background: url(icon_arrowBtm.png) no-repeat right 40px center #fff;
	box-sizing: border-box;
}
#guide_rental .guide_cont .guide_link li a:hover {
	color: #00cfd5;
	background: url(icon_arrowBtm_bl.png) no-repeat right 40px center #fff;
}
#guide_rental .guide_cont .guide_link li:last-child a {
	border-bottom: none;
}
#guide01,
#guide02,
#guide03,
#guide04,
#guide05 {
	position: relative;
	top: -50px;
}
#guide_rental .guide_cont .guide_box {
	margin-top: 30px;
}
#guide_rental .guide_cont .guide_tit {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: 700;
}
#guide_rental .guide_cont .guide_box .list01 {
	border: 1px solid #d6d6d6;
	padding: 50px 40px 40px;
	background: #fff;
	box-sizing: border-box;
}
#guide_rental .guide_cont .guide_box .list01_tit {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 8px;
	text-align: center;
	position: relative;
}
#guide_rental .guide_cont .guide_box .list01_tit:before {
	background: #55dfe3;
	width: 40px;
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
#guide_rental .guide_cont .guide_box .list01 ul {
	border: 1px solid #d6d6d6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 5px #d6d6d6;
}
#guide_rental .guide_cont .guide_box .list01 ul li {
	width: 25%;
	position: relative;
}
#guide_rental .guide_cont .guide_box .list01 ul li:before {
	background: url(ico_arrow.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
#guide_rental .guide_cont .guide_box .list01 ul li:last-child:before {
	content: none;
}
#guide_rental .guide_cont .guide_box .list01 ul li .listbox {
	border-right: 1px solid #d6d6d6;
	padding: 26px 40px;
	box-sizing: border-box;
}
#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listtit {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
	text-align: center;
}
#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listtxt {
	font-size: 16px;
	margin-bottom: 10px;
}
#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listimg {
	text-align: center;
}
#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listimg img {
	height: 96px;
}
#guide_rental .guide_cont .guide_box .list02 {
	border: 1px solid #d6d6d6;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
#guide_rental .guide_cont .guide_box .list02 ul {
	border: 1px solid #d6d6d6;
}
#guide_rental .guide_cont .guide_box .list02 ul li + li {
	border-top: 1px solid #d6d6d6;
}
#guide_rental .guide_cont .guide_box .list02 .listbox {
	padding: 40px 80px;
}
#guide_rental .guide_cont .guide_box .list02 .listbox .youtube {
	width: 640px;
	margin: 0 auto;
}
#guide_rental .guide_cont .guide_box .list02 .listbox .youtube > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#guide_rental .guide_cont .guide_box .list02 .listbox .youtube > div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#guide_rental .guide_box .step {
	margin: 0 auto;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #00cfd5;
	display: flex;
	padding-top: 3px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-family: Roboto,sans-serif;
	font-weight: 400;
}
#guide_rental .guide_box .step .num {
	display: block;
	font-size: 20px;
	line-height: 1;
}
#guide_rental .guide_box .list02 .listtit {
	margin: 12px 0 15px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
#guide_rental .guide_box .list02 .flex_box {
	display: flex;
	justify-content: left;
}
#guide_rental .guide_box .list02 .flex_box + .flex_box {
	margin-top: 30px;
}
#guide_rental .guide_box .list02 .flex_img {
	width: 420px;
}
#guide_rental .guide_box .list02 .des {
	width: calc(100% - 420px);
	padding-left: 40px;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
}
#guide_rental .guide_box .list02 .des .small_txt {
	margin-top: 10px;
	font-size: 14px;
}
#guide_rental .guide_box .list02 .des .map_btn {
	position: absolute;
	bottom: -20px;
	right: 0;
}
#guide_rental .guide_box .list02 .des .map_btn a {
	display: inline-block;
	width: 180px;
	line-height: 50px;
	background: url(icon_arrowR_w.png) no-repeat right 15px center #000;
	border-radius: 25px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
#guide_rental .guide_box .list02 .des dd {
	font-size: 16px;
	padding-left: 26px;
	background: url(icon_check.png) no-repeat left 5px;
	box-sizing: border-box;
}
#guide_rental .guide_box .list02 .des dd span {
	display: block;
	font-size: 14px;
}
#guide_rental .guide_box .list02 .paymentbox {
	padding: 40px;
	margin-bottom: 40px;
	border-bottom: 2px dashed #d6d6d6;
}
#guide_rental .guide_box .list02 .shoppaybox {
	padding: 40px;
}
#guide_rental .guide_box .list02 .shoppaybox .tac {
	text-align: center;
}
#guide_rental .guide_box .list03 {
	background: #fff;
	padding: 40px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
}
#guide_rental .guide_box .list03 ul {
	border: 1px solid #d6d6d6;
	display: flex;
	padding: 60px 80px;
	box-sizing: border-box;
	align-items: flex-start;
	justify-content: space-between;
}
#guide_rental .guide_box .list03 li {
	position: relative;
	width: 240px;
}
#guide_rental .guide_box .list03 li:before {
	background: url(arrow_step.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	right: 65px;
	top: 215px;
	content: "";
	z-index: 2;
	position: absolute;
}
#guide_rental .guide_box .list03 .listbox {
	position: relative;
}
#guide_rental .guide_box .list03 .listbox .step {
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
}
#guide_rental .guide_box .list03 li .listimg {
	text-align: center;
}
#guide_rental .guide_box .list03 li .listimg img {
	width: 100%;
}
#guide_rental .guide_box .list03 .littxt {
	font-size: 16px;
	margin-top: 15px;
}
#guide_rental .guide_box .list04 {
	border: 1px solid #d6d6d6;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
#guide_rental .guide_box .list04 ul {
	border: 1px solid #d6d6d6;
}
#guide_rental .guide_box .list04 li .listbox {
	padding: 50px 80px 30px;
	box-sizing: border-box;
}
#guide_rental .guide_box .list04 .flex_box {
	display: flex;
	justify-content: left;
}
#guide_rental .guide_box .list04 .flex_box .des {
	width: calc(100% - 420px);
	padding-right: 45px;
	padding-left: 80px;
	position: relative;
	box-sizing: border-box;
}
#guide_rental .guide_box .list04 .flex_box .des .step {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#guide_rental .guide_box .list04 .flex_box .des_tit {
	font-size: 24px;
	font-weight: 700;
}
#guide_rental .guide_box .list04 .flex_box .des_txt {
	font-size: 16px;
	margin-top: 5px;
}
#guide_rental .guide_box .list04 .flex_img {
	width: 420px;
}
#guide_rental .guide_box .list04 li + li {
	border-top: 1px solid #d6d6d6;
}


/* ----------------------------------------------------Wi-Fi操作マニュアル */
#guide_manual .guide_cont {
	padding: 0 0 40px;
	border-bottom: 1px solid #d6d6d6;
	box-sizing: border-box;
}
#guide_manual .guide_cont .guide_link_tit {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
#guide_manual .guide_cont .guide_link_tit span {
	font-size: 24px;
	color: #00cfd5;
	margin-right: 10px;
	display: inline-block;
}
#guide_manual .guide_cont .guide_link ul {
	border: 1px solid #d6d6d6;
}
#guide_manual .guide_cont .guide_link ul li a {
	display: block;
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #d6d6d6;
	padding: 30px 40px;
	background: url(icon_arrowBtm.png) no-repeat right 40px center #fff;
	box-sizing: border-box;
}
#guide_manual .guide_cont .guide_link ul li a:hover {
	color: #00cfd5;
	background: url(icon_arrowBtm_bl.png) no-repeat right 40px center #fff;
}
#guide_manual .guide_cont .guide_box {
	margin-top: 30px;
}
#guide_manual .guide_tit {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: 700;
}
#guide_manual .guide_box .list01_tit {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 8px;
	text-align: center;
	position: relative;
}
#guide_manual .guide_box .list01_tit:before {
	background: #55dfe3;
	width: 40px;
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
#guide_manual .guide_box .list04 {
	border: 1px solid #d6d6d6;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
}
#guide_manual .guide_box .list04 ul {
	border: 1px solid #d6d6d6;
}
#guide_manual .guide_box .list04 ul li .listbox {
	padding: 50px 80px 30px;
	box-sizing: border-box;
}
#guide_manual .guide_box .list04 li + li {
	border-top: 1px solid #d6d6d6;
}
#guide_manual .youtube {
	width: 640px;
	margin: 0 auto;
}
#guide_manual .youtube > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#guide_manual .youtube > div  iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#guide_manual .guide_box .list04 .flex_box {
	display: flex;
	justify-content: left;
}
#guide_manual .guide_box .list04 .flex_box .des {
	width: calc(100% - 420px);
	padding-right: 45px;
	padding-left: 80px;
	position: relative;
	box-sizing: border-box;
	display: block;
}
#guide_manual .guide_box .list04 .flex_box .des01 .flex_num {
	padding: 5px 0 5px 42px;
	position: relative;
	font-size: 16px;
	box-sizing: border-box;
}
#guide_manual .guide_box .list04 .flex_box .des01 .flex_num + .flex_num {
	margin-top: 20px;
}
#guide_manual .guide_box .list04 .flex_box .des01 .flex_num .small {
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
#guide_manual .guide_box .list04 .flex_box .des01 .flex_num .num {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #00cfd5;
	background: #000;
	border-radius: 50%;
}
#guide_manual .guide_box .list04 .flex_box .des_tit {
	font-size: 24px;
	font-weight: 700;
}
#guide_manual .guide_box .list04 .flex_box .des_txt {
	font-size: 16px;
	margin-top: 5px;
}
#guide_manual .guide_box .list04 .flex_box .des01 {
	padding-left: 0;
}
#guide_manual .guide_box .list04 .flex_img {
	width: 420px;
}
#guide_manual .guide_box .list04 .tabbtn {
	display: flex;
	justify-content: space-between;
	border: none;
}
#guide_manual .guide_box .list04 .tabbtn li {
	border: none;
	width: 25%;
	cursor: pointer;
}
#guide_manual .guide_box .list04 .tabbtn li a {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 3px solid #d6d6d6;
	display: block;
	text-align: center;
	padding: 16px 0;
	pointer-events: none;
}
#guide_manual .guide_box .list04 .tabbtn li.selected a {
	border-bottom: 2px solid #00cfd5;
}
#guide_manual .guide_box .list04 dl {
	display: table;
	width: 100%;
	height: 50px;
}
#guide_manual .guide_box .list04 dl + dl {
	margin-top: 15px;
}
#guide_manual .guide_box .list04 dl dt {
	display: table-cell;
	width: 40px;
	vertical-align: top;
}
#guide_manual .guide_box .list04 dl dt span {
	display: inline-block;
	width: 25px;
	line-height: 25px;
	height: 25px;
	background: #00cfd5;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: Roboto,sans-serif !important;
}
#guide_manual .guide_box .list04 dl dd {
	display: table-cell;
	font-size: 15px;
}
#guide_manual .guide_box .list04 .tabbox {
	padding-top: 30px;
}
#guide_manual .guide_box .list04 .tabbox > div {
	display: none;
}
#guide_manual .guide_box .list04 .tabbox > div > div {
	justify-content: space-between;
	flex-direction: row-reverse;
	display: flex;
}
#guide_manual .guide_box .list04 .tabbox > div > div > div {
	width: 47.94%;
}
#guide_manual .guide_box .list04 .configuration_box_tit {
	font-size: 15px;
	background: #f5f5f5;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
}
#guide_manual .guide_box .list04 .tabbox > div > div .configuration_box_tit {
	margin-bottom: 25px;
}
#guide_manual .guide_box .notbox {
	padding: 20px;
	margin: 10px 0;
	background: #f5f5f5;
}
#guide_manual .guide_box .notbox .notetitle {
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin: 5px 0;
}
#guide_manual .guide_box .tip_box {
	margin-top: 40px;
}
#guide_manual .guide_box .tip_box .memo {
	background-color: #f5f5f5;
	padding: 25px 20px;
}
#guide_manual .guide_box .tip_box .caution {
	margin-top: 15px;
	display: flex;
	align-items: center;
	border: 2px solid #01d0d5;
	padding: 25px 20px;
}
#guide_manual .guide_box .tip_box .caution img {
	margin-right: 20px;
}
#guide_manual .usb-charge-detail .des_tit {
	font-size: 24px;
	font-weight: 700;
}
#guide_manual .usb-charge-detail p {
	margin-bottom: 20px;
}
#guide_manual .usb-charge-detail .small {
	font-size: 14px;
}
#guide_manual .usb-charge-detail h4 {
	/*font-size: 20px;*/
	font-weight: 700;
	background-color: #f5f5f5;
	border: 1px solid #d6d6d6;
	padding: 15px 20px;
	margin-bottom: 10px;
}
#guide_manual .guide_cont01 {
	background: #fff;
	padding: 60px 0 40px;
	border-bottom: 1px solid #d6d6d6;
}
#guide_manual .guide_cont01_box dl + dl {
	margin-top: 20px;
}
#guide_manual .guide_cont01_box dt {
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #d6d6d6;
	background: #f5f5f5;
	padding: 15px 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#guide_manual .guide_cont01_box dd ol > li {
	font-size: 16px;
	padding-left: 28px;
	line-height: 1.6;
	background: url(icon_check01.png) no-repeat left top 9px;
}
#guide_manual .guide_cont01_box dd .flex_box {
	display: flex;
	justify-content: space-between;
}
#guide_manual .guide_cont01_box dd .flex_box .txt {
	width: 535px;
	font-size: 16px;
	line-height: 1.6;
}
#guide_manual .guide_cont01_box dd .flex_box .dd_btn {
	width: 540px;
	background: #f5f5f5;
	padding: 35px 0;
	text-align: center;
	font-size: 18px;
}
#guide_manual .guide_cont01_box dd .flex_box .dd_btn a {
	display: inline-block;
	width: 350px;
	border: 1px solid #d6d6d6;
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	padding: 18px;
	background: url(icon_arrowR.svg) no-repeat right 40px center #fff;
}
#guide_manual .guide_cont01_box dd .flex_box02 {
	display: flex;
	justify-content: left;
	width: 100%;
}
#guide_manual .guide_cont01_box dd .flex_box02 .left {
	width: 240px;
	font-size: 14px;
	padding: 15px 0;
	margin-right: 28px;
	border-bottom: 1px solid #d6d6d6;
}
#guide_manual .guide_cont01_box dd .flex_box02 .right {
	width: calc(100% - 268px);
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
}
#guide_manual .guide_cont01_box dd .img {
	margin: 30px 0;
	text-align: center;
}
#guide_manual .guide_cont01_box dd .list05 {
	margin: -30px 0 0 -35px;
	display: flex;
	flex-wrap: wrap;
}
#guide_manual .guide_cont01_box dd .list05 li {
	width: 33.33%;
	padding: 30px 0 0 35px;
	box-sizing: border-box;
}
#guide_manual .guide_cont01_box dd .list05 .listtxt01 {
	font-size: 13px;
}
#guide_manual .guide_cont01_box dd .list05 .listtxt01 span {
	display: inline-block;
	width: 60px;
}
#guide_manual .guide_cont01_box dd .list05 .listtxt02 span {
	display: inline-block;
	width: 130px;
}
#guide_manual .guide_cont01_box dd .list05 .listtxt04 span {
	display: inline-block;
	width: 100px;
}
#guide_manual .listtxt_flex {
	display: flex;
	margin-bottom: 5px;
}
#guide_manual .guide_cont01_box dd .list05 .listtxt04.listtxt_flex span.txt_r {
	width: calc(100% - 105px);
	margin-left: 5px;
}
#guide_manual .guide_cont01_box dd .list05 .listtit {
	font-size: 20px;
	font-weight: 700;
	padding: 3px 0 3px 50px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 13px;
}
#guide_manual .guide_cont01_box dd .list05 .listtit span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #00cfd5;
	background: #000;
	border-radius: 50%;
}
#guide_manual .listdes {
	padding-top: 12px;
	border-top: 1px solid #d6d6d6;
	font-size: 13px;
	line-height: 1.6;
}
#guide_manual .guide_cont01_box dd .list06 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#guide_manual .guide_cont01_box dd .list06 li {
	width: 540px;
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
}
#guide_manual .guide_cont01_box dd .list06 li:last-child {
	border-bottom: none;
}
#guide_manual .guide_cont01_box dd .list06 li .listtxt {
	font-size: 16px;
	padding-left: 40px;
	position: relative;
	box-sizing: border-box;
}
#guide_manual .guide_cont01_box dd .list06 li .listtxt span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #00cfd5;
	background: #000;
}


/* ----------------------------------------------------一時帰国 */
#campaign_domestic .wrap {
	width: 1120px;
	margin: 0 auto;
	display: block;
	height: initial;
	line-height: 1.75;
	border-radius: initial;
	background: none;
}
#campaign_domestic .wrap img {
	width: initial;
	margin: 0;
	display: block;
}
#campaign_domestic h2 {
	/*font-size: 24px;*/
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}
#campaign_domestic .green-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	max-width: 90%;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_domestic .green-btn:before,
#campaign_domestic .green-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_domestic .green-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_domestic .green-btn:hover {
	background-color: #000;
	color: #fff;
}
#campaign_domestic #mainvisual {
	max-width: 1120px;
	margin: 50px auto 0;
	height: 500px;
	position: relative;
}
#campaign_domestic #promo-btn-box {
	padding: 80px 0;
}
#campaign_domestic #promo-btn-box a {
	display: block;
	width: 250px;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
	position: relative;
	margin: 0 auto;
}
#campaign_domestic #promo-btn-box a:before,
#campaign_domestic #promo-btn-box a:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_domestic #promo-btn-box a:after {
	transform: rotate(-45deg);
	top: calc(50% - 2px);
}
#campaign_domestic .movie-box {
	width: 1010px;
	margin: 0 auto;
}
#campaign_domestic .movie-box > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#campaign_domestic .movie-box > div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#campaign_domestic .bnr-box {
	margin: 40px 0;
	text-align: center;
}
#campaign_domestic .bnr-box.coupon10off .pickup {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	align-items: center;
	margin-bottom: 30px;
}
#campaign_domestic .bnr-box.coupon10off .pickup img {
	width: 28px;
}
#campaign_domestic .bnr-box.coupon10off .pickup p {
	margin: 0 29px;
}
#campaign_domestic .bnr-box.coupon10off .pickup .right {
	transform: scaleX(-1);
}
#campaign_domestic .bnr-box.coupon10off .msg {
	font-size: 24px;
	font-weight: 700;
	margin-op: 96px;
	margin-bottom: 100px;
	position: relative;
}
#campaign_domestic .bnr-box.coupon10off .msg:before,
#campaign_domestic .bnr-box.coupon10off .msg:after {
	content: "";
	background-color: #01d0d5;
	width: 30px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 28px);
	transform: rotate(30deg);
	animation: findout1 1s infinite ease alternate;
}
#campaign_domestic .bnr-box.coupon10off .msg:after {
	left: auto;
	right: calc(50% - 28px);
	transform: rotate(-30deg);
	animation: findout2 1s infinite ease alternate;
}
@keyframes findout1 {
	from {
		transform: translateY(0) rotate(30deg);
	}
	to {
		transform: translateY(10px) rotate(30deg);
	}
}
@keyframes findout2 {
	from {
		transform: translateY(0) rotate(-30deg);
	}
	to {
		transform: translateY(10px) rotate(-30deg);
	}
}
#campaign_domestic .bnr-box.coupon10off .coupon {
	width: 420px;
	display: block;
	margin: 0 auto;
}
#campaign_domestic .bnr-box.coupon10off dl {
	margin: 30px auto 55px;
}
#campaign_domestic .bnr-box.coupon10off dl dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 9px;
}
#campaign_domestic .bnr-box.coupon10off dl dd {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#campaign_domestic .bnr-box.coupon10off dl dd ul li {
	margin-bottom: 11px;
	text-indent: -1em;
	padding-left: 1em;
}
#campaign_domestic .bnr-box.coupon10off dl dd ul li:before {
	content: "-";
	margin-right: 5px;
}
#campaign_domestic #mainvisual img.bg {
	width: 100vw;
	max-width: initial;
	margin-left: calc(-50vw + 50%);
	object-fit: cover;
	height: 500px;
}
#campaign_domestic #mainvisual img.sp {
	display: none;
}
#campaign_domestic #mainvisual p {
	position: absolute;
	top: 95px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	z-index: 1;
}
#campaign_domestic #mainvisual .logo {
	position: absolute;
	top: 206px;
	left: calc(50% - 230px);
}
#campaign_domestic #mainvisual a {
	width: 250px;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 125px);
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_domestic #mainvisual a:before,
#campaign_domestic #mainvisual a:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_domestic #mainvisual a:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_domestic #mainvisual a:hover {
	background-color: #000;
}
#campaign_domestic #mainvisual .terminal {
	position: absolute;
	top: 97px;
	right: 0;
}
#campaign_domestic #features {
	padding: 60px 0 80px;
}
#campaign_domestic #features h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_domestic #features ul {
	margin-bottom: 97px;
}
#campaign_domestic #features ul li {
	display: flex;
	border-top: 2px dotted #676767;
	padding: 35px 55px;
}
#campaign_domestic #features ul li:first-child {
	border-top: none;
}
#campaign_domestic #features ul li .img-box {
	margin-right: 55px;
	width: 290px;
}
#campaign_domestic #features ul li dl {
	width: calc(100% - 290px);
}
#campaign_domestic #features ul li dl dt {
	font-family: Roboto Flex,sans-serif;
	color: #01d0d5;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 10px;
	letter-spacing: .1em;
}
#campaign_domestic #features ul li dl dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffa200;
	width: 60px;
	height: 5px;
}
#campaign_domestic #features ul li dl dt span {
	font-size: 26px;
}
#campaign_domestic #features ul li dl dd .copy {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#campaign_domestic #price {
	padding: 40px 0;
	background-color: #f5f5f5;
}
#campaign_domestic #price .wrap {
	border: 1px solid #d6d6d6;
	padding: 80px 90px;
	background-color: #fff;
}
#campaign_domestic #price h2 img {
	margin: 0 auto 15px;
	width: 90px;
}
#campaign_domestic #price .about {
	text-align: center;
	margin-bottom: 40px;
}
#campaign_domestic #price table {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 87px;
	border-collapse: collapse;
}
#campaign_domestic #price table tr td,
#campaign_domestic #price table tr th {
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #f5f5f5;
	border-right: none;
	border-left: none;
	font-weight: 700;
	font-family: Noto Sans JP,sans-serif;
}
#campaign_domestic #price table tr th div {
	display: flex;
	align-items: center;
}
#campaign_domestic #price table tr th div img {
	width: 45px;
}
#campaign_domestic #price table tr th div p {
	font-size: 20px;
	margin-left: 34px;
}
#campaign_domestic #price table tr th div p span {
	font-size: 16px;
}
#campaign_domestic #price table tr td div {
	display: flex;
	align-items: center;
	justify-content: right;
}
#campaign_domestic #price table tr td div .ex,
#campaign_domestic #price table tr td div .now {
	font-size: 24px;
	font-weight: 400;
	color: #bfbfbf;
}
#campaign_domestic #price table tr td div .now .cp-price {
	color: #e80000;
}
#campaign_domestic #price table tr td div > span {
	font-size: 24px;
	font-weight: 700;
	margin: 0 21px 0 29px;
}
#campaign_domestic #price table tr td div .ex {
	font-size: 24px;
	font-weight: 400;
	color: #bfbfbf;
}
#campaign_domestic #price table tr td div .now {
	font-size: 24px;
}
#campaign_domestic #price .green-btn {
	width: 290px;
	margin-bottom: 50px;
}
#campaign_domestic #price .commission-box {
	cursor: auto;
	width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#campaign_domestic #price .commission-box dl {
	text-align: center;
	margin: 0;
}
#campaign_domestic #price .commission-box dl dt {
	font-size: 18px;
	font-weight: 700;
}
#campaign_domestic #price .commission-box dl dd img {
	width: 170px;
	margin: 0 auto;
}
#campaign_domestic #how-step {
	background-color: #01d0d5;
	padding: 80px 0;
}
#campaign_domestic #how-step h2 {
	color: #fff;
}
#campaign_domestic #how-step h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_domestic #how-step ol {
	display: flex;
	justify-content: space-around;
}
#campaign_domestic #how-step ol li {
	width: 220px;
	color: #fff;
	text-align: center;
}
#campaign_domestic #how-step ol li dl dt {
	margin-bottom: 5px;
}
#campaign_domestic #how-step ol li dl dt span {
	display: block;
	line-height: 1.3;
}
#campaign_domestic #how-step ol li dl dt .number {
	font-family: Roboto Flex,sans-serif;
	font-size: 35px;
	font-weight: 700;
}
#campaign_domestic #how-step ol li dl dd img {
	margin-bottom: 10px;
}
#campaign_domestic #how-step ol li dl dd p {
	font-size: 20px;
	font-weight: 700;
}
#campaign_domestic #others1,
#campaign_domestic #others2 {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#campaign_domestic #others1 .wrap,
#campaign_domestic #others2 .wrap {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 80px 0;
}
#campaign_domestic #others1 .section-box > li:first-child,
#campaign_domestic #others2 .section-box > li:first-child {
	border-top: none;
	padding-top: 0;
}
#campaign_domestic #others1 .section-box h2 img,
#campaign_domestic #others2 .section-box h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_domestic #others1 .section-box li > p {
	text-align: center;
	margin-bottom: 30px;
}
#campaign_domestic #others1 .section-box > li .about-card {
	display: flex;
	justify-content: center;
	align-items: center;
}
#campaign_domestic #others1 .section-box > li .about-card .text {
	margin-left: 50px;
	width: 440px;
}
#campaign_domestic #others1 .section-box > li .about-card .text dl dt {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
#campaign_domestic #others1 .section-box > li .about-card .text dl dd {
	margin-bottom: 40px;
}
#campaign_domestic #rec-ret {
	background-color: #f5f5f5;
	padding: 80px 0 131px;
}
#campaign_domestic #rec-ret .wrap {
	width: 100%;
}
#campaign_domestic #rec-ret h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_domestic #rec-ret .slidewrap {
	display: flex;
	padding: 2px 0;
	width: 100%;
	align-items: center;
	height: 300px;
	overflow: hidden;
	margin-bottom: 45px;
}
#campaign_domestic #rec-ret .slidewrap ul {
	display: flex;
	animation: loop-slide 90s infinite linear 1s both;
}
#campaign_domestic #rec-ret .slidewrap:hover ul {
	animation-play-state: paused;
}
@keyframes loop-slide {
	from {
		transrorm: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
#campaign_domestic #rec-ret .slidewrap ul li {
	width: 560px;
	margin: 0 6px;
}
#campaign_domestic #rec-ret .slidewrap ul li.content-hover {
	transition: all .2s;
}
#campaign_domestic #rec-ret .slidewrap ul li.content-hover:hover {
	transform: translate(-1px,-1px) scale(102%);
}
#campaign_domestic #rec-ret .slidewrap ul li a .sp {
	display: none;
}
#campaign_domestic #rec-ret dl {
	text-align: center;
	margin-bottom: 50px;
}
#campaign_domestic #rec-ret dl dt {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#campaign_domestic #rec-ret dl dt .sp {
	display: none;
}
#campaign_domestic #rec-ret dl dd .memo {
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
}
#campaign_domestic #rec-ret .green-btn {
	width: 405px;
}
#campaign_domestic #others2 .section-box > li .faq {
	padding: 0 90px;
}
#campaign_domestic #others2 .section-box > li .faq li dl dt {
	position: relative;
	border-top: 3px solid #f5f5f5;
	font-size: 18px;
	font-weight: 700;
	padding: 30px 60px 30px 100px;
	cursor: pointer;
}
#campaign_domestic #others2 .section-box > li .faq li dl dt:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "Q";
	color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
}
#campaign_domestic #others2 .section-box > li .faq li dl dt span:before,
#campaign_domestic #others2 .section-box > li .faq li dl dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	background-color: #000;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	transition: .3s;
}
#campaign_domestic #others2 .section-box > li .faq li dl dt span:after {
	right: 42px;
	transform: rotate(-45deg);
}
#campaign_domestic #others2 .section-box > li .faq li dl dt.opened span:before {
	transform: rotate(-45deg);
}
#campaign_domestic #others2 .section-box > li .faq li dl dt.opened span:after {
	transform: rotate(45deg);
}
#campaign_domestic #others2 .section-box > li .faq li dl dd {
	border-top: 3px solid #f5f5f5;
	padding: 30px 60px 30px 100px;
	position: relative;
	display: none;
}
#campaign_domestic #others2 .section-box > li .faq li dl dd:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "A";
	color: #ffa200;
	font-size: 18px;
	font-weight: 700;
}


/* ----------------------------------------------------リスティング広告ページ */
#campaign_overseas .wrap {
	width: 1120px;
	margin: 0 auto;
	display: block;
	height: initial;
	line-height: 1.75;
	border-radius: initial;
	background: none;
}
#campaign_overseas .wrap img {
	width: initial;
	margin: 0;
	display: block;
}
#campaign_overseas h2 {
	/*font-size: 24px;*/
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}
#campaign_overseas h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_overseas #mainvisual {
	max-width: 1120px;
	margin: 50px auto 0;
	height: 500px;
	position: relative;
}
#campaign_overseas #mainvisual img.bg {
	width: 100vw;
	max-width: initial;
	margin-left: calc(-50vw + 50%);
	object-fit: cover;
	height: 500px;
}
#campaign_overseas #mainvisual img.sp {
	display: none;
}
#campaign_overseas #mainvisual p {
	position: absolute;
	top: 95px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	z-index: 1;
}
#campaign_overseas #mainvisual .logo {
	position: absolute;
	top: 206px;
	left: calc(50% - 230px);
}
#campaign_overseas #mainvisual a {
	width: 250px;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 125px);
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_overseas #mainvisual a:before,
#campaign_overseas #mainvisual a:after,
#campaign_overseas #promo-btn-box a:before,
#campaign_overseas #promo-btn-box a:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_overseas #mainvisual a:after,
#campaign_overseas #promo-btn-box a:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_overseas #mainvisual a:hover,
#campaign_overseas #promo-btn-box a:hover {
	background-color: #000;
}
#campaign_overseas #promo-btn-box {
	padding: 80px 0;
}
#campaign_overseas #promo-btn-box a {
	display: block;
	width: 250px;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 0 auto;
}
#campaign_overseas #mainvisual .terminal {
	position: absolute;
	top: 97px;
	right: 0;
}
#campaign_overseas .movie-box {
	width: 1010px;
	margin: 0 auto;
}
#campaign_overseas .movie-box > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#campaign_overseas .movie-box > div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#campaign_overseas .bnr-box {
	margin: 40px 0;
	text-align: cener;
}
#campaign_overseas #features {
	padding: 60px 0 80px;
}
#campaign_overseas #features h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_overseas #features ul {
	margin-bottom: 97px;
}
#campaign_overseas #features ul li {
	display: flex;
	border-top: 2px dotted #676767;
	padding: 35px 55px;
}
#campaign_overseas #features ul li:first-child {
	border-top: none;
}
#campaign_overseas #features ul li .img-box {
	margin-right: 55px;
	width: 290px;
}
#campaign_overseas #features ul li dl {
	width: calc(100% - 290px);
}
#campaign_overseas #features ul li dl dt {
	font-family: Roboto Flex,sans-serif;
	color: #01d0d5;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 10px;
	letter-spacing: .1em;
}
#campaign_overseas #features ul li dl dt span {
	font-size: 26px;
}
#campaign_overseas #features ul li dl dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffa200;
	width: 60px;
	height: 5px;
}
#campaign_overseas #features ul li dl dd .copy {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#campaign_overseas .green-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	max-width: 90%;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_overseas .green-btn:before,
#campaign_overseas .green-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_overseas .green-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_overseas .green-btn:hover {
	background-color: #000;
	color: #fff;
}
#campaign_overseas #price {
	padding: 40px 0;
	background-color: #f5f5f5;
}
#campaign_overseas #price .wrap {
	border: 1px solid #d6d6d6;
	background-color: #fff;
	padding: 80px 90px;
}
#campaign_overseas #price h2 img {
	margin: 0 auto 15px;
	width: 90px;
}
#campaign_overseas #price .about {
	text-align: center;
	margin-bottom: 40px;
}
#campaign_overseas #price table {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 87px;
	box-shadow: none;
	table-layout: initial;
}
#campaign_overseas #price table tr td,
#campaign_overseas #price table tr th {
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #f5f5f5;
	border-right: none;
	border-left: none;
	font-weight: 700;
	font-family: Noto Sans JP,sans-serif;
}
#campaign_overseas #price table tr th div {
	display: flex;
	align-items: center;
}
#campaign_overseas #price table tr th div div img {
	width: 65px;
	margin-left: 34px;
	margin-right: 14px;
}
#campaign_overseas #price table tr th div div p {
	margin-left: 14px;
	font-size: 16px;
}
#campaign_overseas #price table tr td span {
	font-size: 32px;
}
#campaign_overseas #price .memo {
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
}
#campaign_overseas #price .green-btn {
	width: 290px;
	margin-bottom: 50px;
}
#campaign_overseas #price .commission-box {
	cursor: auto;
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#campaign_overseas #price .commission-box:before {
	content: none;
}
#campaign_overseas #price .commission-box dl {
	text-align: center;
	margin: 0 40px;
}
#campaign_overseas #price .commission-box dl dt {
	font-size: 18px;
 	font-weight: bold;
}
#campaign_overseas #price .commission-box dl dd img {
	width: 170px;
	margin: 0 auto;
}
#campaign_overseas #price .price {
	margin: 0 auto 20px;
	width: 170px;
}
#campaign_overseas #how-step {
	background-color: #01d0d5;
	padding: 80px 0;
}
#campaign_overseas #how-step h2 {
	color: #fff;
}
#campaign_overseas #how-step h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_overseas #how-step ol {
	display: flex;
	justify-content: space-around;
}
#campaign_overseas #how-step ol li {
	width: 220px;
	color: #fff;
	text-align: center;
}
#campaign_overseas #how-step ol li dl dt {
	margin-bottom: 5px;
}
#campaign_overseas #how-step ol li dl dt span {
	display: block;
	line-height: 1.3;
}
#campaign_overseas #how-step ol li dl dt .number {
	font-family: Roboto Flex,sans-serif;
	font-size: 35px;
	font-weight: 700;
}
#campaign_overseas #how-step ol li dl dd img {
	margin-bottom: 10px;
}
#campaign_overseas #how-step ol li dl dd p {
	font-size: 20px;
	font-weight: 700;
}
#campaign_overseas #rec-ret {
	background-color: #f5f5f5;
	padding: 80px 0 131px;
}
#campaign_overseas #rec-ret .wrap {
	width: 100%;
}
#campaign_overseas #rec-ret h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_overseas #rec-ret .slidewrap {
	display: flex;
	padding: 2px 0;
	width: 100%;
	align-items: center;
	height: 300px;
	overflow: hidden;
	margin-bottom: 45px;
}
#campaign_overseas #rec-ret .slidewrap ul {
	display: flex;
	animation: loop-slide 90s infinite linear 1s both;
}
#campaign_overseas #rec-ret .slidewrap ul li {
	width: 560px;
	margin: 0 6px;
}
#campaign_overseas #rec-ret .slidewrap ul li.content-hover {
	transition: .2s;
}
#campaign_overseas #rec-ret .slidewrap ul li a .sp {
	display: none;
}
#campaign_overseas #rec-ret dl {
	text-align: center;
	margin-bottom: 50px;
}
#campaign_overseas #rec-ret dl dt {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#campaign_overseas #rec-ret dl dt .sp {
	display: none;
}
#campaign_overseas #rec-ret dl dd .memo {
	font-size: 14px;
	margin-top: 20px;
}
#campaign_overseas #rec-ret .green-btn {
	width: 405px;
}
#campaign_overseas #voice {
	background-color: #01d0d5;
	padding: 80px 0;
}
#campaign_overseas #voice h2 {
	margin-bottom: 20px;
	color: #fff;
}
#campaign_overseas #voice h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_overseas #voice .wrap > p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 41px;
	text-align: center;
}
#campaign_overseas #voice ul {
	overflow: hidden;
	height: 500px;
	position: relative;
}
#campaign_overseas #voice ul.opened {
	height: auto;
}
#campaign_overseas #voice ul.opened:after {
	content: none;
}
#campaign_overseas #voice ul:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(to top,#01d0d5,transparent);
	bottom: 0;
	left: 0;
}
#campaign_overseas #voice ul li {
	margin-bottom: 40px;
}
#campaign_overseas #voice ul li dl {
	display: flex;
	justify-content: right;
	align-items: center;
	position: relative;
}
#campaign_overseas #voice ul li:nth-child(2n+1) dl {
	flex-direction: row-reverse;
	justify-content: left;
}
#campaign_overseas #voice ul li dl:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 850px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 54px 17.5px 0;
	border-color: transparent rgba(0,0,0,.33) transparent transparent;
}
#campaign_overseas #voice ul li dl:after {
	content: "";
	position: absolute;
	top:calc(50% - 17px);
	right: 860px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 54px 17.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
#campaign_overseas #voice ul li:nth-child(2n+1) dl:before {
	content: "";
	position: absolute;
	top: calc(50% - 13px);
	right: initial;
	left: 863px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 54px;
	border-color: transparent transparent transparent rgba(0,0,0,.33);
}
#campaign_overseas #voice ul li:nth-child(2n+1) dl:after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	right: initial;
	left: 860px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 54px;
	border-color: transparent transparent transparent #fff;
}
#campaign_overseas #voice ul li dl dt img {
	width: 132px;
}
#campaign_overseas #voice ul li dl dd {
	width: 870px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 4px 5px #00000054;
	padding: 30px 40px;
	font-size: 18px;
	margin-right: 0;
	margin-left: 83px;
	position: relative;
}
#campaign_overseas #voice ul li:nth-child(2n+1) dl dd {
	margin-right: 83px;
	margin-left: 0;
}
#campaign_overseas #voice ul li dl dd .state {
	color: #01d0d5;
	margin-bottom: 15px;
}
#campaign_overseas #voice .readmore-btn {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	width: auto;
	display: block;
	padding: 60px 0;
}
#campaign_overseas #voice .readmore-btn p {
	cursor: pointer;
	position: relative;
}
#campaign_overseas #voice .readmore-btn p:before,
#campaign_overseas #voice .readmore-btn p:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: calc(50% - 13px);
	height: 2px;
	width: 16px;
	background-color: #fff;
	transform: rotate(45deg);
}
#campaign_overseas #voice .readmore-btn p:after {
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
#campaign_overseas #voice .white-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_overseas #voice .white-btn:before,
#campaign_overseas #voice .white-btn:after {
	content: "";
	background-color: #000;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_overseas #voice .white-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_overseas #voice .white-btn:hover {
	background-color: #000;
	color: #fff;
}
#campaign_overseas #others {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#campaign_overseas #others .wrap {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 80px 0;
}
#campaign_overseas #others .section-box h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_overseas #others .section-box > li {
	border-top: 1px solid #d6d6d6;
	padding-top: 80px;
}
#campaign_overseas #others .section-box > li:first-child {
	border-top: none;
	padding-top: 0;
}
#campaign_overseas #others .section-box li > p {
	text-align: center;
	margin-bottom: 30px;
}
#campaign_overseas #others .section-box > li .about-card {
	display: flex;
	justify-content: center;
	align-items: center;
}
#campaign_overseas #others .section-box > li .about-card .text {
	margin-left: 50px;
	width: 440px;
}
#campaign_overseas #others .section-box > li .about-card .text dl dt {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
#campaign_overseas #others .section-box > li .about-card .text dl dd {
	margin-bottom: 40px;
}
#campaign_overseas #others .section-box > li .faq {
	padding: 0 90px;
}
#campaign_overseas #others .section-box > li .faq li dl dt {
	position: relative;
	border-top: 3px solid #f5f5f5;
	font-size: 18px;
	font-weight: 700;
	padding: 30px 60px 30px 100px;
	cursor: pointer;
}
#campaign_overseas #others .section-box > li .faq li dl dt:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "Q";
	color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
}
#campaign_overseas #others .section-box > li .faq li dl dt span:before,
#campaign_overseas #others .section-box > li .faq li dl dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	background-color: #000;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	transition: .3s;
}
#campaign_overseas #others .section-box > li .faq li dl dt span:after {
	right: 42px;
	transform: rotate(-45deg);
}
#campaign_overseas #others .section-box > li .faq li dl dt.opened span:before {
	transform: rotate(-45deg);
}
#campaign_overseas #others .section-box > li .faq li dl dt.opened span:after {
	transform: rotate(45deg);
}
#campaign_overseas #others .section-box > li .faq li dl dd {
	border-top: 3px solid #f5f5f5;
	padding: 30px 60px 30px 100px;
	position: relative;
	display: none;
}
#campaign_overseas #others .section-box > li .faq li dl dd:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "A";
	color: #ffa200;
	font-size: 18px;
	font-weight: 700;
}
#campaign_overseas #others .section-box > li .faq li dl dd .line-btn {
	display: block;
	background-color: #07b53b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 480px;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
	padding: 11px 0;
	margin: 30px auto 0;
	position: relative;
}
#campaign_overseas #others .section-box > li .faq li dl dd .line-btn .sp {
	display: none;
}
#campaign_overseas #others .section-box > li .faq li dl dd .line-btn:before,
#campaign_overseas #others .section-box > li .faq li dl dd .line-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_overseas #others .section-box > li .faq li dl dd .line-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}



/* ----------------------------------------------------インバウンド向けLP */
#campaign_inbound .wrap {
	width: 1120px;
	margin: 0 auto;
	display: block;
	height: initial;
	line-height: 1.75;
	border-radius: initial;
	background: none;
}
#campaign_inbound h2 {
	/*font-size: 24px;*/
	margin-bottom: 40px;
	text-align: center;
}
#campaign_inbound .wrap img {
	width: initial;
	margin: 0;
	display: block;
}
#campaign_inbound #mainvisual {
	max-width: 1120px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
#campaign_inbound #mainvisual img.bg {
	width: 100vw;
	max-width: initial;
	margin-left: calc(-50vw + 50%);
	object-fit: cover;
	height: 500px;
}
#campaign_inbound #mainvisual img.sp {
	display: none;
}
#campaign_inbound #mainvisual p {
	position: absolute;
	top: 95px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	z-index: 1;
}
#campaign_inbound #mainvisual p.price {
	top: 200px;
	font-size: 48px;
	line-height: 1.5;
}
#campaign_inbound #mainvisual p.price span {
	font-size: 76px;
	vertical-align: baseline;
}
#campaign_inbound #mainvisual a {
	width: 250px;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 125px);
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_inbound #mainvisual a:hover {
	background-color: #000;
}
#campaign_inbound #mainvisual a:before,
#campaign_inbound #mainvisual a:after {
	content: "";
	background-color: #fff;
	height 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_inbound #mainvisual a:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_inbound #mainvisual .terminal {
	position: absolute;
	top: 97px;
	right: 0;
}
#campaign_inbound .movie-box {
	width: 1010px;
	margin: 0 auto;
	padding-top: 80px;
}
#campaign_inbound .movie-box > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#campaign_inbound .movie-box > div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#campaign_inbound .bnr-box {
	margin: 40px 0;
	text-align: center;
}
#campaign_inbound .bnr-box.coupon10off .catch {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
}
#campaign_inbound .bnr-box.coupon10off .pickup {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	align-items: center;
	margin-bottom: 30px;
}
#campaign_inbound .bnr-box.coupon10off .pickup img {
	width: 28px;
}
#campaign_inbound .bnr-box.coupon10off .pickup p {
	margin: 0 29px;
}
#campaign_inbound .bnr-box.coupon10off .pickup .right {
	transform: scaleX(-1);
}
#campaign_inbound .bnr-box.coupon10off .coupon {
	width: 420px;
	display: block;
	margin: 0 auto;
}
#campaign_inbound .bnr-box.coupon10off dl {
	margin: 30px auto 55px;
}
#campaign_inbound .bnr-box.coupon10off dl dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 9px;
}
#campaign_inbound .bnr-box.coupon10off dl dd {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#campaign_inbound .bnr-box.coupon10off dl dd ul li {
	margin-bottom: 11px;
	text-indent: -1em;
	padding-left: 1em;
}
#campaign_inbound .bnr-box.coupon10off dl dd ul li:before {
	content: "-";
	margin-right: 5px;
}
#campaign_inbound .green-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	max-width: 90%;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
}
#campaign_inbound .green-btn:hover {
	background-color: #000;
	color: #fff;
}
#campaign_inbound .green-btn:before,
#campaign_inbound .green-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#campaign_inbound .green-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#campaign_inbound .bnr-box.coupon10off .msg {
	font-size: 24px;
	font-weight: 700;
	margin-top: 96px;
	margin-bottom: 100px;
	position: relative;
}
#campaign_inbound .bnr-box.coupon10off .msg:before,
#campaign_inbound .bnr-box.coupon10off .msg:after {
	content: "";
	background-color: #01d0d5;
	width: 30px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 28px);
	transform: rotate(30deg);
	animation: findout1 1s infinite ease alternate;
}
#campaign_inbound .bnr-box.coupon10off .msg:after {
	left: auto;
	right: calc(50% - 28px);
	transform: rotate(-30deg);
	animation: findout2 1s infinite ease alternate;
}
@keyframes findout1 {
  from {
    transform: translateY(0) rotate(30deg);
  }
  to {
    transform: translateY(10px) rotate(30deg);
  }
}
@keyframes findout2 {
  from {
    transform: translateY(0) rotate(-30deg);
  }
  to {
    transform: translateY(10px) rotate(-30deg);
  }
}
#campaign_inbound #features {
	padding: 60px 0 80px;
}
#campaign_inbound #features h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_inbound #features ul {
	margin-bottom: 97px;
}
#campaign_inbound #features ul li {
	display: flex;
	border-top: 2px dotted #676767;
	padding: 35px 55px;
}
#campaign_inbound #features ul li:first-child {
	border-top: none;
}
#campaign_inbound #features ul li .img-box {
	margin-right: 55px;
	width: 290px;
}
#campaign_inbound #features ul li dl {
	width: calc(100% - 290px);
}
#campaign_inbound #features ul li dl dt {
	font-family: Roboto Flex,sans-serif;
	color: #01d0d5;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 10px;
	letter-spacing: .1em;
}
#campaign_inbound #features ul li dl dt span {
	font-size: 26px;
}
#campaign_inbound #features ul li dl dt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #ffa200;
	width: 60px;
	height: 5px;
}
#campaign_inbound #features ul li dl dd .copy {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
#campaign_inbound #features ul li dl dd .about sup {
	color: #e80000;
}
#campaign_inbound #price {
	padding: 40px 0;
}
#campaign_inbound #price .wrap {
	border-top: 1px solid #d6d6d6;
	padding: 80px 90px;
}
#campaign_inbound #price h2 img {
	margin: 0 auto 15px;
	width: 90px;
}
#campaign_inbound #price .msg {
	text-align: center;
	margin-bottom: 40px;
}
#campaign_inbound #price table {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 87px;
	border-collapse: collapse;
}
#campaign_inbound #price table tr td,
#campaign_inbound #price table tr th {
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #f5f5f5;
	border-right: none;
	border-left: none;
	font-weight: 700;
	font-family: Noto Sans JP,sans-serif;
}
#campaign_inbound #price table tr th div {
	display: flex;
	align-items: center;
}
#campaign_inbound #price table tr th div img {
	width: 45px;
}
#campaign_inbound #price table tr th div p {
	font-size: 20px;
	margin-left: 34px;
}
#campaign_inbound #price table tr th div p span {
	font-size: 16px;
}
#campaign_inbound #price table tr td div {
	display: flex;
	align-items: center;
	justify-content: right;
}
#campaign_inbound #price table tr td div .ex {
	font-size: 24px;
	font-weight: 400;
	color: #bfbfbf;
}
#campaign_inbound #price table tr td div > span {
	font-size: 24px;
	font-weight: 700;
	margin: 0 21px 0 29px;
}
#campaign_inbound #price table tr td div .now {
	font-size: 24px;
}
#campaign_inbound #price table tr td div .now span {
	font-size: 32px;
}
#campaign_inbound #price .commission-box {
	cursor: auto;
	width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#campaign_inbound #price .commission-box dl {
	text-align: center;
	margin: 0;
}
#campaign_inbound #price .commission-box dl dt {
	font-size: 18px;
	font-weight: 700;
}
#campaign_inbound #price .commission-box dl dd img {
	width: 170px;
	margin: 0 auto;
}
#campaign_inbound #price .green-btn {
	width: 290px;
	margin-bottom: 50px;
}
#campaign_inbound #how-step {
	background-color: #01d0d5;
	padding: 80px 0;
}
#campaign_inbound #how-step h2 {
	color: #fff;
}
#campaign_inbound #how-step h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_inbound #how-step ol {
	display: flex;
	justify-content: space-around;
}
#campaign_inbound #how-step ol li {
	width: 220px;
	color: #fff;
	text-align: center;
}
#campaign_inbound #how-step ol li dl dt {
	margin-bottom: 5px;
}
#campaign_inbound #how-step ol li dl dt span {
	display: block;
	lihe-height: 1.3;
}
#campaign_inbound #how-step ol li dl dt .number {
	font-family: Roboto Flex,sans-serif;
	font-size: 35px;
	font-weight: 700;
}
#campaign_inbound #how-step ol li dl dd img {
	margin-bottom: 10px;
}
#campaign_inbound #how-step ol li dl dd p {
	font-size: 20px;
	font-weight: 700;
}
#campaign_inbound #others1,
#campaign_inbound #others2 {
	background-color: #f5f5f5;
	padding: 40px;
}
#campaign_inbound #others1 .wrap,
#campaign_inbound #others2 .wrap {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 80px 0;
}
#campaign_inbound #others1 .section-box > li,
#campaign_inbound #others2 .section-box > li {
	border-top: 1px solid #d6d6d6;
	padding-top: 80px;
}
#campaign_inbound #others1 .section-box > li:first-child ,
#campaign_inbound #others2 .section-box > li:first-child {
	border-top: none;
	padding-top: 0;
}
#campaign_inbound #others1 .section-box h2 img,
#campaign_inbound #others2 .section-box h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_inbound #others1 .section-box > li .about-card {
	display: flex;
	justify-content: center;
	align-items: center;
}
#campaign_inbound #others1 .section-box > li .about-card .text {
	margin-left: 50px;
	width: 440px;
}
#campaign_inbound #others1 .section-box > li .about-card .text dl dt {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
#campaign_inbound #others1 .section-box > li .about-card .text dl dd {
	margin-bottom: 40px;
}
#campaign_inbound #rec-ret {
	background-color: #f5f5f5;
	padding: 80px 0 131px;
}
#campaign_inbound #rec-ret .wrap {
	width: 100%;
}
#campaign_inbound #rec-ret h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#campaign_inbound #rec-ret .slidewrap {
	display: flex;
	padding: 2px 0;
	width: 100%;
	align-items: center;
	height: 300px;
	overflow: hidden;
	margin-bottom: 45px;
}
#campaign_inbound #rec-ret .slidewrap ul {
	display: flex;
	animation: loop-slide 90s infinite linear 1s both;
}
#campaign_inbound #rec-ret .slidewrap ul li {
	width: 560px;
	margin: 0 6px;
}
#campaign_inbound #rec-ret .slidewrap ul li.content-hover {
	transition: .2s;
}
#campaign_inbound #rec-ret .slidewrap ul li a .sp {
	display: none;
}
#campaign_inbound #rec-ret .about {
	text-align: center;
	margin-bottom: 40px;
}
#campaign_inbound #rec-ret .about dt {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#campaign_inbound #rec-ret .title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
#campaign_inbound #rec-ret .airport-box {
	display: flex;
	max-width: 1120px;
	margin: 0 auto 50px;
	width: 100%;
	padding: 0;
}
#campaign_inbound #rec-ret .airport-box dl {
	width: 50%;
}
#campaign_inbound #rec-ret .airport-box dl dt {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#campaign_inbound #rec-ret .airport-box dl dd ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#campaign_inbound #rec-ret .airport-box dl dd ul li a {
	color: #01d0d5;
}
#campaign_inbound #rec-ret p.memo {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 40px;
}
#campaign_inbound #rec-ret .green-btn {
	width: 405px;
}
#campaign_inbound #others2 .section-box > li .faq {
	padding: 0 90px;
}
#campaign_inbound #others2 .section-box > li .faq  li dl dt {
	position: relative;
	border-top: 3px solid #f5f5f5;
	font-size: 18px;
	font-weight: 700;
	padding: 30px 60px 30px 100px;
	cursor: pointer;
}
#campaign_inbound #others2 .section-box > li .faq  li dl dt:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "Q";
	color: #01d0d5;
	font-size: 18px;
	font-weight: 700;
}
#campaign_inbound #others2 .section-box > li .faq  li dl dt span:before,
#campaign_inbound #others2 .section-box > li .faq  li dl dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	background-color: #000;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	transition: .3s;
}
#campaign_inbound #others2 .section-box > li .faq  li dl dt span:after {
	right: 42px;
	transform: rotate(-45deg);
}
#campaign_inbound #others2 .section-box > li .faq  li dl dt.opened span:before {
	transform: rotate(-45deg);
}
#campaign_inbound #others2 .section-box > li .faq  li dl dt.opened span:after {
	transform: rotate(45deg);
}
#campaign_inbound #others2 .section-box > li .faq  li dl dd {
	border-top: 3px solid #f5f5f5;
	padding: 30px 60px 30px 100px;
	position: relative;
	display: none;
}
#campaign_inbound #others2 .section-box > li .faq  li dl dd:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "A";
	color: #ffa200;
	font-size: 18px;
	font-weight: 700;
}


/* ----------------------------------------------------認知広告用LP */
#promotion_230714 .wrap {
	width: 1120px;
	margin: 0 auto;
	display: block;
	height: initial;
	line-height: 1.75;
	border-radius: initial;
	background: none;
	box-sizing: border-box;
}
#promotion_230714 .wrap img {
	width: initial;
	margin: 0;
	display: block;
}
#promotion_230714 h2 {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}
#promotion_230714 .sp {
	display: none;
}
#promotion_230714 #mainvisual {
	background-color: #000;
	padding-top: 50px;
}
#promotion_230714 #mainvisual img.bg {
	display: block;
	margin: 0 auto;
}
#promotion_230714 #mainvisual .bg.sp {
	display: none;
}
#promotion_230714 #introduction {
	background-color: #EEEEEE;
	padding: 40px 0 55px;
}
#promotion_230714 #introduction.btn-box .line-btn {
	display: block;
	margin: 0 auto 34px;;
	width: 325px;
	background-color: #06C755;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#promotion_230714 #introduction.btn-box .line-btn:before,
#promotion_230714 #introduction.btn-box .line-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#promotion_230714 #introduction.btn-box .line-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#promotion_230714 .btn-box dl {
	text-align: center;
	color: #06C755;
	margin-bottom: 30px;
}
#promotion_230714 #introduction dl dt {
	color: #06C755;
	font-size: 24px;
	font-weight: bold;
}
#promotion_230714 #introduction dl dt img {
	display: block;
	width: 71px;
	margin: 0 auto;
}
#promotion_230714 #introduction dl dd {
	font-size: 20px;
}
#promotion_230714 #introduction dl dd span {
	font-weight: bold;
}
#promotion_230714 .btn-box {
	padding: 80px 0;
}
#promotion_230714 .btn-box .line-banner,
#promotion_230714 .btn-box .notes {
	display: block;
	margin: 0 auto;
	width: 440px;
}
#promotion_230714 .btn-box .price {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 18px;
}
#promotion_230714 .btn-box .price span {
	font-size: 24px;
}
#promotion_230714 .btn-box .memo {
	text-align: center;
	font-size: 16px;
	font-weibht: bold;
	margin-bottom: 11px;
}
#promotion_230714 .btn-box .black-btn {
	display: block;
	margin: 0 auto;
	width: 286px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#promotion_230714 .btn-box .black-btn:before,
#promotion_230714 .btn-box .black-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#promotion_230714 .btn-box .black-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#promotion_230714 .btn-box .black-btn:hover {
	background-color: #fff;
	color: #000;
}
#promotion_230714 #about {
	padding: 80px 0;
}
#promotion_230714 #about h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#promotion_230714 #about p {
	width: 690px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
}
#promotion_230714 #movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#promotion_230714 #movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#promotion_230714 #ability {
	padding: 80px 0;
	background-color: #F5F5F5;
}
#promotion_230714 #ability .wrap {
	border: 1px solid #D6D6D6;
	background-color: #fff;
	width: 1120px;
	margin: 0 auto;
	padding: 80px 130px 125px;
}
#promotion_230714 #ability h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#promotion_230714 #ability ul li {
	margin-bottom: 25px;
}
#promotion_230714 #ability ul li dl dt {
	color: #01D0D5;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}
#promotion_230714 #ability ul li dl dt span {
	font-family: Roboto Flex,sans-serif;
	font-weight: 700;
	font-size: 36px;
	vertical-aling: -1px;
}
#promotion_230714 #ability ul li dl dd {
	font-size: 20px;
}
#promotion_230714 #ability p {
	font-size: 16px;
}
#promotion_230714 #how-step {
	background-color: #01d0d5;
	padding: 80px 0;
}
#promotion_230714 #how-step h2 {
	color: #fff;
}
#promotion_230714 #how-step h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#promotion_230714 #how-step ol {
	display: flex;
	justify-content: space-around;
}
#promotion_230714 #how-step ol li {
	width: 220px;
	color: #fff;
	text-align: center;
}
#promotion_230714 #how-step ol li dl dt {
	margin-bottom: 5px;
}
#promotion_230714 #how-step ol li dl dt span {
	display: block;
	line-height: 1.3;
}
#promotion_230714 #how-step ol li dl dt .number {
	font-family: "Roboto Flex", sans-serif;
	font-size: 35px;
	font-weight: bold;
}
#promotion_230714 #how-step ol li dl dd img {
	margin-bottom: 10px;
}
#promotion_230714 #how-step ol li dl dd p {
	font-size: 20px;
	font-weight: bold;
}
#promotion_230714 #voice {
	background-color: #01d0d5;
	padding: 80px 0;
}
#promotion_230714 #voice h2 {
	margin-bottom: 20px;
	color: #fff;
}
#promotion_230714 #voice h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#promotion_230714 #voice .wrap > p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 41px;
	text-align: center;
}
#promotion_230714 #voice ul {
	overflow: hidden;
	height: 500px;
	position: relative;
}
#promotion_230714 #voice ul.opened {
	height: auto;
}
#promotion_230714 #voice ul.opened:after {
	content: none;
}
#promotion_230714 #voice ul:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(to top, #01d0d5, transparent);
	bottom: 0;
	left: 0;
}
#promotion_230714 #voice .readmore-btn {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	display: block;
	padding: 60px 0;
}
#promotion_230714 #voice .readmore-btn:before {
	content: none;
}
#promotion_230714 #voice .readmore-btn p {
	cursor: pointer;
	position: relative;
}
#promotion_230714 #voice .readmore-btn p:before,
#promotion_230714 #voice .readmore-btn p:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: calc(50% - 13px);
	height: 2px;
	width: 16px;
	background-color: #fff;
	transform: rotate(45deg);
}
#promotion_230714 #voice .readmore-btn p:after {
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
#promotion_230714 #voice ul li {
	margin-bottom: 40px;
}
#promotion_230714 #voice ul li dl {
	display: flex;
	justify-content: right;
	align-items: center;
	position: relative;
}
#promotion_230714 #voice ul li dl:after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	right: 860px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 54px 17.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
#promotion_230714 #voice ul li dl:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 850px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 54px 17.5px 0;
	border-color: transparent rgba(0, 0, 0, 0.33) transparent transparent;
}
#promotion_230714 #voice ul li:nth-child(odd) dl {
	flex-direction: row-reverse;
	justify-content: left;
}
#promotion_230714 #voice ul li:nth-child(odd) dl:after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	right: initial;
	left: 860px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 54px;
	border-color: transparent transparent transparent #fff;
}
#promotion_230714 #voice ul li:nth-child(odd) dl:before {
	content: "";
	position: absolute;
	top: calc(50% - 13px);
	right: initial;
	left: 863px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 54px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.33);
}
#promotion_230714 #voice ul li dl dt img {
	width: 132px;
}
#promotion_230714 #voice ul li dl dd {
	width: 790px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 4px 5px rgba(0, 0, 0, 0.33);
	padding: 30px 40px;
	font-size: 18px;
}
#promotion_230714 #voice ul li dl dd {
	margin-right: 0;
	margin-left: 83px;
	position: relative;
	box-sizing: initial;
}
#promotion_230714 #voice ul li:nth-child(odd) dl dd {
	margin-right: 83px;
	margin-left: 0;
}
#promotion_230714 #voice ul li dl dd .state {
	margin-bottom: 15px;
}
#promotion_230714 #voice ul li dl dd .state {
	color: #01d0d5;
}
#promotion_230714 .white-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#promotion_230714 .white-btn:before,
#promotion_230714 .white-btn:after {
	content: "";
	background-color: #000;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#promotion_230714 .white-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#promotion_230714 .white-btn:hover {
	background-color: #000;
	color: #fff;
}
#promotion_230714 #faq {
	padding: 80px 0;
	background-color: #F5F5F5;
}
#promotion_230714 #faq .wrap {
	border: 1px solid #D6D6D6;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
#promotion_230714 #faq h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#promotion_230714 #faq ul {
	padding: 0 90px;
}
#promotion_230714 #faq ul li dl dt {
	position: relative;
	border-top: 3px solid #f5f5f5;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 60px 30px 100px;
	cursor: pointer;
}
#promotion_230714 #faq ul li dl dt span:before,
#promotion_230714 #faq ul li dl dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	background-color: #000;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	transition: 0.3s;
}
#promotion_230714 #faq ul li dl dt span:after {
	right: 42px;
	transform: rotate(-45deg);
}
#promotion_230714 #faq ul li dl dt.opened span:before {
	transform: rotate(-45deg);
}
#promotion_230714 #faq ul li dl dt.opened span:after {
	transform: rotate(45deg);
}
#promotion_230714 #faq ul li dl dt:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "Q";
	color: #01d0d5;
	font-size: 18px;
	font-weight: bold;
}
#promotion_230714 #faq ul li dl dd {
	border-top: 3px solid #f5f5f5;
	padding: 30px 60px 30px 100px;
	position: relative;
	display: none;
}
#promotion_230714 #faq ul li dl dd:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "A";
	color: #ffa200;
	font-size: 18px;
	font-weight: bold;
}
#promotion_230714 #faq ul li .line-btn {
	display: block;
	background-color: #07b53b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 480px;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
	padding: 11px 0;
	margin: 30px auto 0;
	position: relative;
}
#promotion_230714 #faq ul li .line-btn .sp {
	display: none;
}
#promotion_230714 #faq ul li .line-btn:before,
#promotion_230714 #faq ul li .line-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#promotion_230714 #faq ul li .line-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#promotion_230714 #management {
	padding: 80px 0;
}
#promotion_230714 #management dl dt {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
#promotion_230714 #management dl dd {
	font-size: 16px;
	line-height: 1.25;
	width: 960px;
	margin: 0 auto;
}


/* ----------------------------------------------------はじめての方 */
#beginner .wrap {
	width: 1120px;
	margin: 0 auto;
	display: block;
	height: initial;
	line-height: 1.75;
	border-radius: initial;
	background: none;
}
#beginner .wrap img {
	width: initial;
	margin: 0;
	display: block;
}
#beginner h2 {
	font-size: 24px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 700;
}
#beginner .sp {
	display: none;
}
#beginner #mainvisual {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
#beginner #mainvisual img.bg {
	width: 100vw;
	max-width: initial;
	margin-left: calc(-50vw + 50%);
	object-fit: cover;
	height: 488px;
}
#beginner #mainvisual img.sp {
	display: none;
}
#beginner #mainvisual p {
	position: absolute;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	top: 50px;
	left: 0;
	line-height: 1.33;
}
#beginner #mainvisual p.txt {
	font-size: 24px;
	top: 223px;
	width: 600px;
	line-height: 1.75
}
#beginner .bnr-box {
	margin: 40px 0;
	text-align: center;
}
#beginner #smart-point {
	background-color: #F5F5F5;
	padding: 80px 0 140px;
}
#beginner #smart-point h2 {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
#beginner #smart-point h2 img {
	display: block;
	margin: 0 auto 10px;
}
#beginner #smart-point h2 span {
	color: #EA981F;
	font-size: 24px;
	display: block;
}
#beginner #smart-point ul {
	width: 864px;
	margin: 0 auto;
}
#beginner #smart-point ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#beginner #smart-point ul li:nth-child(even) {
	flex-direction: row-reverse;
}
#beginner #smart-point ul li > div {
	width: 300px;
}
#beginner #smart-point ul li dl {
	width: 540px;
	justify-content: center;
	flex-direction: column;
	display: flex;
}
#beginner #smart-point ul li dl dt {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.0;
}
#beginner #smart-point ul li:nth-child(even) dl dt {
	text-align: right;
}
#beginner #smart-point ul li dl dt .number {
	color: #EA981F;
	font-size: 20px;
}
#beginner #smart-point ul li dl dt .number span {
	font-size: 36px;
	display: block;
}
#beginner #smart-point ul li dl dt .title {
	display: block;
	margin: 20px 0;
}
#beginner #smart-point ul li dl dd {
	font-size: 16px;
}
#beginner #smart-point ul li:nth-child(even) dl dd {
	text-align: right;
}
#beginner #good-point {
	padding: 120px 0;
}
#beginner #good-point h2 {
	font-size: 30px;
	margin-bottom: 90px;
}
#beginner #good-point ul {
	width: 1038px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#beginner #good-point ul li {
	width: 330px;
	margin: 0 0 75px 24px;
}
#beginner #good-point ul li:first-child {
	margin-left: 0;
}
#beginner #good-point ul li dl {
	text-align: center;
}
#beginner #good-point ul li dl dt {
	font-size: 20px;
	font-weight: bold;
}
#beginner #good-point ul li dl dd {
	font-size: 16px;
	line-height: 1.9;
}
#beginner #good-point .guide-point {
	background-color: #F5F5F5;
	border-radius: 8px;
	padding: 20px 32px;
	display: flex;
	width: 900px;
	margin: 0 auto;
	box-sizing: initial;
}
#beginner #good-point .guide-point img {
	margin-right: 28px;
}
#beginner #good-point .guide-point dl {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#beginner #good-point .guide-point dl dt {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
}
#beginner #good-point .guide-point dl dt:first-child {
	margin-top: 0;
}
#beginner #good-point .guide-point dl dd a {
	color: #01D0D5;
	font-size: 18px;
}
#beginner .green-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#beginner .green-btn:before,
#beginner .green-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#beginner .green-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#beginner .green-btn:hover {
	background-color: #000;
	color: #fff;
}
#beginner #price {
	background-color: #f5f5f5;
	padding: 40px 0;
}
#beginner #price .wrap {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 80px 90px;
	box-sizing: initial;
}
#beginner #price h2 img {
	margin: 0 auto 15px;
	width: 90px;
}
#beginner #price .about {
	text-align: center;
	margin-bottom: 40px;
}
#beginner #price table {
	width: 100%;
	margin-bottom: 10px;
	border: none;
	table-layout: initial;
	box-shadow: none;
}
#beginner #price table tr td,
#beginner #price table tr th {
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #f5f5f5;
	border-right: none;
	border-left: none;
	font-weight: bold;
	padding: 10px 14px;
	font-family: Noto Sans JP, sans-serif;
}
#beginner #price table tr th div {
	display: flex;
	align-items: center;
}
#beginner #price table tr th div div img {
	width: 65px;
	margin-left: 34px;
	margin-right: 14px;
}
#beginner #price table tr th div div p {
	margin-left: 14px;
	font-size: 16px;
}
#beginner #price table tr td {
	font-size: 24px;
}
#beginner #price table tr td span {
	font-size: 32px;
}
#beginner #price .memo {
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
}
#beginner #price .green-btn {
	width: 290px;
	margin-bottom: 50px;
}
#beginner #price .comparison {
	display: block;
	cursor: auto;
	width: 100%;
	margin-bottom: 80px;
	padding: 0;
}
#beginner #price .comparison:before {
	content: none;
}
#beginner #price .comparison p {
	width: 700px;
	margin: 0 auto 40px;
	text-align: center;
}
#beginner #price .comparison img {
	display: block;
	margin: 0 auto;
}
#beginner #price .commission-box {
	display: block;
	width: 100%;
	cursor: auto;
	padding: 0;
	margin-bottom: 80px;
}
#beginner #price .commission-box:before {
	content: none;
}
#beginner #price .commission-box .msg {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
#beginner #price .commission-box .memo {
	font-size: 14px;
	margin-bottom: 30px;
}
#beginner #price .commission-box div {
	cursor: auto;
	display: flex;
	width: 800px;
	margin: 0 auto;
	justify-content: center;
}
#beginner #price .commission-box div dl {
	text-align: center;
	margin: 0 40px;
}
#beginner #price .commission-box div dl dt {
	font-size: 18px;
	font-weight: bold;
}
#beginner #price .commission-box div dl dd img {
	width: 170px;
	margin: 0 auto;
}
#beginner #price .price {
	margin: 0 auto 20px;
	width: 170px;
}
#beginner #how-step {
	background-color: #01d0d5;
	padding: 80px 0;
}
#beginner #how-step h2 {
	color: #fff;
}
#beginner #how-step h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#beginner #how-step ol {
	display: flex;
	justify-content: space-around;
}
#beginner #how-step ol li {
	width: 220px;
	color: #fff;
	text-align: center;
}
#beginner #how-step ol li dl dt {
	margin-bottom: 5px;
}
#beginner #how-step ol li dl dt span {
	display: block;
	line-height: 1.3;
}
#beginner #how-step ol li dl dt .number {
	font-family: "Roboto Flex", sans-serif;
	font-size: 35px;
	font-weight: bold;
}
#beginner #how-step ol li dl dd img {
	margin-bottom: 10px;
}
#beginner #how-step ol li dl dd p {
	font-size: 20px;
	font-weight: bold;
}
#beginner #how-pay {
	background-color: #F5F5F5;
	padding: 80px 0 0;
}
#beginner #how-pay .wrap {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 80px 0;
}
#beginner #how-pay h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#beginner #how-pay .wrap > p {
	text-align: center;
	margin-bottom: 30px;
}
#beginner #how-pay .about-card {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	cursor: auto;
	width: auto;
}
#beginner #how-pay .about-card:before {
	content: none;
}
#beginner #how-pay .about-card .text {
	margin-left: 50px;
	width: 440px;
}
#beginner #how-pay .about-card .text dl dt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#beginner #how-pay .about-card .text dl dd {
	margin-bottom: 40px;
}
#beginner #rec-ret {
	background-color: #f5f5f5;
	padding: 80px 0 131px;
}
#beginner #rec-ret .wrap {
	width: 100%;
}
#beginner #rec-ret h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#beginner #rec-ret .slidewrap {
	display: flex;
	padding: 2px 0;
	width: 100%;
	align-items: center;
	height: 300px;
	overflow: hidden;
	margin-bottom: 45px;
}
#beginner #rec-ret .slidewrap:before {
	content: none;
}
#beginner #rec-ret .slidewrap ul {
	display: flex;
	animation: loop-slide 90s infinite linear 1s both;
}
#beginner #rec-ret .slidewrap:hover ul {
 	animation-play-state: paused;
}
@keyframes loop-slide {
	from {
		transrorm: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
#beginner #rec-ret .slidewrap ul li {
	width: 560px;
	margin: 0 6px;
}
#beginner #rec-ret .slidewrap ul li.content-hover {
	transition: all 0.2s;
}
#beginner #rec-ret .slidewrap ul li.content-hover:hover {
 	transform: translate(-1px, -1px) scale(102%);
}
#beginner #rec-ret .slidewrap ul li a .sp {
	display: none;
}
#beginner #rec-ret dl {
	text-align: center;
	margin-bottom: 50px;
}
#beginner #rec-ret dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#beginner #rec-ret dl dt .sp {
	display: none;
}
#beginner #rec-ret dl dd .memo {
	font-size: 14px;
	margin-top: 20px;
}
#beginner #voice {
	background-color: #01d0d5;
	padding: 80px 0;
}
#beginner #voice h2 {
	margin-bottom: 20px;
	color: #fff;
}
#beginner #voice h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#beginner #voice .wrap > p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 41px;
	text-align: center;
}
#beginner #voice ul {
	overflow: hidden;
	height: 500px;
	position: relative;
}
#beginner #voice ul.opened {
	height: auto;
}
#beginner #voice ul.opened:after {
	content: none;
}
#beginner #voice ul:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	background: linear-gradient(to top, #01d0d5, transparent);
	bottom: 0;
	left: 0;
}
#beginner #voice .readmore-btn {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	display: block;
	padding: 60px 0;
}
#beginner #voice .readmore-btn:before {
	content: none;
}
#beginner #voice .readmore-btn p {
	cursor: pointer;
	position: relative;
}
#beginner #voice .readmore-btn p:before,
#beginner #voice .readmore-btn p:after {
	position: absolute;
	content: "";
	bottom: -12px;
	left: calc(50% - 13px);
	height: 2px;
	width: 16px;
	background-color: #fff;
	transform: rotate(45deg);
}
#beginner #voice .readmore-btn p:after {
	transform: rotate(-45deg);
	left: calc(50% - 4px);
}
#beginner #voice ul li {
	margin-bottom: 40px;
}
#beginner #voice ul li dl {
	display: flex;
	justify-content: right;
	align-items: center;
	position: relative;
}
#beginner #voice ul li dl:after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	right: 860px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 54px 17.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
#beginner #voice ul li dl:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 850px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 54px 17.5px 0;
	border-color: transparent rgba(0, 0, 0, 0.33) transparent transparent;
}
#beginner #voice ul li:nth-child(odd) dl {
	flex-direction: row-reverse;
	justify-content: left;
}
#beginner #voice ul li:nth-child(odd) dl:after {
	content: "";
	position: absolute;
	top: calc(50% - 17px);
	right: initial;
	left: 860px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 54px;
	border-color: transparent transparent transparent #fff;
}
#beginner #voice ul li:nth-child(odd) dl:before {
	content: "";
	position: absolute;
	top: calc(50% - 13px);
	right: initial;
	left: 863px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 54px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.33);
}
#beginner #voice ul li dl dt img {
	width: 132px;
}
#beginner #voice ul li dl dd {
	width: 790px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 4px 5px rgba(0, 0, 0, 0.33);
	padding: 30px 40px;
 	font-size: 18px;
	margin-right: 0;
	margin-left: 83px;
	position: relative;
	box-sizing: initial;
}
#beginner #voice ul li:nth-child(odd) dl dd {
	margin-right: 83px;
	margin-left: 0;
}
#beginner #voice ul li dl dd .state {
	margin-bottom: 15px;
}
#beginner #voice ul li dl dd .state {
	color: #01d0d5;
}
#beginner .white-btn {
	display: block;
	margin: 0 auto;
	width: 250px;
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#beginner .white-btn:before,
#beginner .white-btn:after {
	content: "";
	background-color: #000;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#beginner .white-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#beginner .white-btn:hover {
	background-color: #000;
	color: #fff;
}
#beginner #faq {
	background-color: #F5F5F5;
	padding: 80px 0;
}
#beginner #faq .wrap {
	background-color: #fff;
	border: 1px solid #707070;
	padding: 80px 90px;
	box-sizing: border-box;
	margin-bottom: 85px;
}
#beginner #faq .wrap h2 img {
	width: 90px;
	margin: 0 auto 15px;
}
#beginner #faq li dl dt {
	position: relative;
	border-top: 3px solid #f5f5f5;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 60px 30px 100px;
	cursor: pointer;
}
#beginner #faq li dl dt span:before,
#beginner #faq li dl dt span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 50px;
	background-color: #000;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	transition: 0.3s;
}
#beginner #faq li dl dt span:after {
	right: 42px;
	transform: rotate(-45deg);
}
#beginner #faq li dl dt.opened span:before {
	transform: rotate(-45deg);
}
#beginner #faq li dl dt.opened span:after {
	transform: rotate(45deg);
}
#beginner #faq li dl dt:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "Q";
	color: #01d0d5;
	font-size: 18px;
	font-weight: bold;
}
#beginner #faq li dl dd {
	border-top: 3px solid #f5f5f5;
	padding: 30px 60px 30px 100px;
	position: relative;
	display: none;
}
#beginner #faq li dl dd:before {
	position: absolute;
	top: 1.5em;
	left: 3.5em;
	content: "A";
	color: #ffa200;
	font-size: 18px;
	font-weight: bold;
}
#beginner #faq .section-box > li .line-btn {
	display: block;
	background-color: #07b53b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 480px;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
	padding: 11px 0;
	margin: 30px 0 0;
	position: relative;
}
#beginner #faq .section-box > li .line-btn .sp {
	display: none;
}
#beginner #faq .section-box > li .line-btn:before,
#beginner #faq .section-box > li .line-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
 	transform: rotate(45deg);
}
#beginner #faq .section-box > li .line-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#beginner #faq .section-box > li .inquiry-btn {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 360px;
	border-radius: 25px;
	box-shadow: 2px 4px 3px #0000004d;
	padding: 11px 0;
	margin: 30px 0 0;
	position: relative;
}
#beginner #faq .section-box > li .inquiry-btn:before,
#beginner #faq .section-box > li .inquiry-btn:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
 	transform: rotate(45deg);
}
#beginner #faq .section-box > li .inquiry-btn:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#beginner #faq .link-btns {
	width: 580px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#beginner #faq .link-btns li a {
	display: block;
	margin: 0 auto;
	color: #fff;
	background-color: #01d0d5;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 10px 62px;
	border-radius: 25px;
	box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#beginner #faq .link-btns li a:before,
#beginner #faq .link-btns li a:after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 6px;
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	transform: rotate(45deg);
}
#beginner #faq .link-btns li a:after {
	transform: rotate(-45deg);
	top: calc(50% + 2px);
}
#beginner #faq .link-btns li a:hover {
	background-color: #000;
	color: #fff;
}


/* ----------------------------------------------------ブログページ */
.blog-articles {
	display: block!important;
}
.blog-articles .card-wrapper {
	padding-bottom: 20px;
}
/* .color-background-2 {
	background-color: #fff;
	border: 1px solid #f3f3f3!important;
} */
.caption-with-letter-spacing {
	font-size: 1.4rem;
}
.article-card__excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.card__content {
	display: block!important;
}


/* for sp */
@media screen and (max-width: 767px) {
/* ----------------------------------------------------初期化（仮） */

	h1 {
		font-size: 28px;
	}
	h1 span {
		font-size: 18px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}

	.inner {
		padding: 0 10px;
		box-sizing: border-box;
	}


/* ----------------------------------------------------サイトマップ */
	#sitemap .inner {
		padding: 0 10px;
		box-sizing: border-box;
	}
	#sitemap .sitemap-list .box {
		width: 50%;
	}
	#sitemap .country-list dd ul li {
		width: 50%;
	}


/* ----------------------------------------------------WiFiBOX設置場所一覧 */
	#wifibox-map .tit {
		font-size: 20px;
		margin-bottom: 25px;
	}
	#wifibox-map #select-box {
		display: block;
		font-size: 13px;
	}
	#wifibox-map #select-box > div {
		display: block;
	}
	#wifibox-map #select-box .area {
		margin-bottom: 10px;
	}
	#wifibox-map #select-box .area dd select {
		font-size: 13px;
	}
	#wifibox-map #select-box .facility {
		margin-left: 0;
	}
	#wifibox-map #select-box .facility dd ul li {
		font-size: 13px;
	}
	#wifibox-map #select-box .facility dd ul li .indicator {
		top: 2px;
	}
	#wifibox-map .reset {
		border-left: none;
		border-top: 1px solid #d6d6d6;
	}
	#wifibox-map .reset p {
		text-align: center;
		font-size: 13px;
	}

	#wifibox-map h3 {
		/*font-size: 17px;*/
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#wifibox-map .counter_wrap {
		padding: 20px 10px;
	}
	#wifibox-map .counter_info {
		margin-bottom: 0;
	}
	#wifibox-map .counter_info li {
		padding: 15px 20px;
	}
	#wifibox-map .counter_info li h4 {
		/*font-size: 16px;*/
		line-height: normal;
	}
	#wifibox-map .counter_info li .info {
		display: block;
	}
	#wifibox-map .counter_info li .info .detail {
		margin-bottom: 10px;
		width: auto;
	}
	#wifibox-map .counter_info li .info .detail img {
		width: calc(152px * .8);
	}
	#wifibox-map .counter_info li .info .detail dl .time {
		font-size: 20px;
	}
	#wifibox-map .counter_info li .info .map_link {
		width: 100%;
	}
	#wifibox-map .counter_wrap .dd_btn {
		float: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}


/* ----------------------------------------------------設置場所詳細ページ */
	#airport-detail h2.tit {
		font-size: 20px;
	}
	#airport-detail h2.tit span {
		font-size: 24px;
	}
	#airport-detail .about {
		padding: 10px;
	}
	#airport-detail .about .application-msg {
		display: block;
	}
	#airport-detail .about .application-msg img,
	#airport-detail .about .application-msg .text-box {
		width: auto;
	}
	#airport-detail .about .application-msg .text-box p {
		font-size: 18px;
	}
	#airport-detail .about h2 {
		/*font-size: 24px;*/
	}
	#airport-detail .about .chart-wrap {
		overflow-x: scroll
	}
	#airport-detail .about .chart-wrap table {
		width: 800px;
		border-style: initial;
		word-break: break-all;
	}
	#airport-detail .about > ol {
		flex-wrap: wrap;
	}
	#airport-detail .about > ol li {
		width: 48%;
		margin-bottom: 10px;
	}
	#airport-detail .about .detail p {
		font-size: 18px;
	}
/* ----------------------------------------------------WiFiBOXの紹介 */
	#introduction .title {
		padding: 30px 0 45px;
	}
	#introduction .title .visual {
		width: 100%;
		margin-bottom: 20px;
	}
	#introduction .title .visual p {
		font-size: 20px;
	}
	#introduction .title .visual .copy {
		font-size: 26px;
	}
	#introduction .title .txt-box {
		margin: 0 24px;
	}
	#introduction .pc {
		display: none!important;
	}
	#introduction .sp {
		display: inline;
	}
	#introduction .title .txt-box .lead.sp {
		font-size: 16px;
		font-weight: 700;
	}
	#introduction .title .txt-box .lead span {
		display: block;
		padding: 5px 0;
		line-height: 2.5;
		background-color: #000;
		color: #fff;
		margin-bottom: 10px;
	}
	#introduction .title .txt-box .about {
		font-size: 16px;
		margin: 30px 0 0;
		width: auto;
	}
	#introduction .feature {
		padding: 45px 10px;
	}
	#introduction h2 {
		/*font-size: 24px;*/
		margin-bottom: 25px;
	}
	#introduction .feature .about {
		display: block;
		padding: 0;
		border: none;
		background: transparent;
	}
	#introduction .feature .about dl dt {
		font-size: 20px;
	}
	#introduction .feature .about dl.case1 dd ol {
		flex-wrap: wrap;
		align-items: end;
	}
	#introduction .feature .about dl.case1 dd ol li {
		width: 49%;
	}
	#introduction .feature .about dl.case2 dd img {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#introduction .feature .about dl.case3 dd .table-wrap {
		overflow-x: scroll;
	}
	#introduction .feature .about dl.case3 dd table {
		background-color: #fff;
		border: 1px solid #ebebeb;
	}
	#introduction .feature .about dl.case3 dd .memo {
		font-size: 14px;
	}
	#introduction .chart {
		padding: 45px 10px;
	}
	#introduction .chart .table-wrap {
		overflow-x: scroll;
	}
	#introduction .chart table {
		width: 538px;
		border-style: initial;
	}
	#introduction .chart table tbody tr th {
		font-size: 14px;
		text-align: center;
		padding: 0;
	}
	#introduction .chart table tbody tr td {
		padding: 0 23px;
		height: 120px;
		text-align: center;
	}
	#introduction .chart table tbody tr td .answer {
		font-size: 16px;
	}
	#introduction .chart table tbody tr td .comment {
		font-size: 14px;
	}
	#introduction .chart table tbody tr td .memo {
		font-size: 12px;
	}


/* ----------------------------------------------------WiFiBOXについて */
	#brand-movie.video-header .logo_pages {
		width: 300px;
	}
	#brand {
		padding: 5rem 0;
	}
	#brand .page_video_box {
		padding: 0 1.5rem;
	}
	#brand .page_video_box .tit {
		font-size: 3rem;
		padding: 0 0 4rem;
	}
	#brand .page_video_box p {
		font-size: 3.6vw;
		line-height: 1.6;
	}
	#brand .page_video_box .visible-ts {
		display: block;
	}
	#brand .page_video_box .visible-pc {
		display: none;
	}
	#brand .box_application {
		max-width: 80%;
		margin: 4rem auto 0;
		background: #fff;
		padding: 3rem;
	}
	#brand .box_application .flexImg_application {
		display: block;
	}
	#brand .box_application .flexImg_application p {
		width: auto;
		margin-right: 0;
		text-align: center;
	}
	#brand .box_application .flexImg_application p:last-child {
		margin-top: 2rem;
	}
	#brand .box_application .btn_wrap {
		display: block;
	}
	#brand .box_application .btn_wrap .btn_application {
		margin-bottom: 10px;
	}
	#brand .box_application .btn_wrap .btn_application a {
		font-size: 16px;
		background: url(icon_arrowR_w.svg) no-repeat right 15px center #000;
		padding: 1rem 2rem 1rem 1rem;
	}


/* ----------------------------------------------------無制限プラン */
	#unlimited .unlimited-content .wifi-action li {
		width: 20%;
	}
	#unlimited .unlimited-content .btns {
		display: block;
	}
	#unlimited .unlimited-content .btns li {
		margin: 0 auto 20px;
	}
	#unlimited .unlimited-content .traffic-chart-wrap {
		width: 100%;
		overflow-x: scroll;
	}
	#unlimited .unlimited-content .traffic-chart {
		width: 700px;
	}


/* ----------------------------------------------------料金・プラン */
	#plans h2 {
		/*font-size: 20px;*/
		margin-bottom: 20px;
	}
	#plans .contents #data-capacity > div {
		width: 100%;
		padding: 50px 0;
	}
	#plans .contents #data-capacity > div > p {
		text-align: center;
		margin-bottom: 30px;
	}
	#plans .contents #data-capacity .data-plan {
		display: block;
	}
	#plans .contents #data-capacity .data-plan > li {
		width: 100%;
		margin-bottom: 10px;
	}
	#plans .contents #data-capacity .data-plan > li:first-child ul {
		60%;
	}
	#plans .contents #price-chart > div {
		width: 100%;
		padding: 50px 0;
	}
	#plans .contents #price-chart > div .accordion dd {
		overflow-x: scroll;
	}
	#plans .contents #price-chart > div .accordion dd table {
		width: 1200px;
	}
	#plans #tour-plan > div {
		width: 100%;
		padding: 50px 0;
	}
	#plans #tour-plan > div .lineup {
		display: block;
	}
	#plans #tour-plan > div .lineup > li {
		width: 100%;
		margin-bottom: 10px;
	}
	#plans #option > div {
		width: 100%;
		padding: 50px 10px;
	}
	#plans #option > div .price dl {
		display: block;
	}
	#plans #option > div .guarantee {
		display: block;
	}
	#plans #option > div .guarantee > dl {
		width: 100%;
	}


/* ----------------------------------------------------クイックガイド */
	#guide_index .guide_cont {
		padding: 0 0 50px;
	}
	#guide_index .guide_link {
		margin-top: 30px;
	}
	#guide_index .guide_link_tit {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#guide_index .guide_link_tit span {
		text-align: left;
		font-size: 15px;
		display: block;
	}
	#guide_index .guide_link li a {
		background: url(icon_arrowR.svg) no-repeat right 15px center #fff;
		padding: 12px 15px;
		font-size: 15px;
	}
/* ----------------------------------------------------レンタルガイド */
	#guide_rental {
		background: #f5f5f5;
		padding: 30px 0 0;
	}
	#guide_rental .guide_cont {
		padding: 0 0 30px;
	}
	#guide_rental .guide_cont .guide_box {
		margin-top: 15px;
	}
	#guide_rental .guide_cont .guide_link_tit {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#guide_rental .guide_cont .guide_link_tit span {
		font-size: 15px;
		margin-right: 0;
		display: block;
		text-align: center;
	}
	#guide_rental .guide_cont .guide_link li a {
		font-size: 15px;
		padding: 12px 15px;
		background: url(icon_arrowBtm.png) no-repeat right 15px center #fff;
	}
	#guide_rental .guide_cont .guide_tit {
		font-size: 17px;
		margin-bottom: 10px;
	}
	#guide_rental .guide_cont .guide_box .list01 {
		padding: 20px 10px;
	}
	#guide_rental .guide_cont .guide_box .list01_tit {
		font-size: 15px;
		margin-bottom: 10px;
		padding-bottom: 8px;
	}
	#guide_rental .guide_cont .guide_box .list01 ul {
		display: block;
	}
	#guide_rental .guide_cont .guide_box .list01 ul li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #d6d6d6;
	}
	#guide_rental .guide_cont .guide_box .list01 ul li:before {
		background: url(sp_ico_arrow.png) no-repeat 0 0;
		background-size: contain;
		width: 30px;
		height: 30px;
		right: auto;
		bottom: -15px;
		top: auto;
		left: 50%;
		transform: translate(-50%);
	}
	#guide_rental .guide_cont .guide_box .list01 ul li .listbox {
		padding: 15px 20px 25px;
	}
	#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listtit {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listtxt {
		font-size: 14px;
	}
	#guide_rental .guide_cont .guide_box .list01 ul li .listbox .listimg img {
		height: 70px;
	}
	#guide_rental .guide_cont .guide_box .list02 {
		padding: 20px 10px;
	}
	#guide_rental .guide_cont .guide_box .list02 .listbox {
		padding: 20px 15px;
	}
	#guide_rental .guide_cont .guide_box .list02 .listbox .youtube {
		width: 100%;
	}
	#guide_rental .guide_box .step {
		width: 55px;
		height: 55px;
		padding-top: 1px;
		font-size: 13px;
	}
	#guide_rental .guide_box .step .num {
		font-size: 16px;
	}
	#guide_rental .guide_box .list02 .listtit {
		margin: 10px 0;
		font-size: 18px;
	}
	#guide_rental .guide_box .list02 .flex_box {
		display: block;
	}
	#guide_rental .guide_box .list02 .flex_box + .flex_box {
		margin-top: 15px;
	}
	#guide_rental .guide_box .list02 .flex_img {
		width: 100%;
	}
	#guide_rental .guide_box .list02 .des {
		width: 100%;
		margin-top: 15px;
		padding-left: 0;
		font-size: 14px;
	}
	#guide_rental .guide_box .list02 .des .map_btn {
		position: static;
		margin-top: 15px;
		text-align: center;
	}
	#guide_rental .guide_box .list02 .des .map_btn a {
		width: 220px;
		line-height: 40px;
		background: url(icon_arrowR_w.png) no-repeat right 10px center #000;
		font-size: 14px;
	}
	#guide_rental .guide_box .list02 .des dd {
		font-size: 14px;
		padding-left: 20px;
		background: url(icon_check.png) no-repeat left top 6px;
		background-size: 10px;
	}
	#guide_rental .guide_box .list03 {
		padding: 20px 10px;
	}
	#guide_rental .guide_box .list03 ul {
		display: block;
		padding: 40px 10px 20px;
	}
	#guide_rental .guide_box .list03 li {
		width: 100%;
	}
	#guide_rental .guide_box .list03 li:before {
		background: url(sp_arrow_step.png) no-repeat 0 0;
		background-size: contain;
		width: 30px;
		height: 30px;
		right: auto;
		top: auto;
		bottom: -44px;
		left: 50%;
		transform: translate(-50%);
	}
	#guide_rental .guide_box .list03 li:last-child::before {
		content: none;
	}
	#guide_rental .guide_box .list03 li + li {
		margin-top: 80px;
	}
	#guide_rental .guide_box .list03 .listbox .step {
		top: -22px;
	}
	#guide_rental .guide_box .list03 li .listimg img {
		width: auto;
	}
	#guide_rental .guide_box .list04 {
		padding: 20px 10px;
	}
	#guide_rental .guide_box .list04 li .listbox {
		padding: 15px;
	}
	#guide_rental .guide_box .list04 .flex_box {
		display: block;
	}
	#guide_rental .guide_box .list04 .flex_box .des {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
		padding-left: 0;
	}
	#guide_rental .guide_box .list04 .flex_box .des .step {
		position: static;
	}
	#guide_rental .guide_box .list04 .flex_box .des_tit {
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}
	#guide_rental .guide_box .list04 .flex_box .des_txt {
		font-size: 14px;
	}
	#guide_rental .guide_box .list04 .flex_img {
		width: 100%;
		text-align: center;
	}


/* ----------------------------------------------------Wi-Fi操作マニュアル */
	#guide_manual .guide_cont {
		padding: 0 0 30px;
	}
	#guide_manual .guide_cont .guide_link_tit {
		font-size: 20px;
		margin-bottom: 15px;
	}
	#guide_manual .guide_cont .guide_link_tit span {
		font-size: 15px;
		margin-right: 0;
		display: block;
		text-align: center;
	}
	#guide_manual .guide_cont .guide_link ul li a {
		font-size: 15px;
		padding: 12px 15px;
		background: url(icon_arrowBtm.png) no-repeat right 15px center #fff;
	}
	#guide_manual .guide_cont .guide_box {
		margin-top: 15px;
	}
	#guide_manual .guide_tit {
		font-size: 17px;
		margin-bottom: 10px;
	}
	#guide_manual .guide_box .list01_tit {
		font-size: 15px;
		margin-bottom: 10px;
	}
	#guide_manual .guide_box .list04 {
		padding: 20px 10px;
	}
	#guide_manual .guide_box .list04 ul li .listbox {
		padding: 15px;
	}
	#guide_manual .youtube {
		width: 100%;
	}
	#guide_manual .guide_box .list04 dl {
		display: table;
		height: auto;
	}
	#guide_manual .guide_box .list04 dl + dl {
		margin-top: 10px;
	}
	#guide_manual .guide_box .list04 dl dt {
		width: 35px;
	}
	#guide_manual .guide_box .list04 dl dt span {
		width: 20px;
		line-height: 20px;
		height: 20px;
		font-size: 16px;
	}
	#guide_manual .guide_box .list04 dl dd {
		font-size: 14px;
	}
	#guide_manual .guide_box .list04 .flex_box {
		display: block;
	}
	#guide_manual .guide_box .list04 .flex_box .des {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	#guide_manual .guide_box .list04 .flex_box .des01 .flex_num {
		padding: 5px 0 5px 38px;
		font-size: 14px;
	}
	#guide_manual .guide_box .list04 .flex_box .des01 .flex_num + .flex_num {
		margin-top: 10px;
	}
	#guide_manual .guide_box .list04 .flex_box .des01 .flex_num .small {
		font-size: 12px;
	}
	#guide_manual .guide_box .list04 .flex_box .des01 .flex_num .num {
		top: 5px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#guide_manual .guide_box .list04 .flex_box .des01 .flex_num b {
		color: #e12345;
		font-wight: 400;
	}
	#guide_manual .guide_box .list04 .flex_box .des_tit {
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}
	#guide_manual .guide_box .list04 .flex_box .des_txt {
		font-size: 14px;
	}
	#guide_manual .guide_box .list04 .flex_img {
		width: 100%;
		text-align: center;
	}
	#guide_manual .guide_box .list04 .tabbtn li a {
		font-size: 15px;
	}
	#guide_manual .guide_box .list04 .tabbox > div > div {
		display: block;
	}
	#guide_manual .guide_box .list04 .tabbox > div > div > div {
		width: 100%;
	}
	#guide_manual .guide_box .list04 .tabbox > div > div .configuration_box_tit {
		margin-bottom: 25px;
	}
	#guide_manual .usb-charge-detail .des_tit {
		font-size: 18px;
		text-align: left;
	}
	#guide_manual .usb-charge-detail h4 {
		/*font-size: 16px;*/
		padding: 10px 15px;
	}
	#guide_manual .guide_cont01_box dl + dl {
		margin-top: 15px;
	}
	#guide_manual .guide_cont01_box dt {
		font-size: 16px;
		padding: 10px 15px;
	}
	#guide_manual .guide_cont01_box dd ol > li {
		font-size: 14px;
		padding-left: 25px;
	}
	#guide_manual .guide_cont01_box dd .flex_box {
		display: block;
	}
	#guide_manual .guide_cont01_box dd .flex_box .txt {
		width: 100%;
		font-size: 14px;
	}
	#guide_manual .guide_cont01_box dd .flex_box .dd_btn {
		width: 100%;
		margin-top: 10px;
		padding: 16px 0;
		font-size: 14px;
	}
	#guide_manual .guide_cont01_box dd .flex_box .dd_btn a {
		width: 80%;
		font-size: 14px;
	}
	#guide_manual .guide_cont01_box dd .flex_box02 .left {
		width: 120px;
		font-size: 12px;
		padding: 10px 0;
	}
	#guide_manual .guide_cont01_box dd .flex_box02 .right {
		width: calc(100% - 130px);
		font-size: 12px;
		padding: 10px 0;
	}
	#guide_manual .guide_cont01_box dd .img {
		margin: 15px 0;
	}
	#guide_manual .guide_cont01_box dd .list05 {
		margin: -15px 0 0;
		display: block;
	}
	#guide_manual .guide_cont01_box dd .list05 li {
		width: 100%;
		padding: 15px 0 0;
	}
	#guide_manual .guide_cont01_box dd .list05 .listtxt01 {
		font-size: 12px;
	}
	#guide_manual .guide_cont01_box dd .list05 .listtxt01 span {
		width: 50px;
	}
	#guide_manual .guide_cont01_box dd .list05 .listtxt02 span {
		width: 110px;
	}
	#guide_manual .guide_cont01_box dd .list05 .listtxt04 span {
		width: 90px;
	}
	#guide_manual .guide_cont01_box dd .list05 .listtit {
		font-size: 16px;
		padding: 3px 0 3px 40px;
		margin-bottom: 10px;
	}
	#guide_manual .guide_cont01_box dd .list05 .listtit span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	#guide_manual .listdes {
		font-size: 12px;
	}
	#guide_manual .guide_cont01_box dd .list06 li {
		width: 100%;
		padding: 10px 0;
	}
	#guide_manual .guide_cont01_box dd .list06 li .listtxt {
		font-size: 14px;
		padding-left: 35px;
	}
	#guide_manual .guide_cont01_box dd .list06 li .listtxt span {
		font-size: 16px;
	}


/* ----------------------------------------------------一時帰国 */
	#campaign_domestic .wrap {
		width: 100%;
		box-sizing: border-box;
	}
	#campaign_domestic h2 {
		/*font-size: 20px;*/
		margin-bottom: 20px;
	}
	#campaign_domestic #mainvisual {
		height: initial;
		padding-bottom: 182px;
	}
	#campaign_domestic #mainvisual img.pc {
		display: none;
	}
	#campaign_domestic #mainvisual img.sp {
		display: block;
		width: 100%;
	}
	#campaign_domestic #mainvisual p {
		font-size: 24px;
		top: 50px;
	}
	#campaign_domestic #mainvisual .logo {
		top: 130px;
		width: 310px;
		left: calc(50% - 155px);
	}
	#campaign_domestic #mainvisual a {
		bottom: 60px;
	}
	#campaign_domestic #mainvisual a:before,
	#campaign_domestic #mainvisual a:after {
		content: "";
		background-color: #fff;
		height: 2px;
		width: 6px;
		position: absolute;
		top: calc(50% - 2px);
		right: 20px;
		transform: rotate(45deg);
	}
	#campaign_domestic #mainvisual .terminal {
		top: 271px;
		width: 140px;
		right: calc(50% - 70px);
	}
	#campaign_domestic #promo-btn-box {
		margin-top: -180px;
	}
	#campaign_domestic .movie-box {
		width: 100%;
	}
	#campaign_domestic .bnr-box {
		margin: 0;
	}
	#campaign_domestic .bnr-box.coupon10off a img,
	#campaign_domestic .bnr-box.coupon10off .coupon {
		width: 80%;
	}
	#campaign_domestic .bnr-box.coupon10off .pickup {
		font-size: 20px;
		padding: 0 10px;
	}
	#campaign_domestic .bnr-box.coupon10off .pickup p {
		margin: 0 19px;
	}
	#campaign_domestic .bnr-box.coupon10off .msg {
		font-size: 16px;
	}
	#campaign_domestic .bnr-box.coupon10off dl dd {
		width: 90%;
	}
	#campaign_domestic #features {
		padding: 50px 0;
	}
	#campaign_domestic #features ul {
		padding: 0 30px;
	}
	#campaign_domestic #features ul li {
		display: block;
		padding: 32px 0;
	}
	#campaign_domestic #features ul li .img-box {
		margin-right: 0;
		width: 100%;
	}
	#campaign_domestic #features ul li .img-box img {
		margin: 0 auto;
	}
	#campaign_domestic #features ul li dl {
		width: 100%;
	}
	#campaign_domestic #features ul li dl dt {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	#campaign_domestic #features ul li dl dt:after {
		width: 30px;
		height: 3px;
	}
	#campaign_domestic #price {
		padding: 40px 10px;
	}
	#campaign_domestic #price .wrap {
		padding: 50px 10px;
	}
	#campaign_domestic #price h2 img {
		margin: 0 auto 15px;
		width: 90px;
	}
	#campaign_domestic #price .about {
		margin-bottom: 20px;
	}
	#campaign_domestic #price table td,
	#campaign_domestic #price table th {
		border-top: 4px solid #f5f5f5;
		border-bottom: 4px solid #f5f5f5;
		padding: 10px 0;
	}
	#campaign_domestic #price table tr th div {
		display: block;
	}
	#campaign_domestic #price table tr th div img {
		width: 24px;
		margin: 0 auto 6px;
	}
	#campaign_domestic #price table tr th div p {
		font-size: 16px;
		margin-left: 0;
	}
	#campaign_domestic #price table tr td {
		font-size: 14px;
	}
	#campaign_domestic #price table tr td div .ex,
	#campaign_domestic #price table tr td div .now {
		font-size: 16px;
	}
	#campaign_domestic #price table tr td div > span {
		font-size: 16px;
	}
	#campaign_domestic #price table tr td div .now span {
		font-size: 16px;
	}
	#campaign_domestic #price .commission-box {
		display: block;
		width: 90%;
	}
	#campaign_domestic #price .commission-box dl {
		margin-bottom: 20px;
	}
	#campaign_domestic #how-step {
		padding: 50px 0;
	}
	#campaign_domestic #how-step h2 {
		margin-bottom: 40px;
	}
	#campaign_domestic #how-step ol {
		flex-wrap: wrap;
		justify-content: center;
	}
	#campaign_domestic #how-step ol li {
		width: 170px;
		margin: 15px 11px;
	}
	#campaign_domestic #how-step ol li dl dd p {
		font-size: 18px;
	}
	#campaign_domestic #others1,
	#campaign_domestic #others2 {
		padding: 10px;
	}
	#campaign_domestic #others1 .wrap,
	#campaign_domestic #others2 .wrap {
		padding: 50px 10px;
		box-sizing: border-box;
	}
	#campaign_domestic #others1 .section-box > li .about-card {
		display: block;
	}
	#campaign_domestic #others1 .section-box > li .about-card img {
		width: 100%;
	}
	#campaign_domestic #others1 .section-box > li .about-card .text {
		margin-left: 0;
		width: 100%;
	}
	#campaign_domestic #rec-ret {
		padding: 50px 0;
	}
	#campaign_domestic #rec-ret .slidewrap {
		height: 250px;
		margin-bottom 40px;
	}
	#campaign_domestic #rec-ret .slidewrap ul {
		animation: loop-slide 40s infinite linear 1s both;
	}
	#campaign_domestic #rec-ret .slidewrap ul li {
		width: 250px;
		margin: 0 6px;
	}
	#campaign_domestic #rec-ret .slidewrap ul li a .pc {
		display: none;
	}
	#campaign_domestic #rec-ret .slidewrap ul li a .sp {
		display: block;
	}
	#campaign_domestic #rec-ret dl dt .sp {
		display: inline;
	}
	#campaign_domestic #rec-ret dl dd {
		text-align: left;
		padding: 0 25px;
	}
	#campaign_domestic #others2 .section-box > li .faq {
		padding: 0 10px;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dt {
		font-size: 16px;
		padding: 20px 50px 20px 46px;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dt:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dt span:before {
		right: 20px;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dt span:after {
		right: 12px;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dd {
		padding: 20px 0;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dd:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#campaign_domestic #others2 .section-box > li .faq li dl dd p {
		padding: 0 50px 0 46px;
	}


/* ----------------------------------------------------リスティング広告ページ */
	#campaign_overseas .wrap {
		width: 100%;
		box-sizing: border-box;
	}
	#campaign_overseas h2 {
		/*font-size: 20px;*/
		margin-bottom: 20px;
	}
	#campaign_overseas #mainvisual {
		height: initial;
		padding-bottom: 182px;
	}
	#campaign_overseas #mainvisual img.pc {
		display: none;
	}
	#campaign_overseas #mainvisual img.sp {
		display: block;
		width: 100%;
	}
	#campaign_overseas #mainvisual p {
		font-size: 24px;
		top: 50px;
	}
	#campaign_overseas #mainvisual .logo {
		top: 130px;
		width: 310px;
		left: calc(50% - 155px);
	}
	#campaign_overseas #mainvisual a {
		bottom: 60px;
	}
	#campaign_overseas #promo-btn-box {
		margin-top: -180px;
	}
	#campaign_overseas .movie-box {
		width: 100%;
	}
	#campaign_overseas #mainvisual .terminal {
		top: 271px;
		width: 140px;
		right: calc(50% - 70px);
	}
	#campaign_overseas .bnr-box {
		margin: 0;
	}
	#campaign_overseas #features {
		padding: 50px 0;
	}
	#campaign_overseas #features ul {
		padding: 0 30px;
	}
	#campaign_overseas #features ul li {
		display: block;
		padding: 32px 0;
	}
	#campaign_overseas #features ul li .img-box {
		margin-right: 0;
		width: 100%;
	}
	#campaign_overseas #features ul li .img-box img {
		margin: 0 auto;
	}
	#campaign_overseas #features ul li dl {
		width: 100%;
	}
	#campaign_overseas #features ul li dl dt {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	#campaign_overseas #features ul li dl dt:after {
		width: 30px;
		height: 3px;
	}
	#campaign_overseas #price {
		padding: 40px 10px;
	}
	#campaign_overseas #price .wrap {
		padding: 50px 10px;
	}
	#campaign_overseas #price h2 img {
		margin: 0 auto 15px;
		width: 90px;
	}
	#campaign_overseas #price .about {
		margin-bottom: 20px;
	}
	#campaign_overseas #price table tr td,
	#campaign_overseas #price table tr th {
		border-top: 4px solid #f5f5f5;
		border-bottom: 4px solid #f5f5f5;
		padding: 10px 0;
	}
	#campaign_overseas #price table tr th div {
		display: block;
	}
	#campaign_overseas #price table tr th div div {
		display: flex;
		margin-top: 10px;
	}
	#campaign_overseas #price table tr th div div:first-child {
		margin-top: 0;
	}
	#campaign_overseas #price table tr th div div img {
		margin-left: 0;
	}
	#campaign_overseas #price table tr td {
		font-size: 14px;
	}
	#campaign_overseas #price table tr td span {
		font-size: 24px;
	}
	#campaign_overseas #price .memo {
		margin-bottom: 40px;
	}
	#campaign_overseas #price .commission-box {
		display: block;
		width: 90%;
	}
	#campaign_overseas #price .commission-box dl {
		margin-bottom: 20px;
	}
	#campaign_overseas #how-step {
		padding: 50px 0;
	}
	#campaign_overseas #how-step h2 {
		margin-bottom: 40px;
	}
	#campaign_overseas #how-step ol {
		flex-wrap: wrap;
		justify-content: center;
	}
	#campaign_overseas #how-step ol li {
		width: 170px;
		margin: 15px 11px;
	}
	#campaign_overseas #how-step ol li dl dd p {
		font-size: 18px;
	}
	#campaign_overseas #rec-ret .slidewrap {
		height: 250px;
		margin-bottom: 40px;
	}
	#campaign_overseas #rec-ret .slidewrap ul {
		animation: loop-slide 40s infinite linear 1s both;
	}
	#campaign_overseas #rec-ret .slidewrap ul li {
		width: 250px;
		margin: 0 6px;
	}
	#campaign_overseas #rec-ret .slidewrap ul li a .pc {
		display: none;
	}
	#campaign_overseas #rec-ret .slidewrap ul li a .sp {
		display: block;
	}
	#campaign_overseas #rec-ret dl dt .sp {
		display: inline;
	}
	#campaign_overseas #rec-ret dl dd {
		text-align: left;
		padding: 0 25px;
	}
	#campaign_overseas #voice {
		padding: 50px 0;
	}
	#campaign_overseas #voice .wrap > p {
		padding: 0 25px;
	}
	#campaign_overseas #voice ul {
		padding: 0 10px;
	}
	#campaign_overseas #voice ul li {
		margin-bottom: 20px;
	}
	#campaign_overseas #voice ul li dl:before {
		top: calc(50% - 3px);
		right: calc(100% - 99px);
		border-width: 5px 10px 5px 0;
		border-color: transparent rgba(0,0,0,.33) transparent transparent;
	}
	#campaign_overseas #voice ul li dl:after {
		top: calc(50% - 6px);
		right: calc(100% - 98px);
		border-width: 5px 10px 5px 0;
		border-color: transparent #ffffff transparent transparent;
	}
	#campaign_overseas #voice ul li:nth-child(2n+1) dl:before {
		top: calc(50% - 1px);
		right: initial;
		left: calc(100% - 92px);
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent rgba(0,0,0,.33);
	}
	#campaign_overseas #voice ul li:nth-child(2n+1) dl:after {
		top: calc(50% - 6px);
		right: initial;
		left: calc(100% - 90px);
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #ffffff;
	}
	#campaign_overseas #voice ul li dl dt {
		width: 90px;
	}
	#campaign_overseas #voice ul li:nth-child(2n+1) dl dd {
		margin-right: 10px;
	}
	#campaign_overseas #voice ul li dl dd {
		margin-left: 20px;
		padding: 20px;
		width: calc(100% - 62px);
	}
	#campaign_overseas #voice ul li:nth-child(2n+1) dl dd {
		margin-righ: 10px;
	}
	#campaign_overseas #others {
		padding: 10px;
	}
	#campaign_overseas #others .wrap {
		padding: 50px 10px;
		box-sizing: border-box;
	}
	#campaign_overseas #others .section-box > li {
		padding-top: 50px;
	}
	#campaign_overseas #others .section-box > li .about-card {
		display: block;
	}
	#campaign_overseas #others .section-box > li .about-card img {
		width: 100%;
	}
	#campaign_overseas #others .section-box > li .about-card .text {
		margin-left: 0;
		width: 100%;
	}
	#campaign_overseas #others .section-box > li .faq {
		padding: 0 10px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dt {
		font-size: 16px;
		padding: 20px 50px 20px 46px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dt:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dt span:before {
		right: 20px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dt span:after {
		right: 12px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dd {
		padding: 20px 0;
	}
	#campaign_overseas #others .section-box > li .faq li dl dd:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dd .line-btn {
		width: 88.23%;
		border-radius: 39px;
		font-size: 16px;
	}
	#campaign_overseas #others .section-box > li .faq li dl dd .line-btn .sp {
		display: inline;
	}
	#campaign_overseas #others .section-box > li .faq li dl dd p {
		padding: 0 50px 0 46px;
	}


/* ----------------------------------------------------インバウンド向けLP */
	#campaign_inbound .wrap {
		width: 100%;
		box-sizing: border-box;
	}
	#campaign_inbound h2 {
		/*font-size: 20px;*/
		margin-bottom: 20px;
	}
	#campaign_inbound .wrap img {
		margin-right: 5px;
	}
	#campaign_inbound #mainvisual {
		height: initial;
		padding-bottom: 182px;
	}
	#campaign_inbound #mainvisual img.pc {
		display: none;
	}
	#campaign_inbound #mainvisual img.sp {
		display: block;
		width: 100%;
	}
	#campaign_inbound #mainvisual p {
		font-size: 24px;
		top: 50px;
	}
	#campaign_inbound #mainvisual p.price {
		font-size: 24px;
		top: 140px;
	}
	#campaign_inbound #mainvisual p.price span {
		font-size: 76px;
	}
	#campaign_inbound #mainvisual a {
		bottom: 60px;
	}
	#campaign_inbound #mainvisual .terminal {
		top: 271px;
		width: 140px;
		right: calc(50% - 70px);
	}
	#campaign_inbound .movie-box {
		width: 100%;
		padding-top: 0;
	}
	#campaign_inbound .bnr-box {
		margin: 0;
	}
	#campaign_inbound .bnr-box.coupon10off .catch {
		font-size: 16px;
	}
	#campaign_inbound .bnr-box.coupon10off .pickup {
		font-size: 20px;
		padding: 0 10px;
	}
	#campaign_inbound .bnr-box.coupon10off .pickup p {
		margin: 0 19px;
	}
	#campaign_inbound .bnr-box.coupon10off a img,
	#campaign_inbound .bnr-box.coupon10off .coupon {
		width: 80%;
	}
	#campaign_inbound .bnr-box.coupon10off dl dd {
		width: 90%;
	}
	#campaign_inbound .bnr-box.coupon10off .msg {
		font-size: 16px;
	}
	#campaign_inbound #features {
		padding: 50px 0;
	}
	#campaign_inbound #features ul {
		padding: 0 30px;
	}
	#campaign_inbound #features ul li {
		display: block;
		padding: 32px 0;
	}
	#campaign_inbound #features ul li:first-child {
		border-top: none;
	}
	#campaign_inbound #features ul li .img-box {
		margin-right: 0;
		width: 100%;
	}
	#campaign_inbound #features ul li .img-box img {
		margin: 0 auto;
	}
	#campaign_inbound #features ul li dl {
		width: 100%;
	}
	#campaign_inbound #features ul li dl dt {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	#campaign_inbound #features ul li dl dt:after {
		width: 30px;
		height: 3px;
	}
	#campaign_inbound #price {
		padding: 40px 10px;
	}
	#campaign_inbound #price .wrap {
		padding: 50px 10px;
	}
	#campaign_inbound #price h2 img {
		margin: 0 auto 15px;
		width: 90px;
	}
	#campaign_inbound #price table tr td,
	#campaign_inbound #price table tr th {
		border-top: 4px solid #f5f5f5;
		border-bottom: 4px solid #f5f5f5;
		padding: 10px 0;
	}
	#campaign_inbound #price table tr th div {
		display: block;
	}
	#campaign_inbound #price table tr th div img {
		width: 24px;
		margin: 0 auto 6px;
	}
	#campaign_inbound #price table tr th div p {
		font-size: 16px;
		margin-left: 0;
	}
	#campaign_inbound #price table tr td {
		font-size: 14px;
	}
	#campaign_inbound #price table tr td div .ex,
	#campaign_inbound #price table tr td div .now {
		font-size: 16px;
	}
	#campaign_inbound #price table tr td div > span {
		font-size: 16px;
	}
	#campaign_inbound #price table tr td div .now span {
		font-size: 16px;
	}
	#campaign_inbound #price .commission-box {
		display: block;
		width: 90%;
	}
	#campaign_inbound #price .commission-box dl {
		margin-bottom: 20px;
	}
	#campaign_inbound #how-step {
		padding: 50px 0;
	}
	#campaign_inbound #how-step h2 {
		margin-bottom: 40px;
	}
	#campaign_inbound #how-step ol {
		flex-wrap: wrap;
		justify-content: center;
	}
	#campaign_inbound #how-step ol li {
		width: 170px;
		margin: 15px 11px;
	}
	#campaign_inbound #how-step ol li dl dd p {
		font-size: 18px;
	}
	#campaign_inbound #others1,
	#campaign_inbound #others2 {
		padding: 10px;
	}
	#campaign_inbound #others1 .wrap,
	#campaign_inbound #others2 .wrap {
		padding: 50px 10px;
		box-sizing: border-box;
	}
	#campaign_inbound #others1 .section-box > li,
	#campaign_inbound #others2 .section-box > li {
		padding-top: 50px;
	}
	#campaign_inbound #others1 .section-box > li .about-card {
		display: block;
	}
	#campaign_inbound #others1 .section-box > li .about-card img {
		width: 100%;
	}
	#campaign_inbound #others1 .section-box > li .about-card .text {
		margin-left: 0;
		width: 100%;
	}
	#campaign_inbound #rec-ret {
		padding: 50px 0;
	}
	#campaign_inbound #rec-ret .slidewrap {
		height: 250px;
		margin-bottom: 40px;
	}
	#campaign_inbound #rec-ret .slidewrap ul {
		animation: loop-slide 40s infinite linear 1s both;
	}
	#campaign_inbound #rec-ret .slidewrap ul li {
		width: 250px;
		margin: 0 6px;
	}
	#campaign_inbound #rec-ret .slidewrap ul li a .pc {
		display: none;
	}
	#campaign_inbound #rec-ret .slidewrap ul li a .sp {
		display: block;
	}
	#campaign_inbound #rec-ret .airport-box {
		display: block;
		width: 90%;
	}
	#campaign_inbound #rec-ret .airport-box dl {
		width: 100%;
	}
	#campaign_inbound #others2 .section-box > li .faq {
		padding: 0 10px;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dt {
		font-size: 16px;
		padding: 20px 50px 20px 46px;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dt:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dt span:before {
		right: 20px;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dt span:after {
		right: 12px;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dd {
		padding: 20px 0;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dd:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#campaign_inbound #others2 .section-box > li .faq  li dl dd p {
		padding: 0 50px 0 46px;
	}


/* ----------------------------------------------------認知広告用LP */
	#promotion_230714 .wrap {
		width: 100%;
		box-sizing: border-box;
	}
	#promotion_230714 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#promotion_230714 .sp {
		display: inline;
	}
	#promotion_230714 #mainvisual {
		padding-top: 60px;
	}
	#promotion_230714 #mainvisual .bg.pc {
		display: none;
	}
	#promotion_230714 #mainvisual .bg.sp {
		display: block;
	}
	#promotion_230714 #introduction dl dt {
		font-size: 20px;
	}
	#promotion_230714 #introduction dl dd {
		font-size: 16px;
	}
	#promotion_230714 .btn-box {
		padding: 40px 0;
	}
	#promotion_230714 .btn-box .line-banner {
		width: 280px;
	}
	#promotion_230714 .btn-box .notes {
		width: calc(100% - 36px);
	}
	#promotion_230714 #about {
		padding: 40px 0;
	}
	#promotion_230714 #about p {
		font-size: 16px;
		width: calc(100% - 88px);
	}
	#promotion_230714 #ability {
		padding: 40px 0;
	}
	#promotion_230714 #ability .wrap {
		width: calc(100% - 28px);
		padding: 24px 10px;
	}
	#promotion_230714 #ability ul li dl dt {
		font-size: 18px;
	}
	#promotion_230714 #ability ul li dl dt span {
		font-size: 22px;
	}
	#promotion_230714 #ability ul li dl dd {
		font-size: 16px;
	}
	#promotion_230714 #ability p {
		font-size: 14px;
		line-height: 1.14;
	}
	#promotion_230714 #how-step {
		padding: 50px 0;
	}
	#promotion_230714 #how-step h2 {
		margin-bottom: 40px;
	}
	#promotion_230714 #how-step ol {
		flex-wrap: wrap;
		justify-content: center;
	}
	#promotion_230714 #how-step ol li {
		width: 170px;
		margin: 15px 11px;
	}
	#promotion_230714 #how-step ol li dl dd p {
		font-size: 18px;
	}
	#promotion_230714 #voice {
		padding: 50px 0;
	}
	#promotion_230714 #voice .wrap > p {
		padding: 0 25px;
	}
	#promotion_230714 #voice ul {
		padding: 0 10px;
	}
	#promotion_230714 #voice ul li {
		margin-bottom: 20px;
	}
	#promotion_230714 #voice ul li dl:after {
		top: calc(50% - 6px);
		right: calc(100% - 98px);
		border-width: 5px 10px 5px 0;
		border-color: transparent #ffffff transparent transparent;
	}
	#promotion_230714 #voice ul li dl:before {
		top: calc(50% - 3px);
		right: calc(100% - 99px);
		border-width: 5px 10px 5px 0;
		border-color: transparent rgba(0, 0, 0, 0.33) transparent transparent;
	}
	#promotion_230714 #voice ul li:nth-child(odd) dl:after {
		top: calc(50% - 6px);
		right: initial;
		left: calc(100% - 90px);
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #ffffff;
	}
	#promotion_230714 #voice ul li:nth-child(odd) dl:before {
		top: calc(50% - 1px);
		right: initial;
		left: calc(100% - 92px);
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent rgba(0, 0, 0, 0.33);
	}
	#promotion_230714 #voice ul li dl dt {
		width: 90px;
	}
	#promotion_230714 #voice ul li dl dd {
		margin-left: 20px;
		padding: 20px;
		width: calc(100% - 90px);
	}
	#promotion_230714 #voice ul li:nth-child(odd) dl dd {
		margin-right: 10px;
	}
	#promotion_230714 #faq {
		padding: 40px 0;
	}
	#promotion_230714 #faq ul {
		padding: 0 10px;
	}
	#promotion_230714 #faq ul li dl dt {
		font-size: 16px;
		padding: 20px 50px 20px 46px;
	}
	#promotion_230714 #faq ul li dl dt:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#promotion_230714 #faq ul li dl dt span:before {
		right: 20px;
	}
	#promotion_230714 #faq ul li dl dt span:after {
		right: 12px;
	}
	#promotion_230714 #faq ul li dl dd {
		padding: 20px 0 20px 0;
	}
	#promotion_230714 #faq ul li dl dd p {
		padding: 0 50px 0 46px;
	}
	#promotion_230714 #faq ul li dl dd:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#promotion_230714 #faq ul li .line-btn {
		width: 88.23%;
		border-radius: 39px;
		font-size: 16px;
	}
	#promotion_230714 #faq ul li .line-btn .sp {
		display: inline;
	}
	#promotion_230714 #management {
		padding: 40px 0;
	}
	#promotion_230714 #management dl dt {
		font-size: 20px;
	}
	#promotion_230714 #management dl dd {
		width: calc(100% - 60px);
	}


/* ----------------------------------------------------はじめての方 */
	#beginner .wrap {
		width: 100%;
		box-sizing: border-box;
	}
	#beginner h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#beginner .pc {
		display: none;
	}
	#beginner .sp {
		display: inline;
	}
	#beginner #mainvisual {
		height: initial;
	}
	#beginner #mainvisual img.pc {
		display: none;
	}
	#beginner #mainvisual img.sp {
		display: block;
		width: 100%;
		height: auto;
	}
 	#beginner #mainvisual p {
		font-size: 30px;
		top: 90px;
		padding: 0 30px;
		text-shadow: 0px 3px 8px #00000080;
		width: auto;
	}
 	#beginner #mainvisual p.txt {
		top: 199px;
		font-size: 16px;
		text-shadow: 0px 3px 8px #00000080;
		width: auto;
	}
	#beginner .bnr-box {
		margin: 0;
	}
	#beginner #smart-point {
		padding: 40px 0;
	}
	#beginner #smart-point h2 {
		font-size: 24px;
	}
	#beginner #smart-point h2 img {
		width: 142px;
	}
	#beginner #smart-point h2 span {
		font-size: 20px;
	}
	#beginner #smart-point ul {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	#beginner #smart-point ul li {
		display: block;
		margin-bottom: 40px;
	}
	#beginner #smart-point ul li > div {
		width: 230px;
		margin: 0 auto 20px;
	}
	#beginner #smart-point ul li dl {
		width: 100%;
		display: block;
	}
	#beginner #smart-point ul li dl dt .number span {
		display: inline;
		padding-left: 10px;
	}
	#beginner #smart-point ul li dl dt {
		font-size: 22px;
	}
	#beginner #smart-point ul li:nth-child(even) dl dt {
		text-align: left;
	}
	#beginner #smart-point ul li dl dt .title {
		margin: 5px 0 10px;
	}
	#beginner #good-point {
		padding: 40px 30px;
	}
	#beginner #good-point h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	#beginner #good-point ul {
		width: 100%;
		display: block;
	}
	#beginner #good-point ul li {
		width: 100%;
		margin: 0 auto 40px;
	}
	#beginner #good-point ul li img {
		margin-bottom: 23px;
	}
	#beginner #good-point .guide-point {
		width: 95.23%;
		padding: 30px;
		display: block;
		box-sizing: border-box;
	}
	#beginner #good-point .guide-point img {
		display: block;
		margin: 0 auto 20px;
	}
	#beginner #good-point .guide-point dl {
		display: block;
	}
	#beginner #good-point .guide-point dl dt {
		font-weight: normal;
	}
	#beginner #price {
		padding: 40px 10px;
	}
	#beginner #price .wrap {
		padding: 50px 10px;
		box-sizing: border-box;
	}
	#beginner #price .about {
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	#beginner #price table tr td,
	#beginner #price table tr th {
		border-top: 4px solid #f5f5f5;
		border-bottom: 4px solid #f5f5f5;
	}
 	#beginner #price table tr th div {
		display: block;
	}
 	#beginner #price table tr th div div {
		display: flex;
		margin-top: 10px;
	}
	#beginner #price table tr th div div:first-child {
		margin-top: 0;
	}
	#beginner #price table tr th div div img {
		margin-left: 0;
	}
	#beginner #price table tr td {
		font-size: 14px;
	}
	#beginner #price table tr td span {
		font-size: 24px;
	}
	#beginner #price .memo {
		margin-bottom: 40px;
	}
	#beginner #price .green-btn {
		margin-bottom: 0;
	}
	#beginner #price .comparison {
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 50px;
	}
	#beginner #price .comparison p {
		width: 100%;
		margin: 0 auto 30px;
	}
	#beginner #price .commission-box {
		display: block;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	#beginner #price .commission-box .msg {
		font-size: 20px;
		margin-bottom: 23px;
	}
	#beginner #price .commission-box div {
		display: block;
		width: 100%;
	}
	#beginner #price .commission-box div dl {
		margin: 0 auto 20px;
	}
	#beginner #how-step {
		padding: 40px 0;
	}
	#beginner #how-step h2 {
		margin-bottom: 40px;
	}
	#beginner #how-step ol {
		flex-wrap: wrap;
		justify-content: center;
	}
	#beginner #how-step ol li {
		width: 170px;
		margin: 15px 11px;
	}
	#beginner #how-step ol li dl dd p {
		font-size: 18px;
	}
	#beginner #how-pay {
		padding: 10px;
	}
	#beginner #how-pay .wrap {
		padding: 50px 10px;
		box-sizing: border-box;
	}
	#beginner #how-pay .about-card {
		display: block;
	}
	#beginner #how-pay .about-card img {
		width: 100%;
	}
	#beginner #how-pay .about-card .text {
		margin-left: 0;
		width: 100%;
	}
	#beginner #rec-ret {
		padding: 50px 0;
	}
	#beginner #rec-ret .slidewrap {
		height: 250px;
		margin-bottom: 40px;
	}
	#beginner #rec-ret .slidewrap ul {
		animation: loop-slide 40s infinite linear 1s both;
	}
	#beginner #rec-ret .slidewrap ul li {
		width: 250px;
		margin: 0 6px;
	}
	#beginner #rec-ret .slidewrap ul li a .pc {
		display: none;
	}
	#beginner #rec-ret .slidewrap ul li a .sp {
		display: block;
	}
	#beginner #rec-ret dl dt .sp {
		display: inline;
	}
	#beginner #rec-ret dl dd {
		text-align: left;
		padding: 0 25px;
	}
	#beginner #voice {
		padding: 50px 0;
	}
	#beginner #voice .wrap > p {
		padding: 0 25px;
	}
	#beginner #voice ul {
		padding: 0 10px;
	}
	#beginner #voice ul li {
		margin-bottom: 20px;
	}
	#beginner #voice ul li dl:after {
		top: calc(50% - 6px);
		right: calc(100% - 98px);
		border-width: 5px 10px 5px 0;
		border-color: transparent #ffffff transparent transparent;
	}
	#beginner #voice ul li dl:before {
		top: calc(50% - 3px);
		right: calc(100% - 99px);
		border-width: 5px 10px 5px 0;
		border-color: transparent rgba(0, 0, 0, 0.33) transparent transparent;
	}
	#beginner #voice ul li:nth-child(odd) dl:after {
		top: calc(50% - 6px);
		right: initial;
		left: calc(100% - 90px);
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #ffffff;
	}
 	#beginner #voice ul li:nth-child(odd) dl:before {
		top: calc(50% - 1px);
		right: initial;
		left: calc(100% - 92px);
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent rgba(0, 0, 0, 0.33);
	}
	#beginner #voice ul li dl dt {
		width: 90px;
	}
	#beginner #voice ul li dl dd {
		margin-left: 20px;
		padding: 20px;
		width: calc(100% - 90px);
	}
	#beginner #voice ul li:nth-child(odd) dl dd {
		margin-right: 10px;
	}
	#beginner #faq {
		padding: 10px 10px 55px;
	}
	#beginner #faq .wrap {
		padding: 50px 20px;
		box-sizing: border-box;
		margin-bottom: 55px;
	}
	#beginner #faq li dl dt {
		font-size: 16px;
		padding: 20px 50px 20px 46px;
	}
	#beginner #faq li dl dt:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#beginner #faq li dl dt span:before {
		right: 20px;
	}
	#beginner #faq li dl dt span:after {
		right: 12px;
	}
	#beginner #faq li dl dd {
		padding: 20px 0 20px 0;
	}
	#beginner #faq li dl dd p {
		padding: 0 50px 0 46px;
	}
	#beginner #faq li dl dd:before {
		top: 1.2em;
		left: 1em;
		font-size: 16px;
	}
	#beginner #faq .section-box > li .inquiry-btn {
		width: 88.23%;
		margin: 30px auto 0;
		border-radius: 39px;
		font-size: 16px;
	}
	#beginner #faq .section-box > li .line-btn {
		width: 88.23%;
		border-radius: 39px;
		font-size: 16px;
		margin: 30px auto 0;
	}
	#beginner #faq .section-box > li .line-btn .sp {
		display: inline;
	}
	#beginner #faq .link-btns {
		width: 100%;
		display: block;
		text-align: center;
	}
	#beginner #faq .link-btns li {
		display: inline-block;
		margin-top: 30px;
	}
	#beginner #faq .link-btns li:first-child {
		margin-top: 0;
	}

}




/*----------------------------------------------------teaser */
#teaser {
  background: #fff;
  height: 180px;
  position: relative;
}
.teaser_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  left: 0;
  width: 100%;
  line-height: 1.2;
}
.teaser_txt span {
  display: block;
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #teaser {
    background: #fff;
    height: 120px;
    position: relative;
  }
  .teaser_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    left: 0;
    width: 100%;
    line-height: 1.2;
  }
  .teaser_txt span {
    display: block;
    text-align: center;
    font-size: 30px;
  }
}
/*----------------------------------------------------トピックパス */
#breadcrumb {
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
}
