/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #colorbox,
  #cboxWrapper {
    top: 0;
  }
}
#colorbox * {
  clear: none !important;
}
#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: none !important;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) no-repeat 0 0;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.ltIE8 footer {
  padding-bottom: 40px !important;
}
#IE8_alert {
  display: none;
}
.ltIE8 #IE8_alert {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f20d0d;
  color: #fff;
  z-index: 100000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.ltIE8 #IE8_alert p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
body {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
body.modal-open {
  padding-right: 0 !important;
}
.tablet {
  min-width: 1020px;
}
.tablet .container {
  min-width: 1020px;
}
#main a{
    color: #5d9f44;
}
address{
    margin-bottom: 0;
}
dt {
  margin-top: 0;
}
[class*="col-"] {
  clear: none;
}
.row {
  width: auto;
}
:focus {
  outline: none !important;
  border: none !important;
}
hr {
  border-color: #ccc;
}
#intro-wrap {
  margin-top: 70px;
  height: 420px;
  min-width: 1020px;
}
#intro-wrap .caption .button {
  font-size: 16px !important;
}
.tablet #intro-wrap {
  margin-top: 0px;
}
.tablet #intro-wrap .caption {
  top: 30%;
}
@media screen and (max-width: 767px) {
  #intro-wrap {
    margin-top: 0;
    min-width: 0;
  }
}
#main-lower #intro-wrap {
  margin-top: 70px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  #main-lower #intro-wrap {
    margin-top: 0;
    height: 90px;
  }
  #main-lower #intro-wrap .container-center {
    padding: 0 20px;
  }
}
.tablet #main-lower #intro-wrap {
  margin-top: 0;
}
.tablet #main-lower #intro-wrap .page-heading {
  padding-left: 15px;
}
#main-lower #intro-wrap .container,
#main-lower #intro-wrap .container-center {
  overflow: visible;
}
.main-area {
  width: 800px;
  max-width: 100%;
  float: left;
}
.main-area p {
  font-size: 14px;
  line-height: 2;
  color: #525252;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: 100%;
    float: none;
  }
  .main-area p {
    font-size: 12px;
    line-height: 2;
    color: #525252;
  }
}
.sub-area {
  width: 180px;
  float: left;
  margin-left: 20px;
  clear: none;
}
@media screen and (max-width: 767px) {
  .sub-area {
    width: 100%;
    float: none;
    margin-left: 0;
    clear: none;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.page-heading {
  position: relative;
  text-align: left;
  margin-top: 57px;
}
.page-heading h1 {
  font-size: 34px;
  margin: 0;
}
.page-heading small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .page-heading {
    position: relative;
    text-align: left;
    margin-top: 20px;
  }
  .page-heading h1 {
    font-size: 24px;
    margin: 0;
  }
  .page-heading small {
    display: block;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', "ＭＳ ゴシック", sans-serif;
  }
}
.page-heading-product h1{
  font-size: 36px ;
}

.page-heading-product h1 small{
  font-size: 22px ;
  color: #333;
  font-weight: bold;
  margin-bottom: 4px;
}
.page-heading-product h1 small.white{
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-heading-product h1{
    font-size: 24px ;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
  }

  .page-heading-product h1 small{
    font-size: 18px ;
  }
}
.main-area-heading {
  position: relative;
  margin-top: 0;
  border-top: 4px solid #65BB3F;
  text-align: center;
  padding-top: 20px;
}
.main-area-heading time {
  display: block;
  font-size: 13px;
  padding: 0 0 15px;
}
.main-area-heading h2 {
  font-size: 27px;
  margin: 0;
}
.main-area-heading small {
  display: block;
  font-size: 16px;
  color: #65BB3F;
  font-weight: bold;
  margin-bottom: 18px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-area-heading {
    position: relative;
    margin-top: 0;
    border-top: 4px solid #65BB3F;
    text-align: center;
  }
  .main-area-heading time {
    display: block;
    font-size: 10px;
    padding: 15px 0;
  }
  .main-area-heading h2 {
    font-size: 20px;
    margin: 0;
  }
  .main-area-heading small {
    display: block;
    font-size: 13px;
    color: #65BB3F;
    font-weight: bold;
    margin-bottom: 9px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', "ＭＳ ゴシック", sans-serif;
  }
}
.main-area-sub-heading {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.main-area-sub-heading h3 {
  font-size: 23px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .main-area-sub-heading {
    margin-top: 25px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  .main-area-sub-heading h3 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.section-heading {
  text-align: left;
  font-size: 30px;
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-heading {
    text-align: left;
    font-size: 20px;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #topics .section-heading {
    margin-top: 0;
  }
}
.box-heading {
  text-align: center;
  font-size: 22px;
  margin: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box-heading {
    font-size: 16px;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
#header {
  min-width: 1020px;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 11px;
}
#header .container,
#header .container-center {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #header {
    min-width: 0;
    padding-bottom: 1px;
    overflow: hidden;
  }
}
.tablet #header .container {
  position: relative;
  min-width: 1020px !important;
}
.tablet #header .container #brand {
  position: absolute;
  left: 50%;
  margin-left: -95px;
  top: 2px;
}
.tablet #header #menu-toggle {
  position: relative;
  font-size: 24px;
  margin-top: -10px;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #brand {
    position: absolute;
    left: 50%;
    margin-left: -95px;
  }
}
@media screen and (max-width: 767px) {
  #menu-toggle {
    position: relative;
    font-size: 21px;
    top: 2px;
    right: 15px;
    background-color: #fff !important;
  }
  #menu-toggle i {
  }
}
#pagetop {
  margin-top: 80px;
  margin-bottom: 18px;
  text-align: right;
}
#pagetop img {
  float: right;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin-top: 40px;
    margin-bottom: 18px;
    text-align: center;
  }
  #pagetop img {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #intro-wrap img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#intro-wrap img {
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
#intro-wrap .button {
  margin-top: 20px;
}
#intro-wrap .owl-next .icon-arrow-right-simple {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/arrow_carousel_right.png) 50% 50% no-repeat;
}
#intro-wrap .owl-next .icon-arrow-right-simple:before {
  display: none;
}
#intro-wrap .owl-prev .icon-arrow-left-simple {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/arrow_carousel_left.png) 50% 50% no-repeat;
}
#intro-wrap .owl-prev .icon-arrow-left-simple:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile #intro-wrap{
    position: relative;
  }
  .mobile.no-parallax #intro-wrap .caption {
    position: absolute;
    top: 50%;
    margin-top: calc( -1 *  (100vw - 60px) * 0.15);
  }
  .mobile.no-parallax #intro-wrap .caption p{
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #intro-wrap #intro-item02 .caption-left {
    height: 266px;
  }
  #intro-wrap #intro-item03 .caption-left {
    height: 266px;
  }
}
@media screen and (max-width: 767px) {
  #intro-item01 p img {
    width: 55.5px !important;
  }
}
#intro-item02 {
  font-size: 20px;
}
#intro-item02 .caption {
  top: 50% !important;
  margin-top: -140px !important;
  text-align: left;
  margin-left: 0 !important;
}
#intro-item02 h2 {
  font-size: 27px;
  line-height: 1.6;
  color: #000;
  text-align: left !important;
}
#intro-item02 h2 small {
  color: #3F72B0;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#intro-item02 h2 strong {
  font-size: 27px !important;
}
#intro-item02 h2 img {
  display: inline-block;
}
#intro-item02 p {
  font-size: 13px;
  line-height: 1.8;
  color: #525252;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #intro-item02 {
    font-size: 14px;
  }
  #intro-item02 .caption {
    text-align: left;
    margin-left: 0 !important;
  }
  #intro-item02 h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    text-align: left !important;
  }
  #intro-item02 h2 small {
    color: #3F72B0;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #intro-item02 h2 strong {
    font-size: 22px !important;
  }
  #intro-item02 h2 img {
    display: inline-block;
  }
  #intro-item02 p {
    font-size: 11px !important;
    line-height: 1.8;
    color: #525252;
    font-weight: normal;
    margin-bottom: 0;
  }
}
#intro-item03 {
  font-size: 20px;
}
#intro-item03 .caption {
  top: 50% !important;
  margin-top: -130px !important;
  text-align: left;
  margin-left: 0 !important;
}
#intro-item03 h2 {
  font-size: 23px;
  line-height: 1.4;
  color: #015097;
  text-align: left !important;
}
#intro-item03 h2 small {
  color: #015097;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bold;
}
#intro-item03 h2 strong {
  text-align: left;
  font-size: 47px !important;
  margin-left: -26px;
  margin-right: -20px;
}
#intro-item03 h2 img {
  display: inline-block;
}
#intro-item03 h2 span {
  font-size: 17px;
}
#intro-item03 p {
  font-size: 15px;
  line-height: 1.8;
  color: #3F3F3F;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #intro-item03 {
    font-size: 20px;
  }
  #intro-item03 .caption {
    margin-top: -10px;
    text-align: left;
    margin-left: 0 !important;
  }
  #intro-item03 h2 {
    font-size: 17px !important;
    line-height: 1.3;
    color: #015097;
    text-align: left !important;
  }
  #intro-item03 h2 small {
    color: #015097;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #intro-item03 h2 strong {
    text-align: left;
    font-size: 36px !important;
    margin-left: -26px;
    margin-right: -20px;
    display: block;
  }
  #intro-item03 h2 img {
    display: inline-block;
  }
  #intro-item03 h2 span {
    font-size: 13px;
  }
  #intro-item03 p {
    font-size: 12px !important;
    line-height: 1.8;
    color: #3F3F3F;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #global-menu {
    margin-top: 14px;
  }
  #global-menu > ul > li {
    padding: 0;
  }
  #global-menu > ul > li > a {
    display: inline-block;
    padding: 2px 12px;
    line-height: 1;
    border-left: 1px solid #bbb;
    font-size: 13px;
  }
    #global-menu > ul > li > a:hover{
        color: #3e692d;
    }
  #global-menu > ul > li .sub-menu li a {
    font-size: 12px;
  }
  #global-menu > ul > li.seperate {
    margin-right: 12px;
  }
  #global-menu > ul > li.seperate a {
    border-right: 1px solid #bbb;
  }
  #global-menu > ul > li .sns_btn li {
    position: relative;
    top: -5px;
    border-left: none;
    padding: 0;
  }
  #global-menu > ul > li .sns_btn li a {
    padding: 0;
    width: 26px;
    height: 26px;
  }
  #global-menu > ul > li .sns_btn li a i {
    line-height: 26px;
  }
}
.tablet #global-menu {
  margin-top: 0;
}
.tablet #global-menu > ul {
  padding: 0 15px 0;
}
.tablet #global-menu > ul > li {
  display: block;
}
.tablet #global-menu > ul > li > a {
  display: block;
  padding: 20px 2px;
  border-left: 0 solid #bbb;
  font-size: 14px;
}
.tablet #global-menu > ul > li.seperate {
  margin-right: 0;
}
.tablet #global-menu > ul > li.seperate a {
  border-right: 0;
}
.tablet #global-menu > ul > li .sns_btn {
  padding: 20px 0 0;
  text-align: center;
}
.tablet #global-menu > ul > li .sns_btn li {
  display: inline-block;
}
.tablet #global-menu > ul > li .sns_btn li a {
  padding: 0;
  width: 40px;
  height: 40px;
}
.tablet #global-menu > ul > li .sns_btn li a:hover {
  background-color: #ddd !important;
}
.tablet #global-menu > ul > li .sns_btn li a i {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #global-menu {
    margin-top: 0;

  }
  #global-menu > ul {
    padding: 0 15px 0;
  }
