/* ---  ヘッダーメニュー　ナビ　start--- */

*{
   box-sizing: border-box;
}

body{
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header{
   padding:0.5% 4%;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index:999;
}


/* ---  活用事例　start--- */

.sp-only{
 display: none; /* PCでは改行なし */
}
.d_kzn2{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.d_kzn2::before,
.d_kzn2::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.d_kzn2::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.d_kzn2::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.d_kzn1{
  padding: 1rem 2rem;
  border-left: 5px dotted #000;
  background: #f4f4f4;
 font-size:140%;
    font-weight:bold;
    margin-top: 10%;
text-align: left;
}
.d_kzn2{
    font-weight:bold;
    text-align:center;
    margin-bottom:2.5%;
    margin-top:5%;
    font-size:125%;
    white-space: nowrap; /* 改行を無視 */
}

.d_kzna{
    color:#dc2d20;
    font-weight:bold;
    font-size:140%;
}
.d_kz80{
    width:80%;
    margin: 0 auto;
}    
.d_kz{
position: relative;
  display: inline-block;
  margin-top:10%;
    font-size:200%;
    font-weight: 900;
}
.d_kz:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#dc2d20;
  border-radius: 2px;
}


 .d_zbox{
            width:65%;
            height:auto;
            margin: 10px;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            border-radius: 20px; 
            padding: 3%;
            margin: 0 auto;
        }
/* ポップアップのスタイル */
 .popup {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.9);
            justify-content: center;
            align-items: center; /* 中央に配置 */
            padding-top:300px; /* 上部からのマージンを追加 */
        }

        .popup-content {
            margin: auto;
            display: block;
            max-width: 100%; /* 最大幅を100%に設定 */
            position: relative; /* 相対位置に変更 */
        }

        .close_zi {
            position: absolute;
             top:-80px; 
    right: 50%;
            transform: translateX(50%); /* 中央に配置 */
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.3s;
        }

#popupImg {
            width: auto; /* 幅を自動に設定 */
            height: auto; /* 高さを自動に設定 */
            max-width: 100%; /* 最大幅を100%に設定 */
            max-height: 100vh; /* 最大高さをビューポートの高さに設定 */
        }

        .close_zi:hover,
        .close_zi:focus {
            color: #bbb;
            text-decoration: none;
        }


.flow_design02 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design02 ul {
  padding: 0;
}

.flow_design02 li {
  list-style-type: none;
}

.flow_design02 dd {
  margin-left: 0;
}

.flow02 > li {
  padding: 40px 10px;;
}

.flow02 > li:not(:last-child) {
  border-bottom: 3px solid #dc2d20;
  position: relative;
}

.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #dc2d20;
}

.flow02 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow02 > li dl {
  margin: 0;
}

.flow02 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow02 > li dl dt .icon02 {
  font-size: 0.6em;
  color: #fff;
  background: #dc2d20;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 0.5em;
}

.flow_design02 img{
     max-width: 300px; /* 画像の最大幅を300pxに設定 */
            max-height: 300px; /* 画像の最大高さを300pxに設定 */
            width: auto; /* 幅を自動に設定 */
            height: auto; /* 高さを自動に設定 */
    margin-top: 3%;
}
.img_fl{
    display:flex;
    margin: auto;
    width:90%;
    justify-content: center; /* 中央揃え */
     align-items: center; /* 垂直方向の中央揃え */
    gap: 50px; /* 画像間のスペース */
}

/* ---  活用事例　end--- */


.dibox-sm{
    display: none;
}
.dgi_fs2{
    display: none;
}
.dibox-k{
    display: none;
}

.dgi_sds{
    display: none;
}

.top_lp img{
    margin-top:3%;
}

.dgi_ik{
 
}
.dgi_iop{
    width:25%;
}

.s_btn{
  display: inline-block;
  width:50%;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding:2%;
  outline: none;
  color: #FFFFFF;
  background-color: #ed213a;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom:2%;
  margin-top:2%;
}
.s_btn:hover {
  color: #FFFFFF;
  background-color: #ed213a;
  opacity: 0.7;
}

