@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 16px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #191919;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
}

a {
  color: #FFF;
  text-decoration: none;
}

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.7;
}

a.blue {
  color: #3399cc;
  text-decoration: underline;
}

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.7;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/*BUTTON */

div.submit2 {
    margin: 20px 0;
}

div.button {
  background: rgb(231, 60, 100, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 10px 25px;
  border-radius: 32.5px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
div.button:hover {
  background: #f43e69;
  color: #fff; 
}
div.button p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 14px;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
mainHeader 
==================================================== */
#mainHeader {
  background: #ffffff;
  height: 78px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  z-index: 1000;
  box-sizing: border-box;
  border-top:#f97126 5px solid;
}
#mainHeader .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
#mainHeader p.logo {
  width: 156px;
  height: 46px;
  position: absolute;
  top: 16px;
  left: 0;
}
#mainHeader p.logo a {
  display: block;
}
#gigyaShare {
  display: inline-block;
  vertical-align: text-top;
  height: 20px;
  line-height: 20px;
  margin-top: 22px;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 1005;
}
.gig-share-bar-container {
  display: inline-block;
  float: right;
  margin-left: 10px;
}

/* ====================================================
mainContents
==================================================== */
#mainContents .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#mainContents #keyVisual {
  width: 100%;
  height: 600px;
  background: url(../images/kv.jpg) no-repeat center top;
  background-size: cover;
}
#mainContents #keyVisual h1{
  width: 425px;
  height: 425px;
  display: block;
  line-height: 1px;
  z-index: 0;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -212.5px;
}

#mainContents #topLead {
  padding: 100px 0;
}
#mainContents #topLead h2{
  color: #007a4e;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#mainContents #topLead p {
  text-align: center;
}
#mainContents #topLead #new {
  margin-top: 60px;
  background: #f2f2f2;
  padding: 40px 0;
  text-align: center;
}
#mainContents #topLead #new ul {
  margin: 40px auto 0;
}
#mainContents #topLead #new ul li {
  margin-bottom: 1em;
  line-height: 1.5em;
}
#mainContents #topLead #new ul span {
  display: inline-block;
  width: 8em;
  margin-right: 1em;
}
/* 201009 */
.archivebnr {
  text-align: center;
  padding: 0 20px;
}
/* /201009 */

#relatedProgram {
  padding-top: 90px;
  margin-bottom: 80px;
}
#logoDesign {
  margin-bottom: 100px;
}
#relatedProgram p.title,
#logoDesign p.title {
  text-align: center;
  margin-bottom: 45px;
}
#relatedProgram .programBox,
#logoDesign .desingBox {
  margin-bottom: 50px;
}
#relatedProgram .programBox p.pic {
  float: left;
  width: 35%;
  max-width: 282px;
  height: 180px;
  line-height: 1px;
}
#relatedProgram .programBox .info{
  float: right;
  width: 61%;
  max-width: 488px;
  font-size: 14px;
  line-height: 1.8em;
}
#relatedProgram .programBox .info p.name,
#logoDesign .desingBox .info p.name {
  font-size: 24px;
  color: #f97126;
  font-weight: bold;
  margin-bottom: 15px;
}


#relatedProgram .programBox .info p.linkBtn {
    display: flex;
}

#relatedProgram .programBox .info p.linkBtn a,
#logoDesign .desingBox .info p.linkBtn a {
  display: block;
  width: 216px;
  height: 50px;
  margin: 0 5px;
  background: #f97126;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 15px;
  transition: opacity 0.3s;
  border: 2px solid #f97126;
}
#logoDesign .desingBox .info p.linkBtn a {
  background: #007a4e;
  border: 2px solid #007a4e;
  margin-top: 60px;
}
#relatedProgram .programBox .info p.linkBtn a span,
#logoDesign .desingBox .info p.linkBtn a span{
  display: block;
  margin: 0 15px;
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#relatedProgram .programBox .info p.linkBtn a:hover {
  background: #fff;
  color: #f97126;
}
#logoDesign .desingBox .info p.linkBtn a:hover {
  background: #fff;
  color: #007a4e;
}
#relatedProgram .programBox .info p.linkBtn a:hover span {
  background-image: url(../images/icon_blank_r.png);
}
#logoDesign .desingBox .info p.linkBtn a:hover span{
  background-image: url(../images/icon_blank_g.png);
}
#logoDesign .logoIntent {
  margin-bottom: 50px;
}