#global-menu > ul > li{
    display: block;
}
  #global-menu > ul > li > a {
    font-size: 12px;
  }
  #global-menu > ul > li ul.sub-menu > li > a {
    padding-left: 0;
  }
  #global-menu > ul > li .sns_btn {
    padding: 15px 0 10px;
    text-align: center;
  }
  #global-menu > ul > li .sns_btn li {
    display: inline-block;
  }
  #global-menu > ul > li .sns_btn li a {
    padding: 0;
    width: 40px;
    height: 40px;
  }
  #global-menu > ul > li .sns_btn li a:hover {
    background-color: #ddd !important;
  }
  #global-menu > ul > li .sns_btn li a i {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
  }
}
#main {
  min-width: 1020px;
}
#main .container {
  min-width: 1020px;
}
#main .section-title h2 {
  font-size: 20px;
}
#main #section-lead {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main #section-lead h2 {
  margin: 0;
}
#main #section-lead p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main {
    min-width: 0;
  }
  #main .container {
    min-width: 0;
  }
  #main #section-lead {
    padding: 20px;
    margin: 0;
  }
  #main #section-lead .section-title {
    margin-top: 0;
  }
  #main #section-lead .section-title h2 {
    font-size: 16px;
  }
  #main #section-lead p {
    font-size: 10px;
  }
}
#section01 h2,
#section01 p {
  text-align: left;
}
#section02 h2,
#section02 p {
  text-align: left;
}
#section03 h2,
#section03 p {
  text-align: left;
}
.bnr-centered {
  display: block;
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 1px #ccc;
  text-align: left;
  border-radius: 4px;
  zoom: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.bnr-centered .pict {
  width: 320px;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
}
.bnr-centered .pict img {
  width: 100%;
}
.bnr-centered .desc {
  clear: none;
  float: left;
  width: 470px;
  max-width: 100%;
  margin-left: 20px;
  box-sizing: border-box;
}
.bnr-centered .desc h2 {
  margin-top: 20px;
  margin-left: -2px;
  font-size: 16px;
}
.bnr-centered .desc h2 small {
  font-size: 16px;
  display: block;
  color: #65B83F;
  font-weight: bold;
  margin-bottom: 4px;
}
.bnr-centered .desc p {
  border-top: 1px solid #eee;
  color: #525252;
  margin-bottom: 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .bnr-centered {
    text-decoration: none;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    text-align: left;
    zoom: 1;
    box-sizing: border-box;
    overflow: hidden;
  }
  .bnr-centered .pict {
    width: 100%;
    max-width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .bnr-centered .pict img {
    width: 100%;
  }
  .bnr-centered .desc {
    clear: none;
    float: none;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 20px 20px 15px;
  }
  .bnr-centered .desc h2 {
    margin-top: 0;
    margin-left: -2px;
    font-size: 14px;
  }
  .bnr-centered .desc h2 small {
    font-size: 14px;
    display: block;
    color: #65B83F;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .bnr-centered .desc p {
    border-top: 1px solid #eee;
    color: #525252;
    margin-bottom: 0;
    font-size: 11px;
    padding-top: 4px;
    line-height: 1.3;
  }
}
.bnr-large-centered {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 1px #ccc;
  text-align: left;
  border-radius: 4px;
  zoom: 1;
  box-sizing: border-box;
}
.bnr-large-centered .pict {
  width: 50%;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
}
.bnr-large-centered .pict img {
  width: 100%;
}
.bnr-large-centered .desc {
  clear: none;
  float: right;
  width: 50%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px;
}
.bnr-large-centered .desc time {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
}
.bnr-large-centered .desc h2 {
  margin-top: 10px;
  margin-left: -2px;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.bnr-large-centered .desc h2 small {
  font-size: 17px;
  line-height: 1.2;
  display: block;
  color: #65B83F;
  font-weight: bold;
  margin-bottom: 8px;
}
.bnr-large-centered .desc p {
  border-top: 1px solid #eee;
  color: #525252;
  margin-bottom: 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .bnr-large-centered {
    text-decoration: none;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 4px;
    overflow: hidden;
    zoom: 1;
    box-sizing: border-box;
  }
  .bnr-large-centered .pict {
    width: 100%;
    max-width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .bnr-large-centered .pict img {
    width: 100%;
  }
  .bnr-large-centered .desc {
    clear: none;
    float: none;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 20px 20px 15px;
  }
  .bnr-large-centered .desc time {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
  }
  .bnr-large-centered .desc h2 {
    margin-top: 0;
    margin-left: -2px;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .bnr-large-centered .desc h2 small {
    font-size: 14px;
    display: block;
    color: #65B83F;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .bnr-large-centered .desc .btn-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr-large-centered .desc p {
    border-top: 1px solid #eee;
    color: #525252;
    margin-bottom: 0;
    font-size: 11px;
    padding-top: 4px;
    line-height: 1.3;
  }
}
.list-bnr-large li {
  position: relative;
}
.list-bnr-large li .icon_new {
  position: absolute;
  margin-top: 20px;
  margin-left: -24px;
}
.list-bnr-large li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .list-bnr-large {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .list-bnr-large li .icon_new {
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
    width: 60px;
    height: auto;
  }
  .list-bnr-large li + li {
    margin-top: 20px;
  }
}
.lead-section {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .lead-section {
    padding: 20px;
  }
}
#header .row,
.row.section {
  margin-left: 0;
  margin-right: 0;
}
footer {
  clear: both;
  margin-top: 20px;
  min-width: 1020px;
}
footer .row {
  margin: 0 auto;
}
footer .row .row-content {
  padding-left: 0;
  padding-right: 0;
}
footer small{
    font-size: 10px;
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    min-width: 0;
  }
}
#top-footer .meta-social li {
  vertical-align: middle;
}
#top-footer .meta-social li i {
  position: relative;
  top: -6px;
  font-size: 20px;
  vertical-align: middle;
}
#bottom-footer ul{
    margin-top: 10px;
}
#bottom-footer ul li{
    border-left: 1px solid #fff;
    padding-left: 10px;
    line-height: 1.1;
}


