@charset "utf-8";
/* CSS Document */
/*文字装飾*/
.u {text-decoration:underline;}
.r {color:#f00;}
.bl{color:#0176E4;}
.blk{color:#000;}
.yf{color: #FFED00;}
.y {background-color:#ff0;}
.w {background-color:#1CF7FB;}
.fw10 {font-weight:100;}
.fw30 {font-weight:300;}
.fw50 {font-weight:500;}
.fw70 {font-weight:700;}
.fw90 {font-weight:900;}
.fs11 {font-size:1.1em;}
.fs12 {font-size:1.2em;}
.fs13 {font-size:1.3em;}
.fs14 {font-size:1.4em;}
.fs15 {font-size:1.5em;}
.fs16 {font-size:1.6em;}
.fs17 {font-size:1.7em;}
.fs18 {font-size:1.8em;}
.fs19 {font-size:1.9em;}
.fs20 {font-size:2em;}
.fs25 {font-size:2.5em;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}
.lh19 {line-height: 1.9;}
.lh20 {line-height: 2.0;}
.ls {letter-spacing: -0.15em;}
.y_marker {
    background: linear-gradient(transparent 50%, #ffffac 50%);
}

/*1024px以下*/
@media screen and (max-width: 1024px) {

/*文字装飾*/
.fs11 {font-size:1em;}
.fs12 {font-size:1.1em;}
.fs13 {font-size:1.1em;}
.fs14 {font-size:1.2em;}
.fs15 {font-size:1.2em;}
.fs16 {font-size:1.3em;}
.fs17 {font-size:1.3em;}
.fs18 {font-size:1.4em;}
.fs19 {font-size:1.4em;}
.fs20 {font-size:1.5em;}
.fs25 {font-size:1.5em;}

}

.noto{
	font-family: "Noto Sans Japanese";
}

.mincho {
	font-family: 'Noto Serif JP', 'serif';
}

a {
text-decoration: none;
}

main {
	color: #021D0B;
}

/*コンテンツ全体-----------------------------------------------*/
.contents {
	width:850px;
	font-size: 1.3em;
	margin: 0 auto;
	text-align: left;
	padding: 2% 0;
}
/*1024px以下*/
@media screen and (max-width: 850px) {
/*コンテンツ全体*/
.contents {
	width:95%;
	font-size: 1.1em;
}
}
/*コンテンツ全体-----------------------------------------------*/

/*ヘッダー-----------------------------------------------------*/
header{
	background: url("../image/header_bk.jpg") no-repeat center;
	background-size: cover;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
header {
}
}
/*ヘッダー-----------------------------------------------------*/

/*フォーム上-----------------------------------------------------*/
#form1 {
	background-color: #E9AE3D;
	text-align: center;
	font-size: 3em;
	font-family: "Noto Sans Japanese";
	padding: 2% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}
/*フォーム上-----------------------------------------------------*/

/*フォーム下-----------------------------------------------------*/
#form2 {
	background-color: #E9AE3D;
	text-align: center;
	font-size: 3em;
	font-family: "Noto Sans Japanese";
	padding: 2% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}
/*フォーム下-----------------------------------------------------*/

/*プロフ--------------------------------------------------------*/
#prof .prof {
	background-color: #008394;
	background-image: url("../image/komi_bg.png");
	text-align: center;
	font-size: 3.5em;
	font-family: "Noto Sans Japanese";
	padding: 3% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}

#prof .flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

#prof .profimage {
	margin: 1%;
}

#prof .proftext {
	font-family: "Noto Sans Japanese";
	font-weight: 200;
	margin: 1% 3%;
	font-size: 1.4em;
	line-height: 1.7;
}

#prof h3 {
	font-family: "Noto Sans Japanese";
	font-size: 2.5em;
}

#prof .contents p {
	font-size: 1.2em;
	padding: 3% 1%;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
#prof .prof {
	font-size: 1.5em;
}

#prof .flexbox {
	display: flex;
	flex-direction: column;
}

#prof .proftext {
	margin: 1% 3%;
	font-size: 1.1em;
	line-height: 1.5;
}

#prof .profimage {
	margin: 3% 1%;
}

#prof h3 {
	font-size: 2em;
}
}
/*プロフ--------------------------------------------------------*/