#logoDesign .logoIntent .text{
  float: left;
  width: 75%;
  font-size: 14px;
}
#logoDesign .logoIntent .title {
  color: #007a4e;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px;
}
#logoDesign .logoIntent p.pic {
  width: 18%;
  float: right;
}

#logoDesign .desingBox .info {
  float: right;
  width: 65%;
  max-width: 488px;
  font-size: 14px;
  line-height: 1.8em;
}

#logoDesign .desingBox p.pic {
  float: left;
  width: 31.25%;
}
#logoDesign .desingBox .info p.name {
  color: #007a4e;
  font-size: 20px;
}
#aboutSDGs {
  background: #049ad9;
  color: #fff;
  padding: 95px 0;
  text-align: center;
}
#aboutSDGs p.title {
  margin-bottom: 45px;
}
#aboutSDGs p.lead {
  text-align: left;
  margin-bottom: 50px;
}

/* add 20210526 */
#juneBox {
  background: #d5f1fd;
  padding: 80px 0 0;
}
#juneBox .inner {
  max-width: 1000px;
}
#juneBox h2 {
  font-size: 38px;
  font-weight: bold;
  color: #1e5795;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5em;
}
#juneBox p.lead {
  text-align: center;
  max-width: 810px;
  padding: 0 10px;
  margin: 0 auto 80px;
}
#juneBox #juneLinks {
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 10px;
}
#juneBox #juneLinks p {
  width: 48%;
  max-width: 421px;
  margin: 0 auto;
}
#juneBox #juneLinks p a {
  display: block;
  line-height: 1px;
  transition: 0.3s all;
}
#juneBox #juneLinks p.left {
  float: left;
  transition: 0.3s all;
}
#juneBox #juneLinks p.right:hover {
  background: url(../images/june/btn01_on.gif) no-repeat center center;
  background-size: cover;
}
#juneBox #juneLinks p.left:hover a {
  opacity: 0;
}
#juneBox #juneLinks p.right {
  float: right;
  transition: 0.3s all;
}
#juneBox #juneLinks p.left:hover {
  background: url(../images/june/btn02_on.gif) no-repeat center center;
  background-size: cover;
}
#juneBox #juneLinks p.right:hover a {
  opacity: 0;
}
#juneBox #programInformation p.title{
  text-align: center;
  margin-bottom: 50px;
}
#juneBox #programInformation .juneInfoBox {
  max-width: 900px;
  margin: 0 auto 80px;
  background: #fff;
  border-radius: 12px;
  padding-bottom: 50px;
  box-shadow: 10px 10px 0px #afc6d7;
}
#juneBox #programInformation .juneInfoBox p.topLead {
  background: #1e5795;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  padding: 5px 0;
  border-radius: 12px 12px 0 0;
}
#juneBox #programInformation .juneInfoBox table{
  width: 90%;
  max-width: 830px;
  margin: 0 auto;
}
#juneBox #programInformation .juneInfoBox table th,#juneBox #programInformation .juneInfoBox table td {
  padding: 50px 0;
  border-bottom: 2px solid #1e5795;
}
#juneBox #programInformation .juneInfoBox table th.noborder,#juneBox #programInformation .juneInfoBox table td.noborder {
  border-bottom: none;
  padding: 50px 0 0;
}
#juneBox #programInformation .juneInfoBox table th {
  text-align: center;
  width: 280px;
  padding-left: 20px;
}
#juneBox #programInformation .juneInfoBox table td,#juneBox #programInformation .juneInfoBox table td.noborder {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 16px;
}
#juneBox #programInformation .juneInfoBox table td p.time-title {
  color: #1e5795;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#juneBox #regularProgram {
  max-width: 800px;
  margin: 0 auto;
}
#juneBox #regularProgram p.title{
  text-align: center;
  margin-bottom: 40px;
}
#juneBox #regularProgram ul {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#juneBox #regularProgram ul li {
/*   width: 30.33333%; */
  margin-bottom: 50px;
