@charset "utf-8";
/* --- arrow --- */
.arrow_r {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  transition: .3s all;
  border-style: solid;
  border-width: 3px 0 3px 9px;
  border-color: transparent transparent transparent #3c4659;}

/* ---------------------------------------
   H E A D E R
------------------------------------------ */
body { margin-top: 86px;}
#lang_change {
  position: absolute;
  top: 113px;
  right: 0;
  z-index: 90;
  height: 30px;
  width: 120px;
  line-height: 30px;}
#lang_change a {
  font-size: 14px;
  color: #1a0c42;
  border-radius: 15px 0 0 15px;
  background: rgba(255,255,255,0.9);
  font-family: 'Noto Serif JP', serif;
  display: block;}
#lang_change a span {
  padding: 0 4px 0 15px;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;}
#lang_change a.kihu {
  margin-top: 0.5em;
  text-align: center;
  background: rgba(255, 197, 0, .9);
}
#header {
  top: 0; left: 0;
  width: 100vw; height: 86px;
  position: fixed;
  background: #fff;
  z-index: 99;}
/* -- min 1168px  -  pc : o / sp : x -- */
#hd_nav .kihu{
  margin-top: 2em;
  align-items: center;
  display: flex; }
#hd_nav .kihu a{
  border-radius: 4px;
  padding: 0 0.75em;
  display: flex;
  align-items: center;
  line-height: 2.5;
  color: #fff;
  background-color: #fdd000;
  color: var(--main); }
#hd_nav .kihu.kihu02 a{
  color: #fdd000;
  background-color: var(--main); }
#hd_nav .kihu a span{
  margin-right: 0.25em;
  font-size: 1.2em; }

@media screen and (min-width:1168px) {
#hd_nav .kihu{
  margin-top: 0;
  margin-left: 1em; }
#hd_nav .kihu a:hover{ opacity: 0.8; }
#lang_change a:hover { background: rgba(255,255,255,0.6);}
#lang_change a.kihu:hover { background: rgba(255, 197, 0, .6);}
/* --- nav --- */
  #hd_nav {
    position: absolute;
    top: 0; right: 120px;
    line-height: 80px;
    height: 86px;
    color: #1d2739;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;}
  #hd_nav ul {
    display: flex;
    justify-content: center;}
  #hd_nav ul li { position: relative;}
  #hd_nav ul li.has-child:not(:first-child)::after {
    content: "/";
    position: absolute;
    top: 0; left: 0;
    color: #c1c2c2;}
  #hd_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 0 15px;
    transition: all .3s;}
  #hd_nav ul li.has-child > a.current::after, #hd_nav ul li.has-child > a::after {
    content: '';
    position: absolute;
    bottom: 22px; left: 50%;
    margin-left: -15px;
    width: 30px; height: 1px;
    background: var(--yellow);
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;}
  #hd_nav li.has-child ul {
    position: fixed;
    text-align: left;
    padding: 20px 5vw 40px;
    left: 0; top: 86px;
    z-index: 4;
    background: var(--blue);
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .3s;}
  #hd_nav li.has-child:hover > ul, #hd_nav li.has-child ul li:hover > ul,
  #hd_nav li.has-child:active > ul, #hd_nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;}
  #hd_nav li.has-child ul li {
    margin: 20px 1% 0;
    width: 31%; height: 52px;
    line-height: 52px;}
  #hd_nav li.has-child ul li a {
    position: relative;
    padding: 0 10px;
    color: #fff;
    display: block;
    border-bottom: solid 1px #3c4659;}
  #hd_nav li.has-child ul li a::after {
    position: absolute;
    right: 5px; top: 24px;
    content: "";
    display: block;
    width: 0; height: 0;
    transition: .3s all;
    border-style: solid;
    border-width: 3px 0 3px 8px;
    border-color: transparent transparent transparent #3c4659;}
  #hd_nav li.has-child ul li a.outlink::after { display: none;}
  #hd_nav li.has-child ul li a .material-icons {
    position: absolute;
    right: 5px; top: 20px;
    display: block;
    transition: .3s all;
    font-size: 14px;
    color: #3c4659;}
  /* --- search --- */
  #search {
    position: absolute;
    top: 0; right: 0;
    background: url("../img/common/search.png") no-repeat center center;
    background-size: 24px 24px;
    width: 86px; height: 86px;
    transition: all 0.3s;
    cursor: pointer;}
  #search::before {
    content: "";
    display: block;
    width: 1px; height: 44px;
    background: #ccc;
    position: absolute;
    left: 0; top: 21px;}
  #search-wrap {
    position: absolute;
    top: 86px; right: 0;
    z-index: 99;
    width: 100vw;
    padding: 40px 20vw 40px;
    visibility: hidden;
    background: var(--blue);
    opacity: 0;}
  #search:hover #search-wrap {
    visibility: visible;
    opacity: 1;}
  #search-wrap form { display: flex;}
  #search-wrap input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    height: 46px;
    display: block;
    color: var(--text);}
  #search-wrap input[type="text"] {
    padding: 0 20px;
    width: 100%; height: 46px;
    border: none;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    border-bottom: solid 1px #3c4659;
    background: #1a2033;}
  #search-wrap input[type="submit"] {
    margin-left: 10px;
    background: url("../img/common/search2.png") no-repeat center center;
    background-size: 24px 24px;
    transition: .3s all;
    border-radius: 4px;
    width: 46px;}}

