/*
Theme Name: Twenty Twelve Child
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

a:hover {
  opacity: 0.8;
}

/*site-content横幅*/
.site-content {
  width: 100%;
  margin: 0 0 0;
  margin: 0rem 0 0;
}

.entry-content img {
  border: none;
  box-shadow: none;
}

.entry-meta{
  display: none;
}

.children{
  display: none;
}

/*インデックスウィジェット*/
#homepage_middle {
  width: 100%;
}

#homepage_left,
#homepage_right {
  float: left;
  width: 50%;
}

#homepage_left h2,
#homepage_right h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  background-color: #6fba2c;
  margin: 0;
  padding: 3px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}

body {
  background: url(../../uploads/2013/12/bg.gif) repeat 0 0;
}

body .site {
  margin-top: 10px;
  margin-top: 0.71428571rem;
  margin-bottom: 10px;
  margin-bottom: 0.71428571rem;
  width: 953px;
  width: 68.07142856rem;
  box-shadow: 0 5px 13px rgba(100, 100, 100, 0.5);
}

#page {
  border-top: solid 5px #FFD3E9;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  border-radius: 0;
  box-shadow: none;
}

.mobile {
  display: none;
}

@media screen and (max-width: 980px) {
  #page {
    max-width: 748px;
  }
}

@media screen and (max-width: 767px) {
  #page {
    max-width: 380px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 760px) {

  .site-content {
    float: left;
    width: 100%;
  }

  #homepage_left,
  #homepage_right {
    float: left;
    width: 50%;
  }

  .widget-area {
    width: 100%;
  }
}

/*　ヘッダー
****************************************************/
.header_logo,
.header_tel,
.header_subscription {
  float: left;
  margin-left: 8px;
}

.header_logo {
  width: 38%;
  margin-left: 0px;
}

.header_tel {
  width: 30%;
}

.header_subscription {
  width: 30%;
  margin-top: -13px;
}

@media screen and (max-width: 980px) {
  .header_logo {
    width: 40%;
  }

  .header_tel {
    width: 27%;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    width: 100%;
  }

  .header_tel {
    width: 50%;
    margin-top: 7px;
  }

  .header_subscription {
    width: 45%;
    margin-top: 0px;
  }

  .menu-toggle,
  input[type="submit"],
  input[type="button"],
  input[type="reset"],
  article.post-password-required input[type=submit],
  .bypostauthor cite span {
    width: 100%;
    line-height: 27px;
    font-size: 17px;
    padding: 0px 0px;
    padding: 0rem 0rem;
  }
}

