/* =========================
layout style
========================= */

.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

/*
h2,h3{
	font-family: "M PLUS Rounded 1c";
}
*/

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

.feature {
	text-align: center;
	border: 4px solid #21B8CE;
	color: #21B8CE;
	border-radius: 1em;
	width: 100%;
	padding: 0.5em;
	float: left;
	margin: 1%;
	box-sizing: border-box;
}
.feature h4{
	font-size:6.5vmin;
	margin:0.85em 0 0 0;
}
.feature h5{
    font-size: 3vmin;
    margin: -12px -12px -1.35em -12px;
    line-height: 3vmin;
    padding: 0.5em;
    color: #FFF;
    background: #21B8CE;
    border-radius: 1em 1em 0 0;
}

.function {
	text-align: center;
	border: 4px solid #21B8CE;
	color: #21B8CE;
	border-radius: 1.5em;
    width: 100%;
    margin: 0 auto;
	margin-top: 1em;
}
.function div {
    background: #21B8CE;
    border-radius: 1.25em 1.25em 0 0;
    color: #FFF;
}
.function h4{
	font-size:3.7vmin;
	margin:0.5em 0 0 0;
}
.function h5{
    font-size: 1.8vmin;
    margin: 0em 0em -1.5em 0em;
    line-height: 3vmin;
    padding: 1em 0em 0 0em;
}
.function p {
	padding:0em 1em 0em 1em;
	color:#333;
}
.function p span{
	font-size:4vmin;
	color:#21B8CE;
	font-weight:bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.function img {
    width: 80%;
    max-width: 420px;
	padding:0em 1em 1em 1em;
}

.function div img {
    width: 100%;
    max-width: 400px;
	padding:2em;
}

h4.beginner {
    margin: 0;
}
h4.beginner span {
    font-size: 0.5em;
}
.title {
	text-align:center;
	color:#333 !important;
    margin-bottom: -1.5em;
}
.title div{
	font-size:0.7em;
}
.title h1{
    margin-bottom: 1em;
    margin-top: 0em;
}


.simulation {
	width:50%;
	float:left;
}
.simulation h3 {
    padding: 3.2em 0 0 1em;
    font-size: 2vw;
}


.upper-header {
	background-color:#21B8CE;
	font-size:0.65em;
	color:#FFF;
	text-align:center;
}

.under-header {
	background-color:#21B8CE;
	height:10px;
}

#inner-content{
	box-shadow:none;
}

/*
.entry-content h2 {
	text-align:center;
	background:#FFF !important;
	padding:0;
	margin-top:5px;
	font-size:1.4em;
	box-shadow:none;
	margin-bottom:.2em;
}
*/


.whatsnew {
    color: #1bb4d3 !important;
}
.whatsnew h2 {
	text-align: center;
}

section.content-blue {
    color: #FFF;
    background: #21B8CE;
    padding: 10px;
}

section.content-white {
    color: #333;
    background: #FFF;
    padding: 10px;
}


.content-blue h2, .content-white h2, .reason div , .career div{
	text-align:center;
}

.btn-default, .btn-blue {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1.5em;
}
.btn-default a{
    background: none;
    border: 2px solid #FFF;
    color: #FFF;
    padding: 20px;
    text-decoration: none;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
	font-weight: 900;
}
.choose_box .btn-default a {
    background: #FFF;
    border: 2px solid #FFF;
    padding: 20px;
    text-decoration: none;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 900;
	color:#21B8CE;
}

.btn-blue a{
    background: #21B8CE;
    border: 2px solid #21B8CE;
    color: #FFF;
    padding: 20px;
    text-decoration: none;
    border-radius: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
	font-weight: 900;
}

.feature-table {
	width:100%;
}
.feature-table th{
    vertical-align: bottom;
    height: 50px;
}
.feature-table td{
    vertical-align: middle;
    height: 100px;
	border: 4px solid #21B8CE;
}
.feature-table td,.feature-table th{
	padding:1em;
	text-align:center;
	font-weight:900;
	width: 25%;
}
.feature-table td:first-child, .feature-table td:nth-child(3){
	background:#FFF;
	color:#21B8CE;
}
.feature-table td:nth-child(2), .feature-table td:nth-child(4){
	background:#5DCDF7;
	color:#FFF;
}
.function li {
	color:#333;
    padding: 0.35em;
}