/* --- logo --- */
#header h1 {
  position: absolute;
  top: 23px; left: 30px;
  color: #190c42;
  line-height: 1;
  background: url("../img/common/hd-logo.png") no-repeat left top;
  font-size: 21px;}
#header h1 a {
  display: block;
  padding-left: 74px;}
#header h1 span {
  display: block;
  line-height: 2.2;
  font-size: 11px;}

/* -- :hover  -  pc : o / sp : x -- */
@media screen and (min-width:1167px) {
  #header h1 a:hover { opacity: 0.6;}
  #hd_nav ul li.has-child > a.current::after,#hd_nav ul li.has-child > a:hover::after { transform: scale(1, 1);}
  #hd_nav li.has-child ul li a:hover,
  #hd_nav li.has-child ul li a:active { background: #1a2033;}
  #hd_nav li.has-child ul li a:hover::after { border-color: transparent transparent transparent #fff;}
  #hd_nav li.has-child ul li a:hover .material-icons { color: #fff;}}
@media screen and (min-width:1168px) {
  #search-wrap input[type="submit"]:hover { background-color:#3c4659;}}

/* -- max 1167px  -  pc : x / sp : o -- */
@media screen and (max-width:1167px) {
  #lang_change { top: 83px;}
  html.hamburger-open { overflow: hidden;}
  body { margin-top: 60px;}
  body { overflow-y: hidden;}
  #header { height: 60px;}
  /* --- logo --- */
  #header h1 { top: 10px; left: 15px; font-size: 19px; height: 50px;}
  #header h1 span { line-height: 2.2;}
  /* --- openbtn --- */
  #header .openbtn {
    position: fixed;
    top: 0; right: 0;
    width: 60px; height:60px;
    z-index: 999;
		transition: 0.3s all;
    cursor: pointer;
    background:#fff;}
	#header .closebtn {
    position: fixed;
    top: 0; right: 0;
    width: 60px; height:60px;
    z-index: 998;
		transition: 0.3s all;
    cursor: pointer;
    background:#fff;}
  #header .openbtn span,#header .closebtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 2px;
    background-color: var(--blue);}
  #header .openbtn span:nth-of-type(1) { top:26px; width: 50%;}
  #header .openbtn span:nth-of-type(2) { top:34px; width:30%;}
  #header .closebtn span:nth-of-type(1) {
    top: 24px; left: 21px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;}
  #header .closebtn span:nth-of-type(2) {
    top: 36px; left: 21px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;}
	#header .openbtn.none { opacity: 0; visibility: hidden;}
	#header .openbtn.on { opacity: 1; visibility:visible;}
	#header .closebtn.none {  opacity: 0; visibility: hidden;}
	#header .closebtn.on { opacity: 1; visibility:visible;}
  #hd_nav {
    position: fixed;
    top: 60px; left: 0;
    line-height: 60px;
    width: 100vw;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		min-height: -webkit-fill-available;
    padding: 20px 5vw 0;
    overflow: scroll;
    background: #fff;
		z-index: 999;
    text-align: center;
    font-size: 14px;
		transition: 0.3s all;
    font-family: 'Noto Serif JP', serif;
    visibility: hidden;
    color: var(--blue);
    opacity: 0;}
  #hd_nav.active { visibility: visible; opacity: 1;}
  #hd_nav li.has-child {
    text-align: left;
    position: relative;
    font-size: 18px;}
	#hd_nav li.has-child:last-child { padding-bottom: 120px;}
  #hd_nav li.has-child::after {
    position: absolute;
    top: 26px; right:10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    transition: .3s all;
    border-style: solid;
    border-width: 9px 3px 0 3px;
    border-color: #3c4659 transparent transparent transparent;}
  #hd_nav li.has-child.active::after {
    border-width: 0 3px 9px 3px;
    border-color: transparent transparent #dce1eb transparent;}
  #hd_nav li.has-child > a {
    border-bottom: solid 1px #f4f4f4;
    display: block;}
  #hd_nav li.has-child ul {
    position: relative;
    text-align: left;
    background: var(--blue);
    width: 100vw;
    justify-content: center;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;}
  #hd_nav li.has-child:hover > ul, #hd_nav li.has-child ul li:hover > ul,
  #hd_nav li.has-child:active > ul, #hd_nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;}
  #hd_nav li.has-child ul {
    padding: 20px 0 20px 20px;
    position: relative;
    width:100%;
    font-size: 14px;
    visibility:visible;
    opacity:1;
    display: none;
    background:#fff;
    transition:none;}
  #hd_nav li.has-child ul li {
    padding: 0;
    display: block;
    width: 100%; height: 40px;
    line-height:40px;}
  #hd_nav li.has-child ul li a {
    position: relative;
    padding: 0;
    color: var(--blue);
    display: block;
    border-bottom: none;}
  #hd_nav li.has-child ul li a::after {
    position: absolute;
    right: 10px; top: 18px;
    content: "";
    display: block;
    width: 0; height: 0;
    transition: .3s all;
    border-style: solid;
    border-width: 3px 0 3px 8px;
    border-color: transparent transparent transparent #3c4659;}
  #hd_nav li.has-child ul li a.outlink::after { display: none;}
  #hd_nav li.has-child ul li a .material-icons {
    position: absolute;
    right: 6px; top: 13px;
    display: block;
    transition: .3s all;
    font-size: 14px;
    color: #3c4659;}
  #hd_nav li.has-child ul li.empty_item { display: none;}
  #search {
    position:absolute;
		transition: 0.3s all;
    top:0; left: 0;
    width: 100vw; height: 46px;
    opacity: 0;
    z-index: 99;
    visibility: hidden;}
  #search.active {
    opacity: 1;
    visibility: visible;}
  #search-wrap {
    position: relative;
    bottom:0; left: 0;
    width: 100vw; height: 60px;
    z-index: 99;
    padding: 0 60px 0 0;}
  #search-wrap form {
    position: relative;
    display: flex; width: 100%;}
  #search-wrap input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    height: 60px;
    font-size: 16px;
    width: 100%;
    display: block;
    color: var(--text);}
  #search-wrap input[type="text"] {
    padding: 0 20px;
    width: 100%; height: 60px;
    border: none;
    font-size: 16px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    color: var(--text);
    font-family: 'Noto Serif JP', serif;
    background: #f4f4f4;}
  #search-wrap input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    margin-left: 10px;
    background: url("../img/common/search.png") no-repeat center center;
    background-size: 24px 24px;
    transition: .3s all;
    border-radius: 4px;
    width: 60px;}}

