@charset "UTF-8";
/* CSS Document */


body {
	width: 100%;
    background: #ededed;
    color: #313131;
    margin: 0px;
    padding: 0px;
    /*font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*/
	font: 17px/1.9 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
	
	.conteiner {
		width: 750px;
		/*background: #fdfcf5;*/
		background: #fff;
		margin: 0 auto;
		display: block;
		border-left: 1px solid #ccc;
    	border-right: 1px solid #ccc;
	}
	
	img {
		width: 750px;
		margin: 0 auto;
		display: block;
	}
	
.bg {
    background-image: url("../img/jon-bg.jpeg");
	/*background-image: url("../img/bg2.gif");*/
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*padding-bottom: 4%;*/
}
.blue {
    /*background-image: url("../img/blue.gif");
	/*background-image: url("../img/bg2.gif");*/
	background: #0054b3;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 5%;
}
.white {
	background: #fff;
	width: 85%;
	margin: 0 auto;
	display: block;
}
.flex {
	display: flex;
    width: 95%;
    margin: 0 auto;
	justify-content: space-between;
}


.before-left {
	 padding-right: 10px;
}
.before-right {
	padding-left: 10px;
}
.video-left {
	padding-right: 5px;
	width: 250px;
	height: auto;
}
.video-right {
	padding-left: 5px;
	width: 250px;
	height: auto;
}
video{
  background: #000000;
}

@media screen and (max-width: 768px) {
	.before-left {
		padding-right: 5px;
		width: 43%;
		height: 43%;
}
	.before-right {
		padding-left: 5px;
		width: 43%;
		height: 43%;
}
	.video-left {
		padding-right: 5px;
		width: 43%;
		height: 43%;
}
	.video-right {
		padding-left: 5px;
		width: 43%;
		height: 43%;
}
	.bg {
		background-image: url("../img/jon-bg.jpeg");
		/*background-image: url("../img/bg2.gif");*/
		background-position: center right;
		background-repeat: no-repeat;
		background-attachment: fixed;
		/*padding-bottom: 4%;*/
}
}



.training01 {
    border: 4px solid #1d45b3;
}
.boshu {
	color: #FCE106; 
	/*color: #fff;*/
	font-size: 120%;
	line-height: 0.9;
}
	
	.ttl {
		font-size: 22px;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		color: #313131;
	}

.enough {
	color: #fe0000; 
	font-size: 130%;
}

.red {
	color: #fe0000;
}

.tyousei {
			margin-top: -5px;
		}
.play{
	width: 100%;
	height: 300px;
	display: block;
	margin: 0 auto;
}
.youtube-ttl {
		text-align: center; 
		font-size: 150%; 
		margin-bottom: 0px;
	    margin-top: 0;
	}
	
	.absolute {
		position: relative;
		display:inline-block;
	}
	.youtube {
		position: absolute; 
		top: 90%; 
		left: 0; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px; 
		text-align: left; 
		color: #fff; 
		font-size: 150%;
	}
	
	.youtube a {
		color: #FFF;
	}
	
	.q-a {
		position: relative;
		display:inline-block;
	}
	.q {
		position: absolute; 
		top: -25%; 
		left: 9%; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px;  
		text-align: left; 
		color: #2882de; 
		font-size: 150%;
	}
	.a {
		position: absolute; 
		top: -20%; 
		left: 9%; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px;  
		text-align: left; 
		color: #414141; 
		font-size: 110%;
	}
	
	.bunsho {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		color: #19192f;
		padding-bottom: 3%;
		font-size: 110%;
		letter-spacing: -0.05em;
	}

.stage {
	width: 85%;
	display: block;
	margin: 0 auto;
}
	

	.q-a {
		position: relative;
		display:inline-block;
	}
	.q {
		position: absolute; 
		top: -33%; 
		left: 9%; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px;  
		text-align: left; 
		color: #2882de; 
		font-size: 150%; 
		line-height: 1.2;
	}
	.a-q {
		position: relative;
		display:inline-block;
		margin-top: -10px;
	}
	.a {
		position: absolute; 
		top: -20%; 
		left: 9%; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px;  
		text-align: left; 
		color: #414141; 
		font-size: 110%;
	}
	
	.br-sp {
		display: none;
	}
	
	.br-pc {
		display: inline;
	}
	
	.introduce {
		background-image: url("../img/bg-01.png");
		background-repeat: no-repeat;
	}
	
    h2 {
		color: #fff;
		text-align: center;
		padding-top: 50px;
		font-size: 220%;
	}
	
	.wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
    padding-right: 10%;
    padding-top: 30px;
}

