/*
Theme Name: MD3Hub Theme
Description: MD3Hub Theme
License: MD3Hub
*/

@charset "utf-8";

html {
	font-size: 62.5%;
    scroll-padding-top: 104px;
    scroll-behavior: smooth;
}
main {
	display: block;
}

/* Common */
.inner {
	max-width: 1320px;
	margin: 0 auto;
}
.ofh {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover, a img:hover, button:hover img, input#submit:hover, #contact-form .wpcf7-submit:hover {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
a img.o07:hover{
	opacity: 0.7;
}
ul {
    padding: 0;
}
img {
	vertical-align: bottom;
}
.img-100 {
    width: 100%;
    height: auto;
}
li {
	list-style: none;
}
header h1, header nav li, header #h-spl, .sec-h2, .sec-h2-2line span, .sec-h2-border, #category h1 span, .pagination, #expert-slide h3 strong, #researcher-ul h3, .link-btn, .link-btn-s, #event-seminar-ul li, #member-ul h3, #privacy-policy h3, #contact-accept, #contact-form p, #contact-form .wpcf7-submit, #access h3, #access a, #sp-global-nav a, #modal-contents h1, h2.modal-h2-noto, #event-ul .event-li-now, #event-ul .event-li-ended, #event-ul h3, #contact-form .wpcf7 form.sent .wpcf7-response-output, #single-post {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
p, #expert-slide h3, #cat-header #topicpath, #researcher-ul h3 span, #member-ul h4, #contact-form p .wpcf7-list-item-label, #contact-form #privacy-policy p, #contact-form p input, #contact-form p textarea, #contact-form .required, footer li a, #sp-nav-f a, #modal-contents p, #event-ul .event-li-cat, #contact-form .wpcf7 form.invalid .wpcf7-response-output {
    color: #14141E;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
}
.sec-h2-2line, .sec-h2-border strong, #category h1, #sp-global-nav a span, h2.modal-h2-inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
#event-ul .event-li-date {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.mt-sec {
    padding-top: 100px;
}
.sp-disp {
    display: none !important;
}
.noscroll {
    height: 100%;
    overflow: hidden;
}
.provisional {
    width: 100%;
    height: 40vh;
}

/* Header */
header {
    width: 100%;
    padding: 0 0 20px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header #h-h1 {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	color: #595757;
}
header #h-h1 strong {
	margin: 10px 0;
	display: block;
}
header #h-h1 img {
	margin-right: 20px;
	display: inline-block;
}
header .inner {
    padding: 0 20px;
	position: relative;
}
header #h-logo {
    width: 240px;
    height: auto;
}
header #h-link-area {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	display: flex;
}
header #h-link-spl {
	margin-right: 16px;
}
header #h-spl {
	font-size: 1.6rem;
	color: #fff;
	background-color: #1c3177;
	display: block;
	padding: 0 30px;
	height: 35px;
	text-align: center;
	line-height: 30px;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
header #h-spl::after {
	background: #69b72a;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
header #h-spl:hover::after {
	transform: scale(1, 1);
}
header a#h-contact {
	width: 340px;
	height: 35px;
	display: block;
	position: relative;
}
header a#h-contact img {
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	display: block;
}
header a#h-contact img:last-of-type {
	opacity: 0;
}
header a#h-contact:hover img {
	opacity: 1;
}
header nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
header nav ul {
	margin: 0;
}
header nav li {
    font-size: 1.4rem;
    margin-left: 20px;
    display: inline-block;
}
header nav li a {
	color: #1c3177;
}
header nav li a:hover {
	color: #69b72a;
}

/* Top Slide */
.slick-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 2;
    border: none;
    background: none;
}
.slide-prev {
    left: 2vw;
}
.slide-next {
    right: 2vw;
}
.slick-dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li.slick-active button::before {
    background-image: url("img/slide-dot-active.png");
}
.slick-dots li button::before {
    background-image: url("img/slide-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
}
.slick-dots li button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}
.slick-dots li button {
    position: relative;
    text-indent: -9999px;
}

