@charset "UTF-8";
/**
* webfont
* ========================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/**
* reset
* ========================== */
/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/
/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, ins, em, img, hr, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

table, th, td {
  border: 0 none;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: top;
}

dt {
  font-weight: normal;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

textarea {
  font-size: 1em;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
body {
  font-size: 100.01%;
  /*background:要変更　案件によって指定を変える;*/
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
  /*color:要変更　案件によって指定を変える;*/
}

a {
  color: #19378c;
}
a:link {
  color: #19378c;
}
a:visited {
  /*要変更　案件によって指定を変える*/
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

p, ul, ol, dl, table {
  margin-bottom: 0;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
  zoom: 1;
}

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

/**
* Object
* ========================== */
/**********************************
ブレークポイント
***********************************/
/*--------------------------------------------------
	Header
--------------------------------------------------*/
#header {
  /*height:160px;*/
}
@media screen and (max-width: 749px) {
  #header {
    height: 72px;
  }
}

#header-inner {
  position: relative;
  display: flex;
  /*height:80px;*/
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  #header-inner {
    display: block;
    width: auto;
    padding: initial;
    margin-left: initial;
  }
}

#head-01,
#head-02 {
  float: left;
  width: 480px;
}
@media screen and (max-width: 749px) {
  #head-01,
#head-02 {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  #head-01 {
    width: 154px;
    height: 72px;
    padding: 2.5% 0 2.5% 17px;
    margin: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 749px) {
  #head-01 img {
    width: 157px;
  }
}

#head-search {
  float: left;
  width: 240px;
}

#head-02 ul {
  float: left;
  width: 240px;
  /*height:80px;*/
  padding: 1px 8px;
  border-left: 2px solid #3b8ce7;
  box-sizing: border-box;
}
#head-02 ul li {
  font-size: 13px;
  padding-bottom: 1px;
}
#head-02 ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  color: #525252;
}
#head-02 ul li a:hover {
  text-decoration: underline;
  color: #3b81d0;
}

#header-inner div.search-hdr input {
  margin: 0;
  padding: 0;
}
#header-inner div.search-hdr p.submit {
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
}

#cse-search-form {
  position: absolute !important;
  right: 0 !important;
  height: 80px;
  padding: 24px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  #cse-search-form {
    display: none;
  }
}

td.gsc-input {
  padding: 0 !important;
}

input.gsc-input {
  position: relative;
  height: 32px;
  font-size: 13px;
  padding: 3px 15px !important;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-sizing: border-box;
  text-indent: 0 !important;
  background: rgba(0, 0, 0, 0) !important;
}

.placeholder {
  position: absolute;
  top: 73px;
  right: 45px;
  color: #ccc;
  pointer-events: none;
}
.placeholder p {
  font-size: 13px;
  line-height: 13px;
  color: #ccc;
}

td.gsc-search-button {
  width: 24px !important;
  height: 24px !important;
  position: absolute !important;
  right: 7px !important;
  top: 28px !important;
}

.gsc-clear-button {
  display: none !important;
}

input.gsc-search-button {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_search.png) 0 0 no-repeat !important;
  border: none !important;
  text-indent: -9999em !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 24px !important;
  cursor: pointer !important;
}
input:placeholder-shown, input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}
input:-moz-placeholder, input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-size: 13px;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

.l-gnavSp {
  display: none;
}
@media screen and (max-width: 749px) {
  .l-gnavSp {
    display: block;
    float: right;
    width: 82px;
    height: 72px;
    background-color: #3b3b3b;
  }
}
@media screen and (max-width: 749px) {
  .l-gnavSp .l-gnavSp__icon {
    position: relative;
  }
}
@media screen and (max-width: 749px) {
  .l-gnavSp .l-gnavSp__icon:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 14.5px;
    width: 52px;
    height: 52px;
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_menu.png) no-repeat center;
    background-size: 22px;
  }
}
@media screen and (max-width: 749px) {
  .l-gnavSp .l-gnavSp__icon.is-btn__close.is-btn__close:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 14.5px;
    width: 52px;
    height: 52px;
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_menu_close.png) no-repeat center;
    background-size: 22px;
  }
}

@media screen and (max-width: 749px) {
  .p-spMenu {
    position: absolute;
    width: 100%;
    top: 71px;
    background-color: #3b3b3b;
    z-index: 1;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner {
    display: none;
    width: 88.8%;
    margin: 17px auto 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner .p-spMenu__info {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner .first {
    margin-right: 6.01%;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner li {
    margin: 0;
    line-height: 28px;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner .dotted {
    color: #fff;
    vertical-align: middle;
    line-height: 1;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner ul {
    display: inline-block;
    border-left: 3px solid #fff;
    padding-left: 7px;
    margin: 5.6% 0;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .head_bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .bnr_box {
    width: 47.2%;
    margin: 0 0 5.6% 0;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .bnr_box img {
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  #cse-search-form--sp {
    position: static !important;
    padding: 0 !important;
    height: auto;
  }
}
@media screen and (max-width: 749px) {
  #cse-search-form--sp table td {
    padding: 0.5em 0.2em 0.1em;
  }
}
@media screen and (max-width: 749px) {
  #cse-search-form--sp .gsc-search-box {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  #cse-search-form--sp .gsc-search-box td.gsc-input {
    padding: 0 !important;
  }
}
@media screen and (max-width: 749px) {
  #cse-search-form--sp .gsc-search-box input.gsc-input {
    width: 100%;
    position: relative;
    height: 42px;
    line-height: 1;
    font-size: 12px;
    padding: 3px 15px !important;
    border-radius: 21px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 0;
    text-indent: 0 !important;
    background: #fff !important;
  }
}
@media screen and (max-width: 749px) {
  #cse-search-form--sp .gsc-search-box td.gsc-search-button {
    width: 34px !important;
    height: 34px !important;
    position: absolute !important;
    right: 7% !important;
    top: 14px !important;
  }
}
@media screen and (max-width: 749px) {
  #cse-search-form--sp .gsc-search-box input.gsc-search-button {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_search_sp.png) 0 0 no-repeat !important;
    background-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0;
    margin: 0;
    min-width: 34px;
    cursor: pointer;
  }
}

/* header_sns追加 */
.header_sns__title {
  font-size: 13px;
  line-height: 25px;
  color: #525252;
}

@media screen and (max-width: 749px) {
  .header_sns__title {
    line-height: 18.2px;
    color: #fff;
  }
}
.header_sns__list {
  display: flex;
  margin: 5px 0 0;
  gap: 0 27px;
}

@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner .header_sns__list {
    display: flex;
    border-left: none;
    padding-left: 0;
    margin: 8px 0 24px;
    gap: 0 21px;
  }
}
@media screen and (max-width: 749px) {
  .p-spMenu .p-spMenu__inner .header_sns__item {
    line-height: 0;
  }
}
@media screen and (max-width: 749px) {
  #head-03 {
    display: none;
  }
}
/**********************************
ブレークポイント
***********************************/
/*--------------------------------------------------
	Footer
--------------------------------------------------*/
#footer p {
  padding: 28px 0;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #footer p {
    width: 88.8%;
    margin: 0 auto;
    padding: 5% 0 5%;
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Noto Sans Japanese", serif;
  }
}

#footer-inner {
  background-color: #3b8ce7;
}
@media screen and (max-width: 749px) {
  #footer-inner {
    padding: 5.6%;
  }
}
#footer-inner ul {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 749px) {
  #footer-inner ul {
    width: auto;
  }
}
#footer-inner li {
  float: left;
  margin-right: 45px;
  padding: 17px 0;
}
@media screen and (max-width: 749px) {
  #footer-inner li {
    width: 47.2%;
    margin: 0 5.6% 5.6% 0;
    padding: initial;
  }
}
@media screen and (max-width: 749px) {
  #footer-inner li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  #footer-inner li:nth-child(3), #footer-inner li:nth-child(4) {
    margin-bottom: 0;
  }
}
#footer-inner li.page_top {
  float: right;
  position: relative;
  margin: 0;
  padding-left: 28px;
}
#footer-inner li.page_top a:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_pagetop.png) no-repeat center center;
}
#footer-inner li a {
  font-size: 13px;
  line-height: 21px;
  color: #fff;
}
@media screen and (max-width: 749px) {
  #footer-inner li a {
    line-height: 1.4;
    word-break: break-all;
  }
}
#footer-inner li a:hover {
  text-decoration: underline;
}

