@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:  master.css
 *
 ********************************************************************** */

/* 基本設定
======================================================= */

* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    min-width: 1200px;
    text-align: left;
    color: #333;
    background: #fff;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #333;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #333;
}


/* header
======================================================= */

header {
    padding: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 149px;
    overflow: hidden;

    position: sticky;
    top: 0;
    z-index: 4;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.contact header {
    height: 100px;
}

/* logo */
header .logo {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
}
header .logo a{
    display: block;
    color: #333;
    text-decoration: none;
}

header .logo img{
    width: auto;
    max-height: 90px;
}

/* head_l */
header .head_l {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 0 0 0 2%;
}
header .head_l .catch {
    margin: 0 0 0 0;
    color: #666;
    font-size: 1.2rem;
    line-height: 1.8;
}

/* head_r */
header .head_r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
header .head_r .head_cvlist {
    width: 100%;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
header .head_r .head_cvlist .tel {
    margin: 0 20px 0 0;
    color: #333;
    text-align: left;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}
header .head_r .head_cvlist .tel a {
    display: inline-block;
    padding: 0 0 0 22px;
    color: #333;
    font-size: 2.8rem;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: .05em;
}
header .head_r .head_cvlist .tel a::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    mask-image: url("../img/ico_tel_b.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: var(--primary);
    width: 14px;
    height: 20px;
}
header .head_r .head_cvlist .tel span {
    display: block;
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 1.2rem;
    line-height: 1.3;
}
header .head_r .head_cvlist .tel .reading {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
header .head_r .head_cvlist .request a,
header .head_r .head_cvlist .contact a,
header .head_r .head_cvlist .order a {
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    padding: 45px 0 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    box-sizing: border-box;
    transition: .2s;
}
header .head_r .head_cvlist .request a:hover,
header .head_r .head_cvlist .contact a:hover,
header .head_r .head_cvlist .order a:hover {
    opacity: .6;
    transition: .2s;
}
header .head_r .head_cvlist .contact a {
    color: #fff;
    background: var(--blue);
}
header .head_r .head_cvlist .contact a span {
    position: relative;
    padding: 25px 0 0 0;
}
header .head_r .head_cvlist .contact a span::before {
    content: "";
    position: absolute;
    left: calc(50% - 11px);
    top: 0px;
    mask-image: url("../img/ico_mail.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 22px;
    height: 16px;
}
header .head_r .head_cvlist .request a {
    color: #fff;
    background: var(--green);
}
header .head_r .head_cvlist .request a span {
    position: relative;
    padding: 30px 0 0 0;
}
header .head_r .head_cvlist .request a span::before {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: 0;
    mask-image: url("../img/ico_request.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 20px;
    height: 26px;
}
header .head_r .head_cvlist .order a {
    color: #fff;
    background: var(--primary);
}
header .head_r .head_cvlist .order a span {
    position: relative;
    padding: 30px 0 0 0;
}
header .head_r .head_cvlist .order a span::before {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    top: 0;
    mask-image: url("../img/ico_order.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 24px;
    height: 24px;
}
header .h_cv {
    display: none;
}


/* 非表示要素 */
.sp_trigger,
.overlay { display: none;}


/* nav
======================================================= */

nav {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: bold;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 50px;
}
nav ul.sp_nav {
    display: none;
}
nav ul li {
    margin: 0;
    transition: .2s;
}

nav ul li a {
    text-align: center;
    position: relative;
}
nav ul li a:link,
nav ul li a:visited {
    text-decoration: none;
    color: #333;
    transition: .2s;
}
nav ul li a:hover,
nav ul li a.selected {
    color: var(--primary);
    transition: .2s;
}

nav ul li > a:after{
    content: "";
    width: 0%;
    margin: 0 50%;
    height: 4px;
    background: url(../img/bg_titbtm.png) 0 0 repeat-x;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: all .2s ease-out;
}
nav ul li > a:hover:after,
nav ul li > a.selected:after{
    width: 100%;
    margin: 0;
}

/* 非表示要素 */
nav ul li.home,
nav ul li.none,
.sn_trigger,
nav ul li ul,
.sp_cv {
    display: none!important;
}


/* レイアウト設定
======================================================= */

.wrapper {
    width: var(--contents_size);
    margin: 70px auto 80px;
    background: #fff;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/* 2カラム */
.wrapper .main {
    width: calc(100% - 260px);
    padding: 0 0 0;
    min-height: 500px;
}
.wrapper .side {
    width: 220px;
    padding: 0 0 0;
    margin: 0 0 0 0;
}

/* 1カラム */
.single .wrapper .main {
    width: var(--contents_size);
    padding: 0 0 0;
    overflow: hidden;
    min-height: 500px;
}

/* お問い合わせ */
.contact .wrapper {
    width: 820px;
    margin: 70px auto 0;
}


/* 下層カテゴリタイトル
======================================================= */

.wrap_pagetitle {
    /* ページタイトル背景画像はここを差し替え */
    background: url(../../img/bg_pagetit.jpg) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.wrap_pagetitle .inner_pagetitle {
    width: var(--contents_size);
    margin: 0 auto;
    padding: 0 0;
    min-height: 270px;
    display: -webkit-box;
    display: flex;
    align-items: center;
    position: relative;
}
.contact .wrap_pagetitle .inner_pagetitle {
    justify-content: center;
}
.wrap_pagetitle .pagetitle {
    color: #333;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.wrap_pagetitle .pagetitle_rss {
    margin: 14px 0 0 20px;
}


/* パンくずリスト
======================================================= */

ol.breadcrumb {
    width: var(--contents_size);
    font-size: 1.2rem;
    margin: 20px auto 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    color: #333;
}
ol.breadcrumb a {
    color: #333;
}


/* 下層ナビゲーション
======================================================= */

.sn_wrap {
    background: var(--primary_light);
}
.sn_wrap ul.subnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: var(--contents_size);
    font-weight: bold;
    text-align: center;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.sn_wrap ul.subnav li a,
.sn_wrap ul.subnav li a:visited {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 12px 0px;
    position: relative;
    transition: .2s;
}
.sn_wrap ul.subnav li a:hover,
.sn_wrap ul.subnav li.subselected a {
    color: var(--primary);
    transition: .2s;
}
.sn_wrap ul.subnav li a:after{
    content: "";
    width: 0%;
    margin: 0 50%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: 10px;
    transition: all .2s ease-out;
}
.sn_wrap ul.subnav li a:hover:after,
.sn_wrap ul.subnav li.subselected a:after{
    width: 100%;
    margin: 0;
}

/* 1カラム時ローカルナビ */
.ln_wrap {
    background: #CFDDEA;
}
.ln_wrap ul.localnav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: var(--contents_size);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.ln_wrap ul.localnav li a,
.ln_wrap ul.localnav li a:visited {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    position: relative;
    transition: .2s;
}
.ln_wrap ul.localnav li a:hover,
.ln_wrap ul.localnav li.localselected a {
    color: var(--primary);
    transition: .2s;
}
.ln_wrap ul.localnav li a:after{
    content: "";
    width: 0%;
    margin: 0 50%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: 8px;
    transition: all .2s ease-out;
}
.ln_wrap ul.localnav li a:hover:after,
.ln_wrap ul.localnav li.localselected a:after{
    width: 100%;
    margin: 0;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 0;
}

.pagetop a {
    display: block;
    width: 50px;
    padding-top: 50px;
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    background: #333 url(../img/ico_arw_pagetop.svg) no-repeat 50% 50%;
    background-size: 12px auto;
}

/* foot_bnr */
.foot_bnr {
    width: var(--contents_size);
    padding: 100px 0;
    margin: 0 auto;
}
.foot_bnr ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.foot_bnr a {
    transition: .2s;
}
.foot_bnr a:hover {
    opacity: .6;
    transition: .2s;
}


/* footer
======================================================= */

footer {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    background: url(../img/bg_footer_top.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 330px 0 0 0;
}
footer .foot_in {
    width: var(--contents_size);
    margin: 0 auto;
}

/* foot_cv */
footer .foot_cv {
    width: var(--contents_size);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 70px 80px;
    margin: 0 auto 100px;
    font-size: 1.6rem;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
}
footer .foot_cv .ill {
    position: absolute;
    right: 70px;
    top: -15px;
}
footer .foot_cv .cv_head {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 0 40px;
}
footer .foot_cv p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 0;
}
footer .foot_cv .cv_head .tit {
    display: inline-block;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 0;
}
footer .foot_cv .cv_head .tit::after {
    content: "";
    width: 100%;
    height: 4px;
    background: url(../img/bg_titbtm.png) 0 0 repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}


footer .foot_cv ul {
    width: 100%;
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
footer .foot_cv ul .tel {
    margin: 0 0 0 30px;
    color: #333;
    text-align: left;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}
footer .foot_cv ul .tel a {
    display: inline-block;
    padding: 0 0 0 30px;
    color: #333;
    font-size: 3.2rem;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: .05em;
}
footer .foot_cv ul .tel a::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    mask-image: url("../img/ico_tel_b.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: var(--primary);
    width: 24px;
    height: 30px;
}
footer .foot_cv ul .tel span {
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
    line-height: 1.3;
}
footer .foot_cv ul .tel .reading {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
footer .foot_cv ul .request a,
footer .foot_cv ul .contact a,
footer .foot_cv ul .order a {
    display: block;
    width: 200px;
    text-align: center;
    text-decoration: none;
    padding: 30px 0;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;
    transition: .2s;
}
footer .foot_cv ul .request a:hover,
footer .foot_cv ul .contact a:hover,
footer .foot_cv ul .order a:hover {
    opacity: .6;
    transition: .2s;
}
footer .foot_cv ul .contact a {
    color: #fff;
    background: var(--blue);
}
footer .foot_cv ul .contact a span {
    position: relative;
    padding: 0 0 0 30px;
}
footer .foot_cv ul .contact a span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 8px);
    mask-image: url("../img/ico_mail.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 22px;
    height: 16px;
}
footer .foot_cv ul .request a {
    color: #fff;
    background: var(--green);
}
footer .foot_cv ul .request a span {
    position: relative;
    padding: 0 0 0 30px;
}
footer .foot_cv ul .request a span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 13px);
    mask-image: url("../img/ico_request.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 20px;
    height: 26px;
}
footer .foot_cv ul .order a {
    color: #fff;
    background: var(--primary);
}
footer .foot_cv ul .order a span {
    position: relative;
    padding: 0 0 0 30px;
}
footer .foot_cv ul .order a span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 12px);
    mask-image: url("../img/ico_order.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 24px;
    height: 24px;
}


/* foot_nav */
footer .foot_nav {
    background: var(--primary);
    padding: 30px 0 0;
}
footer ul.f_nav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
footer ul.f_nav li {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 0 0 0;
    line-height: 1;
}
footer ul.f_nav li a,
footer ul.f_nav li a:visited {
    color: #fff;
    text-decoration: none;
}
footer ul.f_nav li a:hover {
    text-decoration: underline;
}

/* foot_info */
footer .foot_info {
    background: var(--primary) url(../img/bg_footer.png) 0 0;
    padding: 70px 0 50px;
}
footer .foot_info .foot_in {
    padding: 0;
}
footer .logo_address {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 80px;
}
footer .logo_address a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.6rem;
}
footer .logo_address img {
    margin: 0 20px 0 0;
}
footer .logo_address img,
footer .logo_address address {
    display: block;
}
footer .logo_address address {
    margin: 0 0 0 auto;
}

footer .info_r {
    display: flex;
    justify-content: space-between;
}

/* コピーライト */
footer small {
    font-size: 1.1rem;
    color: #fff;
}


/* 下層共通設定
======================================================= */

.wrapper .block {
    clear: both;
    width: 100%;
    margin: 0 0 60px;
}

.main h1 {
    font-size: 3.6rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0 0 18px;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
}

.main .block h2 {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
    line-height: 1.5;
    margin: 0 0 30px;
    padding: 10px 15px 12px 55px;
    background: var(--primary_light);
    color: #333;
    position: relative;
    border-radius: 10px;
}
.main .block h2:before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    left: 20px;
    width: 26px;
    height: 22px;
    background: url(../img/ico_foot_h2.png) 0 0 no-repeat;
}

.main .block h3 {
    font-size: 2.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    color: #333;
    border-left: 4px solid var(--primary);
}

/* alink */
ul.alink {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
}
ul.alink li a {
    display: block;
    margin: 0;
    padding: 8px 40px 8px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    position: relative;
    color: #333;
}
ul.alink li a:link,
ul.alink li a:visited {
    text-decoration: none;
}
ul.alink li a::before{
    content: "";
    transform: rotate(90deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    mask-image: url(../img/ico_arw_triangle.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: var(--primary);
    width: 5px;
    height: 10px;
}


/* お知らせ設定
======================================================= */

/* mceTopics */
.mcetopics {
    margin: 0;
    padding: 0;
}
.mcetopics ul {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mcetopics li {
    margin: 0;
    padding: 20px 0 20px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
}
#top .mcetopics li {
    border: none;
}
.mcetopics li span {
    display: block;
}
.mcetopics li span.cate {
    width: 140px;
    font-size: 1.2rem;

    background: var(--primary_light);
    margin: 2px 20px 0 0;
    padding: 2px 10px;
    text-align: center;
    word-break: break-all;
    box-sizing: border-box;
}
.mcetopics li span.day {
    width: 100px;
    font-size: 1.4rem;
    margin: 3px 0 0 0;
}
.mcetopics li span.title {
    width: calc( 100% - 240px );
}

/* topicsblock */
.topicsblock {
    width: 190px;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 0;
    background: var(--primary);
    border-radius: 15px 0 0 15px;
    color: #fff;
}
#top .topicsblock h2 {
    font-size: 2.4rem;
    margin: 0 0 10px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}
.topicsblock .infolist {
    font-size: 1.4rem;
    padding: 0;
}
.topicsblock .infolist a {
    display: inline-block;
    padding: 0 16px 0 0;
    position: relative;
    color: #fff;
}
.topicsblock .infolist a::before{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    mask-image: url(../img/ico_arw_slide.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #fff;
    width: 7px;
    height: 12px;
}

/* pager */
.pager {
    text-align: center;
    margin: 0 0 60px;
}
.pager ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pager ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pager ul li strong {
    display: block;
    padding: 10px;
    color: #fff;
    border: 1px var(--primary) solid;
    background-color: var(--primary);
    border-radius: 3px;
}
.pager ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    border: 1px #d9d9d9 solid;
    border-radius: 3px;
}
.pager ul li a:link,
.pager ul li a:visited {
    color: #333;
    border-color: #d9d9d9;
}
.pager ul li a:hover,
.pager ul li a:active {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}


/* ブログ設定
======================================================= */

.main.blog {
    order: 1;
}
.side.blog {
    text-align: left;
    margin: 0;
}

/* ブログトップ */
.post_list {
    width: 100%;
    margin: 0 0 60px;
}
.post_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post_list ul li {
    width: calc(50% - 20px);
}
.post_list article .post-thumbnail {
    margin: 0 0 10px;
}
.post_list article .post-thumbnail img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin: 0;
}
.post_list article h2.top_entry_tit {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.post_list article p.date {
    font-size: 1.4rem;
    margin: 0 0 0px;
}
.post_list article .entry_content {
    margin: 0 0 10px;
}
.post_list article p.more {
    text-align: right;
}
.post-thumbnail.top {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}
ol.list-inline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
ol.list-inline li {
    width: auto;
    color: #666;
    padding: 2px 7px;
    margin: 0 1px 0 0;
    vertical-align: top;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
}

/* カテゴリアイコンカラー */
.list-inline li.blog01cat001 { background: var(--primary); }
.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.side.blog .widget {
    margin: 0 0 40px;
}
.side.blog .widget h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    border-left: 4px solid var(--primary);
}
.side.blog .search {
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}
.side.blog .search input {
    border: none;
    width: 85%;
    font-size: 1.4rem;
    padding: 10px;
}
.side.blog .search button {
    padding: 0;
    width: 18px;
    height: 21px;
    margin: 8px 5px 0 5px;
    border: none;
    background: none;
    color: #333;
    font-size: 14px;
    background: url(../img/ico_search.svg) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
ul.recent_article li {
    margin: 0 0 20px;
    letter-spacing: -.4em;
}
ul.recent_article li .img {
    display: inline-block;
    width: 50px;
    margin: 3px 10px 0 0;
    letter-spacing: normal;
    vertical-align: top;
}
ul.recent_article li .img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
ul.recent_article li .txt {
    display: inline-block;
    width: 150px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: normal;
}
ul.recent_article li .txt span {
    display: block;
}
ul.recent_article li .txt a,
ul.recent_article li .txt a:visited {
    text-decoration: none;
}
ul.recent_article li .txt a:hover {
    text-decoration: underline;
}
ul.catelist {
    margin: 0 0 0 17px;
}
ul.catelist li {
    list-style-type: disc;
    padding: 0 0 0 0px;
    margin: 0 0 5px;
    font-size: 1.4rem;
}
ul.catelist li a,
ul.catelist li a:visited {
    text-decoration: none;
}
ul.catelist li a:hover {
    text-decoration: underline;
}

form[name='archiveform'] select{
    width: 100%;
    font-size: 1.4rem;
    padding: 7px 10px 10px;
    border: 1px solid #d5d5d5;
}


/* ブログ下層 */

.main.blog h1.entry_title {
    border: none;
    padding: 0;
    margin: 0 0 10px;
}
.entry_head {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}
.main .entry_head h1 {
    font-size: 2.4rem;
    font-weight: bold;
    border: none;
    margin: 0 0 10px;
    padding: 0;
}
.entry_meta {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    border-bottom: 2px solid #E3EBF3;
}
.entry_head p {
    font-size: 1.4rem;
    margin: 0 20px 0 0;
}
.entry_head p .name {
    padding: 0 15px;
}
.entry_head ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.entry_head ul li a,
.entry_head ul li a:visited {
    display: block;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    color: #666;
    text-decoration: none;
    padding: 3px 7px;
    line-height: 1;
}
.entry_thumbnail{
    text-align: center;
}
.entry_thumbnail img {
    width: 100%;
    height: 506px;
    object-fit: contain;
}
.relation_article {
    margin: 80px 0 50px;
    width: 100%;
}
.relation_article .relation_article_ov {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 29px;
}
.relation_article h2 span {
    font-size: 12px;
    padding: 0 0 0 10px;
}
.relation_article .relation_article_block {
    flex: 1;
    margin: 0 0 0 0;
}
.relation_article .relation_article_block:nth-child(n+4) {
    display: none;
}

.relation_article .relation_article_block .img {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
}
.relation_article .relation_article_block .img img {
    width: 100%;
    height: 169px;
    object-fit: cover;
}
.relation_article .relation_article_block .day {
    font-size: 1.2rem;
    color: #555;
}
.relation_article .relation_article_block h3 {
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    padding: 0;
}
.relation_article .relation_article_block h3 a:link,
.relation_article .relation_article_block h3 a:visited {
    text-decoration: underline;
}
.relation_article .relation_article_block h3 a:hover {
    text-decoration: none;
}


/* サイトマップ設定
======================================================= */

.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.block_sm h2.sitemap {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
}
.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}
.sitemap_ul li {
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/ico_level.svg) no-repeat 0 9px;
    background-size: 9px auto;
}
.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}
.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/ico_level.svg) no-repeat 0 9px;
    background-size: 9px auto;
}

/* ページ表示時にファーストビューに、フェードインのパララックス効果与える
======================================================= */

.fade_up {
    animation-name: fade_up_anime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fade_up_anime {
    from {
        opacity: 0;
        transition: 0.8s ease-in-out;
        transform: translateY(30px);
    }
    to {
        opacity: 1.0;
        transform: translateY(0);
    }
}

/* フェードイン遅延用スタイル */
.fade_up_timing02 {animation-delay: .2s;}
.fade_up_timing03 {animation-delay: .3s;}
.fade_up_timing04 {animation-delay: .4s;}

/* 管理画面表示用 */
#tinymce .fade_up {
    opacity: 1;
}

/* スクロールで要素に、フェードインのパララックス効果与える
======================================================= */

/* 下から上へ出現 */
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

/* 左から右へ出現 */
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/* 右から左へ出現 */
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/* フェードイン遅延用スタイル */
.scroll_timing02 {transition-delay: .2s;}
.scroll_timing03 {transition-delay: .3s;}
.scroll_timing04 {transition-delay: .4s;}
.scroll_timing05 {transition-delay: .5s;}
.scroll_timing06 {transition-delay: .6s;}

/* 管理画面表示用 */
#tinymce .scroll_up,
#tinymce .scroll_left,
#tinymce .scroll_right {
    opacity: 1;
}


/* cookie同意
======================================================= */

.cookie_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background: rgba(0,0,0,0.65);
    z-index: 11;
}
.cookie_box .intxt {
    font-size: 1.2rem;
    margin: 0 100px 0 calc(50% - 540px);
}
.cookie_box .intxt a {color: #fff;}
.cookie_box .btn {
    font-size: 1.4rem;
    margin-right: calc(50% - 540px);
}
.cookie_box .btn a {
    padding-right: 60px;
    padding-left: 30px;
    min-width: 200px;
    cursor: pointer;
}