/* メニューナビゲーション */
.main-navigation {
  margin-top: 0.714286rem;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu>ul {
  display: inline-block;
  text-align: left;
  width: 100%;
  background-color: #FFD3E9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.main-navigation li {
  position: relative;
  padding: 0.2em 1.1em;
  text-align: center;
  letter-spacing: 0.1em;
  border-right: solid 1px #555;
  font-size: 70%;
  margin: 0 !important;
}

.main-navigation li:last-child {
  border-right: none;

}

.main-navigation li a {
  display: block;
  color: #555;
  line-height: 2.8;
}

@media screen and (max-width: 980px) {
  .main-navigation li {
    padding: 0.2em 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation li {
    width: 100%;
    padding: 0;
    text-decoration: none;
    border-right: none;
    border-bottom: solid 1px #555;
    font-size: 100%;
  }

  .main-navigation ul.nav-menu,
  .main-navigation div.nav-menu>ul {
    display: none;
  }
}

/*　フッター
****************************************************/
div.bottom_menu>div:nth-child(1),
div.bottom_menu>div:nth-child(2),
div.bottom_menu>div:nth-child(3),
div.bottom_menu>div:nth-child(4),
div.bottom_menu>div:nth-child(5),
div.bottom_menu>div:nth-child(6),
div.bottom_menu>div:nth-child(7),
div.bottom_menu>div:nth-child(8) {
  position: relative;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  -webkit-transform: rotate(-10deg);
  /* chrome、safari　*/
  -moz-transform: rotate(-10deg);
  /* firefox　*/
  /* margin: 0px 0px 100px 0px; */
}

div.bottom_menu>div:nth-child(1) {
  width: 100px;
  height: 44px;
  top: -293px;
  left: 183px;
}

div.bottom_menu>div:nth-child(2) {
  width: 138px;
  height: 44px;
  top: -323px;
  left: 340px;
}

div.bottom_menu>div:nth-child(3) {
  width: 147px;
  height: 22px;
  top: -369px;
  left: 532px;
}

div.bottom_menu>div:nth-child(4) {
  width: 147px;
  height: 22px;
  top: -344px;
  left: 780px;
}

div.bottom_menu>div:nth-child(5) {
  width: 147px;
  height: 44px;
  top: -308px;
  ;
  left: 37px;
}

div.bottom_menu>div:nth-child(6) {
  width: 147px;
  height: 22px;
  top: -293px;
  left: 224px;
}

div.bottom_menu>div:nth-child(7) {
  width: 147px;
  height: 22px;
  top: -315px;
  left: 419px;
}

div.bottom_menu>div:nth-child(8) {
  width: 147px;
  height: 22px;
  top: -343px;
  left: 632px;
}

div.bottom_menu>div a:nth-child(1),
div.bottom_menu>div a:nth-child(2),
div.bottom_menu>div a:nth-child(3),
div.bottom_menu>div a:nth-child(4),
div.bottom_menu>div a:nth-child(5),
div.bottom_menu>div a:nth-child(6),
div.bottom_menu>div a:nth-child(7),
div.bottom_menu>div a:nth-child(8) {
  color: #FFF;
  text-decoration: none;
}

.footer_form {
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  margin-bottom: 15px;
  width: 80%;
  height: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7ad7), color-stop(0.51, #fd8ad7), color-stop(0.49, #fba6e1), color-stop(0.00, #fbe8fc));
  background: -webkit-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
  background: -moz-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
  background: -o-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
  background: -ms-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
  background: linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fbe8fc', endColorstr='#ff7ad7');
}

.footer_form a {
  display: block;
  color: #ffffff !important;
  line-height: 50px;
  font-size: 25px;
  text-decoration: none;
}

.site-info {
  padding: 10px 10px 20px 10px;
  text-align: center;
  background-color: #FFD3E9;
  color: #555;
  margin: 0 -40px;
}

.site-info li {
  display: inline;
  padding: 0 5px;
}

.site-info li a {
  color: #555;
}

@media screen and (max-width: 980px) {
  div.bottom_menu>div:nth-child(1) {
    width: 100px;
    top: -237px;
    left: 130px;
  }

  div.bottom_menu>div:nth-child(2) {
    width: 138px;
    top: -275px;
    left: 252px;
  }

  div.bottom_menu>div:nth-child(3) {
    width: 147px;
    top: -311px;
    left: 402px;
  }

  div.bottom_menu>div:nth-child(4) {
    width: 147px;
    top: -302px;
    left: 596px;
  }

  div.bottom_menu>div:nth-child(5) {
    width: 147px;
    top: -276px;
    ;
    left: 14px;
  }

  div.bottom_menu>div:nth-child(6) {
    width: 147px;
    top: -278px;
    left: 159px;
  }

  div.bottom_menu>div:nth-child(7) {
    width: 147px;
    top: -296px;
    left: 314px;
  }

  div.bottom_menu>div:nth-child(8) {
    width: 147px;
    top: -325px;
    left: 485px;
  }
}

@media screen and (max-width: 767px) {
  .site-info {
    margin: 0 -10px;
  }

  img.bottom_menu_img {
    display: none;
  }

  div.bottom_menu>div:nth-child(1),
  div.bottom_menu>div:nth-child(2),
  div.bottom_menu>div:nth-child(3),
  div.bottom_menu>div:nth-child(4),
  div.bottom_menu>div:nth-child(5),
  div.bottom_menu>div:nth-child(6),
  div.bottom_menu>div:nth-child(7),
  div.bottom_menu>div:nth-child(8) {
    position: static;
    background-color: #FFD3E9;
    width: 100%;
    font-size: 14px;
    line-height: 27px;
    -webkit-transform: rotate(0deg);
    /* chrome、safari　*/
    -moz-transform: rotate(00deg);
    /* firefox　*/
    margin: 0px 0px 0px 0px;
    border-bottom: 1px dotted #666;
  }

  div.bottom_menu>div:nth-child(1) {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  div.bottom_menu>div:nth-child(8) {
    border-bottom: 0px dotted #666;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  div.bottom_menu>div a:nth-child(1),
  div.bottom_menu>div a:nth-child(2),
  div.bottom_menu>div a:nth-child(3),
  div.bottom_menu>div a:nth-child(4),
  div.bottom_menu>div a:nth-child(5),
  div.bottom_menu>div a:nth-child(6),
  div.bottom_menu>div a:nth-child(7),
  div.bottom_menu>div a:nth-child(8) {
    display: block;
    color: #000;
    text-decoration: none;
  }

  .footer_form {
    margin-top: 15px;
  }

  .footer_form a {
    font-size: 16px;
  }
}

/*----------------------
Contents - Voice
----------------------*/
#voice {
  clear: both;
}

#voice h2 {
  margin-top: 0;
}

#voice h3 {
  margin-top: -30px;
  padding: 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #21A8BF;
  text-align: right;
  background: #D5EEF2;
}

.voice-block-wrap {
  margin-top: 10px;
}

.voice-block {
  width: 46%;
  padding: 2%;
  float: left;
}

#voice h4 {
  float: left;
  margin-top: -139px;
  margin-left: 222px;
  padding: 0 10px 5px;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px dotted #666;
}