/*ウェビナーフォーム-----------------------------------------------------*/
.optin {
	background-color: #29768E;
	text-align: center;
	padding: 3% 0;
	letter-spacing: 0.03em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.optin .monitor {
    width: 70%;
    max-width: 270px;
    margin: 0 18px;
}
.optin .optin_title {
	margin-bottom: 10px;
    font-size: 4em;
    font-family: GSanSerif-B;
	font-feature-settings: 'palt' 1;
    line-height: 100%;
}
.optin .optin_title .sub_title {
	font-size: 0.8em;
}
.optin .webinar_forum {
	width: 100%;
	max-width: 900px;
	margin-left: 20px;
	padding: 20px;
	background-color: #fff;
	color: #000;
}

/*---全体---*/
.optin .mb10 {
    margin-bottom: 10px !important;
}
.optin .mt15 {
    margin-top: 15px !important;
}
.optin .webinar-form {
    text-align: center;
}

/*---左ブロック---*/
.optin .main-form-section .main-form-section-body .main-form-section-left {
    display: table-cell;
    vertical-align: top;
    min-width: 250px;
    max-width: 300px;
    width: 33%;
	padding-left: 10px;
}

/*---視聴日---*/
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info {
    display: block;
    margin: 0px 0px 8px 0px;
    padding: 15px 0px 10px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_dates_memo {
    font-size: 11px;
    line-height: 140%;
    text-align: center;
    color: #333;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_date_list {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #111;
    text-align: center;
}
.optin .webinar-form label {
    text-align: left;
}
.optin .form-section label {
    font-size: 15px;
    line-height: 180%;
    font-weight: bold;
    color: #333;
    display: block;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_date_list label {
    font-size: 16px;
    display: inline-block;
    line-height: 32px;
}
.optin .form-section select {
    display: table-cell;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 3px 3px;
    font-size: 18px;
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_date_list select {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    padding: 0px 3px;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_schedules {
    font-size: 17px;
    padding: 8px 0px 8px;
    text-align: center;
    line-height: 160%;
    list-style: none;
    margin: 0px;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_schedules li {
    margin: 0px;
    padding: 0px;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .webinar_dates_info .webinar_dates_memo {
    font-size: 11px;
    line-height: 140%;
    text-align: center;
    color: #333;
}
.optin .main-form-section .main-form-section-body .main-form-section-left .master {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 140%;
    text-align: center;
    display: block;
}

/*---右ブロック---*/
.optin .main-form-section .main-form-section-body .main-form-section-right {
    display: table-cell;
    vertical-align: top;
    width: 77%;
    padding: 0px 0px 0px 25px;
}
/*---タイトル---*/
.optin .main-form-section .main-form-section-body .main-form-section-title {
    display: none;
}
/*---ラベル---*/
.icon-right-circle:before {
  content: url("../image/icon-right-circle.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
}
.optin .webinar-form label {
    text-align: left;
}
.optin .form-section label {
    font-size: 15px;
    line-height: 180%;
    font-weight: bold;
    color: #333;
    display: block;
}
.optin .form-section label .icon {
    color: #feae33;
    margin-right: 5px;
}
.optin .form-section label .icon {
    color: #000000 !important;
}
.optin .webinar-form .necessary {
    color: #c00 !important;
    font-weight: normal !important;
    display: inline-block !important;
}

/*---メールアドレス---*/
.optin .webinar-form .necessary {
    color: #c00 !important;
    font-weight: normal !important;
    display: inline-block !important;
}
.optin .main-form-section .main-form-section-body .main-form-section-right input[type=email] {
    display: table-cell;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 3px 6px;
    font-size: 20px;
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 97%;
    color: #333;
    background-color: #fdfcea;
}
.optin .main-form-section .main-form-section-body .main-form-section-right input.necessary {
    color: #111 !important;
    background-color: #FFDEDE;
}

/*---ボタン---*/
.optin .submit-btn {
    margin: 10px auto 25px;
    color: #000000 !important;
    background-color: #ffc726;
    border: 1px outset #cc9f1e;
    padding: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}
.optin .submit-btn.green {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.optin .submit-btn.green:hover {
    background-image: -moz-linear-gradient(top, #ffed00, #feae33);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffed00), to(#feae33));
    background-image: -webkit-linear-gradient(top, #ffed00, #feae33);
    background-image: -o-linear-gradient(top, #ffed00, #feae33);
    background-image: linear-gradient(to bottom, #ffed00,#feae33);
    background-repeat: repeat-x;
    border-color: #feae33 #feae33 #387038;
}
.optin .form-section .submit-btn {
    width: 100%;
}
.optin .webinar-form .submit-btn {
    margin-bottom: 10px;
}
.optin .submit-btn span.btn-text {
    border: 1px solid #ffd867;
    display: block;
    width: auto;
    margin: 0px;
    padding: 8px 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.optin .submit-btn.green span.btn-text {
    border: 0px;
}
.optin .form-section .submit-btn span.btn-text {
    font-size: 30px;
    padding: 0px 18px;
}
.optin .form-section .submit-btn span.btn-text span {
    display: block;
    font-size: 0.55em;
    line-height: 120%;
    padding-top: 0.5em;
}

/*---メモ---*/
.optin .form-section .memo {
    font-size: 12px;
    color: #333;
    line-height: 140%;
    margin: 20px 0px 0px;
    text-align: left;
}
.optin .form-section .memo p {
    font-size: 12px !important;
    color: #333 !important;
    line-height: 140% !important;
    margin: 0.5em 0 0 0 !important;
}
.optin .form-section .memo p:first-child {
    margin-top: 0em !important;
}

/*---スマホ---*/
/*1024px以下*/
@media screen and (max-width: 760px) {
.optin {
	flex-direction: column;
    padding: 5% 0;
}
.optin .optin_title {
	font-size: 2.5em;
}
.optin .webinar_forum {
	width: unset;
	max-width: none;
	margin: 0px;
}
.optin .main-form-section .main-form-section-body .main-form-section-left {
	display: block;
	width: 100%;
	max-width: none;
	padding: 0px;
}
.optin .main-form-section .main-form-section-body .main-form-section-right {
	display: block;
	width: 100%;
	padding: 0px;
}
}
/*ウェビナーフォーム-----------------------------------------------------*/

/* 送信ボタン */
#moushikomiform input.submit{
	cursor: pointer;
text-align:center;
height: 100px;
background: #002D5E;
margin:0 auto;
margin-top: .5em;
color: #FFF;
font-size: 1.3em;
font-weight: bold;
letter-spacing: 0.1em;
border: 3px solid #fff;
box-shadow: 1px 2px 5px #000;
}

.wobble-vertical:hover {
		animation-name: wobble-vertical;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
	}@keyframes wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}
	33.3% {
		transform: translateY(-6px);
	}
	49.95% {
		transform: translateY(4px);
	}
	66.6% {
		transform: translateY(-2px);
	}
	83.25% {
		transform: translateY(1px);
	}
	100% {
		transform: translateY(0);
	}
}

/* 送信ボタン中央寄せ */
#moushikomiform .submit{
	text-align:center;
	font-size: 1.5em;
}

.btn{
	text-align: center;
    width: 100%;
    max-width: 250px;
	margin: 0 auto;
}



.midashi{
    width: 100%;
    background:#000;
	color: #fff;
	text-align: center;
	padding: 4% 0;
    font-size: 2em;
    font-weight: 900;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .midashi{font-size: 1.2em;}
	/*申し込みボタン*/

}




/*小見出し1-----------------------------------------------------*/
#komi1 {
	background-color: #CDE9E8;
	background-image: url("../image/vichy.png");
}

#komi1 .komi1 {
	background-color: #008394;
	background-image: url("../image/komi_bg.png");
	text-align: center;
	font-size: 3.5em;
	font-family: "Noto Sans Japanese";
	padding: 3% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}

#komi1 .contents {
	background: rgba(255,255,255,1);
	padding: 2%;
	margin: 0 auto;
	border-radius: 0.2em;
	box-shadow: 0px 0px 3px -1px #000000;
}

#komi1 .contents p {
	font-size: 1.1em;
	padding: 3% 1%;
}

#komi1 h3 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  text-align: center;
  font-size: 2em;
}

/*1024px以下*/
@media screen and (max-width: 1024px) {
#komi1 .komi1 {
	font-size: 2em;
}

#komi1 h3 {
  font-size: 1.5em;
}
}
/*小見出し1-----------------------------------------------------*/

/*小見出し2-----------------------------------------------------*/
#komi2 {
	background-color: #CDE9E8;
	background-image: url("../image/vichy.png");
}

#komi2 .komi2 {
	background-color: #008394;
	background-image: url("../image/komi_bg.png");
	text-align: center;
	font-size: 3.5em;
	font-family: "Noto Sans Japanese";
	padding: 3% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}

#komi2 .contents {
	background: rgba(255,255,255,1);
	padding: 2%;
	margin: 0 auto;
	border-radius: 0.2em;
	box-shadow: 0px 0px 3px -1px #000000;
}

