@charset "UTF-8";
@charset "UTF-8";

/*******************************
初期化
********************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
}

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

img{
max-width: 100%;
height: auto;
vertical-align: top;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

ul, ol {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	font-size: 1.8rem;
  letter-spacing: -0.05em;
}

body a {
	text-decoration:none;
	color:#fff;
}

img{
	vertical-align: bottom;
	max-width: 100%;
}

a:hover,
button:hover{
	opacity: 0.7;
  cursor: pointer;
}
a,button{
	transition: opacity 0.6s ease-out;
}

.wrap{
	width: 950px;
	margin: 0 auto;
  position: relative;
}
.bg_black{
  background: #222524;
}
.center{
  display: block;
  text-align: center
}
.small{
  font-size: 1.4rem;
}
.mb40{
  margin-bottom: 40px;  
}


.bold{
	font-weight: bold;
}
.txt_cl_red{
  color: #c00;
}
.inner_box{
  background: #fff;
  padding: 30px;
}

#thanks .inner_box{padding: 250px 0;}
#thanks h3{margin-bottom: 50px;}
#thanks p{line-height: 2;}


/*btn*/

.btn{
/*	width: 417px;*/
/*	margin: auto;*/
  text-align: center;
}



/* ------------------------------
    ヘッダー
------------------------------ */
.header{background-color: #e8e6d2; padding: 20px; font-size: 3rem; font-weight: bold; color: #7a6a56; text-align: center;}

/* ------------------------------
    ファーストビュー
------------------------------ */
.fv__inner{width: 90%; max-width: 950px; margin: 0 auto; text-align: center;}
.fv__btn{margin: 50px 0;}
.fv__btn a{background-color: #ef4626; display: inline-block; width: 100%; max-width: 570px; border-radius: 5px; padding: 1em; color: #fff; font-weight: bold; font-size: 3rem;}

/* ------------------------------
    経営者のお悩み課題
------------------------------ */
.problem__inner{width: 90%; max-width: 950px; margin: 0 auto; padding: 100px 0 20px;}
.problem__inner h2{margin-bottom: 20px;}
.problem__block{background-color: #d3edfb; padding: 20px 40px; border-radius: 20px;}
.problem__block p{font-size: 1.4rem;}
.problem__block ul{margin-top: 20px;}
.problem__block li{display: block; margin: 0 2% 10px 0; padding-left: 30px; font-weight: bold; font-size: 2rem; line-height: 1.4; position: relative;}
.problem__block li:before{content: ""; background: url("../img/problem_img01.png") no-repeat; width: 24px; height: 20px; position: absolute; top: 5px; left: 0;}
.problem__etc{text-align: right; font-weight: bold; font-size: 2rem; line-height: 1.4;}

/* ------------------------------
    セミナー内容
------------------------------ */
.seminar__inner{width: 90%; max-width: 950px; margin: 0 auto; padding: 50px 0; line-height: 1.4;}
.seminar__inner h2{margin-bottom: 10px; font-size: 1.8rem; font-weight: 400;}
.seminar__inner h3{margin-bottom: 20px; padding-left: 120px; color: #003984; font-size: 3rem; position: relative;}
.seminar__inner h3:before{position: absolute; top: 0; left: 0;}
.seminar__inner h3.no01:before{content: "第１部";}
.seminar__inner h3.no02:before{content: "第２部";}
.seminar__inner h3.no03:before{content: "第３部";}
.seminar__inner ul{margin: 20px 20px 60px;}
.seminar__inner li{display: block; margin: 0 2% 10px 0; padding-left: 30px; font-size: 1.8rem; font-weight: bold; line-height: 1.4; position: relative;}
.seminar__inner li:before{content: ""; width: 20px; height: 20px; background-color: #000; border-radius: 50px; position: absolute; top: 3px; left: 0;}
.seminar__inner ul p{margin-bottom: 15px; line-height: 1.6;}
.seminar__inner ul p.font-small{font-size: 1.5rem;}
.seminar__inner ul li.mt40{margin-top: 40px;}
.seminar__inner .att{text-align: right; font-size: 1.4rem;}
.seminar__btn{margin: 50px 0; text-align: center;}
.seminar__btn a{background-color: #ef4626; display: inline-block; width: 100%; max-width: 570px; border-radius: 5px; padding: 0.7em; color: #fff; font-weight: bold; font-size: 3rem; text-align: center;}

/* ------------------------------
    成功事例
------------------------------ */
.case__inner{width: 90%; max-width: 950px; margin: 0 auto; padding: 50px 0 0; line-height: 1.4; text-align: center;}
.case__inner h2{margin-bottom: 10px;}
.case__block{width: 100%; background-color: #d3edfb; padding: 20px 40px; margin: 40px 0; border-radius: 20px; text-align: left; font-weight: bold; line-height: 1.6;}
.case__block p:last-child{color: #003984; text-align: right; margin-top: -20px;}

/* ------------------------------
    講師紹介
------------------------------ */
.inst__inner{width: 90%; max-width: 950px; margin: 0 auto; padding: 20px 0 40px; line-height: 1.4;}
.inst__inner h2{margin-bottom: 20px;}
.inst__flex{display: flex; justify-content: space-between; margin-bottom: 20px;}

/* ------------------------------
    セミナー概要
------------------------------ */
.about__inner{width: 90%; max-width: 950px; margin: 0 auto; padding: 50px 0 0; line-height: 1.4;}
.about__inner h2{margin-bottom: 30px; text-align: center;}
.about__block{width: 100%; border: 1px solid #000; padding: 30px 50px 20px;}
.about__block table{width: 100%; font-size: 2.2rem;}
.about__block th{padding: 10px;}
.about__block td{padding: 10px 10px 10px 0;}
.about__block .td01{font-weight: bold;}
.about__block .td01 .font-big{font-size: 1.4em; font-weight: 900;}
.about__block .td01 .font-small{font-size: 0.8em;}
.about__block .td02{font-weight: bold;}
.about__block .td02 .font-small{font-size: 0.8em; font-weight: 400;}
.about__block .td03{padding-bottom: 30px;}
.about__block .td03 .font-bold{font-weight: bold;}
.about__block .td03 .font-small{font-size: 0.8em;}
.about__block .td03 .font-ul{display: block; margin: 15px 0 25px; text-decoration: underline; font-size: 0.9em;}
.about__block .td03 .font-small2{display: block; font-size: 0.6em;}
.about__block .att{color: #ff0000;}
.about__block .att p{margin-bottom: 1em; line-height: 1.6;}
.about__flex{display: flex; align-items: center; justify-content: center; margin-top: 10px; font-size: 1.6rem;}
.about__flex-left{width: 30%; background-color: #e20000; padding: 10px; color: #fff; text-align: center;}
.about__flex-right{width: 70%; padding: 10px;}

/* ------------------------------
    フォーム部分
------------------------------ */

.midashi{
  text-align: center;
  border-top: 3px solid #ebdf74;
}
.midashi span{
  display: inline-block;
  font-size:3.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.23;
  margin: 30px auto 30px;
}

#sec07 .wrap{
  padding: 25px 0 150px;
}
#sec07 .midashi span{
  font-size: 2.4rem;
  margin: 20px 0;
}

.form_area{
  padding: 80px 10px 50px;
}
.form_area .midashi.ttl_form {
  margin-bottom: 20px;
  border: none;
}
.form_area .midashi.ttl_form span{
  font-size: 3.3rem;
  margin: 9px 0 4px;
  line-height: 1.2;
}
.form_area .form_txt{
  font-size: 1.6rem;
  line-height: 2.0;
  padding: 0 5px;
}
.form_area .form_txt span{
  color: #d6211b;
  font-weight: bold;
}

/* --   table  -- */

.form_area table {
	width:100%;
	max-width:810px;
	margin:20px auto 33px;
	border-collapse:separate;
	border-spacing:0px;
}

.form_area table th {
	position:relative;
	color:#333;
	font-weight:bold;
	padding:20px 0px 20px 5px;
	width:30%;
	vertical-align:top;
	font-size:1.8rem;
	border-bottom:#000 dotted 1px;
	letter-spacing:-0.1rem;
	line-height:1.2em;
}
.form_area table th .required{
  position: absolute;
  top: 19px;
  right: 30px;
  color: #FFF;
  background: #b12416;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 5px;
  letter-spacing: 0.1rem;
}
.form_area table .block_area th .required{
  right: 340px;
}
.form_area td {
	color:#333;
	padding:15px 0 15px 5px;
	line-height:1.5em;
	letter-spacing:-0.1rem;
	border-bottom:#000 dotted 1px;
}
.form_area table tr:first-child td {
  padding-bottom: 5px;
}
.form_area table .block_area th,
.form_area table .block_area td{
  border-bottom: none!important;
  padding-bottom: 10px;
}
.form_area table .pay_txt{
  display: block;
  line-height: 1.5;
  margin: 15px 0 0 -243px;
}
.form_area span.cont07_set05 {
	font-size:1.8rem;
	margin:0 0.7em 0 0.3em;
  line-height: 1.8;
}
.form_area span.cont07_set05.small{
  font-size: 1.5rem;
  margin: 0 30px 0 0.3em;;
  line-height: 1.6
}
/* --   form  -- */
input[type="text"]{
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  width: 201px;
  height: 30px;
  padding: 5px 14px;
  font-size: 13.9px;
  font-size: 1.39rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.select_wrap {
  position: relative;
  width: 205px;
  height: 34px;
  padding: 1px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #eeeeee;
}
.select_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  bottom: 0;
  right: 8px;
  margin: auto;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}
 
 form input {
	border:1px solid #333;
	padding:3px 5px;
	font-size:1.4rem;
	font-family:'Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

 form input[type="radio"]{
	vertical-align:middle;
	margin:0 5px 0 0;
  padding: 6px;
  border-radius: 50px;
}
form input[type="checkbox"]{
  margin: 5px 2px 0 0;
  padding: 6px;
  border-radius: 2px;
}

.form_t01 {
	width:360px;
	height:32px;
  margin-right: 25px;
}

.form_t02 {
	width:83px;
	height:32px;
	margin-right: 20px;
}
.form_t03 {
	width:300px;
	height:32px;
  margin-right: 30px;
}

.form_t04 {
	width:74px;
	height:32px;
  margin-right: 1.0em;
}
.form_t04 + span{
  margin-left: 64px;
}

.form_t05 {
	width:145px;
	height:32px;
	margin-right:1.0em;
}
.form_t05 + span{
  margin-left: 10px;
}

form .af {
	margin-left:1.0em;
}

.form_t06 {
	width:320px;
	height:24px;
	margin-right:.5em;
	margin-left:0;
}

.form_area button[type="button"] {
  background: none;
  border: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

/* --   個人情報info  -- */

.cont07_info {
	width:788px;
	height:226px;
	overflow:auto;
	margin:60px auto 0 auto;
	border:1px solid #999;
	padding:16px 20px;
}

.cont07_info h4,
.cont07_info h5,
.cont07_info li,
.cont07_info p {
	font-size:1.6rem;
	line-height:2.0em;
	color:#333;
}

.cont07_info h4,
.cont07_info h5 {
	font-weight:bold;
	margin:0 auto 0.5em;
}

.cont07_info ul,
.cont07_info p {
	margin:0 auto 2.5em;
}

.cont07_info li {
	list-style:disc;
	margin-left:30px
}

/* ----------------------------------------------------------------------------------------------------
*  ページトップ
* --------------------------------------------------------------------------------------------------*/

#page-top {
  position: absolute;
	text-align:right;
  bottom: 20px;
  right: -80px; 
}


/* ----------------------------------------------------------------------------------------------------
* フッター
* --------------------------------------------------------------------------------------------------*/

#footer {
	background:#222222;
	width:100%;
	color:#FFF;
	text-align:center;
}

#footer ul.footer01 {
	margin:0 auto 0px;
	width:100%;
	max-width:920px;
	color:#FFF;
	padding:30px 0 40px 15px;
}

#footer ul li {
	float:left;
	display:inline-block;
}

#footer li.footer01_2 {
	padding:6px 0 0 50px;
}

#footer li.footer01_3 {
	padding:0 0 0 118px;
}

#footer ul.footer_set li {
	padding:0 5px 0 0;
	line-height:1.2em;
	font-size:1.4rem;
}

#footer ul.footer_set li+li {
	border-left:1px solid #FFF;
	padding:0 0 0 5px;
}

#footer ul.footer_set li a {
	color:#FFF;
}

#footer p {
	color:#FFF;
	text-align:center;
	line-height:1.2em;
	font-size:1.4rem;
	padding-bottom:1.0em;
}

#footer p+p {
	padding-bottom:20px;
}



