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


.spmask {
  display: block;
}
.sponly {
  display: none;
}
.pconly{
  display : block;
}

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

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

/*------------------------------
	コンテンツボックス　01
------------------------------*/
#vo103_01 #cb-01{
  max-width: 1350px;
  margin: 0 auto;
}
#vo103_01 #cb-01 p{
  line-height: 1.6;
}
#vo103_01 #cb-01 .messegeTtl{
  text-align: center;
  display: flex;
  color: #005c30;
  font-size: 32px;
  height: 40px;
  width: 810px;
  margin: 0 auto 50px;
}
#vo103_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;
}
#vo103_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;
}
#vo103_01 #cb-01 .messegeText{
  line-height: 1.6;
  margin: 0 10px 50px;
}
#vo103_01 #cb-01 .profile{
  background: #fcfcf4;
  position: relative;
  padding: 40px;
}
#vo103_01 #cb-01 .profile img{
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
}
#vo103_01 #cb-01 .profile .name{
  font-size: 24px;
  margin: 15px 0 20px;
}
#vo103_01 #cb-01 .profile table{
  border : 1px solid #000;
  margin : 25px 0;
}
#vo103_01 #cb-01 .profile table th{
  text-align : left;
}
#vo103_01 #cb-01 .profile table thead{
  background : #008195;
}
#vo103_01 #cb-01 .profile table thead th{
  padding : 6px 4px;
  color : #fff;
  font-weight : normal;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
}
#vo103_01 #cb-01 .profile 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;
}
#vo103_01 #cb-01 .profile table tbody td{
  padding : 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
}
#vo103_01 #cb-01 .profile table tbody td.nowrap{
  white-space : nowrap;
}
#vo103_01 #cb-01 .profile .footnote{
  text-align : right;
}

/*------------------------------
	コンテンツボックス　02
------------------------------*/
#vo103_01 #cb-02{
  margin-top: 50px;
  padding-bottom: 100px;
}
#vo103_01 #cb-02 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_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;
}
#vo103_01 #cb-02 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox.textLeft .textIn{
  width : calc(100% - 460px);
  max-width : 900px;
  padding-right: 60px;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox.textRight .textIn{
  width : calc(100% - 460px);
  max-width : 900px;
  padding-left: 60px;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox .contentsImg{
  width : 460px;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 460px;
  height : auto;
}
#vo103_01 #cb-02 .contentsIn .contentsInBox .viewBtn{
	margin-left: auto;
}
#vo103_01 #cb-02 .textIn{
  width : 100%;
}
#vo103_01 #cb-02 .textIn h3{
  line-height: 1.6;
  font-size: 24px;
  border-bottom: 1px #000 solid;
}
#vo103_01 #cb-02 .textIn h5{
  margin : 18px 0;
}
#vo103_01 #cb-02 .textIn .name{
  line-height: 1.6;
  font-size: 24px;
  font-weight : bolder;
}

/*------------------------------
	vol103_02（特集2）
------------------------------*/
/*------------------------------
	contents
------------------------------*/
#vo103_02 {
  position: relative;
}
#vo103_02 .spOnly{
  display : none;
}

#vo103_02 .contentsInBox.textLeft .textBox{
  padding-right: 60px;
  max-width : 50%;
}
#vo103_02 .contentsInBox.textRight .textBox{
  padding-left: 60px;
  max-width : 50%;
}
#vo103_02 .contentsImg .leadBox{
  position : absolute;
  display : block;
  background : #198c97;
  color : #fff;
  z-index : 10;
  width : 420px;
  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;
}
#vo103_02 .contentsImg .leadBox p{
  font-size : 1.3em;
  line-height : 1.2;
  border-bottom : 1px solid #fff;
  padding-bottom : 1em;
  margin-bottom : 1em;
  text-align : left ! important;
}
#vo103_02 .contentsImg .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;
}
#vo103_02 .contentsImg .leadBox h3{
  margin : 0 ! important;
  padding : 0 ! important;
  border : none ! important;
  font-size : 1.2em ! important;
  font-weight : normal;
  color : #fff ! important;
  text-align : left ! important;
}
#vo103_02 .contentsImg .leadImg{
  position : relative;
  margin-top : 195px;
  margin-left : 60px; 
}