#komi2 .contents p {
	font-size: 1.1em;
	padding: 3% 1%;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
#komi2 .komi2 {
	font-size: 2em;
}

#komi2 .flexbox {
	display: inherit;
}

#komi2 .flexitem {
	padding: 2%;
	font-size: 1.3em;
	width: 90%;
	margin: 2% auto;
}
}
/*小見出し2----------------------------------------------------*/

/*小見出し3-----------------------------------------------------*/
#komi3 {
	background-color: #CDE9E8;
	background-image: url("../image/vichy.png");
}

#komi3 .komi3 {
	background-color: #008394;
	background-image: url("../image/komi_bg.png");
	text-align: center;
	font-size: 3.5em;
	font-family: "Noto Sans Japanese";
	padding: 3% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}

#komi3 .contents {
	width:1024px;
	background: rgba(255,255,255,1);
	padding: 2%;
	margin: 0 auto;
	border-radius: 0.2em;
	box-shadow: 0px 0px 3px -1px #000000;
}

#komi3 .contents p {
	font-size: 1.1em;
	padding: 3% 1%;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  table-layout: fixed;
  color: #000;
}

table tr {
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table thead{
  border-bottom: 5px solid #ff9900;
  text-align: center;
  font-size: 1.5em;
}
table tr:last-child{
   border-bottom: none;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: #ff9901;
	font-size: 1.4em;
	text-align: center;
}
.txt{
   text-align: left;
   font-size: 1em;
}
.price{
   text-align: center;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
#komi3 .komi3 {
	font-size: 2em;
}
#komi3 .contents {
	max-width:1024px;
	width: 95%;
}
table {
    border: 0;
    width:100%
}
table th{
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;

}
table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
table tr {
    display: block;
    margin-bottom: 2em;
}
table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
table td:last-child {
    border-bottom: 0;
  }
}
/*小見出し3-----------------------------------------------------*/


