@charset "UTF-8";
/* CSS Document */


.spmask {
  display: block;
}
.sponly {
  display: none;
}
.pconly{
  display : block;
}
.right{
  text-align : right;
}


/*------------------------------
	contents
------------------------------*/
#vo126_01 {
  position: relative;
}
#vo126_01 .contentsIn .contentsInBox sup {
  vertical-align : text-top;
  font-size : small;
}
#vo126_01 .contentsIn .contentsInBox .note{
  font-size : 0.88em;
}
#vo126_01 .contentsIn .contentsInBox p strong{
  font-weight : bold;
  color : #005c30;
}
#vo126_01 .contentsIn .contentsInBox p strong.heading{
  font-size : 1.2em;
}
#vo126_01 .contentsIn .marginZero{
  margin : 0 ! important;
}

/*------------------------------
	kv
------------------------------*/
#vo126_01 #kv {
  position: relative;
  width: 100%;
}
#vo126_01 #kv .kvBox {
  position: relative;
  width: auto;
  height: 730px;
  background: url("../../images/126/bg_kv01.jpg") no-repeat center top 70px;
  background-size: cover;
  margin-bottom: 100px;
  padding: 120px 10px 0;
}
#vo126_01 #kv .kvBox .inner {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  height: 730px;
}
#vo126_01 #kv .kvBox .ttlBox {
  position: absolute;
  top: 50%;
  right : 0;
  background: rgba(0,92,48,0.8);
  padding: 40px;
  color: #fff;
  margin-top: -150px;
}
#vo126_01 #kv .kvBox .ttlBox .ttl{
  text-align: center;
  display: flex;
  font-size: 21px;
  width : 100%;
}
#vo126_01 #kv .kvBox .ttlBox .ttl::before{
  display : block;
  content: "";
  border-top: 1px #fff solid;
  flex-grow: 1;
  margin-right: 10px;
  margin-top: 8px;
}
#vo126_01 #kv .kvBox .ttlBox .ttl::after{
  display : block;
  content: "";
  border-top: 1px #fff solid;
  flex-grow: 1;
  margin-left: 10px;
  margin-top: 8px;
}
#vo126_01 #kv .kvBox .ttlBox .subBox{
  font-size: 16px;
  border: 1px #fff solid;
  padding: 10px;
  margin:20px 280px 20px 0;
}
#vo126_01 #kv .kvBox .ttlBox h2 {
  font-size: 40px;
  margin-top: 40px;
  font-weight: bolder;
  line-height : 1.5;
}
#vo126_01 #kv .kvBox .ttlBox h2 span{
  font-size : 18px;
}

#vo126_01 .viewBtn{
  display : block;
  width: 250px;
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
}
#vo126_01 .viewBtn a span{
  font-size: 18px;
}
#vo126_01 .viewBtn a{
  text-decoration: none;
  color: #fff;
  background: #f6ad3e;
  display: block;
  padding: 20px 20px;
  transition: all 0.6s;
  border: 1px #f6ad3e solid;
}
#vo126_01 .viewBtn a:hover{
  color: #f6ad3e;
  background: #fff;
  border: 1px #f6ad3e solid;
}

/*------------------------------
	コンテンツボックス　01
------------------------------*/
#vo126_01 #cb-01{
  max-width: 1350px;
  margin: 0 auto;
}
#vo126_01 #cb-01 p{
  line-height: 1.6;
}
#vo126_01 #cb-01 .messegeTtl{
  text-align: center;
  display: flex;
  color: #005c30;
  font-size: 32px;
  height: 40px;
  width: 1040px;
  margin: 0 auto 50px;
}
#vo126_01 #cb-01 .messegeTtl::before{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-left: 1px #005c30 solid;
  flex-grow: 1;
  margin-top: -20px;
  margin-right: 50px;
}
#vo126_01 #cb-01 .messegeTtl::after{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-right: 1px #005c30 solid;
  flex-grow: 1;
  margin-top: -20px;
  margin-left: 50px;
}
#vo126_01 #cb-01 .messegeText{
  line-height: 1.6;
  margin: 0 10px 50px;
}
#vo126_01 #cb-01 .profile{
  background: #fcfcf4;
  position: relative;
  padding: 40px;
}
#vo126_01 #cb-01 .profile img{
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
}
#vo126_01 #cb-01 .profile .name{
  font-size: 24px;
  margin: 15px 0 20px;
}

