@charset "UTF-8";

.tokuwrap:after,
.point:after,
.image_fr:after,
.image_fl:after,
.clearfix:after {
content:'';
display:block;
clear:both;
}

.tokuwrap,
.point,
.image_fr,
.image_fl,
.clearfix {
/zoom:1;
}


body {
	font-size:20px;
	margin: 0;
	padding: 0;
	line-height:1.7;
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.mincho {
 	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
h1, h2, h3 {
 	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.red {
	color: #e60012;
}
.blue {
	color: #0000ff;
}
.yellow {
	color: #fff100;
}
.black {
	color: #000;
}
.bold {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.normal {
	font-weight: normal !important;
}
.bgy {
	background-color: #fff100;
}
.ul {
	text-decoration: underline;
}

.pb0 { padding-bottom: 0 !important;}
.pb3 { padding-bottom: 3% !important;}
.pb10 { padding-bottom: 10% !important;}
.pb5 { padding-bottom: 5% !important;}

.pt0 { padding-top: 0 !important;}
.pt3 { padding-top: 3% !important;}
.pt5 { padding-top: 5% !important;}
.pt10 { padding-top: 10% !important;}

.mb0 { margin-bottom: 0 !important;}
.mb3 { margin-bottom: 3% !important;}
.mb5 { margin-bottom: 5% !important;}
.mb10 { margin-bottom: 10% !important;}

/* font */
.f10 { font-size: 50% !important;}
.f12 { font-size: 60% !important;}
.f14 { font-size: 70% !important;}
.f16 { font-size: 80% !important;}
.f18 { font-size: 90% !important;}
.f20 { font-size: 100% !important;}
.f22 { font-size: 110% !important;}
.f24 { font-size: 120% !important;}
.f26 { font-size: 130% !important;}
.f28 { font-size: 140% !important;}
.f30 { font-size: 150% !important;}
.f32 { font-size: 160% !important;}
.f34 { font-size: 170% !important;}
.f36 { font-size: 180% !important;}
.f38 { font-size: 190% !important;}
.f40 { font-size: 200% !important;}
.f42 { font-size: 210% !important;}
.f44 { font-size: 220% !important;}
.f45 { font-size: 225% !important;}
.f48 { font-size: 240% !important;}
.f50 { font-size: 250% !important;}
.f54 { font-size: 270% !important;}
.f58 { font-size: 290% !important;}
.f60 { font-size: 300% !important;}
.f64 { font-size: 320% !important;}
.f68 { font-size: 340% !important;}
.f70 { font-size: 350% !important;}
.f72 { font-size: 360% !important;}

/* text-align */
.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r {
	padding-right: 100px;
	text-align: right;
}
.pr0 {
	padding-right: 0 !important;
}

.image_fr {
	float: right;
	width: 450px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.image_fl {
	float: left;
	width: 450px;
	margin-right: 20px;
}
.image_fl2 {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.image_fl3 {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.w_40 {
	width: 40% !important;
	margin: 0 auto;
}
.w_50 {
	width: 50% !important;
	margin: 0 auto;
}
.w_60 {
	width: 60% !important;
	margin: 0 auto;
}
.w_70 {
	width: 70% !important;
	margin: 0 auto;
}
.w_80 {
	width: 80% !important;
	margin: 0 auto;
}



/*--------------------------------------
背景用*/
.bg_gray {
	background-color: #434343;
}
.bg_blue2 {
	background-color: #CFD7E1;
}
.bg_blue3 {
	background-color: #10386B;
}
.bg_black {
	background-color: #000;
}

/*--------------------------------------
ヘッダー用*/
/*header {
	background: url(../images/bg_main.png)no-repeat center center/cover;
}*/
header {
	background-color: #000;
}
h1 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}

/*--------------------------------------
本文用*/
.txtwrapper,.txtwrapper2 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 5% 0;
}
.wrap {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 8% 0;
}
h2 {
	padding-bottom: 7%;
	text-align: center;
}
h2:last-child {
	padding-bottom: 0;
}
ul.list {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
ul.list li{
	padding-left: 70px;
	margin-bottom: 5%;
	color: #fff;
	background: url(../images/yaji.png)no-repeat left center/30px auto;
}
.bg_gray .txt {
	color: #fff;
	font-weight: bold;
}
.bg_blue3 .txt {
	color: #fff;
}
.bg_black .txt {
	color: #fff;
}
.txt {
	padding-bottom: 7%;
}
.txt:last-child {
	padding-bottom: 0;
}
.txt_s {
	font-size: 90%;
	line-height: 2;
	color: #fff;
}
.image {
	padding-bottom: 7%;
	text-align: center;
}
.image:last-child {
	padding-bottom: 0;
}
.point {
	margin-bottom: 5%;
	text-align: center;
}
.pointin {
	display: inline-block;
	width: 30%;
	margin-right: 20px;
	vertical-align: top;
}
.pointin:last-child {
	margin-right: 0;
}
.pointimage {
	padding-bottom: 5%;
}
.pointin .txt {
	text-align: left;
}
/* #profile */
section#profile {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
  z-index: -10;
  background: url("../images/bg_profile.jpg")no-repeat 200px 0/auto 100%;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: inherit;
}
section#profile .frame-wrapper {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 200%;
  z-index: -1;
  background:url(../images/bg_profile.png)no-repeat left top/100% 100%;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
section#profile .txt-wrapper {
  width: 700px;
  padding: 30px;
  font-size: 14px;
  color: #fff;
}
section#profile h2 {
  margin: 0 auto 3%;
  padding-bottom: 0;
  font-size: 400%;
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
section#profile .txt {
	padding-bottom: 2%;
	line-height: 1.5;
}
section#profile .name_txt {
	font-size: 150%;
}
.profileinner {
  width: 900px;
  margin: 0 auto;
}
h3 {
	padding: 5% 0;
	background-color: #10386B;
	text-align: center;
}
.session {
	margin-bottom: 8%;
	background-color: #fff;
	border:3px solid #10386B;
}
.session:last-child {
	margin-bottom: 0;
}
.sessionimage {
	padding: 5%;
	background-color: #10386B;
	text-align: center;
}
.sessiontxt {
	padding: 5%;
}
.sessiontxt .txt {
	padding-bottom: 5%;
}
.sessiontxt .txt:last-child {
	padding-bottom: 0;
}
.session .image {
	padding-bottom: 3%;
}
ul.content01 {
	padding: 3%;
	margin-bottom: 5%;
	background-color: #ffffd9;
	border:1px dotted #757575;
}

ul.content01 li {
	padding-left: 27px;
	margin-bottom: 10px;
	background: url(../images/check.png)no-repeat left center/20px auto;
}
ul.content01 li:last-child {
	margin-bottom: 0;
}
ul.content02 {
	padding: 5%;
	margin-bottom: 7%;
	border:2px dotted #3d3d3d;
}
ul.content02 li .ul_red {
	border-bottom: 2px solid #f00;
}
.box {
	padding: 3%;
	margin-bottom: 5%;
	background-color: #ffffd9;
	border:1px dotted #757575;
}
.box:last-child {
	margin-bottom: 0;
}
h4 {
	padding-bottom: 3%;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #10386B;
	font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.tokuwrap {
	margin-bottom: 5%;
}
.toku h3 {
	padding: 0 0 5%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 250%;
	line-height: 1.5;
}
.tokuimage_fl {
	float: left;
	width: 300px;
	margin-right: 2%;
}
.tokuimage_fr {
	float: right;
	width: 300px;
	margin-left: 2%;
}
.tokuimage {
	width: 60%;
	margin: 0 auto 5%;
}
.tokuwrap .txt {
	padding-bottom: 5%;
}
dl.question dt {
	padding:10px 10px 10px 50px;
	margin-bottom: 20px;
	background: url(../images/q.png)no-repeat left center/40px auto;
}
dl.question dd {
	padding:0 10px 10px 50px;
	margin-bottom: 30px;
	background: url(../images/a.png)no-repeat left top/40px auto;
}
dl.question dd .txt-wrapper {
	margin-bottom: 2em;
}
dl.question dd .txt {
	padding-bottom: 0;
	margin-bottom: 1em;
}
dl.question dd .txt:last-child {
	margin-bottom: 0;
}
dl.notes {
	padding: 3%;
	margin-bottom: 5%;
	font-size: 90%;
	border:1px solid #000;
}
dl.notes dt {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
dl.notes dd {
	padding: 0;
	margin: 0;
}
footer {
	background-color: #110c09;
}
.btn {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 8%;
}
.btntxt {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 118%;
}
.timer {
	width: 90%;
	margin: 0 auto 3%;
	padding: 3%;
	text-align: center;
	border:5px solid #fff100;
	border-radius: 20px;
	color: #fff100;
	font-size: 220%;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ StdN W8","Hiragino Kaku Gothic StdN","HGP創英角ｺﾞｼｯｸUB","HGPSoeiKakugothicUB","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.timer span {
	font-size: 70%;
}

/*----------------------------------------
メニュー配置

#menu {
	position: fixed;
	width: 170px;
	bottom:55px;
	right: 1%;
	z-index: 2000;
}
#menu img:hover {
	opacity: 0.7;
}
#menu img {
	max-width: 100%;
	height: auto;
}
#menu .sub_btn {
	padding: 0;
	background-color: transparent;
	border:none;
	margin-bottom: 0;
}

@media screen and (min-width:1240px) {
	#menu {
		position: fixed;
		width: 170px;
		bottom: 55px;
		left: 50%;
		z-index: 2000;
		margin-left: 460px;
	}
}
-------------------------------------------*/

/*--------------------------------------
レスポンシブ*/

@media screen and (min-width: 800px){
	.sp{display:none;}
	br.sp {display: none;}
}
@media print, screen and (max-width: 800px) {
	body {
		font-size: 100%;
		line-height: 1.4;
		font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	}
	.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	footer {
		padding: 2% 0;
	}
	.bold {

	}
	.w_40 {width: 60%;}
	.w_45 {width: 60%;}
	.w_50 {width: 60%;}
	.w_60 {width: 80%;}
	.w_70 {width: 100%;}
	.w_80 {width: 100%;}
	.w_40_sp {width: 60%;}
	.w_45_sp {width: 60%;}
	.w_50_sp {width: 60%;}
	.w_60_sp {width: 80%;}
	.w_70_sp {width: 100%;}
	.w_80_sp {width: 100%;}

	h1 {
		width: 90%;
		margin: 0 auto;
	}
	.txtwrapper {
		width: 90%;
		margin: 0 auto;
	}
	.wrap {
		padding: 10% 5%;
	}
	.txt {
		padding-bottom: 10%;
	}
	ul.list li{
		padding-left: 15%;
		margin-bottom: 5%;
		color: #fff;
		background: url(../images/yaji.png)no-repeat left center/12% auto;
	}
	.image_fr,.image_fl,.image_fl2,.image_fl3 {
		float: none;
		width: 80%;
		margin: 0 auto 5%;
	}
	.pointin {
		display: inline;
		width: 80%;
		margin: 0 auto 5%;
	}
	h3{
		padding: 5%;
	}
	.toku h3 {
		font-size: 150%;
	}
	.w_70,.tokuimage {
		width: 100% !important;
	}
	h4 {
		font-size: 118%;
	}
	.txtwrapper2 {
		width: 90%;
		margin: 0 auto 5%;
		padding: 5%;
		background:url(../images/bg_profile.png)no-repeat left top/100% 100%;
	}
	.txtwrapper2 .txt {
		color: #fff;
		font-size: 88%;
	}
	.timer {
		font-size: 138%;
	}
	.w_80,.w_60 {
		width: 90% !important;
		margin: 0 auto;
	}

}
@media print, screen and (max-width: 800px) and (min-width: 700px) {
	body {
		font-size: 118%;
	}
	br {
		display: block;
		content: none;
	}
}