/*.wrap-re {
	display: flex;
    width: 85%;
    margin: 0 auto;
}*/

.wrap-re {
	width: 85%;
	margin: 0 auto;
}

/*.column1 {
	width: 50%;
	margin-right: 3px;
}*/
.column1 {
	width: 315px;
	margin-right: 3px;
	margin-top: 6px;
	float: left;
}
/*.column2 {
	width: 50%;
	margin-left: 3px;
}*/
.column2 {
	width: 315px;
	margin-left: 3px;
	margin-top: 6px;
	float: left;
}

.detail05 {
    margin: 0 auto;
    width: 85.4%;
    padding-left: 0px;
    padding-bottom: 20px;
}
.detail05-pc {
			display: block;
		}
		.detail05-sp {
			display: none;
		}
	
	.wrap .box {
    background-color: white;
    border: 4px solid #f9e508;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-left: 20px;
    margin-right: 10px;
    border-radius: 10px;
    padding-left: 15px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;

}
	
	.detail-bunsho {
		margin-left: 20px;
		margin-right: 20px;
		color: #414141;
		line-height: 2;
	}
	.about_box {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 150%;
}

.tex08-re {
	line-height: 2;
    display: block;
    text-align: left;
    color: #19192f;
    width: 85%;
    margin: 0 auto;
    letter-spacing: -0.03em;
}

.yellow {
	background: #fff226;
}

.item02 {
    text-align: center;
    font-size: 130%;
    letter-spacing: -0.06em;
    width: 85%;
    margin: 10px auto;
}

span.under {
    text-decoration: underline;
    font-weight: bold;
}

span.bold.green {
    color: #004fb3;
    font-size: 150%;
    border-bottom: 5px solid #ffe400;
}

.reason-title {
	color: #1d45b3;
    font-size: 150%;
    font-weight: bold;
    margin: 0 auto;
    display: block;
	text-align: center;
}
    .tex06 {
    line-height: 1.8;
    color: #515151;
    font-size: 95%;
}

	.training {
    border: 2px solid #1d45b3;
    border-radius: 10px;
    width: 85%;
    margin: 40px auto 0;
    background: #fff;
}
	
	.naiyou {
		color: #fff;
		background: #1d45b3;
		text-align: center;
		font-size: 130%;
		padding: 10px;
	}
.tex08-cost {
    display: block;
    text-align: center;
    color: #999;
    width: 85%;
    margin: -15px auto 0;
    letter-spacing: -0.06em;
    font-size: 60%;
}
	.btn {
		width: 90%;
		padding-top: 15px;
		padding-bottom: 15px;
		
	}
	.btn:hover {
		position: relative;
		top: 4px;
		left: 4px;
	}
