@charset "euc-jp";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
html{font-size: 62.5%;}
*{ margin:0; padding:0; }
select option{ padding:0 5px; }
body{
font-size:1.6rem;background:url(../images/bk.jpg);}
h1 , h2 , h3 , h4 , h5 , h6 , address{ max-width: 980px;margin: 0 auto; }
ul{ list-style-type:none; }
img{ border:0; vertical-align:bottom; }
.right{float: left;}
table{ border-spacing:0; border:0; }
table th{ text-align:left; vertical-align:top; font-weight:normal; }
table td{ word-break:break-all; }

a:link , a:visited{ color:#004ead; text-decoration:underline; }
a:hover{ color:#3a92ff; text-decoration:underline; }

.floatR{ float:right; }
.floatL{ float:left; }

.alignL{ text-align:left; }
.alignR{ text-align:right; }
.alignC{ text-align:center; }

.fontSS{ font-size:12px; }
.fontS{ font-size:14px; }
.fontL{ font-size:20px; }
.fontLL{ font-size:24px; }

.tcR{ color:#ed2323; font-weight:bold; }
.tcB{ color:#1f5fb7; font-weight:bold; }
.tcG{ color:#1ec41e; font-weight:bold; }

.str{ font-weight:bold; }
.strN{ font-weight:normal; }
.ilc{ font-style:italic; }
.uLine{ text-decoration:underline; }
.uLine2{ border-bottom:double medium #333; }
.uLineR{ background:url(../images/line_red.png) repeat-x left bottom; padding-bottom:4px; }
.waveLine{ background:url(../images/wave_line.png) repeat-x left bottom; padding-bottom:7px; }
.waveLineR{ background:url(../images/wave_line_red.png) repeat-x left bottom; padding-bottom:7px; }
.waveLineB{ background:url(../images/wave_line_blue.png) repeat-x left bottom; padding-bottom:7px; }
.marker{background-color:#fff600; }

.idt{ padding-left:1.0em; text-indent:-1.0em; }
.idtS{ padding-left:0.5em; text-indent:-0.5em; }

.spt5{ padding-top:5px; }
.spt10{ padding-top:10px; }
.spt15{ padding-top:15px; }
.spt20{ padding-top:20px; }
.spt25{ padding-top:25px; }
.spt30{ padding-top:30px; }
.spt35{ padding-top:35px; }

.spb5{ padding-bottom:5px; }
.spb10{ padding-bottom:10px; }
.spb15{ padding-bottom:15px; }
.spb20{ padding-bottom:20px; }
.spb25{ padding-bottom:25px; }
.spb30{ padding-bottom:30px; }
.spb35{ padding-bottom:35px; }

.smt5{ margin-top:5px; }
.smt10{ margin-top:10px; }
.smt15{ margin-top:15px; }
.smt20{ margin-top:20px; }
.smt25{ margin-top:25px; }
.smt30{ margin-top:30px; }
.smt35{ margin-top:35px; }

.smb0{ margin-bottom:0; }
.smb5{ margin-bottom:5px; }
.smb10{ margin-bottom:10px; }
.smb15{ margin-bottom:15px; }
.smb20{ margin-bottom:20px; }
.smb25{ margin-bottom:25px; }
.smb30{ margin-bottom:30px; }
.smb35{ margin-bottom:35px; }
.smb45{ margin-bottom:45px; }
.smb55{ margin-bottom:55px; }

.sml20{ margin-left:20px; }
.sml30{ margin-left:30px; }
.sml50{ margin-left:50px; }

.smr30{ margin-right:30px; }
.smr50{ margin-right:50px; }

.rel{ position:relative; }
.abs{ position:absolute; }

.text-sec{padding:0;}
.text-sec:after { clear:both }
.text-sec p{padding:2rem 0;}
p{margin:0 auto;line-height: 3.5rem;font-size:1.6rem;}
p.spN{ margin-bottom:0px; }
p.spSS{ margin-bottom:5px; }
p.spS{ margin-bottom:10px; }
p.spL{ margin-bottom:30px; }
p.spLL{ margin-bottom:50px; }
p.lhN{ line-height:1.0; }
.pic-s{width: 25%;}
.clear{clear: both; width: 100%;}
.shadow{ box-shadow:0px 0px 8px rgba(0,0,0,0.6); }
p{font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal;}


/* wrap **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.wrap{ max-width: 980px; margin:0 auto; }
.voice_wrap{ width:980px; text-align:center; position:relative;border:solid thin #c1a046; 
  background: url(../images/taiken-bk.png),url("../images/taiken-flame-top.png"),url("../images/taiken-flame-bottom.png");
  background-position: center ,left top, bottom right;
background-repeat: no-repeat;
background-size:cover,5%,5%;
display: flex;
	justify-content: center;
	align-items: center;
margin:2rem auto;
}
.taiken-name{font-size:2.0rem;}
.taiken-strong{font-weight: 900;font-size:3rem;color:#E80003;}
.voice_wrap p{text-align: left;font-size:2.5rem;
font-family: source-han-serif-japanese, serif;
font-weight: 900;
font-style: normal;
margin: 0;
color:#3f4652;}
.top .wrap{ max-width:980px ;margin:0 auto; text-align:left; position:relative; display: flex;align-items: center;justify-content: space-between;}
.sec03{padding:2rem 0 0 0;}
/* header **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.header{ background:url("../images/title-bk.png"); background-repeat: no-repeat;background-size: cover;background-position: top;padding:4rem 0;}

.top{ 

padding:1rem 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030045+0,05006d+50,030045+100 */
background: #030045; /* Old browsers */
background: -moz-linear-gradient(top,  #030045 0%, #05006d 50%, #030045 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #030045 0%,#05006d 50%,#030045 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #030045 0%,#05006d 50%,#030045 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030045', endColorstr='#030045',GradientType=0 ); /* IE6-9 */
 }
.header .top h1{ float:left; margin-top:13px; }


/* timer ********** タイマーが必要な場合のみ記述
///////////////////////////////////////////////////////////////////////////////////////////////*/
div.timer{ width:515px; height:74px; position:relative;    float: right; }
div.timer .count{ width:100%; height:29px;/*数字の高さ*/ overflow:hidden; position:absolute; top:40px; }
div.timer .count img{ position:absolute; }
div.timer img:nth-child(1)  { left:calc(22px * 0 + 185px); }/*数字の横幅 + 配置*/
div.timer img:nth-child(2)  { left:calc(22px * 1 + 185px); }
div.timer img:nth-child(3)  { left:calc(22px * 2 + 233px); }
div.timer img:nth-child(4)  { left:calc(22px * 3 + 233px); }
div.timer img:nth-child(5)  { left:calc(22px * 4 + 285px); }
div.timer img:nth-child(6)  { left:calc(22px * 5 + 285px); }
div.timer img:nth-child(7)  { left:calc(22px * 6 + 315px); }
div.timer img:nth-child(8)  { left:calc(22px * 7 + 315px); }
div.timer img:nth-child(9)  { left:calc(22px * 8 + 350px); }
div.timer img:nth-child(10){ left:calc(22px * 9 + 350px); }
div.timer img:nth-child(even){ margin-left:3px; } /*数字の間隔*/

/* timerがテキストの時は以下設定等で見た目を整える */
input.timer , .timer input{ font-size:30px; background-color:transparent; border:none; width:500px }

div.timer_bg{ width:320px; height:64px; background:url("../images/timer_bg.png") left top / 320px 64px no-repeat; float:right; margin:7px 0 0 0; position:relative; }

/* mailform **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.header .mailform{ width:980px;margin:0 auto; }
.contents .mailform{ width:930px; }

.mailform{ position:relative; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9d9d9+0,ffffff+50,d9d9d9+100 */
background: #d9d9d9; /* Old browsers */
background: -moz-linear-gradient(top,  #d9d9d9 0%, #ffffff 50%, #d9d9d9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d9d9d9 0%,#ffffff 50%,#d9d9d9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d9d9d9 0%,#ffffff 50%,#d9d9d9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
 border:solid 3px #fff; margin:60px auto 30px; padding:0; text-align:center;
border-radius: 0.5rem;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
max-width: 980px;margin:4rem auto;
}
.form-title{margin-top:-4rem;margin-bottom:2rem;}
.mailform .badge{ position:absolute; top:-50px; right:-50px; }

.mailform .ipt{ position:relative;margin:2rem auto; }
.mailform .ipt .addname{position:relative;font-weight: bold;}
.mailform .ipt .mail{border:none; border-radius:5px; box-shadow:0 0 10px #ccc inset; padding:10px 5px;margin:0 auto; height: 4rem;width: 50%;}
.mailform .ipt .btn{ margin:2rem auto 0 auto;position: relative;}
.form-pr{margin:1rem auto;}
.form-txt{background:rgba(255,255,255,0.65);text-align: left;padding:1rem;width: 90%;margin:0 auto 4rem auto;}


/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.sec01{margin: 0 auto;}

.item-hd{display: flex;height: 5rem;font-family: source-han-serif-japanese, serif;
font-weight: 900;
font-style: normal;
align-items: center;
font-size:2.5rem;
color:#bb0028;
width: 100%;}

.box1{
    position:relative;
    background-color: #bb0028;
    color: #fff;
font-size:20px;
font-weight:bold;
padding:0 0rem 0 1rem;
margin:0;
line-height: 5rem;
width: 30%;
}
.box1:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top:0;
    right: 0;
    border-top: 2.5rem solid #ffffff;
    border-right: 2.5rem solid #ffffff;
    border-left: 2.5rem solid #bb0028;
    border-bottom:2.5rem solid #ffffff;
}

.gift{ text-align:center;background:url(../images/pre-bk.jpg);padding:2rem 0;margin:2rem auto 4rem auto;}
.gift h2{margin-bottom:2rem;}
.gift-card{display: flex;justify-content: center;max-width: 980px;margin:0 auto;flex-wrap: wrap;align-content: center;}
.gift-card img {padding:0.5rem 0.2rem;}

.sec02 .item{background:#fff; position:relative; border-radius:8px; box-shadow:0px 0px 8px rgba(0,0,0,0.3); padding:2rem 0;margin:2rem auto;}
.sec02 .item h3{ position:absolute; top:5px; left:-20px; }
.sec02 .item .txt{ background-color:#fff; margin:10px; padding-top:10px; border-radius:4px; }
.sec02 .item .txt p{margin:0; padding:1rem; }
.sec02 .item .pic{ display: flex;align-items: center;justify-content: space-between}
.sec02{background:#e9e9e9;padding:4rem;}



.sec05 .profile{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff3db+50,e5cfa5+100 */
background: #fff3db; /* Old browsers */
background: -moz-linear-gradient(top,  #fff3db 50%, #e5cfa5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff3db 50%,#e5cfa5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff3db 50%,#e5cfa5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3db', endColorstr='#e5cfa5',GradientType=0 ); /* IE6-9 */

border:solid 1px #fff; margin:0 auto; padding:2rem; border-radius:8px; box-shadow:0px 0px 8px rgba(0,0,0,0.3);max-width: 980px; }
.profile-hd{
    position:relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#960707+50,6e0404+100,6e0404+100 */
background: #6e0404 ; /* Old browsers */
color: #fff;
font-size:3rem;
padding:2rem 0;
margin:2rem auto;
line-height: 5rem;
width: 95%;
text-align: center;
font-family: source-han-serif-japanese, serif;
font-weight: 900;
font-style: normal;
}
.profile-hd:before{
	content:"";
	width:20px;
	height:100%;
	left:-20px;
	top:0;
	position:absolute;
    background:linear-gradient(to bottom right, transparent 50%, #6e0404 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top right, transparent 50%, #6e0404 50%) bottom left / 100% 50% no-repeat;
}
.profile-hd:after{
	content:"";
	width:20px;
	height:100%;
	right:-20px;
	top:0;
	position:absolute;
    background:linear-gradient(to bottom left, transparent 50%, #6e0404 50%,  #6e0404 50%, #6e0404 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #6e0404 50%) bottom left / 100% 50% no-repeat;
}



.sec06{background:url(../images/pre-bk.jpg);margin:0 auto;padding:4rem 0 2rem 0;}
.sec06 h2{margin-top:0;}

.sec06 .seminar{ max-width:980px;width: 96%; text-align:center; position:relative;border:solid thin #c1a046; margin:4rem auto;
  background: url("../images/sec06-all-bk.png"),url("../images/sec06-fl-lt.png"),url("../images/sec06-fl-rt.png"),url("../images/sec06-fl-rb.png"),url("../images/sec06-fl-lb.png");
  background-position:left top, bottom right,bottom left, right top;
background-repeat: no-repeat;
background-size:cover,5%,5%,5%,5%;padding:2rem;border-radius: 1rem;}
.semi01,.semi02,.semi03,.semi04,.semi05,.semi06,.semi07,.semi08{border-radius: 1rem;border:solid 2px #ded4ae;padding:2rem;background-size: cover;background-repeat: no-repeat;background-position: center;margin: 0 auto 4rem auto;}
.semi01{background:url("../images/sec06-semi01-bk.png");background-color:#fff;}
.semi02{background:url("../images/sec06-semi02-bk.png");background-color:#fff;}
.semi03{background:url("../images/sec06-semi03-bk.png");background-color:#fff;}
.semi04{background:url("../images/sec06-semi04-bk.png");background-color:#fff;}
.semi05{background:url("../images/sec06-semi05-bk.png");background-color:#fff;}
.semi06{background:url("../images/sec06-semi06-bk.png");background-color:#fff;}
.semi07{background:url("../images/sec06-semi07-bk.png");background-color:#fff;}
.semi08{background:url("../images/sec06-semi08-bk.png");background-color:#fff;}
.seminar p{text-align: left;padding-top:2rem;}
.sec08{background:#e9e9e9;padding:4rem 0;}
.section6{ padding-bottom:20px; }
.sec07{padding:4rem;}
.sec07 .item{background:url("../images/sec07-pre-bk.png"); width:960px; margin:6rem auto; border-radius:8px; position:relative; box-shadow:0px 0px 8px rgba(0,0,0,0.3); padding:4rem 1rem 1rem 1rem;text-align: center;}
.pre-title{position: relative;z-index:1;}
.pre-icon{position: absolute;top:-4rem;left:-0.5rem;z-index:0;}
.item .inner{margin:4rem auto 1rem auto;display: flex;padding:2rem;align-items: center;background:rgba(255,255,255,0.3);box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);}
.inner p{text-align: left;padding:2rem;}
.sec08{margin:2rem auto 0 auto;padding:4rem 0 2rem 0;}
.sec08 .ex{background:#fff;border-radius: 1rem;padding:2rem;margin:0 auto 4rem ;max-width: 980px;}

.kiyaku{ width:980px; margin:0 auto 35px; padding-top:15px; border:solid 1px #c9bcae; background-color:#fff; text-align:left; border-radius:5px; font-size:1.4rem;padding:2rem 0; }

.extra{ background:url(../images/ptn4.png) repeat; padding:20px 0 15px; border-left:solid 1px #fff; border-right:solid 1px #fff;
		box-shadow:rgba(163, 163, 163, 0.65098) 0px 10px 12px -3px;
		-webkit-box-shadow:rgba(163, 163, 163, 0.65098) 0px 10px 12px -3px;
		-moz-box-shadow:rgba(163, 163, 163, 0.65098) 0px 10px 12px -3px;
	 }

/* footer **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{ background-color:#000; text-align:center; padding:20px 0; }
.foot-copy{display: flex;align-items: center;color: #fff;text-align: left;font-size:0.5rem;width: 980px;margin: 0 auto;justify-content:center;}
.f_logo{margin-right:  10px;width: 220px;}

.chui { padding-bottom: 30px; }
.chui p{ margin: 0 50px 0px; }

/* form_end **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.form_end { position: absolute; width: 100%; height: 80px; background: #000; opacity: 0.7; z-index: 999; top: 7px; height: 100%;color:#fff;display: flex;align-items: center;justify-content: center;font-size:30px;}
.form_end_sp { position: absolute; width: 100%; height: 60%; background: #000; opacity: 0.7; z-index: 999; top: 7px; padding-top: 70px;}