/* Section Common */
.sec-h2 {
    font-size: 3.8rem;
    color: #1C3177;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 80px;
}
.sec-h2-2line, #cat-header h1 {
    font-size: 5rem;
    color: #1C3177;
    text-align: center;
    letter-spacing: 0.1px;
    margin-bottom: 80px;
}
.sec-h2-2line span {
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.1px;
}
.sec-h2-2line span.sec-h2-2line-sla, #cat-header h1 span.cat-h1-2line-sla {
	font-weight: 100;
	font-size: 3.6rem;
	vertical-align: 5px;
	display: inline;
}
.sec-h2-border {
    font-size: 1.5rem;
    color: #1C3177;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}
.sec-h2-border strong {
    font-size: 3.5rem;
    display: inline-block;
    border-bottom: 3px solid #1C3177;
    padding: 5px 10px 0;
}
#j-spl, #researcher, #access {
    padding-bottom: 100px;
}
#contact-form .wpcf7-submit {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.link-btn, #contact-form .wpcf7-submit {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 3px;
    background-color: #1C3177;
    width: 265px;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 6px;
    box-shadow: 6px 6px 16px 6px rgba(28, 49, 119, .1);
    text-align: center;
    display: block;
}
.link-btn-s {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    background-color: #1C3177;
    width: 130px;
    margin: 0 auto;
    padding: 4px 0 5px;
    border-radius: 6px;
    box-shadow: 6px 6px 16px 6px rgba(28, 49, 119, .1);
    text-align: center;
    display: block;
}
.link-btn:hover, .link-btn-s:hover, #contact-form .wpcf7-submit:hover {
    background-color: #69b72a;
    box-shadow: 6px 6px 16px 6px rgba(105, 183, 42, .1);
}
#page-top{
    position: fixed;
    right: 3vw;
    bottom: 5vh;
    width: 50px;
}

/* About */
#about {
	background-color: #1c3177;
}
#about #arc-top {
	border-bottom-right-radius: 1000px 200px;
	border-bottom-left-radius: 1000px 200px;
	margin: 0 -100px;
	padding: 90px 100px;
	background: #fff;
}
#about .inner {
    width: 700px;
}
#about p {
    font-size: 1.6rem;
    line-height: 2.6;
}
#about p#about-sup-1, #about p#about-sup-2 {
	color: #4d4d4d;
    text-align: center;
}
#about p#about-sup-1 {
    font-size: 1.2rem;
	margin-top: 20px;
}
#about p#about-sup-2 {
    font-size: 1.1rem;
}

/* Expert */
#expert {
	background-color: #1c3177;
}
#expert-draw-area {
	padding: 70px;
	text-align: center;
}
#expert-draw-area img {
	width: 1000px;
	height: auto;
	display: inline-block;
}
#expert-slide {
	margin: 0;
	width: 100%;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
#expert-slide.slick-initialized {
    visibility: visible;
    opacity: 1;
}
#expert-slide li {
	margin: 0 2px;
}
#expert-slide li h3 {
	color: #fff;
	font-size: 1rem;
	padding: 8px 15px;
}
#expert-slide li h3 strong {
	font-size: 1.6rem;
	margin-bottom: 5px;
	display: block;
}
#expert-slide li img {
	width: 100%;
	height: auto;
}

/* Process & Point */
#process-point {
	padding-top: 130px;
    background-color: #1c3177;
    text-align: center;
}
#process-point h2 {
	font-size: 1.7rem;
	color: #fff;
	letter-spacing: 0.3rem;
}
#process-point h2::after {
	content: "";
	display: block;
	height: 3px;
	width: 135px;
	background: #fff;
	margin: 7px auto 0;
}
#p-p-img .inner {
    padding: 50px 100px 80px;
}
#process-point p {
    font-size: 1.4rem;
    line-height: 2;
    width: 800px;
    margin: 0 auto;
}
#p-p-img-sec .link-btn {
    margin-top: 60px;
}
#process-point #arc-bottom {
	border-top-right-radius: 1000px 200px;
	border-top-left-radius: 1000px 200px;
	margin: 0 -100px;
	padding: 90px 100px;
	background: #fff;
}

/* SPL Academy */
#splac {
	padding-bottom: 120px;
}
#splac-cont {
	padding: 80px 120px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#splac-cont canvas {
	height: 100%!important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #00a0e8;
	border-radius: 20px;
}
#splac h2 {
	color: #fff;
	margin-bottom: 60px;
}
#splac p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.2;
	margin-bottom: 60px;
}
#splac a.link-btn {
    color: #00a0e8;
    background-color: #fff;
	padding: 20px 0 20px 5px;
    width: 360px;
}
#splac a.link-btn:hover {
	color: #fff;
    background-color: #69b72a;
    box-shadow: 6px 6px 16px 6px rgba(105, 183, 42, .1);
}