.d_ibtn {
  display: inline-block;
  width:50%;
  border-radius: 10px;
  padding:2%;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  background-color: #1B85FB;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 2%;
}
.d_ibtn:hover {
  color: #FFFFFF;
  background-color: #1B85FB;
  opacity: 0.7;
}

.d_abtn{
  border-radius: 10px;
  display: inline-block;
  padding:2%;
  width:50%;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  background-color:#50cf69;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.d_abtn:hover {
  color: #FFFFFF;
  background-color:#50cf69;
  opacity: 0.7;
}


/* 以下はレイアウト調整用 */
body{
  vertical-align:middle; 
  padding: 50px 0;
  text-align: center;
}

/* 以下はレイアウト調整用 */
body{
  vertical-align:middle; 
  padding: 50px 0;
  text-align: center;
}
/*無料試読ボタンスタート*/


a.btn_19 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size:200%;
	margin: auto;
    width:30%;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	color: #fff;
	border-radius:50px;
	transition: 0.5s;
	animation: move_a 2s infinite;
    margin-top:3%;
}
@keyframes move_a {
    0% {transform: translate(0px, 4px);}
    5% {transform: translate(0px, -4px);}
    10% {transform: translate(0px, 4px);}
    15% {transform: translate(0px, -4px);}
    20% {transform: translate(0px, 4px);}
    25% {transform: translate(0px, -4px);}
    30% {transform: translate(0px, 0px);}
}
a.btn_19:hover {
	color: #ca151d;
	background: #fff;
}


a.btn_18 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size:200%;
	margin: auto;
    width:30%;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #003ca0;
	background-color: #003ca0;
	color: #fff;
	border-radius:50px;
	transition: 0.5s;
    margin-top:3%;
}

a.btn_18:hover {
	color:#003ca0;
	background: #fff;
}


a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size:130%;
    width:60%;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	color: #fff;
	border-radius:50px;
	transition: 0.5s;
    margin: 0 auto;
    margin-top:3%;
    animation: move_a 2s infinite;
}

a.btn_17:hover {
	color:#ca151d;
	background: #fff;
}

/*無料試読ボタンおわり*/

.dgi_fs{
    display: none;
}

/*ふろー　スタート*/

ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  padding-left: 120px;
  position: relative;
  margin: 0 auto;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}

.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(237, 33, 58);
  background: -moz-linear-gradient(left, rgba(237, 33, 58) 0%, rgba(147, 41, 30) 100%);
  background: -webkit-linear-gradient(left, rgba(237, 33, 58) 0%,rgba(147, 41, 30) 100%);
  background: linear-gradient(to right, rgba(237, 33, 58) 0%,rgba(147, 41, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed213a', endColorstr='#ed213a',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #93291e;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #ed213a;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(237, 33, 58);
  margin-bottom: 1vh;
}
/*ふろー　おわり*/





/*tabu スタート*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
  margin-top:8%;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ca151d;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  font-size:110%;
  white-space: nowrap;
  text-align: center;
  padding: 20px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
}
.tab-switch:checked+.tab-label {
  background: #ca151d;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tab-switch {
  display: none;
}

.tab-label:hover {
  opacity: 0.8;
}



/*tabu おわり*/

.dgi_sd{
 box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.dgi_f img{
    border-radius:3%;
}

.top_ls{
    display:none;
}


.top_ul{
 display: flex;
 justify-content: space-between;
 align-items: center;
 list-style-type: none;
 padding-left: 0px;
 font-size:100%;
 }


.top_ul a{	   
   text-decoration: none;
   color: #333;
}

.top_ul a:hover{	   
   color: #6f6f6f;
}

.sp-nav{
    display: none;
}

.dgt_re{
    width:100%;
    margin: 0 auto;
}

.heading-7 {
    display: inline-block;
    position: relative;
    color: #333;
}

.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 4px;
    background-color: #c9191d;
}

.heading-6 {
    display: inline-block;
    position: relative;
    color: #fff;
    text-align:center;
}

.heading-6:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #ffffff;
}

.dgt_reo{
    background-color:#f5f5f5;
    border-radius:30px;
    padding:5%;
    width:54%;
    margin: 0 auto;
    margin-top:4%;
}

.dgt_reo2{
    width:52%;
    margin: 0 auto;
    margin-top:3%;
    text-align: left;
}

