@import "reset.css";

body{
	font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	color: #000;
	font-size: 1.0em;
}

input[type="submit"], input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

p,dt,dd,table{
	font-size: 1.0em;
}

a{
	color: #26499d;
	//text-decoration: overline;
}

.container{
	min-height: 100vh;
	position: relative;
}

.w100{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}		

.div2{
	width: 50%;
	float: left;
}	

.red{
	color: #f55;
}

.tdu{
	text-decoration: underline;
}

.bb{
	border-bottom: 1px solid #000;
}

.bbw{
	border-bottom: 1px solid #fff;
}

.m5{margin: 5px 0px;}
.m10{margin: 10px 0px;}
.m20{margin: 20px 0px;}
.m30{margin: 30px 0px;}
.m40{margin: 40px 0px;}
.m50{margin: 50px 0px;}

.p10{padding: 10px 0px;}
.p20{padding: 20px 0px;}
.p30{padding: 30px 0px;}
.p40{padding: 40px 0px;}
.p50{padding: 50px 0px;}
.p100{padding: 50px 2%;}

.fz06{font-size: 0.6em;}
.fz07{font-size: 0.7em;}
.fz08{font-size: 0.8em;}
.fz09{font-size: 0.9em;}
.fz11{font-size: 1.1em;}
.fz12{font-size: 1.2em;}
.fz13{font-size: 1.3em;}
.fz14{font-size: 1.4em;}
.fz15{font-size: 1.5em;}
.fz16{font-size: 1.6em;}
.fz18{font-size: 1.8em;}
.fz20{font-size: 2.0em;}
.fz22{font-size: 2.2em;}
.fz24{font-size: 2.4em;}
.fz26{font-size: 2.6em;}

.material-icons-outlined.fz{font-size: 80px;}
.icondiv{text-align: center;margin: 20px 0px;}

.lh11{line-height: 1.1em;}
.lh12{line-height: 1.2em;}
.lh13{line-height: 1.3em;}
.lh14{line-height: 1.4em;}
.lh15{line-height: 1.5em;}
.lh16{line-height: 1.6em;}
.lh17{line-height: 1.7em;}
.lh18{line-height: 1.8em;}

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;	
}

.tac{
	text-align: center;	
}

.tar{
	text-align: right;	
}

#pagetop{
	position: fixed;
	right: 20px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 500;
	background-color: #008080;
	font-size: 1.8em;
	border-radius: 5px;
}

#pagetop a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

header{
	position: relative;
	width: 98%;
	margin-bottom: 0px;
	background-color: #008080;
	overflow: hidden;
	padding: 5px 1%;
	color: #fff;
}

.header_logo{
	font-size: 1.2em;
	line-height: 1.5em;
	width: 100%;
	float: left;
}

.header_menu{
	display: none;
}

header a{
	text-decoration: none;
	color: #fff;
}

header li{
	display: inline-block;
	list-style: none;
	color: #fff;
	text-align: center;
	width: 18%;
	line-height: 1.5em;
	font-size: 0.9em;
}

  /*----------------------------
  * スマホメニュー
  *----------------------------*/
.menu-btn{
	position: fixed;
	top: 20px;
	right: 5%;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #008080;
	color: #fff;
}

.menu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #555;
  }

.menu__item{
	width: 100%;
	height: auto;
	//padding: .5em 1em;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	line-height: 1.5em;
  }
  