.biginner-margin {
    margin-top: -80px  !important;
}

.fix-page {
	margin-top:-65px;
}
.fix-page2 {
	margin-top:-65px;
}

.price {
    width: auto;
    background: #FFF;
    color: #21B8CE;
    text-align: center;
    margin: 0.2em;
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
}
.price2 {
    background: #FFF;
    color: #21B8CE;
    text-align: center;
    margin: 0.2em;
    display: flex;
    justify-content: center;
	flex-wrap:wrap;
}
.price_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.price_box a {
    width: 100%;
	margin-top:auto;
}
.price_box .price {
	width:calc(97%/3);
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.price_box .price {
		width:100%;
	}
}

.price .price-list {
	background:#21B8CE;
	color:#FFF;
	padding:1em;
	box-shadow: 0px 0px 6px 3px #7CC;
    border: 1px solid #EEE;
    border-radius: 0.5em;
    text-align: center;
    margin: 0.5em;
	width:100%;
}

.price2 .price-list {
	background:#21B8CE;
	color:#FFF;
	padding:1em;
	box-shadow: 0px 0px 6px 3px #7CC;
    border: 1px solid #EEE;
    border-radius: 0.5em;
    text-align: center;
    margin: 0.5em;
	width:45%;
}

@media only screen and (max-width: 767px){
	.price2 .price-list {
		background:#21B8CE;
		color:#FFF;
		padding:1em;
		box-shadow: 0px 0px 6px 3px #7CC;
	    border: 1px solid #EEE;
	    border-radius: 0.5em;
	    text-align: center;
	    margin: 0.5em;
		width:100%;
	}
}

.price:nth-of-type(2) .price-list{
	background:#226EDF;
}
.price:nth-of-type(3) .price-list{
	background:#E93488;
}
.price2 .price-list:nth-of-type(1){
	background:#E93488;
}
.price2 .price-list:nth-of-type(2){
	background:#226EDF;
}

.price-list h3{
    font-size: 4vmin;
    padding: 0px;
    margin-top: 0.5em;
    margin-bottom: 0;
}
.price-detail {
	color:#FFF;

}
.price:nth-of-type(2) .price-detail {

}
.price:nth-of-type(3) .price-detail {
}

.price-detail h3{
	color:#FFF;
	font-size:2.5vmin;
	font-weight:900;
}
.price-detail h3 span{
	font-size:4vmin;
}


.price-detail h4 {
    color: #FFF;
    font-size: 0.85em;
    font-weight: 900;
	background:orangered;
    padding: 0.25em;
	position:relative;

}
.price-detail h4 span {
    font-size: 1.45em !important;
    font-weight: 600;
}

.price-detail h4 div {
	font-size:0.65em;
	padding-top:5px;
}


.price-detail h4:after {
    content: "";
    position: absolute;
    right: 0;
    top: -9px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: orangered transparent transparent transparent;
    border-width: 10px 10px 0 10px;
	transform: rotate(180deg);
}







.price-detail li {
    border: 1px solid #21B8CE;
    background: #21B8CE;
    border-radius: 10px;
    padding: 0.5em;
    margin: 0.5em;
	color:#FFF;
}
.price:nth-of-type(2) .price-detail li {
    border: 1px solid #226EDF;
    background: #226EDF;
}
.price:nth-of-type(3) .price-detail li {
    border: 1px solid #E93488;
    background: #E93488;
}
.price p {
	font-size:0.8em;
}
.price button {
	width:80%;
	background:tomato;
}
.price-title span {
    background: tomato;
    padding: 0.65em 1.65em 0.65em 1.65em;
    margin: 5px;
	border-radius:5px;
}
h2.price-title {
    line-height: 2.2em;
}