/*------------------------------
	コンテンツボックス　02
------------------------------*/
#vo126_01 #cb-02{
  margin-top: 50px;
  padding-bottom: 100px;
}
#vo126_01 .contentsInBox .leadBox{
  position : absolute;
  width : 790px;
  display : block;
  background : #005c30;
  color : #fff;
  z-index : 10;
  padding : 30px;
  box-sizing : border-box;
  text-align : left ! important;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}
#vo126_01 .contentsInBox .leadBox p{
  font-size : 1em;
  line-height : 1.4;
  padding-top : 1em;
  padding-bottom : 1em;
  margin-bottom : 1em;
  text-align : left ! important;
  color : #fff ! important;
}
#vo126_01 .contentsInBox .leadBox h4{
  margin : 0;
  padding : 0 ! important;
  border : none ! important;
  font-size : 0.88em ! important;
  font-weight : normal;
  color : #fff ! important;
  text-align : left ! important;
}
#vo126_01 h4 span, #vo126_01 h5 span{
  font-size : 0.69em ! important;
}
#vo126_01 .contentsInBox .leadBox h3{
  margin : 0 ! important;
  padding : 0 ! important;
  border : none;
  border-bottom : 1px solid #fff ! important;
  font-size : 1.2em ! important;
  font-weight : normal;
  color : #fff ! important;
  text-align : left ! important;
}
#vo126_01 .contentsInBox .leadImg{
  position : relative;
  margin-top : 25px;
  margin-left : 780px; 
  width : 570px;
  height : auto;
}

#vo126_01 #cb-02 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo126_01 #cb-02 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 140px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo126_01 #cb-02 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox.textLeft p{
  padding-right: 60px;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox.textRight p{
  padding-left: 60px;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox .contentsImg img{
  display : block;
  width : 570px;
  margin-bottom: 10px;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox .contentsImg img.fullsize{
  width : 100% ! important;
  height : auto;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox .viewBtn{
	margin-left: auto;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox b{
  font-weight : bold;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom : 1em;
}

#vo126_01 #cb-02 .contentsIn .contentsInBox h3{
  width : 100%;
  font-weight : bold;
  line-height: 1.6;
  font-size: 24px;
  border-bottom: 1px #000 solid;
  margin-bottom : 1em;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox.tableBox .contentsTable{
  padding-right: 60px;
  width : 50%;
}
#vo126_01 #cb-02 .contentsIn .contentsInBox.tableBox .contentsTable2{
  width : 50%;
}
#vo126_01 #cb-02 .contentsIn .tableBox{
  margin-top : 0 ! important;
}
#vo126_01 #cb-02 table{
  width : 100%;
  border : 1px solid #000;
  margin : 0px 0px 25px 0;
}
#vo126_01 #cb-02 table th{
  text-align : left;
  font-size : 0.88em;
}
#vo126_01 #cb-02 table thead{
  background : #008195;
}
#vo126_01 #cb-02 table thead th{
  padding : 6px 4px;
  color : #fff;
  font-weight : normal;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
}
#vo126_01 #cb-02 table thead td{
  padding : 6px 4px;
  color : #fff;
  width : 95%;
}
#vo126_01 #cb-02 table tbody th{
  padding : 6px 4px;
  font-weight : normal;
  padding : 6px 0 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
  white-space : nowrap;
  background : #a4d9e1;
}
#vo126_01 #cb-02 table tbody td{
  padding : 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
  font-size : 0.88em;
}
#vo126_01 #cb-02 table tbody td.nowrap{
  white-space : nowrap;
}
#vo126_01 #cb-02 .marginTopMin{
  margin-top : 40px ! important;
}