/*==================================================
	Heading
	Text
	Unorderd List
	Orderd List
	Difinision List
	Link
	Table
	Form
	Layout
	Option
	Clear Fix
==================================================*/
/*--------------------------------------------------
	font
--------------------------------------------------*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/**********************************
ブレークポイント
***********************************/
/*--------------------------------------------------
	Text
--------------------------------------------------*/
body {
  font-family: "Noto Sans Japanese", serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

h1 {
  font-family: "Noto Sans Japanese", serif;
  font-size: 60px;
  line-height: 80px;
  text-align: left;
  font-weight: 200;
  color: #525252;
}

h2 {
  font-family: "Noto Sans Japanese", serif;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  color: #525252;
}

h3 {
  font-family: "Noto Sans Japanese", serif;
  font-size: 19px;
  line-height: 21px;
  text-align: left;
  font-weight: bold;
  color: #525252;
}

h4 {
  font-family: "Noto Sans Japanese", serif;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  font-weight: 200;
  color: #525252;
}

p {
  font-family: "Noto Sans Japanese", serif;
  font-size: 16px;
  line-height: 30px;
  color: #525252;
}

th, td, li {
  color: #525252;
}

/*--------------------------------------------------
	Unorderd List
--------------------------------------------------*/
/*--------------------------------------------------
	Orderd List
--------------------------------------------------*/
/*--------------------------------------------------
	Difinision List
--------------------------------------------------*/
/*--------------------------------------------------
	Link
--------------------------------------------------*/
a {
  display: block;
  color: #525252;
  text-decoration: none;
  cursor: pointer;
}
a:link, a:visited {
  display: block;
  color: #525252;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------
	Table
--------------------------------------------------*/
/*--------------------------------------------------
	Form
--------------------------------------------------*/
/*--------------------------------------------------
	Layout
--------------------------------------------------*/
/*パンくず*/
.breadcrumb {
  font-size: 13px;
}
@media screen and (max-width: 749px) {
  .breadcrumb {
    padding: 20px 15px 0.5em;
  }
}
.breadcrumb ul {
  margin: 0 0 24px;
}
@media screen and (max-width: 749px) {
  .breadcrumb ul {
    margin: initial;
  }
}
.breadcrumb ul li {
  display: block;
  float: left;
  color: #626262;
}
@media screen and (max-width: 749px) {
  .breadcrumb ul li {
    font-size: 11px;
    line-height: 1.654541;
    margin: 0.2em 0;
  }
}
.breadcrumb ul li a {
  display: inline;
  color: #3b8ce7;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li:not(:last-child):after {
  content: "";
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/icon_breadcrumb.png) center no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin: 0 16px;
}
@media screen and (max-width: 749px) {
  .breadcrumb ul li:not(:last-child):after {
    margin: initial;
    padding: 0 9px 0 8px;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumb.breadcrumb__list {
    padding: 8px 20px;
  }
}

/*--------------------------------------------------
	Box
--------------------------------------------------*/
/*--------------------------------------------------
	Option
--------------------------------------------------*/
.mt-10 {
  margin-top: 10px !important;
}

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

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-00 {
  margin-bottom: 0 !important;
}

.mr-10 {
  margin-right: 10px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-05em {
  padding-left: 0.5em !important;
}

.align-l {
  text-align: left !important;
}

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

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

.u-border--none {
  border: none !important;
}

.u-border--bottom {
  border-bottom: 1px solid #cccccc;
}

.u-font-red {
  color: #ff0000;
}

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

.clrFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.arrow {
  position: relative;
}

.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: -3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3b8ce7;
  border-right: 1px solid #3b8ce7;
  transform: translateX(-50%) rotate(135deg);
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

.pc_none-inline {
  display: none !important;
}

.sp_none-inline {
  display: inline-block !important;
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none-inline {
    display: inline-block !important;
  }
  .sp_none-inline {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .u-use-pc {
    display: block;
  }
  .u-use-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .u-use-pc {
    display: none;
  }
  .u-use-sp {
    display: block;
  }
}
.u-flex {
  display: flex;
}

.u-flex--pc {
  display: flex;
}
@media screen and (max-width: 749px) {
  .u-flex--pc {
    display: block;
  }
}

.u-flex--jc-center {
  display: flex;
  justify-content: center;
}

.border-left--primary {
  border-left: 4px solid #3b8ce7 !important;
}
@media screen and (max-width: 749px) {
  .border-left--primary {
    border: none !important;
  }
}

.link-text--blue {
  color: #3b8ce7 !important;
}

.c-txt-area--gray {
  display: inline-block;
  font-weight: bold;
  background: #f5f5f5;
  padding: 10px;
}

.c-txt-area--gray-secondly {
  background: #f5f5f5;
  padding: 10px;
}

.c-desc--primary {
  font-size: 15px !important;
  line-height: 2 !important;
  letter-spacing: -0.05rem !important;
  margin-bottom: 28px !important;
  color: #626262;
}
@media screen and (max-width: 749px) {
  .c-desc--primary {
    line-height: 1.733335 !important;
    letter-spacing: -0.065rem !important;
    margin-bottom: 23px !important;
  }
}

.p-dl {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 749px) {
  .p-dl {
    display: block;
    margin-bottom: 23px;
  }
}
.p-dl .p-dl__title {
  width: 20%;
}
@media screen and (max-width: 749px) {
  .p-dl .p-dl__title {
    margin-bottom: 10px;
  }
}
.p-dl .p-dl__desc {
  width: 100%;
}

.c-inline-block {
  display: inline-block !important;
}

.c-link-inline {
  display: inline !important;
  color: #3b8ce7 !important;
}
.c-link-inline:hover {
  text-decoration: underline !important;
}

.w-half {
  width: 50%;
}

@media screen and (max-width: 749px) {
  .sm-w-full {
    width: 100%;
  }
}

.inline {
  display: inline !important;
}

.border-b--grey {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 749px) {
  .sm-mb-15 {
    margin-bottom: 15px;
  }
}

.pr-20 {
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .sm-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 749px) {
  .sm-pr-0 {
    padding-right: 0;
  }
}

.box-border {
  box-sizing: border-box;
}

/**
* pages
* ========================== */
/**********************************
ブレークポイント
***********************************/
/**********************************
レイアウト
***********************************/
.l-contents .l-contents__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .l-contents .l-contents__wrap {
    width: auto;
    margin: initial;
    border-top: 1px solid #cccccc;
  }
}

/**********************************
project
***********************************/
.p-hdg {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .p-hdg {
    position: relative;
    margin: 33px 0 0 0;
    padding: 0 1.25rem 40px;
    border-bottom: 1px solid #cccccc;
  }
}
.p-hdg h1,
.p-hdg h2 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.25;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .p-hdg h1,
.p-hdg h2 {
    font-size: 28px;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 749px) {
  .p-hdg .p-hdg__icon {
    width: 20px;
    height: 12.5px;
    position: absolute;
    top: 7px;
    right: 1.25rem;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 749px) {
  .p-hdg .p-hdg__icon.is-rotate {
    transform: rotate(180deg);
    transition: 0.3s ease-out;
  }
}

.p-lnav {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .p-lnav {
    display: none;
    padding: 40px 0;
    margin: initial;
    background-color: #f5f5f5;
    border: none;
  }
  .p-lnav.is-open--lnav {
    display: block;
  }
}
.p-lnav .p-lnav__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #f5f5f5;
  height: 90px;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__wrap {
    align-items: initial;
    background: initial;
    height: auto;
  }
}
.p-lnav .p-lnav__list {
  display: flex;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__list {
    flex-direction: column;
  }
}
.p-lnav .p-lnav__list .p-lnav__item {
  width: 195px;
  height: 73px;
  font-size: 17px;
  line-height: 4.2353;
  color: #525252;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__list .p-lnav__item {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1;
  }
}
.p-lnav .p-lnav__list .p-lnav__item.is-active {
  line-height: 3.70588;
  font-weight: bold;
  background-color: #fff;
  border-top: 5px solid #3b8ce7;
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__list .p-lnav__item.is-active {
    line-height: 1;
    font-weight: normal;
    background: none;
    border: none;
  }
}
.p-lnav .p-lnav__list .p-lnav__item.is-active .p-lnav__link.is-active {
  color: #626262;
}
.p-lnav .p-lnav__list .p-lnav__item.is-active-tab {
  line-height: 3.70588;
  font-weight: bold;
  background-color: #fff;
  border-top: 5px solid #3b8ce7;
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__list .p-lnav__item.is-active-tab {
    line-height: 1;
    font-weight: normal;
    background: none;
    border: none;
  }
}
.p-lnav .p-lnav__list .p-lnav__item.is-active-tab .p-lnav__link {
  color: #626262;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__list .p-lnav__item:last-child {
    margin-bottom: 0;
  }
}
.p-lnav .p-lnav__list .p-lnav__item--4row {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-lnav .p-lnav__list .p-lnav__item .p-lnav__link {
  color: #3b8ce7;
}
.p-lnav .p-lnav__list .p-lnav__item .p-lnav__link p {
  color: #3b8ce7;
}
.p-lnav .p-lnav__list .p-lnav__item--type2 {
  width: auto;
  padding: 0 20px;
}
@media screen and (max-width: 749px) {
  .p-lnav .p-lnav__list .p-lnav__item--type2 {
    padding: 0;
  }
}
.p-lnav .p-lnav__list .p-lnav__item--type2 .p-lnav__link {
  padding: 0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
_:future,
:root .p-lnav .p-lnav__list .p-lnav__item .p-lnav__link {
    color: #3b8ce7;
    transition-duration: 0.01s;
  }
  _::-webkit-full-page-media,
_:future,
:root .p-lnav .p-lnav__list .p-lnav__item.is-active-tab .p-lnav__link {
    color: #626262;
    transition-duration: 0.01s;
  }
}
@media screen and (max-width: 749px) {
  .p-lnav__bottom {
    padding: 40px 0;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 749px) {
  .p-lnav__bottom .p-lnav__wrap {
    display: flex;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 749px) {
  .p-lnav__bottom .p-lnav__list {
    display: flex;
    text-align: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .p-lnav__bottom .p-lnav__list .p-lnav__item {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 749px) {
  .p-lnav__bottom .p-lnav__list .p-lnav__item.is-active {
    line-height: 1;
    pointer-events: none;
  }
}
@media screen and (max-width: 749px) {
  .p-lnav__bottom .p-lnav__list .p-lnav__item:last-child {
    margin-bottom: 0;
  }
}
.p-lnav__bottom .p-lnav__list .p-lnav__item .p-lnav__link {
  color: #3b8ce7;
}
.p-lnav__bottom .p-lnav__list .p-lnav__item .p-lnav__link.is-active {
  color: #525252;
  pointer-events: none;
}

.p-cts .p-cts__wrap {
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap {
    padding: initial;
    border-top: none;
    border-bottom: 1px solid #cccccc;
  }
}
.p-cts .p-cts__wrap.p-cts__wrap--center {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap.p-cts__wrap--center {
    width: 100%;
  }
}
.p-cts .p-cts__wrap.p-cts__wrap--center.p-cts__wrap--centerWide {
  width: 1200px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap.p-cts__wrap--center.p-cts__wrap--centerWide {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr {
    flex-direction: column;
    padding-bottom: 55px;
    margin: 0 1.25rem;
    border: none;
  }
}
.p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--02 {
    margin-bottom: 0;
  }
}
.p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--alignbaseline {
  align-items: baseline;
}
.p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--03 {
  margin: 22px auto;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--03 {
    margin: 12px auto 16px;
    padding: initial;
  }
}
.p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--04 {
  margin: 0 auto 40px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--04 {
    margin: 0 1.25rem;
    padding: initial;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--04.bottom {
    margin: 28px 1.25rem;
  }
}
.p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--05 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr.p-cts__inr--05 {
    margin: 12px auto 16px;
    padding: initial;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtWrap {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__ttl {
  width: 240px;
  padding-right: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttl {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 26px 0 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttl.p-cts__ttl--spborder0 {
    border: none;
    padding: 0;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__ttl.p-cts__ttl--year {
  width: 90px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttl.p-cts__ttl--year {
    border-bottom: none;
    margin: initial;
    padding: initial;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__ttltxt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.61905;
  color: #4c4c4c;
  padding-left: 8px;
  border-left: 2px solid #3b8ce7;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttltxt {
    font-size: 18px;
    line-height: 1.38889;
    width: fit-content;
    margin: 0 auto;
    padding-left: initial;
    padding-bottom: 17px;
    border-left: none;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttltxt.p-cts__ttltxt--adjusutline:after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #3b8ce7;
    width: 40px;
    height: 2px;
    display: inline-block;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttltxt:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #3b8ce7;
    width: 40px;
    height: 2px;
    display: inline-block;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__ttltxt--year {
  font-size: 15px;
  line-height: 1.4;
  color: #a3a3a3;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__ttltxt--year {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap {
  width: 320px;
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap.pc_none {
    margin-bottom: 40px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap--vertical {
  text-align: center;
  margin-bottom: 15px;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap--vertical .p-cts__img {
  max-width: 400px;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap--horizontal {
  margin-bottom: 15px;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap--horizontal .p-cts__img {
  width: 100%;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap.p-cts__imgwrap--wide {
  width: 960px;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap.p-cts__imgwrap--wide {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap.p-cts__imgwrap--wide .p-cts__txtitem {
  text-align: left;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__img {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__img {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist {
  width: 600px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist .p-cts__txtitem {
  font-size: 15px;
  line-height: 2;
  letter-spacing: -0.05rem;
  margin-bottom: 28px;
  color: #626262;
  word-break: break-all;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist .p-cts__txtitem {
    line-height: 1.733335;
    letter-spacing: -0.065rem;
    margin-bottom: 23px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist .p-cts__txtitem.txtlink {
  margin-top: 12px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist .p-cts__txtitem.p-cts__txtitem--type2 {
    margin: 23px 0;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist .p-cts__txtitem:last-child {
  margin-bottom: 0;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide {
  width: 960px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide .p-cts__txtitem {
  margin-bottom: 0;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide1110 {
  width: 1110px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide1110 {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide1110 .p-cts__txtitem {
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide1110 .p-cts__txtitem {
    font-size: 16px;
    line-height: 1.625;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide960 {
  width: 960px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide960 {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide1200 {
  width: 1200px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--wide1200 {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__txtlist.p-cts__txtlist--hdgNone {
    padding-top: 23px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list {
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--full {
  width: 100%;
  margin-bottom: 28px;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--full .p-cts__item--full {
  margin-bottom: 24px;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--full .p-cts__item--full.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--full .p-cts__item--full:last-of-type {
  margin-bottom: 0;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listTtl {
  width: 248px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listTtl {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listTtl .p-list--ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #626262;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listTtl .p-list--ttl {
    font-size: 16px;
    line-height: 1.125;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listDtl {
  width: calc(100% - 248px);
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listDtl {
    width: 100%;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__listWrap .p-cts__listDtl .p-list--sub {
  font-size: 15px;
  line-height: 1;
  color: #626262;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__listHdg {
  font-size: 31px;
  line-height: 1;
  font-weight: bold;
  color: #4c4c4c;
  margin: 80px 0 30px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__listHdg {
    font-size: 22px;
    text-align: center;
    margin: 60px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__map {
  margin-left: 20%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__map {
    margin-left: initial;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__map .p-cts__mapDetail {
  width: 100%;
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 {
  width: 960px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2.center {
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2.center {
    margin: 40px auto 0;
    border: none;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listWrap {
    border: none;
    padding: initial;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listWrap.p-cts__listWrap--type2 {
    flex-direction: initial;
    padding: 24px 0 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listWrap.p-cts__listWrap--type2 .p-cts__listitm:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listWrap.p-cts__listWrap--type2:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listHdg {
    padding-top: 40px;
    margin: 0 0 20px;
    border-top: 1px solid #e5e5e5;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listHdg:first-child {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listHdg:first-child {
    border-top: initial;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listitm {
  width: 360px;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listitm {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listitm--half {
  width: 50%;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listitm--half {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listitm--right {
  width: calc(100% - 360px);
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-cts__listitm--right {
    width: 100%;
    margin-bottom: 21px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-list--txt {
  line-height: 1.5;
  color: #626262;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-list--txt {
    font-size: 15px;
  }
}
.p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-list--link {
  line-height: 1;
  color: #3b8ce7;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__list--type2 .p-list--link {
    font-size: 15px;
  }
}
.p-cts .p-cts__wrap .p-cts__txtlink {
  color: #3b8ce7;
}
.p-cts .p-cts__wrap .p-cts__txtlink.inline {
  display: inline;
}
.p-cts .p-cts__wrap .p-cts__txtlink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap:last-child {
    border: none;
  }
}

.p-cts__ttl--ver2 {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .p-cts__ttl--ver2 {
    margin-bottom: 10px;
  }
}
.p-cts__ttl--ver2 .p-cts__ttltxt--ver2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.61905;
  color: #4c4c4c;
  padding-left: 8px;
  border-left: 2px solid #3b8ce7;
}
@media screen and (max-width: 749px) {
  .p-cts__ttl--ver2 .p-cts__ttltxt--ver2 {
    position: relative;
    font-size: 18px;
    line-height: 1.38889;
    width: fit-content;
    margin: 26px auto 16px;
    padding-left: initial;
    padding-bottom: 17px;
    border-left: none;
  }
}

@media screen and (max-width: 749px) {
  .p-cts__ttltxt--ver2:after {
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #3b8ce7;
    width: 40px;
    height: 2px;
    display: inline-block;
  }
}

.p-cts__ttl--ver3 {
  margin: 15px 0;
}
.p-cts__ttl--ver3 .p-cts__ttltxt--ver3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.61905;
  color: #4c4c4c;
}
@media screen and (max-width: 749px) {
  .p-cts__ttl--ver3 .p-cts__ttltxt--ver3 {
    position: relative;
    word-break: break-all;
    margin: 0 auto;
  }
}

.recruit .p-cts__wrap:last-child {
  margin-bottom: 80px;
  border-bottom: 1px solid #cccccc;
}

.p-listBlock {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .p-listBlock {
    width: 100%;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list {
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list {
    margin-bottom: 35px;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr {
  width: 100%;
  display: flex;
  color: #626262;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr {
    flex-direction: column;
    margin: 0 1.25rem;
    width: initial;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr * span {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.05rem;
  min-height: 22px;
  display: block;
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr.p-listBlock__listinr--hdg {
  padding: 20px 0 20px;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr.p-listBlock__listinr--hdg {
    display: none;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item {
  width: 120px;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item {
    width: 100%;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item--2nd {
  width: 360px;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item--2nd {
    position: relative;
    width: 82%;
    margin: 3px 0 50px 18%;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item--3rd {
  width: 480px;
  display: flex;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item--3rd {
    position: relative;
    width: 82%;
    margin: 3px 0 0 18%;
  }
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr div:before {
  content: attr(data-label);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #a3a3a3;
  position: absolute;
  top: -28px;
  left: 0;
}
.p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr .p-listBlock__item--gray {
  color: #a3a3a3;
}
@media screen and (max-width: 749px) {
  .p-listBlock .p-listBlock__wrap .p-listBlock__list .p-listBlock__listinr:last-child {
    border: none;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 749px) {
  .p-kv-area {
    border-bottom: 1px solid #cccccc;
  }
}
.p-kv-area .p-kv-area__imgwrap {
  margin-bottom: 65px;
}
@media screen and (max-width: 749px) {
  .p-kv-area .p-kv-area__imgwrap {
    width: 100%;
    margin-bottom: 34px;
  }
}
.p-kv-area .p-kv-area__imgwrap .p-kv-area__img {
  width: 100%;
}
.p-kv-area .kv-area__txtwrap {
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 749px) {
  .p-kv-area .kv-area__txtwrap {
    margin: 0 1.25rem 53.5px;
    text-align: left;
  }
}
.p-kv-area .kv-area__txtwrap .kv-area__txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .p-kv-area .kv-area__txtwrap .kv-area__txt {
    line-height: 1.833334;
  }
}

.p-cts__news {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  .p-cts__news {
    border: none;
  }
}
.p-cts__news .p-cts__wrap--news {
  padding: 22px 0;
}
@media screen and (max-width: 749px) {
  .p-cts__news .p-cts__wrap--news {
    padding: 0;
    margin: 0 1.25rem;
  }
}
.p-cts__news .p-cts__wrap--news.is-hidden {
  display: none;
}
.p-cts__news .p-cts__wrap--news:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_news.png) repeat center;
}
@media screen and (max-width: 749px) {
  .p-cts__news .p-cts__wrap--news:hover {
    background: none;
  }
}
.p-cts__news .p-cts__wrap--news:hover a {
  color: #3b81d0;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .p-cts__news .p-cts__wrap--news:hover a {
    color: initial;
    text-decoration: none;
  }
}

.c-btn__more {
  text-align: center;
  width: 180px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 749px) {
  .c-btn__more {
    width: 280px;
    margin: 40px auto 60px;
  }
}
.c-btn__more .c-btn__txt {
  font-size: 15px;
  line-height: 1.4;
  color: #3b8ce7;
  padding: 16px 0;
  border: 2px solid #3b8ce7;
  border-radius: 12px;
}
@media screen and (max-width: 749px) {
  .c-btn__more .c-btn__txt {
    font-size: 14px;
    padding: 13px 0;
  }
}

.p-link-area {
  margin: 0 0 25px;
}
@media screen and (max-width: 749px) {
  .p-link-area {
    margin: 26px 1.25rem 11px;
    padding: 0;
  }
}
.p-link-area .p-link-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .p-link-area .p-link-list {
    flex-direction: column;
  }
}
.p-link-area .p-link-list .p-link-txt {
  font-size: 15px;
  flex-shrink: 0;
  padding-right: 25px;
  margin-bottom: 15px;
  margin-right: 40px;
}
@media screen and (max-width: 749px) {
  .p-link-area .p-link-list .p-link-txt {
    flex-shrink: initial;
    margin-right: initial;
  }
}
.p-link-area .p-link-list .p-link-txt a {
  color: #3b8ce7;
}

#l-history {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #l-history {
    width: 100%;
  }
}
#l-history .history__wrap {
  display: flex;
}
@media screen and (max-width: 749px) {
  #l-history .history__wrap {
    width: 100%;
    display: block;
  }
}
#l-history .history__wrap .p-listBlock {
  width: 960px;
}
@media screen and (max-width: 749px) {
  #l-history .history__wrap .p-listBlock {
    width: 100%;
  }
}
#l-history .history__wrap .p-listBlock .p-listBlock__list {
  margin: initial;
}
@media screen and (max-width: 749px) {
  #l-history .history__wrap .p-listBlock .p-listBlock__list .p-listBlock__listinr:last-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#l-history .history__wrap .p-listBlock .p-listBlock__list .p-listBlock__age {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.61905;
  padding: 35px 0 20px;
}
#l-history .history__wrap .p-asideimg {
  width: 240px;
  margin-top: 90px;
  margin-left: 33px;
}
@media screen and (max-width: 749px) {
  #l-history .history__wrap .p-asideimg {
    width: 100%;
    text-align: center;
    margin: initial;
  }
}
@media screen and (max-width: 749px) {
  #l-history .history__wrap .p-asideimg .p-asideimg__item {
    margin: 0 1.25rem;
  }
}
#l-history .history__wrap .p-asideimg .p-asideimg__img {
  width: 207px;
  height: 275px;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #l-history .history__wrap .p-asideimg .p-asideimg__img {
    width: 100%;
    height: auto;
  }
}
#l-history .history__wrap .p-asideimg .p-asideimg__cap {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 40px;
}

.p-sitemap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding-top: 70px;
  margin-bottom: 75px;
}
@media screen and (max-width: 749px) {
  .p-sitemap {
    display: block;
    margin: 0 20px 55px;
    border: none;
  }
}
.p-sitemap a:hover {
  color: #3b81d0;
  text-decoration: underline;
}
.p-sitemap .p-sitemap__col {
  max-width: 315px;
}
@media screen and (max-width: 749px) {
  .p-sitemap .p-sitemap__col {
    max-width: 100%;
  }
}
.p-sitemap .p-sitemap__col:last-of-type {
  margin-right: 40px;
}
.p-sitemap .p-sitemap__list:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (max-width: 749px) {
  .p-sitemap .p-sitemap__list:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-sitemap .p-sitemap__ttl {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.47619;
  margin-bottom: 7px;
}
@media screen and (max-width: 749px) {
  .p-sitemap .p-sitemap__ttl {
    margin-bottom: 14px;
  }
}
.p-sitemap .p-sitemap__ttl-sub {
  font-size: 15px;
  line-height: 1.4;
}

.p-cts__movie iframe {
  width: 600px;
}
@media screen and (max-width: 749px) {
  .p-cts__movie iframe {
    width: calc(100% - 0.125rem);
  }
}

.p-cts__movie .p-cts__txtitem {
  margin-top: 25px;
}

.p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap.brand-logo {
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-cts .p-cts__wrap .p-cts__inr .p-cts__imgwrap.brand-logo {
    margin: 0 0 25px;
  }
}

.brand-logo__txt {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 50px;
  line-height: 1.4;
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  .brand-logo__txt {
    position: static;
    transform: none;
    text-align: center;
  }
}

/**********************************
ブレークポイント
***********************************/
/*kv_area*/
@media screen and (max-width: 749px) {
  #kv_area img {
    width: 100%;
  }
}

/*ローカルナビ*/
.local_nav {
  width: 920px;
  margin: 0 auto;
  padding: 24px;
}
@media screen and (max-width: 749px) {
  .local_nav {
    width: 100%;
    padding: initial;
    border-bottom: solid 1px #cccccc;
  }
}
.local_nav .list {
  display: flex;
  width: 100%;
  font-size: 19px;
}
@media screen and (max-width: 749px) {
  .local_nav .list {
    flex-direction: column;
    width: auto;
    font-size: 20px;
    line-height: 1;
    padding: 18px 20px 20px;
  }
}
.local_nav .list li {
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .local_nav .list li {
    margin: 0.2em 0 13px;
  }
}
.local_nav .list li a {
  color: #3b8ce7;
}
@media screen and (max-width: 749px) {
  .local_nav .list li a {
    width: 100%;
    display: block;
  }
}
.local_nav .list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .local_nav .list li a:hover {
    text-decoration: none;
  }
}
.local_nav .list li a.active {
  font-weight: bold;
}
.local_nav.bottom {
  width: 100%;
  padding: 40px 24px 0;
  border-top: 1px solid #cccccc;
  margin: 0 0 80px;
}
@media screen and (max-width: 749px) {
  .local_nav.bottom {
    padding: initial;
    margin: initial;
    border: none;
  }
}
@media screen and (max-width: 749px) {
  .local_nav.bottom li {
    font-size: 18px;
    line-height: 2.055555;
  }
}

/*topicsエリア*/
.topics {
  margin: 48px 0 24px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .topics {
    display: none;
    margin: 0 15px 24px;
  }
}
.topics p {
  font-size: 31px;
}
@media screen and (max-width: 749px) {
  .topics p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }
}
.topics.topics--sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .topics.topics--sp {
    display: block;
    margin: 24px 15px 0;
  }
}

/**/
@media screen and (max-width: 749px) {
  .basic_block__wrap {
    border-bottom: solid 1px #cccccc;
  }
}
.basic_block__wrap .headline--2 {
  width: 960px;
  border-top: 1px solid #cccccc;
  margin: 19px auto 30px;
  padding-top: 30px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .headline--2 {
    position: relative;
    width: auto;
    border: none;
    padding: 30px 0 40px;
    text-align: center;
    margin: initial;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .headline--2::before {
    content: "";
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 40px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3b8ce7;
  }
}
.basic_block__wrap .headline--2 h2 {
  position: relative;
  display: inline-block;
  border-left: 4px solid #3b8ce7;
  padding: 0 40px 0 8px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .headline--2 h2 {
    border: none;
    padding: 0 20px;
    margin-bottom: 0.25em;
    font-size: 20px;
    line-height: 1.4;
  }
}
.basic_block__wrap .basic_block {
  border-top: 1px solid #cccccc;
  font-size: 15px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block {
    margin: 0 20px;
    border: none;
  }
}
.basic_block__wrap .basic_block p {
  margin: 0 0 40px;
  line-height: 1.7em;
}
.basic_block__wrap .basic_block h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 24px;
  font-size: 31px;
  letter-spacing: -0.03em;
}
.basic_block__wrap .basic_block h4 {
  display: block;
  position: relative;
  margin: 24px 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -0.03em;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block h4 {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 0.25em 0;
    padding: 0;
  }
}
.basic_block__wrap .basic_block .headline {
  float: left;
  width: 240px;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .headline {
    position: relative;
    float: none;
    width: 100%;
    padding: 30px 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .headline::before {
    content: "";
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 40px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a7bf73;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .headline.headline--primary::before {
    content: "";
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 40px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3b8ce7;
  }
}
.basic_block__wrap .basic_block .headline h2 {
  position: relative;
  display: inline-block;
  border-left: 4px solid #1ab592;
  padding: 0 40px 0 8px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .headline h2 {
    border: none;
    padding: initial;
    margin-bottom: 0.25em;
    font-size: 20px;
    line-height: 1;
  }
}
.basic_block__wrap .basic_block .headline h2 .hosoku {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .headline.line-n::before {
    background-color: #80b9ce !important;
  }
}
.basic_block__wrap .basic_block .detail_area {
  float: left;
  width: 960px;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area {
    float: none;
    width: 100%;
    padding: initial;
  }
}
.basic_block__wrap .basic_block .detail_area .txt_headline {
  margin: 0 0 35px;
  padding: 0 0 5px;
  border-left: 4px solid #a7bf73;
  padding-left: 8px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .txt_headline {
    border: none;
    text-align: center;
    padding: initial;
    margin: 0 0 16px;
  }
}
.basic_block__wrap .basic_block .detail_area .txt_headline h3 {
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .txt_headline h3 {
    display: inline-block;
    font-size: 20px;
    margin: 32px 0 16px;
    line-height: 1.2;
    letter-spacing: initial;
  }
}
.basic_block__wrap .basic_block .detail_area .txt_headline p {
  margin: 24px 0 0;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .txt_headline p {
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    margin: initial;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .txt_headline + p {
    font-size: 15px;
    line-height: 1.213331;
    padding-bottom: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .txt_headline.txt_headline--secondary {
    margin-bottom: 23px;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner {
  margin: 40px 0 0;
  padding: 0 0 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner {
    margin: 0 0 30px;
    padding: initial;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner:first-child {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner:first-child {
    margin: 0 0 30px;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner:last-child {
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .main {
    text-align: center;
    max-width: 100%;
    padding: 20px 90px;
    border: solid 1px #cccccc;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .main img {
    max-width: 100%;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img {
  float: left;
  width: 320px;
  margin-right: 40px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .img {
    text-align: center;
    float: none;
    width: 100%;
    margin-right: initial;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img.none {
  display: none;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img.none + .txt {
  float: none;
  width: 100%;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .img img {
    max-width: 100%;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .cap {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .img .cap {
    font-size: 13px;
    line-height: 1.4;
    margin: 5px 0 20px;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .cap:last-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .img .cap:last-of-type {
    margin: 5px 0 20px;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb {
  width: 208px;
  margin: 8px auto 0;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb ul li {
  position: relative;
  float: left;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-right: 8px;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb ul li:hover {
  cursor: pointer;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb ul li.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: calc(100% - 8px);
  border: 4px solid #1ab592;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb ul li:last-child {
  margin: 0;
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb ul li img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .img .sumb ul li img {
    max-width: 100%;
  }
}
.basic_block__wrap .basic_block .detail_area .detail_area_inner .txt {
  float: left;
  width: calc(100% - 360px);
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .txt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block .detail_area .detail_area_inner .c-txt--small {
    font-size: 13px;
    line-height: 1.4;
  }
}
.basic_block__wrap .basic_block.accordion .headline:hover {
  cursor: pointer;
}
.basic_block__wrap .basic_block.accordion .headline.close .detail_area {
  transition: all 5s;
  opacity: 0;
}
.basic_block__wrap .basic_block.accordion .headline.active .detail_area {
  opacity: 1;
}
.basic_block__wrap .basic_block.accordion .headline h2::before {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 24px;
  height: 14px;
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_accordion.png);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block.accordion .headline h2::before {
    display: none;
  }
}
.basic_block__wrap .basic_block.accordion .headline.close h2::before {
  transform: rotate(0deg);
}
.basic_block__wrap .basic_block.accordion .headline.active h2::before {
  transform: rotate(180deg);
}
.basic_block__wrap .basic_block.accordion .detail_area {
  display: none;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block.accordion h3 {
    margin: 0 0 0.25em 0 !important;
  }
}
@media screen and (max-width: 749px) {
  .basic_block__wrap .basic_block.accordion .txt_headline + p {
    font-size: 15px;
    line-height: 1.473331;
    padding: 20px 0;
    border-top: solid 1px #e6e6e6;
  }
}
.basic_block__wrap.basic_block__wrap--common {
  display: none;
}
.basic_block__wrap.basic_block__wrap--common .basic_block p {
  margin-bottom: 28px;
}
@media screen and (max-width: 749px) {
  .basic_block__wrap.basic_block__wrap--common .basic_block p {
    margin-bottom: 23px;
  }
}
.basic_block__wrap.basic_block__wrap--common.is-active {
  display: block;
}

.free_area {
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .free_area {
    padding: 30px 0;
  }
}
.free_area .c-movieAria {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .free_area .c-movieAria {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 749px) {
  .free_area .c-movieAria iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
}

/*賞ごとに見出しの色を変更*/
.yoshikawa .basic_block .headline h2, .yoshikawa .basic_block .detail_area .txt_headline {
  border-left: 4px solid #a7bf73 !important;
}
@media screen and (max-width: 749px) {
  .yoshikawa .basic_block .headline h2, .yoshikawa .basic_block .detail_area .txt_headline {
    border: none !important;
  }
}

.yoshikawa .headline--2 h2 {
  border-left: 4px solid #a7bf73;
}

.noma .basic_block .headline h2 {
  border-left: 4px solid #80b9ce !important;
}
@media screen and (max-width: 749px) {
  .noma .basic_block .headline h2 {
    border: none !important;
  }
}
.noma .basic_block .detail_area .txt_headline {
  border-left: 4px solid #80b9ce !important;
}
@media screen and (max-width: 749px) {
  .noma .basic_block .detail_area .txt_headline {
    border: none !important;
  }
}
.noma .basic_block .detail_area .detail_area_inner .img .sumb ul li.active::before {
  border: 4px solid #84cde8;
}

.basic_block.kako_list .headline h2 {
  border-left: 4px solid #3b8ce7;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list .headline h2 {
    border: none;
  }
}

/*newsエリアの設定*/
.basic_block {
  /*賞規定エリアの設定*/
  /*候補作エリア*/
}
.basic_block.news ul li {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .basic_block.news ul li {
    margin: 0.2em 0;
  }
}
.basic_block.news ul li:last-child {
  padding: 24px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 749px) {
  .basic_block.news ul li:last-child {
    padding: 20px 0 40px;
  }
}
.basic_block.news ul li:first-child {
  padding: 0 0 24px;
}
@media screen and (max-width: 749px) {
  .basic_block.news ul li:first-child {
    padding: 0 0 20px;
  }
}
.basic_block.news ul li .date {
  display: inline-block;
  width: 96px;
  vertical-align: top;
  color: #b0b0b0;
}
@media screen and (max-width: 749px) {
  .basic_block.news ul li .date {
    display: block;
    line-height: 1.2;
    max-width: 96px;
  }
}
.basic_block.news ul li .txt {
  display: inline-block;
  width: calc(100% - 96px);
  vertical-align: top;
}
@media screen and (max-width: 749px) {
  .basic_block.news ul li .txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.basic_block.news ul li .txt a {
  color: #3b8ce7;
}
.basic_block.news ul li .txt a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei {
    margin: initial;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei .detail_area {
    width: 90%;
    margin: 0 20px;
    padding-bottom: 60px;
  }
}
.basic_block.shokitei h2 {
  position: relative;
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #cccccc #cccccc;
    transform: rotate(-45deg);
    position: absolute;
    right: -30px;
    top: 3px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei .headline.active h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #cccccc #cccccc transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -30px;
    top: 5px;
  }
}
.basic_block.shokitei .detail_area ul {
  border-top: 1px solid #e5e5e5;
}
.basic_block.shokitei .detail_area ul li {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei .detail_area ul li {
    padding: initial;
    margin: 0.2em 0;
  }
}
.basic_block.shokitei .detail_area ul li:last-child {
  border: none;
}
.basic_block.shokitei .detail_area ul li .midashi {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei .detail_area ul li .midashi {
    font-size: 16px;
    line-height: 1.38125;
    padding: 20px 0;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.basic_block.shokitei .detail_area ul li .txt {
  display: inline-block;
  width: calc(100% - 200px);
  line-height: 1.7em;
}
@media screen and (max-width: 749px) {
  .basic_block.shokitei .detail_area ul li .txt {
    width: 100%;
    font-size: 15px;
    line-height: 1.473331;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku.basic_block {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku .headline {
    border-bottom: 1px solid #e5e5e5;
  }
}
.basic_block.kohosaku ul li {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li {
    padding: initial;
  }
}
.basic_block.kohosaku ul li:first-child {
  padding: 0 0 24px;
  color: #a3a3a3;
}
.basic_block.kohosaku ul li:last-child {
  border: none;
}
.basic_block.kohosaku ul li::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.basic_block.kohosaku ul li div {
  float: left;
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li div {
    display: flex;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: initial;
    padding: 12px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li div:first-child {
    padding-top: 16px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li div:last-child {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li div:before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #a3a3a3;
    width: 21%;
    margin-right: 22px;
    flex-shrink: 0;
  }
}
.basic_block.kohosaku ul li .sakuhin {
  width: 350px;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li .sakuhin {
    width: 100%;
  }
}
.basic_block.kohosaku ul li .sakuhin a {
  color: #3b8ce7;
  text-decoration: underline;
}
.basic_block.kohosaku ul li .sakuhin a:hover {
  text-decoration: none;
}
.basic_block.kohosaku ul li .shakusha, .basic_block.kohosaku ul li .shuppan, .basic_block.kohosaku ul li .hatsubai {
  width: 170px;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li .shakusha, .basic_block.kohosaku ul li .shuppan, .basic_block.kohosaku ul li .hatsubai {
    width: 100%;
  }
}
.basic_block.kohosaku ul li .btn {
  /*  width: 110px;*/
}
.basic_block.kohosaku ul li .btn a {
  display: inline-block;
  width: 106px;
  height: 46px;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #3b8ce7;
  color: #3b8ce7;
  line-height: 41px;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosaku ul li .btn a {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosha_list {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kohosha_list .headline {
    pointer-events: none;
  }
}
.basic_block.kohosha_list li {
  margin: 0 0 56px;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosha_list li {
    margin: initial;
  }
}
.basic_block.kohosha_list li:last-child {
  margin: 0;
}
.basic_block.kohosha_list li .name {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosha_list li .name {
    font-size: 15px;
    line-height: 1.213331;
    padding-bottom: 12px;
  }
}
.basic_block.kohosha_list li .txt {
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .basic_block.kohosha_list li .txt {
    font-size: 15px;
    line-height: 1.213331;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai {
    margin: initial;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai .detail_area {
    width: 100%;
    padding-bottom: 60px;
  }
}
.basic_block.senko_iinkai h2 {
  position: relative;
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #cccccc #cccccc;
    transform: rotate(-45deg);
    position: absolute;
    right: -30px;
    top: 3px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai .headline.active h2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #cccccc #cccccc transparent transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -30px;
    top: 5px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai.senko_iinkai__txt .list li {
    font-size: 13px;
    line-height: 1.4;
    float: none;
    width: 92%;
    margin: 0 4% 6%;
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai.senko_iinkai__txt .list li .name {
    margin: initial;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai.senko_iinkai__txt .list li .txt {
    margin: initial;
  }
}
.basic_block.senko_iinkai ul li {
  float: left;
  width: 160px;
  margin: 0 40px 36px 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai ul li {
    width: 44%;
    margin: 0 3% 6%;
    text-align: center;
  }
}
.basic_block.senko_iinkai ul li:nth-child(5n) {
  margin: 0 0 36px 0;
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai ul li:nth-child(5n) {
    margin: 0 3% 6%;
  }
}
.basic_block.senko_iinkai ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai ul li:last-child {
    margin: 0 3% 6%;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai ul li img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.basic_block.senko_iinkai ul.list li {
  float: none;
  width: 100%;
  margin: 0 0 56px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .basic_block.senko_iinkai ul.list li {
    width: 100%;
  }
}
.basic_block.senko_iinkai ul.list li .name {
  display: block;
  font-weight: bold;
}
.basic_block.senko_iinkai ul.list li .txt {
  display: inline-block;
}
.basic_block.senko_iinkai ul.list li span {
  margin: 4px 0 0;
}
.basic_block.kako_list.kako_list--center {
  display: flex;
  justify-content: center;
}
.basic_block.kako_list.kako_list--center .multiple {
  border-bottom: 1px solid #e5e5e5 !important;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list .headline {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list .detail_area {
    padding: initial;
  }
}
.basic_block.kako_list ul {
  margin: 0 0 13px;
}
.basic_block.kako_list ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li {
    font-size: 15px;
    padding: 23px 0;
    line-height: 1.213331;
  }
}
.basic_block.kako_list ul li:first-child {
  padding: 0 0 19px;
  color: #a3a3a3;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li:first-child {
    padding: 0 0 19px;
  }
}
.basic_block.kako_list ul li::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.basic_block.kako_list ul li .btn::after, .basic_block.kako_list ul li .btn span::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.basic_block.kako_list ul li div {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div {
    width: 100%;
    margin-right: initial;
  }
}
.basic_block.kako_list ul li div.box {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div.box {
    margin: initial;
  }
}
.basic_block.kako_list ul li div:last-child {
  margin: 0;
}
.basic_block.kako_list ul li div span {
  display: block;
  margin: 0 0 36px;
}
.basic_block.kako_list ul li div span:last-child {
  margin: 0;
}
.basic_block.kako_list ul li div .jushousya {
  width: 140px;
  margin-right: 10px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .jushousya {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-right: 0;
    padding-top: 12px;
  }
}
.basic_block.kako_list ul li div .jusho {
  width: 140px;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .jusho {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding-top: 12px;
  }
}
.basic_block.kako_list ul li div .jushousya--ver2 {
  width: 240px;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .jushousya--ver2 {
    display: flex;
    width: 100%;
    padding-top: 12px;
  }
}
.basic_block.kako_list ul li div .kouseki {
  width: 530px;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .kouseki {
    display: flex;
    width: 100%;
    padding: 12px 0 15px;
  }
}
.basic_block.kako_list ul li div .year {
  width: 140px;
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .year {
    padding: 16px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div.year {
  width: 140px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div.year {
    padding: 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .year__ver2 {
  width: 140px;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .year__ver2 {
    padding: 16px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .sakuhin {
  width: 370px;
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .sakuhin {
    padding: 12px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div.sakuhin {
  width: 370px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div.sakuhin {
    padding: 12px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .sakuhin--ver2 {
  width: 440px;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .sakuhin--ver2 {
    padding: 12px 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .shakusha {
  width: 100px;
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .shakusha {
    padding: 12px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .shakusha.shakusha--type_col-3 {
  width: 200px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .shakusha.shakusha--type_col-3 {
    width: 100%;
  }
}
.basic_block.kako_list ul li div.shakusha {
  width: 100px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div.shakusha {
    padding: 12px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div.shakusha.shakusha--type_col-3 {
  width: 200px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div.shakusha.shakusha--type_col-3 {
    width: 100%;
  }
}
.basic_block.kako_list ul li div .shuppan {
  width: 100px;
  padding: 10px 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .shuppan {
    padding: 12px 0 15px;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div.shuppan {
  width: 100px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div.shuppan {
    padding: 12px 0 15px;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .taishou {
  width: 140px;
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .taishou {
    padding: 12px 0 0;
    display: flex;
    width: 100%;
  }
}
.basic_block.kako_list ul li div .btn {
  width: auto;
}
.basic_block.kako_list ul li div .btn a {
  float: left;
  display: inline-block;
  width: 106px;
  height: 46px;
  margin: auto;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 46px;
  background-color: #3b8ce7;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div .btn a {
    width: auto;
  }
}
.basic_block.kako_list ul li div .btn a:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.basic_block.kako_list ul li div .btn span {
  margin: 0 0 12px;
}
.basic_block.kako_list ul li div .btn .info_award {
  margin-right: 8px;
  color: #fff;
  background: #3b8ce7;
}
.basic_block.kako_list ul li div .btn .info_sakuhin {
  border: 2px solid #3b8ce7;
  color: #3b8ce7;
  line-height: 41px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list ul li div:before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #a3a3a3;
    width: 21%;
    margin-right: 22px;
    flex-shrink: 0;
  }
}
.basic_block.kako_list ul li.multiple .sakuhin a {
  color: #3b8ce7;
  text-decoration: underline;
}
.basic_block.kako_list .backnumber {
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list .backnumber {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 13px;
  }
}
.basic_block.kako_list .backnumber a {
  color: #3b8ce7;
}
.basic_block.kako_list .backnumber a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list .backnumber a:hover {
    text-decoration: none;
  }
}
.basic_block.kako_list .backnumber a img {
  position: relative;
  top: 4px;
  margin-right: 3px;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list .backnumber a img {
    width: 12px;
    height: auto;
    top: 3px;
    margin-right: 5px;
  }
}
.basic_block.kako_list ul.backnumber_list li:last-child {
  border: none;
}
.basic_block.kako_list__detail {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list__detail {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 749px) {
  .basic_block.kako_list__detail li:last-child {
    border: none;
  }
}

.backnumber_list .jushousya__inr {
  margin: 0 !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .jushousya__inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
.backnumber_list .jushousya__inr .jushousyaName {
  margin: 0 5px 0 0;
}
.backnumber_list .jusho__inr {
  margin: 0 !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .jusho__inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
.backnumber_list .jusho__inr .jushoPref {
  margin: 0 5px 0 0;
}
.backnumber_list .kouseki__inr {
  margin: 0 !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .kouseki__inr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
.backnumber_list .kouseki__inr .kousekiDesc {
  margin: 0 5px 0 0;
}
.backnumber_list .multiple__inr {
  display: flex !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .multiple__inr {
    display: block !important;
  }
}
.backnumber_list .award_detail {
  width: 810px;
}
@media screen and (max-width: 749px) {
  .backnumber_list .award_detail {
    width: 100%;
  }
}
.backnumber_list .award_detail .award_detail__wrap {
  padding: 0 !important;
  border-bottom: none !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .award_detail .award_detail__wrap {
    width: 100%;
  }
}
.backnumber_list .award_detail .award_detail__wrap .award_detail__desc {
  display: flex;
}
@media screen and (max-width: 749px) {
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc {
    display: block;
  }
}
.backnumber_list .award_detail .award_detail__wrap .award_detail__desc .jushousya {
  border-bottom: none !important;
  color: #525252;
}
@media screen and (max-width: 749px) {
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc .jushousya {
    padding: 12px 0 0 0 !important;
  }
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc .jushousya::before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #a3a3a3;
    width: 21%;
    margin-right: 22px;
    flex-shrink: 0;
  }
}
.backnumber_list .award_detail .award_detail__wrap .award_detail__desc .jusho {
  padding: 0 !important;
  border-bottom: none !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc .jusho {
    padding: 12px 0 0 0 !important;
  }
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc .jusho::before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #a3a3a3;
    width: 21%;
    margin-right: 22px;
    flex-shrink: 0;
  }
}
.backnumber_list .award_detail .award_detail__wrap .award_detail__desc .kouseki {
  padding: 0 !important;
}
@media screen and (max-width: 749px) {
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc .kouseki {
    padding: 12px 0 0 0 !important;
  }
  .backnumber_list .award_detail .award_detail__wrap .award_detail__desc .kouseki::before {
    content: attr(data-label);
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #a3a3a3;
    width: 21%;
    margin-right: 22px;
    flex-shrink: 0;
  }
}

.u-color-link {
  color: #3b8ce7;
}

.p-info__wrap {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .p-info__wrap {
    width: 100%;
  }
}

.p-info__list {
  margin-bottom: 40px;
}
.p-info__list .p-info__item {
  padding: 20px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 749px) {
  .p-info__list .p-info__item:first-of-type {
    border-top: none;
  }
}
.p-info__list .p-info__item:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.p-info__list .p-info__item a {
  color: #3b8ce7;
}
.p-info__list .p-info__item .p-info__detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .p-info__list .p-info__item .p-info__detail {
    flex-direction: column;
  }
}
.p-info__list .p-info__item .p-info__date {
  width: 90px;
}
@media screen and (max-width: 749px) {
  .p-info__list .p-info__item .p-info__date {
    width: 100%;
    margin-bottom: 12px;
  }
}
.p-info__list .p-info__item .p-info__title {
  width: 200px;
}
@media screen and (max-width: 749px) {
  .p-info__list .p-info__item .p-info__title {
    width: 100%;
    margin-bottom: 12px;
  }
}
.p-info__list .p-info__item .p-info__desc {
  width: 300px;
}
@media screen and (max-width: 749px) {
  .p-info__list .p-info__item .p-info__desc {
    width: 100%;
    margin-bottom: 12px;
  }
}
.p-info__list .p-info__item .p-info__desc a {
  display: inline-block;
}
.p-info__list .p-info__item .p-info__official {
  width: 200px;
}
@media screen and (max-width: 749px) {
  .p-info__list .p-info__item .p-info__official {
    width: 100%;
  }
}

.p-pagination {
  margin-bottom: 40px;
}
.p-pagination .p-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .p-pagination .p-pagination__list {
    display: none;
  }
}
.p-pagination .p-pagination__item:not(:last-of-type) {
  margin-right: 5px;
}
@media screen and (max-width: 749px) {
  .p-pagination .p-pagination__item:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 749px) {
  .p-pagination .p-pagination__item:nth-of-type(8) {
    margin-right: 0;
  }
}
.p-pagination .p-pagination__link {
  color: #3b8ce7;
  padding: 8px 15.5px;
  background: #f5f5f5;
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  .p-pagination .p-pagination__link {
    padding: 12px 18.5px;
  }
}
.p-pagination .p-pagination__link:hover {
  text-decoration: underline;
}
.p-pagination .p-pagination__link.is-current {
  display: block;
  background-color: #3b8ce7;
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.p-pagination .p-pagination__link.notLink {
  color: #525252;
  text-decoration: none;
}

.p-pagination__sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .p-pagination__sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
  }
}
.p-pagination__sp .p-pagination__select-wrap {
  height: 48px;
  width: 100%;
  margin: 0 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.p-pagination__sp .p-pagination__select-wrap:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: 15px;
  top: 49%;
  transform: translateY(-49%) rotate(45deg);
  border-bottom: 2px solid #3b8ce7;
  border-right: 2px solid #3b8ce7;
  z-index: 0;
}
.p-pagination__sp .pagination-select-label {
  position: absolute;
  font-size: 16px;
  font-family: "Noto Sans Japanese", serif;
  color: #3b8ce7;
  text-align: center;
  background: #f5f5f5;
  width: 100%;
  padding: 12px 0;
  border-radius: 5px;
}
.p-pagination__sp .p-pagination__select {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.p-pagination__sp::-ms-expand {
  display: none;
}
.p-pagination__sp .p-pagination__prev .p-pagination__link,
.p-pagination__sp .p-pagination__next .p-pagination__link {
  border-radius: 5px;
  color: #3b8ce7;
  background-color: #f5f5f5;
  word-break: keep-all;
}
.p-pagination__sp .p-pagination__prev .p-pagination__link.notLink,
.p-pagination__sp .p-pagination__next .p-pagination__link.notLink {
  color: #525252;
}

/*==================================================
	Base Layout
	Header Area
	Global Navigation
	Main Visual
	Contents Area
	map customize
	Footer Area
==================================================*/
/*--------------------------------------------------
	base Layout
--------------------------------------------------*/
/*--------------------------------------------------
	Header Area
--------------------------------------------------*/
/*--------------------------------------------------
	Main Visual
--------------------------------------------------*/
#main {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #main {
    width: auto;
    margin: initial;
  }
}

#kv-area .box-01 {
  float: left;
  width: 711px;
  margin-right: 20px;
  background: #000;
}
#kv-area .box-02 {
  float: left;
  position: relative;
  width: 469px;
  height: 400px;
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 {
    float: none;
    width: 100%;
    height: initial;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bxslider01__pcwrap {
    height: 0;
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bxslider01__pcwrap .bx-wrapper {
    height: 0;
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bxslider01__pcwrap .bx-viewport {
    height: 0;
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bx-pager.bx-default-pager {
    position: static;
  }
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bx-pager.bx-default-pager .bx-pager-link {
    background-color: #ccc;
  }
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bx-pager.bx-default-pager .bx-pager-link.active {
    background-color: #3266c9;
  }
}
#kv-area .box-02 .bxslider01__spwrap .bx-wrapper {
  background: none;
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bxslider01__spwrap .bx-wrapper {
    background: #fff;
  }
}
#kv-area .box-02 .bx-controls.bx-has-pager {
  display: none;
}
@media screen and (max-width: 749px) {
  #kv-area .box-02 .bx-controls.bx-has-pager {
    display: block;
  }
}
#kv-area .box-02 .bxslider01--sp.is-active {
  opacity: 1;
}
#kv-area ul li img {
  width: 469px;
  height: auto;
}
@media screen and (max-width: 749px) {
  #kv-area ul li img {
    width: 100%;
  }
}
#kv-area #PrevIcon01 a {
  display: block;
  width: 100%;
  height: 58px;
  position: absolute;
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/btn_prev01.png) center no-repeat, rgba(255, 255, 255, 0.8);
  color: #fff;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
#kv-area #NextIcon01 a {
  display: block;
  width: 100%;
  height: 56px;
  position: absolute;
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/btn_next01.png) center no-repeat, rgba(255, 255, 255, 0.8);
  color: #fff;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}
#kv-area .bx-wrapper {
  height: 400px;
}
@media screen and (max-width: 749px) {
  #kv-area .bx-wrapper {
    height: initial;
  }
}
#kv-area .bx-viewport {
  height: 322px !important;
  padding-top: 78px;
}
@media screen and (max-width: 749px) {
  #kv-area .bx-viewport {
    height: auto !important;
    padding: initial;
  }
}
#kv-area .bxslider01 li {
  top: 80px;
}
#kv-area .txt {
  margin: 0 0 8px;
}
#kv-area .txt h2 {
  padding: 0;
  border: none;
}

/*--------------------------------------------------
	contents Area
--------------------------------------------------*/
@media screen and (max-width: 749px) {
  .content-inner {
    width: 88.8%;
    margin: 0 auto;
  }
}

.content_box {
  margin: 40px 0 33px;
}
@media screen and (max-width: 749px) {
  .content_box {
    width: auto;
    margin: 0 auto 50px;
  }
}
.content_box h2 {
  border-bottom: 1px solid #ccc;
  line-height: 38px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 749px) {
  .content_box h2 {
    font-size: 20px;
    padding-bottom: 14px;
  }
}
.content_box h2 img {
  margin-right: 16px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 749px) {
  .content_box h2 img {
    margin-right: 7px;
  }
}
.content_box .news_block {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 749px) {
  .content_box .news_block {
    padding: 10px 0;
  }
}
.content_box .news_block:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_news.png) repeat center;
}
@media screen and (max-width: 749px) {
  .content_box .news_block:hover {
    background: none;
  }
}
.content_box .news_block:hover a {
  color: #3b81d0;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .content_box .news_block:hover a {
    color: initial;
    text-decoration: none;
  }
}
.content_box .news_block > div {
  font-size: 13px;
  line-height: 21px;
  float: left;
}
@media screen and (max-width: 749px) {
  .content_box .news_block > div {
    float: none;
    line-height: 19px;
  }
}
.content_box .news_date {
  width: 90px;
  color: #a3a3a3;
  padding: 20px 0;
}
@media screen and (max-width: 749px) {
  .content_box .news_date {
    padding: initial;
  }
}
.content_box .news_content {
  width: 1110px;
}
.content_box .news_content a {
  padding: 20px 0;
}
@media screen and (max-width: 749px) {
  .content_box .news_content {
    width: auto;
  }
  .content_box .news_content a {
    padding: initial;
  }
}
.content_box.movie_wrap .news_content, .content_box.anime_wrap .news_content {
  width: 494px;
}
@media screen and (max-width: 749px) {
  .content_box.movie_wrap .news_content, .content_box.anime_wrap .news_content {
    width: auto;
  }
}
.content_box table {
  border-collapse: collapse;
  border-spacing: 0;
}
.content_box th, .content_box td {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  font-size: 13px;
  line-height: 21px;
}
.content_box th {
  width: 90px;
  color: #a3a3a3;
  font-weight: normal;
  vertical-align: top;
}
.content_box td {
  width: 1110px;
}
.content_box p.more {
  position: relative;
  text-align: right;
  margin-top: 9px;
}
@media screen and (max-width: 749px) {
  .content_box p.more {
    margin-top: 17px;
  }
}
.content_box p.more a {
  color: #599dea;
  display: inline;
  font-size: 13px;
  line-height: 22px;
}
.content_box p.more a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .content_box p.more a:hover {
    text-decoration: none;
  }
}
.content_box p.more img {
  position: relative;
  top: 3px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

/*情報*/
#box-items {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #box-items {
    margin-top: 14px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 749px) {
  #box-items .bxslider02 {
    width: 100% !important;
  }
}
#box-items ul.bxslider03 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #box-items ul.bxslider03 {
    display: block;
    gap: 32px 0;
  }
}
#box-items ul.bxslider03 li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 6);
  margin: 0;
}
#box-items ul.bxslider03 li:nth-child(6n) {
  margin: 0;
}
@media screen and (max-width: 749px) {
  #box-items ul.bxslider03 li {
    display: block;
    width: 47.2%;
  }
}
#box-items ul.bxslider03 li .image img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  #box-items ul.bxslider03 {
    display: block;
    width: 100% !important;
    padding: 0;
  }
}
#box-items .bx-wrapper {
  max-width: 1056px !important;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #box-items .bx-wrapper {
    width: auto;
    margin: initial;
  }
}
#box-items ul li {
  margin-right: 24px;
}
#box-items ul li a {
  color: #525252;
}
#box-items ul li span {
  display: block;
  font-size: 13px;
  line-height: 21px;
}
#box-items ul li:hover img {
  opacity: 0.8;
}
#box-items ul li:hover span {
  text-decoration: underline;
  color: #3b81d0;
}
@media screen and (max-width: 749px) {
  #box-items ul li:hover span {
    text-decoration: none;
    color: initial;
  }
}
#box-items .image {
  position: relative;
  margin-bottom: 21px;
  height: 260px;
}
@media screen and (max-width: 749px) {
  #box-items .image {
    margin-bottom: 10px;
    height: auto;
  }
}
#box-items .image img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 749px) {
  #box-items .image img {
    position: static;
    max-width: 100%;
  }
}
#box-items .catch.tTip {
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 749px) {
  #box-items .catch.tTip {
    margin-bottom: 10px;
  }
}
#box-items .title.tTip {
  margin-bottom: 24px;
}
#box-items .author.tTip {
  margin-bottom: 2px;
}
@media screen and (max-width: 749px) {
  #box-items .author.tTip {
    margin-bottom: 4px;
  }
}
#box-items .date {
  color: #a3a3a3;
}
#box-items #PrevIcon02 a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/btn_prev02.png) left center no-repeat;
  color: #fff;
  top: 153px;
  left: 0;
  text-indent: -9999px;
}
@media screen and (max-width: 749px) {
  #box-items #PrevIcon02 a {
    display: none;
  }
}
#box-items #NextIcon02 a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/btn_next02.png) left center no-repeat;
  color: #fff;
  top: 153px;
  right: 0;
  text-indent: -9999px;
}
@media screen and (max-width: 749px) {
  #box-items #NextIcon02 a {
    display: none;
  }
}

.content_box.recommend_wrap .layout_tp {
  margin-top: 70px;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp {
    margin-top: 0px;
  }
}
.content_box.recommend_wrap .layout_tp .box {
  float: left;
  width: 282px;
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    margin-right: initial;
  }
}
.content_box.recommend_wrap .layout_tp .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box:last-child {
    margin-bottom: 0;
  }
}
.content_box.recommend_wrap .layout_tp .box img {
  width: 100%;
  margin-bottom: 23px;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box img {
    margin-bottom: 15px;
  }
}
.content_box.recommend_wrap .layout_tp .box .text {
  padding-right: 10px;
  word-break: break-all;
  font-size: 13px;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box .text {
    line-height: 1.4;
    padding-right: initial;
  }
}
.content_box.recommend_wrap .layout_tp .box h3 {
  font-size: 17px;
  margin-bottom: 18px;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box h3 {
    font-size: 13px;
    line-height: 1.46154;
    margin-bottom: 12px;
  }
}
.content_box.recommend_wrap .layout_tp .box p {
  font-size: 13px;
  line-height: 21px;
}
.content_box.recommend_wrap .layout_tp .box:hover img {
  opacity: 0.8;
}
.content_box.recommend_wrap .layout_tp .box:hover a, .content_box.recommend_wrap .layout_tp .box:hover h3, .content_box.recommend_wrap .layout_tp .box:hover p {
  color: #3b81d0;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box:hover a, .content_box.recommend_wrap .layout_tp .box:hover h3, .content_box.recommend_wrap .layout_tp .box:hover p {
    color: initial;
    text-decoration: none;
  }
}
.content_box.recommend_wrap .layout_tp .box.text:hover a, .content_box.recommend_wrap .layout_tp .box.text:hover h3 {
  color: #525252;
  text-decoration: none;
}
.content_box.recommend_wrap .layout_tp .box ul {
  display: none;
}
.content_box.recommend_wrap .layout_tp .box.text ul {
  display: block;
  font-size: 13px;
}
.content_box.recommend_wrap .layout_tp .box.text ul li a {
  text-decoration: underline !important;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box.text ul li a {
    margin: 0.2em 0;
    line-height: 1.4;
    text-decoration: none !important;
  }
}
.content_box.recommend_wrap .layout_tp .box.text ul li a:hover {
  color: #3b81d0;
  text-decoration: underline !important;
}
@media screen and (max-width: 749px) {
  .content_box.recommend_wrap .layout_tp .box.text ul li a:hover {
    color: initial;
    text-decoration: none !important;
  }
}
.content_box.movie_wrap, .content_box.anime_wrap {
  float: left;
  width: 585px;
}
@media screen and (max-width: 749px) {
  .content_box.movie_wrap, .content_box.anime_wrap {
    float: none;
    width: auto;
  }
}
.content_box.movie_wrap .c-text-base, .content_box.anime_wrap .c-text-base {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
}
.content_box.movie_wrap .c-text-sm, .content_box.anime_wrap .c-text-sm {
  font-size: 13px;
  line-height: 2;
}
.content_box.movie_wrap .c-text-sm a, .content_box.anime_wrap .c-text-sm a {
  display: inline;
  color: #599dea;
}
.content_box.movie_wrap .c-text-sm a:hover, .content_box.anime_wrap .c-text-sm a:hover {
  text-decoration: underline;
}
.content_box.movie_wrap .c-link--blue, .content_box.anime_wrap .c-link--blue {
  color: #599dea;
}
.content_box.movie_wrap .c-link--blue:hover, .content_box.anime_wrap .c-link--blue:hover {
  text-decoration: underline;
}
.content_box.anime_wrap {
  margin-right: 30px;
}
@media screen and (max-width: 749px) {
  .content_box.anime_wrap {
    margin-right: initial;
  }
}
.content_box.info_wrap {
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap {
    margin-bottom: 50px;
  }
}
.content_box.info_wrap .info_container {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_container {
    margin-top: 14px;
    padding-bottom: initial;
    border: none;
  }
}
.content_box.info_wrap .info_container th, .content_box.info_wrap .info_container td {
  border: none;
}
.content_box.info_wrap .info_container h2 {
  border: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  text-align: right;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_container h2 {
    text-align: initial;
  }
}
.content_box.info_wrap .info_container h2 img {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_container li {
    position: relative;
    padding: 17px 0;
    margin: 0;
    line-height: 19px;
    border-bottom: 1px solid #ccc;
    transition: 0.2s;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_container li li:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 7px;
    width: 17px;
    height: 17px;
    background-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_container li .accordion-open {
    font-weight: bold;
  }
}
.content_box.info_wrap .info_block {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block.block_book {
    padding-left: 14px;
    margin-bottom: 34px;
    border-left: 2px solid #85b5ea;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block.block_comic {
    padding-left: 14px;
    margin-bottom: 34px;
    border-left: 2px solid #f7d068;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block.block_nonfiction {
    padding-left: 14px;
    margin-bottom: 34px;
    border-left: 2px solid #c79ee9;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block.block_child {
    padding-left: 14px;
    margin-bottom: 34px;
    border-left: 2px solid #feadbd;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block.block_fashion {
    padding-left: 14px;
    margin-bottom: 34px;
    border-left: 2px solid #87dcc9;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block.block_group {
    padding-left: 14px;
    margin-bottom: 34px;
    border-left: 2px solid #899efa;
  }
}
.content_box.info_wrap .info_block_sub {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li {
    position: relative;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 7px;
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
}
.content_box.info_wrap .info_col {
  float: left;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_col {
    float: none;
  }
}
.content_box.info_wrap .info_col.headLine {
  width: 196px;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_col.headLine {
    width: auto;
    padding: initial;
  }
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_col.headLine h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 749px) {
  .recommend_wrap #box-items ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .recommend_wrap #box-items li {
    width: 47.2%;
    margin: 0 0 32px 0;
  }
}

/*見出し色*/
.block_book .info_block_sub {
  border-left: 2px solid #85b5ea;
}
@media screen and (max-width: 749px) {
  .block_book .info_block_sub {
    border: none;
  }
}

.block_comic .info_block_sub {
  border-left: 2px solid #f7d068;
}
@media screen and (max-width: 749px) {
  .block_comic .info_block_sub {
    border: none;
  }
}

.block_nonfiction .info_block_sub {
  border-left: 2px solid #c79ee9;
}
@media screen and (max-width: 749px) {
  .block_nonfiction .info_block_sub {
    border: none;
  }
}

.block_child .info_block_sub {
  border-left: 2px solid #feadbd;
}
@media screen and (max-width: 749px) {
  .block_child .info_block_sub {
    border: none;
  }
}

.block_fashion .info_block_sub {
  border-left: 2px solid #87dcc9;
}
@media screen and (max-width: 749px) {
  .block_fashion .info_block_sub {
    border: none;
  }
}

.block_group .info_block_sub {
  border-left: 2px solid #899efa;
}
@media screen and (max-width: 749px) {
  .block_group .info_block_sub {
    border: none;
  }
}

.content_box.info_wrap .info_block_sub > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 980px;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub > ul {
    width: auto;
    flex-direction: column;
  }
}
.content_box.info_wrap .info_block_sub > ul > li {
  min-width: 220px;
}
.content_box.info_wrap .info_block_sub > ul > li.accordion-open {
  height: inherit !important;
}
.content_box.info_wrap .info_block_sub li {
  position: relative;
  font-size: 13px;
  line-height: 29px;
  width: 220px;
  padding: 7px 0;
  margin-left: 20px;
  cursor: pointer;
  word-break: break-word;
  box-sizing: border-box;
  transition: 0.2s;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li {
    width: 100%;
    padding: 17px 0;
    margin: 0;
    line-height: 1.46154;
    border-bottom: 1px solid #ccc;
  }
}
.content_box.info_wrap .info_block_sub li:after {
  transition: 0.1s;
}
.content_box.info_wrap .info_block_sub li:hover {
  padding: 7px 12px;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li:hover {
    padding: 17px 0;
  }
}
.content_box.info_wrap .info_block_sub li:hover:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li:hover:after {
    top: 18px;
    right: 7px;
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
}

/*文芸*/
.block_book .info_block_sub li:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_book.png) repeat;
}
@media screen and (max-width: 749px) {
  .block_book .info_block_sub li:hover {
    background: initial;
  }
}
.block_book .info_block_sub li:hover:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_book .info_block_sub li:hover:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue_sp.png) no-repeat center center;
  }
}

/*漫画*/
.block_comic .info_block_sub li:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_comic.png) repeat;
}
@media screen and (max-width: 749px) {
  .block_comic .info_block_sub li:hover {
    background: initial;
  }
}
.block_comic .info_block_sub li:hover:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_yellow.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_comic .info_block_sub li:hover:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_yellow_sp.png) no-repeat center center;
  }
}

/*ノンフィクション*/
.block_nonfiction .info_block_sub li:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_nonfiction.png) repeat;
}
@media screen and (max-width: 749px) {
  .block_nonfiction .info_block_sub li:hover {
    background: initial;
  }
}
.block_nonfiction .info_block_sub li:hover:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_purple.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_nonfiction .info_block_sub li:hover:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_purple_sp.png) no-repeat center center;
  }
}

/*幼児・児童*/
.block_child .info_block_sub li:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_child.png) repeat;
}
@media screen and (max-width: 749px) {
  .block_child .info_block_sub li:hover {
    background: initial;
  }
}
.block_child .info_block_sub li:hover:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_pink.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_child .info_block_sub li:hover:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_pink_sp.png) no-repeat center center;
  }
}

/*ファッション*/
.block_fashion .info_block_sub li:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_fashion.png) repeat;
}
@media screen and (max-width: 749px) {
  .block_fashion .info_block_sub li:hover {
    background: initial;
  }
}
.block_fashion .info_block_sub li:hover:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_green.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_fashion .info_block_sub li:hover:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_green_sp.png) no-repeat center center;
  }
}

/*総合*/
.block_group .info_block_sub li:hover {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_group.png) repeat;
}
@media screen and (max-width: 749px) {
  .block_group .info_block_sub li:hover {
    background: initial;
  }
}
.block_group .info_block_sub li:hover:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue-violet.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_group .info_block_sub li:hover:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue-violet_sp.png) no-repeat center center;
  }
}

/*アコーディオン*/
.content_box.info_wrap .acoBody {
  display: none;
}
.content_box.info_wrap .info_block_sub li.accordion-open {
  padding: 7px 12px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li.accordion-open {
    padding: 17px 13px 7px;
  }
}

@media screen and (max-width: 749px) {
  .block_book .info_block_sub li:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue_sp.png) no-repeat;
  }
}

.block_book .info_block_sub li.accordion-open {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_book.png) repeat;
}

@media screen and (max-width: 749px) {
  .block_comic .info_block_sub li:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_yellow_sp.png) no-repeat;
  }
}

.block_comic .info_block_sub li.accordion-open {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_comic.png) repeat;
}

@media screen and (max-width: 749px) {
  .block_nonfiction .info_block_sub li:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_purple_sp.png) no-repeat;
  }
}

.block_nonfiction .info_block_sub li.accordion-open {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_nonfiction.png) repeat;
}

@media screen and (max-width: 749px) {
  .block_child .info_block_sub li:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_pink_sp.png) no-repeat;
  }
}

.block_child .info_block_sub li.accordion-open {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_child.png) repeat;
}

@media screen and (max-width: 749px) {
  .block_fashion .info_block_sub li:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_green_sp.png) no-repeat;
  }
}

.block_fashion .info_block_sub li.accordion-open {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_fashion.png) repeat;
}

@media screen and (max-width: 749px) {
  .block_group .info_block_sub li:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue-violet_sp.png) no-repeat;
  }
}

.block_group .info_block_sub li.accordion-open {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/bg_group.png) repeat;
}

.content_box.info_wrap .info_block_sub li.accordion-open:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  transition: 0.1s;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li.accordion-open:after {
    width: 17px;
    height: 17px;
    top: 18px;
    right: 7px;
    background-size: 17px;
    transform: initial;
    transition: initial;
  }
}

/*開いた時のアイコン*/
.block_book .info_block_sub li.accordion-open:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_book .info_block_sub li.accordion-open:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_close_blue_sp.png) no-repeat center center;
  }
}