.dgi_ikm{
    display: none;
}

.top_log img{
    width:70%;
    margin: 1.5% 0;
}

.top_log{
    display: block;
	display: flex;
    align-items: center;
}

.top_log{
   padding-right:3%;
   padding-top:1.5%;
}
.top_log img{
    width:100%;
   margin: 1% 0; 
}




.top_na{
 display: flex;
 justify-content: space-between;
 align-items: center;
 width:30%;
}
#hamburger{
    display: none;
}
/* ---  ヘッダーメニュー　ナビ　end--- */
a.top_btn_01{
	display:block;
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size:75%;
	width: 30%;
	margin: auto;
	font-weight: bold;
	background: #ff7f00;
	color: #fff;
	transition: 0.5s;
    height: 46px;
    padding: 1%;
    margin-right:-20px;
}
a.top_btn_01:hover {
	background: #fa9b3c;
	color: #fff;
}

.top_ul li{
  flex-grow: 1;
  text-align: center;
}

.top_ul li + li{
 position: relative;
}

.top_ul li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer_1{
    background-color:#ca151d;
    color:#ffffff;
    font-size:110%;
    margin-top: 6%;
    padding:3%;
    text-align: center;
}
.dgi_om{
    background-color:#ca151d;
    padding:5%;
    margin-top:8%;
    padding-top:3%;
}

.dgi_p{
    color:#ffffff;
    font-weight:bold;
    font-size:200%;
    text-align: center;
    margin-bottom:3%;
}

.dgi_p2{
    color:#ca151d;
    font-weight:bold;
    font-size:230%;
    margin-top: 5%;
    width:5%;
}

.dgi_di{
    background-color:#fff;
    padding:5%;
    border-radius:50px;
    width:60%;
    margin:0 auto;
}

/* ---  Q&A　start--- */
.qa-7 {
    text-align: left;
    width:75%;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .12);
    background-color: #fff;
    margin: 0 auto;
    margin-bottom:8px;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #ca151d;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 5% 3em 5% 3em;
    color: #333;
    background-color:#f5f5f5;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/* ---  Q&A　end--- */

.dgi_f{
    display:flex;
    justify-content: space-around;
    margin-top: 2%;
    margin-bottom: 2%;
}

.dibox-s{
  font-size: 80%;
  color:#fff;
  margin-top:3%;
}

.dgt_ci{
    color:#ca151d;
    text-align: center;
    margin-top: 2%;
}
/* ---  ヘッダーメニュー　お問い合わせボタン　start--- */


a.top_btn_01{
	display:block;
	text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-size:75%;
	width: 25%;
	margin: auto;
	font-weight: bold;
	background: #ca151d;
	color: #fff;
	transition: 0.5s;
    height: 46px;
    padding: 1%;
}
a.top_btn_01:hover {
	background: #ee4423;
	color: #fff;
}

a.top_btn_02{
	display:block;
    font-size:75%;
	text-align: center;
	display: flex;
    justify-content:center;
    align-items: center;
	text-decoration: none;
	width:25%;
	margin: auto;
	font-weight: bold;
	background: #545454;
	color: #fff;
	transition: 0.5s;
    height: 46px;
}
a.top_btn_02:hover {
	background: #727272;
	color: #fff;
}

/* ---  ヘッダーメニュー　お問い合わせボタン end--- */
/* ---  メールアイコン　start--- */
.css-mail{
    display:inline-block;
    position:relative;
    width:27px;
    height:16px;
    padding:0;
    background:#fff;
    border-radius:2px;
    text-align: center;
}
.css-mail:before, .css-mail:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.css-mail:before{
    border: 14px solid transparent;
    border-top-color: #ee4322;
}
.css-mail:after{
    left: 2px;
    border:12px solid transparent;
    border-top-color: #fff;
}


/* ---  メールアイコン　end--- */




.top_o5{
    margin: 0 auto;
    width:40%;
}



/*footer　start*/
.footer ul{
  padding: 0;
  list-style: none;
}

.footer a{
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #000;
}

hr{
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

address {
  font-style: normal;
}

.grid{
  display:flex;
  justify-content:space-evenly;
  margin-bottom: 1.5rem;
  width:50%;
}

.footer{
  padding:2rem;
  font-size: 15px;
  color: #fff;
  background-color:#757575;
  width:100%;
  }

.footer-navi-heading {
  font-weight: 600;
  font-size:150%;
}

.footer_logo{
  display: inline-block;
  margin-bottom: 1rem;
  width:90%;
  height:auto;
}

.footer_navi li {
  margin-bottom: 0.75rem;
  font-size:110%;
}

.footer_address {
  margin-bottom:2rem;
  width:100%;
  font-size:120%;
  padding-left:1%;
}


.top_df4{
    display:flex;
    justify-content:center;
    align-items:center;
}

.footer_w{
    padding:0 8%;
}

.footer_m{
  font-size:130%;
}

/*footer内　中央線*/
.top_df4 .footer_w{
    flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
}

.top_df4 .footer_w::after {
	position: absolute; /*--positionを追加--*/
	top: 0;
	left: 100%;
	margin: 0 0;
	content: "";
	width: 1px; /*--縦線の太さ(幅)--*/
	height: 100%;
	background-color: #fff; /*--縦線の色--*/
}

/*footer　end*/


@media screen and (min-width: 600px) and (max-width: 1124px){
       .sp-only{
       display: inline; 
    }
    .d_kzn2{
        display: block;
        margin-bottom:5%;
    }
    .d_kz80{
    padding-bottom:11%;
} 
    .d_zbox{
    width:100%;
    }
    .dgi_ik{
  margin-top:8%;
    }
    .s_btn{
  display: inline-block;
  width:100%;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding:2%;
  outline: none;
  color: #FFFFFF;
  background-color: #ed213a;
  -webkit-transition: all .3s;
  transition: all .3s;
}
    .dibox-sm{
    display: block;
    background-color:#ca151d;
    color:#ffffff;
    font-weight:bold;
    font-size:75%;
    text-align: center;
    padding:3%;
    margin-bottom:5%;
    }
    .footer_1{
    background-color:#ca151d;
    color:#ffffff;
    font-size:70%;
    margin-top:5%;
    padding:8%;
    text-align: center;
}
    
    .qa-7 {
    width:85%;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .12);
    background-color: #fff;
    margin: 0 auto;
    margin-bottom:8px;
}
     .dgt_reo2{
    width:80%;
    margin-top:8%;
    padding-bottom:8%;
}
    a.btn_17 {
	font-size:90%;
    width:80%;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	color: #fff;
	border-radius:50px;
	transition: 0.5s;
    margin-top:3%;
    animation: move_a 2s infinite;
}

    .dgi_di{
    background-color:#fff;
    padding:5%;
    border-radius:50px;
    width:85%;
    margin:0 auto;
    padding-top:12%;
    padding-bottom:12%;
}
        .dgi_p{
    color:#ffffff;
    font-weight:bold;
    font-size:180%;
    text-align: center;
    margin-bottom:6%;
}
    .dgi_om{
    background-color:#ca151d;
    padding:3%;
    margin-top:7%;
    padding-top:3%;
    padding-bottom:12%;
}
    
    .dgi_sds{
     display: block;
 box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    width:95%;
}

    .dgi_fs2{
    display: block;
    display:flex;
    justify-content: space-around;
    margin-top: 2%;
    margin-bottom: 2%;
}

    
.dgi_f{
   direction: none; 
}

    .dgi_fp{
    display:none;
}

    .dgi_fs{
        display: block;
    }
    .dgi_sd img{
      direction: none;   
    }
        .dibox-s{
        display: none;
    }
    .dgt_reo{
    background-color:#f5f5f5;
    border-radius:30px;
    padding:5%;
    padding-top:8%;
    width:90%;
    margin: 0 auto;
    margin-top:8%;
}
        a.btn_18 {
	font-size:110%;
    width:60%;
    text-align: center;
	padding-top:1rem;
    padding-bottom:1rem;   
	border-radius:50px;
    margin-top:6%;
}
    
        .dgt_ci{
       width:60%;
       font-size:80%;
       margin: 0 auto;
    }
    a.btn_19 {
	font-size:150%;
    width:60%;
    padding: 1rem 2rem;
	text-align: center;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	border-radius:50px;
    margin-top:5%;
    margin-bottom:3%;
}
    a.top_btn_01{
    height: 75px;
    width: 50%;
    font-size:70%;
    padding-top:12%;
}

.top_lp img{
    padding-top:5%;
    }
a.top_btn_02{
    height: 75px;
    width: 50%;
    font-size:70%;
}
 
.pc-nav {
      display: none;
   }
    


/*footer　start*/

.md-flex {
    display: flex;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .footer__address a {
    text-decoration: none;
    pointer-events: none;
  }
    
/*footer　end*/
 /* ---  ハンバーガーメニュー　start--- */   
  #hamburger {
   position: relative;
   display: block;
   width: 30%;
   height: 25px;
   margin: 0 0 0 5%;
}
/* ---  ハンバーガーメニュー　真ん中の線--- */  
    #hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 80%;
   height: 2px;
   background-color: #333;
   transform: translateY(-50%);
}
/* ---  ハンバーガーメニュー　上線--- */      
#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 80%;
   height: 2px;
   background-color: #333;
}
/* ---  ハンバーガーメニュー　下線--- */
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 80%;
   height: 2px;
   background-color: #333;
}