#bottom-footer ul li:first-child {
    border-left: 0;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    #bottom-footer ul li:first-child {
        padding-left: 10px;
    }
}
#bottom-footer .keep-left {
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
    #bottom-footer nav.keep-left {
        display: inline-block;
        padding-right: 0;
    }
}
#bottom-footer .keep-left a {
  display: inline-block;
  line-height: 1.2;
}
#bottom-footer .keep-left a:first-child {
  border-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #bottom-footer .keep-left {
    text-align: center;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #bottom-footer .keep-right {
    text-align: center;
    float: none;
  }
}
.box-campaign-archive {
  position: relative;
  overflow: visible;
}
.box-campaign-archive .fukidashi {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 120px;
  height: auto;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .box-campaign-archive {
    position: relative;
    overflow: visible;
  }
  .box-campaign-archive .fukidashi {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 80px;
    height: auto;
    z-index: 100;
  }
}
.section-lower {
  padding: 20px;
}
.main-area-header-img,
#main .main-area-header-img{
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .main-area-header-img,
  #main .main-area-header-img {
    margin: 20px 0;
  }
}
.pict-r:after {
  display: block;
  clear: both;
  content: "";
}
.pict-r .pict {
  float: right;
  width: 250px;
  clear: none;
  margin-left: 28px;
  margin-bottom: 10px;
  position: relative;
  top: 6px;
}
.pict-r .desc {
  clear: none;
}
.pict-r .desc p {
  clear: none;
}
@media screen and (max-width: 767px) {
  .pict-r .pict {
    float: none;
    width: auto;
    clear: none;
    margin-left: 0;
    position: relative;
    top: 0;
  }
  .pict-r .pict img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pict-r .desc {
    clear: none;
  }
  .pict-r .desc p {
    clear: none;
  }
}
.pict-l:after {
  display: block;
  clear: both;
  content: "";
}
.pict-l .pict {
  float: left;
  width: 250px;
  clear: none;
  margin-right: 28px;
  margin-bottom: 10px;
  position: relative;
  top: 6px;
}
.pict-l .desc {
  clear: none;
}
.pict-l .desc p {
  clear: none;
}
@media screen and (max-width: 767px) {
  .pict-l .pict {
    float: none;
    width: auto;
    clear: none;
    margin-right: 0;
    position: relative;
    top: 0;
  }
  .pict-l .desc {
    clear: none;
  }
  .pict-l .desc p {
    clear: none;
  }
}
.modal {
  width: 100%;
  height: 100%;
  top: 0 !important;
  z-index: 100000;
}
#main .list-modal a {
  display: block;
  text-align: left !important;
  color: #60BD33;
  font-size: 12px;
  cursor: pointer;
}
#main .list-modal.list-modal-caption a{
    font-weight: normal;
    text-decoration: none;
}
#main .list-modal.list-modal-caption a strong{
    font-weight: normal;
    color: #000;
}
#main .list-modal.list-modal-caption a span{
    text-decoration: underline;
}
#main .list-modal.list-modal-caption a:hover span{
    text-decoration: none;
}
#main .note {
  font-size: 12px;
}
.box {
  background-color: #F8F7F1;
  padding: 15px 30px;
}
.box .box-title {
  font-size: 23px;
  font-weight: bold;
  color: #65BB3F;
  text-align: center;
  margin: 0 0 25px;
  padding: 10px 0 20px;
  line-height: 1.8;
  border-bottom: 1px solid #EAE8D6;
}
.box.box-aside{
    margin-top: 60px;
    background-color: #F8F7F1;
    padding: 15px 30px;
}
.box-aside .box-title {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 0;
    padding: 10px 0 20px;
    line-height: 1.8;
    border-bottom: none;
}
.box.box-aside .inner{
    padding: 36px;
    background-color: #fff;
}
.box .pict-l .pict {
  width: 210px;
  margin-bottom: 10px;
}
.box.graph .pict-l + .pict-l {
  margin-top: 50px;
}
.box.graph .pict-l .pict {
  width: 230px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.box.graph .pict-l .desc {
  float: left;
  width: 470px;
}
.box.graph .pict-l .desc dl {
  margin-top: 10px;
}
.box.graph .pict-l .desc dl dt {
  margin-top: 0;
  font-size: 13px;
}
.box.graph .pict-l .desc table th,
.box.graph .pict-l .desc table td {
  font-size: 14px;
  padding: 0;
}
.box.graph .pict-l .desc table th.c0,
.box.graph .pict-l .desc table td.c0 {
  color: #BBBBBB;
}
.box.graph .pict-l .desc table th.c1,
.box.graph .pict-l .desc table td.c1 {
  color: #DC4250;
}
.box.graph .pict-l .desc table th.c2,
.box.graph .pict-l .desc table td.c2 {
  color: #FBBF00;
}
.box.graph .pict-l .desc table th.c3,
.box.graph .pict-l .desc table td.c3 {
  color: #83C422;
}
.box.graph .pict-l .desc table th.c4,
.box.graph .pict-l .desc table td.c4 {
  color: #00BEBC;
}
.box.graph .pict-l .desc table th.c5,
.box.graph .pict-l .desc table td.c5 {
  color: #347DEB;
}
.box.graph .pict-l .desc table th.c6,
.box.graph .pict-l .desc table td.c6 {
  color: #966CE8;
}
.box.graph .pict-l .desc table th.c7,
.box.graph .pict-l .desc table td.c7 {
  color: #E163B2;
}
.box.graph .pict-l .desc table th.c8,
.box.graph .pict-l .desc table td.c8 {
  color: #868B93;
}
.box.graph .pict-l .desc table th.percentage,
.box.graph .pict-l .desc table td.percentage {
  font-size: 13px;
  text-align: right;
}
.box.graph .pict-l .desc table th.comment,
.box.graph .pict-l .desc table td.comment {
  font-size: 13px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .box {
    background-color: #F8F7F1;
    padding: 0 20px 15px;
  }
  .box .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #65BB3F;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 0 10px;
    border-bottom: 1px solid #EAE8D6;
  }
  .box-aside .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 0 10px;
    border-bottom: none;
  }
  .box .pict-l .pict {
    width: 100%;
    margin-bottom: 20px;
  }
  .box.graph .pict-l + .pict-l {
    margin-top: 50px;
  }
  .box.graph .pict-l .pict {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .box.graph .pict-l .desc {
    float: none;
    width: 100%;
  }
  .box.graph .pict-l .desc dl {
    margin-top: 10px;
  }
  .box.graph .pict-l .desc dl dt {
    margin-top: 0;
    font-size: 13px;
  }
  .box.graph .pict-l .desc table th,
  .box.graph .pict-l .desc table td {
    font-size: 13px;
    padding: 0;
  }
  .box.graph .pict-l .desc table th.percentage,
  .box.graph .pict-l .desc table td.percentage {
    font-size: 13px;
    text-align: right;
  }
  .box.graph .pict-l .desc table th.comment,
  .box.graph .pict-l .desc table td.comment {
    font-size: 13px;
    padding-left: 10px;
  }
  .box.graph .pict-l .desc table th {
    white-space: nowrap;
  }
}
.box + .box {
  margin-top: 30px;
}

