@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: サイト専用テーマ
Theme URI: http://www.xxx.com
Description: サイトサイト
Author: Tokyo Q Studio
Author URI: http://tqs.jp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: サイト
Version: 20160530
---------------------------------------------------------*/
.red_text {
  color: #ff352a;
}

.blue_text {
  color: #2b6ebb;
}

.text-bold {
  font-weight: bold;
}

.text-24 {
  font-size: 24px;
}

.white_bk {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.shadow_box {
  box-shadow: rgba(0, 0, 0, 0.2) 2px 3px 0;
}

.mgt10px {
  margin-top: 10px !important;
}

.pdt10px {
  padding-top: 10px !important;
}

.mgb10px {
  margin-bottom: 10px !important;
}

.pdb10px {
  padding-bottom: 10px !important;
}

.mgt20px {
  margin-top: 20px !important;
}

.pdt20px {
  padding-top: 20px !important;
}

.mgb20px {
  margin-bottom: 20px !important;
}

.pdb20px {
  padding-bottom: 20px !important;
}

.mgt30px {
  margin-top: 30px !important;
}

.pdt30px {
  padding-top: 30px !important;
}

.mgb30px {
  margin-bottom: 30px !important;
}

.pdb30px {
  padding-bottom: 30px !important;
}

.mgt40px {
  margin-top: 40px !important;
}

.pdt40px {
  padding-top: 40px !important;
}

.mgb40px {
  margin-bottom: 40px !important;
}

.pdb40px {
  padding-bottom: 40px !important;
}

.mgt50px {
  margin-top: 50px !important;
}

.pdt50px {
  padding-top: 50px !important;
}

.mgb50px {
  margin-bottom: 50px !important;
}

.pdb50px {
  padding-bottom: 50px !important;
}

.mgtb20px {
  margin: 20px 0 !important;
}

.mgtb30px {
  margin: 30px 0 !important;
}

.pdtb50px {
  padding: 50px 0 !important;
}

.pdtb40px {
  padding: 40px 0 !important;
}

.pdtb30px {
  padding: 30px 0 !important;
}

.pdtb20px {
  padding: 20px 0 !important;
}

.pdtb10px {
  padding: 10px 0 !important;
}

img{visibility: 0;}

a {
  transition: all 0.4s;
}

a:hover {
  color: #FFB142;
  transition: all 0.4s;
}

a img {
  opacity: 1;
  transition: all 0.4s;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.4s;
}

img.center-block {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

body {
  font-family: Helvetica, Arial, "メイリオ", Meiryo, "游ゴシック", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  position: relative;
}

header {
  background: url("../images/seminar/head_bg.png") center bottom;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

header h1 {
  font-size: 21px;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 37px;
}

.main {
  background: url("../images/seminar/main_bg.jpg");
  background-size: 100% 107.9%;
  padding-top: 58px;
}

.bannerbox {
  background-image: url("../images/seminar/banner_bg.png");
  background-repeat: repeat-x;
  margin-bottom: 50px;
}

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

section {
  margin-bottom: 80px;
}

section h2 {
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center;
}

.cont01 .font21 p {
  font-size: 21px;
  line-height: 32px;
}

span.font24{
  font-size: 24px;
  line-height: 36px;
}

.cont01 span.big2 {
  font-size: 27px;
  font-weight: bold;
}

.cont02 h3 {
  margin-bottom: 40px;
}

.cont03 h2{
  background-image: url("../images/seminar/h2_bg.jpg");
  background-size: cover;
  height: 180px;
  padding-top: 40px;
  margin-bottom: 40px;
}

.cont03 span.big1 {
  font-size: 27px;
}

.cont03 span.big2 {
  font-size: 27px;
  font-weight: bold;
}

.cont03 h3 {
  text-align: center;
  color: #fff;
  line-height: 85px;
  margin: 20px 0 20px;
  font-weight: bold;
}

.cont03 h3 small {
  color: #fff;
}

.cont03 h3.two {
  line-height: 30px;
  margin: 20px 0 50px;
  padding-top: 7px;
}

.cont04 {
  margin-bottom: 0px;
}

.cont04 h2 {
  background-image: url("../images/seminar/h2_bg.jpg");
  background-size: cover;
  height: 180px;
  padding-top: 40px;
  margin-bottom: 40px;
}

.cont04 span.big1 {
  font-size: 27px;
}

.cont04 span.big2 {
  font-size: 27px;
  font-weight: bold;
}

.cont04 h3 {
  font-size: 31px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: bold;
  height: 105px;
  line-height: 75px;
}

.cont04 h3 img {
  margin-right: 10px;
}

.cont04 h4 {
  margin-bottom: 30px;
}

.BoxWrapper{
width: 100%;
padding: 50px 0;
background: url(../images/seminar/cont04/img01_bg.jpg) center center;
background-size: cover;
}

.cont04 .paddingbox {
}

.cont04 .paddingbox ul {
  padding-left: 0;
}

.cont04 .paddingbox ul li {
  list-style: none;
  font-size: 21px;
}

.cont04 .colorbox {
  background: url(../images/seminar/cont04/bg01.png);
  padding: 20px;
}

.cont04 .colorbox ul li {
  font-size: 17px;
}

.cont04 .voicebox h4 {
  color: #2b6ebb;
  font-size: 21px;
  padding: 10px 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.cont04 .voicebox section {
  margin-bottom: 20px;
  border: 10px solid #EEEEEE;
}

.btnbox {
  background-color: #20528A;
  padding: 60px 0;
}

.btnbox p {
  margin-bottom: 0;
}

footer {
  background: url(../images/seminar/footer_bg.jpg);
  padding: 30px 0;
}

footer small {
  color: #fff;
  font-size: 12px;
}

/* seminar for40 */
div#container_for40{
	width:98%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
}
div#container_for40>img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
div#container_for40>a>img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
div#container_for40>p>a>img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
div#container_for40>p{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
div#container_for40>p>img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
div#container_for40>br{
display:none;
}
div#container_for40>table{
	width:80%;
	margin: 1rem auto;
	border:3px #008DAF solid;
}
div#container_for40>table>tbody>tr>td{
	height:70px;
	border: 1px #ccc solid;
	font-size:16px;
}
div#container_for40>table>tbody>tr>td.left{
	width:30%;
	background: #EAEFF1;
	text-align:center;
}
div#container_for40>table>tbody>tr>td.right{
	background: #fff;
	padding-left: 2rem;
}

