@charset "UTF-8";

/* WebFonts */
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP"), url(../font/NotoSansCJKjp-Regular-SF.woff) format("woff"), url(../font/NotoSansCJKjp-Regular-SF.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP"), url(../font/NotoSansCJKjp-Bold-SF.woff) format("woff"), url(../font/NotoSansCJKjp-Bold-SF.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url(../font/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), url(../font/Roboto-Bold.ttf) format("truetype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

h5, h4, h3, h2, h1 {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a:focus {
  text-decoration: none;
}

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

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* display
-------------------------------------------------- */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;

}

@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  
  .d-md-block {
    display: block !important;
  }
}

/* text
-------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 10px;
  left: 10px;
}
blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  overflow-x: scroll;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* list
-------------------------------------------------- */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

.inline-list li {
  display: inline-block;
}

/* embed
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/* form
-------------------------------------------------- */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* form
---------------------------------------- */
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
  border-radius: 0;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}
form textarea {
  width: 80%;
}
form input[type="submit"],
form button {
  padding: 12px 20px;
  border: none;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form input[type="tel"],
  form input[type="number"],
  form input[type="date"],
  form textarea {
    font-size: 16px;
  }
}

/* table
-------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
}

th, td {
  border: 1px solid #e5e5e5;
  padding: 8px 13px;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 90px;
  right: 12px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
}
.pagetop span i {
  color: #fff;
}
.pagetop.show {
  visibility: visible;
  opacity: .8;
}

@media screen and (max-width: 991px) {
  /* tablet */
  .pagetop {
    right: 20px;
    bottom: 20px;
  }

  /* tablet end */
}
.row {
  *zoom: 1;
}
.row:before {
  display: inline-table;
}
.row:after {
  content: "";
  display: block;
  clear: both;
}

.gr1,
.gr2,
.gr3,
.gr4,
.gr5,
.gr6,
.gr7,
.gr8,
.gr9,
.gr10,
.gr11,
.gr12,
.gld-sub,
.gld-main,
.gr1-5 {
  float: left;
  box-sizing: border-box;
}

.gr1 {
  width: 8.33%;
}

.gr2 {
  width: 16.66%;
}

.gr3 {
  width: 25%;
}

.gr4 {
  width: 33.33%;
}

.gr5 {
  width: 41.66%;
}

.gr6 {
  width: 50%;
}

.gr7 {
  width: 58.33%;
}

.gr8 {
  width: 66.66%;
}

.gr9 {
  width: 75%;
}

.gr10 {
  width: 83.33%;
}

.gr11 {
  width: 91.33%;
}

.gr12 {
  width: 100%;
}

.gr1-5 {
  width: 20%;
}

.gld-sub {
  width: 37.31%;
}

.gld-main {
  width: 62.68%;
}

