@import "http://";
@charset "utf-8";
@charset "utf-8";
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/fontawesome-webfont.eot?v=4.6.2');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
}

* {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


/*----------------------------------------------------*/


/* structure
------------------------------------------------------*/


@-webkit-keyframes swing {
  0%,100% { 
    -webkit-transform-origin: bottom center; 
  }
  10% { -webkit-transform: translateX(-50%) translateY(-45%) rotateZ(-45deg); }  
  20% { -webkit-transform: translateX(-50%) translateY(-15%) rotateZ(-45deg); }
  30% { -webkit-transform: translateX(-50%) translateY(-40%) rotateZ(-45deg); }   
  40% { -webkit-transform: translateX(-50%) translateY(-20%) rotateZ(-45deg); }    
  50% { -webkit-transform: translateX(-50%) translateY(-35%) rotateZ(-45deg); }

  60% { -webkit-transform: translateX(-50%) translateY(-27%) rotateZ(-45deg); }
  70% { -webkit-transform: translateX(-50%) translateY(-33%) rotateZ(-45deg); }
  80% { -webkit-transform: translateX(-50%) translateY(-28%) rotateZ(-45deg); }
  90% { -webkit-transform: translateX(-50%) translateY(-30%) rotateZ(-45deg); }
  100% { -webkit-transform: translateX(-50%) translateY(-30%) rotateZ(-45deg); }
}

html,
body {
  min-height: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  /* for rem */
}

body {
  background-color: #fff;
}

#local_header,
#nav2,
#mainvisual,
#container {
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN W6", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  word-break: break-word;

  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;

  -webkit-font-feature-settings: "palt";

  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  /*文字詰めの目安　1.文字間隔を広げると優雅に見える　2.ゴシック体と比べて明朝体は文字間隔を広く取る　3.太字のゴシック体は文字間隔を詰めるとカッコイイ　4.ゴシック体は文字が太いので、文字サイズをお大きめにする*/
}

a {
  word-wrap: break-word;
}

a:link,
a:visited,
a:active {
  color: #e73930;
  transition: .1s;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #d6bb66;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
}

#container {
  margin: 0;
}

nav {
  background: rgba(231, 57, 48, .8);
  padding-left: 50px;
}

header li {
  display: inline-block;
}

header li a {
  display: block;
  padding: .5em 1em;
  color: #fff !important;
  -webkit-transition: .1s;
  transition: .1s;
  word-break: break-word;
}

header li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}