.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0,.7);
   transition: all .2s ease-in-out;
}
.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
   list-style: none;
}
.sp-nav li {
   margin: 0;
   padding: 0;
}
    
.sp-nav li a{
   display: none;
   color:#fff;
   text-decoration: none;
   font-size:20px;
}
.sp-nav li span {
   font-size: 16px;
   color: #fff;
}
.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 20px 0;
}
    
.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
/*バツ印線1*/
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}
/*バツ印線2*/
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
}
    
.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}
.toggle {
   transform: translateY( 0 );
   opacity: 1;
}
    
.main-visual {
   padding: 0 4%;
}
h2 {
   line-height: 1.6;
   text-align: center;
}
/* ---  ハンバーガーメニュー　end--- */ 
 

header{
   padding:0 2%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}


.css-mail{
    width:30px;
    height:16px;
    padding-top:20%;
  }
.css-mail:before{
    border: 15px solid transparent;
    border-top-color: #ee4322;
}
.css-mail:after{
    left: 3px;
    border:12px solid transparent;
    border-top-color: #fff;
}
.top_na{
    display: flex;
    justify-content:center;
    column-gap:0;
    width:40%;
    border: 1px solid #eee;
}

 
.footer_w{
    padding:0 5%;
}
    .grid{
    width:70%;
    }
.footer-navi-heading {
  font-weight: 600;
  font-size:130%;
}



.footer_address {
  font-size:90%;
}


    
.footer_w{
    padding:0 8%;
}

/*footer内　中央線*/

.top_df4 .footer_w::after {
	width: 0px; /*--縦線の太さ(幅)--*/
}

.footer_logo{
  margin-bottom: 0.3rem;
  width:75%;
}
.footer_address {
  margin-bottom: 1.5rem;
  width:100%;
  font-size:80%;
  padding-left:1%;
}
    
.grid{
  display:flex;
  justify-content:space-evenly;
  margin-bottom: 1.5rem;
  width:100%;
  font-size:80%;
}
    
.copyright{
    text-align: center;    
    }
.footer_m{
  font-size:80%;
}
}

@media screen and (max-width:599px){
    .dgi_ik{
        display: none;
    }
    .dgi_ikm{
        display: block;
        margin-top:8%;
    }
    .s_btn{
  display: inline-block;
  width:100%;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding:3%;
  outline: none;
  color: #FFFFFF;
  background-color: #ed213a;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 2%;
  margin-top:  2%;
}   
.d_ibtn {
  display: inline-block;
  width:100%;
  border-radius: 10px;
  padding:3%;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  background-color: #1B85FB;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 2%;
}

.d_abtn{
  border-radius: 10px;
  display: inline-block;
  padding:2%;
  width:100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  background-color:#50cf69;
  -webkit-transition: all .3s;
  transition: all .3s;
}
    
.dibox-sm{
    display: block;
    background-color:#ca151d;
    color:#ffffff;
    font-weight:bold;
    font-size:75%;
    text-align: center;
    padding:3%;
    margin-bottom:5%;
    }
.footer_1{
    background-color:#ca151d;
    color:#ffffff;
    font-size:75%;
    margin-top:2%;
    padding:8%;
    text-align: center;
}
    
 .dgt_reo2{
    width:100%;
    margin: 0 auto;
    margin-top:5%;
    padding-bottom:12%;
    text-align: center;
}

.dgi_p2{
    color:#ca151d;
    font-weight:bold;
    text-align:center;
    width:50%;
    font-size:200%;
    margin: 0 auto;
    margin-top:10%;
    margin-bottom:10%;
}
.qa-7 {
    width:85%;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, .12);
    background-color: #fff;
    margin: 0 auto;
    margin-bottom:8px;
}
 .dgt_reo2{
    width:100%;
    margin: 0 auto;
    margin-top:3%;
    padding-bottom:15%;
}

    
    