/* Event / Seminar & Category */
#event-seminar {
	padding-bottom: 70px;
	background-color: #f8fcf5;
}
#event-seminar-list {
	width: 1000px;
	margin: 0 auto 60px;
}
#event-seminar-list p {
	font-size: 1.4rem;
}
#event-seminar-ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#event-seminar-ul li {
	width: 30%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 50px;
}
#event-seminar-ul li:nth-child(3n+2) {
  margin: 0 50px 50px;
}
#event-seminar-ul li a {
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	position: relative;
}
#event-seminar-ul li a:hover {
	opacity: .7;
}
.es-li-thum {
	width: 100%;
	height: 145px;
	overflow: hidden;
	position: relative;
}
.es-li-thum img {
	width: 100%;
	height: auto;
}
.es-li-past {
	font-size: 1.4rem;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgb(28 49 119 / .9);
}
.es-li-date {
	letter-spacing: 0.1rem;
	color: #646464;
	padding: 5px 10px;
}
#event-seminar-ul li a h3 {
	color: #141414;
	padding: 0 10px;
	line-height: 1.7;
}
.el-li-cat {
	width: 100%;
	padding: 0 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
}
#event-seminar-ul li .el-li-cat li {
	font-size: 0.9rem;
	width: 75px;
	color: #1c3177;
	padding: 2px 0 4px;
	margin: 0 10px 0 0;
	background-color: #e3e6ee;
	border-radius: 12px;
	text-align: center;
}
#category {
    padding-top: 100px;
}
#cat-header {
	background-color: #1c3177;
	padding: 80px 0;
}
#cat-header-inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
} 
#cat-header h1 {
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}
#cat-header h1 span {
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0.2rem;
}
#cat-header #topicpath {
	font-size: 1.2rem;
	color: #a4acc8;
	position: absolute;
	right: 0;
	bottom: 0;
}
#cat-header #topicpath a {
	color: #a4acc8;
	text-decoration: underline;
}
#cat-header #topicpath a:hover {
	opacity: .7;
}
#cat-posts {
	background-color: #f8fcf5;
	padding: 150px 0 250px;
	position: relative;
}
.pagination {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 150px;
	text-align: center;
}
.pagination a, .page-numbers.current {
	color: #1c3177;
	background-color: #fff;
	border-radius: 6px;
	padding: 20px 25px;
	margin: 0 10px;
}
.page-numbers.current {
	color: #fff;
	background-color: #1c3177;
}
.pagination a:hover {
	color: #fff;
	background-color: #69b72a;
}
.pagination a.prev, .pagination a.next {
	background: unset;
}
.pagination a.prev:hover, .pagination a.next:hover {
	color: #1c3177;
	opacity: .7;
}

/* Researcher */
#researcher {
    text-align: center;
}
#researcher h2.sec-h2-2line{
	margin-bottom: 20px;
}
#researcher-ul {
    width: 800px;
    margin: 70px auto 60px;
    display: flex;
    justify-content: space-between;
}
#researcher-ul li {
    width: 220px;
}
#researcher-ul h3 {
    font-size: 1.8rem;
    letter-spacing: 2px;
}
#researcher-ul h3 span {
    font-size: 1.1rem;
    letter-spacing: 1.2px;
    margin: 20px 0 5px;
    display: block;
}
#researcher p{
	font-size: 1.4rem;
	line-height: 2;
}

/* Outcome */
#outcome {
	padding-bottom: 70px;
	background-color: #f8fcf5;
}
#outcome h2 {
    margin-bottom: 20px;
}
#outcome p {
    font-size: 1.4rem;
    line-height: 2;
	text-align: center;
}
#outcome-ul {
	width: 1000px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}
#outcome-ul li {
	width: 30%;
	background-color: #fff;
	margin-bottom: 50px;
}
#outcome-ul li:nth-child(3n+2) {
  margin: 0 50px 50px;
}
#outcome-ul li a {
	display: block;
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	position: relative;
}
#outcome-ul li a:hover {
	opacity: .7;
}
.oc-li-thum {
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.oc-li-thum img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.oc-li-cat {
	width: 100%;
	padding: 0 10px 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
}
#outcome-ul li .el-li-cat li {
	font-size: 0.9rem;
	width: 75px;
	color: #1c3177;
	padding: 2px 0 4px;
	margin: 0 10px 0 0;
	background-color: #e3e6ee;
	border-radius: 12px;
	text-align: center;
}