/* -- max 480px  -  pc : x / sp : o -- */
@media screen and (max-width:480px) {
  #header h1 { left: 8px; font-size: 16px;}
  #header h1 a { padding-left: 66px; padding-top: 5px;}
  #header h1 span { line-height: 2.2; font-size: 10px;}}

/* ---------------------------------------
   F O O T E R
------------------------------------------ */
/* --- ftmenu --- */
#footer .ftmenu { border-top: 1px solid #e4e4e4;}
#footer .ftmenu ul.list {
  padding: 40px 0;
  display: flex;
  font-size: 14px;
  gap: 0 30px;
  justify-content: space-between;
  font-family: 'Noto Serif JP', serif;}
#footer .ftmenu .list li {
  line-height: 70px;
  width: calc((100% - 30px * 3) / 4);}
#footer .ftmenu .list li a {
  position: relative;
  display: block;
  padding-left: 74px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center left 6px;
  border-bottom: 1px solid #e4e4e4;}
#footer .ftmenu .list li:nth-child(1) a { background-image: url("../img/common/ft-icon-1.png");}
#footer .ftmenu .list li:nth-child(2) a { background-image: url("../img/common/ft-icon-2.png");}
#footer .ftmenu .list li:nth-child(3) a { background-image: url("../img/common/ft-icon-3.png");background-position: center left 0;}
#footer .ftmenu .list li:nth-child(4) a { background-image: url("../img/common/ft-icon-4.png");}
#footer .ftmenu .list li a .arrow_r { top: 33px; right: 7px; border-color: transparent #e4e4e4;}
/* --- ftnav --- */
#footer .ftnav {
  padding-top: 50px;
  color: #c1c2c2;
  background: #1d2739;}
#footer .ftnav a {
  position: relative;
  display: block;}
#footer .ftnav .contents {
  display: flex;
  gap: 38px 40px;
  height: 680px;
  flex-flow: column wrap;
  align-items: flex-start;}
#footer .ftnav .item {
  color: #fff;
  width: calc((100% - 40px * 2) / 3);
  font-size: 13px;}
#footer .ftnav .item h1 {
  margin-bottom: 10px;
  color: #dce1eb;
  height:80px;
  line-height: 80px;
  border-bottom: 1px solid #3c4659;
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;}
#footer .ftnav h1 a .arrow_r {
  top: 38px; right: 7px;
  border-color: transparent #a5a8ab;}
#footer .ftnav .item ul { padding-top: 16px;}
#footer .ftnav .item li  { color: #c1c2c2;}
#footer .ftnav .item li a { padding: 5px 12px;}
#footer .ftnav .item li a::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  content: "-";
  color: var(--yellow);}
/* --- ftadd --- */
#footer .ftadd {
  background: #1a2033;
  color: #dce1eb;}
#footer .add .contents,#footer .copy .contents {
  display: flex;
  justify-content: space-between;}
#footer .add { padding: 34px 0 26px;}
#footer .ftadd h1 {
  line-height: 1;
  font-size: 21px;}
