@charset "UTF-8";
/* =========================================== 
// このCSSファイルはSassから生成されていますので、
// 　編集しないようご注意ください
//============================================ */
html {
  font-size: 62.5%; }

body {
  letter-spacing: inherit; }

#ehon {
  font-family: "Meiryo", "MS PGothic", Sans-Serif;
  background: url(/static/book/ehon/img/back.png), repeat;
  font-size: 16px;
  line-height: 25.6px; }
  #ehon .container {
    width: 1030px; }
    @media screen and (max-width: 768px) {
      #ehon .container {
        width: auto; } }
    #ehon .container p {
      font-size: 14px;
      line-height: 22.4px; }
  #ehon .header {
    background-image: url(/static/book/ehon/img/flag.png), url(/static/book/ehon/img/paper.png);
    background-position: top center, center left;
    background-repeat: repeat-x, repeat-x;
    padding: 60px 0 30px; }
    @media screen and (max-width: 768px) {
      #ehon .header {
        background-size: 60%, 50%;
        padding: 30px 0;
        background-position: top center; } }
    #ehon .header .container {
      background-color: transparent;
      border-radius: 0; }
    #ehon .header p.lead {
      margin: 30px 100px 0;
      font-size: 16px;
      line-height: 25.6px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #ehon .header p.lead {
          margin: 15px 0 0 0;
          font-size: 14px;
          line-height: 22.4px; } }
  #ehon section {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px; }
    @media screen and (max-width: 400px) {
      #ehon section {
        padding: 15px; } }
    #ehon section .row.space {
      margin-bottom: 20px; }
    #ehon section h2 {
      border-bottom: none;
      font-size: 23px;
      line-height: 36.8px; }
    #ehon section h2.midasi {
      margin: 0 0 30px -30px;
      border: none; }
      @media screen and (max-width: 400px) {
        #ehon section h2.midasi {
          margin: 0 0 15px -15px; } }
    #ehon section h3 {
      font-size: 16px;
      line-height: 25.6px;
      margin: 5px 0 0 0; }
    #ehon section h4 {
      background: #844500;
      color: #fff;
      border-radius: 25px;
      padding: 15px 20px;
      margin-top: 0; }
    #ehon section h5 {
      background: #FFF6D7;
      margin: 15px 0;
      padding: 10px; }
    #ehon section ul {
      padding-left: 30px; }
      @media screen and (max-width: 768px) {
        #ehon section ul {
          padding-left: 15px; } }
    #ehon section .balloon {
      background: #F9CB6B;
      padding: 10px;
      position: relative; }
      #ehon section .balloon.left:after {
        border-top: solid 7px transparent;
        border-bottom: solid 7px transparent;
        border-right: solid 10px #F9CB6B;
        left: -10px;
        content: "";
        display: block;
        height: 0;
        top: 50%;
        margin-top: -7px;
        position: absolute;
        width: 0; }
        @media screen and (max-width: 400px) {
          #ehon section .balloon.left:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 50%;
            margin-left: -10px;
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #F9CB6B transparent; } }
      #ehon section .balloon.right:after {
        border-top: solid 7px transparent;
        border-bottom: solid 7px transparent;
        border-left: solid 10px #F9CB6B;
        right: -10px;
        content: "";
        display: block;
        height: 0;
        top: 50%;
        margin-top: -7px;
        position: absolute;
        width: 0; }
        @media screen and (max-width: 400px) {
          #ehon section .balloon.right:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 50%;
            margin-left: -10px;
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #F9CB6B transparent; } }
      #ehon section .balloon.bottom:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #F9CB6B transparent transparent transparent; }
      #ehon section .balloon.news {
        padding: 0 30px 30px;
        overflow: inherit;
        margin-bottom: 30px;
        border: none; }
        #ehon section .balloon.news p {
          font-size: 30px;
          line-height: 48px;
          margin: 15px 0 10px; }
          @media screen and (max-width: 400px) {
            #ehon section .balloon.news p {
              font-size: 23px;
              line-height: 36.8px;
              margin: 10px 0 0px; } }
        @media screen and (max-width: 400px) {
          #ehon section .balloon.news {
            padding: 0 15px 15px; } }
  #ehon p.detail {
    font-size: 12px;
    line-height: 19.2px; }
  #ehon .pdf-left {
    float: left;
    margin: 0 5% 0 0;
    width: 45%; }
    @media screen and (max-width: 400px) {
      #ehon .pdf-left {
        float: none;
        width: auto; } }
  #ehon .pdf-right {
    float: right;
    margin: 0 0 0 5%;
    width: 45%; }
    @media screen and (max-width: 400px) {
      #ehon .pdf-right {
        float: none;
        width: auto; } }
  #ehon .txt-right {
    float: right;
    width: 50%; }
    @media screen and (max-width: 400px) {
      #ehon .txt-right {
        float: none;
        width: auto; } }
  #ehon .txt-left {
    float: left;
    width: 50%; }
    @media screen and (max-width: 400px) {
      #ehon .txt-left {
        float: none;
        width: auto; } }
  #ehon #campaign {
    background: url(/static/book/ehon/img/campaign-back.png) repeat;
    padding: 30px 0; }
    @media screen and (max-width: 400px) {
      #ehon #campaign {
        padding: 15px 0; } }
    #ehon #campaign .lead {
      color: #F059A8;
      font-size: 18px;
      line-height: 28.8px;
      font-weight: bold; }
  #ehon .button, #ehon .btn-primary {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 10px 30px;
    font-size: 23px;
    line-height: 36.8px; }
    @media screen and (max-width: 400px) {
      #ehon .button, #ehon .btn-primary {
        padding: 10px;
        font-size: 18px;
        line-height: 28.8px; } }
  #ehon .button, #ehon .btn-primary,
  #ehon .button::before, #ehon .btn-primary:before,
  #ehon .button::after, #ehon .btn-primary:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #ehon .button, #ehon .btn-primary {
    position: relative;
    background-color: #25AF01;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #229A04; }
  #ehon .button:hover, #ehon .btn-primary:hover {
    background-color: #2ACB01;
    box-shadow: 0 6px 0 #229A04; }
  #ehon .button:active, #ehon .btn-primary:active {
    top: 3px;
    box-shadow: none; }
  #ehon .btn-primary {
    border-color: transparent; }
  #ehon #qa h1, #ehon #conf h1 {
    background: #844500 none repeat scroll 0 0;
    border-radius: 2em;
    color: #fff;
    padding: 15px 20px;
    border: none;
    font-size: 26px;
    line-height: 41.6px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center; }
    @media screen and (max-width: 400px) {
      #ehon #qa h1, #ehon #conf h1 {
        font-size: 18px;
        line-height: 28.8px;
        line-height: 1em; } }
  #ehon #qa label.control-label, #ehon #conf label.control-label {
    width: 30%; }
    @media screen and (max-width: 400px) {
      #ehon #qa label.control-label, #ehon #conf label.control-label {
        width: auto; } }
  #ehon #qa .form-group, #ehon #conf .form-group {
    margin-bottom: 20px; }
