@charset "UTF-8";

/* -----------------------------------------
 utility
------------------------------------------- */
/* display */
@media screen and (min-width:769px) {
  .show-sp {
    display: none;
  }
}
@media screen and (min-width:600px) {
  .show-sp.hide-tb {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .show-pc {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .show-pc.hide-tb {
    display: none;
  }
}
/* margin */
.mb0 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: .5rem !important;
}
.mb10 {
  margin-bottom: 1rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb25 {
  margin-bottom: 2.5rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}
.mb05em {
  margin-bottom: 0.5em !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb15em {
  margin-bottom: 1.5em !important;
}
.mb2em {
  margin-bottom: 2em;
}
.mb25em {
  margin-bottom: 2.5em !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt05em {
  margin-top: 0.5em !important;
}
.mt1em {
  margin-top: 1em !important;
}
.mt15em {
  margin-top: 1.5em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.pl15 {
  padding-left: 1.5rem !important;
}
.pl20 {
  padding-left: 2rem !important;
}
.pr20 {
  padding-right: 2rem !important;
}
.pr30 {
  padding-right: 3rem !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 1rem !important;
}
.pt15 {
  padding-top: 1.5rem !important;
}
.pt20 {
  padding-top: 2rem !important;
}
.pt25 {
  padding-top: 2.5rem !important;
}
.u-full-width {
  width: 100%;
}
.u-min-w0 {
  min-width: 0 !important;
}
.f-normal {
  font-weight: 400;
}
.f-midium {
  font-weight: 500;
}
.f-bold {
  font-weight: bold;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txtRed {
  color: #cc0000;
  font-weight: bold;
}
.txtBlack {
  color: #333333 !important;
}
.notes {
  font-size: 1.4rem;
}
.img-box .notes {
  display: block;
  padding-top: 1rem;
}
.attention-txt {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.img-caption {
  font-size: 1.4rem;
  margin: auto;
  text-align: left;
  margin-top: 0.5em;
}
.tips-main {
  padding: 6rem 6rem;
  border: 0.5rem solid #003665;
  border-radius: 4rem;
  background-color: #fff;
}
/* -----------------------------------------
 見出し
------------------------------------------- */
.heading-a {
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.heading-a.txt-center {
  text-align: center;
}
.heading-a.mt-l {
  margin-top: 3em;
}
.heading-b {
  margin-bottom: 3.5rem;
  padding: 2.2rem 4.5rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #3C8BDE;
}
.heading-b.l-ttl{
  font-size: 2.8rem;
}
.heading-b.number {
  display: flex;
  padding: 2.2rem 1rem;
} 
.heading-b span:first-child {
  display: flex;
  padding: 0 1.5rem;
  border-right: #fff 0.1rem solid;
  align-items: center;
}
.heading-b span.icon {
  position: relative;
  padding: 0rem 0rem 0rem 7rem;
  letter-spacing: normal;
  border-right: none;
}
.heading-b span.icon:before {
  border-color: transparent #154476 transparent transparent;
}
.heading-b span.icon:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 3rem;
  bottom: -3.9rem;
  border-style: solid;
  border-width: 0 2rem 2rem 0;
}
.heading-b span.icon:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/sprite.png) 0 0 no-repeat #fff;
  background-size: 25rem auto;
  border-radius: 50%;
  left: 0.3rem;
  top: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  color: #fff;
  background-position: 0.3rem -4.6rem;
}
.heading-b span.s-ttl{
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 1.9rem;
  padding-right: 1rem;
}
.heading-b.size-s {
  padding: 1.4rem 2.6rem;
  font-size: 1.8rem;
}
.heading-c {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.2em;
  color: #3C8BDE;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
}
.heading-c:first-child {
  margin-top: 0;
}
.heading-c::before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 1rem;
  height: 1.3em;
  background-color: #3C8BDE;
}
.heading-d {
  margin-bottom: .8em;
}
.heading-d span {
  display: inline-block;
  padding: .4em .8em;
  border-radius: .5rem;
  color: #fff;
  font-weight: bold;
  background-color: #4783DB;
}
.title-sub-text {
  margin-bottom: 6.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.heading-color {
  color: #154476;
}
.heading-color.pink {
  color: #DB4769;
}
.heading-color.sky {
  color: #22A5CC;
}
.heading-color.ttl {
  font-size: 2rem;
}
.heading-color.ttlL {
  font-size: 2.2rem;
}
.heading-color span.color-box {
  width: 12rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #22A5CC;
  padding: 1rem 0 0.9rem;
  margin-right: 2rem;
  display: inline-block;
  border-radius: 0.5rem;
  text-align: center;
}
.heading-color.gray span {
  width: auto;
  padding: 0.4em 0.7em;
  background: #f0f0f0;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 2rem;
  display: inline-block;
  border-radius: 0.5rem;
  text-align: center;
}
.heading-color.pink span.color-box {
  background: #DB4769;
}
.heading-number {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em;
  color: #154476;
  font-size: 22px;
  font-weight: bold;
}
.heading-number::before {
  content: counter(h-number);
  counter-increment: h-number;
  position: absolute;
  top: .1em;
  left: 0;
  padding: 5px 7px 4px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background-color: #154476;
}

.heading-number-circle {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2em;
  color: #154476;
  font-size: 22px;
  font-weight: bold;
}
.heading-number-circle::before {
  content: counter(h-number);
  counter-increment: h-number;
  position: absolute;
  top: .1em;
  left: 0;
  padding: 2px 6px 0px;
  line-height: 1;
  color: #154476;
  border-radius: 15px;
  border: solid 2px #154476;
  text-align: center;
  background-color: #fff;
}
/* -----------------------------------------
 related-article
------------------------------------------- */
.related-article {
  padding: 8rem 0 9rem;
  overflow-x: hidden;
  background-color: #f1f2f1;
}
.related-title {
  margin-bottom: 5rem;
  color: #154476;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4rem;
  margin-bottom: -4rem;
}
.article-list li {
  display: flex;
  width: calc((100% - 12rem) / 3);
  margin-right: 4rem;
  margin-bottom: 4rem;
}
.article-list li.is-hidden {
  display: none;
}
.article-list .related-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: .8rem;
  border: 1px solid #E2E7EB;
  color: inherit !important;
  text-decoration: none !important;
  background-color: #fff;
  box-shadow: .5rem .5rem 1rem rgba(177, 177, 177, 0.3);
}
.article-list .item-thumb {
  position: relative;
  margin: -1px -1px 0 -1px;
  border-radius: .8rem .8rem 0 0;
  overflow: hidden;
  background-color: #f3f3f3;
}
.article-list .item-thumb::before {
  content: "";
  display: block;
  padding-top: 50.71%;
}
.article-list .item-thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.article-list .item-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 7.8rem;
  padding: .1em .4em;
  border-bottom-right-radius: .8rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  background-color: #154476;
}
.article-list .item-new {
  display: inline-block;
  position: absolute;
  top: .7rem;
  right: -0.4rem;
  min-width: 5.5rem;
  padding: .1em .4rem .1em 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  background-color: #F06A18;
}
.article-list .item-text {
  padding: 1em;
}
.article-list-empty {
  display: none;
  padding: 10rem 0;
  font-size: 1.8rem;
  text-align: center;
}
/* footer-info */
.footer-info {
  display: none !important;
  background: #fff;
  padding: 4rem 0 2rem;
  text-align: center;
}
.page-footer-content .footer-info{
  padding: 6rem 0 12rem;
}
.page-footer-content.pt0 .footer-info{
  padding-top: 0;
}
.info-heading {
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: 2.1rem;
  font-weight: bold;
}
.footer-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 90rem;
  margin: 0.5rem auto 3rem;
}
.footer-bnr li {
  width: 40rem;
  margin: 1.5rem 0rem;
  border-radius: .6rem;
  overflow: hidden;
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.4);
}
.footer-bnr li a {
  display: block;
}
/*2024.01*/
.footer-bnr.size-wide{
  display: block;
  margin: 0 auto;
}
.footer-bnr.size-wide li {
  width: 100%;
  background: #fff;
  margin: auto;
  position: relative;
  box-shadow: 0.5rem 0.5rem 1rem rgba(54, 120, 162, 0.3);
}
.footer-bnr.size-wide li:not(:first-child) {
  margin-top: 3.5rem;
}
.footer-bnr.size-wide li.iw-bnr {
  background: #2579BB;
}
.footer-bnr.size-wide li.prus-bnr {
  background: #EAF2FF;
}
.footer-bnr.size-wide li.sd-bnr {
  background: #44BDEA;
}
.bnr-hide {
  margin-top: 1.5rem;
}
.bnr-hide .content-bottom-inquiry .footer-info {
  padding-top: 0;
}
.bnr-hide.iw-prus .footer-bnr.size-wide li.prus-bnr {
  display: none;
}
.footer-bnr.size-wide li .footer-bnr-box{
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.footer-bnr.size-wide li .footer-bnr-box .txt-side{
  width: 51%;
  padding: 0 1.5rem 0 0.8rem;
  text-align: left;
}
.footer-bnr.size-wide li .footer-bnr-box .txt-side .bnr-ttl{
  margin-top: 0.3em;
  font-weight: bold;
  padding: 0;
  font-size: 2rem;
}
.footer-bnr.size-wide li .footer-bnr-box .txt-side .bnr-txt{
  font-weight: bold;
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
}
.footer-bnr.size-wide li .footer-bnr-box .txt-side .bnr-txt:not(:first-child){
  margin-top: 0.3em;
}
.footer-bnr.size-wide li .footer-bnr-box .txt-side ol{
  margin-top: 0.6em;
}
.footer-bnr.size-wide li .footer-bnr-box .txt-side ol li.bnr-txt {
  background: none;
  box-shadow: none;
}
.footer-bnr.size-wide li .footer-bnr-box .img-side{
  width: 49%;
  display: flex;
  align-items: center;
}
.footer-bnr.size-wide li .footer-bnr-box .img-side img{
  width: 100%;
}
.footer-bnr.size-wide li a{
  color: #154476!important;
  padding: 2rem 2.5rem 2rem 1.5rem;
}
.footer-bnr.size-wide li.iw-bnr a,.footer-bnr.size-wide li.sd-bnr a{
  color: #fff!important;
}
.footer-bnr.size-wide a.txt-link{
  display: block;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 0.4rem;
}
.footer-bnr.size-wide a.txt-link span{
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.35em 1.4em 0.35em 0.6em;
  text-decoration: none !important;
  color: #fff!important;
}
.txt-link span::before {
  position: absolute;
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
  top: 0;
  bottom: 0;
  right:  1rem;
  margin: auto;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}
.footer-info.ft-iwsd-wrap{
  background: none;
}
.footer-bnr.size-wide .sub-link{
  position: absolute;
  display: block;
  bottom: 2rem;
  left: 3.5rem;
}
.ft-iwsd-wrap .footer-bnr.size-wide li .footer-bnr-box .txt-side .bnr-txt:last-child{
  padding-bottom: 4.4rem;
}
/* -----------------------------------------
 コンテンツ
------------------------------------------- */
.main-contents {
  padding-bottom: 6rem;
  overflow-x: hidden;
}
.main-contents p+p {
  margin-top: 1em;
}
.mv {
  margin-bottom: 4.5rem;
  text-align: center;
}
.intro {
  margin-bottom: 4rem;
}
.intro p+p {
  margin-top: 1em;
}
.indent-a{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.indent-b{
  text-indent: -1em;
  padding-left: 1em;
}
.content-block {
  counter-reset: h-number;
  padding: 0 4.5rem 6rem;
}
/* column-block */
.column-block {
  display: flex;
  align-items: flex-start;
}
.column-block .left-side {
  flex: 1;
}
.column-block .right-side {
  max-width: 36rem;
  margin-left: 3rem;
}
.column-block .right-side.max300 {
  max-width: 30rem;
}
/* section-box */
.section-box {
  margin-bottom: 5rem;
}
.section-box:last-child {
  margin-bottom: 0;
}
.section-box.border {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #999;
}
.section-box.border:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* contents-index */
.contents-index {
  margin-bottom: 6rem;
  padding: 2.4rem 6rem 3rem;
  border-top: .5rem solid #3C8BDE;
  letter-spacing: normal;
  background-color: #F6F6F6;
  box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16);
}
.contents-index .index-heading {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 1.8rem;
}
.index-list a {
  color: inherit !important;
  text-decoration: none;
}
.index-list a:visited {
  text-decoration: none;
}
.index-list {
  counter-reset: index;
}
.index-list>li {
  position: relative;
  padding-left: 1.4em;
}
.index-list>li:not(:last-child) {
  margin-bottom: .25em;
}
.index-list>li::before {
  content: counter(index) ". ";
  counter-increment: index;
  position: absolute;
  left: 0;
}
/* 目次下層 */
.index-list>li>ul,
.index-list>li>ol {
  margin-top: .25em;
}
.index-list>li>ul>li:not(:last-child),
.index-list>li>ol>li:not(:last-child) {
  margin-bottom: .25em;
}
.index-list>li>ul>li {
  position: relative;
  padding-left: 1.4em;
}
.index-list>li>ul>li::before {
  content: "";
  display: block;
  position: absolute;
  top: .55em;
  left: .25em;
  width: .4em;
  height: .4em;
  border-radius: 50%;
  background-color: #666;
}
.index-list>li>ol {
  counter-reset: lowerindex;
}
.index-list>li>ol>li {
  position: relative;
  padding-left: 1.4em;
}
.index-list>li>ol>li:not(:last-child) {
  margin-bottom: .25em;
}
.index-list>li>ol>li::before {
  content: counter(lowerindex) ". ";
  counter-increment: lowerindex;
  position: absolute;
  left: 0;
}
/* content-bottom-inquiry */
.content-bottom-inquiry {
  max-width: 92rem;
  margin: 0 auto;
}
.content-bottom-inquiry + .content-bottom-inquiry {
  margin-top: 1.5rem;
}
.content-bottom-inquiry + .content-bottom-inquiry .footer-info {
  padding-top: 0;
}
.content-bottom-inquiry .ft-info.ft-inquiry-info {
  margin-top: 0;
  border: 1px solid #999;
}
.content-block-inquiry {
  display: none !important;
  margin-bottom: 3rem;
/*  padding-top: 3rem;*/
/*  padding-bottom: 3rem;*/
/*  background-color: #f2f2f2;*/
}
.content-block-inquiry .footer-info {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
/* inquiry */
a.contact-btn {
  font-weight: bold;
  display: block;
  color: #fff !important;
  background: #d4600e;
  background: #f06a18;
  font-size: 2.4rem;
  max-width: 48rem;
  margin: 0 auto;
  border-radius: 3.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 .2rem 1rem .3rem rgba(0, 0, 0, .2);
  box-sizing: border-box;
}
a.contact-btn::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto;
  border-top: .3rem solid #fff;
  border-right: .3rem solid #fff;
  transform: rotate(45deg);
}
a.contact-btn:hover {
  text-decoration: none;
  background: #fe8033;
}
/* img-box */
.img-box {
  margin-top: 3rem;
  text-align: center;
}
.img-box img {
  width: 100%;
}
.max-w720 {
  max-width: 72rem !important;
}
.max-w320 {
  max-width: 32rem !important;
}
.max-w860 {
  max-width: 86rem !important;
}
.max-w400 {
  max-width: 40rem !important;
}
.max-w480 {
  max-width: 48rem !important;
}
.max-w580 {
  max-width: 58rem !important;
}
.max-w620 {
  max-width: 62rem !important;
}
.max-w640 {
  max-width: 64rem !important;
}
.max-w680 {
  max-width: 68rem !important;
}
.max-w240 {
  max-width: 24rem !important;
}
.connect-info {
  margin-top: 5rem;
  padding: 2.4rem 6rem 3rem;
  letter-spacing: normal;
  background-color: #F6F6F6;
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
}
.connect-info a.link {
  color: #454545;
}
.connect-info a.link:hover {
  text-decoration: none;
}
.numin {
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  padding: 0.8rem 1rem 0.8rem 1rem;
  line-height: 1;
  color: #154476;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 1.5rem;
  min-width: 1.2em;
  text-align: center;
}
.pointBox {
  background: #e5efff;
  padding: 2.5rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  clear: both;
  font-weight: bold;
}
.pointBox.flex-box {
  padding: 2.5rem 1.5rem;
  justify-content: space-around;
}
.pointBox.flex-box .link-btn:first-child {
  max-width: 45rem;
  margin-right: 0;
}
.pointBox.flex-box .link-btn:last-child {
  min-width: 45rem
}
.imgList li {
  display: table-cell;
  padding: 1rem 1rem;
  width: 30rem;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: -0.1rem;
  margin-right: 2rem;
}
.imgList li:last-child {
  margin-right: 0;
}
.imgList li img {
  display: block;
  width: 20rem;
  margin: 0 auto 10px auto;
  clear: both;
}
.whiteBtnL,
.whiteBtnR {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.7em 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.whiteBtnL {
  width: 48%;
  left: -1rem;
}
.whiteBtnR {
  width: 48%;
  right: -1rem;
}
.whiteBtnL span,
.whiteBtnR span {
  margin-bottom: 0.5rem;
  color: #154477;
  padding: 0.1em 1em;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}
.box-halfL,
.box-halfR {
  width: 50%;
}
.img-box.horizontal-img {
  display: flex;
  justify-content: center;
}
.img-box.horizontal-img>div+div {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}
.img-box.horizontal-img>div {
  margin-right: auto;
  margin-left: auto;
}
.comparison-area {
  padding: 0 3rem 3rem;
  margin-bottom: 5rem;
}
.comparison-area.color1 {
  background: linear-gradient(90deg, #D0EFFF 0%, #D0EFFF 50%, #D3E9EA 50%, #D3E9EA 100%);
}
.comparison-area.color2 {
  background: linear-gradient(90deg, #71C4EF 0%, #71C4EF 50%, #4BBBC1 50%, #4BBBC1 100%);
}
.comparison-area .title-area {
  display: flex;
  align-items: center;
}
.comparison-area.comparison-ttl-box {
  padding-bottom: 0;
  margin-bottom: 0;
}
.comparison-area .title-area .right-side,
.comparison-area .title-area .left-side {
  width: 50%;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0 2rem;
  font-size: 2.6rem;
  margin: 0;
}
.comparison-area .title-area .right-side {
  color: #3D9599;
}
.comparison-area .title-area .left-side {
  color: #2190CA;
}
.comparison-whiteBox {
  background: #fff;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.comparison-whiteBox:last-child {
  margin-bottom: 0px;
}
.comparison-whiteBox h2 {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #000;
}
.bullet-list {
  display: inline-block;
  padding: 2rem 2.5rem;
  border: 0.1rem solid #154476;
}
.bullet-list>li {
  position: relative;
  padding-left: 1.8em;
  font-weight: bold;
}
.bullet-list>li:not(:last-child) {
  margin-bottom: 0.25em;
}
.bullet-list>li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.1em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #154476;
}
.bullet-list.no-border{
  padding: 0;
  border: none;
}
.square-list{
  display: inline-flex;
  padding: 2rem 2.5rem;
  border: 0.1rem dotted #154476;
  align-items: flex-end;
}
.square-list.w-100{
  width: 100%;
}
.square-list div{
  display: block;
  margin-bottom: 0.5em;
}
.square-list div:last-child{
  margin-bottom: 0em;
}
.square-list div .list-title{
  flex: 0 0 auto;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
  padding-right: 0.5em;
  margin-bottom: 0.5rem;
}
.square-list div .list-title:last-child{
  margin-bottom: 0rem;
}
.square-list div .list-title::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.1em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #3C8BDE;
}
.square-list div .list-text{
  margin-top: 0;
  padding-left: 1.4em;
}
.dotted-list {
  background: #E5efFF;
  padding: 1.5rem 2rem 2rem;
}
.dotted-list h3 {
  border-bottom: 1px #5284C1 dotted;
  padding-bottom: 1.5rem;
}
.dotted-list h3:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text-cell {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-wrapper{
  margin-bottom: 2em;
}
.table-wrapper table:not(:first-child){
  margin-top: 1.5em;
}
.text-cell th{
  background: #F6F6F6;
  width: 15%;
  padding:  0.5em;
  border: 1px solid #ccc;
}
.text-cell td{
  width: 85%;
  padding: 0.7em 1.5em 0.7em;
  border: 1px solid #ccc;
}
.text-cell ul li{
  position: relative;
  padding-left: 1.4em;
}
.text-cell ul li::before{
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.1em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #ccc;
}
.table.type-a{
    border-spacing:0;
  width: 100%;
}
.table.type-a thead th{
    background: #3C8BDE;
    width: 25%;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0.5em;
}
.table.type-a thead th:last-child{
    border-right: none;
}
.table.type-a tbody th{
    background: #F6F6F6;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-top: none;
}
.table.type-a tbody td{
    width: 37.5%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.flex-box {
  display: flex;
  justify-content: space-around;
}
.flex-box.space-b {
  justify-content: space-between;
}
.flex-box div:first-child {
  margin-right: 3rem;
}
.comparison-whiteBox .flex-box div:first-child {
  margin-right: 0rem;
}
.flex-box.comparison {
  display: flex;
}
.flex-box.comparison .left-side {
  border-right: 1px dotted #707070;
}
.flex-box.comparison .left-side,
.flex-box.comparison .right-side {
  width: 50%;
  padding: 0 3rem;
}
.flex-box.comparison .left-side img,
.flex-box.comparison .right-side img {
  margin-bottom: 2rem;
  width: 100%;
}
.comparison-area.color2 .title-area .left-side,
.comparison-area.color2 .title-area .right-side {
  color: #fff;
}
.comparison-area.color3 {
  background: linear-gradient(90deg, #E2FFE0 0%, #E2FFE0 50%, #D0EFFF 50%, #D0EFFF 100%);
}
.comparison-ttl-box.fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  max-width: 960px;
  top: 57px;
}
.comparison-area.color3 .ttl-area {
  display: flex;
}
.comparison-ttl-box h2 {
  display: block;
  width: 50%;
  padding: 1.5rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
.comparison-ttl-box h2.left-side {
  color: #27AC8B;
}
.comparison-ttl-box h2.right-side {
  color: #1A8DCA;
}
.txt-heading-number {
  color: #fff;
  font-weight: bold;
  padding: 5px 7px 4px;
  line-height: 1;
  border-radius: 5px;
  background-color: #154476;
}
/*---------------------*/
.company-area {
  display: flex;
  justify-content: space-between;
}
.company-box {
  width: 32%;
  background: #EAF7FF;
  padding: 2rem 0px;
  text-align: center;
}
.company-area .company-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.company-area .company-txt {
  padding: 0 2rem;
  letter-spacing: normal;
  text-align: left;
}
.end-txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.lisk-list .flex-box .left-side {
  width: 15%;
  font-size: 2.2rem;
  font-weight: bold;
  background: #154476;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1.5rem 0;
  margin-right: 0;
}
.lisk-list .flex-box .left-side img {
  width: 40%;
}
.lisk-list .flex-box .right-side {
  display: flex;
  width: 85%;
  background: #e5efFF;
  font-weight: bold;
  padding: 1.5rem 3rem 1.5rem 2.5rem;
  align-items: center;
}

/*導入事例*/
.company-logos-wrap {
  margin: 6rem auto 0;
  background: #fff;
  border: 0.8rem solid #E3F5FF;
  border-radius: 10px;
  padding: 2rem 2rem;
}
.company-logos-wrap .company-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.company-logos-wrap .company-logos li {
  width: calc((100% - 6.4rem) / 5);
  margin-right: 1.6rem;
  text-align: center;
}
.company-logos-wrap .company-logos li:nth-child(5n) {
  margin-right: 0;
}
.company-logos-wrap .company-logos li:nth-child(n+6) {
  margin-top: 2rem;
}
.company-logos-wrap .company-logos li img {
  width: 90%;
  text-align: center;
}
.company-logos-wrap .company-logos li .company-name {
  font-weight: bold;
  font-size: 1.4rem;
}
.company-logos-wrap .company-logos li .introduction-text {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
.company-logos-wrap .company-logos li .introduction-text strong {
  margin-right: 0.5em;
  font-weight: normal;
}
.company-logos-wrap .logos-comment {
  margin-top: -1.5em;
  margin-right: .5em;
  font-size: 1.3rem;
}
.campany-box .heading-b {
  margin-bottom: 0;
  line-height: 1.5;
  padding: 2.2rem 2.8rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  background-color: #3C8BDE;
}
.campany-box .article-list {
  margin-right: -4rem;
}
.campany-box .article-list li {
  width: calc((100% - 8rem) / 2);
  margin-right: 4rem;
}
.campany-box .article-list .item-thumb {
  margin: 0;
  border-radius: 0;
}
.campany-box .item-text {
  font-weight: bold;
}
.heading-company {
  font-size: 2.2rem;
  color: #154476;
  margin-bottom: 2rem;
}
.heading-company span {
  color: #000;
}
.point-box {
  background: #e5efff;
  padding: 2.5rem;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 2rem;
}
.point-box.size-l {
  line-height: 1.6;
  font-size: 2.2rem;
}
.column-block.img-reverse .left-side {
  max-width: 36rem;
}
.column-block.img-reverse .right-side {
  max-width: 56rem;
}
.title-sub-text.service-name {
  margin-bottom: 0;
}
.case-head-tips{
  display: flex;
  margin-bottom: 3rem;
}
.case-head-tips li {
  flex: 1;
  font-weight: bold;
  background: #F6F6F6;
  padding: 2rem 2.5rem;
  font-size: 2rem;
  text-align: center;
}
.case-heading{
  text-align: center;
  padding-bottom: 0.8em;
  max-width: 73rem;
  margin: auto;
  margin-bottom: 1.5em;
  font-size: 2rem;
  color: #154476;
}
.case-heading span{
  border-bottom: 2px solid #154476;
}
.case-head-tips li:not(:first-child){
  margin-left: 2rem;
}
.column-float{
  overflow: hidden;
}
.column-float .float-img{
  float: right;
  width: 50%;
  padding: 1rem 0rem 2rem 3rem;
}
.column-float.reverse .float-img{
  float: left;
  width: 50%;
  padding: 1rem 3rem 2rem 0rem;
}
.column-float .float-img p{
  font-size: 1.4rem;
  margin-top: 0.5em;
}
/* 導入事例-会社概要 */
.company-overview{
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: #F6F6F6;
  padding: 2rem 2.5rem;
}
.company-overview-ttl{
  position: relative;
  padding-left: 0.9em;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.company-overview-ttl::before {
  content: "";
  position: absolute;
  top: .1em;
  left: 0;
  width: 0.5rem;
  height: 1.3em;
  background-color: #154476;
}
.company-overview-name{
  font-size: 1.8rem;
  color: #154476;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.overview-column{
  display: flex;
  margin-bottom: 0.5em;
  padding: 0.3em 0;
}
.overview-column .left-side{
  display: flex;
  width: 24%;
  align-items: center;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #000;
  white-space: nowrap;
}
.overview-column .right-side{
  display: flex;
  width: 80%;
}
.company-overview .comment{
  font-size: 1.2rem;
  margin-top: 2em;
}
/*ホワイトペーパー導線*/
.induction-wrap {
  padding-top: 6rem;
  border-top: 1px solid #999;
}
.induction-text {
  color: #154476;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.induction-wrap .whitepaper-link{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px 30px;
  border-radius: 20px;
  background: #fff;
}
.induction-wrap .whitepaper-link .left-side{
  max-width: 440px;
  margin-right: 35px;
  text-align: center;
}
.induction-wrap .whitepaper-link .right-side{
  max-width: 445px;
}
.induction-wrap .whitepaper-link .induction-wrap .whitepaper-link-logo{
  max-width: 260px;
  margin: auto;
}
.induction-wrap .whitepaper-link img{
  width: 100%;
}
.induction-wrap .whitepaper-link .heading {
  margin-top: 1.1em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.induction-wrap .whitepaper-link a.contact-btn{
  max-width: 260px;
  font-size: 1.8rem;
  margin: 26px auto 0px;
  padding: 11px 11px 11px 0;
}
.induction-wrap .whitepaper-link a.contact-btn::before {
  right: 25px;
}
.induction-wrap .whitepaper-link p br.s-sp-hide{
  display: none;
}
/* manga */
.mangaIllust li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.mangaIllust li:nth-child(1) {
  width: 43rem;
  margin-right: 0.5rem;
  margin-bottom: 0.8rem;
}
.mangaIllust li:nth-child(2) {
  width: 43rem;
  margin-bottom: 0.8rem;
}
.mangaIllust li:nth-child(3) {
  width: 43rem;
  margin-right: 0.5rem;
}
.mangaIllust li:nth-child(4) {
  width: 43rem;
}
.mangaIllust img {
  max-width: 100%;
}
.mangaTalking li {
  display: table;
  width: 100%;
  margin-top: 1.4rem;
}
.mangaTalking li:first-child {
  margin-top: 0;
}
.mangaTalking .character {
  display: table-cell;
  width: 8rem;
  padding-right: 2rem;
  vertical-align: middle;
}
.mangaTalking .character img {
  width: 100%;
}
.mangaTalking p {
  display: table-cell;
  position: relative;
  padding: .6em 1em;
  border-radius: 0.6rem;
  line-height: 1.3;
  vertical-align: middle;
  background-color: #ddf5ff;
  font-weight: bold;
}
.mangaTalking p.thinking {
  border-radius: 2rem;
}
.mangaTalking .img_in {
  display: table;
  width: 100%;
}
.mangaTalking .img_in .text {
  display: table-cell;
  vertical-align: middle;
}
.mangaTalking .img_in .img {
  display: table-cell;
  vertical-align: middle;
  width: 10rem;
  max-width: 30%;
  overflow: hidden;
}
.mangaTalking li.talker2 p {
  background-color: #eee;
}
.mangaTalking li.talker3 p {
  background-color: #e9f7cc;
}
.mangaTalking .character:empty+p {
  text-align: center;
  background: none;
}
.mangaTalking p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2.3rem;
  width: 0;
  height: 0;
  margin-top: -1rem;
  border: 1rem solid transparent;
  border-right: 1.3rem solid #ddf5ff;
}
.mangaTalking li.talker2 p:before {
  border-right-color: #eee;
}
.mangaTalking li.talker3 p:before {
  border-right-color: #e9f7cc;
}
.mangaTalking .character:empty+p:before {
  display: none;
}
.mangaTalking p.thinking:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 29px;
  width: 9px;
  height: 19px;
  bottom: auto;
  border-radius: 50%;
  background: #ddf5ff;
}
.mangaTalking p.thinking:after {
  content: "";
  position: absolute;
  left: -20px;
  width: 11px;
  height: 10px;
  bottom: 15px;
  background: #ddf5ff;
  border-radius: 50%;
}
.mangaTalking li.talker2 p.thinking:before,.mangaTalking li.talker2 p.thinking:after {
  background: #eee;
}
.mangaTalking li.talker3 p.thinking:before,.mangaTalking li.talker3 p.thinking:after {
  background: #e9f7cc;;
}
.mangaProfile>p {
  margin-bottom: .8em;
  padding-bottom: .2em;
  border-bottom: 0.1rem solid #154476;
  color: #154476;
  font-weight: bold;
}
.mangaProfile .person div {
  display: table-cell;
  vertical-align: top;
}
.mangaProfile .person div:first-child {
  width: 10rem;
  padding-right: 1rem;
}
.mangaProfile .person div img {
  width: 100%;
}
.mangaProfile .person p:first-child {
  font-weight: bold;
}
.mangaTalking+.pointBox {
  margin-top: 5rem;
}
.mangaProfile .section-box {
  width: 49%;
  margin: 0;
}
.mangaProfile .section-box .flex-box{
  width: 49%;
  margin: 0;
}
.mangaProfile .flex-box .person{
  margin-right: 3rem;
}
.mangaProfile .flex-box .section-box{
  margin-right: 0
}
/* pager */
.pagerBox {
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.pagerBox ul {
  letter-spacing: -.5em;
}
.pagerBox li {
  list-style: none;
  display: inline-block;
  margin: 0 0.4rem;
  letter-spacing: .1em;
  min-width: 3em;
}
.pagerBox .now {
  color: #fff;
  background-color: #3C8BDE;
  padding: 0.4rem 0.5rem 0.2rem 0.6rem;
}
.pagerBox a {
  display: block;
  text-decoration: none;
  border: 0.1rem solid #ccc;
  padding: 0.4rem 0.5rem 0.2rem 0.6rem;
  color: #454545;
}
.pagerBox a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3C8BDE;
  border: 0.1rem solid #3C8BDE;
  opacity: 1;
}
.pagerBox a.prev,
.pagerBox a.next {
  border: none;
  position: relative;
}
.pagerBox a.prev:hover,
.pagerBox a.next:hover {
  color: #154476;
  background-color: #fff;
  opacity: 0.6;
}
.pagerBox a.prev:hover:before,
.pagerBox a.next:hover:after {
  border-top: 0.2rem solid #3C8BDE;
  border-right: 0.2rem solid #3C8BDE;
}
.pagerBox a.prev:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #3C8BDE;
  border-right: 0.2rem solid #3C8BDE;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagerBox a.next:after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.2rem solid #3C8BDE;
  border-right: 0.2rem solid #3C8BDE;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagerBox .none {
  display: none;
}
/* -----------------------------------------
 IWSD .cv-wrap
------------------------------------------- */
.cv-wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.cv-wrap .ft-info.ft-inquiry-info .right-side img,
.cv-wrap .ft-info.ft-inquiry-info .right-side img.ft-sd-logo{
  width: auto;
  height: 4rem;
}
.cv-wrap p+p{
  margin:0;
}
.cv-wrap .ft-info{
  border: 0.3rem solid #004084;
  background: #fff;
  border-radius: 1rem;
  width: 47%;
  padding: 1.5em 0;
}
.cv-wrap .heading{
  font-size: 1.6rem;
}
.cv-wrap .inquiry-info{
  padding: 0;
}
.cv-wrap .inquiry-info .sub-link{
  margin-top: 1rem;
}
.cv-wrap .text-link{
  font-size: 1.6rem;
  
}
.cv-wrap .inquiry-info{
  border-radius: 1em;
  overflow: hidden;
}
.cv-wrap a.contact-btn{
  font-size: 1.8rem;
  max-width: 70%;
  text-indent: -1em;
  margin-top: 1rem;
}
.cv-wrap a.contact-btn::before{
  right: 2.2rem;
}
/* -----------------------------------------
 お役立ち資料
------------------------------------------- */
/* download-box */
.download-box h2.heading-b {
  font-size: 2.2rem;
  padding: 2rem 2rem;
  margin-bottom: 0;
  border-radius: 0.8rem 0.8rem 0 0
}
.download-box .article-list {
  margin-right: -6rem;
}
.download-box .article-list li {
  width: calc((100% - 12rem) / 2);
  margin-right: 6rem;
}
.download-box .article-list .item-thumb {
  margin: 0;
  border-radius: 0;
}
.download-box .item-text {
  font-weight: bold;
}
.download-box .article-list .item-thumb::before {
    content: "";
    display: block;
    padding-top: 50%;
}
.download-box .download-btn {
  font-weight: bold;
  display: block;
  color: #fff !important;
  background: #f06a18;
  max-width: 25rem;
  font-size: 1.8rem;
  margin: 3rem auto;
  padding: 1rem 1.8rem 1rem 0rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
}
.download-box .download-btn::before {
    position: absolute;
    content: "";
    display: block;
    height: 1.2rem;
    width: 1.2rem;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: 0.3rem solid #fff;
    border-right: 0.3rem solid #fff;
    transform: rotate(45deg);
}
.download-inner{
  display: flex;
}
.download-inner .left-side{
  width: 60rem;
  margin-right: 6rem;
}
.download-inner .right-side{
  width: 38rem;
}
.download-inner .right-side .form-inner{
  background: #f3f3f3;
  padding:2.5rem 2.5rem 3rem;
}
.mktoFormRow input{
  width: 33rem;
  margin-top: 1rem;
}
.dl-main-txt{
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.dl-main-img.document-img {
  margin-right: auto;
  margin-left: auto;
}
.dl-content-list li{
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.dl-content-list li::before{
  content: "";
    display: block;
    position: absolute;
    top: 0.55em;
    left: 0em;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: #666;
}
.dl-name-txt{
  background: #154476;
  font-size: 2rem;
  padding: 1.5rem 1.6rem 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3rem;
}
.dl-name-txt span{
  display: block;
  margin-bottom: 0.3em;
  color: #fff;
  font-size: 1.4rem;
}
.number-circle-list{
  counter-reset: listnum;
  list-style: none;
}
.number-circle-list li{
  position: relative;
  padding-left: 3.6rem;
  font-weight: bold;
}
.number-circle-list li:not(:first-child){
  margin-top: 1rem;
}
.number-circle-list li::before{
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  counter-increment: listnum;
  content: counter(listnum);
  background: #3C8BDE;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: bold;
}
.pt0 {
  padding-top: 0 !important;
}
@media (max-width:768px) {
  .cv-wrap .ft-info.ft-inquiry-info .right-side img,
  .cv-wrap .ft-info.ft-inquiry-info .right-side img.ft-sd-logo{
    width: auto;
    height: 3rem;
  }
  .cv-wrap .inquiry-info .heading{ margin-bottom: 0;}
  .cv-wrap a.contact-btn{
    font-size: 1.6rem;
    line-height: 1.2;
    max-width: 90%;
  }
}
/* float-banner */
.float-banner {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 1000;
  display: none;
  max-width: 330px;
}
.float-banner .banner-main {
  display: block;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  border-radius: 10px;
}
.float-banner .banner-main:hover {
  opacity: .8;
}
.float-banner .banner-main img {
  max-width: 100%;
  vertical-align: bottom;
}
.float-banner .banner-close {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.float-banner .banner-close::before, .float-banner .banner-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.2rem;
  height: 2.1rem;
  background-color: #fff;
}
.float-banner .banner-close::before {
  transform: rotate(45deg);
}
.float-banner .banner-close::after {
  transform: rotate(-45deg);
}
@media (max-width:768px) {
  .cv-wrap .ft-info.ft-inquiry-info .right-side img,
  .cv-wrap .ft-info.ft-inquiry-info .right-side img.ft-sd-logo{
    width: auto;
    height: 3rem;
  }
  .cv-wrap .inquiry-info .heading{ margin-bottom: 0;}
  .cv-wrap a.contact-btn{
    font-size: 1.6rem;
    line-height: 1.2;
    max-width: 90%;
  }
}