/*メリット--------------------------------------------------------*/
#merit {
	background-color: #CDE9E8;
	background-image: url("../image/vichy.png");
}

#merit .merit {
	background-color: #008394;
	background-image: url("../image/komi_bg.png");
	text-align: center;
	font-size: 3.5em;
	font-family: "Noto Sans Japanese";
	padding: 3% 1%;
	letter-spacing: 0.03em;
	color: #fff;
}

#merit ul {
	width: 850px;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 2.3;
	border: 5px solid #221A04;
	padding: 2.5%;
	list-style: none;
	margin: 1% auto;
	background: rgba(255,255,255,1);
}

#merit .contents {
	background: rgba(255,255,255,1);
	padding: 2%;
	margin: 0 auto;
	border-radius: 0.2em;
	box-shadow: 0px 0px 3px -1px #000000;
}

#merit .contents p {
	font-size: 1.1em;
	padding: 3% 1%;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
#merit .merit {
	font-size: 1.8em;
}

#merit ul {
	width: 90%;
	font-size: 1.4em;
	line-height: 1.6;
	border: 3px solid #221A04;
	padding: 3%;
	list-style: none;
	margin: 0 auto;
}

#merit ul li {
	margin-bottom: 1em;
}
}

/*フッター--------------------------------------------------------*/
footer {
	text-align: center;
	background:#151414;
	color: #fff;
	padding: 2% 1%;
	font-size: 1.4em;
}

footer a {
	color: #fff;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
/*フッター*/
footer {
	text-align: left;
	background:#151414;
	color: #fff;
	padding: 2% 1%;
	font-size: 1.3em;
}
}
/*フッター-------------------------------------------------------*/

/*非表示設定---------------------------------------------------*/
.hi {
	display: none;
}
.hy {
	display: block;
}
.hy2 {
	display: inline-block;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
.hi {
	display: block;
}
.hy {
	display: none;
}
.hy2 {
	display: none;
}
}
/*非表示設定---------------------------------------------------*/

.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links{
	display: none;
}