#footer .ftadd h1 a { display: block;}
#footer .ftadd h1 span {
  display: block;
  line-height: 2.2;
  font-size: 12px;}
#footer .add p { font-size: 13px;}
#footer .add .material-icons {
  position: relative;
  vertical-align: text-bottom;
  font-size: 14px;
  top: -2px;}
#footer .add p span.phone {
	padding-right: 12px;
  margin-right: 10px;
  position: relative;}
#footer .add p span.phone::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0; right: 0;}
#footer .add p a { border-bottom: 1px solid #1a2033;}
#footer .ftadd .copy {
  padding: 24px 0 28px;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px solid #7e8189;}
#footer .ftadd .copylight { font-size: 11px;}
#footer .ftadd .copy ul li {
  padding-right: 16px;
  margin-right: 20px;
  position: relative;
  display: inline-block;}
#footer .ftadd .copy ul li:not(:first-child)::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0; left: -20px;}
#footer .ftadd .copy ul li a { border-bottom: 1px solid #1a2033;}

/* -- :hover  -  pc : o / sp : x -- */
@media screen and (min-width:768px) {
  #footer .ftmenu .list li a:hover .arrow_r { border-color: transparent #190b42;}
  #footer .ftmenu .list li a:hover { border-bottom: 1px solid #190b42; background-color: #f7f7f7;}
  #footer .ftnav h1 a:hover { background: #1a2033;}
  #footer .ftnav .item li a:hover { padding-left: 16px; background: #1a2033;}
  #footer .ftadd h1 a:hover { opacity: 0.6;}
  #footer .add p a:hover { border-bottom: 1px solid #dce1eb;}
  #footer .ftadd .copy ul li a:hover { color: #fff; border-bottom: 1px solid #dce1eb;}}

/* -- max 1168px  -  pc : x / sp : o -- */
@media screen and (max-width:1168px) {
  #footer .ftmenu ul.list { flex-wrap: wrap;}
  #footer .ftmenu .list li { width: calc((100% - 30px * 1) / 2);}
  #footer .ftnav { padding-top: 30px;}
  #footer .ftnav .contents { height: 920px;}
  #footer .ftnav .item { width: calc((100% - 40px * 1) / 2);}
  #footer .ftnav .item h1 { white-space: nowrap;}
  #footer .ftnav h1 a .arrow_r { border-color: transparent #dce1eb;}
  #footer .add .contents,#footer .copy .contents { display: block;}
  #footer .ftadd h1 a { display: block;}
  #footer .add p { padding-top: 10px;}
  #footer .add p span.phone { display: block; padding: 0;}
  #footer .add p span.phone::after { display: none}
  #footer .ftadd .copy ul { padding-bottom: 34px;}}

/* -- max 768px  -  pc : x / sp : o -- */
@media screen and (max-width:768px) {
  #footer .ftnav h1 a .arrow_r { top: 28px;}
  #footer .ftmenu ul.list { flex-wrap: wrap;}
  #footer .ftmenu .list li { width: 100%;}
  #footer .ftnav { padding-top: 20px;}
  #footer .ftnav .contents { height: auto; padding-bottom: 40px; gap: 24px 0;}
  #footer .ftnav .item { width: 100%;}
  #footer .ftnav .item ul { padding-left: 10px;}
  #footer .ftnav .item h1 { line-height: 60px; height: 60px; margin: 0;}
  #footer .add p span.yubin { display: block; padding: 0;}
  #footer .ftadd .copy { padding: 24px 0 40px; font-size: 13px;}
  #footer .ftadd .copy ul li { padding: 0 0 0 14px; margin: 0; width: 100%; line-height: 36px; display: block;}
  #footer .ftadd .copy ul li:not(:first-child)::after, #footer .ftadd .copy ul li::after { content: "-"; color: var(--yellow); display: block; position: absolute; top: -2px; left: 0;}
  #footer .ftadd .copylight{ text-align: center;}}

/* ---------------------------------------
   N A K A P A G E
------------------------------------------ */
#title_area  {
  position: relative;
  min-height: 350px;}
#title_area::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 140px;
	width: 100vw;
	z-index: -1;
	background: #f7f7f7;}
#title_area .main {
  margin-left: 74px;
  height: 298px;
  min-height: 298px;
  background: #000 no-repeat center center;
  background-size: cover;}

/* --- タイトル背景変更エリア --- */
#title_area .main.bkstyle-sample { background-image: url("../img/news/title.jpg");}
#title_area .main.bkstyle-02 { background-image: url("../img/news/title.jpg");}

#title_area h1 {
  margin-right: 70px;
  position: relative;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  top: 50%;
  transform: translateY(-50%);}
#title_area h1 span {
  font-size: 21px;
  padding-bottom: 10px;
  display: block;}
#title_area h1::after {
  content: "";
	display: block;
	position: absolute;
  margin-right: -20px;
	bottom: 10px; right: 50%;
	height: 1px;
	width: 40px;
  background: #fff;}
