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


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

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

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

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

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

/*------------------------------
	コンテンツボックス　03
------------------------------*/
#vo148_01 #cb-03{
  margin-top: 100px;
  padding : 0 18px;
  margin-bottom: 50px;
}
#vo148_01 #cb-03 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing : border-box;
}
#vo148_01 #cb-03 .bgg{
  background : #eee;
}
#vo148_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;
}
#vo148_01 #cb-03 .contentsIn h4 img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo148_01 #cb-03 .contentsIn h3{
  line-height: 1.6;
  margin : 0.88em auto;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox{
/*  margin-top: 80px; */
  display: flex;
  line-height: 1.6;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox .textBox{
  width : 1300px;
  margin : auto;
}

#vo148_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;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox h5 span{
  font-size : 0.69em ! important;
  line-height : 0.88em ! important;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox.textLeft p{
  padding-right: 60px;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox.textRight p{
  padding-left: 60px;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  word-break: break-all;
}
#vo148_01 #cb-03 .contentsIn .contentsInBox .contentsImg img{
  display : block;
  width : 570px;
  margin-bottom: 10px;
}
#vo148_01 #cb-03 p strong{
  font-weight : bold;
  color : #005c30;
}
#vo148_01 #cb-03 p strong.heading{
  font-size : 24px;
}
#vo148_01 #cb-03 .awardBox2{
  border-top : 1px #005c30 dashed  ! important;
  padding-top : 60px;
}

#vo148_01 #cb-03 .viewBtn{
  display : block;
  width: 100%;
  height : 190px;
  text-align: left;
  line-height: 1.6;
  margin-right : auto;
  margin-bottom : 50px;
  clear : both;
  overflow : hidden;
}
#vo148_01 #cb-03 .viewBtn a span{
  font-size: 18px;
  word-break : break-all;
}
#vo148_01 #cb-03 .viewBtn a .title{
  font-size: 1.2em;
  font-weight : bold;
}
#vo148_01 #cb-03 .viewBtn a{
  display : block;
  float : left;
  width : calc(100% - 271px);
  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;
}
#vo148_01 #cb-03 .viewBtn a:hover{
  color: #005c30;
  background: #fff;
  border: 1px #005c30 solid;
}
#vo148_01 #cb-03 .viewBtn img{
  display : block;
  width : 271px ! important;
  height : 203px;
  float : right;
  margin : 0;
  
}
#vo148_01 #cb-03 .topMargin{
  margin-top : 1em;
}
#vo148_01 #cb-03 .programBox{
  width : 100%;
  box-sizing : border-box;
}
#vo148_01 #cb-03 .right{
  font-size : 0.88em;
}
#vo148_01 #cb-03 .contentsInBox .textIn{
  width : 100%;
}
#vo148_01 #cb-03 .awardBox{
  margin-bottom : 50px;
}

/*------------------------------
	写真まとめ
------------------------------*/
section.picLine{
	width: 100%;
	overflow : hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
}
section.picLine .pic {
	width : calc(100% / 3);
	width : -webkit-calc(100% / 3);
}
section.picLine .pic2set {
	width: 50%;
}
section.picLine .picOnce {
	width: 100%;
}
section.picLine .pic img {
	width: 100%;
	height : auto;
}