.tex08-boshu {
    line-height: 1.5;
    display: block;
    text-align: left;
    color: #555;
    width: 85%;
    margin: 0 auto;
    letter-spacing: -0.03em;
}
	
	footer {
		width: 750px;
		margin: 0 auto;
		display: block;
		text-align: center;
        padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		position: relative;
		background-color: #024174;
	}
	
	footer a {
		color: #fff;
	}
	
    ul {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
	}

	li {
		list-style: none;
	}
	li dl dt {
    cursor: pointer;
    display: table;
    width: ;
    height: 60px;
    padding: 0 0 0 70px;
    margin: 40px 0 20px;
    border-bottom: solid 2px #f2f2f2;
    background-image: url("../img/q1.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
	color: #2882de;
}
	li dl dd {
	margin: 0;
    min-height: 41px;
    padding: 0 0 10px 73px;
    min-height: 60px;
	border-bottom: dotted 2px #615151;
    background-image: url("../img/a1.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 14px;
    font-size: 1rem;
	line-height: 60px;
	color: #626262;
}
	.open-last {
			margin: 0;
    min-height: 41px;
    padding: 0 0 10px 73px;
    min-height: 60px;
	border-bottom: dotted 2px #615151;
    background-image: url("../img/a1.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 16px;
	color: #626262;
			
		}

    .s1 {
    color: #1d45b3;
    font-size: 24px;
    display: flex;
    align-items: center;
	margin-bottom: 0;
	}
    
    .s1:before, .s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #1d45b3;
    display: block;
	}
    
    .s1:after {
    margin-left: .4em;
}


.training-naiyou {
	color: #1d45b3; 
	/*border-top: 3px solid #1d45b3; */
	border-bottom: 2px solid #1d45b3; 
	text-align: center; 
	font-size: 200%; 
	font-weight: bold; 
	padding-top: 10px; 
	/*padding-bottom: 10px; */
	margin-top: 70px;
}

.naiyou_title {
	color: #fff;
	background: #1d45b3;
	text-align: center;
	font-size: 130%;
	padding: 10px;
}






section#form form {
    width: 90%;
    margin: 0 auto;
}

section#form .inner {
    margin-bottom: 5%;
}

section#form .input-box {
    border-radius: 10px;
    margin-bottom: 2%;
}

section#form p.label-p {
    padding: 1%;
    font-size: 130%;
}

input.whname {
    width: 95%;
    height: 2em;
    border: 1px solid #CCC;
    background-color: #ffffcc;
    box-shadow: 1px 1px 2px inset;
}
input {
    padding: 8px;
    font-size: 140%;
}

section#form ul {
    list-style: none;
    font-size: 130%;
}

section#form ul {
    list-style: none;
    font-size: 130%;
}

input[type=radio] {
    display: none;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}


input[type=radio]:checked + .radio03::before {
    border-color: #666;
}

.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

.radio03::after {
    background: #f23037;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}

div[Attributes Style] {
    text-align: -webkit-center;
}

.btn02 {
	width: 97%;
}

.hogo {
    margin: 0 auto;
    font-size: 70%;
    background-color: #eee;
    padding: 20px;
    margin: 20px 15px;
}



.freebirdDisclaimerColor, .freebirdDisclaimerColor a {
    color: rgba(0, 0, 0, 0.66);
    display: none;
}


.height {
	height: 2000px;
	margin-top: 50px;
}

.margin {
	width: 100%;
	max-width: 100%;
	background: #fcfcfc;
}









.form {
  background-color: #eaeaea;
  padding: 30px 60px;
}
/*②*/
.form dl dt {
  width: 165px;
  padding: 10px 0;
  float: left;
  clear: both;
}
/*③*/
#contact .form dl dd {
  padding: 10px 0;
}
/*④*/
.form .name {
  width: 240px;
  height: 20px;
}
 
.form .email {
  width: 300px;
  height: 20px;
}
 
.form .tel {
  width: 240px;
  height: 20px;
}
 
.form .message {
  width: 360px;
  height: 150px;
}
 
.form button {
  background-color: #333333;
  color: #ffffff;
  font-size: 20px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin-left: 165px;
}
 
.form button:hover {
  cursor: pointer;
  opacity: 0.8;
}

label {
	font-size: 150%;
}

.list_item {
	font-size: 70%;
}

.form-contents {
    width: 85%;
    margin: 0 auto 40px;
}

select {
	padding: 12px;
}

.label-p {
	font-size: 150%;
}

