/*This is the whole boby default style*/
body{
	background-color: #FDFCF7;
}


h1,h2,h3,h4,h5,h6,button{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

}
p{
	font-size: 18px;
}
.section{
	padding-top: 3vh;
	padding-bottom: 8vh;
	/*color:#666666;*/
}
.fun-text{
	font-size: 21px;
	letter-spacing: 2px;
}
h1{
	font-size: 45px;
	font-weight: 400;
}
h2{
    font-size: 32px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 16px;
}
h5{
}
h6{
}

.tophni{margin-top:0;margin-bottom: 5rem;font-size: 40px;}
@media screen and (max-width: 600px) {.tophni{margin-bottom: 1.8rem;font-size: 35px;letter-spacing: -1px;}}
.pagehni {
background-color: #1e3a8a !important;
font-weight: bold !important;
color: #fff !important;
padding: 0.5em 1em calc(0.5em - 6px) !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
position: relative !important;
display: block !important;
margin-bottom: 2em !important;
}
.pagehni::after {
content: '' !important;
background-color: #1e3a8a !important;
width: 100% !important;
height: 3px !important;
position: absolute !important;
bottom: -6px !important;
left: 0 !important;
}

.plan_brown {
background-color: #1e3a8a !important;
font-weight: bold !important;
color: #fff !important;
padding: 0.5em 1em calc(0.5em - 6px) !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
border-left:solid 5px darkblue;
}

.infohsan{
	color: #1e3a8a;
	font-weight: bold;
	/*padding-left: 1em;*/
	padding-left: 0.8em;
}

.enttl {
  color: #1e3a8a;
  position: relative;
  display: block;
  padding: 0 33px;
  margin: 0 auto 30px auto;
  width: fit-content; /* コンテンツ幅に合わせる */
	font-size: 170%;
}

.enttl:before, .enttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #1e3a8a;
}

.enttl:before {
  left:0;
}
.enttl:after {
  right: 0;
}

.enttl_sub{
	font-size: 130%;
}

.pagehni_brown {
background-color: #1e3a8a !important;
font-weight: bold !important;
color: #fff !important;
padding: 0.5em 1em calc(0.5em - 6px) !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
position: relative !important;
display: block !important;
margin-bottom: 2em !important;
}
.pagehni_brown::after {
content: '' !important;
background-color: #1e3a8a !important;
width: 100% !important;
height: 3px !important;
position: absolute !important;
bottom: -6px !important;
left: 0 !important;
}

.pagehni_blue {
background-color: #1e3a8a !important;
font-weight: bold !important;
color: #fff !important;
padding: 0.5em 1em calc(0.5em - 6px) !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
position: relative !important;
display: block !important;
margin-bottom: 2em !important;
}
.pagehni_blue::after {
content: '' !important;
background-color: #1e3a8a !important;
width: 100% !important;
height: 3px !important;
position: absolute !important;
bottom: -6px !important;
left: 0 !important;
}

.read{line-height: 2;}
.blur{			/*Bluring the bacground images*/
	z-index: 2;
	/*background-color: rgba(0,0,0,0.5);*/
	margin: 0px;
	padding-top: 0;
	padding-bottom: 8vh;
}
/*Menu bar style*/
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  z-index: 9;
  /*background-color: rgba(0,0,0,0.1);*/ /*dim the background*/
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    right: 0;
    top: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5%;
	overflow-y: hidden;
}
.main a{
    color: black;
    text-decoration: none;
    font-size: 16px;
    cursor:pointer;
    word-spacing: 10px;
    font-weight: 600;
}
.sidenav a {
    padding: 5%;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
    font-size: 16px;
    letter-spacing: 2px;
	text-indent: 10px;
}
.sidenav hr{
    margin-bottom: 5px;
    margin-top: 6px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #fff;
    background-color: #1e3a8a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

a.closebtn:hover{ color: unset;background-color: unset;}

#main {
    transition: margin-left .5s;
    padding-right: 6px;
    padding-top: 15px;
}

