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


.spmask {
  display: block;
}
.sponly {
  display: none ! important;
}
.pconly{
  display : block ! important;
}
.right, .pcright{
  text-align : right ! important;
}
.rightZero{
  margin-right : 0 ! important;
}
.mb25{
  margin-bottom : 50px;
}
.mb100{
  margin-bottom : 100px;
}
.center{
  text-align : center;
}
.right{
  text-align : right;
}

/*------------------------------
	contents
------------------------------*/
#vo147_01 {
  position: relative;
}
#vo147_01 .viewBtn{
  display : block;
  width: 250px;
  text-align: center;
  line-height: 1.6;
  margin-top: 60px;
}
#vo147_01 .viewBtn a span{
  font-size: 18px;
}
#vo147_01 .viewBtn a{
  text-decoration: none;
  color: #fff;
  background: #f6ad3e;
  display: block;
  padding: 20px 20px;
  transition: all 0.6s;
  border: 1px #f6ad3e solid;
}
#vo147_01 .viewBtn a:hover{
  color: #f6ad3e;
  background: #fff;
  border: 1px #f6ad3e solid;
}
/*------------------------------
	kv
------------------------------*/
#vo147_01 #kv {
  position: relative;
  width: 100%;
}
#vo147_01 #kv .kvBox {
  position: relative;
  width: auto;
  height: 660px;
  background: url("../../images/147/bg_kv01.jpg") no-repeat center top 90px;
  background-size: cover;
  margin-bottom: 100px;
  padding: 122px 10px 0;
}
#vo147_01 #kv .kvBox .inner {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  height: 700px;
}
.innerBox{
  position: absolute;
  display : flex;
  top: 100%;
  left: 12%;
}
#vo147_01 #kv .kvBox .ttlBox {
  position : absolute;
  top : 48.5%;
  right : 25%;
  background: rgba(0,92,48,0.8);
  padding: 40px;
  color: #fff;
/*  margin-top: -150px; */
  min-height : 100px;  
}
#vo147_01 #kv .kvBox .ttlBox .ttl{
  text-align: center;
  display: flex;
  font-size: 21px;
  width : 100%;
}
#vo147_01 #kv .kvBox .ttlBox .ttl::before{
  display : block;
  content: "";
  border-top: 1px #fff solid;
  flex-grow: 1;
  margin-right: 10px;
  margin-top: 8px;
}
#vo147_01 #kv .kvBox .ttlBox .ttl::after{
  display : block;
  content: "";
  border-top: 1px #fff solid;
  flex-grow: 1;
  margin-left: 10px;
  margin-top: 8px;
}
#vo147_01 #kv .kvBox .ttlBox .subBox{
  font-size: 16px;
  border: 1px #fff solid;
  padding: 10px;
  margin:20px 0 20px 0;
  display : inline-block;
}
#vo147_01 #kv .kvBox .ttlBox h2 {
  font-size: 40px;
  margin-top: 20px;
  font-weight: bolder;
  line-height : 1.5;
}
#vo147_01 #kv .kvBox .ttlBox h2 span{
  display : inline-block;
  font-size : 18px;
  line-height : 1.2em ! important;
}
#vo147_01 #kv .kvBox .ttlBox h2 span#date{
  display : inline-block;
  width : 100%;
  text-align : right;
  font-weight : normal;
}
#vo147_01 #kv .kvBox .leadBox {
  width : 16em;
  display : block;
  background: rgba(255,255,255,0.8);
  padding: 20px;
  margin-left : 40px;
  line-height : 1.6em;
  height : 3em;
  margin-top : 2.7em;
}

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

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

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

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

#vo147_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;
}
#vo147_01 #cb-03 .viewBtn a span{
  font-size: 18px;
  word-break : break-all;
}
#vo147_01 #cb-03 .viewBtn a .title{
  font-size: 1.2em;
  font-weight : bold;
}
#vo147_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;
}
#vo147_01 #cb-03 .viewBtn a:hover{
  color: #005c30;
  background: #fff;
  border: 1px #005c30 solid;
}
#vo147_01 #cb-03 .viewBtn img{
  display : block;
  width : 271px ! important;
  height : 203px;
  float : right;
  margin : 0;
  
}
#vo147_01 #cb-03 .topMargin{
  margin-top : 1em;
}
#vo147_01 #cb-03 .programBox{
  width : 100%;
  box-sizing : border-box;
}
#vo147_01 #cb-03 .right{
  font-size : 0.88em;
}
#vo147_01 #cb-03 .contentsInBox .textIn{
  width : 100%;
}
#vo147_01 #cb-03 .awardBox{
  margin-bottom : 50px;
}