.btn_send {
	width: 50%;
	margin-top: -40px;
}


.thanks {
	font: 16px/1.6 "源柔ゴシック Midium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	text-align: center;
	margin: 20px 0;
}










	
	
	
	
	
	
	
	
	
	
	
	
	
	@media screen and (max-width: 768px){
		.conteiner {
		width: 100%;
		background: #fff;
		margin: 0 auto;
		display: block;
	}
		.conteiner::before {
	  background: url('../img/jon-bg.gif')  no-repeat center;/* 擬似要素に背景画像 */
	  background-position: center right;
	  background-size: 100% auto;/* cover指定 */
	  content: "";/* 画像を表示させる為に必要*/
	  display: block;/*ブロックボックスで表示*/
	  position: fixed;/* 擬似要素全体を固定 */
	  top: 0;/* 上からの配置を0 */
	  left: 0;/* 左からの配置を0 */
	  width: 100%;/* 横幅を画面全体 */
	  height: 100%;/* 縦幅を画面全体 */
	  padding: 0;
	  z-index: -1;/*背景画像になるように重ね順を-1*/
}
		.bg {
    background-image: url(../img/jon-bg.gif);
    /* background-image: url(../img/bg2.gif); */
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    /* padding-bottom: 4%; */
}
		.bg::before {
	  background: url('../img/jon-bg.gif')  no-repeat center;/* 擬似要素に背景画像 */
	  background-position: center right;
	  background-size: 100% auto;/* cover指定 */
	  content: "";/* 画像を表示させる為に必要*/
	  display: block;/*ブロックボックスで表示*/
	  position: fixed;/* 擬似要素全体を固定 */
	  top: 0;/* 上からの配置を0 */
	  left: 0;/* 左からの配置を0 */
	  width: 100%;/* 横幅を画面全体 */
	  height: 100%;/* 縦幅を画面全体 */
	  padding: 0;
	  z-index: -1;/*背景画像になるように重ね順を-1*/
}
		
		img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
		
	.training01 {
		border: 3px solid #1d45b3;
		width: 98%;
		margin: 0 auto;
	}
	.boshu {
		color: #ffe93d; 
		font-size: 115%;
		font-weight: bold;
	}
		
	.ttl {
		font-size: 19px;
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
	}
		
		.enough {
	color: #fe0000; 
	font-size: 110%;
}
		.tyousei {
			margin-top: -3px;
		}
		
	h2 {
		color: #fff;
		text-align: center;
		padding-top: 50px;
		font-size: 130%;
	}
	.absolute {
		position: relative;
		display:inline-block;
	}
		
	.play{
	width: 100%;
	height: 200px;
	display: block;
	margin: 0 auto;
}
	.youtube-ttl {
		text-align: center; 
		font-size: 120%; 
		margin-bottom: 0px;
	}
		
	.q-a {
		position: relative;
		display:inline-block;
	}
	.q {
		position: absolute; 
		top: -75%; 
		left: 9%; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px;  
		text-align: left; 
		color: #2882de; 
		font-size: 110%; 
		line-height: 1.2;
	}
	.a-q {
		position: relative;
		display:inline-block;
		margin-top: 30px;
	}
	.a {
		position: absolute; 
		top: -70%; 
		left: 9%; 
		max-width: 100%; 
		max-height: 100%; 
		padding: 30px;  
		text-align: left; 
		color: #414141; 
		font-size: 110%;
	}
		
		.br-sp {
			display: inline;
		}
		
		.br-pc {
			display: none;
		}
		
		.detail05-pc {
			display: none;
		}
		.detail05-sp {
			display: block;
		}
		
		.ttl {
			font-size: 16px;
			line-height: 1.4;
		}
		span.bold.green {
			color: #004fb3;
			font-size: 100%;
			border-bottom: 3px solid #ffe400;
		}
	
		footer {
		width: 100%;
		margin: 0 auto;
		display: block;
		text-align: center;
        padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		position: relative;
		background-color: #024174;
	}
		.naiyou {
			color: #fff;
			background: #2020a5;
			text-align: center;
			font-size: 115%;
			padding: 10px;
		}
		
		.training {
			border: 2px solid #2020a5;
			border-radius: 10px;
			width: 85%;
			margin: 20px auto 0;
		}
	.wrap{
		width: 90%;
		flex-direction: column;
		padding-top: 0;
		padding-right: 0%;
		padding-left: 0%;
		padding-bottom: 0;
	}
	.wrap .box{
		width: 100%;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
		.wrap-re {
    display: block;
    width: 85%;
    margin: 0 auto;
}
		.column1 {
    width: 100%;
    margin-right: 0;
}
		.column2 {
    width: 100%;
    margin-left: 0;
}
		
		.detail-bunsho {
		color: #414141;
		line-height: 1.8;
	}
		
		.tex08 {
    line-height: 1.8;
    display: inline-block;
    text-align: left;
}
		.tex08-re {
    line-height: 1.8;
    display: block;
    text-align: left;
    color: #393939;
    width: 85%;
    margin: 0 auto;
    letter-spacing: -0.03em;
    font-size: 85%;
}
		.tex08-boshu {
    line-height: 1.5;
    display: block;
    text-align: left;
    color: #555;
    width: 85%;
    margin: 0 auto;
    letter-spacing: -0.03em;
    padding-bottom: 50px;
    font-size: 70%;
}
		
		.tex06 {
    line-height: 1.8;
	color: #515151;
	font-size: 80%;
}
		
	li dl dt {
    cursor: pointer;
    display: table;
    width: ;
    height: 60px;
    padding: 0 0 0 54px;
    margin: 30px 0 20px;
    border-bottom: solid 2px #f2f2f2;
    background-image: url(../img/q1-sp.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #2882de;
}
	li dl dd {
    margin: 0;
    min-height: 41px;
    padding: 0 0 10px 52px;
    min-height: 40px;
    border-bottom: dotted 2px #615151;
    background-image: url(../img/a1-sp.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 14px;
    line-height: 37px;
    color: #626262;
}
		.open-last {
    margin: 0;
    min-height: 41px;
    padding: 6px 0 1px 52px;
    min-height: 45px;
    border-bottom: dotted 2px #615151;
    background-image: url(../img/a1-sp.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 14px;
    color: #626262;
    line-height: 2;
}
		
		
		.training-naiyou {
			color: #1d45b3;
			border-bottom: 2px solid #1d45b3;
			text-align: center;
			font-size: 150%;
			font-weight: bold;
			margin-top: 50px;
		}
		
		.naiyou_title {
	color: #fff;
	background: #1d45b3;
	text-align: center;
	font-size: 110%;
	padding: 10px;
}
		

section#form form {
    width: 90%;
    margin: 0 auto;
}

section#form .inner {
    margin-bottom: 5%;
}

section#form .input-box {
    border-radius: 10px;
    margin-bottom: 2%;
}

section#form p.label-p {
    padding: 1%;
    font-size: 130%;
}

input.whname {
    width: 95%;
    height: 2em;
    border: 1px solid #CCC;
    background-color: #ffffcc;
    box-shadow: 1px 1px 2px inset;
}
input {
    padding: 8px;
    font-size: 140%;
}

section#form ul {
    list-style: none;
    font-size: 130%;
}

section#form ul {
    list-style: none;
    font-size: 130%;
}

input[type=radio] {
    display: none;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}


input[type=radio]:checked + .radio03::before {
    border-color: #666;
}

.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

input[type=radio]:checked + .radio03::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

.radio03::after {
    background: #f23037;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}
		
.btn_send {
	width: 80%;
}

div[Attributes Style] {
    text-align: -webkit-center;
}

.btn02 {
	width: 97%;
}
		
		.height {
	height: 2050px;
}
		

}