@media screen and (max-width: 1200px) {
  /* laptop */
  .gr1.lt-flat,
  .gr2.lt-flat,
  .gr3.lt-flat,
  .gr4.lt-flat,
  .gr5.lt-flat,
  .gr6.lt-flat,
  .gr7.lt-flat,
  .gr8.lt-flat,
  .gr9.lt-flat,
  .gr10.lt-flat,
  .gr11.lt-flat,
  .gr12.lt-flat,
  .gld-sub.lt-flat,
  .gld-main.lt-flat,
  .gr1-5.lt-flat {
    width: 100% !important;
  }

  /* laptop end */
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* laptop only */
  .gr1-lt {
    width: 8.33% !important;
  }

  .gr2-lt {
    width: 16.66% !important;
  }

  .gr3-lt {
    width: 25% !important;
  }

  .gr4-lt {
    width: 33.33% !important;
  }

  .gr5-lt {
    width: 41.66% !important;
  }

  .gr6-lt {
    width: 50% !important;
  }

  .gr7-lt {
    width: 58.33% !important;
  }

  .gr8-lt {
    width: 66.66% !important;
  }

  .gr9-lt {
    width: 75% !important;
  }

  .gr10-lt {
    width: 83.33% !important;
  }

  .gr11-lt {
    width: 91.33% !important;
  }

  .gr12-lt {
    width: 100% !important;
  }

  .gr1-5-lt {
    width: 20% !important;
  }

  .gld-sub-lt {
    width: 37.31% !important;
  }

  .gld-main-lt {
    width: 62.68% !important;
  }

  /* laptop only end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .gr1.tb-flat,
  .gr2.tb-flat,
  .gr3.tb-flat,
  .gr4.tb-flat,
  .gr5.tb-flat,
  .gr6.tb-flat,
  .gr7.tb-flat,
  .gr8.tb-flat,
  .gr9.tb-flat,
  .gr10.tb-flat,
  .gr11.tb-flat,
  .gr12.tb-flat,
  .gld-sub.tb-flat,
  .gld-main.tb-flat,
  .gr1-5.tb-flat {
    width: 100% !important;
  }

  .gr1-tb {
    width: 8.33% !important;
  }

  .gr2-tb {
    width: 16.66% !important;
  }

  .gr3-tb {
    width: 25% !important;
  }

  .gr4-tb {
    width: 33.33% !important;
  }

  .gr5-tb {
    width: 41.66% !important;
  }

  .gr6-tb {
    width: 50% !important;
  }

  .gr7-tb {
    width: 58.33% !important;
  }

  .gr8-tb {
    width: 66.66% !important;
  }

  .gr9-tb {
    width: 75% !important;
  }

  .gr10-tb {
    width: 83.33% !important;
  }

  .gr11-tb {
    width: 91.33% !important;
  }

  .gr12-tb {
    width: 100% !important;
  }

  .gr1-5-tb {
    width: 20% !important;
  }

  .gld-sub-tb {
    width: 37.31% !important;
  }

  .gld-main-tb {
    width: 62.68% !important;
  }

  /* tablet end */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* tablet only */
  .gr1-tb {
    width: 8.33% !important;
  }

  .gr2-tb {
    width: 16.66% !important;
  }

  .gr3-tb {
    width: 25% !important;
  }

  .gr4-tb {
    width: 33.33% !important;
  }

  .gr5-tb {
    width: 41.66% !important;
  }

  .gr6-tb {
    width: 50% !important;
  }

  .gr7-tb {
    width: 58.33% !important;
  }

  .gr8-tb {
    width: 66.66% !important;
  }

  .gr9-tb {
    width: 75% !important;
  }

  .gr10-tb {
    width: 83.33% !important;
  }

  .gr11-tb {
    width: 91.33% !important;
  }

  .gr12-tb {
    width: 100% !important;
  }

  .gr1-5-tb {
    width: 20% !important;
  }

  .gld-sub-tb {
    width: 37.31% !important;
  }

  .gld-main-tb {
    width: 62.68% !important;
  }

  /* tablet only end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .gr1,
  .gr2,
  .gr3,
  .gr4,
  .gr5,
  .gr6,
  .gr7,
  .gr8,
  .gr9,
  .gr10,
  .gr11,
  .gr12,
  .gr1-5,
  .gld-sub,
  .gld-main {
    width: 100%;
  }

  .gr1-sp {
    width: 8.33% !important;
  }

  .gr2-sp {
    width: 16.66% !important;
  }

  .gr3-sp {
    width: 25% !important;
  }

  .gr4-sp {
    width: 33.33% !important;
  }

  .gr5-sp {
    width: 41.66% !important;
  }

  .gr6-sp {
    width: 50% !important;
  }

  .gr7-sp {
    width: 58.33% !important;
  }

  .gr8-sp {
    width: 66.66% !important;
  }

  .gr9-sp {
    width: 75% !important;
  }

  .gr10-sp {
    width: 83.33% !important;
  }

  .gr11-sp {
    width: 91.33% !important;
  }

  .gr12-sp {
    width: 100% !important;
  }

  .gr1-5-sp {
    width: 20% !important;
  }

  .gld-sub-sp {
    width: 37.31% !important;
  }

  .gld-main-sp {
    width: 62.68% !important;
  }
  /* phone end */
}

// ----------------------------------------------
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;

}

@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  
  .d-md-block {
    display: block !important;
  }
}


/*-----------------　大田カスタマイズ　-----------------*/

/*　見出し余白　*/
.column-content .wp-block-heading{
	margin: 50px 0 20px 0;
}

figure.wp-block-table{
	margin-bottom:40px!important;
}


/*　目次デザイン　*/
#toc{
	background:#f5f7f7;
	margin:0 0 37px 0;
}

#toc-content {
  display: none; /* デフォルトで非表示にしておく */
	padding: 0 30px 0 50px;
	border:1px solid #297DA0;
}

#toc-content ol{
	padding: 10px 10px 0 10px;
	margin-bottom:20px;
}

@media screen and (max-width: 768px) {
#toc-content {
	padding: 0 10px 0 30px;
}
}

#mokuji-title {
  cursor: pointer; /* クリック可能であることを示す */
  background-color: #297DA0; /* 背景色を設定 */
  color:#fff;
  font-size:120%;
  padding: 15px; /* 余白を付ける */
  text-align:center;
  margin:37px 0 0 0;
}

/* 目次全体のスタイル */
.toc-list {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}

/* 目次のリスト要素のスタイル */
#toc ol {
	border:none!important;
}

#toc ul, #toc li{
	list-style-type:decimal;
	padding-left:10px;
}

#toc ul a, #toc li a{
	border-bottom: none;
	font-size:14px;
}

@media screen and (max-width: 768px) {
#toc ul a, #toc li a{
	font-size:12px;
}

#mokuji-title {
  font-size:100%;
}
	
}


#toc li::before{
	content:none !important;
}


/*　写真マージン　*/
.wp-block-image{
	margin:30px 0 30px 0;
}

@media screen and (max-width:768px){
.wp-block-image{
	margin:0px 0 15px 0;
}
}

/*　リストマージン　*/
.content-common ol{
	margin-top:10px;
}

.content-common ul{
	margin-top:10px;
}