#title_area .title_en {
	position: absolute;
	top: 122px; left: -86px;
  transform: rotate(-90deg);
	letter-spacing: .1em;
	color: var(--main);
	height: 20px; width: 240px;
	text-align:left;
	line-height: 20px;
	font-size: 13px;}
#title_area .title_en span {
  position: relative;
  padding-right: 40px;}
#title_area .title_en span::after {
  content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	height: 1px;
	width: 30px;
  background: var(--main);}
#title_area .panel { padding: 15px 30px 0;}
#title_area .panel li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
	vertical-align: top;
  font-size: 13px;
  font-family:  'Noto Serif JP', serif;}
#title_area .panel li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0; right: -13px;}
#title_area .panel li a { color: var(--sky);}
#title_area .panel li:last-child span{
	max-width: 200px;
	display: inline-block;
	vertical-align: baseline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

/* -- max 768px  -  pc : x / sp : o -- */
@media screen and (max-width:768px) {
	#title_area .main { margin-left: 40px;}
	#title_area h1 { margin: 0 5vw; font-size: 28px;}
	#title_area .title_en { top: 140px; left: -98px;line-height:12px;font-size: 12px;}}

@media screen and (min-width:481px) {
  #title_area h1 br { display: none;}}

@media screen and (max-width:480px) {
	#title_area h1 { margin: 0 5vw; font-size: 24px;}
  #title_area h1 br { display: block;}}


/* ---------------------------------------
   L A Y O U T
------------------------------------------ */
#page-in .nav_on {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;}
#page-in .nav_on .leftbox { width: 876px;}
#sidenav {
  margin-left: 60px;
  padding: 20px 0 30px 20px;
  width: 232px;
  height: auto;
  box-shadow: -16px 0 10px -10px rgba(240,240,240,0.8);}
#sidenav h1 {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e4e4e4;
  color: var(--sky);}
  #sidenav ul li+li a{ margin-top: 0.5em; }
#sidenav ul li a {
  line-height: 1.5em;
  display: block;
  position: relative;
  font-size: 13px;}
#sidenav ul li a  { padding: 0 12px;}
#sidenav ul li a::after {
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  content: "-";
  color: var(--yellow);}

@media screen and (max-width:1168px) {
	#page-in .nav_on { display: block;}
	#page-in .nav_on .leftbox { width: 100%;}
	#sidenav { display: none;}}

/* ---------------------------------------
   T I T L E
------------------------------------------ */
.t-type1 {
  margin-top: 4em;
  padding-bottom: 15px;
  position: relative;
  line-height: 2;
  color: var(--main);
  font-size: 24px;}
.t-type1::after {
  position: absolute;
  bottom: 0; left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--yellow);}
.t-type2 {
  margin-top: 4em;
  color: var(--sky);
  font-size: 21px;}
.t-type3 {
  margin-top: 4em;
  padding-left: 24px;
  position: relative;
  line-height: 2;
  color: var(--main);
  font-size: 24px;}
.t-type3::after {
  position: absolute;
  top: 14px; left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  background: var(--sky);}
.t-type4 {
  margin-top: 4em;
  color: var(--main);
  line-height: 2;
  font-size: 36px;}
.t-type4 span { position: relative;}
.t-type4 span::after {
  position: absolute;
  bottom:6px; left: 0;
  content: "";
  display:inline-block;
  width: 100%;
  height: 1px;
  background: var(--main);}
.t-type5 {
  font-size: 18px;
  margin-bottom: 1em;}
#page-in p.textbox {
  margin-top: 2em;
  line-height: 2;
  color: var(--main);}
#page-in p.textbox a {
  color: var(--sky);
  text-decoration: underline;}
#page-in a.pdf {
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
  color: var(--sky);
  text-decoration: underline;
  background: url("../img/common/icon-pdf.png") no-repeat center left;
  background-size: 13px 16px;}
#page-in a.word {
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
  color: var(--sky);
  text-decoration: underline;
  background: url("../img/common/icon-word.png") no-repeat center left;
  background-size: 13px 16px;}


/* -- max 768px  -  pc : x / sp : o -- */
@media screen and (max-width:768px) {
	.t-type1 { font-size: 22px;}
	.t-type2 {font-size: 20px;}
	.t-type3 { font-size: 22px;}
	.t-type3::after {height: 22px;}
	.t-type4 { font-size: 30px; line-height: 1.6;}
  .t-type4 span::after { display: none;}
  .t-type5 { font-size: 16px; }}

.txt-link{
  text-decoration: underline;
}
@media screen and (min-width:769px) {
  .txt-link:hover{
    text-decoration: none;
  }
}

/* ---------------------------------------
   S T Y L E
------------------------------------------ */
/* --- margin --- */
.mgt0{margin-top:0px;}
.mgt10{margin-top:10px;}.mgt20{margin-top:20px;}.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}.mgt50{margin-top:50px;}.mgt60{margin-top:60px;}
.mgt70{margin-top:70px;}.mgt80{margin-top:80px;}.mgt90{margin-top:90px;}
.mgt100{margin-top:100px;}.mgt120{margin-top:120px;}.mgt140{margin-top:140px;}
.mgt160{margin-top:160px;}.mgt180{margin-top:180px;}.mgt200{margin-top:200px;}