/*------------------------------
	kv
------------------------------*/
#vo103_02 #kv {
  position: relative;
  width: 100%;
}
#vo103_02 #kv .kvBox {
  position: relative;
  width: auto;
  height: 700px;
  background: url("../../images/103/bg_kv02.jpg") no-repeat center top 120px;
  background-size: cover;
  margin-bottom: 100px;
  padding: 120px 10px 0;
}
#vo103_02 #kv .kvBox .inner {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  height: 700px;
}
#vo103_02 #kv .kvBox .footnote{
  text-align : right;
  margin : 1em 0 1em;
}

@media (max-width: 1150px) {
#vo103_02 #kv .kvBox {
  height: 820px;
}
}

/*-----------------------------*/
#vo103_02 #kv .kvBox .ttlBox {
  position: absolute;
  top: 10%;
  right : 25%;
  background-color: rgba(0,92,48,0.8);
  box-sizing: border-box;
  padding: 40px 40px 60px;
  color: #fff;
  text-align: center;
}
#vo103_02 #kv .kvBox .ttlBox .ttl{
  text-align: center;
  display: flex;
  font-size: 21px;
  margin-bottom: 20px;
  width : 100%;
}
#vo103_02 #kv .kvBox .ttlBox .ttl::before{
  display : block;
  content: "";
  border-top: 1px #fff solid;
  flex-grow: 1;
  margin-right: 10px;
  margin-top: 8px;
}
#vo103_02 #kv .kvBox .ttlBox .ttl::after{
  display : block;
  content: "";
  border-top: 1px #fff solid;
  flex-grow: 1;
  margin-left: 10px;
  margin-top: 8px;
}
#vo103_02 #kv .kvBox .ttlBox .subBox{
  font-size: 18px;
  margin-bottom: 40px;
}
#vo103_02 #kv .kvBox .ttlBox h2 {
  font-size: 40px;
  margin-top: 40px;
  font-weight: bolder;
  line-height : 1.5;
}
/*-----------------------------*/

/*------------------------------
	コンテンツボックス_01（冒頭メッセージ）
------------------------------*/
#vo103_02 #cb-01{
  max-width: 1350px;
  margin: 0 auto 60px;
}
#vo103_02 #cb-01 p{
  line-height: 1.5;
}
#vo103_02 #cb-01 .messegeTtl{
  text-align: center;
  display: flex;
  color: #005c30;
  font-size: 32px;
  height: 40px;
  width: 750px;
  margin: 0 auto 50px;
}
#vo103_02 #cb-01 .messegeTtl span{
  color : #0e1077;
}

#vo103_02 #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: 10px;
}
#vo103_02 #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: 10px;
}
#vo103_02 #cb-01 .messegeTtl h3 span.kome{
  font-size: 0.5em;
  line-height: 2em;
  vertical-align: top;
}
#vo103_02 #cb-01 .messegeText{
  line-height: 1.7;
  margin: 0 10px 50px;
}
#vo103_02 #cb-01 p.caption{
  line-height: 1.6;
  margin: 0 10px 0;
}

#vo103_02 #cb-01 .profile{
  background: #fcfcf4;
  position: relative;
  padding: 40px;
}
#vo103_02 #cb-01 .profile img{
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
}
#vo103_02 #cb-01 .profile .name{
  font-size: 24px;
  margin: 15px 0 20px;
}

#vo103_02 #cb-01 .profile .linkBox {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#vo103_02 #cb-01 .profile .linkBox .linkBoxInner {
  display : block;
  margin : 40px auto 0px auto;
  width: 404px;
  height: 102px;
  background-size: cover;
  display: block;
  text-align: center;
  cursor: pointer;
 background : #fff;
 padding : 30px 0;
  font-size : 1.2em;
  line-height : 1.4;
}
#vo103_02 #cb-01 .profile .linkBox a {
  color: #005c30;
  text-decoration: none;
}
#vo103_02 #cb-01 .profile .linkBox span.viewDetail {
  display : block;
  margin-top: 30px;
  margin-left: -30px;
}
#vo103_02 #cb-01 .profile .linkBox span.viewDetail::after {
  content:"";
  background: url("../../images/100/icon_arrow_g.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 16px;
  margin-top : 5px;
  margin-left : 5px;
}
#vo103_02 #cb-01 .profile .linkBox:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	opacity: 0.6;
}