/*   float: left; */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* #juneBox #regularProgram ul li:nth-child(3n+2) {
  margin: 0 4.5% 70px;
} */
#juneBox #regularProgram ul li p.pic {
  line-height: 1px;
  margin-bottom: 15px;
}
#juneBox #regularProgram ul li p.pic img {
/*   width: 100%; */
  height: auto;
}
#juneBox #regularProgram ul li .text {
  max-width: 450px;
  margin-left: 30px;
  }
#juneBox #regularProgram ul li .text p {
  font-size: 16px;
  color: #000;
  text-align: left;
}
#juneBox #regularProgram ul li .text p.time,#juneBox #regularProgram ul li .text p.title {
  color: #1e5795;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#onlineEvent {
  padding: 50px 0;
  background: #1e5795;
  color: #fff;
}
#onlineEvent p.title {
  text-align: center;
  margin-bottom: 40px;
}
#onlineEvent p.lead {
  text-align: center;
  margin-bottom: 30px;
}
#onlineEvent .eventBox {
  margin-bottom: 100px;
}
#onlineEvent .eventBox p.pic{
  line-height: 1px;
  text-align: center;
}
#onlineEvent .eventBox p.pic span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 20px 0;
}
#onlineEvent .eventBox p.linkBtn {
  text-align: center;
}
#onlineEvent .eventBox p.linkBtn a {
  display: block;
  width: 216px;
  height: 50px;
  background: #f97126;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 15px;
  transition: opacity 0.3s;
  border: 2px solid #f97126;
  margin: 25px auto;
}
#onlineEvent .eventBox p.linkBtn a span{
  display: block;
  margin: 0 15px;
  background-image: url(../images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#onlineEvent .eventBox p.linkBtn a:hover {
  background: #fff;
  color: #f97126;
}
#onlineEvent .eventBox p.linkBtn a:hover span {
  background-image: url(../images/icon_blank_r.png);
}
#onlineEvent .eventBox table {
  margin-top: 30px;
}
#onlineEvent .eventBox table th {
  text-align: right;
  padding: 0 10px;
}

#action20 {
  background: #d5f1fd;
  padding: 90px 0;
  margin-bottom: 100px;
}
#action20 p.title {
  text-align: center;
  margin-bottom: 40px;
}
#action20 p.lead {
  text-align: center;
  margin-bottom: 40px;
}
#action20 p.pic {
  margin-bottom: 70px;
  line-height: 1px;
  text-align: center;
}
#action20 .actionBox {
  background: #fff;
  width: 47%;
  padding: 50px 20px 15px;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-bottom: 50px;
  border-radius: 6px;
}
#action20 .actionBox:nth-child(2n+1) {
  float: left;
}
#action20 .actionBox:nth-last-child(1),
#action20 .actionBox:nth-last-child(2) {
  margin-bottom: 20px;
}
#action20 .actionBox p.no {
  position: absolute;
  top: -20px;
  left: 10px;
}
#action20 .actionBox p.text {
  margin-top: 0px;
}
#action20 .actionBox p.text sup {
  font-size: 70%;
  vertical-align: text-bottom;
}
#action20 .actionBox p.text span {
  display: block;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.4em;
}
#action20 .actionBox .actionInfo {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #1e5795;
  color: #1e5795;
  display: flex;
  align-items: center;
}
#action20 .actionBox .actionInfo a {
  color: #1e5795;
}
#action20 .actionBox .actionInfo a:hover {
  text-decoration: underline;
}
#action20 .actionBox .actionInfo p span {
  font-size: 13px;
  color: #000;
  display: block;
  line-height: 1.4em;
  margin-top: 10px;
}
#action20 p.credit {
  display: block;
  text-align: right;
}
/* ====================================================
mainFotter
==================================================== */
#mainFotter {
  height: 150px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  color: #007a4e;
  text-align: center;
  border-top: #f97126 solid 4px
}
#mainFotter .inner {
  width: 100%;
  max-width: 1000px;
  height: 150px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#mainFotter .inner p#home,
#mainFotter .inner p#jwavelogo,
#mainFotter .inner p#copy {
  position: absolute;
  top: 50px;
}
#mainFotter .inner p#home {
  width: 89px;
  left: 10px;
  text-align: left;
  z-index: 1;
}
#mainFotter .inner p#jwavelogo {
  width: 164px;
  text-align: right;
  right: 10px;
  z-index: 1;
}
#mainFotter .inner p#copy {
  width: 100%;
  line-height: 50px;
  text-align: center;
  z-index: 0;
}
#mainFotter .radiko-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}
#mainFotter .radiko-btn li {
  display: inline-block;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  #mainHeader {
    height: 60px;
  }
  #mainHeader p.logo {
    width: auto;
    height: 32px;
    top: 12px;
  }
  #mainHeader p.logo img {
    height: 32px;
    width: auto;
  }
  #mainContents #keyVisual {
    width: 100%;
    height: 466px;
    text-align: center;
    position: relative;
  }
  #mainContents #keyVisual h1 {
    width: 289px;
    height: 289px;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -145px;
  }
  #mainContents #keyVisual h1 img {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }
  .gigyaBox {
    text-align: center;
  }
  #gigyaShare {
    display: inline-block;
    vertical-align: text-top;
    height: 20px;
    line-height: 20px;
    margin-top: 22px;
    text-align: center;
    position: static;
  }
  #mainContents .inner {
    padding: 0 5%;
  }
  #mainContents #topLead {
    padding: 45px 0;
  }
  #mainContents #topLead h2 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  #mainContents #topLead p {
    font-size: 13px;
  }
  #mainContents #topLead #new {
    margin-top: 40px;
    padding: 20px 10px;
  }
  #mainContents #topLead #new p.title {
    height: 23px;
    width: auto;
    margin: 0 auto;
  }
  #mainContents #topLead #new p.title img{
    width: auto;
    height: 100%;
  }
  #mainContents #topLead #new ul {
    margin: 20px auto 0;
    font-size: 13px;
  }
  #mainContents #topLead #new ul span {
    margin-right: 0;
  }
  #relatedProgram {
    padding-top: 70px;
  }
  #relatedProgram p.title{
    width: auto;
    height: 23px;
    margin: 0 auto 45px;
  }
  #relatedProgram p.title img {
    height: 100%;
    width: auto;
  }
  #relatedProgram .programBox p.pic, #logoDesign .desingBox p.pic {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    padding: 0 25px;
    margin-bottom: 20px;
  }
  #relatedProgram .programBox .info, #logoDesign .desingBox .info {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    padding: 0 25px;
  }
  #relatedProgram .programBox .info p, #logoDesign .desingBox .info p {
    font-size: 13px;
    line-height: 1.8em;
  }
  #relatedProgram .programBox .info p.name, #logoDesign .desingBox .info p.name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #relatedProgram .programBox p.pic img,
  #logoDesign .desingBox p.pic img{ width: 100%;}
  #relatedProgram .programBox .info p.linkBtn a, #logoDesign .desingBox .info p.linkBtn a {
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
  }
  
  #logoDesign p.title{
    width: auto;
    height: 23px;
    margin: 0 auto 45px;
  }
  #logoDesign p.title img {
    height: 100%;
    width: auto;
  }
  #logoDesign .logoIntent .text {
    width: 100%;
    float: none;
    font-size: 13px;
  }
  #logoDesign .logoIntent .title {
    font-size: 14px;
    text-align: center;
  }
  #logoDesign .logoIntent p.pic {
    text-align: center;
    float: none;
    width: 80%;
    margin: 25px auto 0;
  }
  #logoDesign .desingBox .info {
    word-break: break-all;
  }
  #aboutSDGs {
    padding: 45px 0 0;
  }
  #aboutSDGs p.title {
    height: 20px;
    margin: 0 auto 20px;
  }
  #aboutSDGs p.title img {
    height: 100%;
    width: auto;
  }
  #aboutSDGs p.lead{
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
  }
  #aboutSDGs p.pic {
    padding: 0 20px 70px;
  }

  /* add 20210526 */
  #juneBox {
    padding: 40px 0;
  }
  #juneBox .inner {
    max-width: 100%;
  }
  #juneBox h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #juneBox p.lead {
    text-align: center;
    max-width: 810px;
    padding: 0;
    margin: 0 auto 40px;
  }
  #juneBox #juneLinks {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0;
  }
  #juneBox #juneLinks p {
    width: 100%;
    max-width: 421px;
    text-align: center;
    margin: 0 auto;
  }
  #juneBox #juneLinks p.left,
  #juneBox #juneLinks p.right {
    float: none;
    transition: 0.3s all;
    margin-bottom: 20px;
  }

  #juneBox #programInformation p.title{