.block_comic .info_block_sub li.accordion-open:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_yellow.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_comic .info_block_sub li.accordion-open:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_close_yellow_sp.png) no-repeat center center;
  }
}

.block_nonfiction .info_block_sub li.accordion-open:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_purple.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_nonfiction .info_block_sub li.accordion-open:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_close_purple_sp.png) no-repeat center center;
  }
}

.block_child .info_block_sub li.accordion-open:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_pink.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_child .info_block_sub li.accordion-open:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_close_pink_sp.png) no-repeat center center;
  }
}

.block_fashion .info_block_sub li.accordion-open:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_green.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_fashion .info_block_sub li.accordion-open:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_close_green_sp.png) no-repeat center center;
  }
}

.block_group .info_block_sub li.accordion-open:after {
  background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_open_blue-violet.png) no-repeat center center;
}
@media screen and (max-width: 749px) {
  .block_group .info_block_sub li.accordion-open:after {
    background: url(/upload/pr.kodansha.co.jp/files/kds_corporate/images/ico_close_blue-violet_sp.png) no-repeat center center;
  }
}

.content_box.info_wrap .info_block_sub li th {
  width: 76px;
  padding: 4.5px 0;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 20px;
}
.content_box.info_wrap .info_block_sub li td {
  width: 120px;
  padding: 4.5px 0;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li td {
    line-height: 1;
  }
}
.content_box.info_wrap .info_block_sub li td a {
  display: inline-block;
  color: #525252;
}
@media screen and (max-width: 749px) {
  .content_box.info_wrap .info_block_sub li td a {
    color: #3b81d0;
    text-decoration: underline;
    font-weight: normal;
  }
}
.content_box.info_wrap .info_block_sub li td a:hover {
  text-decoration: underline;
  color: #3b81d0;
}
.content_box.info_wrap .info_block_sub li td img.sns_icon {
  margin-right: 10px;
}
.content_box.info_wrap .info_block_sub li td img.sns_icon:hover {
  opacity: 0.7;
}

