@charset "UTF-8";
/*----------------------------------------------------
	style_seminar.css
	矯正無料相談のスタイル
----------------------------------------------------*/

/*----------------------------------------------------
	SP　(599px以下)
----------------------------------------------------*/
/* コンテンツ背景 */
.pageback {
	background-image: url(../images/bg_cont01_sp.png);
	background-size: 18% auto;
	background-repeat: no-repeat;
	background-position: 10px 18%;
}

/* メインイメージ */
#mainimage_cont {
	background: url(../images/seminar/bg_mainimage.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* コンテンツ */
#about {
	width: calc(100% - 60px);
	margin: 0 auto 80px auto;
}
#about .catch {
	margin: 0 0 40px 0;
	padding: 0 30px;
	color: #707070;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}
#about ol {
	margin: 0 0 20px 0;
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about ol li {
	width: calc((100% - 10px) / 2);
	margin: 0 0 20px 0;
}
#about .guide { margin: 0 auto 40px auto; }
#about .guide .photo { margin: 0 0 40px 0; }
#about .guide dl dt {
	padding: 0 0 20px 0;
	font-size: 2.0rem;
}
#about .guide dl dd p {
	margin: 0 0 20px 0;
	color: #707070;
	font-size: 1.4rem;
	line-height: 2;
}
#about .guide dl dd ul li {
	color: #109853;
	font-size: 1.4rem;
}
#about .guide dl dd ul li::before { content: "*"; }




/*----------------------------------------------------
	Tablet　(600px 〜 )
----------------------------------------------------*/
@media screen and (min-width: 600px) {
	/* コンテンツ */
	#about { margin: 0 auto 100px auto; }
	#about .catch { margin: 0 0 80px 0; }
	#about ol { 
		margin: 0 0 80px 0;
		justify-content: center;
	}
	#about ol li {
		width: calc((100% - 40px) / 3);
		margin: 0 5px 20px 5px;
	}
	#about .guide dl { margin: 0 0 80px 0; }
}


/*----------------------------------------------------
	※850pxからレイアウト変更
----------------------------------------------------*/
@media screen and (min-width: 850px) {
	/* コンテンツ背景 */
	.pageback { background-position: 10px 28%; }
	
	/* コンテンツ */
	#about .guide { display: table; }
	#about .guide .photo {
		width: 50%;
		display: table-cell;
	}
	#about .guide dl {
		width:  50%;
		padding: 0 0 0 60px;
		display: table-cell;
		vertical-align: middle;
	}
}


/*----------------------------------------------------
	PC　(1200px 〜 )
----------------------------------------------------*/
@media screen and (min-width: 1200px) {
	/* コンテンツ背景 */
	.pageback { background-position: 10px 32%; }
	
	/* コンテンツ */
	#about {
		width: 1200px;
		margin: 0 auto 140px auto;
	}
	#about .guide { margin: 0 0 100px 0; }
	#about .guide .photo { width: 640px; }
	#about .guide dl {
		width: 480px;
		padding: 0 0 0 80px;
	}
	#about .bn {
		width: 900px;
		margin: 0 auto;
	}
}




/*----------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------*/

/*デザインcss↓*/
.box_con {
  max-width: 900px;
  margin: 0  auto;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
display: table;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 vertical-align: top !important;
}

img.teeth{
height: 21px;
width:20px;
margin:0px 10px 0px 10px;

}

img.teethend{
height: 102px;
width:267px;
margin:20px 0px 0px 0px;
}

.teethend-1{
  text-align: center;
}



@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #97ae88;
    padding: .8em .2em;
    color: #fff;
  }
}
.box_con form table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-right: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #97ae88;
}
.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #97ae88;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
  height: 10em;
}



/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
}

.btn {
  text-align: center;
  margin:: 3em;
}
.btn input {
  display: inline-block;
  background: #eee;
  padding: .5em 4em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#about .fomtext {
	margin: 0 0 40px 0;
	padding: 0 30px;
	color: #707070;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}

#about .fomtext dl dt {
	padding: 0 0 30px 0;
	font-size: 4.0rem;
}

#about .fomtext dl dt dd{
	padding: 0 0 30px 0;
}

@media only screen and (max-width: 768px) {
  #about .fomtext dl dt {
	font-size: 2.0rem;
  }