@media screen and (min-width: 769px) {

	.sp{
		display: none!important;
	}
  #footer{
    min-width: 1110px;
  }

}

@media screen and (max-width: 768px) {

	.pc{
		display: none!important;
	}

	body{
		min-width: inherit;
	}
	.wrap{
		width: 94%;
	}
  .small{
    font-size: 1.2rem;
  }

  .inner_box{
    padding: 5%;
  }
	.btn {
		width: 90%;
    margin: 0 auto;
    max-width: 300px;
	}

  /* ------------------------------
	    新規追加用
	------------------------------ */
  .case__block p:last-child{margin-top: 0;}
  .inst__flex{flex-direction: column; justify-content: center;}
  .inst__flex img{margin-bottom: 10px;}
  .about__block table th{display: block; width: 100%; padding: 0;}
  .about__block table td{display: block; width: 100%; padding: 0 0 10px 0; margin-bottom: 20px;}
  .about__block .td01 .font-big{line-height: 0.8;}
  .about__flex{flex-direction: column; margin-top: 30px;}
  .about__flex-left,
  .about__flex-right{width: 100%;}
  

	/* ------------------------------
	    フォーム
	------------------------------ */
  .midashi span{
    display: inline-block;
    font-size:2.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.23;
    margin: 5% 3%;
  }
  
  #sec07 .wrap{
    padding: 3% 0 100px;
  }
  #sec07 .midashi span{
    font-size: 2rem;
    margin: 5% 3%;
  }

  
  .form_area{
    padding: 0;
    margin: 8% 0;
  }
  .form_area .midashi.ttl_form {
    margin-bottom: 3%;
  }
  .form_area .midashi.ttl_form span{
    font-size: 3.0rem;
    margin: 0 0 2%;
  }
  .form_area .form_txt{
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
  }
  .form_area .form_txt span{
    color: #d6211b;
    font-weight: bold;
  }
  
  
  /* --   table  -- */
  select {
    font-size: 1.2rem;
  }
  .form_area table {
    margin:5% auto 8%;
  }
  .form_area table th{
    display:block;
    width:100%;
    padding:5% 0 2%;
    border-bottom:1px dotted #ccc;
    font-size: 1.4rem;
  }
  .form_area table th span.required{
    top: 58%;
    right: 3%;
    margin-top:-9px;
  }
  .form_area table .block_area th{
    padding-bottom: 20px;
  }
  .form_area table .block_area th .required {
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: -0px;
  }
  .form_area table td{
    clear:both;
    display:block;
    width:100%;
    border-bottom:none;
    padding:10px 0;
  }
  .form_area table .pay_txt{
    margin-left: 0;
  }
  .form_area table td .small{
    display: block;
  }
  .form_area table td .small.no_block{
    display: inline;
  }
  .form_area table span.cont07_set05.small {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
  }
  .form_area table .form_t04 + span,
  .form_area table .form_t05 + span{
    margin-left: 0;
  }
  
  .form_area span.cont07_set05 {
    font-size: 1.5rem;
    margin: 0 0.7em 0 0.3em;
    line-height: 1.8;
  }
  .form_area table + p.center{
    font-size: 1.5rem;
  }

  /* --   form  -- */

  .form_t01 {
    box-sizing:border-box;
    width:100%;
    margin-right: 0;
  }

  .form_t02 {
    width:30%;
  }

  .form_t03 {
    width:100%;
    margin-right: 0;
  }

  .form_t04 {
    width:25%;
    margin-right:0.5em;
  }

  form .af {
    margin-left:0.5em;
  }

  .form_t05 {
    width:25%;
    margin-right:0.5em;
    margin-left:0.5em;
  }

  .form_t06 {
    width:35%;
    margin-right:0.5em;
    margin-left:0.5em;
  }

  form input[type="checkbox"]{margin-bottom: -2px;}
  label{white-space: nowrap;}

  /* --   form button  -- */

  .form_area .btn{
    max-width: 500px;
  }

  .cont07_info{
    width:100%;
  }
  
  /* ----------------------------------------------------------------------------------------------------
  *  ページトップ
  * --------------------------------------------------------------------------------------------------*/
  #page-top {
    bottom: 20px;
    right: 0; 
  }

  /* ----------------------------------------------------------------------------------------------------
  * フッター
  * --------------------------------------------------------------------------------------------------*/
  #footer > * {
    letter-spacing: 1px;
  }
  #footer p,
  #footer a{
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  
  #footer ul.footer01 {
    padding:10px 0 0 0;
    width:92%;
  }

  #footer ul li {
    float:none;
    display:block;
    margin:10px auto;
  }

  br.sp{
    display:block;
  }

  #footer li.footer01_2 {
    padding:0;
  }

  #footer li.footer01_2 img {
    width:90%;
    max-width:310px;
  }

  #footer li.footer01_3 {
    padding:0;
    text-align:center;
  }


  #footer ul.footer_set {
    margin:30px auto 0;
  }

  #footer li.footer01_3 ul.footer_set li {