.mgb10{margin-bottom:10px;}.mgb20{margin-bottom:20px;}.mgb30{margin-bottom:30px;}
.mgb40{margin-bottom:40px;}.mgb50{margin-bottom:50px;}.mgb60{margin-bottom:60px;}
.mgb70{margin-bottom:70px;}.mgb80{margin-bottom:80px;}.mgb90{margin-bottom:90px;}
.mgb100{margin-bottom:100px;}.mgb120{margin-bottom:120px;}.mgb140{margin-bottom:140px;}
.mgb160{margin-bottom:160px;}.mgb180{margin-bottom:180px;}.mgb200{margin-bottom:200px;}

/* --- padding- --- */
.pdt10{padding-top:10px;}.pdt20{padding-top:20px;}.pdt30{padding-top:30px;}
.pdt40{padding-top:40px;}.pdt50{padding-top:50px;}.pdt60{padding-top:60px;}
.pdt70{padding-top:70px;}.pdt80{padding-top:80px;}.pdt90{padding-top:90px;}
.pdt100{padding-top:100px;}.pdt120{padding-top:120px;}.pdt140{padding-top:140px;}
.pdt160{padding-top:160px;}.pdt180{padding-top:180px;}.pdt200{padding-top:200px;}

.pdb10{padding-bottom:10px;}.pdb20{padding-bottom:20px;}.pdb30{padding-bottom:30px;}
.pdb40{padding-bottom:40px;}.pdb50{padding-bottom:50px;}.pdb60{padding-bottom:60px;}
.pdb70{padding-bottom:70px;}.pdb80{padding-bottom:80px;}.pdb90{padding-bottom:90px;}
.pdb100{padding-bottom:100px;}.pdb120{padding-bottom:120px;}.pdb140{padding-bottom:140px;}
.pdb160{padding-bottom:160px;}.pdb180{padding-bottom:180px;}.pdb200{padding-bottom:200px;}

/* --- text --- */
.text-content p + p{ margin-top: 1em;}
p {text-align: justify;font-size: 14px;}

.txt-size12{font-size: 12px;}.txt-size14{font-size: 14px;}.txt-size16 { font-size: 16px;}
.txt-size18{font-size: 18px;}.txt-size20{font-size: 20px;}.txt-size21{font-size: 21px;}
.txt-size22{font-size: 22px;}.txt-size24{font-size: 24px;}.txt-size26{font-size: 26px;}
.txt-size28{font-size: 28px;}.txt-size36{font-size: 36px;}.txt-size42{font-size: 42px;}

