@charset "UTF-8";
/*
	Theme Name: セレクトチョイス
	Template: diver
	Description:  セレクトチョイス用子テーマ
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/* カスタマイズする場合にはこれより下に追記してください  */
/*
	Theme Name: セレクトチョイス
	Template: diver
	Description:  セレクトチョイス用子テーマ
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
/* カスタマイズする場合にはこれより下に追記してください  */
html body {
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", FontAwesome, sans-serif;
  background: #fff;
}

/* 固定ヘッダー */
.header-wrap {
  box-shadow: none;
}
@media (min-width: 768px) {
  body.home:not(.paged) .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-bottom: none;
  }
}

#logo {
  padding: 15px 0;
}
@media (min-width: 768px) {
  #logo {
    padding: 20px 0;
  }
}
@media (max-width: 959px) {
  #logo {
    margin: 0 auto 0 0;
    text-align: inherit;
  }
}
#logo a {
  width: 140px;
  height: 40px;
}
@media (min-width: 768px) {
  #logo a {
    width: 170px;
    height: 50px;
  }
  body.home:not(.paged) #logo a {
    background: url(images/logo.png) no-repeat left center/contain;
  }
  body.home:not(.paged) #logo a img {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #logo a {
    width: 200px;
    height: 60px;
  }
}
#logo img {
  height: auto;
  padding: 0;
  margin: 0;
}

@media (max-width: 959px) {
  .nav_inleft {
    display: inherit;
  }
}

body .header-wrap .header-logo {
  width: 96%;
  max-width: 1200px;
}
@media (min-width: 1200px) {
  body.home:not(.paged) body .header-wrap .header-logo {
    padding-top: 10px;
  }
}

#header {
  position: relative;
}

body #bigfooter,
body #footer {
  background: #001f55;
  color: #fff;
}
body #bigfooter a,
body #footer a {
  color: #ade3e7;
}
body #bigfooter a:hover,
body #footer a:hover {
  color: #f6ff7f;
}

.footer_title {
  background: transparent;
  color: #fff;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0;
  font-size: 14px;
}

#bigfooter .widget {
  font-size: 12px;
  border: none;
  box-shadow: none;
}
#bigfooter .widget a {
  padding: 0;
}
#bigfooter .widget ul:first-of-type {
  margin: 0;
}
#bigfooter .widget ul:first-of-type > li {
  border-bottom: 1px solid #2d939b;
  font-weight: bold;
  padding: 10px 0;
}
#bigfooter .widget ul:first-of-type > li:last-child {
  border-bottom: none;
}

body #footer {
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
}
body #footer .footer_navi {
  display: block;
  margin-bottom: 10px;
}
body #footer #copyright {
  float: none;
  color: #ade3e7;
}

