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



/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #f5f5f5;
	color: #4d4d4d;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN","Hiragino Sans",  "Arial", "Yu Gothic", "Meiryo", "sans-serif";
	text-align: justify;
	letter-spacing: -0.03em;
}

#notice_04 {
    padding: 0px 10px;
    font-size: 120%;
    line-height: 1;
    text-align: left;
    font-weight: normal;
}

#notice_04 p {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
}

.box_04 {
    background-color: #f2f2f2;
    padding-top: 0px;
    font-size: 1rem;
    margin: 30px 30px 0px;
    padding-top: 20px;
}

.red {
	color: red;
}

.size20 {
	font-size: 1.2rem;
}


.submit_02 {
	background-color: #00cfc4;
	border-radius: 5px;
	color: #fff;
	font-size: 130%;
	font-weight: 500;
	text-align: center;
	margin-right: 3%;
	margin-left: 6%;
	margin-bottom: 20px;
	padding-right: 4%;
	padding-left: 4%;
	/*display:block;*/
}

.submit_03 {
	background-color: #00cfc4;
	border-radius: 5px;
	color: #fff;
	font-size: 130%;
	font-weight: 500;
	text-align: center;
	margin-right: 3%;
	margin-left: 6%;
	margin-bottom: 20px;
	padding-right: 1%;
	padding-left: 1%;
	/*display:block;*/
}



/*文字サイズ*/
.f130_01 { font-size: 130%;}

#main .tokuten05 {
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    color: #C00;
}

#order_01 {
	width: 80%;
	margin: 0 auto;
}
/*ボタン*/



#s-shosai {
    margin:20px auto 0 auto;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}
user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

#s-shosai th {
    width: 30%;
    background-color: #555;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
}

#s-shosai td {
    width: 70%;
    padding: 20px;
    border: 1px solid #ddd;
}

.kiyaku {
    overflow-y: scroll;
    height: 50px;
    width: 70%;
    padding: 1em;
    font-size: 80%;
    color: #888;
    margin: 20px auto 40px;
	text-align: left;
}

.delline{text-decoration: line-through;
text-decoration-color: #ff0000;}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
background:url(../img/hd-bg3.jpg);
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #555;	/*リンクテキストの色*/
	text-decoration: none;
}
a:hover {
	color: #006ddc;	/*マウスオン時の文字色（全体）*/
}
a:hover img{
position : relative;
top : 3pt;
left : 3pt;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 750px;	/*コンテナー幅*/
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto; }