/* Concierge */
#concierge {
    text-align: center;
    padding-bottom: 20px;
}
#concierge h2 {
    margin-bottom: 30px;
}
#concierge p {
    font-size: 1.4rem;
    line-height: 2;
}
#contact .sec-h2-border {
    margin-bottom: 50px;
}
#contact-form {
    width: 800px;
    margin: 50px auto 0;
    text-align: left;
}
#contact-form p {
    margin-bottom: 30px;
}
#contact-form p.required, #contact-form span.required {
    font-size: 1.1rem;
    color: #69b72a;
}
#contact-form span.required {
    margin-left: 2px;
    vertical-align: 1px;
}
#contact-type .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 10px;
}
#contact-type .wpcf7-list-item {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.wpcf7-list-item input[type="radio"], #contact-accept input {
    appearance: none;
    display: none;
    opacity: 0;
    width: 1px;
    position: absolute;
    height: 1px;
}
.wpcf7-list-item input[type="radio"] + span, #contact-accept input + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 22px;
}
#contact-accept input + span {
    padding-left: 30px;
}
.wpcf7-list-item input[type="radio"] + span::before,
.wpcf7-list-item input[type="radio"] + span::after, #contact-accept input + span::before, #contact-accept input + span::after {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 10px auto 0;
    box-sizing: border-box;
}
.wpcf7-list-item input[type="radio"] + span::before, #contact-accept input + span::before {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #1c3177;
    top: 1px;
    left: 1px;
}
.wpcf7-list-item input[type="radio"] + span::after, #contact-accept input + span::after {
    width: 9px;
    height: 9px;
    background: #1c3177;
    top: 1px;
    left: 5px;
    opacity: 0;
}
.wpcf7-list-item input[type="radio"]:checked + span::before, #contact-accept input:checked + span::before {
    border: 2px solid #1c3177;
}
.wpcf7-list-item input[type="radio"]:checked + span::after, #contact-accept input:checked + span::after {
    background: #1c3177;
    opacity: 1;
}
#contact-form .wpcf7-text, #contact-form .wpcf7-textarea {
    border: 0;
    background-color: #edeef4;
    padding: 15px 30px;
    width: 100%;
}
#contact-form .wpcf7-textarea {
    height: 150px;
}
#contact-form #privacy-policy {
    color: #14141e;
    margin: 50px 0;
    padding: 30px 30px 10px;
    background-color: #f4f4f4;
}
#contact-form #privacy-policy h3 {
    color: #14141e;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
#contact-form #privacy-policy p {
    color: #595757;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin: 6px 0 18px;
}
#contact-form #contact-accept {
    text-align: center;
    letter-spacing: 2px;
}
#contact-submit {
    text-align: center;
}
#contact-form .wpcf7-submit {
    padding: 18px 0;
    cursor: pointer;
}
#contact-form .wpcf7-spinner {
    margin-top: 20px;
}
#contact-form .wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    margin: 0 0 30px;
}
#contact-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.7rem;
    color: #1c3177;
}
#contact-form .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 1.5rem;
    color: #dc3232;
}

/* Modal */
.modal-data {
    display: none;
}
#modal-wrap {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
}
#modal-contents {
    color: #000;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 40px 0;
    background-color: #fff;
    z-index: 100000;
    border-radius: 25px;
}
#modal-contents h1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-top: 18px;
}
#modal-contents h2.modal-h2-inter {
    color: #8d98bb;
    font-size: 2.1rem;
    letter-spacing: 2px;
    margin: 0 0 15px;
    padding: 0 30px;
}
#modal-contents h2.modal-h2-noto {
    color: #8d98bb;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 25px 0 5px;
    padding: 0 23px;
}
#modal-contents p {
    font-size: 1.1rem;
}
#modal-contents p#modal-field, #modal-contents p#modal-message {
    padding: 0 30px;
}
#modal-contents ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    background-color: rgba(28,49,119,0.08);
}
#modal-contents li {
    width: 49%;
}
#modal-close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: -35px;
    right: 0px;
    width: 25px;
}

/* Access */
#access {
    color: #fff;
    background-color: #1C3177;
    text-align: center;
}
#access .sec-h2-2line, #access p, #access a {
    color: #fff;
}
#access p, #access a {
    font-size: 1.4rem;
    line-height: 2;
}
#access iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    border-radius: 16px;
}
#access h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 40px 0 20px;
}
#access a {
    text-decoration: underline;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 30px 0 20px;
    display: block;
}