.list-double-circle li {
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-bottom: 1.4em;
}
.list-double-circle.narrow li{
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .list-double-circle li {
    padding-left: 1.4em;
    text-indent: -1.4em;
    margin-bottom: 1.4em;
    font-size: 12px;
  }
}
.sub-area-heading {
  margin-top: 0;
  border-top: 4px solid #65BB3F;
  border-bottom: 1px solid #CCCCCC;
}
.sub-area-heading h2 {
  margin: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sub-area-heading h2 {
    font-size: 14px;
  }
}
.list-related li {
  line-height: 1.4;
  margin-top: 10px;
}
.list-related li a {
  font-size: 12px;
  color: #65B83F;
}
.list-teaching {
  text-align: center;
}
.list-teaching.support{
}
.list-teaching dl {
  margin-top: -12px;
  background-color: #fff;
  min-height: 270px;
  padding: 20px 15px 15px;
}
.list-teaching dl dt {
  font-size: 17px;
  color: #525252;
}
.list-teaching dl dd {
  margin-top: 14px;
  font-size: 12px;
  text-align: left;
  color: #525252;
  line-height: 2;
}
.list-teaching .icon_sn{
    position: relative;
    left: -30px;
    margin-bottom: -41px;
    width: 274px !important;
    max-width: 274px !important;
}
.list-teaching a{
    color: #65BB3F;
}
@media screen and (max-width: 767px) {
  .list-teaching {
    text-align: center;
  }
    .list-teaching.support{
        margin-left: 0;
    }
  .list-teaching dl {
    min-height: 0;
  }
    .list-teaching .icon_sn{
        position: relative;
        left: 0;
        margin-bottom: -40px;
        width: 100% !important;
        max-width: 100% !important;
    }
}
.box-classroom .box-title {
  margin-bottom: 14px;
}
.box-classroom p {
  margin-bottom: 14px;
}
.box-classroom table {
  margin-top: 0;
}
.box-classroom table th {
  background-color: #EAE8D4;
  color: #525252;
  font-size: 14px;
  font-weight: normal;
}
.box-classroom table td {
  background-color: #fff;
  color: #525252;
  font-size: 14px;
  font-weight: normal;
}
#campaign,
.box-campaign,
.box-campaign-archive {
  position: relative;
  overflow: visible;
}
#campaign a,
.box-campaign a,
.box-campaign-archive a {
  color: #65BB3F;
}
#campaign .fukidashi,
.box-campaign .fukidashi,
.box-campaign-archive .fukidashi {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 159px;
  height: 122px;
}

