@charset "utf-8";
/* CSS Document */

/*設定
======================================================*/
body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #343434;
}
html {
	scroll-behavior: smooth;
}
.cont-wallpaper {
    font-size: 16px;
    line-height: 1.6;
}
.em {
	color: #b2192a;
    font-weight: bold;
}
img.cont-img {
    width: 100%;
    height: auto;
}
p.link-p span {
    margin: 0 10px;
}
.clearboth {
    clear: both;
}
.cont-wallpaper img {
    width: 100%;
    height: auto;
}
/*
======================================================*/
.top-cont p {
    margin: 15px 0;
}
.top-cont ul {
    margin: 15px 0;
}
.top-cont li {
    list-style: disc;
    margin-left: 25px;
}
.cont-01 img, .cont-02 img, .cont-03 img {
    margin: 15px 0;
}
.cont-01 h2, .cont-02 h2, .cont-03 h2, .cont-04 h2, .cont-05 h2, .cont-06 h2 {
    font-size: 130%;
    font-weight: bold;
    border-left: 10px solid #f80;
    padding-left: 10px;
}
.cont-01 p, .cont-02 p, .cont-03 p, .cont-04 p, .cont-05 p, .cont-06 p {
    margin: 15px 0;
}
.cont-04 dt {
    font-size: 110%;
    font-weight: bold;
}
.cont-04 dl {
    margin: 15px 0;
}
p.nospace {
    margin: 0 !important;
}
.cont-04 dd li {
    list-style: disc;
    margin-left: 25px;
}
/*エリアコンテンツ
======================================================*/
.eria-ct {
    margin: 15px 0;
    background: #dce9f5;
    padding: 15px;
}
p.ttl-p {
    font-size: 130%;
    font-weight: bold;
}
.eria-ct p {
    margin-bottom: 15px;
}
/*事例
======================================================*/
.jirei-box dl {
    border: solid 4px #646464;
    margin: 25px 0 40px;
    padding: 10px;
}
.jirei-box dt {
    border-bottom: dashed 2px;
    padding-bottom: 10px;
    font-size: 115%;
}
.jirei-box dd {
    padding-top: 10px;
}
/*流れ
======================================================*/
.cont-04 dl {
    margin: 40px 0;
    padding: 20px;
    position: relative;
    padding-bottom: 30px;
    border: 2px solid #003382;
    background-color: #fff;
    border-radius: 5px;
}
.cont-04 dl dt {
    font-size: 19px;
    color: #003382;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.cont-04 dl::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #003382 transparent transparent transparent;
}
.cont-04 > dl:nth-child(3)::after {
    display: none;
}
.links_btn {
    width: 700px!important;
    background: rgb(100,100,100) none repeat scroll 0% 0%!important;
    margin: 30px auto!important;
    text-align: center;
}
.links_btn a {
    color: #FFF!important;
    text-decoration: none!important;
    line-height: 50px;
    font-size: 23px;
    font-weight: bold!important;
    display: block;
}
.links_btn:hover {
    opacity: 0.8;
}
/*area
======================================================*/
.area-box {
    background: #dce9f5;
    padding: 10px;
    margin: 10px 0;
}
/*CTA
======================================================*/
.cta-bnr img {
    width: 100%;
    height: auto;
    margin: 30px 0;
    box-shadow: 5px 5px 5px #9e9e9e;
}
.cta-bnr2 img {
    width: 100%;
    height: auto;
}
/*追従
======================================================*/
.floating-banner {
    display: none;
}
.floating-banner2 {
    display: none;
}
.floating-banner3 {
    display: none;
}
/*
======================================================*/
.company_ct h2, .other_ct h2 {
    font-size: 130%;
    font-weight: bold;
    border-left: 10px solid #f80;
    padding-left: 10px;
}
.company_ct p, .other_ct p {
    margin: 15px 0;
}
/*企業情報
============================*/
table.company-bg {
    width: 100%;
    margin: 30px 0;
}
.company-bg td, .company-bg th {
    padding: 10px 5px;
    border: 1px solid #ababab;
}
.company-bg th {
    text-align: center;
    font-weight: bold;
    background: #e0e0e0;
    width: 200px;
}
.company-bg td {
    padding-left: 20px;
}
/*その他サービス
============================*/
.other_ct ul.list_box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.other_ct ul.list_box li {
    width: calc(calc(100% - 90px) / 3);
    background-color: #dce9f5;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.other_ct ul.list_box a {
    text-decoration: none;
    color: #222222;
    display: block;
}
.other_ct ul.list_box li:hover {
    opacity: 0.8;
}
.ninth_ct .cont-bg {
    width: 880px;
    margin: 0 auto 30px !important;
    padding: 0 30px !important;
}