/*     height: 23px; */
    margin-bottom: 20px;
  }
  #juneBox #programInformation p.title img {
    height: 100%;
    width: auto;
  }
  #juneBox #programInformation p.lead {
    margin-bottom: 20px;
  }
  #juneBox #programInformation .juneInfoBox {
    max-width: 900px;
    margin: 0 auto 80px;
    background: #fff;
    border-radius: 12px;
    padding-bottom: 50px;
    box-shadow: 10px 10px 0px #afc6d7;
  }
  #juneBox #programInformation .juneInfoBox p.topLead {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    padding: 5px 0;
    border-radius: 12px 12px 0 0;
    margin-bottom: 40px;
  }
  #juneBox #programInformation .juneInfoBox table{
    max-width: 90%;
    margin: 0 auto;
  }
  #juneBox #programInformation .juneInfoBox table th,
  #juneBox #programInformation .juneInfoBox table td,
  #juneBox #programInformation .juneInfoBox table th.noborder,
  #juneBox #programInformation .juneInfoBox table td.noborder {
    padding: 20px 0;
    border-bottom: 2px solid #1e5795;
    display: block;
    font-size: 14px;
  }
  #juneBox #programInformation .juneInfoBox table th,
  #juneBox #programInformation .juneInfoBox table th.noborder {
    width: 100%;
    padding: 20px 5% 0;
    border-bottom: none;
  }
  #juneBox #programInformation .juneInfoBox table td {
    padding: 20px 0;
    font-size: 14px;
  }
  #juneBox #programInformation .juneInfoBox table td p.time-title {
    color: #1e5795;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #juneBox #regularProgram p.title{
    margin-bottom: 40px;
/*     height: 18px; */
  }
  #juneBox #regularProgram p.title img {
    height: 100%;
    width: auto;
  }
  #juneBox #regularProgram ul {
    width: 100%;
  }
  #juneBox #regularProgram ul li {
    width: 100%;
    margin-bottom: 0px;
/*     float: left; */
  }
/*   #juneBox #regularProgram ul li:nth-child(3n+2) {
    margin: 0;
  }
  #juneBox #regularProgram ul li:nth-child(2n+1) {
    margin: 0 4% 30px 0;
  } */