#campaign.campaign-lower .fukidashi,
.box-campaign.campaign-lower .fukidashi,
.box-campaign-archive.campaign-lower .fukidashi {
  position: absolute;
  top: -50px;
  right: 0px;
  width: 120px;
  height: 92px;
}
#campaign.box-campaign {
  margin-top: 60px;
}
#campaign.box-campaign dd h4 {
  font-size: 14px;
  margin-top: 4px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #campaign.box-campaign {
    margin-top: 60px;
  }
  #campaign.box-campaign dd h4 {
    font-size: 12px;
    margin-top: 4px;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  #campaign,
  .box-campaign,
  .box-campaign-archive {
    position: relative;
    overflow: visible;
  }
    #campaign.box-campaign{
        margin-top: 30px !important;
    }
  #campaign a,
  .box-campaign a,
  .box-campaign-archive a {
    color: #65BB3F;
  }
  #campaign .fukidashi,
  .box-campaign .fukidashi,
  .box-campaign-archive .fukidashi {
    position: absolute;
    top: -20px;
    right: 5px;
    width: 80px;
    height: 61px;
  }

  #campaign.campaign-lower .fukidashi,
  .box-campaign.campaign-lower .fukidashi,
  .box-campaign-archive.campaign-lower .fukidashi {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 61px;
  }
}
.box-campaign-archive {
  background-color: #F8F7F1;
  margin: 80px auto 0;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}