/*------------------------------
	コンテンツボックス　03
------------------------------*/
#vo126_01 #cb-03{
  margin-top: 50px;
  padding-bottom: 100px;
}
#vo126_01 #cb-03 .messegeTtl{
  text-align: center;
  display: flex;
  color: #005c30;
  font-size: 32px;
  height: 40px;
  width: 890px;
  margin: 0 auto 50px;
}
#vo126_01 #cb-03 .messegeTtl::before{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-left: 1px #005c30 solid;
  flex-grow: 1;
  margin-top: -20px;
  margin-right: 50px;
}
#vo126_01 #cb-03 .messegeTtl::after{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-right: 1px #005c30 solid;
  flex-grow: 1;
  margin-top: -20px;
  margin-left: 50px;
}
#vo126_01 #cb-03 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo126_01 #cb-03 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 140px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo126_01 #cb-03 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox{
  margin-top: 40px;
  display: flex;
  line-height: 1.6;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox h5{
  border-left : 5px solid #005c30;
  line-height : 1.6em;
  color : #005c30;
  padding-left : 1em;
  font-size : 1.4em;
  margin-bottom : 1em;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox h5 span{
  display : inline-block;
  font-size : 0.69em ! important;
  line-height : 1.6em ! important;
}
#vo126_01 #cb-03 .contentsIn h5 span.name{
  font-size : 1.2em ! important;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox.textLeft p{
  padding-right: 60px;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox.textRight p{
  padding-left: 60px;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox .contentsImg img{
  display : block;
  width : 570px;
  margin-bottom: 10px;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox .viewBtn{
  margin-left: auto;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox .icnGreen{
  color : #005c30;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox #webashBox {
	display : inline-block;
	clear : both;
	overflow: hidden;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox #webashBox #webashIndex {
	float : left;
	height : 3em;
}
#vo126_01 #cb-03 .marginTopDefault{
  margin-top : 80px ! important;
}
#vo126_01 #cb-03 .courseBox{
  display : block;
  width : 100%;
  margin-bottom: 10px;
  clear : both;
  overflow : hidden;
  padding-right: 90px;
  box-sizing : border-box;
}
#vo126_01 #cb-03 .courseBox .courseBoxTitle{
  display : block; 
  float : left;
  width : 180px;
  text-decoration: none;
  color: #fff;
  background: #005c30;
  padding: 10px 0 10px 0;
  text-align : center;
  margin-right : 30px;
  margin-top : 50px;
  box-sizing : border-box;
}
#vo126_01 #cb-03 .courseBox .courseBoxImg{
  display : block;
  float : left;
  width : 480px;
}
#vo126_01 #cb-03 .courseBox .courseBoxImg img{
  display : block;
  width : 85%;
  height : auto;
}
#vo126_01 #cb-03 .boxBorder{
  border: 4px #005c30 solid;
  padding : 30px;
}

#vo126_01 #cb-03 .contentsIn .contentsInBox .teidan{
  margin-top: 40px;
  display: flex;
  line-height: 1.6;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox .teidan .teidanImg{
  padding-right : 60px;
  width : 240px;
}
#vo126_01 #cb-03 .contentsIn .contentsInBox .teidan .teidanImg img{
 width : 240px;
 height : auto;
}

/*------------------------------
	コンテンツボックス　04
------------------------------*/
#vo126_01 #cb-04{
  margin-top: 50px;
  padding-bottom: 100px;
}
#vo126_01 #cb-04 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo126_01 #cb-04 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 50px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo126_01 #cb-04 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo126_01 #cb-04 .contentsIn .contentsInBox{
  margin-top: 40px;
  display: flex;
  line-height: 1.6;
}
#vo126_01 #cb-04 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo126_01 #cb-04 .contentsIn .contentsInBox .textBox{
	width : 40%;
}
#vo126_01 #cb-04 .contentsIn .contentsInBox .contentsImg{
	width : 60%;
	border-left : 4px #005c30 solid;
	padding-left : 60px;
}

/*------------------------------
	コンテンツボックス　05
------------------------------*/
#vo126_01 #cb-05{
  margin-top: 150px;
  padding : 0 18px;
  margin-bottom: 100px;
}
#vo126_01 #cb-05 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 40px 20px;
  background : #eee;
  box-sizing : border-box;
}
#vo126_01 #cb-05 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 140px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo126_01 #cb-05 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo126_01 #cb-05 .contentsIn h3{
  line-height: 1.6;
  margin : 0.88em auto;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox .textBox{
  width : 1300px;
  margin : auto;
}

#vo126_01 #cb-05 .contentsIn .contentsInBox h5{
  border-left : 5px solid #005c30;
  line-height : 1.6em;
  color : #005c30;
  padding-left : 1em;
  font-size : 1.4em;
  margin-bottom : 1em;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox h5 span{
  font-size : 0.69em ! important;
  line-height : 0.88em ! important;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox.textLeft p{
  padding-right: 60px;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox.textRight p{
  padding-left: 60px;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  word-break: break-all;
}
#vo126_01 #cb-05 .contentsIn .contentsInBox .contentsImg img{
  display : block;
  width : 570px;
  margin-bottom: 10px;
}
#vo126_01 #cb-05 p strong{
  font-weight : bold;
  color : #005c30;
}
#vo126_01 #cb-05 .messegeTtl{
  text-align: center;
  display: flex;
  color: #005c30;
  font-size: 32px;
  height: 100px;
  width: 560px;
  margin: 50px auto 50px;
}
#vo126_01 #cb-05 .messegeTtl::before{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-left: 1px #005c30 solid;
  flex-grow: 1;
  margin-right: 25px;
}
#vo126_01 #cb-05 .messegeTtl::after{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-right: 1px #005c30 solid;
  flex-grow: 1;
  margin-left: 25px;
}

#vo126_01 #cb-05 .messegeTtl2{
  text-align: center;
  display: flex;
  color: #005c30;
  font-size: 32px;
  height: 100px;
  width: 710px;
  margin: 150px auto 150px auto;
}
#vo126_01 #cb-05 .messegeTtl2::before{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-left: 1px #005c30 solid;
  flex-grow: 1;
  margin-right: 25px;
}
#vo126_01 #cb-05 .messegeTtl2::after{
  display : block;
  content: "";
  border-top: 1px #005c30 solid;
  border-bottom: 1px #005c30 solid;
  border-right: 1px #005c30 solid;
  flex-grow: 1;
  margin-left: 25px;
}