/* メインビジュアル */
.sc-mainVisual {
  margin-bottom: 30px;
}
@media (max-width: 414px) {
  .sc-mainVisual {
    background: url(images/mv-bg-square.jpg) no-repeat top center/cover;
    padding-top: 100%;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .sc-mainVisual {
    background: url(images/mv-bg-horizontal.jpg) no-repeat top center/cover;
    padding-top: 50%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .sc-mainVisual {
    background: url(images/mv-bg-horizontal.jpg) no-repeat top center/cover;
    height: 500px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .sc-mainVisual {
    height: 600px;
  }
}

.sc-mainVisual__inner {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 414px) {
  .sc-mainVisual__inner {
    position: absolute;
    bottom: 3%;
    left: 3%;
    text-shadow: 0 0 10px rgba(34, 59, 102, 0.8);
  }
}
@media (min-width: 415px) {
  .sc-mainVisual__inner {
    background: rgba(0, 31, 85, 0.9);
    position: absolute;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .sc-mainVisual__inner {
    bottom: 8%;
    right: 3%;
    padding: 3% 4%;
  }
}
@media (min-width: 768px) {
  .sc-mainVisual__inner {
    top: 170px;
    right: 0;
    padding: 30px 80px 30px 20px;
  }
}
@media (min-width: 960px) {
  .sc-mainVisual__inner {
    width: 50%;
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .sc-mainVisual__inner {
    top: 200px;
  }
}

.sc-mainVisual__copy {
  line-height: 1;
}
@media (max-width: 414px) {
  .sc-mainVisual__copy {
    font-size: 6vw;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .sc-mainVisual__copy {
    font-size: 3.8vw;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 768px) {
  .sc-mainVisual__copy {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .sc-mainVisual__copy {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.sc-mainVisual__text {
  line-height: 1.25;
}
@media (max-width: 414px) {
  .sc-mainVisual__text {
    font-size: 4vw;
  }
}
@media (min-width: 415px) and (max-width: 767px) {
  .sc-mainVisual__text {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  .sc-mainVisual__text {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .sc-mainVisual__text {
    font-size: 24px;
  }
}

/* 検索窓 */
.sc-searchBox {
  position: absolute;
  top: 0;
  width: 0%;
  background: #fff;
  right: 0;
  overflow: hidden;
  transition: all 250ms ease-out;
  z-index: 2;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .sc-searchBox {
    padding: 25px 0;
    width: 300px;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .sc-searchBox {
    padding: 30px 0;
  }
}
.sc-activeSearchBox .sc-searchBox {
  width: 100%;
}

.sc-searchBox form {
  display: block;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  position: relative;
  transition: all 250ms ease-out;
  background: #eeeeee;
}
@media (min-width: 768px) {
  .sc-searchBox form {
    display: block;
  }
  body.home:not(.paged) .sc-searchBox form {
    background: rgba(255, 255, 255, 0.8);
  }
  body.home:not(.paged) .sc-searchBox form:hover {
    background: #fff;
  }
}

input[type=text].sc-searchBox__input {
  border: none;
  background: transparent;
  width: calc(100% - 50px);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  height: 40px;
  padding: 0 0 0 20px;
}
input[type=text].sc-searchBox__input:focus {
  box-shadow: none;
  border: none;
}

button.sc-searchBox__submit {
  border: none;
  background: transparent;
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #001f55;
  outline: none;
  transition: all 250ms ease-out;
}
button.sc-searchBox__submit:hover {
  text-shadow: none;
  color: #2d939b;
}

.sc-searchSwitch {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 0 25px 0 0;
  top: -2px;
  color: #001f55;
}
@media (min-width: 768px) {
  .sc-searchSwitch {
    display: none;
  }
}

/* 投稿ページ */
#main-wrap {
  margin: 0 auto;
}
@media (min-width: 960px) {
  #main-wrap {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  #main-wrap {
    padding: 0;
  }
}

body .hentry {
  box-shadow: none;
}

body .single-post-main {
  padding: 0 20px;
}
@media (min-width: 960px) {
  body .single-post-main {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body .single-post-main {
    padding: 0 10px;
  }
}

.sns a.facebook {
  background: transparent;
  color: #3b5998;
}

.sns a.twitter {
  background: transparent;
  color: #00acee;
}

.sns a.hatebu {
  background: transparent;
  color: #5d8ac1;
}

.sns a.line {
  background: transparent;
  color: #25af00;
}

.hentry .post-meta-bottom {
  float: none;
  text-align: right;
}

/* パンくず */
body #breadcrumb {
  box-shadow: none;
  background: #eee;
  margin: 0;
}
@media (min-width: 960px) {
  body #breadcrumb {
    margin-bottom: 20px;
  }
}

/* タイトル */
.hentry .cat-tag {
  text-align: center;
}

.hentry .single-post-category {
  background: transparent;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.hentry .single-post-category a {
  display: inline-block;
  color: #2d939b;
  border: 1px solid #2d939b;
  padding: 2px 4px;
}

h1.single-post-title,
.page_title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #001f55;
  border: none;
}
@media (min-width: 768px) {
  h1.single-post-title,
.page_title {
    font-size: 26px;
  }
}

h1.single-post-title span,
.page_title span {
  background: linear-gradient(transparent 70%, #f6ff7f 70%);
}

.single_thumbnail {
  margin: 0 0 30px;
}

/* コンテンツ */
body .content {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
body .content h2 {
  color: #fff;
  padding: 20px 15px;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.2;
  background: #001f55;
  background: linear-gradient(to right, #001f55 0%, #002e7e 100%);
  position: relative;
  z-index: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  body .content h2 {
    font-size: 28px;
    padding: 20px;
  }
}
body .content h2::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
  background: url(images/logomark_font.svg) no-repeat right bottom/contain;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 768px) {
  body .content h2::before {
    width: 100px;
  }
}
body .content h3 {
  background: transparent;
  color: #001f55;
  padding: 0 0 10px;
  margin: 0 0 30px;
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 2px solid #001f55;
}
body .content h4 {
  background: transparent;
  color: #2d939b;
  padding: 0 0 5px;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 2px dotted #2d939b;
}
body .content p {
  padding: 0;
  margin: 30px 0;
}
body .content table {
  margin: 30px 0;
}
body .content table th {
  background: #2d939b;
  color: #fff;
  border: 1px solid #278087;
}
body .content table td {
  border: 1px solid #278087;
}
body .content ul {
  padding: 0;
  margin: 30px 0;
}
body .content ul li {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 15px;
}
body .content ul li:last-child {
  margin: 0;
}
body .content ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #2d939b;
  left: 5px;
  top: 5px;
}
body .content ol {
  padding: 0;
  margin: 30px 0;
  counter-reset: list_num;
}
body .content ol li {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 15px;
}
body .content ol li:last-child {
  margin: 0;
}
body .content ol li::before {
  counter-increment: list_num;
  content: counter(list_num) ".";
  display: block;
  position: absolute;
  color: #fff;
  background: #2d939b;
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}
body .content ol li:nth-child(n+10) {
  padding: 0 0 0 30px;
}
body .content ol li:nth-child(n+10)::before {
  width: 24px;
}

.content .voice p {
  margin: 0;
}
.content .voice .icon img {
  border: none;
  border-radius: 0;
  width: 90px;
  height: 90px;
}
.content .voice .text.sc_balloon {
  border: none;
  background: #d7ffea;
  padding: 15px;
  color: #098443;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
}
.content .voice.left .text.sc_balloon {
  border-radius: 10px;
}
.content .voice.left .text.sc_balloon::before {
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 14px 6px 0;
  border-color: transparent #d7ffea transparent transparent;
  left: -14px;
  margin-top: -6px;
}
.content .voice.left .text.sc_balloon::after {
  display: none;
}
.content .voice.right .text.sc_balloon {
  border-radius: 10px;
}
.content .voice.right .text.sc_balloon::before {
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 14px;
  border-color: transparent transparent transparent #d7ffea;
  right: -14px;
  margin-top: -6px;
}
.content .voice.right .text.sc_balloon::after {
  display: none;
}

body .content .sc_frame_wrap.blue .sc_frame_title {
  background-color: #2d939b;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 20px;
}
body .content .sc_frame_wrap.blue .sc_frame {
  border-color: #2d939b;
  border-width: 0 4px 4px;
  border-radius: 0;
  background: #f4fbfc;
  font-weight: bold;
}
body .content .sc_frame_wrap.blue ul {
  padding: 0;
  margin: 0;
}
body .content .sc_frame_wrap.blue ul li {
  font-size: 18px;
}
body .content .sc_frame_wrap.blue ul li::before {
  width: 8px;
  height: 8px;
  left: 0;
}
body .content .sc_frame_wrap.blue ol {
  padding: 0;
  margin: 0;
}
body .content .sc_frame_wrap.blue ol li {
  font-size: 18px;
}
body .content .sc_frame_wrap.blue ol li::before {
  font-size: 16px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
body .content .sc_frame_wrap.blue ol li:nth-child(n+10) {
  padding: 0 0 0 35px;
}
body .content .sc_frame_wrap.blue ol li:nth-child(n+10)::before {
  width: 30px;
}

.aside-normal,
.aside-warning {
  position: relative;
  background: transparent;
  font-weight: bold;
  text-indent: -1em;
  padding: 20px 20px 15px;
}
.aside-normal span,
.aside-warning span {
  position: absolute;
  text-align: center;
  border-radius: 20px;
  padding: 3px 18px;
  top: -15px;
  left: 5px;
  font-size: 14px;
  line-height: 20px;
  text-indent: 0;
  border: 2px solid;
}
.aside-normal span i,
.aside-warning span i {
  display: none;
}
.aside-normal span::before,
.aside-warning span::before {
  font-family: FontAwesome;
  margin-right: 5px;
}

.aside-normal {
  border: 2px solid #2d939b;
  color: #2d939b;
}
.aside-normal span {
  background: #e4f6f7;
  border-color: #2d939b;
}
.aside-normal span::before {
  content: "";
}
.aside-normal span::after {
  content: "ポイント";
}

.aside-warning {
  border: 2px solid #e00b2f;
  color: #e00b2f;
}
.aside-warning span {
  background: #fff6f7;
  border-color: #e00b2f;
}
.aside-warning span::before {
  content: "";
}
.aside-warning span::after {
  content: "注意点";
}

#toc_container {
  background: #f3f3f3;
  padding: 15px 15px 30px;
  margin: 0 0 30px;
  border-radius: 10px;
}
#toc_container .toc_title {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #001f55;
}
#toc_container ul.toc_list {
  font-weight: bold;
  margin: 0;
}
#toc_container ul.toc_list a {
  color: #000;
}

#sidebar .widgettitle {
  background: transparent;
  color: #333;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0;
  font-size: 18px;
}
#sidebar .widget {
  font-size: 14px;
}
#sidebar .widget:not(.widget_search) {
  border: none;
  box-shadow: none;
}
#sidebar .widget:not(.widget_search) a {
  color: #555;
  padding: 0;
}
#sidebar .widget:not(.widget_search) a:hover {
  color: #001f55;
}
#sidebar .widget > ul:first-of-type {
  margin: 0;
}
#sidebar .widget > ul:first-of-type > li {
  border-bottom: 1px dotted #001f55;
  font-weight: bold;
  padding: 10px 0;
}
#sidebar .widget > ul:first-of-type > li:last-child {
  border-bottom: none;
}