.body-bg2 { background-color: #fff; }



/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/


nav {
	text-align: center;
	height: 84px;
	background-color: #393939;
}

nav ul {
	margin: 0 ;
	padding: 0 ;
}

nav li {
	list-style: none;
	display: inline-block;
	width: 30%;
	min-width: 90px;
	padding-top: 3%;
	padding-bottom: 3%;
}

nav li:not(:last-child){
	border-right:2px solid #292929;
}

nav a {
	text-decoration: none;
	font-size: 150%;
	color: #fff;
}

nav a:hover{
	color: #7bebe5;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
/*追加 ----------------------*/
.fv {
	height: 80px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/fv_02.png);
	background-repeat: no-repeat;
}

.fv img {
	margin-top: 20px;
	width: 50%;
}

.fv p {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #27476e;
	padding-top: 10px;
}

h1{
	text-align: center;
	color:#393939;
	font-size : 55px;
	line-height:1.4;
	padding: 20px 40px;
}
p.fv_bottom {
    text-align: center;
    margin: -10px 0 0 0;
    font-weight: 600;
    font-size: 130%;
}

.contents {
	overflow: hidden;
	vertical-align: bottom;
 }

.item {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.item_2 {
	float: left;
	margin-top: 20px;
}

.item_p {
	font-size: 140%;
	color: #27476e;
	color: #3d3d3d;
	font-weight: bold;
}

.item_p2 {
	font-size: 160%;
	text-align: left;
	color: #27476e;
	font-weight: bold;
	padding-top: 18px;
}

.contents_2 {
	position: relative;
	height: 115px;
 }

.absolute_01 {
	position: absolute;
	top: 5%;
}


.absolute_03 {
	position: absolute;
	right: 13%;
	text-align: right;
	font-family: ヒラギノ角ゴ Pro;
    font-weight: bold;
    line-height: 1.5;
}

.contents_hr {
	margin: 0 6%;
	width: 88%;
	margin-bottom: 20px;
}

.relative{
	position: relative;
}

.php {
    position: absolute;
    font-size: 150%;
    color: #27476e;
	color: #3d3d3d;
	font-family: ヒラギノ角ゴ Pro;
    font-weight: bold;
    line-height: 1.4;
    top: 0;
    left: 22%;
    text-align: center;
}

section {
	background-color: #eeeeee;
}

.seminar2 {
	background-color: #eeeeee;
	text-align: center;
}

.seminar3 {
	background-color: #eeeeee;
	text-align: center;
	/*margin-top: 50px;*/
}

.main_btn {
	margin-top: 10px;
}

.line_btn {
	margin-top: 50px;
}

.line_btn2 {
	margin-top: 50px;
}

.step {
	margin-top: 50px;
	padding-bottom: 2%;
}

.php_02 {
    position: absolute;
    font-size: 150%;
    color: #27476e;
	font-family: ヒラギノ角ゴ Pro;
    font-weight: bold;
    line-height: 1.3;
    top: 50%;
    left: 26%;
    text-align: center;
}

.caution_02 {
	font-size: 90%;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.absolute a {
    position: absolute;
    top: 290px;
	left: 110px;
    text-align: center;
}

.seireki {
	font-size: 80%;
    color: #27476e;
	color: #3d3d3d;
}

.nen {
	font-size: 60%;
}

.num {
	font-size: 300%;
}

.date {
	font-size: 188%
}

.btn{
	display: flex;
	justify-content: flex-end;
}


.recommend {
	height: 800px;
	background-color: #EEEEEE;
}

h2 {
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
	color: #4d4d4d;
	line-height: 1.3;
	padding-top: 60px;
	padding-bottom: 40px;
}

.sponsorship {
    color: #00b0a8;
    padding-bottom: 2%;
    padding-top: 12%;
}

.recommend h2 span {
	font-size: 24px;
	font-weight: 500;
}

.recommend_main {
	display: block;
	margin: 0 auto;
}

.recommend_box {
	display: flex;
	flex-wrap: wrap;
}

.recommend01 {
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 6%;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend02 {
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend03 {
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend04 {
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 6%;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend05 {
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend06 {
	display: inline-block;
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend07 {
	width: 194px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 45px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend p {
	padding-top: 20px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #666;
}

.h3 {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	color: #00c9bf;
	line-height: 1.4;
	padding-top: 60px;
}

.size_20 {
	font-size: 1.25rem;
	padding: 20px 80px 60px;
}

.topics {
	height: auto;
	background-color: #eaf4fe;
	padding-bottom: 1%;
}

.h2_size_24 {
	font-size: 1.5rem;
	font-weight: 500;
	padding-top: 20px;
	color: #c8c8c8;
}

.topics_box {
	width: 660px;
	margin-left: 45px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}
.topics_box2 {
    width: 660px;
    margin-left: 45px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    text-align: center;
}
.topics_box h3 {
    padding-top: 40px;
    margin: 0 6%;
	font-size: 2.3rem;
}
.topics_box2 h3 {
    padding-top: 3.5%;
    margin: 0 6%;
	font-size: 1.4rem;
}
.topics_box p {
    font-size: 1.375rem;
    font-weight: 500;
    padding: 30px;
    text-align: justify;
    line-height: 1.9;
    letter-spacing: -0.05rem;
}
.topics_box2 p {
	font-size: 1.375rem;
	font-weight: 500;
	padding: 0 30px;
	text-align: justify;
	line-height: 1.5;
	letter-spacing: 1.5;
}

.topics_box02 {
	width: 16px;
	height: 30px;
	background-color: #f1f2d6;
	margin: 0 auto;
}
.topics_box03 {
	width: 16px;
	height: 30px;
	background-color: #ccc;
	margin: 0 auto;
}
.pt40 {
	padding-top: 40px;
}
.join {
	margin: 30px 6% 0 6%;
}

.join_box {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}

.join_box img {
	margin-top: 20px;
}

.join_box h3 {
	padding-top: 20px;
}

.join_box p {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.btn {
	margin: 60px 110px;
}

.company {
    margin: 6% 6% 0;
}

.company_box {
	width: 95%;
	height: 255px;
	border-radius: 5px;
	margin-top: 10px;
	padding-top: 25px;
	padding-left: 35px;
	background-color: #f6f5f3;
}

.size_30 {
	font-size: 1.875rem;
}

.size_30 span {
	vertical-align: middle;
	color: #00c9bf;
}

.size_24 {
	font-size: 1.5rem;
}

.size_16 {
	padding-left: 20px;
}

hr {
	width: 350px;
	margin: 20px 0;
}

.absolute_img {
	position: absolute;
	margin-top: -170px;
	margin-left: 350px;
	width: 250px;
	height: 200px;
}
.absolute_img2 {
	position: absolute;
	margin-top: -146px;
	margin-left: 350px;
	width: 250px;
	height: 200px;
}
.absolute_img3 {
	position: absolute;
	margin-top: -152px;
	margin-left: 350px;
	width: 250px;
	height: 200px;
}

.map {
	margin-bottom: 40px;
}

.company_box2 {
	width: 626px;
	height: 255px;
	border-radius: 5px;
	margin-top: 20px;
	padding-top: 25px;
	padding-left: 35px;
	background-color: #f6f5f3;
}

.company_box3 {
	width: 626px;
	height: 245px;
	border-radius: 5px;
	margin-top: 20px;
	padding-top: 25px;
	padding-left: 35px;
	background-color: #f6f5f3;
}
.company_box4 {
	width: 626px;
	height: 255px;
	border-radius: 5px;
	margin-top: 20px;
	padding-top: 25px;
	padding-left: 35px;
	background-color: #f6f5f3;
}

.speaker {
    height: auto;
    position: relative;
    margin: 80px 0;
}

.speaker_p {
	position: absolute;
	top: 55%;
	left: 60%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: right;
	font-family: "游明朝";
	line-height: 1.5;
}

.size_48 {
	font-size: 3rem;
}

.speaker_box {
	position: absolute;
	top: 49%;
	background-color:rgba(0, 0, 0, 0.5);

}

.speaker_box p {
	padding: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: justify;
}

.voice_box {
	margin-bottom: 20px;
}

.voice_hr {
	margin: 0 45px;
	width: 660px;
}

.caution {
	margin: 20px 45px;
	text-align: right;
	color: #838383;
}

h4 {
    margin-top: 20px;
    margin-left: 45px;
	margin-right: 45px;
    margin-bottom: 10px;
    font-size: 24px;
    /* float: left; */
}

.date {
	margin-top: 20px;
	margin-right: 45px;
	text-align: right;
	font-size: 1.25rem;
	color: #838383;
}

.evaluation {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 45px;
    font-size: 1.25rem;
    text-align: left;
    /* color: #3d3d3d; */
    font-weight: 600;
}

.voice_p {
	margin: 0 45px;
	font-size: 1.25rem;
	text-align: justify;
}

.question {
	background: #fff;
}
.fv_top {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
	color: #00a59d;
	color: #28b2b4;
    padding-top: 5%;
	text-align: center;
}
.fv_under {
    margin: 0 6% 3%;
}
.fv_under h2 {
    padding-bottom: 3%;
}
.align_left {
	text-align: left;
}
.event_ttl h2 {
	padding-bottom: 2%;
}
.seminar3 {
    background-color: #eeeeee;
    text-align: center;
    padding-bottom: 3%;
}
.slider {
    padding-bottom: 0%;
}
.day_box {
    margin: 20px auto 30px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px 6%;
}
.day_box2 {
    margin: 20px auto 30px;
    /*background: #fff;*/
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 6% 20px;
}
.profile h4, .day_box h4 {
    border-left: 5px solid #00b0a8;
    color: #333;
    padding-left: 15px;
    margin: 0 0 3% 0;
    float: none;
}
.profile h3, .day_box h3 {
    line-height: 1.3;
    font-size: 180%;
    border-left: 5px solid #46ccc3;
    padding-left: 15px;
}
.profile h4, .day_box h4 {
    border-left: 5px solid #46ccc3;
    color: #333;
    padding-left: 15px;
    margin: 0 0 3% 0;
    float: none;
}
.profile h3, .day_box h3 {
    line-height: 1.3;
    font-size: 180%;
    border-left: 5px solid #46ccc3;
    padding-left: 15px;
}
.day_box p {
    line-height: 1.4;
    margin-bottom: 14px;
    font-size: 16px;
}
.mb20 {
    margin-bottom: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
}
.intro {
	font-size:122%; 
	line-height: 1.7; 
	letter-spacing: -0.03rem; 
	text-align:justify;
}
.intro_hr {
	width: 100%;
}
.w100 {
	width: 100%;
}
.f70 {
	font-size: 70%;
}
.nayami {
	background: #fff;
	padding-top: 8%;
}
.mesut {
	background: #fff;
	margin-top: 10%;
}
.star {
	color: #00c9bf;
}
.company h2 {
	font-size: 2.1rem;
}
.sub_ttl {
    font-size: 55%;
    margin-top: 0.8%;
}
.red {
	color: red;
	padding-top: 1%;
}
#voice {
	background: #fff;
	margin-top: 9%;
}
.q_a {
	margin: 0 6%;
}
.q {
    font-size: 1.2rem;
	letter-spacing: -0.05rem;
}
.pro {
	font-size:118%; 
	line-height: 1.6;
	letter-spacing: -0.2px;
}
.kako {
	font-size:110%; 
	line-height: 1.6;
	letter-spacing: -0.2px;
}
.grobal {
	font-size:160%; 
	line-height: 1.7; 
	letter-spacing: -0.05rem; 
	text-align:justify; 
	margin: 3% 6%; 
	text-align: center;
}
.meet {
	font-size:180%; 
	line-height: 1.7; 
	letter-spacing: -0.1rem; 
	text-align:justify; 
	margin: 1% 6% 3%; 
	text-align: center;
}
.huukei {
	padding-bottom: 1rem !important;
}
.topics_box02_ttl {
	font-size: 1.375rem;
    font-weight: 500;
    padding: 30px 30px 0;
    text-align: justify;
}
#voice h2 {
	margin: 0 6%;
}
section h2 {
	margin: 0 6%;
}
.comment {
	font-size:110%; 
	line-height: 1.7; 
	letter-spacing: -0.05rem; 
	text-align:justify;
}
.zisseki {
	font-size:110% !important; 
	line-height: 1.7 !important; 
	letter-spacing: -0.05rem; 
	text-align:justify;
}
.name {
	font-size:140%; 
	text-align:right;
}
















@media screen and (min-width: 768px){
	.pc_none {
		display: none;
	}
}

.question img {
	margin-left: 45px;
	float: left;
}

.question_box {
	width: 600px;
	height: 140px;
	border-radius: 5px;
	margin-top: 35px;
	margin-right: 45px;
	margin-left: 110px;
	background-color: #f6f5f3;
}

.question_box_02 {
    width: 92%;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
    /* margin-right: 45px; */
    /* margin-left: 110px; */
    background-color: #f6f5f3;
	padding: 3%;
}

.question_box_03 {
	width: 600px;
	height: 75px;
	border-radius: 5px;
	margin-top: 35px;
	margin-right: 45px;
	margin-left: 110px;
	background-color: #f6f5f3;
}

.question_box_04 {
	width: 600px;
	height: 135px;
	border-radius: 5px;
	margin-top: 35px;
	margin-right: 45px;
	margin-left: 110px;
	background-color: #f6f5f3;
}

.question_h {
	margin-top: 0;
	margin-left: 10px;
}

.question p {
	padding: 20px;
	text-align: justify;
	font-size: 20px;
}

.tokuten01 {
	width: 660px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin: 0 45px;
}

.form {
	margin-top: 120px;
}

.form_img {
	margin-top: 50px;
	margin-bottom: 20px;
}

table {
	width:100%;
}

td, th { border:1px solid #bbb; padding:10px 20px 7px; line-height:1.8; background:#fff; }
th {
	width: 25%;
	background:#ddd; 
	font-weight:normal; 
}
th {
    width: 25%;
    background: #00c9bf;
    font-weight: normal;
    color: #fff;
}

.company_info {
	margin-top: 40px;
}

.company_info a {
	color: #0072bc;
    text-decoration: underline;
}

.ika{
	margin-top: 3%;
}
.ika p{
	text-align: center;
    line-height: 1.8;
    font-size: 130%;
}
.hogo{
	margin: 0 auto;
	font-size:90%;
	background-color:#eee;
	padding:20px;
	margin-bottom:20px;
	margin-top:20px;
}
.center {
	text-align: center;
}

#text-box {
	width: 100%;
	margin: 0 auto;
}
#shosai {
	margin: 0 auto;
    border: 1.5px solid #999999;
    width: 90%;
}
#shosai tr {}
#shosai th {
	background-color: #7f7f7f;
    width: 30%;
    color: #fff;
    font-size: 110%;
    padding: 0.1em;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #999999;
}
#shosai td{
	width: 70%;
    padding: 1em;
    border-bottom: 1px solid #999999;
}
#shosai td p{
	line-height: 1.8;
	text-align: justify;
}
#shosai td span.small{
	font-size: 80%;
}
#shosai td span.red{
	color: red;
}
footer {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    background: #00b0a8;
}
footer .wrapper {
    display: flex;
    justify-content: space-around;
}
.wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-inner{
	text-align: left;
}
.footer-inner a{
	padding: 5px;
    margin: 50px;
    color: #fff;
    padding-left: 30px;
    background: url(../images/listmark-arrow.png) no-repeat left 0 top 5px;
}

.footer-inner a:hover{
	text-decoration: underline;
	}
.footer-inner ul{
	margin:0;
	padding:0;
	list-style: none;
}
.footer-inner li{
	text-align: left;
	padding: 8px 0;
	font-size: 120%;
	border-bottom: 1px solid #26466d;
}
.footer-inner li:hover{
	opacity: 0.5;
	background: #26466d;
}
.fotter-inner li:last-child::after{
	content: none;
}
.footer-inner span.copy{
	font-size: 80%;
}
footer p.copy{
	text-align: center;
	padding: 20px 0;
	font-size: 90%;
}
footer .wrapper a {
    display: inline-block;
    color: lightslategray;
	color: #fff;
    font-family: tbudrgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.text-center {
    width: 310px !important;
}

/*=============================
          SP用
 =============================*/


@media screen and (max-width: 768px) {
	/* スマホ用のCSS */	
	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}

.yohaku {
	margin-top: 40px;
}
.yohaku1 {
	margin-top: 60px;
	margin-bottom: 0;
}
.line {
	width: 50%; 
	display: block; 
	margin: 0 auto;
}
.sp-none {
	display: block;
}
	.pc-none {
		display: none;
	}

}


@media only screen and (max-width: 768px) {
	.footer-inner{
		text-align: center;
	}
	.footer-inner a{
		background: url(../images/listmark-arrow.png) no-repeat left 0 top 5px;
	}
	.footer-inner li{
		font-size: 150%;
	}
	footer .img-center{
		font-size: 120%;
	}
}


@media only screen and (max-width: 768px){
	#shosai th {
		font-size: 90%;
	}
	#shosai td {
		font-size: 70%;
	}

	.main-btn iframe{
	height: 730px !important;
	}
	.main-btn-02 iframe{
		height: 100px
	}
}


@media screen and (max-width: 767px){
	/*
	.absolute p {
    position: absolute;
    font-size: 280%;
    color: #454545;
    font-weight: bold;
    line-height: 65%;
    top: 38px;
    left: 55px;
    text-align: center;
}
*/
.ewp_grey_column .text-center {
	width: 100% !important;
	font-size: 130% !important;
	line-height: 1.3;
	margin-top: 40px;
	margin-bottom: 20px;
}

select {
	font-size: 180%;
}


@media screen and (max-width: 768px) {
/* スマホ用のCSS */	

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


.sp-none{display:none;}
.pc-none{display:block;}
img{
		max-width:100% !important;
}
img.alignright{
	width:40%;
}
img.w-adimg{
width:40%;
}
body{
font: 12px/1.6;
}

/*スマホ横幅

#container {
	width: 100%;
}*/

h3.green{
	font-size:140%;
	padding:5px;}

.hd_link{
	display:none;
}
header{
	height:auto;
}

footer{  /*mobile*/
	width:100%;
	min-width:100%;
	font-size: 60%;
	margin-bottom: 15px;
}
.footer-inner{
		text-align: center;
	}
		.footer-inner li{
		font-size: 150%;
	}
		footer .img-center{
		font-size: 120%;
	}
.sankaku {
	display:none;
}

.notice2 {
	padding: 1.3em 1em;
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 1.6;
	font-weight: normal;
}
.day_box{
}

.profile ,.day_box {
	padding:1em 0.5em;
	margin: 10px auto 30px;
}

.profile h3 ,.day_box h3{ line-height: 1.3;font-size:120%;border-left: 5px solid #00b0a8; padding-left: 15px;}
.profile h4 ,.day_box h4{ border-left: 5px solid #00b0a8; color:#333; padding-left: 15px;}

.submit {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding: 25px;
	min-width:60%;
	font-size: 180%;
}

.about_box{
	padding-left:10px;
	padding-right:10px;
}

.size150 { font-size:120%; }
.size130 { font-size:105%; }
.size200 { font-size:140%; }

ul.half{
	list-style:none;
	width:100%;
	margin:0 auto;
	padding:0;
}

ul.half li{
	float:none;
	width:100%;
	margin:0 auto 5px;
}

ul.half li:nth-child(2){
	margin:0 auto 5px;
}

header {
	height:auto;
	padding:0;
}



dl.tbl_form dl,dt,dd {
margin: 0;
padding: 0;
}

dl.tbl_form{
background: #eee;
border: 1px solid #ccc;
width: 100%;
}
dl.tbl_form dt,dl.tbl_form dd {
padding: 6px;
}
 
dl.tbl_form dd {
background: #fff;
}
input{
max-width:100%;
}
textarea{
max-width:99%;
}

blockquote { width:50%; margin:0 auto; }
 
dl.tbl_form{
border-top: none;
width: 90%;
}
dl.tbl_form dt {
border-top: 1px solid #ccc;
clear: none;
float: none;
width: 100%;
display:block;
}
 
dl.tbl_form dd {
border-left: none;
border-top: none;
margin-left: 0%;
float:none;
display:block;
text-align:center;
}

.tex05{ 
  text-size: 95%;
  padding-top: 0;
  }
 
.kiyaku {
    overflow-y: scroll;
    width: 70%;
    padding: 1em;
    font-size: 60%;
    color: #888;
    margin: 20px auto 40px;

}

.youtube {
	width: 90%; 
	height: 200px;
}

	.yohaku {
	margin-top: 20px;
}
	.yohaku1 {
	margin-top: 30px;
	margin-bottom: 0;
}
	.line {
	width: 70%; 
	display: block; 
	margin: 0 auto;
}
	.sp-none {
	display: none;
}
	.pc-none {
		display: block;
	}
}}


/*=============================
 　　　　　　新しいフォーム
 =============================*/
.main-btn-iframe{
	text-align: center;
	margin: 50px 0;
}
.main-btn-iframe input{
	padding: 8px;
    font-size: 140%;
    width: 50%;
    margin: 20px;
}
.main-btn-iframe select{
	width: 52%;
}
.main-btn-iframe .input-group-btn{
	width: 100%;
}


/*=============================
追記 改行位置の変更
 =============================*/
@media screen and (min-width: 768px){
	.br_pc {display: none; }
}

@media only screen and (max-width: 768px){
	.br_sp {display: none; }
}

/*=============================
追記
 =============================*/
@media only screen and (max-width: 768px){
.fv {
	height: 50px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/fv_02.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.fv p {
	font-size: 90%;
}

h1 {
    font-size: 195%;
    padding: 5px;
    margin: 1%;
}

h2 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	color: #4d4d4d;
	line-height: 1.3;
	padding-top: 60px;
	padding-bottom: 40px;
}

.h3 {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	color: #00b0a8;
	line-height: 1.4;
	padding-top: 60px;
	padding-left: 4%;
	padding-right: 4%;
}

h4 {
    margin-top: 20px;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 120%;
    float: none;
}

.contents_2 {
	position: relative;
	height: 75px;
 }

.php {
    font-size: 80%;
    line-height: 1.5;
    top: 10%;
    left: 25%;
    text-align: center;
}

.php_02 {
    font-size: 85%;
	line-height: 1.2;
    top: 44%;
    left: 22%;
    text-align: center;
}

.absolute a {
	width: 80%;
	top: 66%;
	left: 10%;
}



.line_btn img {
	width: 60%;
}

.line_btn2 img {
	width: 80%;
}

.recommend {
	height: auto;
}

.recommend_box {
	flex-wrap: wrap;
	margin: 0 4%;
}

.recommend p {
	padding-top: 20px;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #336699;
}

.recommend01 {
	display: inline-block;
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 4%;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend02 {
	display: inline-block;
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend03 {
	display: inline-block;
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 4%;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend04 {
	display: inline-block;
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend05 {
	display: inline-block;
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 4%;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend06 {
	display: inline-block;
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.recommend07 {
	width: 45%;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-left: 4%;
	margin-bottom: 40px;
	text-align: center;
	background-color: #fff;
	padding: 20px 10px;
}

.size_20 {
	font-size: 100%;
	padding: 20px 4% 60px;
}

.topics_box {
	width: 92%;
	margin-left: 4%;
}
.topics_box2 {
	width: 92%;
	margin-left: 4%;
}
.topics_box p {
	font-size: 100%;
}

.topics {
	height: auto;
}

.join_box {
	width: 100%;
}

.join_box p {
	font-size: 100%;
}

.btn {
	width: 80%;
	height: 80%;
    margin: 60px 10%;
}

.size_24 {
	font-size: 100%;
}

.size_30 {
	font-size: 160%;
}

.company_box {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding: 5% 5%;
}
.company_box2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 5% 5%;
}
.company_box3 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 5% 5%;
}





.address {
	font-size: 90%;
}

hr {
	width: 98%;
}

th {
	width: 30%;
	padding: 2%;
}

tr {
	font-size: 90%;
}

.absolute_img {
	position:static;
	margin: 0;
	padding: 5%;
	width: 100%;
	height: 100%;
}
.absolute_img2 {
    position: static;
    margin: 0;
    padding: 5%;
    width: 100%;
    height: 100%;
}
.absolute_img3 {
    position: static;
    margin: 0;
    padding: 5%;
    width: 100%;
    height: 100%;
}

.company_box2 {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 5% 5%;
}

.company_box3 {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 5% 5%;
}

.speaker {
	height: auto;
	position: relative;
	margin: 80px 0;
}

.speaker_p {
	position: absolute;
	color: #fff;
	font-size: 100%;
	top: 60%;
	left: 0%;
	right: 4%;
	text-shadow: 1px 2px 3px #000;
}

.size_48 {
	font-size: 150%;
}


.speaker_box p {
	padding: 4%;
	font-size: 100%;
	color: #fff;
}

/*.speaker_box span {
	display: none;
}*/

.voice_hr {
	margin: 0 4%;
	width: 92%;
}

.date {
	margin-top: 10px;
	margin-right: 4%;
	text-align: right;
	font-size: 90%;
	float: right;
}

.voice_p {
	margin: 0 4%;
	font-size: 100%;
}

.evaluation {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4%;
	font-size: 100%;
}

.caution {
    margin: 20px 4%;
    text-align: center;
    font-size: 60%;
}

.sp_none {
	display: none;
}


.qaa {
	margin-left: 4%;
	float: left;
}

.qaq {
	margin-left: 4%;
	margin-right: 10px;
	float: left;
}

.question img {
	margin-left: 4%;
	margin-right: 10px;
}

.question_h {
	margin: 0 4%;
	font-size: 110%;
	vertical-align: middle;
}

.question p {
	padding: 2px 0;
	font-size: 100%;
	background-color: #fff;
}

.question_box {
	width: 80%;
	height: auto;
	margin: 0 4% 20px 15%;
}

.question_box_02 {
    width: 100%;
    height: auto;
    margin: 0;
	letter-spacing: -0.03rem;
}

.question_box_03 {
	width: 80%;
	height: auto;
	margin: 0 4% 20px 15%;
}

.question_box_04 {
	width: 80%;
	height: auto;
	margin: 0 4% 20px 15%;
}

.tokuten01 {
	width: 92%;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	margin: 0 4%;
}

.item {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.item_2 {
	float: left;
	margin-top: 5%;
	width: 25%;
}

.item_2 img {
	width: 100% !important;
	margin-top: 5% !important;
}

.item_p {
	font-size: 100%;
	margin-top: 2%;
	text-align: left;
}

.item_p2 {
	font-size: 100%;
	text-align: left;
	color: #27476e;
	font-weight: bold;
	padding-top: 18px;
}

.submit_02 {
	font-size: 80%;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 1% 4%;
}

.submit_03 {
	background-color: #00cfc4;
	border-radius: 5px;
	color: #fff;
	font-size: 80%;
	font-weight: 400;
	text-align: center;
	margin-right: 3%;
	margin-left: 6%;
	margin-bottom: 20px;
	padding: 1%;
	/*display:block;*/
}

.absolute_01 {
	position: absolute;
	top: 2%;
}

.absolute_03 {
	position: absolute;
	font-size: 80%;
	right: 6%;
	text-align: right;
	font-family: ヒラギノ角ゴ Pro;
    font-weight: bold;
    line-height: 1.5;
}

.contents_hr {
	margin: 0 6%;
	width: 88%;
	margin-bottom: 10px;
}

.caution_70 {
	font-size: 70%;
}

.main_btn {
	margin-top: 10px;
	width: 80% !important;
	vertical-align: bottom
}

.line_btn {
	width: 70%;
	margin-top: 40px;
}

.line_btn2 {
	width: 70%;
	margin-top: 30px;
}

.step {
	margin-top: 30px;
	padding-bottom: 1%;
}

.caution_02 {
	font-size: 70%;
    text-align: center;
	margin-left: 6%;
	margin-right: 6%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fv_top {
    font-size: 1.086rem;
    margin: 1% 2.5%;
}
footer {
    width: 100%;
    min-width: 100%;
    font-size: 60%;
    margin-bottom: 15px;
}
footer .wrapper {
    display: block;
    text-align: center;
}
footer .wrapper a {
    display: block;
}
.pt2em {
    margin-bottom: 1rem;
}
.speaker_box {
    position: absolute;
    top: 73%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.speaker_box p {
    padding: 4%;
    font-size: 85%;
    color: #fff;
    line-height: 1.1;
}
.speaker_box p span {
	font-size: 110%;
}
.nayami {
    background: #fff;
    padding-top: 8%;
}
.nayami h2 {
    margin: 0 6%;
}
.mesut_img {
	width: 80%;
}
.topics_box h3 {
    padding-top: 30px;
    font-size: 170%;
}
.pro {
    font-size: 80%;
    line-height: 1.6;
    letter-spacing: -0.03rem;
}
.kako {
	font-size: 60%;
    line-height: 1.6;
    letter-spacing: -0.03rem;
}
.grobal {
	font-size:140%; 
	letter-spacing: -0.07rem; 
}
.meet {
	font-size:130%; 
	line-height: 1.4; 
}
.company h2 {
    padding-bottom: 0;
}
.huukei {
	padding-bottom: 1rem !important;
}
.topics_box2 h3 {
    font-size: 1.15rem;
}
.topics_box02_ttl {
	font-size: 1.3rem !important;
}
.topics_box2 p {
    font-size: 1rem;
}
.comment {
	font-size:100%; 
	line-height: 1.7 !important; 
	letter-spacing: -0.065rem;
	text-align:justify;
}
.q {
    letter-spacing: -0.1rem;
}
.zisseki {
    font-size: 100% !important;
}
.name {
	font-size:120%; 
	text-align:right;
	line-height: 1;
}
.recommend_main {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.join_box img {
    margin-top: 20px;
    width: 60%;
}
img.join_box_02 {
    width: 75%;
}
.company h2 {
    font-size: 2rem;
}
}


@media screen and (max-width: 360px) {
h1 {
	font-size: 174%;
	padding: 5px;
	margin: 1%;
}
.fv_top {
    font-size: 1rem;
    margin: 1% 2.5%;
}
p.fv_bottom {
    text-align: center;
    margin: -10px 0 0 0;
    font-weight: 600;
    font-size: 110%;
}
}


@media screen and (max-width: 320px) {
h1 {
	font-size: 174%;
	padding: 5px;
	margin: 1%;
}
.fv_top {
    font-size: 0.9rem;
    margin: 1% 2.5%;
}
p.fv_bottom {
    text-align: center;
    margin: -10px 0 0 0;
    font-weight: 600;
    font-size: 110%;
}
.absolute_03 {
    position: absolute;
    font-size: 70%;
    right: 6%;
    text-align: right;
    font-family: ヒラギノ角ゴ Pro;
    font-weight: bold;
    line-height: 1.5;
	margin-top: 5%;
}
}




/*=============================
追記 フォーム
 =============================*/
 @media only screen and (max-width: 768px){

#container {
	width: 100%;
}

.recurr-date .ew_webinar_dates .ewp_select {
	font-size: 24px !important;
}

.reg-form-main .ewp_popup_container .ewp_right h5 {
	font-size: 150% !important;
}

.ewp_popup_container .widgetform-group .widgetform-input {
	margin-bottom: 20px;
}

 }