@media screen and (max-width: 600px) {#main {padding-right:20px;padding-top:0;}}

.craft-bar{
	padding: 0px;
	padding-top: 4px;
}
/*The head section style*/
.head{							/*Style's applied for full device height head section */
/*	min-height: 100vh;
	background-image: url(../img/1.jpg);
	background-size: 100% 100%;
	z-index: -1;
	background-attachment: fixed;*/
}
.head .blur{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 100vh;
	margin-bottom: 5%;
}
.menu-bar{
	padding-top: 3%;
	z-index: 1;
}

.menu-zero{
	height: 0px;
	overflow-y: hidden;
}
.menu-fixed .container .menu-bar{
	padding-top: 4px;
	padding-bottom: 2px;
}

.main{
	padding-top: 1%;
	text-align: right;
}
.main a:hover{
	opacity: .5;
}
.head-items{
	padding-top: 18vh;
	padding-bottom: 18vh;
}
.head-body{
	padding-top: 13vh;
	position: relative;
}
/*Download button property*/
.craft-btn{
	border-color: #ffffff;
	border-radius: 50px;
	color: #ffffff;
	padding: 5px 15px;
	margin-top: 5%;
	margin-bottom: 30px;
	margin-right: 10px;
	font-family: 'Roboto';
}
.craft-btn span{
	float: left;
	font-size: 40px;
}
.craft-btn-content h4{
	font-size: 25px;
}
.craft-btn-content h6{
	font-size: 14px;
}
.craft-btn-content h4, .craft-btn-content h6{
	margin: 0px;
	margin-left: 40px;
}
.craft-btn:hover{
	color: #ffffff;
	background-color: #e1666a;
	border-color:#e1666a;
}
/*Feature section style*/
.feature-block h3{
	color:#666666;
}
.icon-circle{
	height: 90px;
	width: 90px;
	border: 1px solid #e1666a;
	border-radius: 100%;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	color: #e1666a;
}
/*Hover effect*/
.feature-block .icon-circle, .feature-block h3, .craft-btn{
	transition: all 0.4s ease-in-out;
}
.feature-block:hover .icon-circle{
	color: #ffffff;
	background-color: #e1666a;
}
.feature-block:hover h3{
	color: #e1666a;
}
/*Explore mind-craft section style*/
.explore-mindcraft{
/*	background-color: #fafafa;
	border-bottom: 1px solid #dbdbdb;*/
}
.explore .craft-btn{
	color: #666666;
	border-color: #666666;
}
.explore .craft-btn:hover{
	color: #ffffff;
	border-color: #e1666a;
}
/*Mind-craft in action style*/
.mindcraft-action{
	text-align: center;
}
.mindcraft-action h2{
	margin: 0px;
	margin-bottom: 20px;
}
iframe {
	width: 700px;
	height: 470px;
	border:none;
	padding-top: 2%;
	padding-bottom: 1%;
}
.social ul{
    padding-left: 0px;
	justify-content: flex-end !important;
	display: flex;
}

/*横幅が600px以下の場合*/
@media screen and (max-width: 600px) {.social ul{display: inline-block;}}
.social li{
    list-style-type: none;
    display: inline-block;
    /*border:1px solid black;*/
    margin-right: 20px;	
}
.social a{
    padding: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
}
.social a:hover{
    color: #ffffff;
    background-color: #3b82f6;
    transition: .5s;
    border-radius: 5px;
}
.social li:hover{
	/*border:1px solid #e1666a;*/
	transform: .5s;
}
.social{
	padding-top: 0;
}

/*横幅が600px以下の場合*/
@media screen and (max-width: 600px) {
.social {padding-top: 20px;}
}

.carousel-view{
	color: black;
	background-color: white;
	padding: 2% 5%;
	margin:1% 25%;
	border-radius: 5px;
}

.owl-carousel.owl-loading {
	opacity: 1;
}
.carousel-view ul{
	list-style-type: none;
	padding-left: 0px;
}
.carousel-view li{
	display: inline-block;
	color: #e1666a;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	left: 19%;
	top: 19%;
	border:1px solid white;
	padding: 10px 17px;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	right: 19%;
	top: 19%;
	border:1px solid white;
	padding:  10px 17px;
}
.owl-carousel .owl-nav .owl-next:hover,.owl-carousel .owl-nav .owl-prev:hover{
	background-color: #e1666a;
	border:none;
}
.owl-carousel .owl-dot {
	background-color: transparent;
	border-radius: 100%;
	border:1px solid white;
	display: inline-block;
	padding: 5px 5px;
	margin-right: 5px;
}
.owl-carousel .owl-dot.active{
	background-color: #e1666a;
	border-color:#e1666a; 
}
.owl-carousel .owl-item img{
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	margin-top: 2%;
}
/*Simplest user interface style*/
.user-interface h2{
	text-align: center;
}
.user-interface{

}
.user-interface .blur{
	margin-top: 5%;
	margin-bottom: 5%;
}
.user-interface-blocks{
	padding-top: 55px;
	padding-left: 20px;
}
.icon-circle img{
	margin: 50% auto;
}
.user-interface-blocks h4{
	margin-bottom: 0px;
	margin-top: 6%;
}
.interface-block{
	margin-bottom: 5%;
}
/*.interface-block:hover .icon-circle img{
	zoom:1.3;
}*/
/*.interface-block:hover .para-zom{
	zoom:1.3;
}*/
/*.zoom-act:hover{
	zoom:110%;
}*/
/*News letter section style*/
.newsletter{
	z-index: -1;
	text-align: center;
}
.newsletter input{
	background-color: transparent;
	color: white;
    border-color: white;
    border-radius: 0%;
    padding: 20px 20px;
}
.newsletter button{
	background-color: #ffffff;
	color: #424242;
	border-color: white;
    border-radius: 0%;
    margin-left: 12px;
    padding: 9px 25px;
}
.newsletter-form{
	text-align: center;
}
.newsletter .blur{
	margin-bottom: 5%;
}

.footer-icon .social{
	text-align: center;
	padding-top: 7px;
}
.footer-text{
	font-size: 16px;
	margin-top: 18px;
}
.footer-text i{
	color: #e1666a;
}
.footer{
	padding-bottom: 25px;
	border-top: 2px solid #000;
	background-color: #faf3e0;
}
.footer .container .row{
	padding-top: 1%;
}

.seo{
	font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
	padding: 0 0 0 2%;
}

.head-text {
    position: absolute;
    z-index: 9;
    top: 58%;
	right: 23%/*0*/;
    text-align: right;
    font-size:45px;
    color:#1E3A8A;
}

/*幅が300px以上の場合*/
@media (min-width: 300px) 
{
	.custom-menu{
		background-color: transparent;
		border:none;
	}
	iframe{
		height: 200px;
		width: 280px;
	}
	.carousel-view{
		color: black;
		background-color: white;
		padding: 2% 5%;
		margin:1% 6%;
		border-radius: 5px;
	}
	.form-inline .form-control{
		width: 120px;
		height: 30px;
		font-size: 14px;
	}
	p{
		font-size: 13px;
	}
	h1{
		font-size: 28px;
	}
	h2{
	    font-size: 20px;
		margin-bottom: 2rem;
	}
	h3{
		font-size: 18px;
	}
	.fun-text{
		letter-spacing: 0px;
		font-size: 16px;
	}
	.craft-btn{
		margin-bottom: 0px;
	}
	.head-items{
		padding-top: 10vh;
		padding-bottom: 5vh;
	}
	.icon-circle{
		height: 70px;
		width: 70px;
		font-size: 20px;
		line-height: 70px;
	}
	.form-inline .form-control{
		width: 280px;
		height: 40px;
		font-size: 16px;
	}
	.newsletter input{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.newsletter button{
		margin-left: auto;
		margin-right: auto;
	}
	.footer-text{
		margin-top: 20px;
		font-size: 10px;
	}
	.footer-social a{
		padding: 6px;
	}
	.footer-social li{
		margin-right: 2px;width: 48%;
	}
	
	.seo{
	font-size: 10px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
	padding: 0 0 0 2%;
	margin: 0;/*1vh*/
	}
.head-body {padding-top: 0;}
.head .blur {min-height:unset;}
.blur {padding-bottom: 2vh;}
.section {padding-bottom: 5vh;}
.mb0{margin-bottom: 0;}
	.footer-social ul{
		display: table;
	}


}

/*幅が600px以上の場合*/
@media (min-width: 600px) 
{
	.explore-mindcraft .row{
		display: table;
	}
	iframe{
		height: 400px;
		width: 550px;
	}
	.carousel-view{
		color: black;
		background-color: white;
		padding: 2% 5%;
		margin:1% 25%;
		border-radius: 5px;
	}
	.form-inline .form-control{
		width: 420px;
		height: 40px;
		font-size: 16px;
	}
	p{
		font-size: 18px;
	}
	h1{
		font-size: 45px;
	}
	h2{
	    font-size: 32px;
	}
	h3{
		font-size: 21px;
	}
	.icon-circle{
		height: 90px;
		width: 90px;
		font-size: 30px;
		line-height: 90px;
	}
	.footer-social a{
		padding: 10px;
	}
	.footer-social ul{
		justify-content: flex-end !important;
	}
	.footer-social li{
		margin-right: 0;
		width: unset;
	}
	.footer-text{
		margin-top: 18px;
	}
	.fun-text{
		letter-spacing: 1px;
		font-size: 21px;
	}
	.craft-btn{
		margin-bottom: 30px;
	}
	.head-items{
		padding-top: 10vh;
		padding-bottom: 5vh;
	}
	.newsletter input{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;
	}
	.newsletter button{
		margin-left: 12px;
		margin-right: auto;
	}
	.footer-text{
		margin-top: 10px;
		font-size: 16px;
	}
	.footer-social a{
		padding: 0 10px;
	}
	.footer-social li{
		/*margin-right: 1.1em;*/
	}
	
	.seo{
	font-size: 6px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
	padding: 0 0 0 2%;
	}
}

/*幅が950px以上の場合*/
@media (min-width: 950px) 
{
	.explore-mindcraft .row [class*="col-"]{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	iframe{
		height: 500px;
		width: 800px;
	}
	.head-items{
		padding-top: 3vh;
		padding-bottom: 8vh;
	}
	.custom-menu{
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 2s;
	}
	.seo{
	font-size: 13px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
	padding: 0 0 0 2%;
	}
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  
.head-text {
	right: unset;
    text-align: center;
    font-size:30px;
	}
}

.img-responsive{
/*display: block;*/
    max-width: 100%;
    height: auto;
}

.img-responsive_logo{
    width: 150px;
    height: auto;
}

.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.btnn,
a.btnn,
button.btnn {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0/*0.1em*/;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  padding: 0.5rem 1.5rem 0.5rem 1.1rem;
  /*border: 3px solid #06c755;
  border-radius: 0;
  border-radius: 100vh;*/
  background: #1e3a8a;
  color:#fff;
  display: block;
}

/*a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 3px solid #06c755;
  border-radius: 100vh;
}

a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
*/
a.btn-border:hover {
    color: #ffffff;
    background-color: #3b82f6;
    transition: .5s;
}

@media screen and (max-width: 600px) {
.btnn,
a.btnn,
	button.btnn {  font-size: 15px;text-align: left;}
	a.btn-border{display: block;width: 90%;margin: 0 auto;padding: 0.5rem 0rem 0.5rem 0.5rem;}
}

/* 「icon」ではじまるclass名をもつアイコンすべてに適用 */
[class^="icon"] {
    width: 30px;
    height: 25px;
    position: relative;
    top: 5px;
}

@media screen and (max-width: 600px) {
[class^="icon"] {
left: 0.25rem;height: 21px;
}	
}
 
.ml-1 {
    margin-left: .25rem;
}

.ml-ichi {
    margin-left: 1rem;
}

.ml-ni {
    margin-left: 2rem;
}

.mt--1{
	margin-top: -.5rem;
}

.mr-1{margin-right: 2.25rem;}

.pl-1{padding-left: 1.5rem;}

.ine img{width: 50px;}


@media screen and (max-width: 600px) {.ml-ichi {margin-left:0;}.ml-ni {margin-left: 0;}.mr-1{margin-right: 1.5rem;}.ine img{width: 35px;}.ine-only{/*padding-top:13px;*/}.pl-1{padding-left: 0;}}

/* 画像の親要素のスタイル */
.box {
  cursor: pointer;
/*  height: 200px;*/
  margin-inline: auto;
/*  margin-top: 20px;*/
  position: relative;
/*  width: 200px;*/
}
/* 画像のスタイル */
.box img {
/*  height: auto;
  left: 0;
  position: absolute;
  width: 100%;*/
height: auto;
    position: absolute;
    right: 5px;
}
/* 2枚目の画像は最初透明 */
.box img:last-of-type {
  opacity: 0;
  transition: opacity .3s;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.box:hover img {
  opacity: 1;
}





.img-btn {
  display: inline-block;
  position: relative;
  /* 高さを通常画像のimgに合わせる */
}

.img-btn picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-btn img {
  display: block;
  width: 100%;   /* Bootstrapのcol幅に合わせる */
  height: auto;
}

/* 通常状態 */
.img-btn picture.normal {
  opacity: 1;
  transition: opacity .3s;
  z-index: 1;
	  position: relative; /* absoluteを外す */

}

/* hover用 */
.img-btn picture.hover {
  opacity: 0;
  transition: opacity .3s;
  z-index: 2;
}

/* hover切り替え */
.img-btn:hover picture.normal {
  opacity: 0;
}

.img-btn:hover picture.hover {
  opacity: 1;
}

#main .img-btn picture {
    top: 24px;
    left: -13px;
}

@media screen and (max-width: 600px) {
#main .img-btn picture {
    top: 0;
    left: 0;display: none;
}}

#pagewrap{
	border-top:5px solid #333;
	padding-top:24vh;
}

@media screen and (max-width: 600px) {#pagewrap{padding-top:10vh;}}

.blur{			/*Bluring the bacground images*/
	z-index: 2;
	/*background-color: rgba(0,0,0,0.5);*/
	margin: 0px;
	padding-top: 0;
	padding-bottom: 8vh;
}
.infowaku{
	padding: 0 2vh 0 8vh;
}
.sensei{
	font-size: 21px;
}
.image_info{padding: 20vh 0 0 0;}
@media screen and (max-width: 600px) {.image_info{padding: 0 0 0 0;}}
.pricewap dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 120%;
}

.pricewap dl dt {
    width: 28%;
    background-color: #DADADA;
    padding-left: 2%;
}

@media screen and (max-width: 600px) {.pricewap dl dt {width: 50%;}}

.pricewap dl dd {
    width: 68%;
    background-color: #F3F3F3;
    margin: 0;
    padding-left: 2%;
	color: red;
}

.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.table_design13 thead th {
  padding: 1em .8em;
  /*border-right: 2px solid #fff;*/
	border: 2px solid #000;
}
.table_design13 td {
  color: #000/*#b36b2a*/;
  padding: /*.25em*/1em;
}
.table_design13 thead th:not(:first-child) {
  background: #1e3a8a/*#4d9bc1*/;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em;
}
.table_design13 thead th span {
  font-size: .8rem;
}
.table_design13 thead th:nth-child(3) {
  background-color: #1e3a8a;
  position: relative;
	    color: #fff;
}
.table_design13 thead th:nth-child(4) {
  background-color: #1e3a8a;
  position: relative;
	    color: #fff;
}
/*.table_design13 thead th:nth-child(3)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #f88400;
  left: 0;
  bottom: 100%;
}*/
/*.table_design13 thead th:nth-child(3)::after {
  content: 'おすすめプラン';
  width: max-content;
  color: #f88400;
  font-size: .8rem;
  padding: 0.3em 1em;
  background: #fff;
  border: 2px solid #f88400;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}*/
.table_design13 tbody th, .table_design13 tbody td {
  /*border: 2px solid #fff;*/
	border: 2px solid #000;
}
/*.table_design13 tbody th {
  background-color: #eee;
  color: #fff;
}*/
.table_design13 tbody td {
  /*background-color: antiquewhite;*/
}
.table_design13 td:nth-child(3) {
  color: #413e4f;
  /*background: #ece8ff;*/
}
.table_design13 td:nth-child(4) {
  /*color: #004225;
  background: #ccffe9;*/
}
.table_design13 td:hover {
    transform: scale(1.05);
    outline: 2px solid #4d9bc1;
}
.table_design13 td:nth-child(3):hover {
    transform: scale(1.05);
    outline: 2px solid #f88400;
}
@media screen and (max-width: 787px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table_design13 td {
  padding: .25em/*1em*/;
}
}

.table_design08 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  /*max-width: 700px;*/
  text-align: center;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #004225;
  padding: 1em;
}
.table_design08 thead th {
  background-color: #004225;
  color: #fff;
  border: 2px solid #004225;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #4d9bc1;
}
.table_design08 tbody th {
  color: #004225;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .table_design08 {
    text-align: left;
  }
  .table_design08 thead {
    display:none;
  }
  .table_design08 th, .table_design08 td {
    display: block;
    border: 0;
    border-bottom: 2px solid #e6f1f6;
  }
  .table_design08 tbody th{
    background: #4d9bc1;
    color:#fff;
  }
  .table_design08 td::before{
    content: attr(data-label);
    color: #4d9bc1;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 4em;
  }
}

