@charset "UTF-8";




/*============================
#KEY
============================*/
div#KEY {
  width: auto;
  height: 800px;
  background: transparent url(../images/program/key.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

div#KEY div.inner {
  width: 1000px;
  height: 800px;
  margin: 0 auto;
  position: relative;
}

div#KEY div.inner h2 {
  width: auto;
  padding: 500px 0 0 0;
  font-size: 29px;
  line-height: 1.8em;
  color: #fff;
  letter-spacing: 0.12em;
}

div#KEY div.inner h2 span {
  width: auto;
  display: block;
  padding: 10px 0 0 0;
  font-size: 33px;
  font-weight: bold;
}

div#KEY div.inner h2 span em {
  width: auto;
  font-size: 59px;
  font-weight: bold;
}

/*============================
#PROGRAM
============================*/
#PROGRAM {
  width: auto;
}

#PROGRAM div.main_inner {
  width: auto;
}

#PROGRAM div.main_inner div.contents {
  width: auto;
  padding: 150px 0 0 0;
}

#PROGRAM div.main_inner div.contents div.read_block {
  width: auto;
}

#PROGRAM div.main_inner div.contents div.read_block div.common_title_box {
  width: auto;
}

#PROGRAM div.main_inner div.contents div.read_block div.text_box {
  width: 510px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

#PROGRAM div.main_inner div.contents div.read_block div.text_box p {
  width: auto;
  font-size: 16px;
  text-align: left;
  line-height: 1.8em;
}

/*============================
liquid_block
============================*/

#PROGRAM div.main_inner div.contents div.liquid_block {
  width: auto;
  padding: 140px 0 0 0;
}

#PROGRAM div.main_inner div.contents div.liquid_block div.bl_inner {
  width: auto;
  background: transparent url(../images/program/pi01.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#PROGRAM div.main_inner div.contents div.liquid_block div.bl_inner div.text_box {
  width: 960px;
  margin: 0 auto;
  padding: 145px 0;
}

#PROGRAM div.main_inner div.contents div.liquid_block div.bl_inner div.text_box div.box_inner {
  width: 350px;
}

#PROGRAM div.main_inner div.contents div.liquid_block div.bl_inner div.text_box div.box_inner p {
  width: auto;
  line-height: 1.8em;
  color: #fff;
  text-align: left;
}

/*============================
step_block
============================*/

div.step_block {
  width: 800px;
  margin: 0 auto;
  padding: 145px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

div.step_block div.step_arrow {
  width: 75px;
}

div.step_block div.step_arrow figure {
  width: auto;
}

div.step_block div.step_box {
  width: 710px;
}

div.step_block div.step_box ul {
  width: auto;
}

div.step_block div.step_box ul li {
  width: auto;
  height: 307px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

div.step_block div.step_box ul li div.img_area {
  width: 400px;
}

div.step_block div.step_box ul li div.img_area figure {
  width: auto;
}

div.step_block div.step_box ul li div.img_area iframe {
  width: 400px;
  height: 270px
}


div.step_block div.step_box ul li dl {
  width: 260px;
}

div.step_block div.step_box ul li dl dt {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  border-bottom: #d80204 1px solid;
}

div.step_block div.step_box ul li dl dd {
  width: auto;
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.8em;
}

div.step_block div.step_box ul li dl dd span {
  width: auto;
  display: block;
  font-size: 14px;
  line-height: 1.8em;
}












