@charset "utf-8";

#plan {
	width: 90%;
	margin: 0 auto;
}
.plan_box > li {
	margin-bottom: 20px;
}
.plan_box > li h3 {
	position: relative;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	width: 60%;
	margin: 0 auto;
	padding: 20px;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	border-radius: 10px;
	background: #09f;
	z-index: 2;
}
.plan_box > li h3::after {
	position: absolute;
	left:50%;
	bottom: -24px;
	display: block;
	width: 0;
	height: 0;
	margin-left: -12px;
	content: "";
	border: solid 12px transparent;
	border-top:solid 12px #09f;
}
.plan_box > li h3 span {
	margin-right: 10px;
	font-size: 15px;
}
.plan_box > li h3 strong {
	font-size:20px;
	font-weight: bold;
}
.plan_box > li h3 div {
	background:#09f;
	padding:5px 0;
}
.plan_box > li h4 {
	position: relative;
	min-height: 124px;
	margin-top: -25px;
	padding: 70px 10px 20px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	border-radius: 10px 10px 0 0;
	background: #069;
	box-sizing: border-box;
	z-index: 1;
}
.plan_box > li h4 strong {
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	border-radius: 10px 10px 0 0;
	background: #069;
}
.plan_box > li h4 span {
	display: block;
	font-size: 16px;
}
.plan_box > li h4 span strong {
	font-size: 21px;
	font-weight: bold;
}
.plan_box > li h4 div {
	background:#069;
}
.plan_box > li div {
	/* height: calc(100% - 149px); */
	padding: 15px 10px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	box-sizing: border-box;
}
.plan_box > li div h5 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.plan_box > li div ul {
	display: inline-block;
}
.plan_box > li div ul li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
.plan_box > li div ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #09f;
}
.plan_box > li div ul li sup {
	position: absolute;
	top: 0;
}
.plan_box > li div .tx {
	margin-bottom: 10px;
}
.plan_box > li div .tx_s {
	font-size: 14px;
}
@media print, screen and (min-width:576px) {
.plan_box {
	display: flex;
	justify-content: space-between;
}
.plan_box > li {
	width: 49%;
	margin-bottom: 0;
}
}
@media print, screen and (min-width:768px) {
.plan_box > li h3 {
	width: 70%;
	font-size:20px;
}
.plan_box > li h3 span {
	font-size: 17px;
}
.plan_box > li h3 strong {
	font-size: 32px;
}
.plan_box > li h4 {
	min-height: 138px;
	margin-top: -27px;
	font-size: 18px;
}
.plan_box > li h4 strong {
	font-size: 36px;
}
.plan_box > li h4 span {
	font-size: 16px;
}
.plan_box > li h4 span strong {
	font-size: 24px;
}
.plan_box > li div {
	/* height: calc(100% - 166px); */
	padding: 15px;
}
.plan_box > li div h5 {
	font-size: 24px;
}
}
@media print, screen and (min-width:768px) {
.plan_box > li {
	width: 31%;
}
.plan_box > li h3 {
	width: 60%;
}
}

.contact_box {
	padding: 0 0 30px;
}
.contact_box > div {
	padding: 30px 0;
	background: #fff;
}
.contact_box > div .btn_link {
	margin-top: 15px;
}
.contact_box > div .btn_link a {
	color: #fff;
}


.sp_nowrap {
	display: none;
}
@media print, screen and (min-width:768px) {
.sp_nowrap {
	display: inline;
}
}
p.plan_text{font-size:14px;margin:20px 0 0 20px;text-align: left;}


.func_c_title {
    margin-bottom: 20px;
    color: #0057b8;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.func_c_img {
 overflow: hidden;
 border-radius: 16px;
 background:#ebfafd;
 text-align: center;
 margin-top:30px;
}
.func_c_img img {
 width:80%;
 margin:0 auto;
 margin-top:20px;
 margin-bottom:20px;
}
#func_c_sec {
 margin:50px 0;
}
.w100_func_c {
 width:100%!important;
}
.mtop_5 {
 border-radius: 5px;
 margin-top:5px;
 margi-right:20px!important;
 background:#5dade9!important;
}
.color_bule {
 color: #0057b8!important;
 width:auto!important;
}
.func_l {
 float:left;
 width:10%;
}
.func_r {
 float:left;
 width:90%;
}
@media screen and (max-width: 576px){
 .func_l {
 display:none;
}
.func_r {
 float:none;
 width:100%;
}
}

/*
.func_title_c {
    border-bottom: 5px solid #3399ff;
    margin-bottom: 20px;
    padding: 5px;
    display: inline-block;
    font-weight: bold;
    border-radius: 1px;
}
*/
.func_title_c {
    position: relative;
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom:10px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
}
.func_title_c::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(
90deg
, #0080dd, #0057b8);
    transform: translateX(-50%);
}
.func_tex_b {
 font-weight:bold;
}
.fmar_b20 {
 margin-bottom:20px;
}
@media screen and (max-width: 576px){
br.sp_func {
 display:none
}
.func_l_sp {
 text-align:left;
}
}
.mw800_func {
 max-width:800px;
 margin:0 auto;
}
.mar_l0 {
 margin:0 auto!important;
}

.bg_ub {
    background-color: #f9faff;
}
.motcc_title {
    color: #003da3!important;
    letter-spacing: 1.5px;
    border-bottom: none!important;
}
@media screen and (max-width: 768px){
.spnone {
    display: none;
}
}
.fnclist_gray:hover {
 color: #003da3;
 font-weight:bold;
 opacity: unset;
}
.motcc_fnc li {
 float:left;
 width:50%;
 margin:30px 0%;
}
@media screen and (max-width: 640px){
.motcc_fnc li {
 float:left;
 width:100%;
 margin:30px 0%;
}
}
.motcc_fnc dt {
 float:left;
 width:30%;
 margin:10px 2.5%;
}
.motcc_fnc dd {
 float:left;
 width:60%;
 margin:10px 2.5%;
 text-align:center;
}
@media screen and (max-width: 640px){
.motcc_fnc dt {
 float:left;
 width:100%;
 margin:10px 0%;
}
.motcc_fnc dd {
 float:left;
 width:100%;
 margin:10px 0%;
 text-align:center;
}
}
.motcc_fnc h3 {
 font-size: 120%;
 font-weight: bold;
 display: block;
 border-bottom: none;
 padding:0px;
 margin:0;
 text-align:center;
 line-height: 200%;
 letter-spacing: 1px;
}
.motcc_fnc a {
 background: #0057b8;
 border-radius: 50px;
 color: #fff;
 padding: 10px 50px;
 display: inline-block;
 margin-top: 10px;
 border-bottom: 2px solid #0057b8;
}
.motcc_fnc a:hover {
 background: #fff;
 border-radius: 50px;
 color: #0057b8;
 padding: 10px 50px;
 display: inline-block;
 margin-top: 10px;
 border: #0057b8 1px solid;
}
.motcc_w100 {width:100%;margin:0;}
.motcc_w100 p{font-size:14px;}
.motcc_w100 a{font-size:14px;}
.txt_left {text-align:left;}
.bg_blue_g {
    background: linear-gradient(to right,#065fe3 0,#0599e6 100%);
}
.bg_blue_g h2{
 color:#fff!important;
}
.bg_blue_g p{
 color:#fff!important;
}
.motcc_mainfnc {
 width: 100%;
 display:table;
}
.motcc_mainfnc .body {
 width: 36%;
 display: table-cell;
}
.motcc_mainfnc .fnc_img {
 width: 64%;
 display: table-cell;
 vertical-align: middle;
}
@media screen and (max-width: 640px){
.motcc_mainfnc .body {
 width: 100%;
 display: block;
}
.motcc_mainfnc .fnc_img {
 width: 100%;
 display: block;
}
}
.body h3 {
 font-weight:900;
 border-bottom:none;
 margin:0;
 display:block;
 font-size: 180%;
 padding: 0 0 10px;
 color: #003da3;
}
.body h4 {
 font-weight: bold;
 width: 100%;
 border-bottom: 1px solid #000;
 color: #000;
 padding: 3px;
 margin:10px 0;
 text-align:left;
}
.body p {
 text-align:left;
}
.body li{
 font-size: 14px;
 text-align: center;
 float: left;
 width: 30%;
 margin: 0 3% 10px 0;
 padding: 3px;
 background: #F7FFF4;
 border-radius: 20px;
 border: 1px solid #66cc00;
 box-sizing: border-box;
}
@media screen and (max-width: 640px){
.body li{
 width: 45%;
 margin: 0 2.5% 10px;
 padding: 3px;
}
}
.bg_bw {
    margin: 0 40px 64px;
    padding: 0px 16px;
    background: #f0f8fa;
    border-radius: 32px;
}
.bg_bw_inner {
    padding: 0px 0px 50px;
    background: #f0f8fa;
    border-radius: 8px;
    max-width: 1180px;
}
@media screen and (max-width: 640px){
.bg_bw {
    margin: 0 10px 64px;
    padding: 56px 16px;
}
.bg_bw_inner {
    padding: 64px 10px;
}
}
.bg_bw2 {
    margin: 0 40px 64px;
    padding: 56px 16px;
    background: #f0f8fa;
    border-radius: 32px;
}
.bg_bw_inner2 {
    padding: 0px 50px;
    background: #fff;
    border-radius: 8px;
    max-width: 1180px;
}
@media screen and (max-width: 640px){
.bg_bw2 {
    margin: 0 10px 64px;
    padding: 56px 16px;
}
.bg_bw_inner2 {
    padding: 0px 10px;
}
}
#viewer {
    margin:0px auto;
    width: 100%;
    height: 300px;
    max-width:600px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#viewer p {
    top: 0;
    right: 0;
    position: absolute;
}
#viewer img {
    top: 0;
    left: 80px;
    position: absolute;
    width:100%;
    max-width:500px;
    height:auto;
}
#viewer2 {
    margin:0px auto;
    width: 100%;
    height: 300px;
    max-width:600px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#viewer2 p {
    top: 0;
    right: 0;
    position: absolute;
}
#viewer2 img {
    top: 0;
    left: 80px;
    position: absolute;
    width:100%;
    max-width:500px;
    height:auto;
}
.motcc_jirei {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	padding: 0 30px;
	color: #0057b8;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.motcc_jirei::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 37px;
	background: #0057b8;
	transform: translateY(-50%) rotate(-45deg);
}
.motcc_jirei::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 3px;
	height: 37px;
	background: #0057b8;
	transform: translateY(-50%) rotate(45deg);
}
.txt_left16 {
 text-align:left;
 font-size:16px;
}
.motcc_top {
 float:left;
 width:50%;
}
.motcc_top img{
 width:100%;
 max-width:600px;
 margin:0 auto;
}
.top_zaitaku {
 background: #0057b8;
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    border-radius: 30px;
}

.motcc_top h1{
	display: inline-block;
	position: relative;
	margin: 20px 0;
	padding: 0 30px;
	color: #0057b8;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.5;
}
.motcc_top h1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 37px;
	background: #0057b8;
	transform: translateY(-50%) rotate(-45deg);
}
.motcc_top h1::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 3px;
	height: 37px;
	background: #0057b8;
	transform: translateY(-50%) rotate(45deg);
}
.motcc_top ul {
 width:80%;
 margin:40px auto 0;
}
.motcc_top ul li{
 padding-left: 30px;
 background: url(../img/list_circle.png) no-repeat top 3px left;
 background-size: 18px auto;
 text-align: left;
 margin: 15px 0;
 color:#0057b8;
 font-weight:900;
}
.max1000 {
 max-width:1000px;
}
#mot_cc p{
 line-height: 200%;
 letter-spacing: 1px;
}
#mot_cc span{
 font-weight:normal;
 color:#fff;
}
.txt_left16 {
 text-align:left;
 font-size:16px;
}
/* ------------------------ table */
.tableBlock {
	margin-bottom: 56px;
}
.tableHead {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
}
table.table.left {
	text-align: left;
}
table.table thead th {
	padding: 30px 16px;
	background: #0057b8;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #fff;
	font-weight: 700;
	text-align: inherit;
}
table.table thead tr:first-child th:first-child {
	border-radius: 8px 0 0 0;
}
table.table thead tr:first-child th:last-child {
	border-radius: 0 8px 0 0;
}
table.table thead tr:first-child th:last-child {
	border-right: none;
}
table.table tbody th,
table.table tbody td {
	padding: 30px 16px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: inherit;
}
table.table tbody th{
	font-weight: 700;
}
table.table tbody:last-child tr:last-child th:first-child,
table.table tbody:last-child tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}
table.table tbody:last-child tr:last-child th:last-child,
table.table tbody:last-child tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}
table.table tbody tr th:last-child,
table.table tbody tr td:last-child {
	border-right: none;
}
table.table tbody:last-child tr:last-child th,
table.table tbody:last-child tr:last-child td {
	border-bottom: none;
}
table.table tbody tr:nth-child(odd) th,
table.table tbody tr:nth-child(odd) td {
	background: #f5f5f5;
}
table.table tbody tr:nth-child(even) th,
table.table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}
table.table .js-modalImage {
	width: 64px;
}
table .nowrap {
	white-space: nowrap;
}
@media (max-width: 767px) {
.tableBlock {
	margin-bottom: 16px;
}
.tableHead {
	font-size: 14px;
}
table.table {
	margin-bottom: 0;
	border: none;
	font-size: 13px;
}
table.table thead {
	display: none;
}
table.table tbody:not(.group) tr {
	overflow: hidden;
	display: block;
	margin-bottom: 24px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}
table.table tbody.group {
	overflow: hidden;
	display: block;
	margin-bottom: 24px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
}
table.table tbody.group tr {
	display: block;
}
table.table th {
	display: block;
	color: #fff;
	background: #0057b8 !important;
	border: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
	border-radius: 0 !important;
}
table.table th.th2 {
	color: #424242;
	background: #f5f5f5 !important;
}
table.table td {
	display: block;
	background: none !important;
	border: none !important;
	border-bottom: 1px solid #e0e0e0 !important;
}
table.table tbody:not(.group) td:last-child {
	border-bottom: none !important;
}
table.table tbody.group tr:last-child td:last-child {
	border-bottom: none !important;
}
table.table th::before,
table.table td::before {
	content: attr(data-head);
	display: block;
	margin-bottom: 4px;
	color: #0057b8;
}
table.table th::before {
	color: #fff;
}
table.table br {
	display: none;
}
table.table th:empty,
table.table td:empty {
	display: none;
}
table.table .noborder {
	border: none !important;
}
table.table a {
	color: #424242;
	text-decoration: underline;
}
table.table th a {
	color: #fff;
}
table.table th.th2 a {
	color: #0057b8;
}
}
@media (min-width: 768px) {
table.table .noround {
	border-radius: 0 !important;
}
table.table .round1 {
	border-radius: 8px 0 0 0 !important;
}
table.table .round2 {
	border-radius: 0 8px 0 0 !important;
}
table.table .round3 {
	border-radius: 0 0 8px 0 !important;
	border-bottom: none !important;
}
table.table .round4 {
	border-radius: 0 0 0 8px !important;
	border-bottom: none !important;
}
}

@media (max-width: 767px) {
table.table.international td:nth-child(1)::before {
	content: 'Country Code';
}
table.table.international td:nth-child(2)::before {
	content: '通話先対地域';
}
table.table.international td:nth-child(3)::before {
	content: '通話料金（1分）';
}
}
.plan_link {
	color: #0099ff!important;
}
.plan_link:hover {
	color: #0057b8!important;
	font-weight:bold;
}