#voice h5 {
  margin: 10px 0 5px;
  padding: 5px;
  background: #D5EEF2;
}

#voice p {
  padding-left: 1em;
  margin-bottom: 1em;
}

#voice p span {
  font-weight: bold;
  color: #21A8BF;
}

@media screen and (max-width: 767px) {
  .voice-block {
    width: 100%;
  }
}

/*----------------------
Contents - Easy
----------------------*/
#easy {
  clear: both;
}

#easy h2 {
  margin: 0 0 -15px;
}

#easy h3 {
  margin-top: -81px;
  padding: 15px 15px 15px 100px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFA900;
  background: #FEF2D6;
  clear: both;
}

.easy-point {
  margin-left: 25px;
}

.picture {
  float: left;
  width: 207px;
}

.right_img {
  float: right;
  width: 480px;
  margin-top: -50px;
}

.left_content {
  width: 465px;
  float: left;
}

/*.easy-block { padding: 20px 30px 20px 210px; }*/
#easy h4 {
  float: left;
  margin: -139px 0 0 206px;
  width: 110px;
  padding: 0 10px 5px;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px dotted #666;
}

#easy p {
  width: 100%;
  margin: 0.5em 0;
  margin-top: 250px;
}

#easy p span {
  font-weight: bold;
  color: #FFA900;
}

.easy-block img {
  float: right;
  margin: -284px -10px 20px 0;
}

@media screen and (max-width: 980px) {
  .right_img {
    width: 337px;
  }

  .left_content {
    width: 403px;
  }
}

@media screen and (max-width: 767px) {
  .right_img {
    float: none;
    width: 100%;
    margin-top: 0px;
  }

  .left_content {
    width: 100%;
  }
}

/*----------------------
Contents - Growth
----------------------*/
#growth {
  clear: both;
}

#growth h2 {
  margin: 0 0 -15px;
}

#growth h3 {
  margin-top: -82px;
  padding: 15px 15px 15px 100px;
  font-size: 1.2em;
  font-weight: bold;
  color: #62B716;
  background: #E0F1C3;
  clear: both;
}

.growth-point {
  margin-left: 25px;
}

.growth-block {
  padding: 20px 30px 20px 210px;
}

#growth-block01 {
  background: url(../../../images/growth01-bg.png) no-repeat 0 0;
}