/*    font-size:1.4rem; */
    letter-spacing: 1px;
    float:left;
    display:inline-block;
    margin:0 auto;
  }

  #footer p {
    text-align:left;
    line-height:1.4;
    margin:0 4%;
  }

}

@media screen and (max-width: 480px) {
  .header{padding: 10px; margin-bottom: 30px; font-size: 1.6rem;}
  .fv__btn a{font-size: 1.8rem;}
  .problem__inner{padding: 40px 0 20px;}
  .problem__inner h2{margin-bottom: 30px; font-size: 2.4rem;}
  .problem__block{padding: 30px 20px;}
  .problem__block li{padding-left: 25px; font-size: 1.6rem;}
  .problem__block li:before{background-size: 80%; top: 3px;}
  .problem__etc{font-size: 1.6rem;}
  .seminar__inner{padding-bottom: 0;}
  .seminar__inner h2{font-size: 1.6rem;}
  .seminar__inner h3{padding: 40px 0 0; font-size: 2.4rem;}
  .seminar__inner ul{margin-left: 0; margin-right: 0;}
  .seminar__inner li{padding-left: 25px; font-size: 1.6rem;}
  .seminar__inner ul p{font-size: 1.6rem;}
  .seminar__inner ul p.font-small{font-size: 1.4rem;}
  .seminar__inner .att{margin-top: 20px; text-align: left;}
  .seminar__btn a{font-size: 1.8rem;}
  .case__inner h2{font-size: 2.4rem;}
  .case__inner p{font-size: 1.4rem;}
  .case__block{padding: 30px 20px;}
  .case__block p{font-size: 1.6rem;}
  .case__block p:last-child{margin-top: 10px;}
  .inst__inner h2{font-size: 2.4rem;}
  .inst__inner p{font-size: 1.4rem; line-height: 1.6;}
  .about__inner h2{font-size: 2.4rem;}
  .about__block{padding: 30px 20px 0;}
  .about__block table{font-size: 1.6rem;}
  .about__block table td{margin-bottom: 0;}
  .about__block .att{margin-bottom: 40px; font-size: 1.4rem;}
  #thanks h3.midashi span{font-size: 2.4rem;}
	#thanks p{font-size: 1.6rem;}
}


/* ----------------------------------------------------------------------------------------------------
*  完了ページ
* --------------------------------------------------------------------------------------------------*/
/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
.cf {display:block;}
/* End Hack */