header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.main {
  display: block;
  padding: 0 80px 80px;
  background-image: url(https://book.mynavi.jp/files/user/img/lp/fukuhaarunoni/Fukuwaaru_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #eee;
}

.main_general {
  display: block;
  padding: 0 80px 80px;
  background-image: url(https://book.mynavi.jp/files/user/img/lp/nddb/back.gif);
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  background-color: #eee;
}

.main_img {
  width: 50%;
  padding: 95px 30px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 100vh;
  position: relative;
}

.main_img img {
  width: 70%;
  max-width: 400px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

.main_visual {
  position: relative;
}

.main_txt {
  width: 50%;
  margin-left: 50%;
  padding: 95px 50px 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #cc0000;
  height: 100vh;
  position: relative;
}

.txt_area {
  width: 70%;
  max-width: 400px;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.txt_area h2 {
  font-size: 2.5em;
  margin-bottom: .5em;
  padding-bottom: .2em;
  border-bottom: 1px solid #fff;
}

.txt_area h3 {
  font-size: 3.9em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.1em;
}

.txt_area h3 span {
  letter-spacing: .4em;
  margin-right: -.3em;
}

.main_visual:after {
  content: "";
  visibility: visible;
  width: 56px;
  height: 56px;
  border: solid #e73930;
  border-width: 0 0 5px 5px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  -webkit-animation: swing 3.5s infinite;
  animation: swing 3.5s infinite;
}

section {
  margin: 40px auto;
  padding: 40px;
  max-width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  border-radius: 5px;
}

section h3 {
  font-size: 2em;
  margin-bottom: .5em;
  line-height: 1.3em;
}

section h4 {
  font-size: 1.5em;
  /* margin: 1em 0 .1em; */
  display: inline-block;
}

section>h4:first-of-type {
  margin-top: 0;
}

section dt {
  margin: 1em 0 .2em;
  border-left: 4px solid #e73930;
  padding-left: .4em;
  font-weight: bold;
}

.col1,.col2 {
  width: 50%;
  padding: 16px;
  float: left;
  box-sizing: border-box;
}

.col1 img, .col2 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.col-2:after,.col:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/*ノンデザ用*/
.nddb1,.nddb2 {
  width: 50%;
  padding: 16px;
  float: left;
  box-sizing: border-box;
}
.nddb3 {
  width: 50%;
  padding: 16px;
  float: right;
  box-sizing: border-box;
  top: 30px;
}

.nddb4 {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.nddb1 img, .nddb2 img{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.nddb-2:after,
.nddb:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/*スクロールバー全体*/
#information ul::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
#information ul::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#information ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

#information ul {
  border-top: 1px solid rgba(173, 177, 200, 0.3);
  max-height: 200px;
  overflow: auto;
}

#information li {
  border-bottom: 1px solid rgba(173, 177, 200, 0.3);
  overflow: hidden;
  position: relative;
}


#information a {
  display: block;
  padding: 8px 8px 8px 64px;
  -webkit-transition: .1s;
  transition: .1s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 4px solid transparent;
}


#information a:hover {
  text-decoration: none;
  background: rgba(225, 238, 255, 0.1);
  border-left: 4px solid #fff;
}


#information .data {
  padding: .1em .3em;
  background: rgba(173, 177, 200, 0.9);
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
  font-size: .8em;
  position: absolute;
  left: 12px;
  top: 10px;
}

.accordion-box {
  position: relative;
  padding-bottom: 80px;
}
.accordion-box label {
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;

}
.accordion-box input:checked + label {
  background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
  content: "Read more"; /* ラベルの文字 */
  line-height: 2em;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, .8);
  border: 2px solid rgba(0, 0, 0, .6);
  visibility: visible;
  display: block;
  height: auto;
  padding: .1em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  -webkit-transition: .1s;
  transition: .1s;
}

.accordion-box input {
  display: none;
}
.accordion-box .accordion-container {
  overflow: hidden;
  height: 0; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.accordion-box input:checked + label:after {
  content: "Close";
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.accordion-box label:hover:after {
  color: rgba(255, 255, 255, .8);
  border: 2px solid rgba(255, 255, 255, .6);

}

section .col:not(:last-child) {
  margin-bottom: 40px;
}

.buy_btn {
  margin: 40px auto 0;
  background: #e73930;
  font-size: 2em;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, 游明朝, YuMincho, HGS明朝B, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  border-radius: 5px;
  transition: .2s;
  text-align: center;
  max-width: 500px;
}

.buy_btn a {
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.buy_btn a:hover {
  text-decoration: none;
  color: #fff;
}



.buy_btn a:hover::after {
  border: 200px solid rgba(255, 255, 255, 0);
  transition: .5s;
}

.caption {
  display: inline-block;
  margin-bottom: 8px;
  padding: .2em .5em;
  background: rgb(179, 184, 204);
  color: #fff;
  border-radius: 3px;
  font-size: .8em;
}

.main_txt img {
  width: 100%;
}


#access iframe {
  width: 100%;
  height: 350px;
}

.buy_btn:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

#book img {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

section h4:not(:first-child) {
  margin: 1em 0 .1em;
}

#book h4 {
  line-height: 1.2em;
}

#book span {
  font-size: .8em;
}

#book ul {
  margin: 8px 0;
  font-size: .9em;
}

.book_text {
  font-size: .9em;
  border-top: 1px solid #ddd;
  padding-top: 8px;
}

#book .buy_btn {
  font-size: 1.1em;
  height: 44px;
  line-height: 44px;
}

.font_small {
  font-size: .8em;
}

.txt_right {
  text-align: right;
}

#present .txt_right {
  margin-top: 24px;
  color: #888;
}

/* new icon用 */
span.nddbicon {
  display: inline-block;
  background: #f08080;
  padding: 1px 5px;
  margin-left: 7px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.5em;
  font-weight: normal;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}