.text-red{ color: #e95d4e; }
.text-bulue{ color: var(--sky); }

.font-sans{font-family: 'Noto Sans JP', sans-serif;}.font-serif{font-family: 'Noto Serif JP', serif;}

.text-l{text-align: left;}.text-r{text-align: right;}.text-c,.text-cl{text-align: center;}

@media screen and (max-width: 768px) {
  .mgt10{margin-top:5px;}.mgt20{margin-top:10px;}.mgt30{margin-top:15px;}
  .mgt40{margin-top:20px;}.mgt50{margin-top:25px;}.mgt60{margin-top:30px;}
  .mgt70{margin-top:35px;}.mgt80{margin-top:40px;}.mgt90{margin-top:45px;}
  .mgt100{margin-top:50px;}.mgt120{margin-top:60px;}.mgt140{margin-top:70px;}
  .mgt160{margin-top:80px;}.mgt180{margin-top:90px;}.mgt200{margin-top:100px;}
  .mgb10{margin-bottom:5px;}.mgb20{margin-bottom:10px;}.mgb30{margin-bottom:15px;}
  .mgb40{margin-bottom:20px;}.mgb50{margin-bottom:25px;}.mgb60{margin-bottom:30px;}
  .mgb70{margin-bottom:35px;}.mgb80{margin-bottom:40px;}.mgb90{margin-bottom:45px;}
  .mgb100{margin-bottom:50px;}.mgb120{margin-bottom:60px;}.mgb140{margin-bottom:70px;}
  .mgb160{margin-bottom:80px;}.mgb180{margin-bottom:90px;}.mgb200{margin-bottom:100px;}
  .pdt10{padding-top:5px;}.pdt20{padding-top:10px;}.pdt30{padding-top:15px;}
  .pdt40{padding-top:20px;}.pdt50{padding-top:25px;}.pdt60{padding-top:30px;}
  .pdt70{padding-top:35px;}.pdt80{padding-top:40px;}.pdt90{padding-top:45px;}
  .pdt100{padding-top:50px;}.pdt120{padding-top:60px;}.pdt140{padding-top:70px;}
  .pdt160{padding-top:80px;}.pdt180{padding-top:90px;}.pdt200{padding-top:100px;}
  .pdb10{padding-bottom:5px;}.pdb20{padding-bottom:10px;}.pdb30{padding-bottom:15px;}
  .pdb40{padding-bottom:20px;}.pdb50{padding-bottom:25px;}.pdb60{padding-bottom:30px;}
  .pdb70{padding-bottom:35px;}.pdb80{padding-bottom:40px;}.pdb90{padding-bottom:45px;}
  .pdb100{padding-bottom:50px;}.pdb120{padding-bottom:60px;}.pdb140{padding-bottom:70px;}
  .pdb160{padding-bottom:80px;}.pdb180{padding-bottom:90px;}.pdb200{padding-bottom:100px;}

  .txt-size12{font-size: 12px;}.txt-size14{font-size: 13px;}.txt-size16 { font-size: 14px;}
  .txt-size18{font-size: 16px;}.txt-size20{font-size: 18px;}.txt-size21{font-size: 20px;}
  .txt-size22{font-size: 21px;}.txt-size24{font-size: 22px;}.txt-size26{font-size: 24px;}
  .txt-size28{font-size: 26px;}.txt-size36{font-size: 30px;}.txt-size42{font-size: 32px;}

  .text-cl{text-align: left;}}

/* list */
.text-list01{ margin-top: 40px; }
.text-list01.text-list01-min{ margin-top: 20px; }
.text-list01__item p{
  margin-top: 0.75em;
  line-height: 1.5;
  position: relative;
  padding-left: 2em;
}
.text-list01__item .sub-text{ font-size: 0.857em; }
.indent-1em{
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;}
.text-list01__item .nam{
  position: absolute;
  left: 0;
  top: 0;
}
.text-list01__item a{
  text-decoration: underline;
  color: var(--sky);
}
.text-list01__item a:hover{ text-decoration: none; }

.text-list02__item{
  color: var(--sky);
  border-top: solid 1px #e4e4e4;
  padding: 1.5em 0;
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  position: relative;
  padding-left: 2.25em;
}
.text-list02__item:last-child{ border-bottom: solid 1px #e4e4e4; }
.text-list02__item .nom{
  position: absolute;
  left: 0;}

.text-list03__item{
  color: var(--sky);
  border-top: solid 1px #e4e4e4;
  padding: .5em 0;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  position: relative;
  padding-left: 2em;
}
.text-list03__item:before{
  content: "\025a0";
  position: absolute;
  left: 0;
}
.text-list03__item:first-child{ border-top: none; }
@media screen and (max-width: 768px){
  .text-list01{ margin-top: 20px; }
  .text-list01.text-list01-min{ margin-top: 10px; }
  .text-list03__item{ font-size: 14px; }
}

/* ボタン部分 */
ul.button-list{
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: all .3s;
}
li.button-list__item{
  margin: 20px 3.5% 0 0;
  width: 31%;
}
li.button-list__item:nth-child(3n){ margin-right: 0; }
li.button-list__item02 a{
  background-color: #ebf0f9;
}
li.button-list__item a{
  height: 100%;
  position: relative;
  padding: 1em 10px;
  align-items: center;
  display: flex;
  border-bottom: solid 1px #e4e4e4;
}
li.button-list__item a:hover{
  color: var(--sky);
  background-color: #f7f7f7;
  border-bottom-color: var(--text);
}
li.button-list__item a.off-link{
  cursor: auto;
}
li.button-list__item a.off-link:hover{
  color: var(--text);
  background-color: var(--white);
  border-bottom-color: #e4e4e4;}
li.button-list__item02 a:hover::after,
li.button-list__item a:hover::after{ border-color: transparent transparent transparent #00619d; }
li.button-list__item a:after{
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  transition: .3s all;
  border-style: solid;
  border-width: 3px 0 3px 8px;
  border-color: transparent transparent transparent #3c4659;
}
li.button-list__item a.buttomm-link:after{
  transform: rotate(90deg);
}
li.button-list__item a.outlink:after{ display: none; }
li.button-list__item a .material-icons {
  position: absolute;
  right: 5px;
  top: 20px;
  display: block;
  transition: .3s all;
  font-size: 14px;
  color: #3c4659;
}
@media screen and (max-width: 1168px){
  ul.button-list{ justify-content: space-between; }
  li.button-list__item:nth-child(3n){margin: 20px 0 0; }
  li.button-list__item{
    width: calc((100% - 30px) / 2 );
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px){
  li.button-list__item:nth-child(3n),
  li.button-list__item{ margin: 0; width: 100%; }
}


/* tab */
.tab_area {
  position: relative;
  display: flex;
  border-radius: 33px;
  justify-content: space-around;
  background-color: #f7f7f7;
  cursor: pointer;}
.tab {
  position: relative;
  width: 50%; height: 66px;
  transition: .3s all;
  line-height: 58px;
  border:4px solid #f7f7f7;
  border-radius: 33px;
  background: #f7f7f7;
  font-size: 18px;
  text-align: center;
  color: #1a2033;}
.tab.active { background: #fff;}
.tab_content { display: none;}
.tab_content.show {
  margin-top: 50px;
  display: block;}
@media not all and (min-width: 768px) {
  #senko .tab { font-size: 16px;}}

.postcontents {
	margin-top: 2em;
	line-height: 2;}
.postcontents h2 {
	margin-top: 2em;
	color: var(--sky);
	font-size: 21px;
	font-family: 'Noto Serif JP', serif;}
.postcontents h3 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
	text-decoration: underline;
  font-size: 18px;
	font-family: 'Noto Serif JP', serif;}
.postcontents h4 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
  font-size: 16px;
	font-weight: bold;}
.postcontents h5 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
  font-size: 14px;
	font-weight: bold;}
.postcontents h6 {
  margin-top: 2em;
  color: var(--main);
  line-height: 2;
  font-size: 14px;
	font-weight: bold;}
.postcontents p { margin-top: 1em;}
.postcontents p + p { margin-top: 2em;}
.postcontents hr {
	border: 0;
  border-bottom: 1px solid var(--main);
  margin: 2em 0;
  clear: both;}

/*画像設定*/
.postcontents .size-full, .postcontents .size-large, .postcontents .size-medium, .postcontents .size-thumbnail {
  max-width: 100%;
  height: auto;}
.postcontents .wp-block-image { margin-top: 2em;}
.postcontents .alignleft {
  float: left;
  margin: 0 10px 10px 0;}
.postcontents .aligncenter {
	text-align: center;
  display: block;
  margin: 0 auto 10px auto;}
.postcontents .alignright {
  float: right;
  margin: 0 0 10px 10px;}
.postcontents .wp-caption {
  margin-top: 20px;}
.postcontents .wp-caption a {
  display: block;}
.postcontents .wp-caption a:hover {
  border-bottom: none;}
.postcontents .wp-caption img {
  vertical-align: bottom;}
.postcontents .wp-caption-text {
  margin-top: 10px;
	text-align: center;}
.postcontents .wp-block-image figcaption {
  display: block;
	font-size: 14px;}

/*リスト*/
.postcontents ul, .postcontents ol {
  list-style: disc outside;
	font-size: 14px;
  margin-top: 2em;
	line-height: 1.6;
	margin-left: 1em;}
.postcontents ol { list-style: decimal outside;}
.postcontents ul ul, .postcontents ul ol, .postcontents ol ul, .postcontents ol ol {
	margin-top: 0;
	margin-left: 2em;}
.postcontents ul li, .postcontents ol li {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;}
/*整形済みテキスト*/
.postcontents pre {
  margin-top: 2em;
  padding: 20px;
  background-color: #f4f4f4;
  border-left: solid 4px var(--main);
  overflow: auto;}
/*テーブル*/
.postcontents .wp-block-table { overflow: scroll; width: auto; max-width: 100%;}
.wp-block-table table { width: auto;}
.postcontents table {
  margin-top: 20px;
	font-size: 14px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;}
.postcontents table th {
	text-align: center;
  padding: 10px 2em;
  background: #ebf0f9;
	font-weight: normal;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;}
.postcontents table td {
  padding: 10px 2em 10px 1em;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;}
.postcontents .wp-block-table figcaption { font-size:14px;}
/*引用*/
.postcontents blockquote {
  position: relative;
  color: #3F3F3F;
  margin-top: 2em;
  padding: 10px 20px 10px 60px;
  background-color: #f4f4f4;}
.postcontents blockquote::before {
  position: absolute;
  top: 15px;
  left: 20px;
	content: "”";
  font-family: "icomoon";
  postcontents: "\e909";
  font-size: 80px;
	line-height: 1;
  color: #D9D9D9;}
.postcontents blockquote cite {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 20px 0 10px;}
.postcontents .has-small-font-size { font-size: 13px!important;}
.postcontents .has-regular-font-size,
.postcontents .has-normal-font-size { font-size: 14px!important;}
.postcontents .has-medium-font-size { font-size: 18px!important;}
.postcontents .has-large-font-size {font-size: 20px!important;}
.postcontents .has-larger-font-size,
.postcontents .has-huge-font-size { font-size: 28px!important;}
.postcontents .blocks-gallery-grid {
	margin: 0;
	display: flex;
	gap: 40px 20px;
	list-style: none;}
.postcontents .blocks-gallery-item__caption {
	color: #999;
	font-size: 13px;}
.postcontents .blocks-gallery-caption { text-align: center;}
.postcontents .wp-block-columns {
	gap: 20px 20px;
	display: flex;}

#senkonewsarticle .content-area { margin-top: 2em;}
#senkonewsarticle .content-area p {
  color: var(--main);
  line-height: 2;}





/* -- max 768px  -  pc : x / sp : o -- */
@media screen and (max-width:768px) {
.postcontents table th { padding: 10px 1em;}
.postcontents table td { padding: 10px 1em 10px 1em;}}