.menu_li{
	line-height: 2.5em;
}

  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  
  /* アニメーション前のメニューの状態 */
  .menu{
	transform: translateX(100vw);
	transition: all .3s linear;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active{
	transform: translateX(0);
  }

/*TOP*/

.bgc01{background-color: #f5deb3;}
.bgc02{background-color: #ffc0cb;}
.bgc03{background-color: #add8e6;}
.bgc04{background-color: #e9967a;}
.bgc05{background-color: #bdcc8f;}
.bgc06{background-color: #b2b2ff;}
.bgc07{background-color: #ffffe0;}

.top_title{
	text-align: center;
	font-size: 2.0em;
	margin-top: 50px;
}

.top_h{
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}

.top_cap{
	line-height: 1.6em;
	margin: 10px 0px;
}

.logo_m{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
}

.print_logo_1{
	position: absolute;
	right: 20px;
	bottom: 5px;
	transform:skewX(-20deg);
	width:40px;
	height:44px;
	border:2px solid #333;
	background-color: #fff;
}

.print_logo_2{
	position: absolute;
	right: 10px;
	bottom: -5px;
	transform:skewX(-20deg);
	width:40px;
	height:44px;
	border:2px solid #333;
	background-color: #fff;
}

.logo_f{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 30px;
}

.print_logo_3{
	position: absolute;
	right: 10px;
	bottom: 2.5px;
	transform:skewX(-20deg);
	width:20px;
	height:22px;
	border:1px solid #333;
	background-color: #fff;
}

.print_logo_4{
	position: absolute;
	right: 5px;
	bottom: -2.5px;
	transform:skewX(-20deg);
	width:20px;
	height:22px;
	border:1px solid #333;
	background-color: #fff;
}

.under{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #ffff33;
}

.fwb{
	font-weight: bold;
}

.point3{
	width: 100%;
	margin: 5px 0px;
	float: left;
	text-align: center;
}

.kamoku2{
	width: 100%;
	margin: 5px 0px;
	float: left;
	text-align: center;
}


.shosai_btn,.point_btn,.kamoku_btn{
	display: inline-block;
	background-color: #006699;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 5px 10px;
	margin: 20px 0px;
	cursor: pointer;
}

.point_cap,.kamoku_cap,.shosai_cap{
	display: none;
}

.point_cap3,.kamoku_cap2,.shosai_cap3{
	display: none;
	background-color: #ffffcc;
	border-radius: 10px;
	padding: 10px 20px;
}

.point_cap3 h3,.kamoku_cap2 h3,.shosai_cap3 h3{
	line-height: 1.5em;
	font-size: 1.2em;
	color: #f44;
	text-decoration: underline;
}

.point_cap3 p,.kamoku_cap2 p,.shosai_cap3 p{
	line-height: 1.5em;
	margin-bottom: 15px;
}

.planbox{
	border: 4px solid #555;
	width: 92%;
	margin: 20px 0px;
	padding: 10px 2%;
	border-radius: 10px;
}

.plan_s{
	background-color: #d6ffff;
}

.plan_b{
	background-color: #d6ffd6;
}

.plan_dt{
	line-height: 1.5em;
	margin: 10px 0px;
	font-size: 1.5em;
	color: #ff6633;
	font-weight: bold;
	text-decoration: underline;
}

.plan_dd{
	line-height: 1.5em;
	margin: 10px 0px;
}

.w_maru{
	display: block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 3em;
	text-align: center;
	margin: 20px auto;
	color: #f22;
}

.w_shikaku{
	display: block;
	width: 95%;
	background-color: #ffff99;
	border-radius: 20px;
	//font-size: 2.4em;
	text-align: center;
	margin: 5px auto;
	padding: 20px 0px;
	text-align: center;
}

.point{
	width: 50%;
	margin: 20px 0px;
	float: left;
	text-align: center;
}

.point_title{
	font-size: 2.5em;
}

.closea{
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
}

.nayamibox{
	background-color: #fff;
	padding: 10px 1%;
	border-radius: 5px;
	margin: 10px 0px;
}

.nayami{
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.nayamimaru{
	background-color: #f44;
	color: #fff;
	width: 95%;
	padding: 5px 1%;
	margin-right: 1%;
	border-radius: 50%;
	box-shadow: 1px 1px #888;
}

.osusume{
	margin: 20px 0px;
	font-size: 0.9em;
	line-height: 1.2em;
}

.voice{
	background-color: #ffffcc;
	line-height: 1.5em;
	padding: 5px 1%;
	font-size: 1.0em;
	margin: 20px 0px;
	border-radius:10px;
	box-shadow: 1px 1px #888;
}

.voice img{
	width: 30px;
	height: 30px;
	padding-right: 10px;
}

.tashahikakudiv{
	width: 500px;
	max-width: 100%;
	margin: 20px auto;
}

.tashahikakudiv img{
	width: 100%;
}

.nagare li{
	background-color: #fff;
	border: 2px solid #7fbfff;
	border-radius: 10px;
	line-height: 1.5em;
	margin: 10px 0px;
	padding: 5px 10px;
	list-style-type: none;
}

.jiki{
	display: inline-block;
	border-radius: 5px;
	background-color: #f55;
	color: #fff;
	padding: 0px 2px;
	margin: 0px 0px;
	margin-right: 8px;
}

.sample_div{
	text-align: center;
	margin: 20px 0px;
	padding: 10px 0px;
}

.samplebox{
	width: 48%;
	margin: 20px 1%;
	float: left;
}

.sample_print{
	width: 105px;
	height: 150px;
	line-height: 150px;
	margin: 0px auto;
	background-color: #fff;
	box-shadow: 1px 2px #888;
	text-align: center;
	font-size: 1.3em;
}

.sample_print a{
	display: block;
	width: 100%;
	height: 100%;
}

.qs{
	color: #ff8e8e;
	margin-right: 5px;
}

.hikaku_table{
	width: 500px;
	max-width: 100%;
	margin: 20px auto;
	border-collapse: collapse;
	border: solid 1px #333;
	line-height: 2.5em;
}

.hikaku_table th,.hikaku_table td{
	border: solid 1px #333;
	background-color: #fff;
}

.hikaku_table th{
	background-color: #6bb5ff;
	color: #fff;
}

.moushikomi_link{
	background-color: #6bb5ff;
	width: 500px;
	max-width: 80%;
	height: 80px;
	max-width: 260px;
	line-height: 80px;
	margin: 50px auto;
	text-align: center;
	border-radius: 10px;
	font-size: 1.2em;
}

.moushikomi_link a{
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

/*kiyaku*/

.kiyaku{
	color: #777;
	line-height: 1.5em;
	padding: 0px 1%;
}

.kiyaku h2{
	line-height: 1.5em;
	margin: 5px 0px;
}

.kiyaku p{
	font-size: 0.9em;
	margin: 5px 0px;
}

.tokutei{
	width: 100%;
}

.tokutei img{
	width: 100%;
}

/*form*/
.hbox{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #fff;
	text-align: center;
	color: #008080;
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 4px solid #008080;
}

.formh{
	border-left: 8px solid #008080;
	line-height: 1.8em;
	font-size: 1.5em;
	padding: 0px 5px;
	margin: 10px 0px;
}

.formli{
	line-height: 2.0em;
	font-size: 1.0em;
	list-style-type: none
}

.input-radiobtn{
	padding-left: 20px;
	background-color: #ccc;
	display: none;
	height: 30px;
}

.radiolabel{
	display: block; 
	float: left;
	margin: 10px 5px;
	width: 40%;
	max-width: 120px;
	height: 80px;
	line-height: 80px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	border: 2px solid #555;
	border-radius: 5px; /* 角丸を指定する */
	box-shadow: 1px 1px #888;
}

input:checked + label{
	background: #f55;
	color: #ffffff;
}

.form_bgc{
	background-color: #fffacd;
	margin: 10px 0px;
	padding: 5px 1%;
}

.formkoumokudiv{

}

.formkoumokudiv input{
	line-height: 2.0em;
	font-size: 1.0em;
	width:70%;
	max-width: 200px;
	font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}

.formkoumokudiv select{
	line-height: 2.5em;
	font-size: 1.0em;
	height: 40px;
	padding: 0px 5px;
}

.formkoumokudiv textarea{
	line-height: 1.5em;
	font-size: 1.0em;
	height: 100px;
	padding: 0px 5px;
	font-family: "Kosugi Maru", "ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}

.formkoumoku{
	margin-top: 20px;
	margin-bottom: 2px;
}

.formkoumoku span{
	background-color: #f22;
	color: #fff;
	font-size: 0.7em;
	line-height: 0.9em;
	margin: 0px 5px;
	padding: 1px 3px;
	vertical-align: middle;
}

#formkakunin_btn{
	background-color: #008080;
	color: #fff;
	width: 300px;
	max-width: 80%;
	margin: 30px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 1px 1px #ccc;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1.4em;
}

#soushin{
	background-color: #008080;
	color: #fff;
	width: 50%;
	max-width: 300px;
	margin: 30px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 1px 1px #ccc;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1.5em;
}

.loading_img{
	display: none;
}

.loading_box{
	display: none;
	text-align: center;
}

#after_soushin{
	display: none;
}

#formsoushin_btn,#formfix_btn{
	background-color: #008080;
	color: #fff;
	width: 80%;
	max-width: 300px;
	margin: 30px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 1px 1px #ccc;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1.5em;
}

.kakunin_koumoku_a{
	width: 38%;
	margin: 10px 1%;
	float: left;
	background-color: #fffacd;
	line-height: 1.5em;
	max-width: 200px;
	text-align: center;
}

.kakunin_koumoku_b{
	width: 58%;
	margin: 10px 1%;
	font-weight: bold;
	float: left;
	line-height: 1.5em;
}

#moushikomi_kakunin,#moushikomi_finish{
	display: none;
}

.stripe_btn{
	background-color: #008080;
	color: #fff;
	width: 70%;
	max-width: 300px;
	margin: 30px auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 1px 1px #ccc;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1.5em;
}

.stripe_btn a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	width: 100%;
}

.price_span{
	font-weight: bold;
	margin: 0px 5px;
	font-size: 1.2em;
	text-decoration: underline;
}

.successcase{
	display: inline-block;
	background-color: #008080;
	color: #fff;
	line-height: 1.5em;
	border-radius: 10px;
	font-weight: normal;
	padding: 0px 10px;
	margin-top: 10px;
}

.footerlink{
	position: relative;
	background-color: #008080;
	padding: 15px 1%;
	color: #fff;
}

.footerlink a{
	text-decoration: none;
	color: #fff;
}

.footer3{
	width: 80%;
	margin: 0px auto;
}

.footerli{
	line-height: 2em;
	list-style: none;
}

.maiword{
	width: 80%;
	font-size: 0.9em;
	margin: 30px auto;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0px;
}

footer{
	position: relative;
	background-color: #008080;
	padding: 10px 1%;
	color: #fff;
	text-align: center;
}


/*ログイン*/

.login_bgc{
	background-color: #fff;
}

.login_div{
	width: 90%;
	max-width: 300px;
	margin: 50px auto;
	box-shadow: 0 0 5px gray;
}

.login_h{
	text-align: center;
	line-height: 4em;
	background-color: #f5f5f5;
	font-weight: normal;
	border-bottom: 4px solid #008080;
	color: #008080;

}

.login_form{
	background-color: #ffff99;
	padding: 10px 5px;
}

.form-item {
	margin: 15px 5%;
	width: 90%;
	font-size: 0.9em;
}
  
.form-item input {
	background: #fafafa;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 50px;
	transition: border-color 0.3s;
	width: 95%;
}

.form-item input:focus {
	border-bottom: 2px solid #000;
	outline: none;
}

.form_message{
	
}

.login_button {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	background: #008080;
	color: #fff;
	cursor: pointer;
	height: 50px;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-align: center;
	width: 95%;
	margin: 0px auto;
	margin-bottom: 30px;
	border-radius: 5px;
}

.button:hover {
	background: #d22;
}

.form-footer{
	background-color: #f5f5f5;
	padding: 10px 0px;
	line-height: 1.5em;
}

#modal{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display: none;
	background-color: #fff;
	opacity:0.8;
	text-align: center;
	z-index: 99;
}

#loadgif{
	position: fixed;
	left: 50%;
	top:50%;
	font-size: 2em;
}

#loadgif img{
	width: 20px;
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 500px) {


}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {



.p100{padding: 100px 1%;}

.header_logo{
	font-size: 1.5em;
	width: 30%;
}

.header_menu{
	display: block;
	width: 60%;
	float: right;
	margin-top: 20px;
}

.menu-btn{
	display: none;
}

/*TOP*/

.top_title{
	font-size: 3.5em;
	margin-top: 0px;
}

.top_cap{
	text-align: center;
}

.logo_m{
	width: 150px;
	height: 150px;
}

.point3{
	width: 33%;
	margin: 20px 0px;
}

.kamoku2{
	width: 50%;
	margin: 20px 0px;
}

.w_shikaku{
	width: 80%;
	margin: 20px auto;
}

.samplebox{
	width: 14%;
}

.moushikomi_link{
	background-color: #6bb5ff;
	width: 50%;
	height: 80px;
	max-width: 260px;
}

/*form*/
.hbox{
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 2.8em;
}

.formkoumokudiv input{
	width:30%;
}

#formkakunin_btn{
	width: 50%;
	max-width: 300px;
}

#formsoushin_btn,#formfix_btn{
	width: 70%;
}

.footer3{
	float: left;
	width: 33%;
}

.maiword{
	width: 33%;
	font-size: 1.0em;
	margin: 0px auto;
	text-align: left;
	border: none;
	padding: 0px 0px;
}

/*ログイン*/

/*パンくず
----------------------------------------------------*/