.qaContainer dl{
	border-bottom: 1px solid #004225;
}
.qaContainer dt {
padding: 10px 10px 14px 35px;
border-radius: 5px;
/*background: #eee;*/
text-indent: -25px;
font-size: 120%;
}
.qaContainer dt:before {
    content: "Q.";
    font-weight: bold;
    background-color: #1e3a8a;
    border-radius: 0;
    padding: 0px 4px 4px 7px;
    margin-right: 15px;
    font-size: 24px;
    color: #fff;
}
.qaContainer dd {
/*margin: 20px 10px 40px 35px;*/
padding: 10px 10px 14px 35px;
text-indent: -25px;
font-size: 120%;
font-weight: bold;
}
.qaContainer dd:before {
content: "A.";
color: #fff;
font-weight: bold;
    background-color: #1e3a8a;
    border-radius: 0;
    padding: 0px 4px 4px 7px;
    margin-right: 15px;
    font-size: 24px;
}

.aindent{
	text-indent: 21px;
	margin-top: 5px;
}

.campaignwrap{
	padding: 20px;
	background-color: #faf1dc;
	border: 1px solid #b36b2a;
	
}

.campaignwrap > strong{font-size: 150%;}

.campaignwrap dl {
  display: flex;
	justify-content: flex-start;
	width: 100%;
	    margin-bottom: 0;
	font-size: 120%;
	font-weight: bold;
}
.campaignwrap dl dt {
width: 35%;
}
.campaignwrap dl dd {
	color: #ff0000;
}
.campaignwrap dl dt,
.campaignwrap dl dd {
  padding: 0; /* dtとdd間のスペース */
}