/* コンバージョンボタン */
.sc-button {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}
.content .sc-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #001f55;
  color: #fff;
  padding: 20px;
  min-width: 60%;
  font-weight: bold;
  box-shadow: 0 2px 4px #ddd, inset 0 10px 20px rgba(255, 255, 255, 0.4);
  position: relative;
  font-size: 24px;
  line-height: 1.1;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .content .sc-button__link {
    font-size: 28px;
  }
}
.content .sc-button__link:hover {
  color: #fff;
}
.sc-button--cv .sc-button__link {
  -webkit-animation: btnMove linear 3s infinite;
          animation: btnMove linear 3s infinite;
  background: #ea4a0c;
  box-shadow: 0 2px 4px #ddd, inset 0 10px 20px #ffba3c;
}
.sc-button--cv .sc-button__link:hover {
  background: #f64500;
  box-shadow: 0 2px 8px #999, inset 0 10px 20px #ffd17d;
}
.sc-button--jump .sc-button__link {
  background: #2d939b;
  box-shadow: 0 2px 4px #ddd, inset 0 10px 20px #14dae8;
}
.sc-button--jump .sc-button__link:hover {
  background: #19a4af;
  box-shadow: 0 2px 8px #999, inset 0 10px 20px #14dae8;
}
.sc-button__subTitle {
  display: inline-block;
  font-size: 60%;
  border-bottom: 1px solid #f6ff7f;
  color: #f6ff7f;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

/* キーフレームアニメーション */
@-webkit-keyframes btnMove {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(4px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(4px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes btnMove {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(4px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(4px);
  }
  20% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */