@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}
ul li {
  list-style: none;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
@font-face {
  font-family: 'DINEngschriftStd';
  src: url("../fonts/DINEngschriftStd.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?8lbbz9");
  src: url("..fonts/icomoon.eot?8lbbz9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8lbbz9") format("truetype"), url("../fonts/icomoon.woff?8lbbz9") format("woff"), url("../fonts/icomoon.svg?8lbbz9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #000;
  font-weight: 500;
}
html, body {
  position: relative;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/**************************************
common.scss
***************************************/
body {
  background-color: white;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.bk_color {
  background-color: #ffffff;
}
.layout {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
button:hover, a:hover {
  opacity: 0.6;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
h2.title {
  /*font-family: 'DINEngschriftStd';*/
  font-size: 24px;
  font-weight: bold;
  /*text-align: center;*/
  margin-bottom: 20px;
  padding: 0.3em 1em;
  color: #ffffff;
  background-color: #c01920;
}
h2.top_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding: 0.3em 1em;
  color: #c01920;
}
.sub_title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
h3.title {
  font-size: 24px;
  font-weight: bold;
  color: #c11920;
  text-align: center;
}
/*追加*/
.head_title h1 {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
}
.head_title p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0.5em;
}
.head_title p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0.5em;
}
p.sub_text {
  font-size: 23px;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5em;
}
ul.list {
  display: grid;
  padding: 0 2.5em;
  grid-gap: 2vw;
  gap: 2vw;
  -ms-grid-columns: (1fr) [ 2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2em;
}
ul.list li {
  font-size: 20px;
  font-weight: bold;
}
ul.step_list li {
  line-height: 1.5em;
  margin-bottom: 0.8em;
  padding: 0.5em 2.5em;
}
ul.step_list li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
ul.step_list li p {
  font-size: 16px;
  margin-left: 1em;
}
.order {
  max-width: 350px;
  margin: 0 auto 3.5em auto;
}
.order a.btn {
  text-decoration: none;
  margin-bottom: 2em;
  display: block;
  color: #c01920;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 10px;
  border-radius: 10px;
  border: 2px #c01920 solid;
  background-color: #ffffff;
}
/*.title_img {
  background: url("../images/img08.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 543px;
  margin-bottom: 2em;
}*/

.title_img_pc{
   margin-bottom: 2em; 
}
.title_img_sp {
   display: none;
    }

h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}
p.seminer_text {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0;
}
table {
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
table th {
  background-color: #e1e1e1;
  color: #3B7D23;
  border: 1px solid #f0f2f0;
  font-weight: bold;
  text-align: left;
  padding: 0.5em 1em;
}
table td {
  border: 1px solid #e1e1e1;
  padding: 0.5em 1em;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 2em;
}
/******************************
    common.scss SP
*******************************/

@media screen and (max-width: 1000px) {
  .layout {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
    padding: 0 15px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  h2.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0.3em 1em;
  }
  .sub_title {
    font-size: 16px;
  }
  h3.title {
    font-size: 20px;
  }
  /*追加*/
  .head_title h1 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
  }
  .head_title p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0.5em;
  }
  p.sub_text {
    font-size: 20px;
    margin-bottom: 1em;
  }
  ul.list {
    -moz-column-gap: 0.9em;
    column-gap: 0.9em;
    -ms-grid-columns: (1fr) [ 1];
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0.8em;
    /*margin-bottom: 1em;*/
  }
  ul.list li {
    font-size: 16px;
    line-height: 1.6em;
  }
  ul.step_list li {
    line-height: 1.6em;
    margin-bottom: 0.5em;
    padding: 0.8em;
  }
  ul.step_list li h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.3em;
  }
  ul.step_list li p {
    font-size: 14px;
    margin-left: 0.8em;
  }
  .order {
    padding: 0 35px;
    max-width: 100%;
    margin-bottom: 1.2em;
  }
  .order a.btn {
    font-size: 1em;
    padding: 15px 5px;
  }
  /*.title_img {
    background: url(../images/img08_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 110vh;
  }*/
 .title_img_sp{
   margin-bottom: 2em; 
}   
 .title_img_pc{
  display: none;
    }
 .title_img_sp{
  display: block;
    }     
  p.seminer_text {
    font-size: 16px;
  }
  table {
    font-size: 14px;
  }

    
}



/**************************************
header
***************************************/
.header {
  background-color: #c01920;
  position: relative;
}
/*.header:before {
  content: " ";
  height: 3px;
  background-color: #c11920;
  width: 100%;
  display: block;
}*/
.header .layout {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .layout .logo {
  display: block;
}
.header .layout .logo img {
  width: auto;
}
.header .layout .sp_menu {
  display: none;
}
.header .layout .navi {
  display: block;
  position: relative;
}
.header .layout .navi .pnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
}
.header .layout .navi .pnavi a {
  display: block;
  margin-left: 18px;
  font-size: 16px;
  color: #fff;
}
.header .layout .navi .pnavi a:first-child {
  margin-left: 0px;
}
.header .layout .navi .sp_btn_close {
  display: none;
}
/******************************
    header sp
*******************************/
@media screen and (max-width: 1000px) {
  .header {
    height: 60px;
  }
  .header .layout {
    height: 60px;
  }
  .header .layout .logo img {
    width: 170px;
  }
  .header .layout .sp_menu {
    display: block;
    position: absolute;
    width: 40px;
    right: 15px;
    top: 13px;
  }
  .header .layout .sp_menu #header_nav_btn {
    background-color: #fff;
    border: none;
  }
  .header .layout .sp_menu #header_nav_btn::before {
    font-family: "icomoon" !important;
    content: "";
    font-size: 32px;
    color: #000;
    line-height: 1;
  }
  .header .layout .navi {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .header .layout .navi .pnavi {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1000;
    height: auto;
    background-color: #6C676E;
  }
  .header .layout .navi .pnavi a {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
  }
  .header .layout .navi .pnavi a::after {
    content: '';
    margin-top: -4px;
    top: 48%;
    right: 25px;
    width: 9px;
    height: 9px;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .layout .navi .pnavi a:first-child {
    margin-left: 0px;
    border-top: 1px solid #eee;
  }
  .header .layout .navi .sp_btn_close {
    position: absolute;
    right: 10px;
    top: -50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 24px;
    font-weight: bold;
    opacity: 1;
  }
}
/**************************************
footer
***************************************/
.footer {
  /*background-color: #e1e1e1;*/
background-color: #fff;    
  position: relative;
  z-index: 11;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
/*.footer .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
*/
.footer .layout .footer_logo {
  /*display: block;
  width: 293px;*/
}
.footer .layout .footer_logo li {
  width: 300px;
}
.footer .layout .footer_logo img {
  width: 100%;
}
.footer .layout .foot_dt .footer_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2em;
}
.footer .layout .foot_dt .footer_navi li {
  margin-left: 40px;
}
.footer .layout .foot_dt .footer_navi li a {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  line-height: 28px;
}
.footer .layout .foot_dt .copyright {
  text-align: center;
  color: #000;
  font-size: 12px;
  margin-top: 30px;
}
/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  /*  .footer .layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }*/
  .footer .layout .foot_dt .footer_logo {
    flex-direction: column;
    gap: 1em;
  }
  .footer .layout .footer_logo li {
    width: 200px;
  }
  .footer .layout .footer_logo img {
    width: 100%;
  }
  /*.footer .layout .foot_dt .footer_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .layout .foot_dt .footer_navi li {
    margin: 5px 15px;
  }
  .footer .layout .foot_dt .footer_navi li a {
    margin-bottom: 0;
  }*/
  .footer .layout .foot_dt .copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
  }
}
.main .mv_pt {
  background: url("../images/top_img_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 571px;
}
.main .mv_pt .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.main .mv_pt .layout .mv_text {
  width: 590px;
  background-color: #fff;
  border-left: 8px solid #c11920;
  padding: 50px;
}
.main .mv_pt .layout .mv_text h1.title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #c11920;
}
.main .mv_pt .layout .mv_text .desc {
  font-size: 20px;
  line-height: 32px;
}
.main .mv2_pt {
  /*min-height: 1082px;
  padding: 80px 0 0 0;
position: relative;
  margin-bottom: 94px;*/
}
/*.main .mv2_pt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bk_top_02.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 1082px;
}*/
.main .mv2_pt .layout {
  position: relative;
}
.main .mv2_pt .layout .mv_text {
  /*background-color: #fff;*/
  padding: 20px;
  overflow: hidden;
}
.main .mv2_pt .layout .mv_text .dt_pt {
  height: 498px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  margin-bottom: 50px;
}
.main .mv2_pt .layout .mv_text .dt_pt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/p_intro.jpg) no-repeat;
  background-size: contain;
  background-position: left top;
  width: 813px;
  height: 498px;
}
.main .mv2_pt .layout .mv_text .dt_pt .dt_item {
  width: 50%;
  background-color: #fff;
  padding: 45px;
  position: relative;
}
.main .mv2_pt .layout .mv_text .dt_pt .dt_item .title {
  font-size: 30px;
  font-weight: bold;
  color: #c11920;
  margin-bottom: 20px;
}
.main .mv2_pt .layout .mv_text .dt_pt .dt_item .desc {
  font-size: 16px;
  line-height: 28px;
}
.main .mv2_pt .layout .mv_text .special_pt h3.title {
  margin-bottom: 30px;
}
.main .mv2_pt .layout .mv_text .special_pt ul, .main .mv2_pt .layout .mv_text .special_pt02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}
.main .mv2_pt .layout .mv_text .special_pt ul li {
  width: 32%;
  background-color: #fff;
  border: 2px #C01925 solid;
  padding: 30px 20px;
}
.main .mv2_pt .layout .mv_text .special_pt02 ul li {
  width: 49%;
  background-color: #fff;
  border: 2px #C01925 solid;
  padding: 30px 20px;
}
.main .mv2_pt .layout .mv_text .special_pt ul li img,
.main .mv2_pt .layout .mv_text .special_pt02 ul li img {
  margin-bottom: 20px;
}
.main .mv2_pt .layout .mv_text .special_pt ul li img{
    max-width: 130px;
    width: 100%;
    display: block;
    margin: 0 auto 1em auto;
}
.main .mv2_pt .layout .mv_text .special_pt ul li .title, .main .mv2_pt .layout .mv_text .special_pt02 ul li .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #c01920;
}
.main .mv2_pt .layout .mv_text .special_pt ul li .desc, .main .mv2_pt .layout .mv_text .special_pt02 ul li .desc {
  font-size: 16px;
  line-height: 22px;
}
.main .contact_pt {
  background: url(../images/bk_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 90px;
}
.main .contact_pt .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
}
.main .contact_pt .layout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .contact_pt .layout ul li {
  margin-left: 50px;
}
.main .contact_pt .layout ul li .lbl_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.main .contact_pt .layout ul li .lbl_title span {
  color: #c11920;
  font-weight: bold;
}
.main .contact_pt .layout ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.main .contact_pt .layout ul li a img {
  width: auto;
  margin-right: 10px;
}
.main .contact_pt .layout ul li a .telnum {
  font-family: 'DINEngschriftStd';
  font-size: 61px;
  line-height: 1;
}
.main .contact_pt .layout ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.main .contact_pt .layout ul li .btn_mail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c11920;
  color: #fff;
  padding: 25px 0;
  margin: 20px 0 0 0;
  border-radius: 5px;
}
.main .contact_pt .layout ul li .btn_mail span {
  font-size: 22px;
  font-weight: bold;
}
.main .service_pt {
  margin-bottom: 90px;
}
.main .service_pt .layout {
  background-color: #fff;
  padding: 70px;
}
.main .service_pt .layout .sub_title {
  margin-bottom: 50px;
}
.layout .desc {
  text-align: center;
  /*margin-bottom: 50px;*/
  font-size: 16px;
  line-height: 24px;
}
.layout .service_dt {
  margin-bottom: 20px;
}
.layout .service_dt dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #DCDDDD;
}
.layout .service_dt dl dt {
  width: 460px;
}
.layout .service_dt dl dd {
  width: calc(100% - 460px);
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.layout .service_dt dl dd .dt_item {
  width: 100%;
}
.layout .service_dt dl dd .dt_item .dt_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3B7D23;
}
.layout .service_dt dl dd .dt_item .dt_content {
  font-size: 18px;
  line-height: 35px;
  padding-right: 40px;
}
.layout .service_dt dl dd .dt_item .dt_content span {
  border-bottom: solid 2px #fff;
}

.layout .intro_box{
    border: 1px #333 solid;
    padding: 1.5em;
   border-radius: 10px;
    margin-bottom: 2em;
    
}
.layout .intro_text{
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0;
    
}
.layout .service_banner {
  margin: 0 100px;
}
.layout .service_banner li {
  margin: 0 15px;
  height: auto;
}
#QandA-1 {
  width: 100%;
  font-family: メイリオ;
  font-size: 18px; /*全体のフォントサイズ*/
}
#QandA-1 h2 {}
#QandA-1 dt {
  background: #DCDDDD; /* 「Q」タイトルの背景色 */
  color: #C01920; /* 「Q」タイトルの文字色 */
  padding: 8px;
  border-radius: 2px;
}
#QandA-1 dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 8px;
}
#QandA-1 dd {
  margin: 24px 16px 40px 32px;
  line-height: 140%;
  text-indent: -24px;
}
#QandA-1 dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
}
.mv_box {
  background-color: #fff3c3;
  padding: 1em 2em;
  ;
}
.mv_box p {
  font-size: 1.1em;
  line-height: 150%;
  margin-bottom: 0;
}
.marker {
  background: linear-gradient(transparent 40%, #FFE45F);
  font-weight: bold;
}
.main .news_qa {
  position: relative;
  overflow: hidden;
}
.main .news_qa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bk_news_qa.jpg) no-repeat;
  background-size: cover;
  background-position-y: 95px;
  width: 100%;
  height: 1256px;
}
.main .news_qa .news_pt {
  position: relative;
  margin-bottom: 94px;
  background-color: #fff;
  padding: 70px;
}
.main .news_qa .news_pt .sub_title {
  margin-bottom: 50px;
}
.main .news_qa .news_pt .news_list {
  margin-bottom: 50px;
}
.main .news_qa .news_pt .news_list .item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main .news_qa .news_pt .news_list .item dt {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .news_qa .news_pt .news_list .item dt span {
  display: block;
  width: 100px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.main .news_qa .news_pt .news_list .item dt span.tag01 {
  background-color: #c11920;
}
.main .news_qa .news_pt .news_list .item dt span.tag02 {
  background-color: #359a40;
}
.main .news_qa .news_pt .news_list .item dt span.tag03 {
  background-color: #394da1;
}
.main .news_qa .news_pt .news_list .item dt label {
  width: 135px;
  text-align: center;
  padding: 5px 0;
}
.main .news_qa .news_pt .news_list .item dd {
  width: calc(100% - 235px);
  padding: 5px 0;
  font-size: 16px;
}
.main .news_qa .news_pt .news_list .item dd a {
  display: block;
}
.main .news_qa .news_pt .btn_more {
  width: 270px;
  padding: 20px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
  border-radius: 5px;
}
.main .news_qa .qa_pt {
  position: relative;
  margin-bottom: 94px;
  background-color: #fff;
  padding: 70px;
}
.main .news_qa .qa_pt .sub_title {
  margin-bottom: 50px;
}
.main .news_qa .qa_pt .qa_list {
  border-top: 1px solid #000;
}
.main .news_qa .qa_pt .qa_list .item {
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.main .news_qa .qa_pt .qa_list .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  width: 100%;
}
.main .news_qa .qa_pt .qa_list .item dl dt {
  font-family: 'DINEngschriftStd';
  width: 40px;
  font-size: 36px;
}
.main .news_qa .qa_pt .qa_list .item dl dd {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding-top: 7px;
}
.main .news_qa .qa_pt .qa_list .item .question {
  position: relative;
  cursor: pointer;
}
.main .news_qa .qa_pt .qa_list .item .question::after {
  content: "+";
  font-family: 'FontAwesome';
  font-size: 28px;
  font-weight: bold;
}
.main .news_qa .qa_pt .qa_list .item .question dl dd {
  font-weight: bold;
}
.main .news_qa .qa_pt .qa_list .item .answer {
  display: none;
  padding: 0 0 20px 0;
}
.main .news_qa .qa_pt .qa_list .item .answer dt {
  color: #c11920;
}
.main .news_qa .qa_pt .qa_list .item .answer dd {
  font-size: 16px;
  font-weight: normal;
}
.main .news_qa .qa_pt .qa_list .active .question::after {
  content: "－";
}
.main .news_qa .qa_pt .qa_list .active .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .banner_pt {
  padding-bottom: 50px;
}
.main .banner_pt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 104%;
}
.main .banner_pt ul li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.main .banner_pt ul li a {
  display: block;
}
.atop {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 300px;
  height: 330px;
  z-index: 1001;
  background: #c11920;
  padding: 5px;
  border-radius: 15px;
}
.atop:hover {
  opacity: 1;
}
.atop .dt {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  text-align: center;
}
.atop .dt .lbl_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  border-radius: 10px 10px 0 0;
}
.atop .dt .lbl_title span {
  color: #c11920;
  font-weight: bold;
}
.atop .dt .caractor {
  width: auto;
}
.atop .p_mail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c11920;
  color: #fff;
  padding: 15px 0 0 0;
  border-radius: 5px;
}
.atop .p_mail img {
  width: auto;
  margin-right: 10px;
}
.atop .p_mail span {
  font-size: 22px;
  font-weight: bold;
}

