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

	/* このCSSは
/* /solution/cloud/manga/
/* /solution/cloud/mangasp2/
/* で使用しています。
/*************************************/

	/*	common
------------------------*/

	html {
		height: 100%;
		font-size: 10px;
		/* 1rem = 10px */
	}

	body {
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-size: 1.6rem;
	}

	body * {
		box-sizing: border-box;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.pc_img {
		width: 90%;
		margin: 0 auto;
	}

	.sp {
		display: none!important;
	}

	.sp_inline {
		display: none!important;
	}

	.sp_br {
		display: none;
	}

	.sp_table {
		display: none;
	}

	.sp_img {
		display: none;
	}

	.for-sp {
		display: none;
	}

	.rollover:hover {
		opacity: 0.8;
	}

	.tac {
		text-align: center;
	}

	.indent_list {
		padding: 0 0 0 1em;
	}

	.indent_list>li {
		text-indent: -1em;
		line-height: 1.5;
	}

	.conter {
		/* SP対応する際に外す */
		/*min-width: 980px;*/
	}

	/*	header
------------------------*/

	.header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
		padding: 24px 34px 24px 16px;
		position: static!important;
		background-color: transparent!important;
	}

	.header .logo {
		margin-right: 5%;
	}

	.header .navi {
		display: flex;
		align-items: flex-start;
	}

	.header .navi>li:not(:first-child) {
		margin-left: 35px;
	}

	.navi li, .navi li a {
		padding: 0;
	}

	/*	content
------------------------*/

	.content {
		color: #4d4d4d;
	}

	.content:after {
		display: block;
		content: "";
		width: 100%;
		height: 90px;
		margin-top: 38px;
		background: #ffdc00;
	}

	.content_area {
		width: 100%;
	}

	.content_area+.content_area {
		margin: 75px 0 0 0;
	}

	.content_area>.title {
		width: 100%;
		padding: 0 calc((100% - 960px) / 2);
		margin-bottom: 15px;
	}

	.content_inner {
		width: 100%;
		max-width: 960px;
		margin: 0 auto;
	}

	/* mv_area */

	.mv_area {
		background: url(/common/images/solution/manga/mv_bg.png) repeat-x top center / auto 100%;
	}

	/* btn_area */

	.btn_area {
		padding: 0 20px;
	}

	.btn_list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		height: 262px;
		margin: 14px 0 -14px 0;
		padding: 0 0 0 134px;
	}

	.btn_list>li.img {
		position: absolute;
		z-index: 1;
		top: -14px;
		left: 0;
		pointer-events: none;
	}

	.btn_list>li+li {
		margin-left: 5%;
	}

	/* comic_area */

	.comic_area {
		padding: 0 20px;
	}

	/* check_area */

	.check_area>.title {
		background: url(/common/images/solution/manga/check_title_bg.png) repeat-x top center / auto 100%;
	}

	.check_list {
		width: 90%;
		margin: 10px auto 0 auto;
		padding: 30px;
		background: #fff062;
		box-shadow: 7px 7px 14px 0 #ababab;
	}

	.check_list>li {
		position: relative;
		padding: 20px 0 0 80px;
		color: #808080;
		font-size: 3.8rem;
		line-height: 1.2;
	}

	.check_list>li+li {
		margin-top: 20px;
	}

	.check_list>li:before {
		display: inline-block;
		content: url(/common/images/solution/manga/check_img01.png);
		position: absolute;
		top: 0;
		left: 0;
	}

	.check_list>li:after {
		display: block;
		content: "";
		width: 100%;
		height: 3px;
		margin: 10px 0 0 0;
		background: url(/common/images/solution/manga/check_border.png) repeat-x top center / auto 100%;
	}

	/* details_area */

	.details_area>.title {
		background: url(/common/images/solution/manga/details_title_bg.png) repeat-x top center / auto 100%;
	}

	.details_block {
		padding: 0 calc((100% - 960px) / 2);
		margin: 14px 0 100px 0;
	}

	.details_block>.title {
		margin-bottom: 30px;
	}

	.price_box {
		padding: 0 20px;
	}

	.price_box+.price_box {
		margin-top: 45px;
	}

	.price_box>.sub_title {
		margin-bottom: 10px;
		color: #073190;
		font-size: 3rem;
		font-weight: 500;
		text-align: center;
	}

	.plan_box {
		text-align: center;
	}

	.plan_box>.sub_title {
		margin-bottom: 20px;
	}

	.plan_box .text {
		font-size: 3rem;
		font-weight: 500;
	}

	.plan_box .caution_text {
		font-size: 2rem;
	}

	.basic_box .price {
		display: flex;
		justify-content: center;
		margin: 0 0 18px 0;
		padding: 18px 6px;
		border: 1px solid #073190;
		box-shadow: 7px 7px 14px 0 #ababab;
		font-size: 2.8rem;
		font-weight: 700;
		line-height: 1.2;
	}

	.basic_box .price .text_l {
		color: #52a5dc;
	}

	.data_table {
		width: 100%;
		margin: 10px 0 18px 0;
		border-collapse: collapse;
		border: 1px solid #073190;
		box-shadow: 7px 7px 14px 0 #ababab;
		font-weight: 700;
	}

	.data_table th, .data_table td {
		padding: 10px;
		border: 1px solid #073190;
		font-size: 2.4rem;
		text-align: center;
		vertical-align: middle;
	}

	.data_table .top_tr th {
		background: #008db7;
		border-bottom: none;
		color: #fff;
	}

	.data_table .top_tr+tr th, .data_table .top_tr+tr td {
		border-top: none;
	}

	.data_table .fc_blue {
		color: #008db7;
	}

	.data_table .row_th, .data_table .row_td {
		border-bottom: none;
	}

	.data_table .row_th:not(.top), .data_table .row_td:not(.top) {
		border-top: 1px dotted #073190;
	}

	.countries_table {
		width: 100%;
		margin: 0 0 18px 0;
		table-layout: fixed;
		border: 1px solid #073190;
		border-collapse: collapse;
		box-shadow: 7px 7px 14px 0 #ababab;
	}

	.countries_table th:not(:first-child), .countries_table td:not(:first-child) {
		border-left: 1px solid #073190;
	}

	.countries_table th {
		vertical-align: middle;
	}

	.countries_table .top_tr th {
		padding: 10px;
		background: #52a5dc;
		color: #fff;
		font-weight: 700;
	}

	.countries_table .top_tr th.col {
		width: 42%;
	}

	.countries_table .price_tr th {
		padding: 5px;
		background: #bcd4e7;
		color: #fff;
		font-weight: 700;
	}

	.countries_table td {
		padding: 10px 18px;
	}

	.countries_table .countries_list.col {
		font-size: 0;
	}

	.countries_table .countries_list.col>li {
		display: inline-block;
		width: 45%;
		font-size: 1.6rem;
	}

	.countries_table .countries_list.col>li:nth-of-type(odd) {
		margin: 0 5% 0 0;
	}

	.option_table_wrap {
		display: flex;
		justify-content: center;
		margin: 10px 0 18px 0;
		padding: 50px 30px;
		border: 1px solid #073190;
		box-shadow: 7px 7px 14px 0 #ababab;
	}

	.option_table {
		width: 49%;
		margin-left: 24px;
		border: 1px solid #ccc;
		border-collapse: collapse;
		border-radius: 2px;
	}

	.option_table th, .option_table td {
		padding: 10px;
		border: 1px solid #ccc;
		font-size: 1.3rem;
		text-align: left;
		line-height: 1;
		vertical-align: middle;
	}

	.option_table th {
		background: #00926e;
		color: #fff;
		font-weight: normal;
		text-align: center;
	}

	.environment_block {
		position: relative;
		margin: 0 auto;
		padding-top: 78px;
		padding-bottom: 30px;
	}

	.environment_block:before, .environment_block:after {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 78px;
	}

	.environment_block:before {
		top: 0;
		background: url(/common/images/solution/manga/details_environment_before.png) no-repeat center;
		background-size: auto 100%;
	}

	.environment_block:after {
		bottom: -92px;
		background: url(/common/images/solution/manga/details_environment_after.png) no-repeat center;
		background-size: auto 100%;
	}

	.environment_block .text, .procedure_block .text {
		width: 80%;
		margin: 25px auto;
		font-size: 2rem;
		line-height: 1.5;
		text-align: left;
	}

	.conventional_wifi {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 60px;
		padding: 0 40px;
		flex-direction: row-reverse;
	}

	.conventional_wifi img {
		width: 45%;
		margin-right: 2em;
	}

	.conventional_wifi_title {
		background: #221815;
		color: #fff;
		padding: 5px 20px;
		border-radius: 3rem;
		text-align: center;
		display: inline-block;
		margin-bottom: 1em;
	}

	.now_wifi {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 40px;
	}

	.now_wifi img {
		width: 45%;
		margin-left: 2em;
	}

	.wifi_content {
		width: 55%;
		font-size: 1.9rem;
		line-height: 2.5rem;
	}

	.wifi_content img {
		margin: 0 0 1em 0;
		width: 50%;
	}

	.procedure_block {
		background: #fcf3e5;
		text-align: center;
		padding: 78px 0 30px;
	}

	.voice_area .title {
		background: #ffdc00;
	}

	.voice_list>li {
		margin-top: 50px;
	}

	.ttl {
		font-weight: bold;
		color: #ea5504;
		font-size: 4.5rem;
		text-align: center;
		margin: 0 0 10px;
	}

	.about_txt {
		font-weight: bold;
		text-align: center;
		font-size: 3.5rem;
		margin: 0 0 50px;
	}

	.cost {
		margin: 60px auto 0;
		text-align: center;
		position: relative;
		}
	.cost img.img_4g_price {
		width: 90%;
		margin: 0 auto 50px;
	}
	.cost_contents {
		margin-top: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cost_subtitle {
		position: absolute;
		color: #fff;
		font-size: 2rem;
		font-weight: bold;
		top: 32%;
		left: 24px;
	}

	.cost02 .cost_subtitle {
		left: 14px;
	}

	.cost03 .cost_subtitle {
		left: 33px;
	}

	.cost_text {
		background: #f2f2f2;
		padding: 20px 26px;
		width: 75%;
		min-height: 122px;
		text-align: left;
		font-size: 2rem;
	}

	.cost_text .blue_txt {
		font-weight: bold;
		color: #ea5504;
	}

	.cost03 .cost_text {
		padding: 36px 26px;
	}

	.cost_list {
		text-align: center;
		padding: 0 40px;
	}

	.cost_contents {
		position: relative;
		text-align: center;
	}

	.cost_contents img {
		width: 25%;
	}

	.simulation {
		background: #fcf3e5;
		padding: 30px 40px;
		text-align: center;
		margin-top: 60px;
	}

	.simulation p.annotation {
		text-align: left;
		width: 80%;
	}

	.simulation .simulation_title {
		font-weight: bold;
		background: #fff;
		border-radius: 3rem;
		padding: 1.3rem 4rem 1rem 5rem;
		margin: 30px auto 30px;
		text-align: center;
		font-size: 2em;
		width: 100%;
	}

	.simulation img {
		width: 100%;
		margin-bottom: 20px;
	}

	.procedure_block .flow_img {
		width: 90%;
	}

	h3.title {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	h3.title img {
		width: 12%;
		margin-right: 2rem;
	}

	h3.title p {
		color: #ea5504;
		font-size: 4.5rem;
		line-height: 5rem;
	}

	/*	footer
------------------------*/

	.footer {
		width: 100%;
	}

	.footer_logo {
		overflow: hidden;
		margin: 30px auto 20px;
		max-width: 530px;
	}

	.footer_left {
		float: left;
		margin-right: 20px;
	}

	.footer_left img {
		width: 45%;
	}

	.footer_right {
		float: left;
	}

	.copyright {
		background-color: #063a5c;
		color: white;
		padding: 5px 0;
		text-align: center;
		white-space: nowrap;
	}

	/* price_induction_area */

	.price_induction_area>.title {
		background: url(/common/images/solution/manga/price_title_bg.png) repeat-x top center / auto 100%;
	}

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

	img.site_img {
		padding: 0 40px;
	}

	img.induction_btn {
		margin: 40px 0;
	}

	img.induction_btn:hover {
		opacity: 0.8;
	}

	/*	fixed_area
------------------------*/

	.fixed_area {
		position: fixed;
		z-index: 100;
		bottom: 40px;
		right: 0;
	}

	/*	料金・プラン
------------------------*/

	.price_content_inner {
		width: 980px;
		margin: auto;
		padding-top: 50px;
	}

	.price_content_inner .-inner_box {
		padding: 35px 0;
		background: #f0f3f6;
		text-align: center;
	}

	.price_content_inner .-inner_box .-txt {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.price_content_inner .-inner_box .-ttl {
		font-size: 24px;
		color: #0068b7;
		font-weight: 700;
	}

	.price_content_inner .-inner_box .fs_l {
		font-size: 30px;
	}

	.price_content_inner .-inner_box .underline {
		background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
	}

	.price_content_inner .-img {
		margin-top: 20px;
	}

	.price_content_inner .-mark {
		margin: 30px 0;
	}

	.price_content_inner .in_flex {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

	.price_content_inner .in_flex>p {
		font-size: 18px;
		color: #0068b7;
		margin: 0 35px;
		font-weight: 700;
	}

	.price_content_inner .modal_btn {
		position: relative;
		text-align: center;
		line-height: 40px;
		padding: 0 25px;
		cursor: pointer;
		text-decoration: none;
		border: none;
		background-color: #ffffff;
		box-shadow: 0px 3px 0px 0px rgba(0, 93, 151, 0.4);
		color: #008ae1;
		border-radius: 50px;
		font-weight: 700;
		width: 80%;
		font-size: 16px;
		margin: 20px auto 0;
	}

	.price_content_inner .modal_btn:hover {
		opacity: 0.8;
	}

	.price_content_inner .modal_btn:after {
		content: "\f0a9";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		font-size: 24px;
		font-weight: 900;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.plan_sample {
		margin: 60px 0 50px;
	}

	.plan_sample .-ttl {
		text-align: center;
		font-size: 30px;
		font-weight: 700;
	}

	.price_content_inner .plan_list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.price_content_inner .plan_list .-item {
		position: relative;
		margin-top: 40px;
	}

	.price_content_inner .plan_list .-item .-img {
		margin: 0;
	}

	.price_content_inner .plan_list .-item:nth-child(1), .price_content_inner .plan_list .-item:nth-child(3) {
		margin-right: 50px;
	}

	.price_content_inner .plan_list .modal_btn {
		position: absolute;
		margin-top: 0;
		bottom: 25px;
		left: 0;
		right: 0;
		width: 230px;
	}

	.plan_sample .module-indent_list {
		width: 725px;
		margin: auto;
		color: #7d7c7c;
	}

	.monthly_option_title {
		color: #00926e;
		font-size: 22px;
		margin: 0 0 15px 0;
	}

	.monthly_option_subtitle {
		color: #00926e;
		font-size: 18px;
		margin: 0 0 5px 0;
		font-weight: normal;
	}

	.monthly_option_table_wrap {
		box-shadow: 0 0 0 5px #bae8dd;
		background: #fff;
		padding: 20px;
	}

	.monthly_option_table {
		width: 100%;
	}

	/* modal_inner */

	.modal_inner .-ttl01 {
		font-size: 28px;
		color: #0a74bd;
		margin-bottom: 20px;
		text-align: left;
	}

	.modal_inner .-ttl02 {
		background: #0a74bd;
		color: #fff;
		font-size: 20px;
		padding: 10px 20px;
		text-align: left;
		font-weight: 700;
		margin-bottom: 30px;
	}

	.modal_inner .inner_box {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.modal_inner .inner_ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.modal_inner .inner_txt {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.modal_inner .txt_item {
		margin-left: 40px;
	}

	.modal_inner .txt_item p {
		text-align: left;
	}

	.modal_inner .bold {
		font-weight: 700;
	}

	.modal_inner .spec_list {
		font-size: 16px;
		text-align: left;
		margin-bottom: 20px;
	}

	.modal_inner .topic_txt {
		font-size: 24px;
		color: #ff0000;
		margin-bottom: 20px;
	}

	.modal_inner .notes {
		font-size: 14px;
		color: #7d7c7c;
		margin-bottom: 10px;
		text-align: left;
	}

	.modal_inner .border_txt {
		font-size: 16px;
		border: 2px solid #0a74bd;
		padding: 30px;
		width: 100%;
		text-align: left;
	}

	.modal_measured .txt_item {
		margin: 0;
	}

	.modal_measured .price_etc_list {
		margin-top: 10px;
	}

	.modal_measured .price_etc_list li {
		font-size: 20px;
		text-align: left;
	}

	.modal_measured .border_txt {
		width: auto;
		font-size: 14px;
		padding: 30px 10px;
		margin-left: auto;
	}

	.modal_measured .table_item {
		align-self: center;
		margin-left: auto;
	}

	.modal_inner .inner_box.num2 {
		margin-top: 30px;
	}

	.modal_measured .table_item table {
		border-collapse: collapse;
	}

	.modal_measured .table_item th, .modal_measured .table_item td {
		padding: 6px 15px;
		border: 1px solid #cccccc;
		vertical-align: middle;
	}

	.modal_measured .table_item th {
		background: #0068b7;
		color: #fff;
	}

	.modal_measured .price_cell {
		color: #0068b7;
		font-weight: 700;
		text-align: right;
	}

	.modal_measured .left_cell {
		text-align: left;
	}

	.modal_measured .inner_ttl, .modal_unlimited .inner_ttl {
		margin-top: 20px;
		text-align: left;
	}

	.modal_measured .country_img_list, .modal_unlimited .country_img_list {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.modal_unlimited p {
		text-align: left;
	}

	.side_fix {
		position: fixed;
		bottom: 360px;
		right: 0;
		z-index: 50;
	}

	/* -------------------------------------
対応国一覧
---------------------------------------- */

	.country_title {
		color: #00926e;
		font-size: 22px;
		margin: 0 0 15px 0;
	}

	.country_title strong {
		color: #000;
		font-weight: bold;
		font-size: 15px;
	}

	.country_title strong span {
		font-weight: normal;
		color: #000;
		font-size: 15px;
	}

	.country_list_wrap {
		box-shadow: 0 0 0 5px #d7edcc;
		display: flex;
		width: 780px;
		margin: 0 auto;
	}

	.country_list_wrap .item {
		display: flex;
		flex-direction: column;
	}

	.country_list_wrap .item.country_a {
		width: 200px;
	}

	.country_list_wrap .item.country_b {
		width: 380px;
	}

	.country_list_wrap .item.country_c {
		width: 200px;
	}

	.country_list_wrap .item .country_category {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		padding: 10px;
		border: solid 1px #cccccc;
	}

	.country_list_wrap .item.country_a .country_category, .country_list_wrap .item.country_a .country_price {
		background: #ff9727;
	}

	.country_list_wrap .item.country_b .country_category, .country_list_wrap .item.country_b .country_price {
		background: #0a74bd;
	}

	.country_list_wrap .item.country_c .country_category, .country_list_wrap .item.country_c .country_price {
		background: #04bc8f;
	}

	.country_list_wrap .item .country_price {
		text-align: center;
		color: #fff;
		font-size: 16px;
		padding: 10px;
		border: solid 1px #cccccc;
	}

	.country_list_wrap .item .country_name {
		font-size: 13px;
		height: 100%;
		padding: 15px;
		border: solid 1px #cccccc;
	}

	.country_list_wrap .item.country_a .country_name {
		background: #fff2e3;
	}

	.country_list_wrap .item.country_b .country_name {
		background: #e5f4ff;
	}

	.country_list_wrap .item.country_c .country_name {
		background: #eafffa;
	}

	.country_list_wrap .item.country_b .country_name ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.country_list_wrap .item.country_b .country_name ul li {
		width: 45%;
	}

	/*content_price*/

	.content_price {
		position: relative;
	}

	.price_title {
		position: relative;
		bottom: -26px;
		margin: -26px 0 0 0;
	}

	.price_inner.plan {
		width: 901px;
		margin: 0 auto;
		padding: 85px 0;
	}

	.price_inner.plan .text_box .text_title {
		margin: 0 0 15px 0;
		font-size: 25px;
	}

	.price_inner.plan .text {
		font-size: 18px;
	}

	.price_inner.plan .img {
		margin: 35px 0 25px 0;
	}

	.price_inner.plan .vpn_text {
		margin-bottom: 85px;
		font-size: 15px;
		color: #7d7c7c;
	}

	.price_inner.price {
		padding: 60px 0 80px 0;
		background: #f0f3f6;
	}

	.price_inner.price .table_wrap {
		width: 780px;
		margin: 0 auto;
	}

	.price_inner.price .table_wrap+.table_wrap {
		margin: 30px auto 0 auto;
	}

	.price_inner.price table {
		width: 100%;
		background: #fff;
		border: 1px solid #ccc;
		border-collapse: collapse;
		border-radius: 2px;
	}

	.price_inner.price table .top_tr th {
		color: #fff;
		text-align: center;
		font-weight: normal;
	}

	.price_inner.price table th, .price_inner.price table td {
		padding: 10px;
		border: 1px solid #ccc;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		line-height: 1;
		vertical-align: middle;
	}

	.price_inner.price table th.tac {
		text-align: center;
	}

	.price_inner.price .price_list_title {
		margin: 0 0 25px 0;
		font-size: 30px;
		font-weight: normal;
		text-align: center;
	}

	.price_inner.price .table_title {
		color: #095e9a;
		font-size: 22px;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
		line-height: 2;
	}

	.price_inner.price .table_title span {
		font-size: 15px;
		color: #000;
		font-weight: normal;
		padding: 0 0 0 10px;
	}

	.price_inner.price .table_text {
		padding: 0 0 20px 0;
		font-size: 15px;
		text-align: left;
		line-height: 1.6;
	}

	.price_inner.price .table_text.table_text_pd {
		padding: 10px 0 0 0;
	}

	.price_inner.price .rental_list, .price_inner.price .data_list {
		box-shadow: 0 0 0 5px #c6deef;
	}

	.price_inner.price .rental_list {
		padding: 20px;
		background: #fff;
	}

	.price_inner.price .rental_list .rental_list_title {
		font-size: 20px;
		font-weight: bold;
		color: #0a74bd;
		margin: 0 0 20px 0;
	}

	.price_inner.price .rental_list .rental_list_title strong {
		font-size: 24px;
		font-weight: bold;
		color: #000;
	}

	.price_inner.price .rental_list .rental_list_title strong span {
		font-size: 15px;
	}

	.price_inner.price .rental_list .rental_list_text {
		font-size: 15px;
		line-height: 1.8;
	}

	.price_inner.price .rental_list th, .price_inner.price .rental_list td {
		padding: 20px 0 20px 0;
	}

	.price_inner.price .rental_list th {
		width: 58%;
		border-right: none;
		color: #0a74bd;
		font-size: 19px;
		font-weight: bold;
		text-align: right;
	}

	.price_inner.price .rental_list td {
		width: 42%;
		border-left: none;
		font-size: 24px;
		font-weight: normal;
	}

	.price_inner.price .data_list .top_tr th {
		background: #0a74bd;
	}

	.price_inner.price .data_list td.fc_blue {
		color: #0068b7;
	}

	.price_inner.price .option_list {
		box-shadow: 0 0 0 5px #bae8dd;
	}

	.price_inner.price .option_list .table_title {
		color: #00926e;
	}

	.price_inner.price .option_list .top_tr th {
		background: #04bc8f;
	}

	.price_inner.price .supplement {
		margin: 14px 0 0 0;
		color: #7d7c7c;
		font-size: 15px;
	}

	.price_inner .notice_china {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 20px 30px;
		background: #fff;
		font-size: 16px;
		margin-top: 40px;
	}

	.price_inner .notice_china .-img {
		margin-right: 30px;
	}

	.price_inner .notice_china h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	/* -------------------------------------
モーダルボックス
---------------------------------------- */

	.modal_area {
		display: none;
	}

	.modalBoxContents {
		background: #fff;
		font-size: 16px;
		color: #444444;
		text-align: left;
	}

	.modalBoxInner {}

	.popup_close_box {
		text-align: center;
		margin: 30px 0 0;
		padding-bottom: 30px;
	}

	.modalBoxContents>*:last-of-type {
		padding-bottom: 40px;
	}

	.overLayer {
		display: none;
		background: #000;
		opacity: 0.7;
		width: 100%;
		height: 100%;
		z-index: 500;
		position: fixed;
		top: 0;
		left: 0;
	}

	.modalBox {
		background: #fff;
		width: 920px;
		height: 80%;
		z-index: 501;
		position: fixed;
		text-align: center;
		color: #444444;
		font-size: 1.6rem;
	}

	.modalBox .modalBoxContents {
		height: 100%;
		overflow-y: auto;
		width: 100%;
		position: relative;
		padding: 40px 40px 0;
		box-sizing: border-box;
	}

	.modalBox .modalBoxContents img {
		width: 100%;
	}

	.modalBox .close {
		background: #008ae1;
		border-radius: 50%;
		width: 32px;
		height: 32px;
		line-height: 32px;
		color: #fff;
		cursor: pointer;
		text-align: center;
		font-size: 22px;
		position: absolute;
		top: -17px;
		right: -17px;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 1;
	}

	.modalBox .close:before {
		content: "\f00d";
		font-size: 18px;
		font-family: "Font Awesome 5 Free";
		display: block;
		text-indent: 0;
		font-weight: 900;
	}

	.modalBox .popup_close_btn {
		display: inline-block;
		color: #ffffff;
		font-size: 1.5rem;
		font-weight: 700;
		background: #008ae1;
		line-height: 1.5;
		padding: 10px 50px;
		cursor: pointer;
		transition: 0.3s;
	}

	.modalBox .popup_close_btn:hover {
		background-color: #07308c;
	}

	/* monthly */

	.price_jpn_op_area {}

	.price_jpn_op_area .-content_title {
		font-size: 40px;
		color: #073190;
		text-align: center;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.price_jpn_op_area .-contet_inner {
		width: 980px;
		padding: 85px 0 0;
		margin: auto;
	}

	.price_jpn_op_area .-ttl {
		font-size: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	.price_jpn_op_area .-sub_ttl {
		font-size: 18px;
		text-align: center;
		margin-bottom: 40px;
	}

	.price_jpn_op_area .-inner_flex {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.price_jpn_op_area .item:not(:first-child) {
		margin-left: 40px;
	}

	.price_jpn_op_area .item .-inner_ttl {
		font-size: 22px;
		color: #095e9a;
		display: flex;
		font-weight: 700;
		justify-content: flex-start;
		align-items: flex-end;
	}

	.price_jpn_op_area .item .-inner_ttl>span {
		font-size: 16px;
		color: #ff0000;
		margin-left: auto;
	}

	.price_jpn_op_area .item .-box {
		background: #f2f9ff;
		border: 5px solid #e5f4ff;
		padding: 30px 20px;
	}

	.price_jpn_op_area .item p {
		text-align: center;
		font-weight: 700;
		font-size: 22px;
		margin-bottom: 15px;
	}

	.price_jpn_op_area .item.unlimited li {
		color: #7d7c7c;
	}

	.price_jpn_op_area .item .-box_ttl {
		font-size: 26px;
		color: #0a74bd;
	}

	.price_jpn_op_area .item .-box_ttl>span {
		font-size: 22px;
		font-weight: 400;
	}

	.price_jpn_op_area .monthly_option_table {
		border-collapse: collapse;
	}

	.price_jpn_op_area .monthly_option_table td, .price_jpn_op_area .monthly_option_table th {
		padding: 7px 40px;
		border: 1px solid #7d7c7c;
	}

	.price_jpn_op_area .monthly_option_table th {
		color: #fff;
		background: #0068b7;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.price_jpn_op_area .monthly_option_table td:not(:first-child) {
		text-align: center;
		font-weight: 700;
		color: #0068b7;
	}

	.price_jpn_op_area .monthly_option_table td .in_star {
		float: right;
		color: #ff0000;
		margin-left: 40px;
	}

	.price_jpn_op_area .monthly_price .cap_txt {
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		color: #ff0000;
		margin: 10px 0 0;
	}
	.question {
		position: absolute;
		left: 180px;
		top: 192px;
		font-size: 13px;
	}
	.question:after {
		content: "？";
	}

	/*スマホ用*/

	@media all and (min-width: 0) and (max-width: 736px) {
		* {
			text-align: center;
		}
		.pc {
			display: none!important;
		}
		.sp {
			display: block!important;
		}
		.sp_inline {
			display: inline!important;
		}
		.fl_l_pc, .fl_r_pc {
			float: none;
		}
		.conter {
			width: 100%;
		}
		.inner_conter {
			width: 100%;
		}
		img {
			max-width: 90%;
		}
		.count_down_panel {
			display: inline-block;
			background: #000;
			padding: 3.125%;
			font-size: 1.2rem;
			font-weight: bold;
			color: #fff;
			text-align: center;
			box-sizing: border-box;
			position: relative;
			top: -25px;
			left: 0;
			letter-spacing: -1px;
		}
		.dseg {
			font-size: 1.6rem;
			font-family: 'DSEG7 Classic Bold';
			margin: 0 0.25em 0 0;
			position: relative;
			z-index: 2;
		}
		.dseg:before {
			content: "00";
			position: absolute;
			color: #333;
			z-index: -1;
		}
		/*header*/
		.header {
			display: flex;
			align-items: center;
			justify-content: space-between;
			width: 100%;
			max-width: 100%;
			margin: 2% 0;
			padding: 0 3% 0 3%;
		}
		.page_logo {
			display: inline-block;
			width: 60%;
			max-width: 315px;
		}
		.contact_block {
			display: inline-block;
			position: absolute;
			right: 3%;
			top: 0;
			width: 40%;
			text-align: right;
		}
		.contact {
			padding: 7px 5% 7px 5%;
			font-size: 9px;
		}
		.contact:before {
			display: inline-block;
			position: static;
			width: 10px;
			height: 7px;
			padding: 0 5px 0 0;
			font-size: 9px;
		}
		.sns_list {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			margin-top: 2%;
		}
		.sns_list li {
			display: block;
		}
		/*content_main*/
		.inner_catch {
			position: relative;
			z-index: 1;
			top: 0;
			max-width: 640px;
			height: auto;
			margin: 3.90625% auto 0 auto;
			padding: 50% 0 0 0;
			background: url("/common/images/solution/cloud/sp_bg_catch01.png?date=20191212") no-repeat top center;
			background-size: 60% auto;
		}
		.catch_text {
			position: relative;
			top: 0;
			width: 82%;
			padding: 0 9% 9.375% 9%;
			font-size: 13px;
			text-align: left;
			line-height: 1.6;
		}
		.content_main .-note {
			width: 94%;
			text-align: left;
		}
		.flow_box {
			padding: 8vw 4%;
		}
		.flow_box .flow_img+.flow_img {
			margin: auto;
		}
		.flow_box .flow_img:last-child {
			margin-top: 4vw;
		}
		/*content_technic*/
		.content_technic {
			max-width: 640px;
			margin: 0 auto;
			padding: 10.15625% 0 7.8125% 0;
			background: #e5f3ff;
		}
		.content_technic .content_img {
			position: relative;
			z-index: 20;
			top: auto;
			margin: 0 0 0 0;
		}
		.content_technic .content_text {
			padding: 0 9.375% 0 9.375%;
			font-size: 13px;
			text-align: left;
			line-height: 1.6;
		}
		/*contact_area*/
		.contact_area {
			padding: 7.8125% 0 8.59375% 0;
			text-align: center;
		}
		.contact_area.bg_blue {
			background: #fff;
		}
		.contact_area .contact_title {
			margin: 0 0 6.25% 0;
			color: #222;
			font-size: 14px;
			font-weight: normal;
		}
		.mail_btn {
			display: inline-block;
			margin: 0 auto 7.03125% auto;
			width: 80%;
			background: #ff8000;
			border-radius: 3em;
			box-shadow: 0 5px 0 0 #d46d05;
		}
		.mail_btn a {
			position: relative;
			display: block;
			padding: 20px 15px;
			color: #fff;
			font-size: 15.5px;
			line-height: 1;
		}
		/*
	.mail_btn a:before {
		content: "\f003";
		position: relative;
		top: 0;
		left: 0;
		margin: 0 5px 0 0;
		font-family: FontAwesome;
		font-size: 20px;
	}
	*/
		.contact_tel_text01 {
			color: #919191;
			font-size: 10px;
			font-weight: bold;
		}
		.contact_tel_text02 {
			margin: 1.5625% 0 3.90625% 0;
			color: #0062be;
			font-size: 21px;
			font-weight: bold;
		}
		.contact_tel_text02:before {
			display: inline-block;
			width: 26.5px;
			height: 17.5px;
			margin: 0 2.34375% 0 0;
			background: url("/common/images/solution/cloud/icon_tel01.png");
			background-size: 100% auto;
			vertical-align: middle;
		}
		.contact_tel_text03 {
			color: #757575;
			font-size: 10px;
			text-align: center;
			line-height: 1.5;
		}
		.contact_inner {
			display: block;
		}
		.contact_inner .l_item {
			margin: auto;
		}
		.doc_btn {
			background: #0a74bd;
			box-shadow: 0 5px 0 0 #004b7e;
		}
		.doc_btn a:before {
			width: 5vw;
			height: 4.7vw;
			left: 6vw;
		}
		/*content_merit 共通*/
		.content_merit {
			position: relative;
		}
		.merit_title {
			position: relative;
			margin: 0 0 -4.5% 0;
		}
		.merit_inner {
			max-width: 640px;
			margin: 0 auto;
		}
		/*content_merit = merit01*/
		.price_content_inner {
			width: 96%;
			padding-top: 8vw;
		}
		.price_content_inner .-inner_box {
			padding: 4vw;
		}
		.price_content_inner .-mark {
			margin: 4vw 0;
		}
		.price_content_inner .-inner_box .-txt {
			font-size: 12px;
		}
		.price_content_inner .-inner_box .-ttl {
			font-size: 18px;
		}
		.price_content_inner .-inner_box .fs_l {
			font-size: 24px;
		}
		.price_content_inner .in_flex {
			display: block;
		}
		.price_content_inner .in_flex .-item {
			position: relative;
		}
		.price_content_inner .in_flex .-item:not(:first-child) {
			margin-top: 8vw;
		}
		.price_content_inner .-inner_box .modal_btn {
			position: absolute;
			top: 60%;
			left: 42%;
			width: 50%;
			padding: 0 5%;
		}
		.price_content_inner .-inner_box .-item:last-child .modal_btn {
			top: 40%;
		}
		.price_content_inner .modal_btn:after {
			font-size: 18px;
		}
		.plan_sample {
			margin: 12vw 0;
		}
		.plan_sample .-ttl {
			font-size: 20px;
		}
		.price_content_inner .plan_list .-item {
			width: 48%;
			margin-top: 4%;
		}
		.price_content_inner .plan_list .-item:nth-child(1), .price_content_inner .plan_list .-item:nth-child(3) {
			margin-right: 4%;
		}
		.price_content_inner .plan_list .modal_btn {
			width: 80%;
			bottom: 4vw;
			line-height: 8vw;
			font-size: 13px;
		}
		.price_content_inner .plan_list .modal_btn:after {
			font-size: 16px;
		}
		.plan_sample .module-indent_list {
			width: auto;
			margin-left: 1em;
		}
		.plan_sample .module-indent_list li {
			text-align: left;
		}
		.price_inner .notice_china {
			font-size: 11px;
			padding: 8vw 2vw;
			margin-top: 8vw;
		}
		.price_inner .notice_china .-img {
			margin-right: 2vw;
		}
		.price_inner .notice_china h3 {
			font-size: 13px;
			text-align: left;
		}
		.price_inner .notice_china p {
			text-align: left;
		}
		.price_jpn_op_area .-contet_inner {
			width: auto;
			padding-top: 8vw;
		}
		.price_jpn_op_area .-ttl {
			font-size: 20px;
			margin-bottom: 2vw;
		}
		.price_jpn_op_area .-content_title {
			font-size: 2.0rem;
			margin-bottom: 4vw;
		}
		.price_jpn_op_area .-sub_ttl {
			font-size: 13px;
			margin-bottom: 2vw;
		}
		.price_jpn_op_area .-inner_flex {
			display: block;
			width: 96%;
			margin: auto;
		}
		.price_jpn_op_area .item .-inner_ttl {
			font-size: 17px;
		}
		.price_jpn_op_area .item .-box {
			padding: 4vw;
		}
		.price_jpn_op_area .-box p {
			text-align: left;
			font-size: 16px;
		}
		.price_jpn_op_area .item .-box_ttl, .price_jpn_op_area .item .-box_ttl>span {
			font-size: 20px;
		}
		.price_jpn_op_area .item.unlimited li {
			text-align: left;
		}
		.price_jpn_op_area .item.monthly_price {
			margin: 8vw auto 0;
		}
		.price_jpn_op_area .monthly_price .-inner_ttl {
			font-size: 17px;
		}
		.price_jpn_op_area .item .-inner_ttl>span {
			font-size: 13px;
		}
		.price_jpn_op_area .monthly_option_table td, .price_jpn_op_area .monthly_option_table th {
			padding: 2vw 4vw;
		}
		.price_jpn_op_area .monthly_option_table td:first-child {
			text-align: left;
			padding-left: 6vw;
			width: 60%;
		}
		.price_jpn_op_area .monthly_option_table td .in_star {
			margin: auto;
		}
		/*content_merit = merit01*/
		.merit01 .text_box {
			width: auto;
			padding: 6.25% 9.375% 9.375%;
		}
		.merit01 .text_box .text {
			margin: 0;
			font-size: 13px;
			line-height: 1.6;
			text-align: left;
		}
		.merit01 .flow_box {
			padding: 0 3.125% 8.59375% 3.125%;
			background: #fff;
			text-align: center;
		}
		.merit01 .flow_box .flow_text {
			display: inline-block;
			margin: 0;
			font-size: 15px;
		}
		.merit01 .flow_box .flow_text:before {
			display: inline-block;
			content: "＼";
			margin: 0 10px 0 0;
			color: #828282;
			font-size: 20px;
			vertical-align: middle;
		}
		.merit01 .flow_box .flow_text:after {
			display: inline-block;
			content: "／";
			margin: 0 0 0 10px;
			color: #828282;
			font-size: 20px;
			vertical-align: middle;
		}
		.merit01 .flow_box .flow_img+.flow_img {
			margin: 5.46875% 0 0 0;
		}
		/*content_merit = merit02*/
		.merit02 .merit_inner {
			border-top: 4% solid #d9f0ff;
		}
		/*content_merit = merit03*/
		.merit03 .merit_inner {
			background: linear-gradient(to left, #dceffa, #fff);
		}
		.merit03 .text_box {
			padding: 12.5% 9.375% 80% 9.375%;
			background: url("/common/images/solution/cloud/sp_merit03_bg01.png") no-repeat bottom right;
			background-size: 90% auto;
		}
		.merit03 .text_box .text_title {
			margin: 0 0 4.6875% 0;
			padding: 0 0 4.6875% 0;
			border-bottom: 1px solid #000;
			font-size: 13px;
			font-weight: bold;
			line-height: 1.5;
			text-align: left;
		}
		.merit03 .text_box .text_title .fz_b {
			font-size: 20.5px;
		}
		.merit03 .text_box .text {
			font-size: 13px;
			line-height: 1.6;
			text-align: left;
		}
		/*content_merit = merit04*/
		.merit04 .merit_inner {
			width: auto;
			margin: 0 auto;
			padding: 10.15625% 9% 5.46875% 9%;
		}
		.merit04 .merit_inner .img_box {
			width: auto;
		}
		.merit04 .merit_inner .img_box+.img_box {
			margin: 6.25% 0 0 0;
		}
		.merit04 .merit_inner .img_box .img {
			margin: 0 0 4.6875% 0;
			padding: 0;
			border-bottom: none;
		}
		.merit04 .merit_inner .text_box .text_title {
			margin: 0 0 10px 0;
			font-size: 13px;
			font-weight: bold;
			text-align: left;
		}
		.merit04 .merit_inner .text_box .text {
			font-size: 13px;
			line-height: 1.2;
			text-align: left;
		}
		.merit05 .merit_inner .text_box {
			padding: 12.5% 3.125%;
		}
		.merit05 .merit_inner .text_box .text {
			font-size: 13px;
			text-align: left;
			line-height: 1.7;
		}
		/*content_price*/
		.content_price {
			position: relative;
		}
		.price_title {
			bottom: 0;
			margin: 0 0 -4% 0;
		}
		.price_inner.plan {
			width: auto;
			margin: 0 auto;
			padding: 11.71875% 9.375% 9.375% 9.375%;
		}
		.price_inner.plan .text.vpn_text {
			margin-top: 10px;
		}
		.price_inner.plan .text_box+.text_box {
			margin: 10.15625% 0 0 0;
		}
		.price_inner.plan .text_box .text_title {
			margin: 0 0 3.125% 0;
			font-size: 15px;
		}
		.price_inner.plan .text {
			font-size: 13px;
			text-align: left;
		}
		.price_inner.plan .img {
			margin: 4.6875% 0 0 0;
		}
		.price_inner.price {
			padding: 4.6875% 3.90625% 10.9375% 3.90625%;
			background: #f0f3f6;
		}
		.price_inner.price .table_wrap {
			width: auto;
			margin: 0 auto;
		}
		.price_inner.price .table_wrap+.table_wrap {
			margin: 7.8125% auto 0 auto;
		}
		.price_inner.price table {
			width: 100%;
			background: #fff;
			border: 1px solid #ccc;
			border-collapse: collapse;
			border-radius: 2px;
		}
		.price_inner.price table .top_tr th {
			color: #fff;
			text-align: center;
			font-weight: normal;
		}
		.price_inner.price table th, .price_inner.price table td {
			padding: 1.5625% 2.34375% 1.5625% 2.34375%;
			border: 1px solid #ccc;
			font-size: 10px;
			font-weight: bold;
			text-align: left;
			line-height: 1;
		}
		.price_inner.price .price_list_title {
			margin: 0 0 3.90625% 0;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
		}
		.price_inner.price .table_title {
			color: #095e9a;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			vertical-align: middle;
			line-height: 1.5;
		}
		.price_inner.price .table_title span {
			padding: 0;
			font-size: 12px;
		}
		.price_inner.price .table_text {
			padding: 0 0 6.25% 0;
			font-size: 13px;
			text-align: left;
			line-height: 1.2;
		}
		.price_inner.price .rental_list, .price_inner.price .data_list {
			box-shadow: 0 0 0 2.5px #c6deef;
		}
		.price_inner.price .rental_list th, .price_inner.price .rental_list td {
			padding: 3.125% 0 3.125% 0;
		}
		.price_inner.price .rental_list th {
			width: 58%;
			border-right: none;
			color: #0a74bd;
			font-size: 13px;
			font-weight: bold;
			text-align: right;
		}
		.price_inner.price .rental_list td {
			width: 42%;
			border-left: none;
			font-size: 13px;
			font-weight: normal;
		}
		.price_inner.price .rental_list {
			padding: 6.25%;
		}
		.price_inner.price .rental_list .rental_list_title {
			font-size: 12px;
			font-weight: bold;
			color: #0a74bd;
			margin: 0 0 3.125% 0;
		}
		.price_inner.price .rental_list .rental_list_title strong {
			font-size: 12px;
		}
		.price_inner.price .rental_list .rental_list_title strong span {
			font-size: 10px;
		}
		.price_inner.price .rental_list .rental_list_text {
			font-size: 10px;
			line-height: 1.8;
			text-align: left;
		}
		.price_inner.price .data_list .top_tr th {
			background: #0a74bd;
		}
		.price_inner.price .data_list td.fc_blue {
			color: #0068b7;
		}
		.price_inner.price .option_list {
			box-shadow: 0 0 0 2.5px #bae8dd;
		}
		.price_inner.price .option_list .table_title {
			color: #00926e;
		}
		.price_inner.price .option_list .top_tr th {
			background: #04bc8f;
		}
		.price_inner.price .payment_list {
			box-shadow: 0 0 0 2.5px #d7edcc;
		}
		.price_inner.price .payment_list .table_title {
			color: #4aab1a;
		}
		.price_inner.price .payment_list .top_tr th {
			background: #67ba3e;
		}
		.price_inner.price .supplement {
			margin: 3.90625% 0 0 0;
			color: #7d7c7c;
			font-size: 12px;
			text-align: left;
		}
		.price_inner.price .supplement a {
			color: #0a74bd;
			text-decoration: underline;
		}
		.monthly_option_title {
			font-size: 14px;
			margin: 0 0 5px 0;
			text-align: left;
		}
		.monthly_option_subtitle {
			text-align: left;
			font-size: 12px;
		}
		.monthly_option_table_wrap {
			box-shadow: 0 0 0 5px #bae8dd;
			background: #fff;
			padding: 20px;
		}
		.monthly_option_table {
			width: 100%;
		}
		.price_inner.price .monthly_option_table th {
			background: #00926e;
			font-weight: normal;
			color: #fff;
			text-align: center;
			font-size: 13px;
		}
		.price_inner.price .monthly_option_table td {
			font-weight: normal;
			font-size: 13px;
		}
		.column_block {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.column_block .item {
			width: 100%;
		}
		/*content_countries*/
		.content_countries {
			background: #f0f3f6;
			padding: 9.375% 3.125% 12.5% 3.125%;
			text-align: left;
		}
		.content_countries .content_title {
			display: inline-block;
			margin: 0 0 4.6875% 0;
			font-size: 14px;
			vertical-align: top;
		}
		.content_countries .caution_text {
			display: inline-block;
			margin: 0 0 0 1.5625%;
			font-size: 10px;
		}
		.content_countries .plan_block {
			padding: 3.90625% 3.125% 3.90625% 3.125%;
			background: #fff;
			border: 2px solid #dfdfdf;
		}
		.content_countries .plan_block+.plan_block {
			margin: 17px 0 0 0;
		}
		.content_countries .plan_title {
			font-size: 13px;
			font-weight: bold;
			text-align: left;
		}
		.content_countries .asia .plan_title {
			color: #0d83d4;
		}
		.content_countries .asia .asia_plan_list li {
			font-size: 10px;
			text-align: left;
		}
		.content_countries .world .plan_title {
			color: #32b332;
		}
		.content_countries .plan_list {
			margin: 3.125% 0 0 0;
			text-align: left;
		}
		.content_countries .world_plan_list dt {
			margin: 0;
			color: #5a5a5a;
			font-size: 10px;
			text-align: left;
		}
		.content_countries .world_plan_list dd {
			font-size: 10px;
			text-align: left;
		}
		.content_countries .world_plan_list dd+dt {
			margin: 30px 0 0 0;
		}
		.country_title {
			font-size: 14px;
			margin: 0 0 15px 0;
			text-align: left;
		}
		.country_title strong {
			color: #000;
			font-weight: bold;
			font-size: 12px;
		}
		.country_title strong span {
			font-weight: normal;
			color: #000;
			font-size: 12px;
		}
		.country_list_wrap {
			box-shadow: none;
			display: block;
			width: 100%;
		}
		.country_list_wrap .item {
			display: flex;
			flex-direction: column;
			margin: 0 0 20px 0;
		}
		.country_list_wrap .item.country_a {
			width: 100%;
		}
		.country_list_wrap .item.country_b {
			width: 100%;
		}
		.country_list_wrap .item.country_c {
			width: 100%;
		}
		.country_list_wrap .item .country_category {
			text-align: center;
			color: #fff;
			font-weight: bold;
			font-size: 14px;
			padding: 10px;
			border: solid 1px #cccccc;
		}
		.country_list_wrap .item .country_price {
			text-align: center;
			color: #fff;
			font-size: 12px;
			padding: 10px;
			border: solid 1px #cccccc;
		}
		.country_list_wrap .item .country_name {
			font-size: 13px;
			height: 100%;
			padding: 15px;
			border: solid 1px #cccccc;
		}
		.country_list_wrap .item.country_b .country_name ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.country_list_wrap .item.country_a .country_name ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.country_list_wrap .item.country_b .country_name ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.country_list_wrap .item.country_c .country_name ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.country_list_wrap .item.country_a .country_name ul li {
			width: 45%;
			text-align: left;
		}
		.country_list_wrap .item.country_b .country_name ul li {
			width: 45%;
			text-align: left;
		}
		.country_list_wrap .item.country_c .country_name ul li {
			width: 45%;
			text-align: left;
		}
		.faq_block {
			padding: 12.5% 3.125%;
			background: #f0f3f6;
		}
		.faq_list {
			background: #fff;
			padding: 0 3.125% 3.125% 3.125%;
			border: solid 2px #dfdfdf;
		}
		.faq_list dt {
			text-align: left;
			font-weight: bold;
			font-size: 14px;
			margin: 6.25% 0 3.125% 0;
			color: #095e9a;
		}
		.faq_list dd {
			text-align: left;
		}
		/*content_flow*/
		.content_flow {
			padding: 4.6875% 7.8125% 12.5% 7.8125%;
			background: #f0f3f6;
			text-align: center;
			font-weight: normal;
		}
		.content_flow .content_title {
			margin: 0 0 5.46875% 0;
			font-size: 15px;
		}
		.content_flow .content_text {
			margin: 0 0 8.59375% 0;
			font-size: 13px;
			text-align: left;
		}
		.content_flow .img {
			padding: 0 14.84375% 0 14.84375%;
		}
		.wifi_area_box {
			float: none;
			margin: 0;
			width: auto;
		}
		.wifi_area_box {
			font-size: 9px;
		}
		.wifi_area_box img {
			width: 80%;
		}
		.wifi_area_btn {
			float: none;
			width: 80%;
			display: inline-block;
			font-size: 9px;
			padding: 10px 0;
		}
		.wifi_area_btn:after {
			font-size: 12px;
			right: 16px;
			top: 10px;
		}
		.footer_logo {
			width: 100%;
			text-align: center;
		}
		.footer_left {
			width: 35%;
		}
		.footer_right {
			width: 55%;
			text-align: left;
			font-size: 9px;
		}
		.copyright {
			font-size: 8px;
		}
		/* modal_inner */
		.modal_inner .-ttl01 {
			font-size: 18px;
			margin-bottom: 10px;
		}
		.modal_inner .-ttl02 {
			font-size: 16px;
		}
		.modal_inner .txt_item {
			width: 65%;
			margin-left: 5%;
		}
		.modal_gw01 .inner_box .-img, .modal_g3 .inner_box .-img {
			width: 30%;
		}
		.modal_inner .inner_ttl {
			font-size: 14px;
		}
		.modal_inner .inner_txt {
			font-size: 12px;
		}
		.modal_inner .spec_list li {
			font-size: 12px;
			text-align: left;
		}
		.modal_inner .topic_txt {
			font-size: 17px;
		}
		.modal_inner .border_txt {
			font-size: 12px;
			padding: 10px;
			width: auto;
		}
		.modal_inner .notes {
			font-size: 11px;
		}
		.modal_measured .inner_box {
			flex-direction: column-reverse;
			margin-bottom: 10px;
		}
		.modal_inner .inner_box.num2 {
			flex-direction: column;
		}
		.modal_measured .txt_item {
			width: auto;
			font-size: 12px;
			margin-top: 15px;
			margin-left: 0;
		}
		.modal_measured .price_etc_list li {
			font-size: 14px;
		}
		.modal_measured .table_item {
			font-size: 11px;
			margin: 20px auto 0;
		}
		.modal_measured .country_img_list, .modal_unlimited .country_img_list {
			display: block;
		}
		.modal_measured .country_img_list .-img:not(:first-child), .modal_unlimited .country_img_list .-img:not(:first-child) {
			margin-top: 15px;
		}
		.modal_unlimited p {
			font-size: 12px;
		}
		.side_fix {
			width: 20%;
			bottom: 80px;
		}
		/* -------------------------------------
		モーダルボックス
		---------------------------------------- */
		.modalBox {
			background: #fff;
			width: 85.333vw;
			height: 80%;
			z-index: 501;
			position: fixed;
			text-align: center;
			padding: 0;
			border: none;
			max-height: none;
		}
		.modalBoxContents>*:last-of-type {
			margin-bottom: 0;
		}
		.modalBox .modalBoxContents {
			padding: 4vw;
			font-size: 1.2rem;
			color: #444;
			text-align: left;
		}
		/*.modalBoxContents a {
	color:#da0000;
	text-decoration: underline;
}*/
		.modalBoxContents .img_box {
			margin: 0 20px 30px 0;
			float: left;
			overflow: hidden;
		}
		.popup_close_box {
			text-align: center;
			margin: 8vw 0 0;
		}
		.modalBox .popup_close_btn {
			font-size: 1.6rem;
		}
		.overLayer {
			display: none;
			background: #000;
			opacity: 0.7;
			width: 100%;
			height: 100%;
			z-index: 500;
			position: fixed;
			top: 0;
			left: 0;
		}
		.modalBox+.close {
			display: none;
			/* ※ registでは使用している */
		}
		.modalBox .close.pc {
			display: block!important;
		}
		.modalBox .close:before {
			font-size: 21px;
		}
		.fixed_area {
			display: none;
			width: 37%;
			right: 0;
		}
		.rental_list .module-indent_list .txt {
			font-size: 12.5px;
			line-height: 1.2em;
			text-align: left;
		}
		.pc_inline {
			display: none !important;
		}
		.environment_block .text, .procedure_block .text {
			width: 90%;
			font-size: 1.6rem;
			text-align: left;
		}
		.content_area+.content_area {
			margin: 20px 0 0 0;
		}
		.btn_list {
			height: 95px;
			margin: 34px 0 -14px 0;
			padding: 0 0 0 70px;
		}
		.btn_list .img {
			width: 50%;
		}
		.btn_list>li+li {
			margin-left: 3%;
		}
		.btn_list li .rollover img {
			max-width: 100%;
		}
		.plan_box .text {
			font-size: 2rem;
		}
		.plan_box .caution_text {
			font-size: 1.2rem;
			margin-top: 5px;
		}
		.procedure_block.details_block img {
			max-width: 90%;
		}
		.procedure_block.details_block img.sp_img {
			margin: 0 auto;
		}
		.procedure_block {
			margin-bottom: 30px;
			padding: 78px 0 30px;
		}
		.check_list {
			width: 92%;
			padding: 20px;
			box-shadow: 4px 4px 4px 0 #ababab;
		}
		.check_list>li {
			padding: 20px 0 0 50px;
			font-size: 1.6rem;
			text-align: left;
			line-height: 1.2;
		}
		.check_list>li:before {
			display: inline-block;
			content: '';
			background-image: url(/common/images/solution/manga/check_img01.png);
			background-repeat: no-repeat;
			background-size: contain;
			width: 50px;
			height: 50px;
		}
		.check_list>li+li {
			margin-top: 0px;
		}
		.voice_list>li {
			margin-top: 20px;
		}
		.content:after {
			height: 30px;
		}
		/* cost */
		.pc_br {
			display: none;
		}
		.sp_br {
			display: block;
		}
		.pc_table {
			display: none;
		}
		.sp_table {
			display: table;
		}
		.pc_img {
			display: none;
		}
		.sp_img {
			display: inline-block;
		}
		.pc_text {
			display: none;
		}
		.cost {
			margin: 30px auto 0;
		}
		.ttl {
			font-size: 2rem;
		}
		.about_txt {
			font-size: 1.6rem;
			margin: 0 0 20px;
		}
		.question {
			font-size: 10px;
			left: 0;
			right: 0;
			top: 35vw;
		}
		.cost .sp_img {
			margin-bottom: 20px;
		}
		.cost_list {
			margin: 0 auto;
			padding: 0;
			width: 90%;
		}
		.cost_contents {
			display: block;
			margin-top: 15px;
		}
		.cost_contents img {
			display: none;
		}
		.cost_subtitle {
			position: relative;
			background: #ea5504;
			width: 100%;
			padding: 15px 0 5px;
			font-size: 1.5rem;
		}
		.cost_subtitle::after {
			width: 0;
			content: '';
			height: 0;
			position: absolute;
			bottom: -50%;
			left: 0;
			border-right: 45vw solid transparent;
			border-left: 45vw solid transparent;
			border-top: 20px solid #ea5504;
		}
		.cost_subtitle, .cost02 .cost_subtitle, .cost03 .cost_subtitle {
			left: 0;
		}
		.cost_text {
			width: 100%;
			box-sizing: border-box;
			padding: 35px 17px 24px;
			font-size: 1.4rem;
			line-height: 1.7rem;
		}
		.cost03 .cost_text {
			padding: 35px 17px 24px;
		}
		.simulation {
			width: 100%;
			padding: 30px 0;
			margin-top: 30px;
		}
		.simulation .simulation_title {
			width: 90%;
			padding: 5px 0;
			margin: 0 auto 15px;
			font-size: 1.8rem;
		}
		.simulation img {
			margin: 0 auto;
		}
		.simulation img.img_china, .simulation img.img_europe {
			margin-bottom: 10px;
		}
		.simulation p.annotation {
			width: 90%;
			font-size: 1.2rem;
			margin: 0 auto;
		}
		.conventional_wifi, .now_wifi {
			display: block;
			padding: 0;
			flex-direction: column-reverse;
		}
		.conventional_wifi {
			margin-top: 0;
		}
		.conventional_wifi img {
			width: 100%;
			margin: 0 0 20px 0;
		}
		.now_wifi img {
			width: 100%;
			margin: 10px 0 0 0;
		}
		.wifi_content {
			width: 90%;
			margin: 0 auto;
			text-align: left;
		}
		.wifi_content p {
			text-align: left;
			font-size: 1.4rem;
			line-height: 2.2rem;
		}
		.wifi_content img.logo_img {
			width: 60%;
			margin-bottom: 5px;
		}
		.conventional_wifi_title {
			font-size: 1.5rem;
			margin-bottom: 5px;
		}
		img.site_img {
			padding: 0;
		}
		img.induction_btn {
			margin: 30px 0;
			width: 50%;
		}
		.footer_left img {
			width: 90%;
		}
		#sp_fixed_menu {
			display: flex;
			align-items: center;
			position: fixed;
			width: 100%;
			height: 50px;
			bottom: 0px;
			font-size: 0;
			z-index: 99;
		}
		#sp_fixed_menu img {
			max-width: 101%;
			width: 101%;
		}
		.push {
			height: 50px;
		}
		h3.title {
			margin: 30px 0 0;
			padding: 0 20px;
			justify-content: flex-start;
		}
		h3.title img {
			width: 13%;
			margin-right: 0.8rem;
		}
		h3.title p {
			color: #ea5504;
			font-size: 2rem;
			line-height: 2.5rem;
			text-align: left;
		}
		.modal_inner .-ttl01 {
			font-size: 18px;
			margin-bottom: 10px
		}
	
		.modal_inner .-ttl02 {
			font-size: 16px
		}
	
		.modal_inner .txt_item {
			width: 65%;
			margin-left: 5%
		}
	
		.modal_gw01 .inner_box .-img,.modal_g3 .inner_box .-img {
			width: 30%
		}
	
		.modal_inner .inner_ttl {
			font-size: 14px
		}
	
		.modal_inner .inner_txt {
			font-size: 12px
		}
	
		.modal_inner .spec_list li {
			font-size: 12px;
			text-align: left
		}
	
		.modal_inner .topic_txt {
			font-size: 17px
		}
	
		.modal_inner .border_txt {
			font-size: 12px;
			padding: 10px;
			width: auto
		}
	
		.modal_inner .notes {
			font-size: 11px
		}
	
		.modal_unlimited .inner_box {
			flex-direction: column-reverse;
			margin-bottom: 10px
		}
	
		.modal_inner .inner_box.num2 {
			flex-direction: column
		}
	
		.modal_unlimited .txt_item {
			width: auto;
			font-size: 12px;
			margin-top: 15px;
			margin-left: 0
		}
	
		.modal_unlimited .price_etc_list li {
			font-size: 14px
		}
	
		.modal_unlimited .table_item {
			font-size: 11px;
			margin: 20px auto 0
		}
	
		.modal_unlimited .country_img_list,.modal_unlimited .country_img_list {
			display: block
		}
	
		.modal_unlimited .country_img_list .-img:not(:first-child),.modal_unlimited .country_img_list .-img:not(:first-child) {
			margin-top: 15px
		}
	
		.modal_unlimited p {
			font-size: 12px
		}
		.modalBox {
			background: #fff;
			width: 80%!important;
			height: auto!important;
			z-index: 501;
			position: fixed;
			text-align: center;
			padding: 0;
			border: none;
			max-height: none;
			margin: 15% auto;
		}
	
		.modalBoxContents>*:last-of-type {
			margin-bottom: 0
		}
	
		.modalBox .modalBoxContents {
			padding: 10px 10px 0;
			font-size: 1.2rem;
			color: #444;
			text-align: left;
		}
	
		.modalBoxContents .img_box {
			margin: 0 20px 30px 0;
			float: left;
			overflow: hidden
		}
	
		.popup_close_box {
			text-align: center;
			margin: 8vw 0 0
		}
	
		.modalBox .popup_close_btn {
			font-size: 1rem;
		}
	
		.overLayer {
			display: none;
			background: #000;
			opacity: .7;
			width: 100%;
			height: 100%;
			z-index: 500;
			position: fixed;
			top: 0;
			left: 0
		}
	
		.modalBox+.close {
			display: none
		}
	
		.modalBox .close.pc {
			display: block!important
		}
	
		.modalBox .close:before {
			font-size: 21px
		}
	}

	.domestic_use {
		text-align: center;
		background: #ffff00;
		color: #ff0000;
		font-size: 2rem;
		font-weight: 800;
		padding: 30px;
	}