.box-campaign-archive p {
  margin-top: 0;
}
.box-campaign-archive .inner {
  background-color: #fff;
  padding: 40px 30px;
}
.box-campaign-archive .inner p {
  font-size: 14px;
}
.box-campaign-archive-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .box-campaign-archive-title {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .box-campaign-archive {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
  }
  .box-campaign-archive .inner {
    padding: 15px;
  }
  .box-campaign-archive .inner p {
    font-size: 12px;
  }
  .box-campaign-archive .inner dd {
    font-size: 12px;
  }
}
.list-campaign-archive {
  letter-spacing: -0.4em;
  margin-bottom: 0;
}
.list-campaign-archive dt {
  letter-spacing: 0;
  display: inline-block;
  width: 170px;
  padding-top: 10px;
  margin-right: 30px;
  border-top: 1px solid #CCC;
}
.list-campaign-archive dd {
  letter-spacing: 0;
  width: 700px;
  padding-top: 10px;
  border-top: 1px solid #CCC;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .list-campaign-archive {
    letter-spacing: -0.4em;
  }
  .list-campaign-archive dt {
    display: block;
    width: auto;
    max-width: 100%;
    padding-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
  .list-campaign-archive dd {
    letter-spacing: 0;
    max-width: 100%;
    padding-top: 10px;
    border-top: none;
    display: inline-block;
  }
}
.campaign-archive p {
  font-size: 14px;
}
.campaign-archive p.lead {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  line-height: 2;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #525252;
}