.bnr_area_wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 749px) {
  .bnr_area_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0 auto 12.6%;
  }
}
.bnr_area_wrap .bnr_box {
  float: left;
  margin: 0 23px 24px 0;
}
@media screen and (max-width: 749px) {
  .bnr_area_wrap .bnr_box {
    width: 47.2%;
    float: none;
    margin: 0 0 5.6%;
  }
}
.bnr_area_wrap .bnr_box a {
  width: 282px;
  height: 176px;
  max-height: 178px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  .bnr_area_wrap .bnr_box a {
    width: auto;
    height: auto;
    max-height: initial;
  }
}
.bnr_area_wrap .bnr_box img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .bnr_area_wrap .bnr_box img {
    max-width: 100%;
  }
}
.bnr_area_wrap .bnr_box:hover {
  opacity: 0.8;
}
.bnr_area_wrap .bnr_box:nth-child(4n) {
  margin-right: 0;
}

/**
* Plugin
* ========================== */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/upload/pr.kodansha.co.jp/files/kds_corporate/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/upload/pr.kodansha.co.jp/files/kds_corporate/images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("/upload/pr.kodansha.co.jp/files/kds_corporate/images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/upload/pr.kodansha.co.jp/files/kds_corporate/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/upload/pr.kodansha.co.jp/files/kds_corporate/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */

/*# sourceMappingURL=style.css.map */