/*------------------------------
	コンテンツボックス　02
------------------------------*/
#vo103_02 #cb-02{
  background : #dbefef;
  margin-top: 50px;
  padding-bottom: 100px;
}
#vo103_02 #cb-02 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_02 #cb-02 .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;
}
#vo103_02 #cb-02 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .textBox:nth-child(2){
  padding-right : 0;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .contentsImg img{
  margin-bottom: 10px;
}

#vo103_02 #cb-02 .contentsIn .textRight .textIn{
  width : calc(100% - 570px);
  max-width : 670px;
  padding-right: 60px;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  margin-right : 60px;
}
#vo103_02 #cb-02 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 570px;
  height : auto;
  position: relative;
  top : auto;
  left : auto;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .contentsImg h3{
  font-size : 35px;
  text-align : center;
  margin-bottom : 36px;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .cornerLead{
  color : #007b86;
  font-size : 1.6em;
  margin-bottom : 50px;
  position: relative;
  z-index: 5;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .cornerLead:after{
  content: "";
  display: block;
  border-top: solid 1px #007b86;
  width: 38%;
  height: 1px;
  position: absolute;
  top: 50%;
  right : 0;
  z-index: 1;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox .contentsImg p{
  text-align : center;
  margin-bottom : 24px;
  line-height : 1.2;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox #awcImage{
  width : 100%;
  display : block;
  margin-top : 60px;
}
#vo103_02 #cb-02 .contentsIn .contentsInBox #awcImage img{
  width : 100%;
}

#vo103_02 #cb-02 .contentsImg .leadImg{
  margin-top : 155px;
}
#vo103_02 .viewBtn{
  display : block;
  width: 570px;
  text-align: left;
  line-height: 1.6;
  margin-top: 60px;
  margin-left : 60px; 
}
#vo103_02 .viewBtn a span{
  font-size: 18px;
}
#vo103_02 .viewBtn a{
  text-decoration: none;
  color: #fff;
  background: #005c30;
  display: block;
  padding: 20px 20px;
  transition: all 0.6s;
  border: 1px #005c30 solid;
}
#vo103_02 .viewBtn a:hover{
  color: #005c30;
  background: #fff;
  border: 1px #005c30 solid;
}

#vo103_02 .tableArea{
  display : block;
  min-width : 510px;
  background : #fff;
  padding : 30px;
  margin-top : 50px;
  box-sizing : border-box;
}
#vo103_02 table{
  width : 100%;
  border : 1px solid #000;
  margin : 25px 0;
}
#vo103_02 table th{
  text-align : left;
}
#vo103_02 table thead{
  background : #b0d2e9;
}
#vo103_02 table thead td{
  padding : 6px 4px;
  color : #000;
  font-weight : normal;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
  text-align : center;
  white-space : nowrap;
}
#vo103_02 table tbody th{
  padding : 6px 4px;
  font-weight : normal;
  padding : 6px 4px 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
}
#vo103_02 table tbody td{
  padding : 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
  text-align : center;
}
#vo103_02 table tbody td.nowrap{
  white-space : nowrap;
}
#vo103_02 .footnote{
  text-align : right;
}

/*------------------------------
	コンテンツボックス　03
------------------------------*/
#vo103_02 #cb-03{
}
#vo103_02 #cb-03 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_02 #cb-03 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 75px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo103_02 #cb-03 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox .cornerLead{
  color : #007b86;
  font-size : 1.6em;
  margin-bottom : 50px;
  position: relative;
  z-index: 5;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox .cornerLead:after{
  content: "";
  display: block;
  border-top: solid 1px #007b86;
  width: 35%;
  height: 1px;
  position: absolute;
  top: 50%;
  right : 0;
  z-index: 1;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox .contentsImg img{
  margin-bottom: 10px;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  margin-right : 110px;
}
#vo103_02 #cb-03 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 570px;
  height : auto;
  position: relative;
  top : auto;
  left : auto;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox .contentsImg h3{
  font-size : 35px;
  text-align : center;
  margin-bottom : 36px;
}
#vo103_02 #cb-03 .contentsIn .contentsInBox .contentsImg p{
  text-align : center;
  margin-bottom : 24px;
}

/*------------------------------
	コンテンツボックス　04
------------------------------*/
#vo103_02 #cb-04{
  background : #eaeaf2;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 120px;
}
#vo103_02 #cb-04 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_02 #cb-04 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 75px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo103_02 #cb-04 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox{
  display: flex;
  line-height: 1.6;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox .cornerLead{
  color : #004684;
  font-size : 1.6em;
  margin-bottom : 50px;
  position: relative;
  z-index: 5;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox .cornerLead:after{
  content: "";
  display: block;
  border-top: solid 1px #004684;
  width: 32%;
  height: 1px;
  position: absolute;
  top: 50%;
  right : 0;
  z-index: 1;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox .contentsImg img{
  margin-bottom: 10px;
}

#vo103_02 #cb-04 .contentsIn .textRight .textIn{
  width : calc(100% - 570px);
  max-width : 670px;
  padding-right: 60px;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  margin-right : 60px;
}
#vo103_02 #cb-04 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 570px;
  height : auto;
  position: relative;
  top : auto;
  left : auto;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox .contentsImg h3{
  font-size : 35px;
  text-align : center;
  margin-bottom : 36px;
}
#vo103_02 #cb-04 .contentsIn .contentsInBox .contentsImg p{
  text-align : center;
  margin-bottom : 24px;
  border-bottom : 0;
  padding : 0;
  margin : 0;
}
#vo103_02 #cb-04 .contentsImg .leadBox{
  background : #1e5389;
  margin-top : 300px;
}
#vo103_02 #cb-04 .contentsImg .leadImg{
  margin-top : 0px;
}

/*------------------------------
	コンテンツボックス　05
------------------------------*/
#vo103_02 #cb-05{
  background : #f6f8f7;
  padding-bottom: 100px;
}
#vo103_02 #cb-05 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_02 #cb-05 .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;
}
#vo103_02 #cb-05 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox .cornerLead{
  color : #007b86;
  font-size : 1.6em;
  margin-bottom : 50px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox .cornerLead:after{
  content: "";
  display: block;
  border-top: solid 1px #007b86;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox .contentsImg img{
  margin-bottom: 10px;
}

#vo103_02 #cb-05 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  margin-right : 110px;
}
#vo103_02 #cb-05 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 570px;
  height : auto;
  position: relative;
  top : auto;
  left : auto;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox .contentsImg h3{
  font-size : 35px;
  text-align : center;
  margin-bottom : 36px;
}
#vo103_02 #cb-05 .contentsIn .contentsInBox .contentsImg p{
  text-align : center;
  margin-bottom : 24px;
}
#vo103_02 #cb-05 .contentsImg .leadImg{
  margin-top : 200px;
}

/*------------------------------
	コンテンツボックス　06
------------------------------*/
#vo103_02 #cb-06{
  width : 1350px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
#vo103_02 #cb-06 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 40px 300px;
  background : #eee;
}
#vo103_02 #cb-06 .contentsIn h4{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  position: relative;
}
#vo103_02 #cb-06 .contentsIn h4::after{
  content:"";
  width:50px;
  height:2px;
  display:inline-block;
  position:absolute;
  bottom:-18px;
  left:50%;
  margin-left:-25px;
  background-color: #003917;
}

#vo103_02 #cb-06 .contentsIn h5{
  line-height: 1.6;
  font-size: 18px;
  color: #005c30;
  position: relative;
  margin-top : 24px;
  font-weight : bold;
}
#vo103_02 #cb-06 .contentsIn .contentsInBox{
  margin-top: 40px;
  line-height: 1.6;
}
#vo103_02 #cb-06 .contentsIn .contentsInBox.textLeft p{
  text-indent : -1em;
  padding-left : 1em;
  margin-bottom : 1em;
}

/*------------------------------
	コンテンツボックス　07
------------------------------*/
#vo103_02 #cb-07{
  margin-top: 50px;
  padding-bottom: 100px;
}
#vo103_02 #cb-07 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_02 #cb-07 .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;
}
#vo103_02 #cb-07 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo103_02 #cb-07 .contentsIn .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo103_02 #cb-07 .contentsIn .contentsInBox .contentsImg img{
  margin-bottom: 10px;
}