.banner-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
    margin-bottom: 2em;
}
.banner-list .banner01{
    border:1px #c01920 solid;
    width: 48%;
}

.banner-list .banner01 h3.title{
    padding: 0.3em 0;
    box-sizing: border-box;
    background: #c01920;
    background-size: 24px;
    color: #ffe200;
    font-size: 1.3em;
}
.l-red{
    background: #d27e5f !important;
    color: #fff !important;
}
.l-red-line{
    border: 1px #d27e5f solid !important;
}
.banner-list .banner01 .info{
    padding: 1.5em;
}
.banner-list .banner01 .info_in{
    display: flex;
    margin-bottom: 1em;
}
.banner-list .banner01 .info_in img{
    max-width: 130px;
    width:100%;
    margin-right: 1em;
}
.banner-list .banner01 .info_in p{
   font-size:1.6em;
    line-height: 1.6em;
    font-weight:bold;
}
.banner-list .banner01 .info_in_box dl {
   font-size:1.2em; 
}
.banner-list .banner01 .info_in_box dt {
  font-weight:bold;
    margin-bottom: 0.5em;
}
.banner-list .banner01 .info_in_box dd {
    margin-bottom: 0.5em;
    padding-left: 1em;
}
/*一番下のお問い合わせ*/
.order_end {
  position: relative;
  padding: 45px 0 50px 0;
  background-color: #DCDDDD;
}
.container {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1180px;
}
.order_end h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  color: #c01920;
  font-weight: bold;
}
.order_end .wrap {
  display: flex;
  margin: 0 -15px;
}
.order_end .wrap > div {
  position: relative;
  padding: 0 15px;
  flex-basis: 50%;
}
.order_end .frame {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 135px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 10px;
}
.order_end .pict {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 90px;
  transform: translateY(-50%);
    border: 1px solid #dadbdb;
}
.order_end h3 {
  font-size: 1.6em;
  line-height: 1.5;
  color: #c01920;
}
.order_end .btn {
  display: flex;
  margin-top: 10px;
}
.order_end .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0.08em 20px;
  min-height: 40px;
  background-color: #c01920;
  border: 1px solid #c01920;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.order_end .number {
  font-weight: 700;
  font-size: 2.3em;
  line-height: 1;
}
.order_end .note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .main .mv_pt {
    width: 100%;
    margin: 0 auto;
    background: url("../images/top_img_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    height: 95vw;
  }
  .main .mv_pt .layout .mv_text {
    width: 100%;
    padding: 20px;
  }
  .main .mv_pt .layout .mv_text h1.title {
    font-size: 28px;
  }
  .main .mv_pt .layout .mv_text .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .main .mv2_pt {
    min-height: auto;
    margin-bottom: 15px;
  }
  .main .mv2_pt::before {
    content: "";
    height: calc(100% - 90px);
  }
  .main .mv2_pt .layout .mv_text {
    padding: 20px;
  }
  .main .mv2_pt .layout .mv_text .dt_pt {
    height: auto;
  }
  .main .mv2_pt .layout .mv_text .dt_pt::before {
    content: "";
    display: none;
  }
  .main .mv2_pt .layout .mv_text .dt_pt .dt_item {
    width: 100%;
    padding: 15px;
  }
  .main .mv2_pt .layout .mv_text .dt_pt .dt_item .title {
    font-size: 20px;
    line-height: 28px;
  }
  .main .mv2_pt .layout .mv_text .dt_pt .dt_item .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .main .mv2_pt .layout .mv_text .special_pt ul, .main .mv2_pt .layout .mv_text .special_pt02 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      margin-bottom: 0.5em;
  }
  .main .mv2_pt .layout .mv_text .special_pt ul li, .main .mv2_pt .layout .mv_text .special_pt02 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .main .contact_pt {
    height: 400px;
    margin-bottom: 50px;
  }
  .main .contact_pt .layout ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main .contact_pt .layout ul li {
    margin-left: 0;
    margin-bottom: 50px;
  }
  .main .contact_pt .layout ul li:nth-child(2) {
    margin-bottom: 0;
  }
  .main .contact_pt .layout ul li .lbl_title {
    font-size: 18px;
  }
  .main .contact_pt .layout ul li a span {
    font-size: 48px;
  }
  .main .contact_pt .layout ul li .btn_mail span {
    font-size: 18px;
  }
  .main .service_pt {
    margin-bottom: 50px;
  }
  .main .service_pt .layout {
    padding: 50px 15px;
  }
  .layout .desc {
    text-align: left;
  }
  .layout .service_dt dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .layout .service_dt dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .layout .service_dt dl dd {
    width: 100%;
    padding: 20px;
  }
  .layout .service_dt dl dd .dt_item .dt_title {
    font-size: 20px;
  }
  .layout .service_dt dl dd .dt_item .dt_content {
    font-size: 16px;
    padding-right: 0;
  }
  .layout .service_banner {
    margin: 0 50px;
  }
  .layout .service_banner li {
    margin: 0 10px;
  }