#growth-block02 {
  background: url(../../../images/growth02-bg.png) no-repeat 0 0;
}

#growth-block03 {
  background: url(../../../images/growth03-bg.png) no-repeat 0 0;
}

#growth-block04 {
  background: url(../../../images/growth04-bg.png) no-repeat 0 0;
}

#growth-block05 {
  background: url(../../../images/growth05-bg.png) no-repeat 0 0;
}

#growth h4 {
  float: left;
  text-align: center;
  margin: -139px 0 0 206px;
  width: 128px;
  padding: 0 10px 5px;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 1px dotted #666;
}

#growth p {
  width: 360px;
  padding: 0 1em;
  margin-top: 250px;
}

#growth p span {
  font-weight: bold;
  color: #62B716;
}

.growth-block img {
  float: right;
  margin: -70px -20px 20px 0;
}

/*----------------------
Contents - Fan
----------------------*/
#fan {
  clear: both;
}

#fan h2 {
  margin: 0 0 -15px;
}

#fan h3 {
  margin-top: -82px;
  padding: 15px 560px 15px 100px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFA900;
  background: #FEF2D6;
  clear: both;
}

.fan-point {
  margin-left: 25px;
}

#fan-block01 {
  height: 641px;
  background: url(../../../images/fan01-bg.png) no-repeat 0 0;
  background-size: contain;
}

#fan-block02 {
  height: 641px;
  background: url(../../../images/fan02-bg.png) no-repeat 0 0;
  background-size: contain;
}

#fan-block01 img {
  position: relative;
  top: 235px;
  left: 702px
}

#fan-block02 img {
  position: relative;
  top: 224px;
  left: 702px
}

@media screen and (max-width: 980px) {

  #fan-block01,
  #fan-block02 {
    height: 510px;
  }

  #fan-block01 img {
    top: 185px;
    left: 547px;
    width: 170px;
  }

  #fan-block02 img {
    top: 300px;
    left: 547px;
    width: 181px;
  }

  #fan-block02 img {
    top: 169px;
    left: 543px;
    width: 181px;
  }
}

@media screen and (max-width: 767px) {
  #fan h3 {
    padding: 15px 0 15px 100px;
  }

  #fan-block01 img {
    top: 95px;
    left: 280px;
    width: 85px;
  }

  #fan-block02 img {
    top: 86px;
    left: 276px;
    width: 91px;
  }

  #fan-block01,
  #fan-block02 {
    height: 266px;
  }
}

/*----------------------
Contents - Director
----------------------*/
#director {
  clear: both;
}

#director h2 {
  margin: 0 0 -15px;
}

#director-inner h3 {
  padding: 8px 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: #21A8BF;
  clear: both;
  border-left: 8px solid #21A8BF;
}

#director-inner dl {
  margin: 10px 20px 20px;
  width: 423px;
}

#director-inner dt {
  float: left;
  margin-right: 0.5em;
}

#director-inner ul {
  margin: 10px 20px 40px;
  width: 500px;
}

#director-inner p {
  margin: 10px 20px 20px;
  width: 414px;
}

#director-inner p span {
  font-weight: bold;
  color: #21A8BF;
}

#director-cont01 {
  float: left;
}

#director-cont02 {
  float: left;
}

#director-cont03,
#director-cont03 p {
  width: 100%;
}

#director-cont04 {
  float: left;
  width: 100%;
  margin-right: 60px;
}

#director-cont04 p {
  width: 100%;
}

#director-cont05 {
  float: left;
  width: 100%;
}

#director-cont05 p {
  width: 100%;
}

#director-cont06 {
  clear: left;
}

#director-intro {
  margin-left: -20px;
  background: url(../../../images/director-intro-bg.png) no-repeat 0 0;
  background-size: contain;
}

