@charset "UTF-8";

/* ================================================
===================================================
===================================================
Base
===================================================
===================================================
================================================ */
body{-webkit-text-size-adjust: 100%;color: #292929;font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;padding: 0;height: auto;font-size: 16px;}
img {width: 100%;}
body * {
  box-sizing : border-box;
}
/*++++++++++++++++++++++++++
	Link : Img
++++++++++++++++++++++++++*/
/*  PC  */
@media screen and (min-width: 641px){a:hover img {filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}a:hover{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
/* hover */.hover,a.hover{text-decoration:none ;-webkit-transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-o-transition: background-color 0.4s linear;transition: background-color 0.4s linear;filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}}
dl,dt,dd,ul,ol,li{margin: 0px;padding: 0px;list-style:none;}
/*++++++++++++++++++++++++++
	汎用クラス
++++++++++++++++++++++++++*/
td {text-align: left;}
th {font-weight: normal;text-align: center;}
section {clear: both;margin: 0;padding: 0;}
/* ================================================
===================================================
===================================================
Base end
===================================================
===================================================
================================================ */

/* ================================================
===================================================
===================================================
reset
===================================================
===================================================
================================================ */
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;margin: 0;font-style: normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;padding:0 ;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
.clear_both {clear: both;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
address{font-style:normal ;}
/* ================================================
===================================================
===================================================
reset end
===================================================
===================================================
================================================ */

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/
html{
    scroll-padding-top: 30px;
}
.wrapper {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    max-width: 1000px;
    width: 92%;
    margin: auto;
}
body{
    background-color: #fff;
    color: #171717;
    font-size: 16px;
    font-weight:normal;
    line-height: 1.7em;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#171717;}
a:link{text-decoration:none; color:#171717;}
a:visited{text-decoration:none; color:#171717;}
a:hover{text-decoration:none; color:#171717;}
a:active {text-decoration:none; color:#171717;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
.sp{
    display: none;
}
.pc{
    display:block;
}
@media only screen and (max-width: 700px) {
.sp{
     display: block;
}
.pc{
     display: none;
}
}

/*++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++*/
header{
    display: none;
}
@media screen and (max-width: 1080px){
    header{
        display: block;
    }
}
.head-pc{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    background-color: rgba(255, 255, 255, 0.8);
    position: sticky;
    top: 0;
    z-index: 100;
    height: 85px;
}
.head-pc a {
    color: #292929;
}
.head-pc .inr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-pc .logo,
.head-pc nav {
    display: inline-block;
    vertical-align: baseline;
}
.head-pc .logo {
    width: 240px;
    margin: 25px 15px 0 25px;
}
.head-pc nav dl dd {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #242424; 
}
.head-pc nav dl dd:last-child{
    padding-right: 15px;
    border-right: none;
}
.head-pc .flxbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-pc .mail_icon {
    line-height: 85px;
    padding: 0 15px;
    background-color: #3381c1;
    height: 85px;
}
.head-pc .mail_icon img{
    width: 28px;
}
.head-pc .tel_icon{
    padding: 25px 15px 0 15px;
    background-color: #0061b1;
    height: 85px;
    text-align: center;
    color: #fff;
    display:block;
}
.head-pc .tel_icon p{
    font-size: 11px;
    line-height: 1.6em;
}
.head-pc .tel_icon p em{
    font-size: 20px;
}
.head-pc .tel_icon p em::before{
    content: '';
    display: inline-block;
    background-image: url(../images/tel_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.8em;
    height: 0.8em;
    margin-right: 0.1em;
}
.head-pc .tel_icon a{
    color: #fff;
}
.head-pc .tel_icon_sp{
    display:none;
}
@media screen and (max-width: 1080px){
    .head-pc{
        height: 50px;
    }
    .head-pc .logo {
        width: 240px;
        margin: 10px 0 0 20px;
    }
    .head-pc nav{
        display: none;
    }
    .head-pc .right{
        margin-right: 50px;
    }
    .head-pc .mail_icon {
        line-height: 50px;
        height: 50px;
    }
    .head-pc .tel_icon{
        display: none;
    }
    .head-pc .tel_icon_sp {
        display:block;
        line-height: 26px;
        padding: 12px 15px;
        background-color: #0061b1;
        height: 50px;
    }
}
@media screen and (max-width: 500px){
    .head-pc .logo {
        width: 180px;
        margin: 5px 0 0 20px;
    }
}
/*++++++++++++++++++++++++++
メインビジュアル
++++++++++++++++++++++++++*/
#main{
    background-image: url(../images/main.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 500px 0 80px;
}
#main .txt-box{
    margin-left: 4%;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
}
#main .txt-box h1{
    font-size: clamp(24px, 4.2vw, 40px);
    line-height: 1.7em;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}
#main .txt-box .en-title{
    font-size: clamp(8px, 1.4vw, 12px);
    line-height: 2.2em;
    letter-spacing: 0.05em;
}
@media screen and (max-width:767px ) {
    #main{
        padding: 460px 0 40px;
    }
}
/*++++++++++++++++++++++++++
共通コンテンツ
++++++++++++++++++++++++++*/
h1.sec-ttl{
    font-size: 34px;
    position: relative;
    margin: 0 0 70px 0;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}
h1.sec-ttl::before {
    border-bottom: 5px solid #0061b1;
    bottom: -30px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}
h2.sec-mds{
    font-family: 'Noto Serif JP', serif;
    font-size: 27px;
    color: #0061b1;
    text-align: center;
}
h3.sec-txt{
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    color: #000;
    margin: 20px 0;
    text-align: center;
}
/*++++++++++++++++++++++++++
サービス
++++++++++++++++++++++++++*/
#service{
    padding: 40px 0;
    background-color:#edf7f7;
}
#service article{
    margin: 30px auto;
}
#service article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#service article ul li {
    position: relative;
    min-height: 230px;
    width: calc(96% / 3);
    background-color: #e3f0da;
}
#service article ul li:nth-child(2){
    background-color: #cdeae9;
}
#service article ul li:nth-child(3){
    background-color: #f1ead6;
}
#service article ul li .inr{
    padding: 10px;
}
#service article ul li p{
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 10px 0;
}
#service article ul li figure{
    position: absolute;
	bottom: 0;
    padding: 0 0 10px;
}
#service article ul li figure img{
    width: calc(100% - 10px);
}
@media screen and (max-width:767px ) {
    #service article ul li {
        min-height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    #service article ul li figure{
        position: inherit;
        padding: 0;
    }
    #service article ul li figure img{
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
ネットワーク
++++++++++++++++++++++++++*/
#network{
    padding: 40px 0;
    background-color:#edf7f7;
}
#network article {
    max-width: 800px;
    margin: 20px auto;
}
/*++++++++++++++++++++++++++
	取り扱い商品
++++++++++++++++++++++++++*/
#item{
    padding: 40px 0;
}
#item article {
    margin: 20px auto;
}
#item article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#item article ul li {
    width: calc(100% / 6);
    background-color: #fd5163;
}
#item article ul li:nth-child(2){
    background-color: #fd84b7;
}
#item article ul li:nth-child(3){
    background-color: #ff9400;
}
#item article ul li:nth-child(4){
    background-color: #eed348;
}
#item article ul li:nth-child(5){
    background-color: #64c571;
}
#item article ul li:nth-child(6){
    background-color: #67d1f4;
}
#item .name{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 1.5em 0;
    color: #fff;
}
#item .name.line2{
    padding: 0.7em 0;
}
#item .icon{
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    margin: auto;
    padding: 10px;
}
#item .caption{
    font-size: 14px;
    padding: 1.5em 5px;
    line-height: 1.5em;
    color: #fff;
}
@media screen and (max-width:767px ) {
    #item article ul li {
        width: calc(100% / 3);
    }
}
@media screen and (max-width:500px ) {
    #item article ul li {
        width: calc(100% / 2);
    }
}
/*++++++++++++++++++++++++++
	保険会社
++++++++++++++++++++++++++*/
#banner{
    padding: 40px 0;
}
#banner article {
    margin: 30px auto 20px;
}
#banner article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#banner article ul li {
    width: calc(96% / 4);
}
#banner article figure {
    background-color: #fff;
    border: 1px solid #d6d6d6;
}
#banner article ul li p {
    font-size: clamp(12px, 1.3vw, 13px);
    letter-spacing: -0.01em;
    line-height: 1.6em;
    margin: 6px 0 17px 0;
    text-align: center;
}
@media screen and (max-width:767px ) {
    #banner article ul li {
        width: calc(96.5% / 2);
    }
}
/*++++++++++++++++++++++++++
	お知らせ
++++++++++++++++++++++++++*/
#news{
    padding: 40px 0;
    background-color: #EDF7F7;
}
#news article {
    margin: 20px auto;
}
#news article ul{
    margin-bottom: 50px;
    & li{
        border-bottom: solid 1px #BED9E9;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    & a > div{
        display: inline-block;
        vertical-align: top;
    }
    & .date{
        width: 7em;
        & p{
            font-size: 16px;
            font-weight: 500;
            color: #AAAAAA;
        }
    }
    & .heading{
        width: calc(100% - 8em);
        & p{
            font-family: 'Noto Serif JP', serif;
            font-size: 16px;
        }
        
    }
}
#news article .btn{
    max-width: 350px;
    margin: auto;
    & .inr{
        background-color: #0061B1;
        padding: 16px;
    }
    & .inr.arrow{
        position: relative;
    }
    & .inr.arrow::before{
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    & .txt{
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        text-align: center;
        font-size: 17px;
    }
}
@media screen and (max-width:767px ) {
    #news article ul{
        & a > div{
            display: block;
        }
        & .date{
            margin-bottom: 5px;
        }
        & .heading{
            width: 100%;
        }
    }
}
/*++++++++++++++++++++++++++
	社長挨拶
++++++++++++++++++++++++++*/
#greeting{
    padding: 40px 0;
}
#greeting article {
    margin: 20px auto;
}
#greeting article .flx-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    & .image{
        width: 37%;
    }
    & .honbun{
        width: 60%;
    }
}
#greeting article .flx-box .honbun .midashi{
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    margin-bottom: clamp(20px, 3vw, 30px);
    line-height: 1.5em;
}
#greeting article .flx-box .honbun .txt{
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 14px;
}
#greeting article .flx-box .honbun .name{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    line-height: 1.6em;
    text-align: right;
    margin-top: clamp(20px, 3vw, 30px);
}
@media screen and (max-width:767px ) {
    #greeting article .flx-box{
        & .image{
            width: 100%;
            margin-bottom: 20px;
        }
        & .honbun{
            width: 100%;
        }
    }
}
/*++++++++++++++++++++++++++
採用情報、企業情報
++++++++++++++++++++++++++*/
#contents{
    padding: 40px 0;
    background-color: #EDF7F7;
}
#contents article {
    margin: 20px auto;
}
#contents article .flx-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    & .blk{
        width: 48%;
        & figure{
            width: 100%;
        }
    }
}
#contents article .flx-box .txt-box{
    background-color: #fff;
    padding: 20px 5% 30px;
    & h5{
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        margin-bottom: 28px;
        line-height: 1.5em;
        position: relative;
    }
    & h5::before{
        content: '';
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #0061B1;
    }
    & p{
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 25px;
    }
}
#contents article .flx-box .txt-box .btn{
    max-width: 200px;
    & .inr{
        background-color: #0061B1;
        padding: 12px;
    }
    & .inr.arrow{
        position: relative;
    }
    & .inr.arrow::before{
        content: '';
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        width: 7px;
        height: 7px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    & .txt{
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        text-align: center;
    }
}
@media screen and (max-width:767px ) {
    #contents article .flx-box{
        & .blk{
            width: 100%;
        }
        & .blk:first-child{
            margin-bottom: 20px;
        }
    }
}
/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer {
    text-align: center;
    background-color: #1993d3;
    color: #fff;
    padding: 0 0 20px 0;
    line-height: 1.5em;
}
footer .link {
    background-color: #0087ce;
    padding: 10px 0;
}
footer .link a {
    color: #fff;
}
footer .link dl {
    text-align: center;
}
footer .link dl dd {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 5px 20px 5px 0;
    border-right: 1px solid #fff; 
}
footer .link dl dd:last-child{
    padding-right: 0;
    border-right: none;
}
footer .footer_logo {
    max-width: 375px;
    margin: auto;
    padding: 20px 10px;
}
footer p.txt1{
    font-size: 16px;
    line-height: 1.6em;
}
footer p.copyright {
    font-size: 13px;
    line-height: 1.6em;
}
footer .sns figure{
    width: 40px;
    margin: 15px auto;
}
/*--------------------------------------
		pagetop
---------------------------------------*/
#btn_top {
	position: fixed;
	bottom: -50px;
	right: 20px;
	z-index: 10;
}
#btn_top a {
	background: #0061b1;
	text-decoration: none;
	color: #fff;
	padding: 3px 9px;
	text-align: center;
	display: block;
    border-radius: 3px;
}
#btn_top a:hover {
	text-decoration: none;
	background-color: #0061b1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

@media screen and (max-width:767px ) {
#btn_top {
	right: 10px;
	bottom: 60px;
}
}
/*++++++++++++++++++++++++++
	下層ページ
++++++++++++++++++++++++++*/
#sec-header .title-head{
    background-color: #1993D3;
    padding: clamp(40px, 5vw, 50px) 0;
    & h1{
        font-family: 'Noto Serif JP', serif;
        font-size: clamp(32px, 4vw, 40px);
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
}
#sec-header .pankuzu{
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    margin-top: 10px;
    margin-bottom: clamp(60px, 8vw, 80px);
    margin-left: 4%;
    & ol li{
        display: inline-block;
        position: relative;
        margin-right: 24px;
        & p{
            font-size: clamp(11px, 1.2vw, 12px);
            color: #575757;
        }
    }
    & ol li:not(:last-child)::after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -15px;
        margin: auto;
        width: 5px;
        height: 5px;
        border-top: solid 1px #575757;
        border-right: solid 1px #575757;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}
/*+++++下層ページコンテンツ+++++*/
#sec-conts .contents{
    margin-bottom: clamp(80px, 10vw, 100px);
    & .midashi-center{
        font-family: 'Noto Serif JP', serif;
        line-height: 1.6em;
        font-size: clamp(32px, 4vw, 40px);
        color: #0061B1;
        text-align: center;
    }
    & p.txt-center{
        font-size: 16px;
        line-height: 1.6em;
        text-align: center;
    }
    & .mgn-b60{
        margin-bottom: clamp(50px, 6vw, 60px);
    }
    & .btn{
        max-width: 350px;
        margin: auto;
        & .inr{
            background-color: #0061B1;
            padding: 16px;
        }
        & .inr.arrow{
            position: relative;
        }
        & .inr.arrow::before{
            content: '';
            position: absolute;
            top: 0;
            right: 15px;
            bottom: 0;
            margin: auto;
            width: 10px;
            height: 10px;
            border-top: solid 2px #fff;
            border-right: solid 2px #fff;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }
        & .txt{
            font-family: 'Noto Serif JP', serif;
            color: #fff;
            text-align: center;
            font-size: 17px;
        }
    }
    & .block{
        margin-bottom: 70px;
        & h2{
            font-family: 'Noto Serif JP', serif;
            font-size: clamp(28px, 3.4vw, 34px);
            color: #0061B1;
            margin-bottom: 20px;
            line-height: 1.6em;
        }
        & h3{
            font-family: 'Noto Serif JP', serif;
            font-size: clamp(20px, 2.4vw, 24px);
            line-height: 1.6em;
        }
        & p.txt1{
            font-size: 16px;
            line-height: 1.7em;
        }
        & p.txt2{
            font-size: 16px;
            line-height: 1.7em;
            margin-left: 1em;
            text-indent: -1em;
            &::before{
                content: '・';
            }
        }
        & .flx-box{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            & .left{
                width: 50%;
            }
            & .right{
                width: 46%;
            }
            & iframe{
                width: 100%;
                height: 100%;
                min-height: 400px;
            }
        }
        & .info .item{
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: solid 1px #BED9E9;
            &:first-child{
                padding-top: 15px;
                border-top: solid 1px #BED9E9;
            }
            &:last-child{
                margin-bottom: 0;
            }
            & > dt,dd{
                display: inline-block;
                vertical-align: top;
            }
            & dt{
                width: 7em;
                & span{
                    font-size: 16px;
                    line-height: 1.6em;
                    color: #0061B1;
                }
            }
            & dd{
                width: calc(98% - 7em);
                & span{
                    font-size: 16px;
                    line-height: 1.6em;
                }
            }
        }
        & .fd-mds{
            font-family: 'Noto Serif JP', serif;
            font-size: clamp(22px, 2.4vw, 24px);
            line-height: 1.6em;
            margin-top: clamp(30px, 4vw, 40px);
            margin-bottom: 5px;
            margin-left: 1em;
            text-indent: -1em;
            &:before{
                content: '・';
                font-weight: bold;
                color: #0061B1;
            }
        }
        & table.kpi{
            width: 100%;
            border: 1px solid #BED9E9;
            border-collapse: collapse;
            margin-top: 40px;
            & td, th{
                border: 1px solid #BED9E9;
                border-collapse: collapse;
                padding: 15px 10px;
                width: calc(100% / 4);
            }
            & th {
                background: #F7FCFC;
                color: #0061B1;
                font-weight: bold;
                text-align: center;
                font-size: clamp(14px, 1.5vw, 15px);
            }
            & td{
                font-size: clamp(13px, 1.4vw, 14px);
                line-height: 1.5em;
                vertical-align: top;
                & .k-txt:not(:last-child){
                    margin-bottom: 12px;
                }
            }
        }
        & h6.pp-mds{
            font-family: 'Noto Serif JP', serif;
            font-size: clamp(18px, 2vw, 20px);
            font-weight: 600;
            line-height: 1.6em;
            margin-bottom: 5px;
            margin-top: 30px;
            & span{
                color: #0061B1;
            }
        }
        & p.pp-txt1{
            font-size: 16px;
            line-height: 1.6em;
            margin-bottom: 5px;
        }
        & p.pp-txt2{
            font-size: 16px;
            line-height: 1.6em;
            margin-bottom: 5px;
            margin-left: 3em;
            text-indent: -3em;
        }
        & .nb1::before{
            content: '（１）';
        }
        & .nb2::before{
            content: '（２）';
        }
        & .nb3::before{
            content: '（３）';
        }
        & .nb4::before{
            content: '（４）';
        }
        & p.pp-txt3{
            font-size: 16px;
            line-height: 1.6em;
            margin-bottom: 5px;
            margin-left:2em;
            text-indent: -1em;
            &::before{
                content: '・';
            }
        }
    }
}
@media screen and (max-width:767px ) {
    #sec-conts .contents{
        & .block{
            & .flx-box{
                & .left{
                    width: 100%;
                    margin-bottom: 20px;
                }
                & .right{
                    width: 100%;
                }
                & iframe{
                    width: 100%;
                    height: 350px;
                    min-height: 350px;
                }
            }
            & .table-scroll{
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
            & table.kpi{
                width: 100%;
                border-collapse: collapse;
                width: 800px;
            }
        }
    }
}
/*++++++++++++++++++++++++++
お知らせ
++++++++++++++++++++++++++*/
/*+++++一覧+++++*/
#news-conts .contents{
    margin-bottom: clamp(80px, 10vw, 100px);
}
#news-conts ul{
    margin-bottom: 50px;
    & li{
        border-bottom: solid 1px #BED9E9;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    & a > div{
        display: inline-block;
        vertical-align: top;
    }
    & .date{
        width: 7em;
        & p{
            font-size: 16px;
            font-weight: 500;
            color: #AAAAAA;
        }
    }
    & .heading{
        width: calc(100% - 8em);
        & p{
            font-family: 'Noto Serif JP', serif;
            font-size: 16px;
        }
        
    }
}
#news-conts .wp-pagenavi{
    text-align: center;
    & span,a{
        font-weight: bold;
        margin: auto 8px;
    }
    & span.current{
        color: #0061B1;
    }
    & a.page{
        color: #CCCCCC;
    }
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
    border: none !important;
}
@media screen and (max-width:767px ) {
    #news-conts ul{
        & a > div{
            display: block;
        }
        & .date{
            margin-bottom: 5px;
        }
        & .heading{
            width: 100%;
        }
    }
}
/*+++++詳細+++++*/
#news-single-conts .contents{
    margin-bottom: clamp(80px, 10vw, 100px);
}
#news-single-conts{
    & .date{
        margin-bottom: 10px;
        & p{
            font-size: 16px;
            font-weight: 500;
            color: #AAAAAA;
        }
    }
    & .heading{
        padding-bottom: 15px;
        margin-bottom: 45px;
        border-bottom: solid 2px #BED9E9;
        position: relative;
        &:after {
            position: absolute;
            content: " ";
            display: block;
            border-bottom: solid 2px #0061B1;
            bottom: -2px;
            width: 80px;
        }
        & p{
            font-family: 'Noto Serif JP', serif;
            font-size: clamp(24px, 2.8vw, 28px);
            font-weight: 600;
        }
        
    }
}
#news-single-conts .detail p{
    font-size: 16px;
    margin-bottom: 20px;
}
#news-single-conts .detail h1{
    font-size: 34px;
    position: relative;
    margin: 0 0 70px 0;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}
#news-single-conts .detail h1::before {
    border-bottom: 5px solid #0061b1;
    bottom: -30px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 60px;
}
#news-single-conts .detail h2{
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(24px, 2.8vw, 28px);
    font-weight: bold;
    color: #0061B1;
    margin-bottom: 20px;
}
#news-single-conts .detail h3{
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(24px, 2.8vw, 28px);
    margin-bottom: 20px;
}
#news-single-conts .detail h3::before{
    content: '・';
    color: #0061B1;
    font-weight: bold;
}
#news-single-conts .detail h4{
    font-size: clamp(20px, 2.2vw, 22px);
    font-weight: bold;
    color: #0061B1;
    margin-bottom: 15px;
}
#news-single-conts .detail h5{
    font-size: clamp(20px, 2.2vw, 22px);
    font-weight: bold;
    margin-bottom: 15px;
}
#news-single-conts .detail h6{
    font-size: 18px;
    font-weight: bold;
    color: #fc0303;
    margin-bottom: 10px;
}