.layout .intro_text{
    font-size: 16px;
    
}    
  .main .news_qa .news_pt {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
  .main .news_qa .news_pt .news_list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main .news_qa .news_pt .news_list .item dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .main .news_qa .news_pt .news_list .item dd {
    width: 100%;
  }
  .main .news_qa .qa_pt {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
  .main .news_qa .qa_pt .qa_list .item dl dt {
    font-size: 32px;
    line-height: 24px;
  }
  .main .news_qa .qa_pt .qa_list .item dl dd {
    font-size: 16px;
    padding-top: 0;
    line-height: 22px;
  }
  .main .news_qa .qa_pt .qa_list .item .answer dd {
    font-size: 15px;
  }
  .main .banner_pt {
    padding-bottom: 30px;
  }
  .main .banner_pt ul {
    width: 102%;
  }
  .main .banner_pt ul li {
    width: 48%;
    margin-right: 2%;
  }
    
.banner-list{
    display: block;
} 
.banner-list .banner01{
   width: 100%;
    margin-bottom: 1.5em;    
}
    
 .banner-list .banner01 h3.title{
    font-size: 1.2em;
}
.banner-list .banner01 .info{
    padding: 1.2em;
}
    
 .banner-list .banner01 .info_in img{
   width:35%;
}  
 .banner-list .banner01 .info_in p{
   font-size:1.3em;
    line-height: 1.3em;
}
.banner-list .banner01 .info_in_box dl {
   font-size:1.1em; 
}
  
  .atop {
    width: 200px;
    height: 220px;
  }
  .atop .dt {
    padding: 15px 8px;
  }
  .atop .dt .lbl_title {
    font-size: 14px;
    line-height: 1.4;
  }
  .atop .dt .caractor {
    width: 100px;
  }
  .atop .p_mail {
    padding: 10px 0 0 0;
  }
  .atop .p_mail img {
    width: 26px;
    margin-right: 10px;
  }
  .atop .p_mail span {
    font-size: 14px;
  }
  /*一番下のお問い合わせ*/
  .order_end {
    padding: 2rem 0 3rem 0;
  }
  .container {
    padding: 0 15px;
    max-width: 460px;
  }
  .order_end h2 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .order_end .wrap {
    display: block;
    margin: 0 auto;
   /* max-width: 480px;*/
      width: 100%;
  }
  .order_end.wrap > div:last-child {
    padding: 0;
  }
  .order_end .wrap > div {
    padding: 0 0 1rem 0;
  }
  .order_end .frame {
    padding: 0 0 0 10rem;
    min-height: 12rem;
  }
  .order_end .pict {
    left: 1.2rem;
    width: 7.6rem;
  }
  .order_end h3 {
    font-size: 1.4rem;
  }
  .order_end .btn {
    display: block;
    margin-top: 1rem;
  }
  .order_end .btn a {
    padding: 0 0.6em 0.06em 0.6em;
    min-height: 4rem;
    font-size: 1.1rem;
  }
  .order_end .number {
    font-size: 1.8rem;
  }
  .order_end .note {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }
}