/*　AI要約　*/
#summary{
	margin:0 50px 30px 50px;
	border-radius:5px;
}

#summary .summary-trigger {
  position: relative;
  display: inline-block;
  font-size: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(135deg, rgb(74,234,220) 0%, rgb(151,120,209) 20%, rgb(207,42,186) 40%, rgb(238,44,130) 60%, rgb(251,105,98) 80%, rgb(254,248,76) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px;
  box-sizing: border-box; 
}

#summary .summary-trigger::before {
  content: "";
  position: absolute;
  top: 0px; /* ボーダーの太さ分調整 */
  left: 0px; /* ボーダーの太さ分調整 */
  right: 0px; /* ボーダーの太さ分調整 */
  bottom: 0px; /* ボーダーの太さ分調整 */
  border-radius: 10px;
  border: 5px solid transparent;
  background: linear-gradient(135deg, rgb(74,234,220) 0%, rgb(151,120,209) 20%, rgb(207,42,186) 40%, rgb(238,44,130) 60%, rgb(251,105,98) 80%, rgb(254,248,76) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  box-sizing: border-box;
}


#summary .summary-content {
	padding:30px 30px;
	background:#f9f9f9;
}

.summary-content span{
	font-weight:bold;
}

#summary .annotation{
	font-size:100%;
	color:#7a7a7a;
	text-align:right;
}

@media screen and (max-width:768px){

#summary{
	margin:0 20px 30px 20px;
	background:#F5F7F7;
	border-radius:5px;
}
	
#summary .summary-trigger {
	font-size:100%;
}

#summary .summary-content {
	padding:20px 20px;
}	

#summary .annotation{
	font-size:80%;
}	
	
}

/* サイドバーのランキング記事の見出しをh3からpに変更（目次に入ってくるため） */
.list-ranking-title {
	font-size:12px;
	font-weight:700;
}


/* ヘッダー無し */
body.no-header {
  padding-top: 0;
}

/* 引用デザイン */
.content-common .wp-block-quote{
	margin-top:39px!important;
}


/* author */
.column-bottom {
  padding: 0 20px;
}
.column-bottom .author-heading {
  font-size: min(4.8vw,24px);
  color: #087ea2;
  font-weight: 700;
  margin: min(6.4vw,50px) 0 min(6.4vw,29px) 0;
}
.p-authorBox {
  --color_border: #ddd;
  align-content: stretch;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--color_border);
  padding: 1.5em;
  margin-bottom: 1.5em;
  flex-wrap: wrap;
  line-height: 1.5;
}
:where(.content-section) .p-authorBox:first-child {
  margin-top: -16px;
}
.p-authorBox .avatar {
  border: 2px solid var(--color_border);
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-authorBox__l {
  margin-bottom: 0;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-authorBox__r {
  border-left: 1px solid var(--color_border);
  display: flex;
  flex-direction: column;
  padding-left: 1.5em;
  width: calc(100% - 160px - 1.5em);
}
.p-authorBox__b {
  margin-top: 2em;
  max-width: 624px;
  margin-inline: auto;
  text-align: justify;
}
.p-authorBox__b > * + * {
  margin-top: 1em;
}
.p-authorBox__b > *:first-child{
  margin-top: 0;
}
.p-authorBox__desc {
  text-align: justify;
}
.p-authorBox__name {
  display: inline-block;
  width: fit-content;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .75em;
  overflow-wrap: anywhere;
}
.p-authorBox__more {
  margin-top: auto;
}
.p-authorBox :where(h2,h3) {
  color: #087ea2;
}
.p-authorBox h2{
  font-size: min(1.714285em,4.8vw);
}
.p-authorBox h3{
  font-size: min(1.3em,4.2vw);
  margin-top: 1.5em;
}
.p-authorBox h4{
  font-size: min(1.2em,3.8vw);
  color: #5a5351;
}
.p-authorBox h5{
  font-size: 1em;
}
.p-authorBox :where(ul,ol) {
  padding-left: 1.5em;
  list-style-type: disc;
}
.p-authorBox.--rich .p-authorBox__r {
  justify-content: center;
}
.p-authorBox.--rich .p-authorBox__name {
  color: #5a5351;
  margin-bottom: 0;
  max-width: 450px;
}
@media (max-width: 768.9px) {

  .p-authorBox {
      padding: 5vw;
      text-align: center;
      display: block;
      flex-direction: column;
      align-items: center;
      font-size: 3.7333333333vw;
  }
  .p-authorBox__l {
    text-align: center;
    margin:0 auto 5vw;
  }
  .p-authorBox__r {
    display: block;
    padding-left: 0;
    width: 100%;
    border-left: 0;
  }
  .p-authorBox__iconList {
      justify-content: center;
  }
}

/* fix button */
@media (max-width:768px) {
  .content-common.column-content .wp-element-button, 
  .content-common.column-content .wp-block-button__link {
    padding: 3.2vw 10vw 2.6666666667vw 5.3333333333vw;
    text-align: center;
  }
}