.option li{
	background: #21B8CE;
    width: 20%;
    float: left;
    padding: 0.5em;
    color: #FFF;
    border: 2px solid #FFF;
    height: 130px;
    line-height: 1em;
    vertical-align: middle;
    display: grid;
    margin-bottom: -1px;
}
.option li span{
	font-size:0.75em;
}
.bar {
	background: #21B8CE;
    padding: 1em;
    color: #FFF;
    border: 2px solid #FFF;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.share {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 -1em 0;
}
.share-left {
	width: 15%;
    max-width: 170px;
    float: left;
    text-align: center;
    padding: 1.5em 2em 0em 2em;
    margin-top: 1em;
}
.share-right {
	float: left;
    width: 85%;
}
.share-right li {
    background: #FFF;
    color: #21B8CE;
    width: calc(100%/3);
    float: left;
    border: 2px solid #21B8CE;
    text-align: center;
    padding: 0.5em;
    height: 153px;
	display: grid;
    align-items: center;
}
.share-right span {
    font-size: 4vmin;
}

@media only screen and (min-width: 768px){
	.banner {
		display:flex;
	}
	.banner a{
		padding: 0.5em;
	}
	.banner a img {
	    margin-top: 10px;
		max-width: 400px;
    	width: 100%;
	}
}
.banner {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.banner a{
	max-width:600px;
}
.banner img{
		padding-top:0.5em;
}



@media only screen and (min-width: 768px){
	.reason {
		width:calc(100%/3);
		float:left;
		padding:30px;
	}
	.reason div {
		font-size:1.25em;
		font-weight:600;
	}

	.career {
		width:50%;
		float:left;
		padding:30px 30px 0px 30px;
		text-align:center;
	}
	.career div {
		font-size:1.25em;
		font-weight:600;
	}
	.feature {
		text-align: center;
		border: 4px solid #21B8CE;
		color: #21B8CE;
		border-radius: 1em;
		width: calc(94%/3);
		padding: 0.5em;
		float: left;
		margin: 1%;
		box-sizing: border-box;
	}
	.feature h4,.feature h5 {
		margin: 0.5em;
	}
	.feature h4 {
		font-size:1.5em;
		margin: 0.5em 0 0.2em 0;
		line-height:1.2em;
	}
	.feature h5{
		margin: -12px -12px 0.35em -12px;
	    line-height: 1.2em;
	    font-size: 1.7vmin;
	    border-radius: 1em 1em 0px 0px;
	}

	.content-footer {
	    margin: 0 auto;
	    width: 70%;
	}
	.content-footer .btn-default {
		width:50%;
	    float: left;
	    padding: 1em;
	}
	.fix-page {
		margin-top:-50px;
	.fix-page2 {
		margin-top:-100px;
	}

	}

	.function {
		width:80%;
	}
	.function img {
	    width: 80%;
	    max-width: 420px;
		padding:0em 1em 1em 1em;
	}

}
@media only screen and (min-width: 1166px){
	.fix-page {
		margin-top:-70px;
	}
	.fix-page2 {
		margin-top:-120px;
	}
	#breadcrumb {
	    padding: 0em 1em 0em 1em;
	}
	.biginner-margin {
	    margin-top: -140px !important;
	}

}

@media only screen and (min-width: 768px){
	.page-full.wide #main {
	    width: 100%;
	    margin-top: -50px;
	}
}



@media only screen and (max-width: 767px){

	.biginner-margin {
	    margin-top: -80px !important;
	}

	#header-character {
	    width: 22% !important;
		margin:0 auto;
	}

	.page-full.wide #main {
	    width: 100%;
	    margin-top: -30px;
	}

	.simulation {
		width:100%;
	}
	.simulation h3 {
		text-align:center;
	    padding: 2.2em 0 0 1em;
	    font-size: 5vw;
	}
	.price {
		width: 100%;
		background: #FFF;
		color: #21B8CE;
		padding: 0.5em;
		text-align: center;
		margin: 0 auto;
		margin-top: 0.3em;
	}
	.option li{
		background: #21B8CE;
	    width: 100%;
	    float: left;
	    padding: 0.5em;
	    color: #FFF;
	    border: 2px solid #FFF;
	    height: 100px;
	    line-height: 1em;
	    vertical-align: middle;
	    display: grid;
	}
	.title {
		text-align:center;
		color:#333 !important;
	    margin-bottom: 0.25em;
	}

	.share {
	    width: 100%;
	    display: block;
	    margin: 0 0 -1em 0;
	}
	.share-left {
	    width: 100%;
	    text-align: center;
	    max-width: 100%;
	    padding: 10px;
	    margin: 2em 0 -1.5em 0;
	}
	.share-right {
    	width: 100%;
	}
	.share-right li {
	    height: auto;
	}
	.reason .icon-big, .reason h3 ,.reason p {
		text-align:center;
	}
	.reason h3 {
	    background: #2791d4;
	    padding: 5px;
	    margin-left: calc(-50vw + 50%);
	    margin-right: calc(-50vw + 50%);
	    margin-top: 0;
	    margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px){

	#logo img {
	    max-height: 53px;
	    margin: 10px 0px 10px 0px;
	}
	.upper-header div {
		width:1166px;
		padding: 0 1em;
		margin:0 auto;
	}

	.upper-header {
		background-color:#21B8CE;
		font-size:0.65em;
		color:#FFF;
		text-align:left;
	}
}

#header-character {
    width: 14%;
	margin:0 auto;
}

.header-bg {
	background: rgb(000,000,100,0.25);
}




@media only screen and (min-width: 768px){
	#g_nav {
		display: table-cell;
		height: 74px;
	}
	.nav > li {
	    display:table-cell;
		vertical-align:middle;
		border-right:1px solid #999;
	}
	.nav > li:first-child {
		border-left:1px solid #999;
	}
	.nav > li > a {
		padding: 30px 1.7em 22px 1.7em;
	}
}

@media only screen and (min-width: 1166px){
	.nav > li {
	    font-size:68%;
	}
}

.header-video {
	width: 100%;
	height: 100vh;
	position: relative;
}


#custom_header {
	padding:0;
	margin-bottom:0;
}
#custom_header .en {
    font-size: 2.0em;
}

#custom_header .wrap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 60vh;
    overflow: hidden;
}

.header-video video {
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	z-index: -1;

}
.header-text {
position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.icon-big i {
	font-size:5em;
	padding:20px;
}
.career div {
	height:6em;
}
.career-logo {
	height: 6em;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}


/* =========================
  Font Awesome 5
========================= */
.remodal-close:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}
.slick-next:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    content: '\f105';
}
.slick-prev:before {
	font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
    content: '\f104';
}
.entry-content a[target="_blank"]:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
    content: '\f35d';
}
.header-info a:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
#breadcrumb li.bc_homelink a::before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.menu-sp > ul:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.article-footer .post-categories a:before,
.article-footer .tags a:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.article-footer .post-categories a:before {
    content: '\f07b';
}
.authorbox .author_sns li a::before {
	font-family:"Font Awesome 5 Brands";
	font-weight:400;
}
.authorbox .author_sns li.author-site a::before {
    content: "\f19a";
}
.np-post .next a .eyecatch:after,
.np-post .prev a .eyecatch:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.byline .date:before,
.byline .writer:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.byline .cat-name:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.widget.widget_categories li a:after,
.widget.widget_recent_entries li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_pages li a:after,
.widget.widget_archive li a:after,
.widget.widget_mycategoryorder li a:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.accordionBtn::before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.readmore a:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
#reply-title:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
    content: "\f4ad";
}
#page-top a.pt-button::before{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.supplement:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
	content: '\f086'!important;
}
 
/*  FontAwesome5 SP用
------------------------*/
@media only screen and (min-width: 768px) {
	.nav_btn.search_btn:before {
		font-family:"Font Awesome 5 Free";
		font-weight:900;
	}
	.search_btn:before {
		font-family:"Font Awesome 5 Free";
		font-weight:900;
	}
	.sp_g_nav > li > a:after {
		font-family:"Font Awesome 5 Free";
		font-weight:900;
	}
	.footer-links li a:before {
		font-family:"Font Awesome 5 Free";
		font-weight:900;
	}
}
@media only screen and (max-width: 767px) {
	.nav_btn:before, .search_btn:before {
		font-family:"Font Awesome 5 Free";
		font-weight:900;
	}
	.faq_btn button {
	    width: 100% !important;
	}

}

.faq_btn button {
    width: calc(20% - 10px);
    float: left;
    margin: 5px;
	background:#21B8CE;
    height: 60px;
	font-size: 0.9em;
}
.faq_btn button a {
    text-decoration: none;
    color: #FFF;
	font-size:0.8em;
}
.faq h1 {
    background: #21B8CE;
    padding: 0.75em;
    text-align: left;
    color: #FFF;
    font-size: 1.2em;
    margin-bottom: 0;
	width:fit-content;
}
.faq h2 {
    margin-top: 0;
	color:#333 !important;
	background:none !important;
}
.faq h3 {
    color: #21B8CE;
    border: none;
    margin: 0;
    padding: 0.5em 1em 0.5em 1em;
	font-size: 1.1em;
}
.faq h3::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0fe\a";
}
.faq p {
    padding: 0 1em 1em 1em;
    margin: 0;
}

.faq div {
    border: 2px solid #21B8CE;
}
.clear {
	clear:both;
}


/* 料金シミュレータ */

@media only screen and (max-width: 767px) {
	.choose_box ul li {
		width: calc(100% - 20px) !important;
		margin-right: 20px;
		margin-bottom: 20px;
		list-style: none;
	}
	.choose_box {
	    height: fit-content;
	}
}

.choose_box h1 span {
	font-size:2em;
}
.choose_box h4 span {
	font-size:1.5em;
}

.fit h1 {
	color: orangered;
    line-height: 1.75em;
    background: lemonchiffon;
    max-width: 420px;
	padding:0.7em 0.5em 0.5em 0.5em;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
    line-height: 1.5em;
	color:tomato;
}
.start {
    background: #FFF;
    width: 100%;
    padding: 1em;
    color: #21B8CE;
    font-weight: 900;
}
.btn-default .btn {
    width: 50%;
    margin: 0 auto;
}
.choose_box {
  position: relative;
  height: fit-content;
  width: 100%;
}
 .choose_box p {
    font-size: 24px;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
 
.choose_box ul {
    width: 80%;
    text-align: center;
    margin: auto;
   display:flex;
  flex-wrap: wrap;
}
.choose_box ul li {
  width: calc(100% / 2 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  list-style: none;
}
 
.choose_box ul li:nth-child(2n) {
   margin-right: 0;
}
.choose_box ul li a {
	color: #fff;
	display: block;
	padding: 20px 0px;
	text-align: center;
	background-color: #2791d4;
	font-weight: 600;
	font-size: 18px;
	border: 2px solid #2791d4;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 1em;
}
 
.choose_box ul li a:hover {
   background-color: #fff;
  color: #2791d4;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.choose_box img {
	width:100%;
	max-width:100px;
}
.choose_box h4 {
    background: cornflowerblue;
    color: #FFF;
    padding: 1em;
	margin-top: 0;
	line-height: 2.25em;
}
.simulator h4 {
	width: 50%;
	clear: both;
	margin: auto;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #C00003;
}
 
.fit {
	left: 0px;
	top: 20px;
	width: 100%;
	text-align: center;
}
#q_06 span,#q_07 span {
  display: block;
  width:100%;
}
#q_06 a,#q_07 a {
  display: block;
  width:100%;
  text-align: center;
}

.product-list-table {
	display:none;
}
.list-toggle {
background: #21B8CE;
    padding: 0.5em;
    color: #FFF;
    font-weight: 600;
	font-size: 0.9em;
}
.list-toggle:nth-of-type(odd) {
	background:aliceblue;
	color:#21B8CE;
}

.list-toggle i {
	float:right;
	padding:5px;
}

