@charset "UTF-8";
/*******************************
    ブラウザスタイルリセットCSS
********************************/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
       # General elements
       # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
       # Forms
       # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
       # Specify media element style
       # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
       # Accessibility
       # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*******************************
    各ページ共通
********************************/
html {
  font-size: 62.5%;
}

body {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 1.6rem;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #1d3a64;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

.bold {
  font-weight: bold;
}

.text16 {
  font-size: 1.6rem;
  font-weight: normal;
}

.l-inner {
  width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

/*******************************
    サイト共通ヘッダー
********************************/
.header__logo {
  padding: 50px 0 35px;
}

.global-nav {
  background-color: #1d3a64;
}

.global-nav .l-inner {
  position: relative;
}

.global-nav .global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav .global-nav__item::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.global-nav .global-nav__link {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 198px;
  padding: 10px 0;
}

.global-nav .global-nav__link:hover {
  background-color: #00193d;
}

.global-nav .sns {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -5px;
}

.global-nav .sns li:not(:last-child) {
  margin-right: 15px;
}

.global-nav .sns a:hover {
  opacity: .7;
}

/*******************************
    サイト共通フッター
********************************/
.footer {
  color: #fff;
  font-size: 1.5rem;
}

.footer .footer-bg {
  background-color: #1d3a64;
  padding: 24px 0;
}

.footer .footer-inner {
  width: 960px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer__nav ul li {
  width: 25%;
  text-align: center;
  line-height: 35px;
}

.footer .footer__nav a {
  display: inline-block;
  color: #fff;
}

.footer .footer__nav a:hover {
  text-decoration: underline;
}

.footer .footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__sns ul li {
  margin-left: 30px;
}

.footer .footer__sns ul li a:hover {
  opacity: .7;
}

.footer .copy-right {
  display: block;
  text-align: center;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btns .btn {
  font-size: 1.6rem;
  text-align: center;
}

.btns .btn a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 5px;
  margin-bottom: 15px;
}

.btns .btn.member a {
  background-color: #1d3a64;
}

.btns .btn.member a:hover {
  background-color: #666666;
}

.btns .btn.guide a {
  background-color: #666666;
}

.btns .btn.guide a:hover {
  background-color: #1d3a64;
}

.btns .btn .note {
  line-height: 1.2;
}

.page-top {
  position: fixed;
  right: 170px;
  bottom: 140px;
  display: none;
}

.page-top a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background-color: #1d3a64;
  position: relative;
}

.page-top a::before {
  content: '>';
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 3rem;
  position: absolute;
  top: -8px;
  left: calc(50% - 10px);
}

.breadcrumb {
  padding: 10px 0px;
}

.bredcrumb__item {
  display: inline-block;
  font-size: 1.4rem;
}

.bredcrumb__item:not(:last-child):after {
  padding: 0 .5em;
  content: ">";
  color: #555;
}

.bredcrumb__item a {
  color: #333;
}

.bredcrumb__item a:hover {
  text-decoration: underline;
}

/*******************************
       トップページ
********************************/
.main-view {
  padding: 40px 0 0 0;
  /* ドットを変更*/
}

.main-view .slick-dots li button:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #808080;
  content: '';
}

.main-view .slick-dots li.slick-active button:before {
  background: #0042a5;
  opacity: 1;
}

.news .news__header {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 15px;
}

.news .news__header .section-title {
  font-size: 2.2rem;
  color: #0042a5;
}

.news .news__body .news-box {
  border: 3px solid #e0e0e0;
  padding: 10px 20px 10px 60px;
  margin-bottom: 35px;
}

.news .news__body .js_scroll {
  height: 280px;
  margin: 10px 0;
}

.news .news__body .mCSB_draggerRail {
  background-color: transparent;
}

.news .news__body .mCSB_draggerContainer::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #e0e0e0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news .news__body .mCSB_dragger_bar {
  width: 5px;
  border-radius: 0;
  background-color: #ccc;
}

.news .news__body .mCSB_buttonUp {
  background: url(../images/scroll_bottom.png) center no-repeat;
}

.news .news__body .mCSB_buttonDown {
  background: url(../images/scroll_bottom.png) center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news .news__body .news-list__link {
  font-size: 1.6rem;
  color: #000;
}

.news .news__body .news-list__link span {
  font-weight: bold;
  margin-right: 78px;
}

.news .news__body .news-list__link:hover {
  text-decoration: underline;
}

.news .news__body .news-btn {
  text-align: right;
}

.news .news__body .btn-newslist {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #808080;
  padding: 0 20px;
}

.news .news__body .btn-newslist::after {
  content: '▶︎';
  font-size: 1rem;
  margin-left: 8px;
}

.news .news__body .btn-newslist:hover {
  background-color: #1d3a64;
}

.guidance {
  margin-bottom: 120px;
}

.guidance .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guidance .guidance-section {
  width: 510px;
}

.guidance .guidance__header {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}

.guidance .desc__image {
  margin-bottom: 15px;
}

.guidance .guidance__title {
  font-size: 3rem;
  font-weight: bold;
}

.guidance .guidance__title span {
  color: #0042a5;
}

.guidance .magazine-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.guidance .magazine-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.guidance .magazine-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.guidance .magazine-new__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  font-size: 1.6rem;
}

.guidance .label-new {
  width: 90px;
  color: #fff;
  text-align: center;
  background-color: #1d3a64;
  margin-bottom: 15px;
}

.guidance .new-text {
  font-weight: bold;
}

.guidance .link::before {
  content: '▶︎';
  color: #2a7fff;
  font-size: 1rem;
  position: relative;
  top: -2px;
}

.guidance .link a:hover {
  text-decoration: underline;
}

.guidance .btn {
  width: 247px;
}

/*******************************
    週刊誌目次ページと月刊誌目次ページ
    ＜共通＞
********************************/
.magazine {
  padding-top: 30px;
  /* 月刊誌ページのみのスタイル*/
}

.magazine .magazine__title {
  font-size: 4rem;
  color: #1d3a64;
  margin-bottom: 40px;
}

.magazine .magazine-latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #eee;
}

.magazine .magazine-latest__desc {
  padding: 20px 0 10px 20px;
}

.magazine .magazine-name {
  font-size: 2.8rem;
  margin-bottom: 5px;
}

.magazine .magazine-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.magazine .label-new {
  width: 70px;
  color: #fff;
  text-align: center;
  background-color: #1d3a64;
}

.magazine .magazine-no,
.magazine .publish-date {
  font-weight: bold;
  margin-left: 15px;
}

.magazine .topnews-title {
  font-size: 2.2rem;
  color: #1d3a64;
}

.magazine .news-topics {
  margin-bottom: 100px;
}

.magazine .topic-box {
  margin-bottom: 45px;
}

.magazine .topic-box__title {
  font-size: 2.2rem;
  color: #1d3a64;
  margin-bottom: 5px;
}

.magazine .links {
  width: 975px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 135px;
}

.magazine .links.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.magazine .links a {
  display: inline-block;
  width: 47%;
  padding: 30px 10px;
  color: #333;
  background-color: #ddd;
  text-align: center;
}

.magazine .links a:hover {
  color: #fff;
  background-color: #1d3a64;
}

.magazine .links a span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

.magazine .links a span::before {
  content: '▶︎';
  padding-right: 5px;
}

.magazine .magazine__invitation {
  margin-bottom: 150px;
}

.magazine .guidunce-title {
  color: #1d3a64;
  border-bottom: 2px solid #ddd;
  margin-bottom: 45px;
}

.magazine .guidunce-text {
  margin-bottom: 45px;
}

.magazine .btns {
  width: 975px;
  margin: 0 auto;
}

.magazine .btns .btn {
  width: 47%;
}

.magazine .btns .btn a {
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.magazine .bold {
  font-weight: bold;
}

.magazine .mark {
  padding-left: 5px;
}

.magazine .mark::before {
  content: '•';
  padding-right: 5px;
}

.magazine .mb40 {
  margin-bottom: 40px;
}

/*******************************
       会社案内ページ
********************************/
.company .company__header {
  margin-bottom: 30px;
}

.company .company__title {
  font-size: 4rem;
  color: #1d3a64;
  margin-bottom: 20px;
}

.company .company-navigation {
  width: 90%;
  background-color: #eee;
  margin: 0 auto;
}

.company .company-navigation .company-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company .company-navigation .company-navigation__list li {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company .company-navigation .company-navigation__list li::before {
  content: '▶︎';
  padding-right: 5px;
}

.company .company-navigation .company-navigation__list li a {
  display: inline-block;
  color: #333;
  text-align: center;
  padding: 10px 0;
}

.company .company-navigation .company-navigation__list li a:hover {
  text-decoration: underline;
}

.company h3 {
  font-size: 3rem;
  color: #1d3a64;
  border-bottom: 2px solid #ddd;
  margin-bottom: 45px;
}

.company h5 {
  font-size: 1.6rem;
  font-weight: normal;
}

.company .overview {
  padding-top: 50px;
}

.company .overview__body {
  width: 95%;
  margin: 0 auto;
}

.company .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.company .label {
  font-weight: bold;
  width: 250px;
  padding: 10px;
  background-color: #eee;
  text-align: center;
}

.company .desc {
  padding: 10px;
  margin-left: 40px;
}

.company .desc .section:not(:last-child) {
  margin-bottom: 20px;
}

.company .desc .section__desc {
  padding-left: 15px;
}

.company .desc .address {
  padding-left: 15px;
}

.company .desc .address.tokyo {
  margin-bottom: 20px;
}

.company .desc ul {
  list-style: none;
}

.company .desc ul li {
  padding-left: 18px;
  position: relative;
}

.company .desc ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.company .history {
  padding-top: 50px;
}

.company .history__body {
  width: 95%;
  margin: 0 auto;
}

.company .history__body ul {
  margin-bottom: 80px;
}

.company .history__body ul li {
  border-bottom: 2px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  min-height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.company .history__body ul li .time {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company .history__body ul li .text {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company .access {
  padding-top: 50px;
  margin-bottom: 200px;
}

.company .map {
  margin-bottom: 30px;
}

.company .map iframe {
  width: 100%;
}

.company .access__body {
  padding-left: 15px;
}

.company .access-ways {
  margin-top: 60px;
  padding-left: 10px;
}

.company .access-way__title {
  font-weight: bold;
}

/*******************************
       お問い合わせページ
********************************/
.contact .contact__header {
  margin-bottom: 30px;
}

.contact .contact__title {
  font-size: 4rem;
  color: #1d3a64;
  margin: 20px 0 50px;
}

.contact h3 {
  font-size: 3rem;
  color: #1d3a64;
  border-bottom: 2px solid #ddd;
  margin-bottom: 45px;
}

.contact .address {
  width: 85%;
  margin: 0 auto 20px;
}

.contact .call__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 0 auto 100px;
}

.contact .number {
  width: 50%;
}

.contact .number h4 {
  font-size: 3.2rem;
  font-weight: bold;
}

.contact .mail {
  margin-bottom: 200px;
}

.contact .form__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .form__title {
  width: 300px;
  font-weight: normal;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .must-text {
  margin-bottom: 20px;
  padding-left: 20px;
}

.contact .text-caution {
  color: #e45f5f;
}

.contact .email-again-text {
  font-size: smaller;
}

.contact .form-btn {
  text-align: center;
}

.contact input,
.contact textarea {
  border: 2px solid #ddd;
  padding: 8px;
}

.contact .wide-box {
  width: calc(100% - 300px);
}

.contact input#email,
.contact input#email-again {
  width: 100%;
  margin-bottom: 5px;
}

.contact textarea {
  width: 100%;
}

.contact button {
  color: #fff;
  background-color: #1d3a64;
  width: 130px;
  padding: 10px;
  margin: 0 auto;
}

.contact button:hover {
  background-color: #666;
}

/*******************************
       週刊誌のご案内ページ
********************************/
.weekly-subscription {
  padding-top: 30px;
}

.weekly-subscription .top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.weekly-subscription .weekly-subscription_image {
  width: 200px;
  margin-left: 10px;
  margin-top: 70px;
}

.weekly-subscription .weekly-subscription_image img {
  width: 347px;
}

.weekly-subscription .weekly-subscription__header {
  margin-bottom: 60px;
}

.weekly-subscription .weekly-subscription__title {
  font-size: 4rem;
  color: #1d3a64;
  margin-bottom: 40px;
}

.weekly-subscription .weekly-subscription__section {
  margin-bottom: 60px;
}

.weekly-subscription h3 {
  font-size: 3rem;
  color: #1d3a64;
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}

.weekly-subscription h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.weekly-subscription .apply-text {
  margin-bottom: 30px;
}

.weekly-subscription .contact-info {
  margin-bottom: 230px;
}

.weekly-subscription .contact-info .info-box {
  background-color: #e6e6e6;
  padding: 20px;
  margin: 0 30px 20px;
}

.weekly-subscription .contact-info .tel-no {
  font-size: 3.8rem;
  font-weight: bold;
  color: #1d3a64;
  padding-left: 70px;
}

.weekly-subscription .contact-info .text18 {
  font-size: 1.8rem;
  padding-left: 70px;
}

.weekly-subscription .contact-info .text18 .triangle {
  color: #1d3a64;
}

.weekly-subscription .contact-info .go-subscribe {
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  background-color: #1d3a64;
  margin-left: 70px;
  padding: 10px 50px;
  margin-top: 20px;
  border: 2px solid transparent;
}

.weekly-subscription .contact-info .go-subscribe:hover {
  color: #1d3a64;
  background-color: #fff;
  border-color: #1d3a64;
}

.weekly-subscription .contact-info .small-title {
  padding-left: 70px;
}

.weekly-subscription .contact-info .small-title.form {
  margin-top: 30px;
}

.weekly-subscription .contact-info .link-pdf:hover {
  text-decoration: underline;
}

.weekly-subscription .price.japan {
  margin-bottom: 40px;
}

.weekly-subscription .price .label {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.weekly-subscription .price .label span {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  margin-right: 10px;
  min-width: 92px;
}

.weekly-subscription .price .price-list {
  font-size: 2rem;
  font-weight: bold;
}

.weekly-subscription .kaitei-text {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.weekly-subscription .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 70px;
}

.weekly-subscription .cv .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weekly-subscription .cv .btn-box.large {
  width: 29%;
}

.weekly-subscription .cv .btn-box.small {
  width: 19%;
}

.weekly-subscription .cv .js-click {
  position: relative;
}

.weekly-subscription .cv .js-click:hover .js-open {
  display: block;
}

.weekly-subscription .cv .js-open {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
  -webkit-transition: 3s;
  transition: 3s;
}

.weekly-subscription .cv .btn {
  display: inline-block;
  color: #fff;
  background-color: #1d3a64;
  line-height: 1;
  height: 80px;
  width: 100%;
  padding: 28px 10px;
  text-align: center;
  border: 2px solid transparent;
}

.weekly-subscription .cv .btn.btn-download, .weekly-subscription .cv .btn.btn-form {
  padding-top: 18px;
}

.weekly-subscription .cv .btn span {
  display: block;
  margin-top: 5px;
}

.weekly-subscription .cv .btn:hover {
  color: #1d3a64;
  background-color: #fff;
  border-color: #1d3a64;
}

/*******************************
       月刊誌のご案内ページ
********************************/
.monthly-subscription {
  padding-top: 30px;
}

.monthly-subscription .top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.monthly-subscription .monthly-subscription_image {
  width: 200px;
  margin-left: 10px;
  margin-top: 70px;
}

.monthly-subscription .monthly-subscription_image img {
  width: 347px;
}

.monthly-subscription .monthly-subscription__header {
  margin-bottom: 60px;
}

.monthly-subscription .monthly-subscription__title {
  font-size: 4rem;
  color: #1d3a64;
  margin-bottom: 40px;
}

.monthly-subscription .monthly-subscription__section {
  margin-bottom: 60px;
}

.monthly-subscription h3 {
  font-size: 3rem;
  color: #1d3a64;
  border-bottom: 2px solid #ddd;
  margin-bottom: 30px;
}

.monthly-subscription h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.monthly-subscription .method-text {
  margin-bottom: 30px;
}

.monthly-subscription .apply-text {
  margin-bottom: 30px;
}

.monthly-subscription .info-box {
  background-color: #e6e6e6;
  padding: 20px;
  margin: 0 30px 230px;
}

.monthly-subscription .text18 {
  font-size: 1.8rem;
  padding-left: 70px;
}

.monthly-subscription .text18.note {
  margin-bottom: 30px;
}

.monthly-subscription .method.teiki {
  margin-bottom: 40px;
}

.monthly-subscription .method .label {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.monthly-subscription .method .label span {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  margin-right: 10px;
  min-width: 92px;
}

.monthly-subscription .price .price-list {
  font-size: 2rem;
  font-weight: bold;
}

.monthly-subscription .cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding-left: 70px;
}

.monthly-subscription .cv .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.monthly-subscription .cv .btn-box.large {
  width: 29%;
}

.monthly-subscription .cv .btn-box.small {
  width: 19%;
}

.monthly-subscription .cv .js-click {
  position: relative;
}

.monthly-subscription .cv .js-click:hover .js-open {
  display: block;
}

.monthly-subscription .cv .js-open {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
  -webkit-transition: 3s;
  transition: 3s;
}

.monthly-subscription .cv .btn {
  display: inline-block;
  color: #fff;
  background-color: #1d3a64;
  line-height: 1;
  height: 80px;
  width: 100%;
  padding: 28px 10px;
  text-align: center;
  border: 2px solid transparent;
}

.monthly-subscription .cv .btn.btn-download {
  padding-top: 18px;
}

.monthly-subscription .cv .btn span {
  display: block;
  margin-top: 5px;
}

.monthly-subscription .cv .btn:hover {
  color: #1d3a64;
  background-color: #fff;
  border-color: #1d3a64;
}

.monthly-subscription .link-onlineshop:hover {
  text-decoration: underline;
}
