﻿@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
margin:0;
padding:0;
font-size:14px;
background-color:#FFFFFF;
-webkit-text-size-adjust:none;
}

a:link {color:#3b5998;text-decoration:underline;}
a:visited {color:#3b5998;text-decoration: underline;}
a:hover {color:#206CFF;text-decoration:none;}
a img {border-style:none;}
img {vertical-align:bottom;}

.clr{clear:both;}

p {
font-size:100%;
line-height:160%;
}
@media screen and (min-width:769px){
p {
font-size:18px;
line-height:180%;
letter-spacing:1px;
}
}

@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}

.space{margin-top:30px;}
@media screen and (min-width:769px){.space{margin-top:45px;}}


#copy{
margin:0;
padding:20px 0 25px 0;
text-align:center;
}
#copy img{width:100%;}
@media screen and (min-width:769px){
#copy{padding:20px 0 45px 0;}
#copy img{width:900px;}
}


.device{
margin:0;
padding:0 20px;
text-align:center;
}
.device a:link {
color:#fff;
text-decoration:none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.device a:hover {
color:#fff;
text-decoration:none;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device a:visited {color:#fff;text-decoration:none;}
.device_caption{
margin:20px 0 0 0;
padding:0;
font-size:75%;
line-height:150%;
color:#999;
text-align:center;
}
.device2{
margin:0;
padding:10px 20px;
text-align:center;
}
.device2 a:link {
color:#fff;
text-decoration:none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.device2 a:hover {
color:#fff;
text-decoration:none;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device2 a:visited {color:#fff;text-decoration:none;}

.device_title{
margin:0 0 10px 0;
padding:0;
font-size:100%;
font-weight:bold;
line-height:150%;
text-align:center;
}

.btn {
width:100%;
margin:0 auto;
padding:20px 0;
display:inline-block;
font-size:120%;
font-weight:bold;
text-decoration:none;
border:solid 1px #6a9700;
color:#fff;
text-shadow:0 2px 0 rgba(0,0,0,0.3);
text-align:center;
background:-moz-linear-gradient(top, #afe51f, #59b802);
background:-webkit-linear-gradient(top, #afe51f, #59b802);
background:linear-gradient(to bottom, #afe51f, #59b802);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.mt{margin-top:10px;}
@media screen and (min-width:769px){
.device{
width:768px;
margin:0 auto;
padding:0;
text-align:center;
}
.device a:link {
color:#fff;
text-decoration:none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.device a:hover {
color:#fff;
text-decoration:none;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device a:visited {color:#fff;text-decoration:none;}

.device2{
margin:0 auto;
padding:20px 0;
text-align:center;
}
.device2 a:link {
color:#fff;
text-decoration:none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.device2 a:hover {
color:#fff;
text-decoration:none;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device2 a:visited {color:#fff;text-decoration:none;}
.device_title{
margin:0 0 10px 0;
font-size:20px;
letter-spacing:1px;
}

.btn {
width:500px;
margin:0 auto;
padding:20px 0;
display:inline-block;
font-size:24px;
font-weight:bold;
letter-spacing:1px;
text-decoration:none;
border:solid 1px #6a9700;
color:#fff;
text-shadow:0 2px 0 rgba(0,0,0,0.3);
text-align:center;
background:-moz-linear-gradient(top, #afe51f, #59b802);
background:-webkit-linear-gradient(top, #afe51f, #59b802);
background:linear-gradient(to bottom, #afe51f, #59b802);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.mt{margin-top:20px;}
}

/*---------- 見出し ----------*/

h3{}
h4{}

h2{
margin:0 0 30px 0;
padding:0 0 15px 0;
font-size:150%;
line-height:140%;
font-weight:bold;
text-align:center;
border-bottom:solid 5px #000;
}
@media screen and (min-width:769px){
h2{
margin:0 0 60px 0;
font-size:36px;
font-weight:900;
font-family: "Noto Sans Japanese";
}
}


/*---------- コンテンツ ----------*/

#form_top{
  margin:0;
  padding:25px 0 35px 0;
  background:#ffffff;
  }
  @media screen and (min-width:769px){
  #form_top{
  margin:0;
  padding:45px 0 75px 0;
  }
  }

.prf{
  margin:45px 20px 0 20px;
  padding:0 0 15px 0;
  }
  .prf_sub{
  margin:20px 0 0 0;
  padding:5px 0 5px 12px;
  font-size:100%;
  font-weight:bold;
  line-height:150%;
  letter-spacing:1px;
  border-left:6px solid #dd0000;
  }
  .prf_pict{
  margin:0;
  padding:0 0 5px 0;
  text-align:center;
  }
  .prf_pict img{width:45%;}
  .prf_media{
  margin:0;
  padding:0;
  }
  .media, .media_k1, .media_k2{
  margin:0 0 15px 0;
  padding:0;
  font-size:100%;
  line-height:150%;
  }
  
  .book,.seminar{margin:0;padding:0;text-align:center;}
  .book img{width:60%;}
  .seminar img{width:100%;}
  .book_k{margin:0;padding:0;text-align:center;}
  .book_k img{width:45%;}
  
  .list_box,.list{
  margin:0;
  padding:0;
  }
  
  .subhead {
  overflow:hidden;
  text-align:center;
  margin:20px 0 20px 0;
  padding:0;
  font-size:120%;
  font-weight:bold;
  line-height:160%;
  }
  .subhead span {
  display:inline-block;
  padding:4px 10px 0 10px;
  position:relative;
  }
  .subhead span:before,
  .subhead span:after {
  border-top:2px dotted #000;
  content:"";
  position:absolute;
  top:50%;
  width:99em;
  }
  .subhead span:before {
  right:100%;
  }
  .subhead span:after {
  left:100%;
  }
  .contents{
  margin: 0 20px 50px 20px;
  padding:0;
  }
  
  
  
  
  
  
  
  hr.style3 {
    margin: 30px 0 100px 0;
    border-top: 2px dotted #000;
  }
  
  
  
  @media screen and (min-width:769px){
  .prf{
  width:900px;
  margin:0 auto 45px auto;
  padding:0;
  }
  .prf_sub{
  margin:30px 0 0 0;
  font-size:21px;
  }
  .prf_pict img{width:200px;}
  .prf_media{
  margin:0;
  padding:15px 0 0 0;
  }
  .prf_media{
  margin:0;
  padding:0;
  font-size:16px;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content:space-between;
  }
  .media{
  width:48%;
  margin:0;
  padding:0;
  }
  .media_k1{
  width:30%;
  margin:0;
  padding:0;
  }
  .media_k1 p{font-size:14px;letter-spacing:0;}
  .media_k2{
  width:100%;
  margin:0;
  padding:0;
  }
  .book img{width:300px;margin-bottom:5px;}
  .seminar img{width:100%;margin-bottom:5px;}
  .book_k img{width:76%;}
  
  .list_box{
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:-o-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content:space-between;
  }
  .list{width:49%;}
  .list p{font-size:16px;letter-spacing:0;}
  
  
  
  
  
  .subhead {
  overflow:hidden;
  text-align:center;
  margin:80px 0 30px 0;
  padding:0;
  font-size:21px;
  font-weight:bold;
  line-height:180%;
  letter-spacing:1px;
  }
  .subhead span {
  display:inline-block;
  padding:4px 10px 0 10px;
  position:relative;
  }
  .subhead span:before,
  .subhead span:after {
  border-top:2px dotted #000;
  content:"";
  position:absolute;
  top:50%;
  width:99em;
  }
  .subhead span:before {
  right:100%;
  }
  .subhead span:after {
  left:100%;
  }
  }
  
  
  




.contents{
margin:0 20px 60px 20px;
padding:0;
}
@media screen and (min-width:769px){
.contents{
width:680px;
margin:0 auto 100px auto;
padding:0;
}
}

.title_head{
margin:30px 0 0 0;
padding:5px 0 15px 0;
font-size:100%;
font-weight:bold;
line-height:100%;
text-align:center;
}
.title_head span{
padding:5px 15px;
color:#fff;
background:#dd0000;
}
.title{
margin:0 0 10px 0;
padding:0;
font-size:125%;
font-weight:bold;
line-height:150%;
text-align:center;
color:#dd0000;
}
table.check{
width:100%;
border-collapse:collapse;
margin:0;
}
table.check th{
width:25px;
font-size:100%;
line-height:180%;
padding:12px 0 5px 0;
color:#dd0000;
vertical-align:top;
text-align:left;
}
table.check td{
font-size:100%;
line-height:150%;
font-weight:bold;
padding:14px 0 5px 0;
border-bottom:dotted 1px #999999;
vertical-align:top;
}
@media screen and (min-width:769px){
.title_head{
margin:50px 0 0 0;
padding:5px 0 15px 0;
font-size:18px;
}
.title{
margin:0 0 15px 0;
padding:0;
font-size:28px;
font-weight:bold;
line-height:150%;
letter-spacing:1px;
text-align:center;
}
table.check{
width:100%;
border-collapse:collapse;
margin:0;
}
table.check th{
width:35px;
font-size:150%;
line-height:180%;
padding:12px 0 5px 0;
color:#dd0000;
vertical-align:top;
text-align:left;
}
table.check td{
font-size:21px;
line-height:150%;
font-weight:bold;
padding:18px 0 5px 0;
border-bottom:dotted 1px #999999;
vertical-align:top;
}
}


input[type="text"], textarea, select {
border:0;
padding:15px;
font-size:100%;
letter-spacing:1px;
border:solid 1px #ccc;
text-align:center;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
input[type="text"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}

input[type="email"], textarea, select {
border:0;
padding:10px;
font-size:18px;
letter-spacing:1px;
border:solid 1px #ccc;
text-align:center;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
input[type="email"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}

input[type="tel"], textarea, select {
border:0;
padding:10px;
font-size:18px;
letter-spacing:1px;
color:#000;
border:solid 1px #ccc;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input[type="tel"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}

/* Chrome, Safari */
::-webkit-input-placeholder{
color:#999;
}
/* Firefox */
::-moz-placeholder{
color:#999;
}
/* Firefox 18以前 */
:-moz-placeholder{
color:#999;
}
/* IE */
:-ms-input-placeholder{
color:#999;
}

input[type="submit"],input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:solid 1px #6a9700;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}


.button {
width:100%;
margin:0 auto;
padding:20px 0;
display:inline-block;
font-size:120%;
font-weight:bold;
text-decoration:none;
border:solid 1px #6a9700;
color:#fff;
text-shadow:0 2px 0 rgba(0,0,0,0.3);
text-align:center;
background:-moz-linear-gradient(top, #afe51f, #59b802);
background:-webkit-linear-gradient(top, #afe51f, #59b802);
background:linear-gradient(to bottom, #afe51f, #59b802);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
input:hover {
opacity:0.7;
filter:alpha(opacity=70);
}
.selectbox select {
background: url(img/arrow_pull.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
background: url(img/arrow_pull.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
background-size: 20px, 100%;
padding:10px 30px 10px 10px;
margin-bottom:10px;
}
select::-ms-expand {
display: none;
}

@media screen and (min-width:769px){
input[type="text"], textarea, select {
border:0;
padding:20px;
font-size:20px;
letter-spacing:1px;
color:#000;
border:solid 1px #ccc;
text-align:center;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
input[type="text"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}

input[type="email"], textarea, select {
border:0;
padding:10px;
font-size:18px;
letter-spacing:1px;
border:solid 1px #ccc;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
input[type="email"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}

input[type="tel"], textarea, select {
border:0;
padding:10px;
font-size:18px;
letter-spacing:1px;
border:solid 1px #ccc;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input[type="tel"]:focus,
textarea:focus {
box-shadow: 0 0 7px #999999;
border: 1px solid #666;
}

input[type="submit"],input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:solid 1px #6a9700;
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.selectbox select {
background: url(img/arrow_pull.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
background: url(img/arrow_pull.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
background-size: 20px, 100%;
padding:10px 30px 10px 10px;
margin-bottom:20px;
}
select::-ms-expand {
display: none;
}

.button {
width:500px;
margin:0 auto;
padding:20px 0;
display:inline-block;
font-size:24px;
font-weight:bold;
letter-spacing:1px;
text-decoration:none;
border:solid 1px #6a9700;
color:#fff;
text-shadow:0 2px 0 rgba(0,0,0,0.3);
text-align:center;
background:-moz-linear-gradient(top, #afe51f, #59b802);
background:-webkit-linear-gradient(top, #afe51f, #59b802);
background:linear-gradient(to bottom, #afe51f, #59b802);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
input:hover {
opacity:0.7;
filter:alpha(opacity=70);
}
}

/* Chrome, Safari */
::-webkit-input-placeholder{
color:#999;
}
/* Firefox */
::-moz-placeholder{
color:#999;
}
/* Firefox 18以前 */
:-moz-placeholder{
color:#999;
}
/* IE */
:-ms-input-placeholder{
color:#999;
}


#form{
margin:0;
padding:25px 0 35px 0;
background:#f2f2f2;
}
@media screen and (min-width:769px){
#form{
margin:0;
padding:45px 0 75px 0;
}
}


/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.ul{text-decoration:underline;}
.red {color:#dd0000;font-weight:bold;}
.blue {color:#1ea3db;}
.green {color:#33929c;}
.white {color:#ffffff;}
.ym{background: linear-gradient(transparent 40%, #ffff66 40%);}
.caption{font-size:12px;color:#666666;font-weight:normal;line-height:180%;}
.caption10{font-size:10px;color:#999999;font-weight:normal;line-height:180%;letter-spacing:0;}



.font120{font-size:120%;line-height:180%;}
.font150{font-size:150%;line-height:180%;}
.font180{font-size:180%;line-height:180%;}



/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}


/*---------- 画像位置 ----------*/

.img_right01{
float:right;
border:solid 1px #CCCCCC;
background-color:#FFFFFF;
padding:3px;
margin:0 0 0 15px;
}
.img_right02{
float:right;
margin:0 0 0 15px;
}


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

#pp{
margin:45px 90px 0 90px;
padding:1px 15px 15px 15px;
border:solid 1px #666;
overflow:auto;
height:75px;
text-align:left;
}
#pp p{
font-size:10px;
color:#666;
}

#footer{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:200%;
text-align:center;
padding:15px;
color:#CCCCCC;
background-color:#524f4f;
}
#footer a:link {color:#ccc;text-decoration:none;}
#footer a:visited {color:#ccc;text-decoration:none;}
#footer a:hover {color:#ccc;text-decoration:underline;}



/* お客様の声 */
 
  
table.seminar_voice{
  width:100%;
  border-collapse:collapse;
  margin:0;
  }
  table.seminar_voice th{
  font-size:75%;
  line-height:150%;
  padding: 12px 10px 10px 10px;
  border:solid 1px #ccc;
  background-color:#f0ebeb;
  text-align:left;
  }

  table.seminar_voice td{
  font-size:75%;
  line-height:150%;
  padding:10px;
  text-align:left;
  border:solid 1px #ccc;
  }
  @media screen and (min-width:769px){
  table.seminar_voice{
  width:100%;
  border-collapse:collapse;
  margin:0 0 20px 0;
  }
  table.seminar_voice th{
  font-size:16px;
  line-height:150%;
  padding: 12px 10px 10px 10px;
  border:solid 1px #ccc;
  text-align:left;

}
  table.seminar_voice td{
  font-size:14px;
  line-height:150%;
  padding:10px;
  text-align:left;
  border:solid 1px #ccc;
  }
  }
  


  .container {
    display: flex;
    flex-wrap: wrap;
  }
  .column {
    width: 100%;
  }
  
  /* 画面サイズ1024px以上はこのファイルはスタイルが適用される */
  @media (min-width: 768px) {
    .column {
      width: 50%;
    }
  }
  
  
  @media screen and (min-width: 769px){
  .column p {
      font-size: 16px;
      letter-spacing: 0;
  
  }
  }
  /* 上下 | 左右 */
  .column p {
  margin: 0px auto;
  }
  



/* Webセミナー視聴者の声 */
 
  
table.seminar_voice{
  width:100%;
  border-collapse:collapse;
  margin:0;
  }
  table.seminar_voice th{
  font-size:75%;
  line-height:150%;
  padding: 12px 10px 10px 10px;
  border:solid 1px #ccc;
  background-color:#f0ebeb;
  text-align:left;
  }

  table.seminar_voice td{
  font-size:75%;
  line-height:150%;
  padding:10px;
  text-align:left;
  border:solid 1px #ccc;
  }
  @media screen and (min-width:769px){
  table.seminar_voice{
  width:100%;
  border-collapse:collapse;
  margin:0 0 20px 0;
  }
  table.seminar_voice th{
  font-size:16px;
  line-height:150%;
  padding: 12px 10px 10px 10px;
  border:solid 1px #ccc;
  text-align:left;

}
  table.seminar_voice td{
  font-size:14px;
  line-height:150%;
  padding:10px;
  text-align:left;
  border:solid 1px #ccc;
  }
  }
  


  /*---------- YouTube動画埋め込みコードをレスポンシブ化----------*/




section{
  max-width:768px;
  margin: 0 auto;
}
.movie_area {
  position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の縦幅*/
     height: 0;
     overflow: hidden;
}

.movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  /*---------- YouTube動画埋め込みコードをレスポンシブ化----------*/


  

table.spec{
  width:100%;
  border-collapse:collapse;
  margin:0;
  }
  table.spec th{
  width:80px;
  font-size:100%;
  font-weight:normal;
  line-height:150%;
  padding:15px 0 15px 0;
  border-bottom:solid 2px #999;
  }
  table.spec td{
  ont-size:100%;
  line-height:150%;
  padding:15px 0 15px 15px;
  border-bottom:solid 1px #ccc;
  }
  @media screen and (min-width:769px){
  table.spec{
  width:100%;
  border-collapse:collapse;
  margin:0;
  }
  table.spec th{
  width:180px;
  font-size:16px;
  font-weight:normal;
  line-height:150%;
  letter-spacing:1px;
  padding:15px 0 15px 0;
  border-bottom:solid 2px #999;
  }
  table.spec td{
  font-size:16px;
  line-height:150%;
  letter-spacing:1px;
  padding:15px 0 15px 15px;
  border-bottom:solid 1px #ccc;
  }
  }
  
  