@media only screen and (max-width: 767px) {
	.pc-only {
		display:none;
	}
	.feature-table.sp-only td:nth-of-type(1) {
		width:50px !important;
	}
	.feature-table.sp-only td {
	    height: 60px !important;
	}
	td.table-title {
	    background: #5DCDF7 !important;
	    color: #FFF !important;
	}

	.metaslider {
	    position: relative;
	    z-index: 0;
	    margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.sp-only {
		display:none;
	}
	.slides li:not(.flex-active-slide){
		opacity:0.25;
	}
	.id-doc1 div {
	    background: #25629E;
	    padding: 1em;
	    color: #FFF;
	    font-weight: 600;
	    width: calc(98%/4);
	    float: left;
	    margin: 2px;
	    text-align: center;
	}

}


.metaslider .flex-viewport {
    overflow: visible !important;
}
.flexslider .slides img{
    padding:0 2px!important;
}
html {
	overflow-x:hidden;
}

.accentBox ol.oList {
    padding: 1em;
    border: 2px solid;
    background: aliceblue;
    border-color: cadetblue;
}



h1.gdlr-page-title {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: #FFF;
    background: #21B8CE;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    margin-top: -50px;
} 
@media only screen and (max-width: 767px) {
	h1.gdlr-page-title {
	    margin-top: 0px;
		font-size:1.2em;
	}
}

section.entry-content.cf {
    overflow: visible;
}
.matters td, .start-terms td {
	text-align:center;
	background:#cbf4f6;
	border: 2px solid #FFF;
}
.matters th, .start-terms th{
    background: #21B8CE;
	color:#FFF;
	border: 2px solid #FFF;
}

.campaign-terms td {
    background: salmon;
    color: #FFF;
    font-weight: 600;
}

.text-s {
	font-size:0.6em;
}
.choose_box h4 div {
	font-size:1.5em;
	line-height:1em;
}

.title-white {
    text-align: center;
    color: #FFF;
    padding: 0.5em;
    margin: 0;
    background: tomato;
}
.price h3 div {
	font-size:1.5em;
	color:tomato;
}

@media only screen and (max-width: 767px) {
	.title-white {
		font-size:0.75em;
	}
	.price-title span{		
		background: tomato;
		padding: 10px;
		margin: 2px;
		font-size: 0.6em;
	}
	h2.price-title {
	    line-height: 1.5em;
	}
}

a.btn {
	text-decoration:none;
}

.page-title{
	color: #FFF;
    background: #21B8CE;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
}

.share {
	padding:0 !important;
	margin-bottom: 0;
}

.share ul.share-plan, ul.share-button {
	margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.share li {
	margin:0em 0.5em 0.5em 0em;
}
.share-button li button {
    background: tomato;
    cursor: default;
    pointer-events: none;
}
.clear {
	clear:both;
}

.share-plan li {
	width:auto;
}
.share-plan li button {
	background: #21B8CE;
    font-weight: bold;
    border-radius: 0.2em;
}
.share-plan span {
    font-size: 1.65em;
}
ul.share-plan i {
    font-size: 1.5em;
}

.s3 h2,.s3 h3 {
	text-align:center;
    margin: 0.2em;
}
.s3 h2 {
	font-size:1.2em;
}
.s3 h3 {
    font-size: 1.3em;
    font-weight: bold;
    background: tomato;
    color: #FFF;
    padding: 0.2em;
	border-radius:0.2em;
}
.s3 h3 span{
	font-size:1.5em;
}

.price-panel h3 {
    background: #21B8CE;
    color: #FFF;
    text-align: center;
	padding: 0.5em 0em 0.25em 0em;
    line-height: 1.2em;
}
.price-panel p {
    text-align: center;
}


.price-panel table{
	width: 100%;
	border-collapse: separate;
    border-spacing: 5px;
}
.price-panel th {
    background: #21B8CE;
    border: 1px solid #21B8CE;
    color: #FFF;
    width: 30%;
    font-size: 0.9em;
    padding: 0.5em;
	text-align:center;
}

.price-panel td {
	border: 1px solid #21B8CE;
    width: 70%;
    font-size: 0.9em;
    padding: 0.5em;
    text-align: center;
}
.price-panel .basic-table tr:nth-of-type(5) th {
    background: orangered;
    border-bottom: 1px solid orangered;
}
.price-panel tr:nth-of-type(5) th span {
	font-size:0.8em;
}

.price-panel  h4 {
	font-size:1.2em;
    margin: 0.2em 0em 0.2em 0em;
}
.price-panel .basic-table tr:nth-of-type(5) h4 {
	color:orangered;
    font-size: 2.5em;
}

.price-panel .basic-table tr:nth-of-type(5) td {
    border: 1px solid orangered;
}

.price-panel ul{
	padding-left: 1em;
}
.price-panel li {
	font-size:0.6em;
    text-indent: -1.2em;
}
.price-panel li:before {
	content:'※ ';
}

.price-panel .price-campaign {
	margin:0 auto;
	width: 100%;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}


.price-panel td .price-campaign div {
    background: coral;
    border-radius: 50%;
    width: 100px;
    margin: 1em;
    color: #FFF;
    font-weight: bold;
    padding: 0.8em;
    height: 100px;
	align-items: center;
    display: flex;
    justify-content: center;
}
.price-panel td .price-campaign div i{
	font-size:2em;
}

.price-panel button {
    width: 100%;
    border-radius: 0;
    margin-top: 1em;
}
.price-list button {
    background: none;
    color: #FFF;
    border: 1px solid;
    font-size: 0.75em;
	margin-top:10px;
}

ul.share-button {
	margin-top:1em;
	margin-bottom:1em;
}

.share-plan button div {
    background: none;
    color: #FFF;
    font-size: 0.75em;
	border: 1px solid #FFF;
    padding: 0.25em;
    border-radius: 0.5em;
	display: flex;
    align-items: center;
    justify-content: center;
}

..price-panel h4 {
	fon-size:1.2em;
}
.price-panel h4 span {
	font-size: 1em;
    font-weight: 600;
}
table.share-table p {
    font-size: 0.5em;
}
.share-table .share-campaign {
    background: orangered;
    color: #FFF;
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-size: 0.9em;
    position: relative;

}
.share-campaign:after {
content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: orangered transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

/*
.share-table tr:nth-of-type(2) h4,.share-table tr:nth-of-type(4) h4, .share-table tr:nth-of-type(6) h4 {
	color:orangered;
}
*/


.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 30px 15px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}


@media only screen and (max-width: 767px) {
	ul.share-plan {
	    flex-wrap: wrap;
	}


	.price-list h3 {
	    font-size: 1.75em;
	    padding: 0px;
	    margin-top: 0.5em;
	    margin-bottom: 0;
	    font-weight: 600;
	    color: aliceblue;
	}
	.price-detail h3 {
	    color: #FFF;
	    font-size: 1.5em;
	    font-weight: 900;
	}
	.price-detail h3 span {
	    font-size: 1.75em;
	    font-weight: 600;
	}
	.price-list h4 {
	    font-size: 1em;
	    padding: 0px;
	    margin-top: 0.5em;
	    margin-bottom: 0;
	    font-weight: 600;
	    color: aliceblue;
	}




	.price-detail h4 {
	    color: #FFF;
	    font-size: 0.85em;
	    font-weight: 900;
		background:orangered;
	    padding: 0.25em;
		position:relative;

	}
	.price-detail h4 span {
	    font-size: 1.45em;
	    font-weight: 600;
	}
	.price-detail h4:after {
	    content: "";
	    position: absolute;
	    right: 0;
	    top: -9px;
	    left: 0;
	    width: 0px;
	    height: 0px;
	    margin: auto;
	    border-style: solid;
	    border-color: orangered transparent transparent transparent;
	    border-width: 10px 10px 0 10px;
		transform: rotate(180deg);
	}


	.share-button li {
	    width: 100%;
	}
	.share-button li button {
	    background: tomato;
	    width: 100%;
	    font-size: 0.9em;
	}
	ul.share-button {
	    margin-top: 1em;
	    margin-bottom: 1em;
	    flex-wrap: wrap;
	}

	.id-doc1 div {
	    background: #25629E;
	    padding: 1em;
	    color: #FFF;
	    font-weight: 600;
	    width: 100%;
	    float: left;
	    margin: 2px;
	    text-align: center;
	}

}

.id-doc1 .entry-content p {
	margin:1em 0 0.5em 0em;
}

.price h4 {
    font-size: 0.8em;
}

#custom_header .btn-wrap a {
	width:330px;
}

.basic-table .option-table th {
    background: coral;
    border: none;
    color: #FFF;
}
.basic-table .option-table td {
    border: none;
}
.basic-table .option-table tr:nth-of-type(2n-1) td {
    background: antiquewhite;
}
.basic-table .option-table tr:nth-of-type(2n) td {
    background: lightsalmon;
}

.features-text {
    font-size: 0.9em;
    text-align: center;
    margin: 5px auto;
    padding: 0.5em;
}
.features-text a{
    color: cornsilk;
    font-weight: 600;
}
.campaign-box {
	font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    border: 7px solid darkturquoise;
    border-radius: 0.5em;
    margin-top: 1em;
	padding:0.5em;

}
.campaign-box span {
	font-size:1.5em;
	color:darkturquoise;
}

.campaign-box h4 {
    font-size: 2em;
    color: #ff6600;
    padding: 0;
    margin: -0.5em 0em 0em 0em;
}

.campaign-box2 {
	font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    border: 7px solid limegreen;
    border-radius: 0.5em;
    margin-top: 1em;
	padding:0.5em;
}
.campaign-box2 span {
	font-size:1.5em;
	color:darkturquoise;
}

.campaign-box2 h4 {
    font-size: 2em;
    color: #ff6600;
    padding: 0;
    margin: -0.5em 0em 0em 0em;
}

.start-campaign tr:nth-of-type(4) td{
	background:orangered;
	color:#FFF;
	font-weight:700;
}
.start-campaign th {
	background:#21B8CE;
	color:#FFF;
}

.jcall {
	display:flex;
    max-width: 500px;
    margin: 0 auto;
}
.jcall img{
    margin: 0;
}

ul.jcall li {
    position: initial;
    padding: 0.5em;
	margin: 0.5em 0;
}


/* TERMINAL */
.terminal .wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.terminal img {
	width: 100%;
	padding:0.5em;
}
.tm-main {
    width: 50%;
    justify-content: center;
    align-items: flex-start;
    padding: 0.5em 1.5em 0.5em 1.5em;
}

.terminal h2 {
    padding: 0.35em 0.5em 0.35em 0.5em;
    margin: 0;
    font-size: 1.1em;
	width:100%;
	border-radius:0;
}
.terminal td, .terminal th {
	text-align:center;
}

@media only screen and (min-width: 768px) and (max-width: 1165px){
	.tm-main {
		width: 50%;
	}
}
@media only screen and (max-width: 767px){
	.tm-main {
		width: 100%;
	    padding: 0;
	}
}

h1.gdlr-page-title2 {
    color: #FFF;
    background: #21B8CE;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    width: 100%;
}

.entry {
	width:100%;
	clear:both;
    display: flex;
    text-decoration: none;
}

/* 端末カラー */
.tm-color {
    float: left;
    padding: 10px 10px 10px 10px;
    font-size: 0.9em;
}
.tm-color span{
	width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #333;
    position: relative;
    top: 2px;
    left: -2px;
}

@media only screen and (max-width: 767px){
	.tm-color {
	    padding: 10px 5px 10px 5px;
	    font-size: 3.5vmin;
	}
	.tm-color span{
		font-size:5.5vmin;
	}
}

.tm-red span {
    background: #CC0000;
}
.tm-black  span {
    background: #000;
}
.tm-white   span {
    background: #FFF;
}
.tm-green   span {
    background: green;
}
.tm-blue  span {
    background: blue;
}
.tm-copper span {
    background: #BF9224;
}
.tm-silver span {
    background: #9FA0A0;
}
.tm-cosmic span {
    background: #00008b;
}
.tm-poison  span {
    background: #dc143c;
}
.tm-pink  span {
    background: #ff1493;
}
.tm-metoro span {
    background: gray;
}
.tm-navy span {
    background: navy;
}
.tm-orange span {
    background: orange;
}
.tm-midnight span {
    background: #191970;
}
.tm-space span {
    background: #0000cd;
}

.tm-mgray span {
    background: #2f4f4f;
}
.tm-scoral span {
    background: #ff6347;
}
.tm-glacial span {
    background: #f0f8ff;
}
.tm-gradient span {
    background: #e9967a;
}
.tm-onyx span {
    background: #261c00;
}


.terminal-table li {
	width:50%; float:left; padding:1em;
}
@media only screen and (max-width: 767px){
	.terminal-table li {
		width:100%; padding:1em;
	}
}