/*------------------------------
	コンテンツボックス　04
------------------------------*/
#vo147_01 #cb-04{
  background: #e2ede7;
  margin-top: 50px;
  padding: 90px 10px 0 10px;
  padding-bottom: 20px;
}
#vo147_01 #cb-04 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo147_01 #cb-04 .awardLead{
  font-size : 24px;
  font-weight : bold;
  color : #fff;
  background: #005c30;
  text-align : center;
  padding : 1em 0;
  margin-bottom : 50px;
}
#vo147_01 #cb-04 .awardBox{
  max-width : 1350px;
  background: #fcfcf4;
  position: relative;
  padding: 40px;
  margin-bottom : 90px;
}
#vo147_01 #cb-04 .awardBox img{
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
}
#vo147_01 #cb-04 .awardBox .name{
  font-size: 24px;
  margin: 15px 0 20px;
}
#vo147_01 #cb-04 .awardBox table{
  width : 100%;
  border : 1px solid #000;
  margin : 25px 0;
}
#vo147_01 #cb-04 .awardBox table th{
  text-align : left;
}
#vo147_01 #cb-04 .awardBox table thead{
  background : #008195;
}
#vo147_01 #cb-04 .awardBox table thead th{
  padding : 6px 4px;
  color : #fff;
  font-weight : normal;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
}
#vo147_01 #cb-04 .awardBox table thead th.kibo span{
  display : block;
}
#vo147_01 #cb-04 .awardBox table tbody th{
  padding : 6px 4px;
  font-weight : normal;
  padding : 6px 4px 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
  white-space : nowrap;
  background : #a4d9e1;
  vertical-align : middle;
}
#vo147_01 #cb-04 .awardBox table tbody td{
  padding : 6px 4px;
  border-right : 1px solid #000;
  border-bottom : 1px solid #000;
  line-height: 1.6;
  vertical-align : middle;
}
#vo147_01 #cb-04 .awardBox table tbody td.nowrap{
  white-space : nowrap;
}
#vo147_01 #cb-04 .awardBox p{
  line-height : 1.5;
}
#vo147_01 #cb-04 .awardBox p.group{
  text-indent : -1em;
  padding-left : 1em;
}
#vo147_01 #cb-04 .awardBox .outerLink{
  font-weight : bolder;
  margin : 1em 0;
}
#vo147_01 #cb-04 .awardBox .footnote{
  text-align : right;
}


/*------------------------------
	コンテンツボックス　05
------------------------------*/
#vo147_01 #cb-05{
  background: #e2ede7;
  padding: 90px 10px 0 10px;
  padding-bottom: 100px;
}
#vo147_01 #cb-05 .contentsIn{
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 10px;
}
#vo147_01 #cb-05 h4.award{
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  color: #005c30;
  padding: 0px 0 20px;
  border-bottom: 1px #005c30 solid;
  position: relative;
}
#vo147_01 #cb-05 h4.award img{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 33px;
  margin-left: -16px;
}
#vo147_01 #cb-05 .contentsInBox{
  margin-top: 80px;
  display: flex;
  line-height: 1.6;
}
#vo147_01 #cb-05 .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo147_01 #cb-05 .contentsIn .contentsInBox.textLeft .textIn{
  width : calc(100% - 460px);
  max-width : 900px;
  padding-right: 60px;
}
#vo147_01 #cb-05 .contentsIn .contentsInBox.textRight .textIn{
  width : calc(100% - 460px);
  max-width : 900px;
  padding-left: 60px;
}
#vo147_01 #cb-05 .contentsIn .contentsInBox .contentsImg{
  width : 460px;
}
#vo147_01 #cb-05 .contentsInBox .contentsImg img{
  margin-bottom: 10px;
  width : 460px;
  height : auto;
}
#vo147_01 #cb-05 .viewBtn{
	margin-left: auto;
}
#vo147_01 #cb-05 .textIn{
  width : 100%;
}
#vo147_01 #cb-05 .textIn h3{
  line-height: 1.6;
  font-size: 24px;
  border-bottom: 1px #000 solid;
}
#vo147_01 #cb-05 .textIn h5{
  margin : 18px 0;
}
#vo147_01 #cb-05 .textIn h5 span{
  background : linear-gradient(transparent 50%, #ff0 50%);
}
#vo147_01 #cb-05 .textIn .name{
  line-height: 1.6;
  font-size: 24px;
  font-weight : bolder;
  clear : both;
  display : inline-block;
}
#vo147_01 #cb-05 .textIn .nameDetail{
  display : block;
  float : left; 
  font-size : 16px;
  font-weight : normal;
}
#vo147_01 #cb-05 .textIn .nameOn{
  display : block;
  font-size: 24px;
  font-weight : bolder;
}
#vo147_01 #cb-05 .textIn .nameAnd{
  display : block;
  float : left;
  padding : 1.1em 1em 0 1em;
}

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

#vo147_01 #cb-06 .contentsIn .contentsInBox h5{
  border-left : 5px solid #005c30;
  line-height : 1.6em;
  color : #005c30;
  padding-left : 1em;
  font-size : 1.4em;
  margin-bottom : 1em;
}
#vo147_01 #cb-06 .contentsIn .contentsInBox h5 span{
  font-size : 0.69em ! important;
  line-height : 0.88em ! important;
}
#vo147_01 #cb-06 .contentsIn .contentsInBox.textRight{
	flex-direction: row-reverse;
}
#vo147_01 #cb-06 .contentsIn .contentsInBox.textLeft p{
  padding-right: 60px;
}
#vo147_01 #cb-06 .contentsIn .contentsInBox.textRight p{
  padding-left: 60px;
}
#vo147_01 #cb-06 .contentsIn .contentsInBox .contentsImg{
  width : 570px;
  word-break: break-all;
}
#vo147_01 #cb-06 .contentsIn .contentsInBox .contentsImg img{
  display : block;
  width : 570px;
  margin-bottom: 10px;
}
#vo147_01 #cb-06 p strong{
  font-weight : bold;
  color : #005c30;
}
#vo147_01 #cb-06 p strong.heading{
  font-size : 24px;
}

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