aside.comment-other {
  width: 800px; 
  line-height: 2;
  border: 1px dotted #ccc;
  margin: 10px auto 0 auto;
  padding: 15px 30px 15px;
}

aside.comment-other p {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
  .campaign-archive p.lead {
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 20px 0;
    font-size: 12px;
  }

aside.comment-other {
  max-width: 100%;
  border: 1px dotted #ccc;
  margin: 5px auto 0 auto;
  padding: 15px 30px 15px;
}
aside.comment-other p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
	
}
.box-report {
  position: relative;
  background-color: #F8F7F1;
  margin: 30px auto 0;
  box-sizing: border-box;
  padding: 50px;
  font-size: 14px;
}
.box-report p {
  margin-top: 0;
}
.box-report .inner {
  position: relative;
  background-color: #fff;
  padding: 40px 50px;
}
.box-report .inner p {
  font-size: 14px;
  text-align: justify;
  text-justify: distribute;
}
@media screen and (max-width: 767px) {
  .box-report {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
  }
  .box-report .inner {
    padding: 15px;
  }
  .box-report .inner p {
    font-size: 12px;
  }
}
.title-prize {
  margin: 0 auto;
  text-align: center;
}
.title-prize img {
  display: inline-block;
  vertical-align: middle;
}
.title-prize h3 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  font-size: 31px;
}
.title-prize h3 small {
  display: block;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
    .title-prize img {
        width: 30px;
    }
    .title-prize h3 {
        font-size: 20px !important;
        letter-spacing: -0.01em;
    }
    .title-prize h3 small {
        font-size: 16px !important;
        letter-spacing: -0.01em;
    }
}
.box-report-sub h3 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  font-size: 22px;
}
.box-report-sub h3 small {
  display: block;
  text-align: center;
  font-size: 18px;
}
.box-row {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .box-row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .box-item {
    margin-bottom: 20px;
  }
}
.box-report .inner .name-prize {
  text-align: center;
  padding: 10px 0 0;
  line-height: 2;
}
.comment-yamaha dt {
  border-top: 1px solid #ccc;
  color: #65BB3F;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 15px 0 10px;
}
.comment-yamaha dd {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .comment-yamaha dt {
    font-size: 14px;
  }
  .comment-yamaha dd {
    font-size: 12px;
  }
}
.icon-winner {
  position: absolute;
  right: 15px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .icon-winner {
    position: absolute;
    right: 5px;
    top: -10px;
    width: 50px;
    height: auto;
  }
}
.box-report .inner .comment-prize {
  text-align: left;
  text-justify: none;
  margin-bottom: 20px;
}
.box-report .inner .comment-prize div {
  display: none;
}
.box-report .inner .comment-prize div dl {
  margin-top: 20px;
}
#pagetop-wrap{
    position: relative;
    z-index: 100;
    background-color: #fbfbfb;
}
#pagetop {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#pagetop,
.btn-continue,
.btn-close {
  cursor: pointer;
}
.list-sns {
  display: block;
  position: relative;
  text-align: right;
  width: 1000px;
  margin: 0 auto;
  z-index: 10000;
}
.list-sns ul {
  margin: 50px 0 30px;
  list-style: none;
  padding: 0;
  display: inline-block;
  height: 28px;
  width: 300px;
}
.list-sns ul li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 0 0 10px;
  height: 28px;
}
.list-sns ul li.tw {
}
.list-sns ul li.fb {
  margin-top: -5px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .list-sns {
    position: relative;
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    z-index: 100;
  }
  .list-sns ul {
    margin: 30px 0 0;
    list-style: none;
    padding: 0;
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .list-sns ul li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .list-sns ul li.tw {
  }
  .list-sns ul li.fb {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive .table {
    font-size: 12px !important;
    white-space: normal;
  }
  .table-responsive .table td,
  .table-responsive .table th {
    font-size: 10px !important;
    white-space: normal !important;
  }
}
.heading-top {
  margin-top: 20px !important;
}

.img-bottom-paragraph + .img-bottom-paragraph{
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .img-bottom-paragraph img{
        margin-bottom: 20px;
    }
}
.acknowledgments{
    margin-bottom: 60px;
}

.campaign-freedigital-jugyo-center {
    text-align: center;         /* 子要素を左右中央揃えにする */
}
.campaign-freedigital-jugyo {
    display: inline-block;      /* インラインブロック要素にする */
    padding:  5px;             /* 余白指定 */
    height: 200px;              /* 高さ指定 */
}
.campaign-freedigital-text p{
    font-size: 14px;
}
.campaign-freedigital-package {
    display: inline-block;      /* インラインブロック要素にする */
    padding: 8px;            /* 余白指定 */
}
.campaign-freedigital-package-text{
    position: relative;
  }

.campaign-freedigital-package-text p {
    position: absolute;
    width: 100%;
    left: 0; 
    top: calc(65% - 15px); 
    text-align: center; 
    background: #ccc;/*背景色*/
    color: darkblue; 
    font-weight: bold; 
    font-size: 20px;
    line-height: 30px;
  }

.campaign-freedigital-package-text img {
    width: 100%;
  }
.campaign-freedigital-trial-notation{
    text-align: right; 
    color: black; 
    font-size: 20px;
}

.campaign-freedigital-trial{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 1000px;
}

.campaign-freedigital-trial-catch{
    text-align: center;
    font-size: 16px;
    background: #009dff; 
    color: white;
}

.campaign-freedigital-trial-catch-wid{
    padding: 0 6%;
}

.campaign-freedigital-trial-title{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#main .campaign-freedigital-trial-title a{
    font-size: 24px;
    width: 500px;
    color: red;
}

.campaign-freedigital-trial-exp{
    text-align: center;
    font-size: 16px;
}

.campaign-freedigital-overview{
    
}

.campaign-freedigital-overview-title{
    font-size: 15px;
    font-weight: bold;
}

.campaign-freedigital-overview-text{
    font-size: 10px;
}

ul.campaign-freedigital-overview-text{
    list-style: none;
    padding-left: 0;
    display: table;
    font-size: 14px
}

.campaign-freedigital-subscription{
    text-align: center;
    padding-top: 40px;
}

.campaign-freedigital-subscription img{
    display: inline;
}

#otameshi {
    margin-top: -70px;
    padding-top: 70px;
}

#ordermade {
    margin-top: -70px;
    padding-top: 70px;
}