@media screen and (max-width: 980px) {
  #director-inner dl {
    width: 371px;
  }

  #director-inner p {
    width: 100%;
    margin: 10px 0;
  }

  #director-cont03,
  #director-cont03 p {
    width: 100%;
  }

  #director-cont04 {
    float: left;
    width: 100%;
    margin-right: 60px;
  }

  #director-cont04 p {
    width: 100%;
  }

  #director-cont05 {
    float: left;
    width: 100%;
  }

  #director-cont05 p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #director-inner dl {
    width: 100%;
    margin: 10px 0;
  }

  #director-cont04 {
    margin-right: 0;
  }

  #director-inner ul {
    margin: 10px 65px 34px;
    width: 80%;
  }
}

/*----------------------
Contents - Learn
----------------------*/
#learn {
  clear: both;
}

#learn h2 {
  margin-top: 0px;
}

#learn h3 {
  margin-top: -30px;
  padding: 15px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  color: #FFA900;
  background: #FEF2D6;
}

#learn-inner {
  background: url(../../../images/learn-inner-bg.png) no-repeat 0 0;
  padding: 20px 20px 20px 610px;
  height: 300px;
}

#learn-inner a {
  margin-left: -15px;
}

.learn_img {
  width: 595px;
}

@media screen and (max-width: 980px) {
  .learn_img {
    width: 458px;
  }

  #learn-inner {
    padding: 20px 20px 20px 469px;
  }
}

@media screen and (max-width: 767px) {
  .learn_img {
    width: 100%;
  }

  #learn-inner {
    padding: 0 5px;
    float: left;
    height: auto;
  }
}

/*----------------------
Contents - Require
----------------------*/
.lead {
  height: 36px;
  padding: 14px;
  background: url(../../../images/lead-bg.png) no-repeat 0 0;
}

#require {
  clear: both;
}

#require h4 {
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
  background: #FC83B5;
  color: #fff;
}

#chara th,
#chara td {
  width: 33%;
  padding: 5px;
  text-align: center;
}

#chara th {
  border-right: 20px solid #fff;
  font-size: 1.1em;
  font-weight: bold;
  color: #FC83B5;
  background: #FEE6F0;
}

#chara th:last-child {
  border-right: none;
}

#chara td {
  padding: 10px 15px;
}

#detail {
  border-top: 1px dotted #666;
  width: 100%;
}

#detail th,
#detail td {
  border-bottom: 1px dotted #666;
  padding: 10px;
}

#detail th {
  text-align: left;
  color: #FC83B5;
  width: 240px;
}

#detail #special {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  #detail th {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  #chara th {
    border-right: 3px solid #fff;
  }

  #chara td {
    padding: 10px 7px;
  }

  #detail th {
    width: 100px;
  }

  #detail #special {
    font-size: 0.3em;
  }

}

/*----------------------
Contents - Form
----------------------*/
.exp {
  padding: 20px;
}

.ac {
  text-align: center;
}

#form {
  clear: both;
}

#form h4 {
  margin: 40px 20px 5px;
  padding: 5px 10px;
  font-size: 1.1em;
  border-bottom: 3px solid #555;
}

.form-table {
  margin: 0 30px;
}

.form-table th,
.form-table td {
  padding: 8px;
  border-bottom: 1px dotted #555;
}

.form-table th {
  font-weight: bold;
  font-size: 0.9em;
  width: 200px;
  vertical-align: top;
}

.form-table td {
  width: 840px;
}

.form-table p {
  line-height: 2.6em;
}

input {
  padding: 5px;
  font-size: 1em;
  color: #555;
}

.form-table th:last-child {
  text-align: center;
}

input.wpcf7-form-control.wpcf7-submit {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.51, #3690f0), color-stop(0.50, #54a3ee), color-stop(0.00, #70b6f2));
  background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
  background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
  background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
  background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
  background: linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 51%, #1a62db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#70b6f2', endColorstr='#1a62db');
}

@media screen and (max-width: 767px) {
  input.wpcf7-form-control.wpcf7-submit {
    width: 200px;
    height: 50px;
  }
}

/*---------------------------------------------------
	clearfix
---------------------------------------------------*/
.clearfix:after {
  content: ".";
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  /*
 font-size: 0.1em;
 line-height: 0;
 */
}

.clearfix {
  zoom: 1;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