#vo103_02 #cb-07 .contentsIn .contentsInBox .contentsImg{
  width : 625px;
  margin-right : 72px;
}
#vo103_02 #cb-07 .contentsIn .contentsInBox .contentsImg:last-child{
  margin-right : 0;
}
#vo103_02 #cb-07 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 625px;
  height : auto;
  position: relative;
  top : auto;
  left : auto;
}

/*------------------------------
	コンテンツボックス_02〜04共通
------------------------------*/
#vo103_02 .aguBox{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 120px 0 120px;
}
/*-----------------------------*/
#vo103_02 .aguBox .odd{
  box-sizing: border-box;
  padding: 80px 0;
}
#vo103_02 .aguBox .odd.last{
  padding-bottom: 0px;
}
#vo103_02 .aguBox .even{
  background-color: #fff;
  box-sizing: border-box;
  padding: 80px 0;
}
#vo103_02 .aguBox .even.last{
  padding-bottom: 0px;
}
#vo103_02 .aguBox .pic_l,
#vo103_02 .aguBox .pic_r{
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo103_02 .aguBox .pic_r{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#vo103_02 .aguBox .pic_l{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#vo103_02 .aguBox .pic_r .textBox{
  position: relative;
  margin-right: 60px;
  margin-bottom: 80px;
}
#vo103_02 .aguBox .pic_l .textBox{
  position: relative;
  margin-left: 60px;
  margin-bottom: 80px;
}
#vo103_02 .aguBox .pic_r .textBox .text,
#vo103_02 .aguBox .pic_l .textBox .text{
  margin-bottom: 50px;
  line-height: 1.7em;
}
#vo103_02 .aguBox .pic_r .textBox .text a,
#vo103_02 .aguBox .pic_l .textBox .text a{
  color: #1A0DAB;
}
#vo103_02 .aguBox .pic_r .textBox .text a:hover,
#vo103_02 .aguBox .pic_l .textBox .text a:hover{
  text-decoration: none;
}
#vo103_02 .aguBox .textBox .text span.kome{
  font-size: 0.7em;
  line-height: 1.8em;
  vertical-align: top;
}
#vo103_02 .aguBox .textBox .text p.caption{
  margin-top: 30px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
/*-----------------------------*/
#vo103_02 .aguBox .pic_r .textBox .btnBox{
  position: absolute;
  left: 0;
  width: 220px;
  text-align: center;
}
#vo103_02 .aguBox .pic_l .textBox .btnBox{
  position: absolute;
  right: 0;
  width: 220px;
  text-align: center;
}
/*-----------------------------*/
#vo103_02 .aguBox .picBox{
  position: relative;
}
#vo103_02 .aguBox .pic_r .picBox .pic{
  margin-right: 50px;
}
#vo103_02 .aguBox .pic_l .picBox .pic{
  margin-left: 50px;
}
#vo103_02 .aguBox .picBox .pic p{
  margin-top: 10px;
}
#vo103_02 .aguBox .picBox .ttlBox .ttl{
  font-size: 1.4em;
  font-weight: bolder;
  line-height: 1.5em;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#vo103_02 .aguBox .picBox .ttlBox .profile{
  line-height: 1.5em;
}
#vo103_02 .aguBox .picBox .ttlBox .profile .name{
  font-size: 1.3em;
  font-weight: bolder;
  margin-top: 5px;
}
#vo103_02 .aguBox .pic_l .picBox .ttlBox{
  max-width: 354px;
  background-color: #335d8b;
  opacity: 0.9;
  box-sizing: border-box;
  padding: 26px;
  color: #fff;
  margin-top: -120px;
}
#vo103_02 .aguBox .pic_r .picBox .ttlBox{
  max-width: 354px;
  background-color: #335d8b;
  opacity: 0.9;
  box-sizing: border-box;
  padding: 26px;
  color: #fff;
  margin-left: 156px;
  margin-top: -120px;
}

/*------------------------------
	注意書き
------------------------------*/
#vo103_02 .caution{
  max-width: 1150px;
	margin: 0 auto;
  padding: 30px 10px;
  text-align: right;
}
#vo103_02 .caution p{
  padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3em;
}