/* Link */
#link-sec {
    padding: 100px 0;
    background-color: #edeff4;
}
#link-ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#link-ul li {
    width: 235px;
}
#link-ul li a:hover {
	opacity: .7;
}

/* Single */
#single {
	padding-top: 100px;
}
#single-header {
	background-color: #1c3177;
	padding: 35px 0;	
}
#single-header-inner {
	width: 1100px;
	margin: 0 auto;
	text-align: right;
}
#single-header #topicpath {
	font-size: 1.2rem;
	color: #a4acc8;
}
#single-header #topicpath a {
	color: #a4acc8;
	text-decoration: underline;
}
#single-header #topicpath a:hover {
	opacity: .7;
}
#single-post {
	background-color: #f8fcf5;
}
#single-post-inner {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 150px 100px;
	background-color: #fff;
}
p#single-date {
	font-size: 1.3rem;
	margin: 0 0 10px;
	letter-spacing: 0.2rem;
	font-weight: 700;
}
#single-cat {
	margin-bottom: 60px;
}
#single-cat li {
	font-size: 1.4rem;
	color: #1c3177;
	background-color: #e3e6ee;
	padding: 18px 60px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 15px;
}
#single-post h1 {
	font-size: 2.8rem;
	margin-bottom: 60px;
	letter-spacing: 0.3rem;
	text-align: center;
}
#single-post h2 {
	font-size: 2.2rem;
	color: #1c3177;
	margin-bottom: 15px;
	letter-spacing: 0.2rem;
	text-align: center;
}
#single-cont {
	color: #141414;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}
#single-cont p {
	margin-bottom: 60px;
}
#single-cont strong {
	font-weight: 700;
}
#single-cont a {
	color: #448dff;
	text-decoration: underline;
}
#single-cont li {
	list-style-type: disc;
}
#single-cont .wp-block-embed {
	text-align: center;
	margin-bottom: 60px;
}
#single-cont a:hover {
	color: #69b72a;
}
#single-cont .wp-block-button {
	width: 100%;
	text-align: center;
}
#single-cont a.wp-block-button__link {
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	color: #fff;
	width: auto;
	text-decoration: none;
	display: inline-block;
	background-color: #1c3177;
	padding: 20px 50px;
	border-radius: 6px;
}
#single-cont a.wp-block-button__link:hover {
	background-color: #69b72a;
}
a#single-list-btn {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	color: #1c3177;
	width: 300px;
	border: 3px solid #1c3177;
	padding: 20px;
	margin: 50px auto 0;
	border-radius: 6px;
	text-align: center;
	display: block;
}
a#single-list-btn:hover {
	color: #69b72a;
	border: 3px solid #69b72a;
}
.wp-block-image {
	margin-bottom: 60px;
}
#single-cont .wp-block-snow-monkey-blocks-box.smb-box {
	background-color: #f8fcf5;
	--smb-box--border-style: none;
	padding: 30px;
	margin-bottom: 60px;
}
#single-cont .wp-block-details {
	margin-bottom: 60px;
}
#single-cont .wp-block-snow-monkey-blocks-box p {
	color: #646464;
	margin: 0;
}
.wp-block-table {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 100;
	color: #646464;
	margin-bottom: 60px;
}
#single-cont .wp-block-table td {
	border: 2px solid #c8c8c8;
	padding: 30px;
}
.wp-block-table strong {
	color: #141414;
	font-weight: 700;
	display: block;
	text-align: center;
}

/* Footer */
footer{
    color: #fff;
    background-color: #1C3177;
    padding: 90px 0 50px;
}
footer .inner{
    padding: 0 20px;
}
footer #f-logo, footer #f-logo-2{
    width: 240px;
    margin-bottom: 50px;
    display: block;
}
footer #f-logo-2{
    margin-bottom: 100px;
}
footer ul {
    padding: 0 15px 0 0;
}
footer li{
    float: left;
    margin-right: 45px;
}
footer li a{
    font-size: 1.3rem;
    color: #fff;
}
footer #f-link{
    margin-bottom: 40px;
}
footer #f-link-2{
    font-size: 0.9rem;
}
footer #f-link-2 a{
    font-size: 0.9rem;
    text-decoration: underline;
}
footer a:hover {
	opacity: .7;
}

/* Fade In */
.fade-in {
    opacity: 0;
}
.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
@keyframes fade-in {
    0% {
        transform: translateY(80px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}