.flow > li dl dt {
  font-size: 18px;
}
a.btn_17 {
	font-size:80%;
    width:100%;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	color: #fff;
	border-radius:50px;
	transition: 0.5s;
    margin-top:3%;
    animation: move_a 2s infinite;
}

.dgi_di{
    background-color:#fff;
    padding:3%;
    border-radius:50px;
    width:100%;
    margin:0 auto;
    padding-top:12%;
    padding-bottom:12%;
}
    .dgi_p{
    color:#ffffff;
    font-weight:bold;
    font-size:150%;
    text-align: center;
    margin-bottom:7%;
}

.dgi_om{
    background-color:#ca151d;
    padding:3%;
    margin-top:15%;
    padding-top:3%;
    padding-bottom:12%;
}
    
.dgi_sds{
     display: block;
     box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
     width:96%;
     text-align: center;
} 
.dgi_fs2{
    display:block;
    display:flex;
    margin-top: 2%;
    margin-bottom: 2%;
    padding:0;
}
.dgi_fs{
        display: block;
    }
    
.dgi_f{
   direction: none; 
}

    .dgi_fp{
    display:none;
}

 
.heading-7 {
    display: inline-block;
    position: relative;
    color: #333;
}

.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: #c9191d;
}
    
    
    
.dibox-k{
  display: block;
  font-size: 80%;
  color:#fff;
  margin-top:3%;
}
    
    .dibox-s{
        display: none;
    }
    
    
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  font-size:80%;
  white-space: nowrap;
  text-align: center;
  padding: 20px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
    .dgt_reo{
    background-color:#f5f5f5;
    border-radius:30px;
    padding:5%;
    padding-top:8%;
    width:90%;
    margin: 0 auto;
    margin-top:15%;
}
    .dgt_ci{
       width:85%;
       font-size:75%;
       margin: 0 auto;
    }
    .top_ls{
        display: block;
        margin-top:3%;
    }
    
    a.btn_19 {
	font-size:140%;
    width:65%;
    padding: 1rem 2rem;
	text-align: center;
	font-weight: bold;
	border: 2px solid #ca151d;
	background-color: #ca151d;
	border-radius:50px;
    margin-top:5%;
    margin-bottom:3%;
}
    
    a.btn_18 {
	font-size:100%;
    width:65%;
    text-align: center;
	padding-top:1rem;
    padding-bottom:1rem;   
	border-radius:50px;
    margin-top:7%;
}
    
    .top_lp{
        display: none;
    }
    
    .pc-nav{
        display: none;
    }

/*footer　start*/

.md-flex {
    display: flex;
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .footer__address a {
    text-decoration: none;
    pointer-events: none;
  }
    
/*footer　end*/
 /* ---  ハンバーガーメニュー　start--- */   
  #hamburger {
   position: relative;
   display: block;
   width: 30%;
   height: 25px;
   margin: 0 0 0 5%;
}
/* ---  ハンバーガーメニュー　真ん中の線--- */  
    #hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 80%;
   height: 2px;
   background-color: #333;
   transform: translateY(-50%);
}
/* ---  ハンバーガーメニュー　上線--- */      
#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 80%;
   height: 2px;
   background-color: #333;
}
/* ---  ハンバーガーメニュー　下線--- */
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 80%;
   height: 2px;
   background-color: #333;
}

