@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
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-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: "YuGothic M";
  src: local(YuGothic-Medium), local(Yu Gothic Medium), local(YuGothic-Regular);
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    height: 100%;
  }
}

h1, h2, h3, h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4 {
    font-size: 1.4rem;
  }
}

table {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  color: #034ea2;
}

small {
  font-size: 0.8em;
}

img {
  vertical-align: bottom;
}

input, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #c1c1c1;
  padding: 0 10px;
  height: 2.5em;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

textarea {
  border: 1px solid #c1c1c1;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  top: -.1em;
}

select {
  border: 1px solid #c1c1c1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 60px 10px 10px;
  background-image: url(../images/icon-select.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: auto 12px;
  background-color: #808080;
  outline: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.headerGlobal {
  position: relative;
  height: 99px;
}

@media all and (min-width: 768px) {
  .headerGlobal {
    height: 139px;
    min-width: 1200px;
  }
}

.headerGlobal-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.headerGlobal-top {
  background-color: #f7f7f7;
  overflow: hidden;
  max-height: 40px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  position: relative;
}

.headerGlobal-small .headerGlobal-top {
  max-height: 0;
}

.headerGlobal-account {
  text-align: right;
}

@media all and (min-width: 768px) {
  .headerGlobal-account {
    margin-right: 30px;
  }
}

.headerGlobal-account li {
  display: inline-block;
}

.headerGlobal-account a {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .headerGlobal-account a:hover {
    opacity: 0.6;
  }
}

.headerGlobal-language {
  position: absolute;
  left: 5px;
  top: 6px;
}

@media all and (min-width: 768px) {
  .headerGlobal-language {
    left: 40px;
    top: 4px;
  }
}

.headerGlobal-language li {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.headerGlobal-language a {
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  letter-spacing: .1em;
  padding: 8px 14px 6px 16px;
  color: #000000;
  border-radius: 20px;
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .headerGlobal-language a {
    font-size: 1.6rem;
  }
}

.headerGlobal-language a.current {
  background-color: #dcdcdc;
  font-weight: 700;
}

.headerGlobal-main {
  position: relative;
}

.headerGlobal-main-nav {
  position: absolute;
  left: 10px;
  top: 7px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .headerGlobal-main-nav {
    left: 40px;
    top: 4px;
  }
}

@media all and (min-width: 768px) {
  .headerGlobal-main-nav:hover {
    opacity: 0.8;
  }
}

.headerGlobal-main-nav img {
  width: 30px;
}

@media all and (min-width: 768px) {
  .headerGlobal-main-nav img {
    width: 34px;
  }
}

.headerGlobal-main-logo {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (min-width: 768px) {
  .headerGlobal-main-logo {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.headerGlobal-main-logo img {
  width: 190px;
}

.headerGlobal-small .headerGlobal-main-logo {
  margin-top: 10px;
  padding-bottom: 10px;
}

@media all and (min-width: 768px) {
  .headerGlobal-small .headerGlobal-main-logo {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

.headerGlobal-main-search {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .headerGlobal-main-search {
    right: 40px;
    top: 4px;
  }
}

@media all and (min-width: 768px) {
  .headerGlobal-main-search:hover {
    opacity: 0.8;
  }
}

.headerGlobal-main-search img {
  width: 30px;
  height: 30px;
}

@media all and (min-width: 768px) {
  .headerGlobal-main-search img {
    width: 34px;
    height: 34px;
  }
}

.headerGlobal-main-search .headerGlobal-main-search-hide {
  display: none;
}

.headerGlobal-main-search.show .headerGlobal-main-search-hide {
  display: block;
}

.headerGlobal-main-search.show .headerGlobal-main-search-show {
  display: none;
}

.headerGlobal-searchpanel {
  background-color: #f2f2f2;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 11;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.headerGlobal-searchpanel.show {
  max-height: 400px;
}

.headerGlobal-searchpanel .wrapper {
  padding: 20px 10px;
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel .wrapper {
    padding: 35px 0;
  }
}

.headerGlobal-searchpanel .headerGlobal-searchpanel-freeword {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel .headerGlobal-searchpanel-freeword {
    width: 760px;
  }
}

.headerGlobal-searchpanel .headerGlobal-searchpanel-freeword input {
  border: none;
  padding: 15px;
  height: 3em;
  width: calc(100% - 60px);
  vertical-align: middle;
  margin-right: 20px;
}

.headerGlobal-searchpanel .headerGlobal-searchpanel-freeword button {
  vertical-align: middle;
}

.headerGlobal-searchpanel h2 {
  color: #000;
  font-size: 1.4rem;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel h2 {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel .tags {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.headerGlobal-searchpanel .tags div {
  margin-top: 5px;
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel .tags div {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.headerGlobal-searchpanel .tags h3 {
  color: #6e6e6e;
  width: 9em;
}

.headerGlobal-searchpanel .tags ul li {
  margin: 0 5px 5px 0px;
  display: inline-block;
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel .tags ul li {
    margin: 0 10px 5px 0px;
  }
}

.headerGlobal-searchpanel .tags ul a {
  display: block;
  color: #6e6e6e;
  white-space: nowrap;
  font-size: 1.3rem;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .headerGlobal-searchpanel .tags ul a {
    font-size: 1.6rem;
  }
}

.headerGlobal-searchpanel .tags ul a:hover {
  opacity: 0.7;
}

.navGlobal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}

.navGlobal-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.navGlobal-inner {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  min-width: 80%;
}

@media all and (min-width: 768px) {
  .navGlobal-inner {
    min-width: 30%;
  }
}

.navGlobal-close {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .navGlobal-close {
    margin-bottom: 40px;
  }
}

.navGlobal-close img {
  width: 30px;
  cursor: pointer;
}

.navGlobal-list {
  background-color: #fff;
  position: relative;
  padding: 15px 10px 15px 10px;
}

@media all and (min-width: 768px) {
  .navGlobal-list {
    padding: 75px 40px 45px 40px;
  }
}

.navGlobal-small .navGlobal-list {
  padding-top: 15px;
}

@media all and (min-width: 768px) {
  .navGlobal-small .navGlobal-list {
    padding-top: 20px;
  }
}

.navGlobal-list.navGlobal-list-sub {
  background-color: #eeeeee;
}

.navGlobal-list.navGlobal-list-sub a {
  font-size: 1.4rem;
}

@media all and (min-width: 768px) {
  .navGlobal-list.navGlobal-list-sub a {
    font-size: 1.6rem;
  }
}

.navGlobal-list a {
  color: #000;
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
}

@media all and (min-width: 768px) {
  .navGlobal-list a {
    font-size: 2rem;
  }
}

.navGlobal-list a:hover {
  text-decoration: underline;
}

.navGlobal-list li {
  text-align: center;
  margin-top: 10px;
}

.navGlobal-list li:first-child {
  margin-top: 0;
}

@media all and (min-width: 768px) {
  .footerGlobal {
    min-width: 1200px;
  }
}

.footerGlobal .pagetop {
  background-color: #353535;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

@media all and (min-width: 768px) {
  .footerGlobal .pagetop:hover {
    background-color: #275ba9;
  }
}

.footerGlobal .pagetop img {
  width: 30px;
}

.footerGlobal .footerGlobal-cr {
  background-color: #000000;
  text-align: center;
  padding: 20px 0;
}

@media all and (min-width: 768px) {
  .footerGlobal .footerGlobal-cr {
    padding: 40px 0;
  }
}

.footerGlobal .footerGlobal-cr img {
  width: 100px;
}

.footerGlobal .footerGlobal-cr p {
  color: #fff;
  margin-top: 10px;
  font-size: 1.2rem;
}

@media all and (min-width: 768px) {
  .footerGlobal .footerGlobal-cr p {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}

@media all and (min-width: 768px) {
  .bottomNav {
    min-width: 1200px;
  }
}

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

.bottomNav li {
  width: 50%;
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.bottomNav li a {
  display: block;
  padding: 30px 0;
  color: #fff;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .bottomNav li a {
    padding: 60px 0;
  }
}

.bottomNav li figure {
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media all and (min-width: 768px) {
  .bottomNav li figure {
    width: 50px;
    height: 50px;
  }
}

.bottomNav li figure img {
  max-width: 100%;
}

.bottomNav li figure img:last-child {
  display: none;
}

.bottomNav li h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .bottomNav li h2 {
    margin-top: 20px;
    font-size: 2.6rem;
  }
}

.bottomNav li p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bottomNav li p {
    font-size: 1.2rem;
  }
}

.bottomNav li:first-child {
  background-color: #ff7f67;
}

@media all and (min-width: 768px) {
  .bottomNav li:first-child:hover {
    background-color: #fff;
  }
  .bottomNav li:first-child:hover p, .bottomNav li:first-child:hover h2 {
    color: #ff7f67;
  }
}

.bottomNav li:last-child {
  background-color: #243552;
}

@media all and (min-width: 768px) {
  .bottomNav li:last-child:hover {
    background-color: #fff;
  }
  .bottomNav li:last-child:hover p, .bottomNav li:last-child:hover h2 {
    color: #243552;
  }
}

@media all and (min-width: 768px) {
  .bottomNav li:hover img:last-child {
    display: inline;
  }
  .bottomNav li:hover img:first-child {
    display: none;
  }
}

.wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media all and (min-width: 768px) {
  .wrapper {
    min-width: 1200px;
  }
}

@media all and (min-width: 768px) {
  .wrapper.wrapper-s {
    max-width: 800px;
    min-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .spPad {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.button {
  border: 1px solid #1456ff;
  color: #1456ff;
  font-size: 1.6rem;
  background-color: #fff;
  padding: 15px 120px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .button {
    padding: 15px 45px;
    font-size: 1.4rem;
  }
}

.button:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-image: url(../images/arrow-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button span {
  position: relative;
  z-index: 1;
}

.button:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1456ff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.button:hover {
  color: #fff;
}

.button:hover:after {
  width: 100%;
}

.button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.button:disabled:hover {
  color: #1456ff;
}

.button:disabled:hover:after {
  width: 0;
}

.button.button-blue {
  background-color: #275ba9;
  color: #fff;
}

.button.button-blue:hover {
  color: #275ba9;
}

.button.button-blue:hover:after {
  width: 100%;
}

.button.button-blue:before {
  background-image: url(../images/arrow-button-w.png);
}

.button.button-blue:after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .button.button-sp-block {
    width: 100%;
  }
}

.button.button-back:before {
  background-image: url(../images/arrow-button-left.png);
  right: inherit;
  left: 10px;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media all and (min-width: 768px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
    min-width: 1200px;
  }
}

.section.section-gray {
  background-color: #f2f2f2;
}

.contentsTitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .contentsTitle {
    font-size: 3.6rem;
  }
}

.contentsTitle + * {
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .contentsTitle + * {
    margin-top: 70px;
  }
}

.sectionTitle {
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media all and (min-width: 768px) {
  .sectionTitle {
    font-size: 2.8rem;
  }
}

.sectionTitle span {
  display: block;
}

.sectionTitle span:first-child {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #1456ff;
  letter-spacing: 0.1em;
}

@media all and (min-width: 768px) {
  .sectionTitle span:first-child {
    font-size: 1.6rem;
  }
}

.sectionTitle span:first-child:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #1456ff;
  display: block;
  margin: 5px auto 10px auto;
}

@media all and (min-width: 768px) {
  .sectionTitle span:first-child:after {
    margin: 5px auto 10px auto;
  }
}

.sectionTitle span:last-child {
  font-size: 2rem;
}

@media all and (min-width: 768px) {
  .sectionTitle span:last-child {
    font-size: 2.8rem;
  }
}

label {
  cursor: pointer;
}

label input[type="checkbox"] {
  display: none;
}

label input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 28px;
  background-image: url(../images/checkbox-off.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  label input[type="checkbox"] + span:before {
    height: 20px;
    width: 22px;
  }
}

label input[type="checkbox"]:checked + span:before {
  background-image: url(../images/checkbox-on.png);
}

.table-form {
  width: 100%;
}

.table-form input[type="text"],
.table-form input[type="email"] {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .table-form th,
  .table-form td {
    display: block;
    font-size: 1.4rem;
  }
}

.table-form th {
  padding-top: 20px;
  padding-right: 40px;
  width: 1em;
  white-space: nowrap;
  font-weight: normal;
}

.table-form td {
  padding-top: 5px;
}

@media all and (min-width: 768px) {
  .table-form td {
    padding-top: 20px;
  }
}

.table-form .input-name {
  width: 30%;
}

.table-form .input-name:first-child {
  margin-right: 10px;
}

.table-form .input-w30 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .table-form .input-w30 {
    width: 30%;
  }
}

.table-form .input-w50 {
  width: 100%;
}

@media all and (min-width: 768px) {
  .table-form .input-w50 {
    width: 50%;
  }
}

.table-form .input-w100 {
  width: 100%;
}

.table-form .required {
  color: #f00;
  margin-left: 5px;
}

.table-form input.error {
  border-color: #f00;
}

.table-form select.error {
  border: 1px solid #f00;
}

.table-form p.error {
  color: #f00;
  margin-top: 5px;
}

.table-form .table-form-note {
  font-size: 1.3rem;
  margin-top: 5px;
}

@media all and (min-width: 768px) {
  .form-register {
    min-height: 600px;
  }
}

.form-register-privacy > div {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  overflow: auto;
  height: 12em;
  margin-top: 5px;
}

.form-register-privacy p {
  font-size: 1.3rem;
  margin-top: 1em;
}

.form-register-privacy p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .formButtons button {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .formButtons button {
    margin: 0 10px;
  }
}

.articles {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .articles {
    margin-top: 50px;
  }
}

.articles ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .articles ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.articles li {
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
  margin-left: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {
  .articles li {
    margin-left: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .articles li {
    border-top: 1px solid #dadada;
    border-top: 1px solid #dadada;
  }
}

@media all and (min-width: 768px) {
  .articles li {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.articles a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
}

@media screen and (max-width: 767px) {
  .articles a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 768px) {
  .articles a:hover svg.circle circle {
    opacity: 1;
    -webkit-animation: circle 1s 1;
    animation: circle 1s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .articles a:hover .over {
    opacity: 1;
  }
  .articles a:hover figure:before {
    opacity: 1;
  }
}

.articles figure {
  display: block;
  position: relative;
  height: 180px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
  .articles figure {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    height: 100px;
    margin: 15px 0 10px 15px;
  }
}

.articles figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  left: -7px;
  top: -7px;
}

@media all and (min-width: 768px) {
  .articles figure:after {
    left: -10px;
    top: -10px;
  }
}

.articles figure:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.articles figure img {
  max-width: 100%;
}

.articles .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.articles .circle circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 0 314;
}

.articles .over {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-top: -0.5em;
  margin-left: 0.2em;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  z-index: 1;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 314;
  }
  99.9%,
  to {
    stroke-dasharray: 314 314;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 314;
  }
  99.9%,
  to {
    stroke-dasharray: 314 314;
  }
}

.articles-info {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .articles-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid #dadada;
    margin-left: 10px;
    padding: 10px 0 10px 20px;
    position: relative;
  }
}

.articles-info time {
  display: block;
  font-size: 1.2rem;
}

@media all and (min-width: 768px) {
  .articles-info time {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

.articles-info h3 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  max-height: 2.8em;
}

@media all and (min-width: 768px) {
  .articles-info h3 {
    font-size: 1.8rem;
  }
}

.articles-info .articles-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .articles-info .articles-writer {
    margin-top: 20px;
  }
}

.articles-info .articles-writer img {
  max-width: 100%;
  border-radius: 50%;
}

.articles-info .articles-writer p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.articles-info .articles-writer div {
  -ms-flex-preferred-size: 35px;
  flex-basis: 35px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .articles-info .articles-writer div {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
  }
}

.articles-info .articles-cat {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #6e6e6e;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: 1;
  position: absolute;
  left: -2px;
  top: 15px;
  font-size: 1.1rem;
}

@media all and (min-width: 768px) {
  .articles-info .articles-cat {
    font-size: 1.4rem;
    left: -2px;
    top: 200px;
  }
}

.ranking {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .ranking {
    margin-top: 50px;
  }
}

.ranking ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  .ranking ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ranking li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  counter-increment: number 1;
}

@media all and (min-width: 768px) {
  .ranking li {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 767px) {
  .ranking li {
    padding: 0 10px;
    border-top: 1px solid #dadada;
  }
}

.ranking a {
  display: block;
  position: relative;
  border-left: 1px solid #dadada;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .ranking a {
    padding-top: 20px;
    min-height: 80px;
  }
}

@media all and (min-width: 768px) {
  .ranking a:hover figure {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}

.ranking figure {
  width: 80px;
  height: 80px;
  margin-left: 25px;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .ranking figure {
    position: absolute;
    right: 5px;
    top: 20px;
  }
}

.ranking figure:before {
  content: counter(number);
  background-color: #e02a51;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  position: absolute;
  right: -10px;
  top: -10px;
  font-weight: bold;
}

.ranking figure img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ranking p {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  overflow: hidden;
  max-height: 4.5em;
}

@media all and (min-width: 768px) {
  .ranking p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .ranking p {
    margin-top: 0px;
    width: calc(100% - 100px);
  }
}

.ranking .ranking-cat {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #6e6e6e;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: 1;
  position: absolute;
  left: -2px;
  top: 10px;
  font-size: 1.1rem;
}

@media all and (min-width: 768px) {
  .ranking .ranking-cat {
    left: -2px;
    top: inherit;
    bottom: 0;
    text-align: right;
    font-size: 1.4rem;
  }
  @supports (-ms-ime-align: auto) {
    .ranking .ranking-cat {
      top: 70px;
      bottom: inherit;
    }
  }
}

.consultants {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .consultants {
    margin-top: 50px;
  }
}

.consultants ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .consultants ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

.consultants li {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .consultants li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 20px 0 0 0;
    text-align: center;
  }
}

.consultants li img {
  max-width: 60px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

@media all and (min-width: 768px) {
  .consultants li img {
    max-width: 100%;
    width: 80px;
  }
}

.consultants li p {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.consultants a {
  display: block;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .consultants a:hover img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}

.listConsultants ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .listConsultants ul {
    margin-top: -40px;
  }
}

.listConsultants li {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  text-align: center;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .listConsultants li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-top: 40px;
  }
}

.listConsultants li a {
  display: block;
  text-decoration: none;
}

.listConsultants li a:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.listConsultants li img {
  max-width: 70%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.listConsultants li p {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .listConsultants li p {
    font-size: 1.6rem;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 70px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border: 1px solid #1456ff;
  line-height: 1;
  padding: 7px 10px;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 5px;
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #1456ff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  background-image: url(../images/arrow-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../images/arrow-button-left.png);
}

body .wpmem_msg {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-size: 1.6rem;
}

@media all and (min-width: 768px) {
  .topSlider {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .topSlider:after, .topSlider:before {
    content: "";
    display: block;
    width: calc(50% - 400px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
  }
  .topSlider:after {
    left: 0;
    top: 0;
    z-index: 1;
  }
  .topSlider:before {
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.topSlider .slick-next {
  width: 60px;
  height: 60px;
  right: 0px;
}

@media all and (min-width: 768px) {
  .topSlider .slick-next {
    right: 70px;
  }
}

.topSlider .slick-next::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/arrow-right-w.png);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (min-width: 768px) {
  .topSlider .slick-next::before {
    background-size: 18px auto;
  }
}

.topSlider .slick-prev {
  width: 60px;
  height: 60px;
  left: 0px;
}

@media all and (min-width: 768px) {
  .topSlider .slick-prev {
    left: 70px;
  }
}

.topSlider .slick-prev::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/arrow-left-w.png);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (min-width: 768px) {
  .topSlider .slick-prev::before {
    background-size: 18px auto;
  }
}

@media all and (min-width: 768px) {
  .topSlider-inner {
    width: 1200px;
    margin: 0 auto;
  }
}

.topSlider-inner img {
  width: 100%;
}

.topSlider-inner .slick-slide {
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .topSlider-inner .slick-list {
    overflow: visible;
  }
}

.topSlider-inner a {
  display: block;
  color: #fff;
  height: 350px;
}

@media all and (min-width: 768px) {
  .topSlider-inner a {
    height: 500px;
  }
}

.topSlider-inner .topSlider-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media all and (min-width: 768px) {
  .topSlider-inner a:hover .topSlider-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.topSlider-inner .topSlider-text {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
  .topSlider-inner .topSlider-text {
    padding: 35px;
  }
}

.topSlider-inner .topSlider-text p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  font-size: 1.4rem;
}

@media all and (min-width: 768px) {
  .topSlider-inner .topSlider-text p {
    font-size: 1.8rem;
  }
}

.topSlider-inner .topSlider-text p:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #fff;
  display: block;
  margin: 5px 0 10px 0;
}

@media all and (min-width: 768px) {
  .topSlider-inner .topSlider-text p:after {
    margin: 10px 0;
  }
}

.topSlider-inner .topSlider-text h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
  max-height: 2.8em;
}

@media all and (min-width: 768px) {
  .topSlider-inner .topSlider-text h2 {
    font-size: 2.4rem;
  }
}

.detailMV {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .detailMV {
    min-width: 1200px;
  }
}

.detailMV-inner {
  height: 370px;
  position: relative;
}

@media all and (min-width: 768px) {
  .detailMV-inner {
    height: 500px;
  }
}

.detailMV-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.detailMV-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.detailMV-text > div {
  padding: 10px 20px 10px;
}

@media all and (min-width: 768px) {
  .detailMV-text > div {
    padding: 40px 0 20px;
    width: 890px;
    margin: 0 auto;
  }
}

.detailMV-text p, .detailMV-text h1, .detailMV-text time {
  color: #fff;
}

.detailMV-text .detailMV-cat {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
}

.detailMV-text h1 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media all and (min-width: 768px) {
  .detailMV-text h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.detailMV-text p {
  line-height: 1.5;
  font-size: 1.4rem;
}

@media all and (min-width: 768px) {
  .detailMV-text p {
    font-size: 1.6rem;
  }
}

.detailMV-text time {
  text-align: center;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .detailMV-text time {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .detailArticle {
    padding: 10px;
  }
}

@media all and (min-width: 768px) {
  .detailArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
  }
}

@media all and (min-width: 768px) {
  .detailArticle > div:first-child {
    width: 100px;
  }
}

@media all and (min-width: 768px) {
  .detailArticle > div:last-child {
    width: 885px;
  }
}

.listSNS {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .listSNS {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all and (min-width: 768px) {
  .listSNS.fixed {
    position: fixed;
    top: 70px;
    width: 100px;
    z-index: 1;
  }
}

@media all and (min-width: 768px) {
  .listSNS.abs {
    position: absolute;
    top: inherit;
    bottom: 70px;
    width: 100px;
  }
}

@media all and (min-width: 768px) {
  .listSNS li {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .listSNS li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.listSNS li:first-child {
  margin-top: 0;
}

.listSNS a {
  display: block;
  background-color: #517dc0;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

@media all and (min-width: 768px) {
  .listSNS a {
    padding: 10px;
  }
}

.listSNS a img {
  height: 16px;
}

.listSNS a:hover {
  opacity: .8;
}

.listSNS .listSNS-tw {
  background-color: #1ab2f5;
}

.detailBody {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .detailBody {
    margin-top: 20px;
  }
}

@media all and (min-width: 768px) {
  .detailBody {
    padding-bottom: 70px;
  }
}

.detailBody *:first-child {
  margin-top: 0;
}

.detailBody > p {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  .detailBody > p {
    margin-top: 20px;
  }
}

.detailBody > h2 {
  font-size: 1.8rem;
  margin-top: 30px;
  line-height: 1.4;
}

@media all and (min-width: 768px) {
  .detailBody > h2 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}

.detailBody > h2 + * {
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .detailBody > h2 + * {
    margin-top: 30px;
  }
}

.detailBody > h3 {
  font-size: 1.6rem;
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .detailBody > h3 {
    font-size: 2rem;
    margin-top: 60px;
  }
}

.detailBody > h3:after {
  content: "";
  display: block;
  background-color: #5383ff;
  height: 2px;
  width: 30px;
  margin-top: 10px;
}

.detailBody > h3 + * {
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .detailBody > h3 + * {
    margin-top: 30px;
  }
}

.detailBody b, .detailBody strong {
  font-weight: bold;
}

.detailBody img {
  max-width: 100%;
  height: auto;
}

.detailBody > img {
  margin-top: 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
}

@media all and (min-width: 768px) {
  .detailBody > img {
    margin-top: 60px;
  }
}

.detailBody ul {
  list-style-type: disc;
}

.detailBody ol {
  list-style-type: decimal;
}

.detailBody ol, .detailBody ul {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 20px;
  padding-left: 1.3em;
}

@media all and (min-width: 768px) {
  .detailBody ol, .detailBody ul {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.detailBody ol li, .detailBody ul li {
  margin-top: 1em;
}

.detailBody ol li:first-child, .detailBody ul li:first-child {
  margin-top: 0;
}

.detailBody .table {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .detailBody .table {
    overflow: auto;
  }
}

@media all and (min-width: 768px) {
  .detailBody .table {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.detailBody .table th, .detailBody .table td {
  border: 1px solid #ccc;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .detailBody .table th, .detailBody .table td {
    white-space: nowrap;
  }
}

.detailBody .caption {
  text-align: center;
}

.detailBody .consultant {
  margin-top: 30px;
  background-color: #f3f3f3;
  border: 1px solid #9a9a9a;
  padding: 20px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .detailBody .consultant {
    margin-top: 60px;
    padding: 30px;
  }
}

.detailBody .consultant a {
  display: block;
  text-decoration: none;
}

.detailBody .consultant a:hover img {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.detailBody .consultant img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media all and (min-width: 768px) {
  .detailBody .consultant img {
    width: 80px;
  }
}

.detailBody .consultant p {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  margin-left: 10px;
}

.detailBody .tags {
  margin-top: 30px;
}

@media all and (min-width: 768px) {
  .detailBody .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.detailBody .tags > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .detailBody .tags > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 30px;
  }
}

.detailBody .tags > div h2 {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  font-size: 1.3rem;
  color: #6e6e6e;
}

@media all and (min-width: 768px) {
  .detailBody .tags > div h2 {
    font-size: 1.6rem;
  }
}

.detailBody .tags > div ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.3rem;
  margin-top: -5px;
}

@media all and (min-width: 768px) {
  .detailBody .tags > div ul {
    font-size: 1.6rem;
    margin-top: -10px;
  }
}

.detailBody .tags > div li {
  display: inline-block;
  margin-right: 1em;
  margin-top: 5px;
}

@media all and (min-width: 768px) {
  .detailBody .tags > div li {
    margin-top: 10px;
  }
}

.detailBody .tags > div a {
  color: #6e6e6e;
}

.detailBody .tags > div a:hover {
  opacity: 0.8;
}

.detailBody .interviewee {
  overflow: hidden;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detailBody .interviewee + * {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .detailBody .interviewee + * {
    margin-top: 40px;
  }
}

.detailBody .interviewee .interviewee-photo {
  text-align: center;
  width: 120px;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
  margin-right: 10px;
}

@media all and (min-width: 768px) {
  .detailBody .interviewee .interviewee-photo {
    margin-right: 30px;
  }
}

.detailBody .interviewee .interviewee-photo img {
  width: 70px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.detailBody .interviewee .interviewee-photo p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.detailBody .interviewee .interviewee-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.detailBody .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .detailBody .youtube {
    margin-top: 40px;
  }
}

.detailBody .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.detailBody .detailSlider {
  margin-top: 30px;
  position: relative;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
  }
}

.detailBody .detailSlider + * {
  margin-top: 60px;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider + * {
    margin-top: 90px;
  }
}

.detailBody .detailSlider .slick-next {
  width: 60px;
  height: 60px;
  right: 0px;
  top: inherit;
  bottom: -50px;
  -webkit-transform: inherit;
  transform: inherit;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider .slick-next {
    right: 270px;
    bottom: -60px;
  }
}

.detailBody .detailSlider .slick-next::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/arrow-button.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.detailBody .detailSlider .slick-prev {
  width: 60px;
  height: 60px;
  left: 0px;
  top: inherit;
  bottom: -50px;
  -webkit-transform: inherit;
  transform: inherit;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider .slick-prev {
    left: 270px;
    bottom: -60px;
  }
}

.detailBody .detailSlider .slick-prev::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/arrow-button-left.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.detailBody .detailSlider .slick-list {
  overflow: visible;
}

.detailBody .detailSlider-inner img {
  width: 100%;
}

.detailBody .detailSlider-inner p {
  text-align: center;
  margin-top: 10px;
}

.detailBody .detailSlider-inner .slick-slide {
  position: relative;
}

.detailBody .detailSlider-inner a {
  display: block;
  color: #fff;
  height: 350px;
  background-size: cover;
  background-position: 50%;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider-inner a {
    height: 500px;
  }
}

.detailBody .detailSlider-img {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider-img {
    height: 500px;
  }
}

.detailBody .detailSlider-number {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 768px) {
  .detailBody .detailSlider-number {
    bottom: -45px;
  }
}

.nologin {
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .nologin {
    padding: 40px;
    margin-top: 40px;
  }
}

.nologin p {
  text-align: center;
}

.nologin .nologin-buttons {
  text-align: center;
  margin-top: 20px;
}

.nologin .nologin-buttons .button {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .nologin .nologin-buttons .button {
    display: block;
    margin: 20px 0 0 0;
  }
}

.signin {
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .signin {
    width: 650px;
  }
}

.signin h1 {
  background-color: #275ba9;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
}

@media all and (min-width: 768px) {
  .signin h1 {
    font-size: 2.4rem;
  }
}

.signin .signin-inner {
  padding: 10px 15px 15px 15px;
  border: 5px solid #275ba9;
  border-top: none;
}

@media all and (min-width: 768px) {
  .signin .signin-inner {
    padding: 10px 30px 30px 30px;
  }
}

/*
utils
---------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media print {
  .sp {
    display: none !important;
  }
}

.font-en {
  font-family: roboto, sans-serif;
  font-weight: 300;
}

.font-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.color-red {
  color: #f00 !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt-0-sp {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .mt-10-sp {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .mt-20-sp {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .mt-30-sp {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .mt-40-sp {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .mt-50-sp {
    margin-top: 50px !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.w60p {
  width: 60% !important;
}

.w80p {
  width: 80% !important;
}

.w100p {
  width: 100% !important;
}

.block {
  display: block !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

@media all and (min-width: 768px) {
  .align-center-pc {
    text-align: center !important;
  }
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.w7em {
  width: 7em;
}

.w4em {
  width: 4em;
}

@media print {
  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    overflow: hidden;
  }
  .detailArticle {
    display: block;
  }
  .headerGlobal,
  .bottomNav {
    display: none;
  }
  .footerGlobal {
    display: none;
  }
  .detailArticle > div:first-child {
    display: none;
  }
  .ranking .ranking-cat {
    top: 70px;
    bottom: inherit;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  z-index: 2;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 25px;
  z-index: 2;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
