@charset "utf-8";
/*
Theme Name: ok-sky
Theme URI: /wp-content/themes/ok-sky
Author: solairo
Author URI: http://www.solairo.co.jp/
Description: ok-sky theme for Wordpress
Version: 1.0.0
License:
*/

/* Last Up Date: 2018/12/20 */

/* =================================
Reset
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

blockquote {
 	background-color: whitesmoke;
	padding:20px 15px 30px 15px;
	font-style:italic;
	border-radius:8px;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  cursor: pointer;
}
:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =================================
Base
================================= */
html {
  font-size: 62.5%;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.9;
  }
  input, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
  }
}
/* Link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: .7;
}
a[target="_blank"] {
  padding-right: 20px;
  background: url("/mag-sub/mag/wp-content/themes/mag-sorairo/img/common/icon_new_window.png") no-repeat right center;
  background-size: 12px 12px;
}
.link-text_pattern01 {
  color: #262626;
}
.link-text_pattern01:hover {
  color: #656565;
}
.link-text_pattern02 {
  color: #3e5d95;
}
.link-text_pattern03 {
  color: #3e5d95;
  font-weight: bold;
}
.link-detail {
  color: #1849a4;
}
.link-text_has-arrow {
  padding-right: 14px;
  background: url("/mag-sub/mag/wp-content/themes/mag-sorairo/img/common/arrow_text_link.png") no-repeat right center;
}

/* btn */
.btn_base {
  display: block;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
.btn_base:hover {
  text-decoration: none;
}
.btn_main {
  color: #fff;
  background: #ff9d3c;
}
.btn_main:hover {
  background: #ff850c;
}
.btn_main-flip {
  color: #ca5c0b;
  background: #fff;
}
.btn_main-flip:hover {
  color: #262626;
}
.btn_sub {
  color: #2e6ce0;
  background: #fff;
  border: 2px solid #2157bb;
}
.btn_sub:hover {
  background: #ecf9ff;
}

/* category */
.category-lists>li {
  margin-top: 10px;
}

/* tag */
.tag-lists {
  display: flex;
  flex-wrap: wrap;
}
.tag-lists>li {
  margin: 10px 5px 0 0;
}
.tag-lists>li>a {
  display: inline-block;
  padding: 5px 15px;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  color: #262626;
  font-size: 1.1rem;
}
.tag-lists>li>a:hover {
  background: #fff;
  border-color: #e3e3e3;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

/* common
---------------------------------------------------------- */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper {
  width: 100%;
}
.inner {
  max-width: 1160px;
  margin: 0 auto;
}
/* ページ上部へ戻るボタン */
.return_top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  -webkit-transform: translate3d(0,120%,0);
  transform: translate3d(0,120%,0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.return_top.active {
  -webkit-transform: translate3d(0px,-20px,0);
  transform:  translate3d(0px,-20px,0);
}
.return_top a {
  display: block;
  height: 64px;
  width: 64px;
  text-decoration: none;
  background: rgba(0,0,0,.2);
  border-radius: 50%;
  z-index: 100;
}
.return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.return_top a:before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 22px;
  width: 22px;
  height: 22px;
  /*background: url("https://mag.ok-sky.jp/mag/wp-content/themes/mag-sorairo/img/arrow_btn_return_top.png") no-repeat center center;*/
  background-size: contain;
}
.only-sp {
  display: none !important;
}

/* text */
.text-marker {
  background: linear-gradient(transparent 0%, #f8e71c 0%);
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding: 44px 0 0;
  }
  .scroll-prevent {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .return_top {
    right: 15px;
  }
  .return_top a {
    height: 60px;
    width: 60px;
  }
  .return_top a:before {
    top: 19px;
    left: 20px;
  }
}


/* header
---------------------------------------------------------- */
.l-header {
  width: 100%;
  padding: 23px 0;
  background: #fff;
}
.l-header .inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
}
.l-header .header_logo {
  line-height: 1;
}
.l-header .header_logo img {
  width: 200px;
}
.btn_spMenu {
  display: none;
}
.headerNav {
  margin-left: auto;
}
.headerNav_list {
  display: flex;
  align-items: center;
  line-height: 1;
}
.headerNav_list>li {
  position: relative;
  margin-left: 10px;
}
.headerNav_list>li:first-child {
  margin-left: 0;
}
.headerNav_list>li.link-text a,
.headerNav_list>li.link-text span {
  padding: 10px;
  color: #262626;
  font-size: 1.2rem;
  cursor: pointer;
}
.headerNav_list>li.link-text>a,
.headerNav_list>li.link-text>span {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  font-weight: bold;
}
.headerNav_list>li.link-text.is-active>a,
.headerNav_list>li.link-text.is-active>span
.headerNav_list>li.link-text>a:hover,
.headerNav_list>li.link-text>span:hover {
  background: #f0f0f0;
  text-decoration: none;
}
.headerNav_list>li.btn-inquiry {
  margin-left: 40px;
}
.headerNav_list>li.btn-inquiry a {
  display: block;
  padding: 10px 15px;
  background: #ff9d3c;
  border-radius: 4px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
}
.headerNav_list>li.btn-inquiry a:hover {
  background: #ff850c;
  text-decoration: none;
}
.headerNav_list>li.current:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 4px;
  background: #ff9d3c;
  transform: translateX(-50%);
}
.headerNav_subList {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .08);
}
.headerNav_subList>li {
  white-space: nowrap;
}
.headerNav_subList>li>a {
  display: block;
  padding: 10px;
  background: #fff;
}
.headerNav_subList>li>a:hover {
  background: rgba(74,144,226,.15);
  font-weight: bold;
  text-decoration: none;
}
.headerNav_subList>li>a[target="_blank"]:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url("/mag-sub/mag/wp-content/themes/mag-sorairo/img/common/icon_new_window.png") no-repeat 0 0;
  background-size: contain;
  vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0;
  }
  .l-header .inner {
    display: block;
    padding: 10px;
  }
  .l-header .header_logo img {
    width: 109px;
    max-width: 109px;
  }
  .btn_spMenu {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
  }
  .btn_spMenu span {
    position: absolute;
    right: 5px;
    width: 14px;
    height: 2px;
    background-color: #262626;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn_spMenu span:nth-child(1) { top: 6px; }
  .btn_spMenu span:nth-child(2) { top: 11px; }
  .btn_spMenu span:nth-child(3) { bottom: 6px; }
  .btn_spMenu.active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .btn_spMenu.active span:nth-child(2) { display: none; }
  .btn_spMenu.active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  .headerNav {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    height: calc(100vh - 44px);
    padding-bottom: 20px;
    overflow: auto;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
  }
  .headerNav.active {
    visibility: visible;
    opacity: 1;
  }
  .headerNav_list {
    display: block;
    background: #fff;
  }
  .headerNav_list>li {
    margin-left: 0;
  }
  .headerNav_list>li+li {
    border-top: 1px solid #f6f6f6;
  }
  .headerNav_list>li.link-text a,
  .headerNav_list>li.link-text span {
    display: block;
    padding: 20px 10px;
  }
  .headerNav_list>li.link-text>a,
  .headerNav_list>li.link-text>span {
    position: relative;
    border-radius: 0;
  }
  .headerNav_list>li.link-text.is-active>a,
  .headerNav_list>li.link-text.is-active>span
  .headerNav_list>li.link-text>a:hover,
  .headerNav_list>li.link-text>span:hover {
    background: none;
  }
  .headerNav_list>li.link-text>span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 11px;
    height: 7px;
    background: url("/mag-sub/mag/wp-content/themes/mag-sorairo/img/common/arrow_headerNav_toggle_sp.png") no-repeat left bottom;
    transform: translateY(-50%);
  }
  .headerNav_list>li.link-text>span.is-active:after {
    background-position: left top;
  }
  .headerNav_list>li.btn-inquiry {
    margin-left: 0;
    padding: 20px 10px;
  }
  .headerNav_list>li.btn-inquiry a {
    display: block;
    width: 56.25%;
    margin: 0 auto;
    padding: 14px;
    font-size: 1.0rem;
  }
  .headerNav_list>li.current:after {
    display: none;
  }
  .headerNav_subList {
    position: static;
    min-width: 100%;
    background: #fdfdfd;
    border-top: 1px solid #f6f6f6;
    border-radius: 0;
    box-shadow: none;
  }
  .headerNav_subList>li>a {
    padding: 20px 10px;
  }
  .headerNav_subList>li>a:hover {
    background: none;
    opacity: 1;
    text-decoration: none;
  }
/*  .l-header.header-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    animation: slideDown 0.5s ease;
  }
  @keyframes slideDown {
    0% { top: -50px; }
    100% { top: 0px; }
  }*/
}

/* footer
---------------------------------------------------------- */
.l-footer {
  padding: 50px 0;
  border-top: 1px solid #d8d8d8;
}
.footerNav {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.footerNav_column {
  width: 25%;
}
.footerNav_list-wrap {
  display: flex;
}
.footerNav_list dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.9;
}
.footerNav_list dt+dt {
  margin-top: 5px;
}
.footerNav_list dd li {
  margin-top: 5px;
}
.footerNav_list dd li:before {
  display: inline-block;
  content: "-";
  margin-right: 10px;
}
.footerNav_list li+li {
  margin-top: 5px;
}
.footerNav_list li {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.9;
}
.footer_inquiry>.btn_base {
  max-width: 180px;
  margin: 0 auto;
}
.footerNav_subList {
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 30px auto 20px;
  padding: 18px 0 0;
  border-top: 1px solid #d8d8d8;
}
.footerNav_subList li+li {
  margin-left: 40px;
}
.footerNav_subList li {
  font-size: 1.2rem;
}
.copyright {
  color: #8b8b8b;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 10px;
  }
  .footerNav {
    flex-wrap: wrap;
  }
  .footerNav_column {
    width: 50%;
    padding: 0 10px;
  }
  .column1 {
    order: 1;
  }
  .column2 {
    order: 3;
  }
  .column3 {
    order: 2;
  }
  .column4 {
    order: 4;
  }
  .footerNav_column.column2 {
    padding-top: 30px;
  }
  .footerNav_column.column4 {
    width: 100%;
  }
  .footerNav_list dt {
    font-size: 1.1rem;
  }
  .footerNav_list dt+dt {
    margin-top: 15px;
  }
  .footerNav_list dd li {
    position: relative;
    margin-top: 15px;
    padding-left: 15px;
  }
  .footerNav_list dd li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "-";
    margin-right: 0;
  }
  .footerNav_list li+li {
    margin-top: 15px;
  }
  .footerNav_list li {
    font-size: 1.1rem;
  }
  .footer_inquiry {
    padding-top: 30px;
  }
  .footer_inquiry>.btn_base {
    max-width: 60%;
    margin: 0 auto;
  }
  .footerNav_subList {
    display: block;
    margin: 30px 0;
    padding: 30px 10px 0;
  }
  .footerNav_subList li+li {
    margin: 10px 0 0;
  }
  .copyright {
    font-size: 1rem;
  }
}

/* contents
---------------------------------------------------------- */
/* パンくずリンク */
.breadcrumb {
  line-height: 60px;
  overflow: hidden;
}
.breadcrumb ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb li {
  position: relative;
  font-size: 1.0rem;
}
.breadcrumb li+li {
  margin: 0 0 0 24px;
}
.breadcrumb li+li:before {
  display: block;
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 4px;
  height: 7px;
  margin-top: -3px;
  background: url("/mag-sub/mag/wp-content/themes/mag-sorairo/img/common/arrow_breadcrumb.png") no-repeat 0 0;
}
.breadcrumb li a {
  color: #353535;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/* title */
.page-title,
.sec-title_level1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sec-title_level2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sec-title_level3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
/* archive title */
.page-title_archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
  border-top: 1px solid #e5e5e5;
}
.page-title_archive .sub-title {
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-title,
  .sec-title_level1 {
    font-size: 2.0rem;
  }
  .sec-title_level2 {
    font-size: 1.6rem;
  }
  .page-title_archive {
    padding: 30px 0 0;
    border-top: none;
  }
}

/* sec conversion */
.sec-conversion {
  max-width: 960px;
  margin: 70px auto;
  padding: 30px 60px;
  background: linear-gradient(114deg, #f57b23, #ff9d3c);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.sec-conversion.flex {
  display: flex;
  align-items: center;
}
.flex .conversion_read_wrap {
  padding-right: 60px;
}
.conversion_title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.flex .conversion_title {
  text-align: left;
}
.conversion_read {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.flex .conversion_read {
  text-align: left;
}
.btn_conversin_inquiry {
  max-width: 320px;
  margin: 25px auto;
}
.flex .btn_conversin_inquiry {
  width: 208px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-conversion {
    margin: 40px 10px;
    padding: 40px 20px;
  }
  .sec-conversion.flex {
    display: block;
  }
  .flex .conversion_read_wrap {
    padding-right: 0;
  }
  .conversion_title {
    font-size: 1.6rem;
    text-align: center;
  }
  .flex .conversion_title {
    text-align: center;
  }
  .flex .conversion_read {
    text-align: center;
  }
  .btn_conversin_inquiry,
  .flex .btn_conversin_inquiry {
    width: 87.3%;
    margin: 40px auto 0;
  }
}

/* lower */
.lower_content {}
.title_lower {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 323px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.title_lower_wrap {
  color: #fff;
  text-align: center;
}
.title_lower_wrap h1 {
  margin-bottom: 20px;
}
.title_lower_wrap .catch {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

/* page anchor */
.page-anchor_lists {
  display: table;
  table-layout: fixed;
  margin: 40px auto 0;
}
.page-anchor_lists li {
  display: table-cell;
  border-left: 1px solid #d8d8d8;
  text-align: center;
}
.page-anchor_lists li:last-child {
  border-right: 1px solid #d8d8d8;
}
.page-anchor_lists li a {
  display: inline-block;
  min-width: 200px;
  color: #2157bb;
  font-size: 1.3rem;
  line-height: 1;
}
.page-anchor_lists li a:after {
  display: block;
  content: url("/mag-sub/mag/wp-content/themes/mag-sorairo/img/common/arrow_page-anchor.png");
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .page-anchor_lists {
    table-layout: auto;
    margin: 30px auto 0;
  }
  .page-anchor_lists li {
    border-left: none;
  }
  .page-anchor_lists li:last-child {
    border-right: none;
  }
  .page-anchor_lists li a {
    min-width: auto;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}

/* 404 */
.error404 .page-title {
  color: #262626;
}