div#container_for40 img.submit-image{
	margin: 1rem auto;
	width:80%;
}

div.footer{
	background:#5AC7AA;
	margin-top:2rem;
	padding:1rem;
	text-align:center;
}
 div.bg_mokume{
	 width:100%;
	margin:0 auto;
	 padding:1rem;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	background-image:url(http://mental-diet.com/wp-content/uploads/bg_mokume.png);
	background-repeat:repeat;
}
div.bg_mokume>img{
	width:100%;
	height:auto;
}
 div.bg_hougan{
	 width:100%;
	margin:0 auto;
	 padding:1rem;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	background-image:url(http://mental-diet.com/wp-content/uploads/bg_hougan.jpg);
	background-repeat:repeat;
	 background-size:20px 20px;
}
div.bg_hougan>.prof_01{
	width:100%;
	height:auto;
	background:#fff;
	padding:1rem;
	margin:1rem 0;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
div.bg_hougan>.prof_01>img{
	display:block;
	width:98%;
	height:auto;
}
div.bg_hougan>.prof_02{
	background:#FBF8DC;
	width:98%;
	padding:1rem;
	margin:1rem auto;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
div.bg_hougan>.prof_02>.prof_02-title{
	width:80%;
	position: relative;
	padding:1.5rem;
	font-size:2rem;
	font-weight:bold;	
	text-align:center;

}
div.bg_hougan>.prof_02>.prof_02-title:after,.prof_02-title:before{
	content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #FBF8DC 2px, #FBF8DC 4px);
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #FBF8DC 2px, #FBF8DC 4px);
}
div.bg_hougan>.prof_02>.prof_02-title:before{
	content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #FBF8DC 2px, #FBF8DC 4px);
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, #FBF8DC 2px, #FBF8DC 4px);
}
div.bg_hougan>img{
	width:100%;
	height:auto;
}

div.step_box{
	width:80%;
	min-height:100px;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-content:center;
	margin:16px auto;
	padding:8px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
div.step_box>.step_items{
	flex-basis:100px;
	flex-grow:0;
	flex-shrink:0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
div.step_box>.step_items>img{
	width:100%;
}
div.step_box>p{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	padding-left:1rem;
	margin:0;
}

.text-left{
	text-align:left;
}

.text-blue{
	color:#0088AE;
}

/*コンタクトフォーム*/
h2.contact-h2{
	width:100%;
	margin:16px auto;
	padding:16px;
	text-align:center;
}
div.wpcf7{
	width:80%;
	margin: 16px auto;
	padding:16px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#ebebeb;
}
.wpcf7-form{
	box-sizing:border-box;
	width:80%;
	padding:32px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	div.wpcf7{
		width: 100%;
		margin: 0px auto;
	}
.wpcf7-form{
	box-sizing:border-box;
	width:100%;
	padding:5px;
	margin:0 auto;
}
}
div.form_items{
	width:100%;
	margin-bottom:16px;
	text-align: left;
}

.wpcf7-form-control{
	border-radius:10px;
	background:#fff;
	color:#000;
	border:#ccc 1px solid;
	width:100%;
}

.wpcf7-text{
	box-sizing:border-box;
	height:50px;
	line-height:50px;
	padding:5px;
}
.wpcf7-textarea{
	padding:1rem;
}


.wpcf7-submit{
	display:block;
	background: #00F260; 
	background: -webkit-linear-gradient(to bottom left, #05aee6, #00F260);  
	background: linear-gradient(to bottom left, #05aee6, #00F260); 
	box-shadow:0 20px 20px -20px #00F260;
	width:100%;
	height:60px;
	margin:1rem auto;
	border-radius:30px;
	text-align:center;
	padding:20px;
	border:none;
	transition:.5s ease .2s;
}

.wpcf7-submit:hover{
	box-shadow:0 20px 20px -20px #05aee6;
}