/*   #juneBox #regularProgram ul li p.pic {
    margin-bottom: 10px;
  } */
  #juneBox #regularProgram ul li .text {
    margin: 10px 0 50px 0;
  }

  #juneBox #regularProgram ul li .text p {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 10px;
  }
  #juneBox #regularProgram ul li .text p.time,#juneBox #regularProgram ul li .text p.title {
    font-size: 14px;
    margin: 0;
  }
  #onlineEvent {
    padding: 50px 0;
  }
  #onlineEvent p.title {
    height: 20px;
    margin-bottom: 20px;
  }
  #onlineEvent p.title img{
    height: 100%;
    width: auto;
  }
  #onlineEvent p.lead {
    margin-bottom: 20px;
  }
  #onlineEvent .eventBox {
    width: 90%;
    margin: 0 auto 50px;
    font-size: 14px;
  }
  #onlineEvent .eventBox p.pic{
    width: 90%;
    margin: 0 auto;
  }
  #onlineEvent .eventBox p.pic span {
    font-size: 18px;
    margin: 15px 0;
  }
  #onlineEvent .eventBox p.linkBtn a {
    width: 100%;
  }
  #onlineEvent .eventBox table {
    margin-top: 30px;
  }
  #onlineEvent .eventBox table th {
    font-weight: bold;
  }
  #onlineEvent .eventBox table th,
  #onlineEvent .eventBox table td {
    display: block;
    text-align: left;
    padding: 0;
  }
  #onlineEvent .eventBox table td {
    margin-bottom: 20px;
  }
  #action20 {
    padding: 40px 0;
  }
  #action20 p.title {
    height: 20px;
  }
  #action20 p.title img {
    height: 100%;
    width: auto;
  }
  #action20 p.lead {
    margin-bottom: 30px;
  }
  #action20 p.pic {
    margin-bottom: 40px;
  }
  #action20 #actionList {
    display: none;
  }
  #action20 #actionListSp {
    position: relative;
  }
  #action20 #actionListSp .pager {
    width: 76%;
    height: 5px;
    padding: 12px 0 8px;
  }
  #action20 #actionListSp .pager span {
    width: 5%;
    height: 5px;
    background: #79a4c9;
    display: inline-block;
    text-indent: -10000px;
  }
  #action20 #actionListSp .prev {
    width: 16px;
    height: 25px;
    position: absolute;
    right: 36px;
    top: 0;
  }
  #action20 #actionListSp .next {
    width: 16px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 0;
  }
  #action20 #actionListSp #slide {
    margin-top: 30px;
  }
  #action20 #actionListSp .pager span.cycle-pager-active {
    background: #1e5795;
  }
  #action20 #actionListSp .cycle-slideshow {
    padding-top: 40px;
    border-radius: 6px;
  }
  #action20 #actionListSp .actionBoxSp {
    padding: 20px 0 100px;
    width: 100%;
    height: auto;
  }
  #action20 #actionListSp .actionBoxSp .inner {
    background: #fff;
    padding: 0px 20px 20px;
    position: relative;
    margin: 0 0 0;
    font-size: 14px;
    height: auto;
    border-radius: 6px;
    box-sizing: border-box;
  }
  #action20 #actionListSp .actionBoxSp .no {
    width: auto;
    height: 32px;
    position: absolute;
    top: -15px;
    left: 10px;
  }
  #action20 #actionListSp .actionBoxSp .no img {
    height: 100%;
    width: auto;
  }
  #action20 #actionListSp .actionBoxSp p.text {
    padding: 30px 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1e5795;
  }
  #action20 #actionListSp .actionBoxSp p.text span {
    display: block;
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 1.4em;
  }
  #action20 #actionListSp .actionBoxSp p.text sup {
    font-size: 70%;
    vertical-align: text-bottom;
  }
  #action20 #actionListSp .actionBoxSp .actionInfo {
    color: #1e5795;
  }
  #action20 #actionListSp .actionBoxSp .actionInfo span {
    display: block;
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 1.4em;
    color: #000;
  }
  #action20 #actionListSp .actionBoxSp .actionInfo a {
    color: #1e5795;
  }
  #action20 #actionListSp .actionBoxSp .actionInfo a:hover {
    text-decoration: underline;
  }

  #mainFotter,
  #mainFotter .inner {
    height: 178px;
  }
  
  #mainFotter .inner p#home,
  #mainFotter .inner p#jwavelogo {
    margin: 0 20px;
    top: 25px;
    line-height: 40px;
  }
  #mainFotter .inner p#home {
    width: 100px;
    height: 50px;
    left: 0;
  }
  #mainFotter .inner p#jwavelogo {
    width: 150px;
    height: 15px;
    right: 0;
  }
  #mainFotter .inner p#copy {
    top: 85px;
  }
}