.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0,.7);
   transition: all .2s ease-in-out;
}
.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
   list-style: none;
}
.sp-nav li {
   margin: 0;
   padding: 0;
}
    
.sp-nav li a{
   display: none;
   color:#fff;
   text-decoration: none;
   font-size:20px;
}
.sp-nav li span {
   font-size: 16px;
   color: #fff;
}
.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 20px 0;
}
    
.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
/*バツ印線1*/
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}
/*バツ印線2*/
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
}
    
.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}
.toggle {
   transform: translateY( 0 );
   opacity: 1;
}
    
.main-visual {
   padding: 0 4%;
}
h2 {
   line-height: 1.6;
   text-align: center;
}
/* ---  ハンバーガーメニュー　end--- */ 


header{
   padding:0 2%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.top_log{
   width:110%;
   padding-right:3%;
}
.top_na{
    display: flex;
    justify-content:center;
    column-gap:0;
    width:60%;
}

.css-mail{
    width:20px;
    padding-top:20%;
  }
.css-mail:before{
    border: 10px solid transparent;
    border-top-color: #ee4322;
}
.css-mail:after{
    left: 2px;
    border:8px solid transparent;
    border-top-color: #fff;
}
.top_na{
    display: flex;
    justify-content:center;
    column-gap:0;
    width:60%;
}

 

    
.footer_w{
    padding:0 5%;
}
    .grid{
    width:70%;
    }
.footer-navi-heading {
  font-weight: 600;
  font-size:130%;
}

.footer_address {
  font-size:90%;
}



.footer_w{
    padding:0 8%;
}

/*footer内　中央線*/

.top_df4 .footer_w::after {
	width: 0px; /*--縦線の太さ(幅)--*/
}

.footer_logo{
  margin-bottom: 0.3rem;
  width:75%;
}
.footer_address {
  margin-bottom: 1.5rem;
  width:100%;
  font-size:80%;
  padding-left:1%;
}
    
.grid{
  display:flex;
  justify-content:space-evenly;
  margin-bottom: 1.5rem;
  width:100%;
  font-size:80%;
}
    
.copyright{
    text-align: center;    
    }
.footer_m{
  font-size:80%;
}
a.top_btn_01{
	width: 50%;
    font-size:60%;
    padding-top:6%;
    height: 46px;
}
a.top_btn_02{
	width:50%;
    font-size:60%;
    height: 46px;
}
    
 /* ---  活用事例　start--- */
    
.d_kz{
    font-size:180%;
    font-weight: 900;
    margin-bottom: 5%;
}
.d_kz:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#dc2d20;
  border-radius: 2px;
}
    
    
.d_kzn1{
 font-size:130%;
    margin-top:15%;
}
    
    
 .d_zbox{
            width:97%;
            margin-top:7%;
            margin-bottom:3%;
            padding:0 2%;
        }
    
.d_kz80{
    width:90%;
    margin: 0 auto;
    padding-bottom: 10%;
} 
    
.flow_design02 {
  width:100%;
}
    
    .flow_design02 img{
     max-width: 200px; /* 画像の最大幅を300pxに設定 */
            max-height: 200px; /* 画像の最大高さを300pxに設定 */
    margin-top: 3%;
}
    
    .img_fl{
        display: block;
    }
    
.d_kzn2{
	width:100%;
    position: relative;
    font-size:105%;
    margin: 0 auto;
     margin-bottom:2.5%;
    padding-bottom: 3%;
    padding-top:10%;
    display: block;
}
.flow02 > li {
  padding: 20px 10px;
  padding-bottom:30px;
}    

  
.flow02 > li dt{
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left:1%;
  display: flex;
}
    
.flow02 > li dd {
  font-size:0.9em;
  text-align:left;
}
    
    .img_fl{
    margin-top: 4%;
    text-align: center;
}

    .d_kzn2::before,
.d_kzn2::after {
	display: none;
}
    
    .d_kzna{
    color:#dc2d20;
    font-weight:bold;
    font-size:130%;
}
    
   .zi_img{
       display: block;
  margin-left: auto;
  margin-right: auto;
      margin-top:5%; 
    }
    
    .sp-only{
       display: inline; 
    }
/* ---  活用事例 end--- */
    

       } 