#vo126_01 #cb-05 .messegeText{
  line-height: 1.6;
  margin: 0 10px 50px;
}
#vo126_01 #cb-05 .viewBtn{
  display : block;
  width: 1300px;
  height : 190px;
  text-align: left;
  line-height: 1.6;
  margin-right : auto;
  margin-bottom : 50px;
  clear : both;
  overflow : hidden;
}
#vo126_01 #cb-05 .viewBtn a span{
  font-size: 18px;
}
#vo126_01 #cb-05 .viewBtn a .title{
  font-size: 1.2em;
  font-weight : bold;
}
#vo126_01 #cb-05 .viewBtn a{
  display : block;
  float : left;
  width : 1029px;
  height : 190px;
  text-decoration: none;
  color: #fff;
  background: #005c30;
  display: block;
  box-sizing : border-box;
  padding: 20px 20px;
  transition: all 0.6s;
  border: 1px #005c30 solid;
}
#vo126_01 #cb-05 .viewBtn a:hover{
  color: #005c30;
  background: #fff;
  border: 1px #005c30 solid;
}
#vo126_01 #cb-05 .viewBtn img{
  display : block;
  width : 271px ! important;
  height : 190px;
  float : right;
  margin : 0;
  
}
#vo126_01 #cb-05 .topMargin{
  margin-top : 1em;
}
#vo126_01 #cb-05 .programBox{
  width : 1300px;
  box-sizing : border-box;
}
#vo126_01 #cb-05 .right{
  font-size : 0.88em;
}
#vo126_01 #cb-05 .contentsInBox .textIn{
  width : 100%;
}
#vo126_01 #cb-05 .viewBtn-06{
  display : block;
  width: 570px;
  text-align: left;
  line-height: 1.6;
  margin : auto;
  margin-bottom : 50px;
}
#vo126_01 #cb-05 .viewBtn-06 a span{
  font-size: 18px;
}
#vo126_01 #cb-05 .viewBtn-06 a span#research{
  font-size: 24px;
}
#vo126_01 #cb-05 .viewBtn-06 a{
  text-decoration: none;
  color: #fff;
  background: #005c30;
  display: block;
  padding: 20px 20px;
  transition: all 0.6s;
  border: 1px #005c30 solid;
}
#vo126_01 #cb-05 .viewBtn-06 a:hover{
  color: #005c30;
  background: #fff;
  border: 1px #005c30 solid;
}
#vo126_01 #cb-05 .viewBtn-06 img{
  width : 100%;
  height : auto;
}

/*------------------------------
	コンテンツボックス　06
------------------------------*/
#vo126_01 #cb-06{
  margin-top: 50px;
  padding : 0 18px;
  padding-bottom: 100px;
}
#vo126_01 #cb-06 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
}
#vo126_01 #cb-06 .contentsIn .contentsInBox{
  margin-top: 60px;
  line-height: 1.6;
  display: flex;
}
#vo126_01 #cb-06 .contentsIn .contentsInBox p em{
 color : #f00;
 font-style: normal;
}
#vo126_01 #cb-06 .contentsIn .contentsInBox p{
  padding-top : 20px;
}
#vo126_01 #cb-06 .contentsIn img{
 width: 100%;
 height : auto;
 margin-bottom: 10px;
}

#vo126_01 #cb-06 .contentsInBox.textLeft{
	flex-direction: row-reverse;
}
#vo126_01 #cb-06 .contentsIn .contentsInBox.textLeft .textIn{
  width : calc(100% - 460px);
  padding-left: 60px;
  max-width : 857px;
}
#vo126_01 #cb-06 .contentsIn .contentsInBox.textRight .textIn{
  width : calc(100% - 460px);
  padding-right: 60px;
  max-width : 857px;
}
#vo126_01 #cb-06 .contentsIn .contentsInBox .contentsImg{
  width : 460px;
}
#vo126_01 #cb-06 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  max-width : 460px;
  height : auto;
}
#vo126_01 #cb-06 .textIn{
  width : 100%;
}

#vo126_01 #cb-06 .viewBtn-04{
  display : block;
  width: 570px;
  text-align: left;
  line-height: 1.6;
  margin-right : auto;
  margin-left : -120px;
}
#vo126_01 #cb-06 .viewBtn-04 a span{
  font-size: 18px;
}
#vo126_01 #cb-06 .viewBtn-04 a span#research{
  font-size: 24px;
}
#vo126_01 #cb-06 .viewBtn-04 a{
  text-decoration: none;
  color: #fff;
  background: #005c30;
  display: block;
  padding: 20px 20px;
  transition: all 0.6s;
  border: 1px #005c30 solid;
}
#vo126_01 #cb-06 .viewBtn-04 a:hover{
  color: #005c30;
  background: #fff;
  border: 1px #005c30 solid;
}