@media screen and (max-width: 600px) {.campaignwrap dl {display: block;}.campaignwrap dl dt {width: 100%;}.campaignwrap dl dd {text-align: right;}}

.campaignwrap ul{
	margin:15px 0 10px 0;
	padding: 0;
}
.campaignwrap li{
	list-style: none;
	font-weight: 600;
}

.campaignwrap li:before{
content: "✅";
    padding: 0px 4px 4px 0;
    margin-right: 8px;
    /*font-size: 24px;*/
}

.selectp{font-size: 115%;}
.selectimg{position: absolute;bottom: -65px;right: -140px;z-index:-9999;}
@media screen and (max-width: 600px) {.selectimg{position: unset;bottom: unset;right: unset;}}
.note-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 150%; /* 高さ調整（150%は縦長、120%くらいでもOK） */
  overflow: hidden;
}

.note-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.mw100{max-width:100%;}

.rinku a{color: black;text-decoration: none;}
.rinku a:hover{color: #ffffff;background-color: #3b82f6;transition: .5s;border-radius: 5px;}

.btn-outline-primary {
    --bs-btn-color: #1e3a8a;
    --bs-btn-border-color: #1e3a8a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
	background-color: #1e3a8a;
	color: #fff;
}

	.card-standard{background-color: #1e3a8a;color: #fff;font-weight: bold;}
	.card-standard-border{border-color: #1e3a8a;}
	
	.card-premium{background-color: #1e3a8a;color: #fff;font-weight: bold;}
	.card-premium-border{border-color: #1e3a8a;}
	
	.card-exective{background-color: #1e3a8a;color: #fff;font-weight: bold;}
	.card-exective-border{border-color: #1e3a8a;}

.plan_wrap_brown{
display: table; margin: 2em 0em 0em 0em; padding: 0em 0.75em; border: 2px solid #1e3a8a; background: #1e3a8a; color: #ffffff; font-weight: bold;
}
.plan_wrap_box{margin: 0em 0em 2em 0em; padding: 2em; border: 2px solid #1e3a8a;}
	
.plan_wrap_blue{
display: table; margin: 2em 0em 0em 0em; padding: 0em 0.75em; border: 2px solid #1e3a8a; background: #1e3a8a; color: #ffffff; font-weight: bold;
}
.plan_wrap_box_blue{margin: 0em 0em 2em 0em; padding: 2em; border: 2px solid #1e3a8a;}
	
.plan_wrap_exective{
display: table; margin: 2em 0em 0em 0em; padding: 0em 0.75em; border: 2px solid #1e3a8a; background: #1e3a8a; color: #ffffff; font-weight: bold;
}
.plan_wrap_box_exective{margin: 0em 0em 2em 0em; padding: 2em; border: 2px solid #1e3a8a;}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: unset !important;
	border: 1px solid #333;
	color: #333;
}
	.undermarker{background: linear-gradient(transparent 60%, #faf1dc 60%)}
	.nav-link {color: #333;}

@media screen and (max-width: 600px) {
#whitebg{background-color:#ffffff;}
	#standard_c,#premium_c,#exective_c{display:none;}
	.graybg{background-color:#eeeeee;}
}

.plan_wrap_white{
display: table; margin: 2em 0em 0em 0em; padding: 0em 0.75em; border: 2px solid #b36b2a; background: #b36b2a; color: #ffffff; font-weight: bold;
}
.plan_wrap_box_white{margin: 0em 0em 2em 0em; padding: 2em;background-color: white;}
