@charset "UTF-8";
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

#wraper{
  width: 100vw;
  overflow-x: hidden;
}

a{
  text-decoration: none;
}

input[type="text"],
button,
textarea,
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
}

body {
 	line-height:1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

*{box-sizing: border-box;}

.sp,
.menuSp{
  display: none !important;
}

.spMenuCont{
  display: none;
}

  .w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;    
  }

  .w1000{
    width: 90%;
    max-width: 1000px;
    margin: auto;   
  }
  
  .w880{
    width: 90%;
    max-width: 880px;
    margin: auto;    
  }

  .w800{
    width: 90%;
    max-width: 800px;
    margin: auto;    
  }

  .w700{
    width: 90%;
    max-width: 700px;
    margin: auto;    
  }

  .p_rtv{
    position: relative;
    
  }  
  
  .dis_fx{
    display: flex;
    justify-content: space-between;
  }
  
  .item_c{
    align-items: center;
  }

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 10px;
  top: 8px;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.arrow.arrow-left::before {
  transform: rotate(-135deg);
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
}

.tabCont{
  display: none;
}
  
  body{
    padding-top: 200px;
  }
  

/*nav*/
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 40px;
        height: 40px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right:calc(50% - 610px);
        top: 15px;
	}
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 40px;
	}
    
	#nav-toggle span:not(:nth-child(n + 4)) {
		display: block;
		position: absolute;
		height: 5px;
		width: 70%;
		background: #000000;
		left:3px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 10px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 22px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 34px;
	}

	#nav-toggle span:nth-child(n + 4) {
    position: absolute;
    top:44px;
		font-size: 12px;
	}

	#nav-toggle span:nth-child(5) {
    display: none;
	}
    
    .nav-in {
        padding: 0px;
    }

 #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
      background: #ffffff;
    }
    
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav-toggle span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
      background: #ffffff;
    }

	.open #nav-toggle span:nth-child(4) {
    display: none;
	}

	.open #nav-toggle span:nth-child(5) {
    color: #ffffff;
    display: block;
	}
    
  header.mainHeader .header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .rltv{
    position: relative;
  }
  
  header.mainHeader .headBtn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px;
  }
  
  header.mainHeader .headBtn p{
    margin-left: 10px;
  }
  
  
  header.mainHeader{
    height: 100px;
    width: 100%;
    position: fixed;
    background: #ffffff;
    top:0;
    left: 0;
    z-index: 101;
  }   
  
  header.mainHeader .content{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  } 

/*
header.headFixed,
header.headFixed .content{
   height:70px;
}
*/
  
  .menuBox{
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  
  .menuBox li{
    width: calc(100% / 7);
    border-left: 1px dotted #ffffff;
  }
  
  .menuBox li:last-child{
    border-right: 1px dotted #ffffff;
  }  
  
  .menuBox li a{
    text-decoration: none;
    color:#ffffff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.25em;
    padding: 10px 0;
  }

  .menuBox li img{
    margin-right: 4px;
  }

  .eng,
  .eng *{
    font-weight: bold;
  }  

a.hover{
  transition: 0.5s;
}

a.hover:hover,
a.hover:hover *{
  opacity: 0.8;
}

.menuBox li.contactBtn a img{
  display: inline-block;
  margin-right: 8px;
}

  

  @media screen and (min-width:801px){
  .pcMenu{
    position: fixed;
    top:0;
    left: 0;
    width: 100vw;
    height: 0;
    z-index: -1;
    opacity: 0;
    background: url("../images/menuBack@2x.png") center;
    background-size: cover;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: scroll;
  }
  
  .open .pcMenu{
    height: 100vh;
    z-index: 999;
    opacity: 1;
  }
    
    #global-nav{
      background: #DB3E3D;
    }
    
    .menuBox{
      margin: auto;
      max-width: 1190px;
      width: 90%;
    }
    
    
  .pcMenuCont{
    max-width: 1190px;
    width: 90%;
    padding: 50px 0;
  }
  
  .pcMenuCont_box01{
    padding:50px 30px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
  }
  
  .pcMenuCont_box01_item{
    width: calc((100% - 30px) / 2);
    display: flex;
  }
  
  .pcMenuCont_box01_textBox{
    width: calc(100% - 208px);
    padding-left: 30px;
  }
  
  .pcMenuCont_box01_textBox_01{
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .pcMenuCont_box01_textBox_02{
    font-size: 16px;
    min-height: 6.5em;
  }  
  
  .pcMenuCont_box01_textBox_03{
    margin-top: 30px;
  }
  
  .pcMenuCont_box01_textBox_03 .linkBtn{
    width: 240px;
  }
  
  .pcMenuCont_box02{
    padding: 30px;
    background: #ffffff;
    margin: 30px 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .pcMenuCont_box02_text{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color:#000000;
  }
  
  .pcMenuCont_box02_text span:before{
    border-color: #DB3E3D;
  }
    
  .pcMenuCont_box03{
    padding: 20px;
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
  }
  
  .pcMenuCont_box03 > div:not(:last-child){
    border-right: 1px solid #DB3E3D;
  }
  
  .pcMenuCont_box03_item{
    width: calc((100% - 260px) / 5);
    text-align: center;
    font-weight: 600;
    font-size: 22px;
  }
  
  .pcMenuCont_box03_item a{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 55px;
    color:#000000;
  }
  
  .pcMenuCont_box03_item02{
    display: flex;
    width: 260px;
    justify-content: center;
    align-items: center;
    height: 55px;
    flex-wrap: wrap;
  }
  
  .pcMenuCont_box03_item02 a{
    display: block;
    text-align: center;
    font-size: 16px;
    color:#000000;
  }
  
  .pcMenuCont_box03_item03{
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    width: calc((100% - 260px) / 5);
  }
          
}

@media screen and (max-height: 800px) {
    .pcMenu {
        align-items: initial;
    }
}

  .linkBtn{
    width: 240px;
    padding-right: 40px;
    position: relative;
    color:#ffffff;
    font-size: 16px;
    height: 60px;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    background: #DCAE68;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .linkBtn span{
    position: absolute;
    right: 50px;
    top:calc(50% - 12px);
  }
  



/* main */
	.content{
		max-width: 1190px;
    width: 90%;
		margin: auto;
	}

.swiper-pagination{
  position: relative;
  padding-top: 20px;
}

 
.swiper-button-next:after, .swiper-button-prev:after {
    content:none;
}  
  
.swiper-button-next .btn-mini:before {
    left: inherit;
    right:0;
}
    
  .swiper-pagination-bullet {
    background-color: #999999;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #DB3E3D;
}
  
.swiper-button-prev .btn-mini:after {
top: calc(50% - 10px);
    left: calc(50% - 5px);
  right: inherit;
  transform: rotate(180deg);
}  
  

.swiper-button-prev{
    left: 50px;
    right: auto;
}

  
.swiper-button-next {
    right: 50px;
    left: auto;
}

.bg_up{
  position: relative;
  height: auto;
  opacity: 1;
  overflow: hidden;
}

.bg_up div{
   display: block;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   animation: zoom02 1s 1;
   animation-fill-mode: forwards;
}

.bg_up div img{
  object-fit: cover;
  object-position: center;
      width: 100%;
    height: 100%;
}


  .sec{
    padding: 80px 0;
  }

  .secTitle01{
    text-align: center;
    color:rgba(219 62 61 / 50%);
    font-size: 60px;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 40px;
    margin-top: 40px;
  }  
  
  .secTitle01 span{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25em;
    display: block;
  }  
  
  .secTitle01:before{
    content:" ";
    height: 5px;
    width: 100px;
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    left: calc(50% - 300px);
    top:50px;
  }
  
  .secTitle01:after{
    content:" ";
    height: 5px;
    width: 100px;
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    right: calc(50% - 300px);
    top:50px;
  }
  
  .topsec01_contactBtnWrap{
    padding: 50px 0;
    text-align: center;
    background:#DB3E3D;
  }
  
  .topsec01_contactBtn{
    position: relative;
    color:#ffffff;
    font-size: 40px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .topsec01_contactBtn .pt01{
    font-size: 28px;
    line-height: 1.25em;
  }
  
  .topsec01_contactBtn .pt02{
    font-weight: 35px;
  }
  
  .topsec01_contactBtn span{
    display: inline-block;
    background: linear-gradient(to top,rgba(230 174 105 / 50%) 0% 40%,#DB3E3D 40%);
  }
  
  .topsec01Arrow{
    position: absolute;
    right: -100px;
    top:calc(50% - 22px);
  }
  
  .secTitle02{
    text-align: left;
    color:rgba(219 62 61 / 50%);
    font-size: 60px;
    position: relative;
    line-height: 1.25em;
    padding-bottom: 20px;
    margin-bottom: 30px;

  }  
  
  .secTitle02 span{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25em;
    display: block;    
  }  
  
  .secTitle02:before{
    content:" ";
    height: 5px;
    width: 100%;
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    left:0;
    bottom:0;
  }
  
  .topsec02Cont{
    display: flex;
    justify-content: space-between;
  }
  
  .topsec02Cont_box01{
    width: 280px;
  }
  
  .topsec02Cont_box02{
    width: calc(100% - 300px);
    border-top: 1px solid rgba(153 153 153 / 60%);
  }
  
  .topsec02Cont_box02_news{
    display: flex;
    align-items:center;
    padding: 20px 0;
    border-bottom:1px solid rgba(153 153 153 / 60%);
    height: 90px;
  }
  
  .topsec02Cont_box02_news dt{
   font-size: 14px;
  color:#DB3E3D;
    width: 100px;
  }
  
  .topsec02Cont_box02_news dd{
    width: calc(100% - 100px);
    position: relative;
    padding-right: 50px;
    color:#000000;
  }

  .topsec02Cont_box02_news span{
    position: absolute;
    top:10px;
    right: 10px;
  }
  
  .topsec02Cont_box02_news span:before{
    border-color:#DB3E3D;
  }
  
  .secTitle03{
    text-align: left;
    color:rgba(219 62 61 / 50%);
    font-size: 60px;
    position: relative;
    line-height: 1.25em;
    width: calc(100% - 260px);

  }  
  
  .secTitle03 span{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25em;
    display: block;    
  }  
  
  .secTitle03:before{
    content:" ";
    height: 5px;
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    right:0;
    top:60px;
    width: calc(100% - 195px);
  }  
  
  .secTitle03Wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .secTitle03Btn{
    width: 255px;
    margin-top: 30px;
  }

  .flySlide--img{
    width: 480px;
    margin-right: 40px;
  }
  
  .prev.slick-arrow{
    position: absolute;
    left: -50px;
    top:calc(50% - 20px);
    z-index: 10;
  }
  
  .next.slick-arrow{
    position: absolute;
    right: -50px;
    top:calc(50% - 20px);
    z-index: 10;
  }  
  
  .rltv{
    position: relative;
  }
  
  .flySlide{
    margin-top: 20px;
  }
  
  .topsec03{
    background: linear-gradient(to top,#DB3E3D 45%,#ffffff 45% 100%);
    padding-bottom: 40px;
  }
  
  .flySlide .slick-dots li {
    width: 10px;
    height: 10px;
}
  
  
  .slick-dots li button:before {
    opacity: 1;
    color: #D9D9D9;
}

.topsec04 {
  background-image: url("../images/topsec04Bg@2x.png");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

  .topsec04_cont{
    display: flex;
    justify-content: space-between;
  }
  
  .topsec04_contBox{
    width: calc((100% - 50px) / 2);
  }
  
  .linkBtn.pt03{
    background: #ffffff;
    color:#000000;
  }
  
  .linkBtn.pt03 span:before{
    border-color:#000000;
  }  
  
  .linkBtn_pt03{
    display: flex;
    justify-content: center;
  }
  
  .topsec04_contTable{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .topsec04_contTable th{
    padding: 25px 20px;
    border-bottom: 1px solid #ffffff;
    width: 120px;
    background: #DCAE68;
    color:#ffffff;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
  }
  
  .topsec04_contTable td{
    padding: 25px;
    border-bottom: 1px solid #000000;
    width: calc(100% - 120px);
    background: #F4F4F4;
    color:#000000;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
  }
  
  .topsec04_contTable tr:last-child th,
  .topsec04_contTable tr:last-child td{
    border-bottom: none;
  }

.info_foot{
  padding: 80px 0 60px;
  background: url("../images/footContactBg@2x.png") center;
  background-size: cover;
}

  .info_foot .secTitle01 *,
.info_foot .secTitle01{
    color:#ffffff;
  }

  .info_footText{
    text-align: center;
    color:#ffffff;
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .info_footList{
    display: flex;
    justify-content: space-between;
  }
  
  .info_footList li{
    width: calc((100% - 10px) / 2);
  }
  
  .linkBtn.pt04{
    background: #DB3E3D;
    width: 100%;
    height: 120px;
  }
  
  .linkBtn.pt04 img{
    display: inline-block;
    margin-right: 8px;
  }
  
  .linkBtn.pt04 *{
    color:#ffffff;
    border-color:#ffffff;
    line-height: 1.25em;
    text-align: center;
  }
  
  .linkBtn.pt04.box01{
    font-size: 24px;
  }
  
  .linkBtn.pt04.box01 small{
    font-size: 19px;
  }
  
  .linkBtn.pt04.box02{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25em;
  }
  
  .linkBtn.pt04.box02 small{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25em;
    display: block;
  }  

  .footCont{
    padding: 60px 0 30px;
    text-align: center;
  }
  
  .footSns{
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
  }
  
  .footSns li{
    margin: 0 10px;
  }  
  
  .footText{
    max-width: 500px;
    margin: auto;
    text-align: left;
    font-size:14px;
    line-height:1.5em;
  }
  
  .footNav{
    display: flex;
    justify-content:space-between;
    margin: 40px 0 30px;
    font-weight: 600;
    font-size: 16px;
    color:#000000;
  }
  
  .footNav a{
    color:#000000;
  }
  
  .footSubNav{
    display: flex;
    justify-content: center;
    color:#000000;
    font-size: 14px;
  }
  
  .footSubNav a{
    color:#000000;
  }
  
  .footSubNav li{
    margin:0 5px;
  }
  
  .copy{
    padding: 10px 0;
    text-align: center;
    color:#ffffff;
    font-size: 14px;
    background: #D23430;
  }

  .floatCont{
    position: fixed;
    right: 0;
    top:250px;
  }  

/* otherpage */
  .pageTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background: #FFE6C6;
  }  
  
  .breadcrumb{
    display: flex;
    padding: 10px 0;
    font-size: 16px;
  }
  
  .breadcrumb *{
    color:#000000;
  }
  
  .breadcrumb a:after{
    content:"　>　";
    color:#DB3E3D;
  }

.pageText{
    margin: 30px 0;
    font-size: 16px;
    text-align: center;
  }
  
  .contactsec{
    padding:30px 0 60px;
  }  
  
  .contacBox{
    margin-bottom: 30px;
  }  
  
  .contactText{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .contactText span{
    display: inline-block;
    padding: 3px 10px;
    background: #DB3E3D;
    color:#ffffff;
    border-radius: 100px;
    font-size: 14px;
    margin-left: 8px;
    font-weight: normal;
  }
  
  body .contactInput input,
body .contactInput select,
body .contactInput textarea{
    padding: 10px;
    border:2px solid #DB3E3D;
    border-radius: 5px;
    display: block;
    width: 100%;
  }
  
  ::placeholder {
    color: #DDDDDD;
  }
  
  .contactInput textarea{
    height: 220px;
  }
  
  .contactUd{
    display: flex;
    justify-content: center;
    margin: 20px 0 30px;
  }
  
  .contactUd a{
    color:#000000;
    text-decoration: underline;
  }
  
  .contactSubmit{
    text-align: center;
  }
  
  .subBtn{
    display: inline-flex;
    color:#F6F6F6;
    font-size:16px;
    height: 60px;
    width: 220px;
    background: #DB3E3D;
    border-radius: 100px;
    border:none;
    justify-content: center;
  }
  
  .contactUd #name input[type="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    border-radius:5px;
}

.contactUd #name input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 8px;
  height: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

.otherTitle01{
  font-size: 34px;
  color:#DB3E3D;
  font-weight: 600;
  margin-top: 30px;
}

.othersec{
  padding: 30px 0 100px;
}

.othersec a{
  color:#000000;
  text-decoration: underline;
}

  .otherTable{
    width: 100%;
    border-top:1px solid #DB3E3D;
    margin-top: 30px;
  }
  
  .otherTable th{
    border-bottom:1px solid #DB3E3D;
    padding: 20px 0;
    color:#141010;
    width: 150px;
    text-align: left;
    font-weight: 600;
    vertical-align: middle;
  }
  
  .otherTable td{
    border-bottom:1px solid #DB3E3D;
    padding: 20px 0;
    width: calc(100% - 150px);
    vertical-align: middle;
  }  

  .itemList{
    display: flex;
    flex-wrap: wrap;
  }  
  
  .itemList li{
    width: calc((100% - 50px) / 4);
    margin-bottom: 30px;
  }
  
  .itemList li:nth-child(even){
    margin-left:12px;
    margin-right: 12px;
  }
  
  .itemList a{
    text-decoration: none;
  }
  
  .itemName{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
  }
  
  .itemPrice{
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
  }
  
  .itemBtn{
    border-radius: 5px;
    background: #DB3E3D;
    height: 75px;
    width: 100%;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 18px;
    display: flex;
  }

form input[type="submit"], form button {
    background: #DB3E3D;
}

  .secTitle_b{
    text-align: center;
    color:rgba(219 62 61 / 50%);
    font-size: 60px;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 40px;
    margin-top: 40px;
  }  
  
  .secTitle_b span{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25em;
    display: block;
  }  
  
  .secTitle_b:before{
    content:" ";
    height: 5px;
    width: calc(50% - 220px);
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    left:0;
    top:50px;
  }
  
  .secTitle_b:after{
    content:" ";
    height: 5px;
    width: calc(50% - 220px);
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    right: 0;
    top:50px;
  }

.secTitle_b span{
  font-size: 18px;
}

  .companysec01Text01{
    text-align: center;
    margin: 20px 0 40px;
    font-size: 24px;
    font-weight: 600;
  }
  
  .companysec01Text02{
    position: relative;
    text-align: center;
    font-size: 16px;
    padding-bottom: 60px;
  }

  .companysec01Text02:before{
    content:" ";
    height: 5px;
    width: 100%;
    border-top:2px solid #DB3E3D;
    border-bottom:2px solid #DB3E3D;
    position: absolute;
    left:0;
    bottom:0;
  }

  .secTitle_b.pt02:before{
    content:none;
  }
  
  .secTitle_b.pt02:after{
    content:none;
  }

  .companysec02Cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .companysec02Cont > *{
    width:calc(50% - 25px);
  }

  .companysec02Cont .box02{
    font-size: 14px;
  }
  
  .companysec02Cont .box02 .text02{
    margin-top: 10px;
    text-align: right;
  }

.companysec03{
  background-image: url("../images/new/bgnew.png");
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

  .companysec03Img{
    margin: 40px 0;
  }
  
  .companysec03Cont{
    display: flex;
    justify-content: space-around;
  }
  
  .companysec03Cont .topsec04_contTable{
    width: calc(50% - 20px);
  } 

  .companysec04Cont{
    display: flex;
    padding: 30px;
    border-radius: 30px;
    border:3px solid #DB3E3D;
  } 
  
  .companysec04Cont .box01{
    width: 426px;
  }
  
  .companysec04Cont .box02{
    width: calc(100% - 426px);
    padding-left: 30px;
  }
  
  .companysec04Cont .title{
    color:#DB3E3D;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .companysec04ContTable th{
    vertical-align: middle;
    padding: 10px 0;
    font-weight:600;
    font-size: 16px;
    border-top:dashed 1px #000000;
    text-align: left;
    width: 100px;
  }
  
  .companysec04ContTable td{
    padding: 10px 0;
    font-size: 16px;
    border-top:dashed 1px #000000;
    font-weight: normal;
  }  

@media screen and (max-width:1200px){
.w100rel img{
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: -5vw;
}
}

  .newcarsec01Cont{
    padding: 30px;
    border:3px solid #DB3E3D;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .newcarsec01Cont .box01,
  .newcarsec01Cont .box02{
   width:calc(50% - 5px);
    font-size: 14px;
    line-height: 1.75em;
    text-align: center;
  }  

  .btnWrap{
    width: 320px;
    margin: auto;
  }
  
  .newcarsec02Img{
    margin-top: 30px;
  }

.sec02{
  padding: 40px 0;
}

.secTitle01.pt_b:before{
left: calc(50% - 6em);  
}

.secTitle01.pt_b:after{
right: calc(50% - 6em);  
}

  .mt0{
    margin-top: 0;
  }
  
  .loanText{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .defText{
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
  }
  
  .pageTableWrap{
    border-radius: 30px;
    border:3px solid #DB3E3D;
    margin-top: 40px;
    position: relative;
  }
  
  
  .pageTable{
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  .pageTable th{
    background:#DB3E3D;
    color:#ffffff;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    border-left: 1px dotted #000000; 
  }  

.pageTable th:first-child,
.pageTable th:nth-child(2),
.pageTable td:first-child,
.pageTable td:nth-child(2){
  border-left: none; 
}
  
  .pageTable td{
    text-align: center;
    padding: 20px;
    border-left: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    font-size: 18px;
    font-weight: 600;
    height: 80px;
    vertical-align: middle;
  } 


  
  .pageTable td .ftBold{
    font-size: 28px;
  }
  
  .pageTable td .redIcon{
   color:#DB3E3D; 
  }
  
  .pageTable tr:last-child td{
    border-bottom: none;
  }
  
  .pageTable td.first{
    font-size: 22px;
    background: #FCD475;
    border-left: none;
  }
  
  .pageTable td.line{
    position: relative;
  }
  
  .pageTable td.line:after{
    content:" ";
    width: 90%;
    height: 1px;
    background: #000000;
    position: absolute;
    display: block;
    transform: rotate(30deg);
    top:60px;
    left: 10px;
  }
  
  .pageTable td.line .pt01{
    position: absolute;
    right: 10px;
    top:10px;
  }
  
  .pageTable td.line .pt02{
    position: absolute;
    left: 10px;
    bottom:10px;
  }
  
  .pageTable td.red{
    color:#DB3E3D;
    font-size:32px;
  }
  
  .pageTable td.red .big{
    font-size:48px;
  }  
  
  .point{
    position: absolute;
    right: 10px;
    top:-60px;
  }

  .newcarsec04List{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .newcarsec04List li{
    padding: 10px;
    width: 25%;
    font-size: 28px;
    font-weight: 600;
  }
  
  .newcarsec04List li a{
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    color:#000000;
    position: relative;
  }
  
  .newcarsec04List li a:before{
    content:"";
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    background: #FCD475;
    margin-right: 10px;
  }
  
  .newcarsec04List li a:after{
    content:"";
    display: inline-block;
    border-top:3px solid #DB3E3D;
    border-right:3px solid #DB3E3D;
    height: 20px;
    width: 20px;
    position: absolute;
    transform: rotate(45deg);
    top:20px;
    right: 20px;
  }

  .newcarsec04ud{
    position: relative;
    padding: 30px;
    border:3px solid #DB3E3D;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .newcarsec04ud .title{
    position: absolute;
    text-align: center;
    top:-30px;
    left: 0;
    width: 100%;
  }
  
  .newcarsec04ud .title span{
    display: inline-block;
    padding: 3px 30px;
    font-size:28px;
    color:#DB3E3D;
    background: #ffffff;
    font-weight: 600;
  }
  
  .newcarsec04ud .box01,
  .newcarsec04ud .box02{
    width: calc(50% - 10px);
    font-size: 16px;
    text-align: center;
  }

  .defText02{
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
  }
  
  .newcarsec05 .cont02{
    display: flex;
    justify-content: space-between;
  }
  
  .newcarsec05 .cont02 .box01,
  .newcarsec05 .cont02 .box02{
    width: calc(50% - 5px);
  } 


  .newcarsec05 .cont02 .box01{
    padding-right: 20px;
  } 

.secTitle01.mainte:after {
    right: calc(50% - 7em);
}

.secTitle01.mainte:before {
    left: calc(50% - 7em);
}

  .mainteLink{
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }  
  
  .mainteLink li{
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    border:3px solid #DB3E3D;
    border-radius: 100px;
    width: 100px;
    height: 100px;
  }    
  
  .mainteLink a{
    color:#000000;
    line-height: 1.2em;
  } 
  
  .mainteLink a.row3{
    display: inline-block;
    padding-bottom: 1em;
  } 
  
  .mainteLink li:after{
    content:" ";
    position: absolute;
    bottom:10px;
    left: calc(50% - 8px);
    height: 16px;
    width: 16px;
    border-top:2px solid #DB3E3D;
    border-right:2px solid #DB3E3D;
    transform: rotate(135deg);
  }

.pageTable td.mini{
  font-size: 16px;
  font-weight: normal;
}

.pageTable td small{
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}


  .mainteUl01{
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px;
  }  
  
  .mainteUl01 li{
    width: calc((100% - 20px) / 3);
    border-radius: 30px;
    border:3px solid #DB3E3D;
    display: flex;
    overflow: hidden;
  }
  
  .mainteUl01 li .box01{
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    background: #DB3E3D;
    line-height: 1em;
    width: 130px;
    padding: 10px 0;
    text-align: center;
  }  
  
  .mainteUl01 li .box01 small{
    font-size: 18px;
  }  
  
  .mainteUl01 li .box02{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 0;
    text-align: center;
    width: calc(100% - 130px);
  }  
  
  .mainteUl01 li .box02 small{
    font-size: 18px;
  }  

  .mainteText01{
    text-align: center;
    color:#DB3E3D;
    font-size: 32px;
    font-weight: 600;
  }
  
  .mainteText02{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }  
    
  .mainteCont01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
    border:3px solid #DB3E3D;
    border-radius: 30px;
  }
  
  .mainteCont01 .box01,
  .mainteCont01 .box02{
    width: calc(50% - 10px);
  }  

  .fontMini{
    font-size: 12px !important;
    font-weight: normal !important;
  }
  
  .maintesec05Ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  
  .maintesec05Ul li{
    width:calc((100% - 30px) / 3);
  }
  
  .maintesec05Ul li .img{
    line-height: 0;
  }
  
  .maintesec05Ul li .text{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-size: 20px;
    background: #DB3E3D;
    height: 85px;
  }


  .mt10{
    margin-top:10px;
  }
  
  .mt30{
    margin-top:30px;
  } 

.f_normal{
  font-weight: normal;
}
  
  .mainteDl{
    border-radius: 30px;
    border:#FCD475 solid 3px;
    overflow: hidden;
    margin-top: 20px;
  }
  
  .mainteDl dt{
    padding: 15px 20px;
    background: #FCD475;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
  } 
  
  .mainteDl dt small{
    font-size: 16px;
    align-items: normal;
  }   
  
  .mainteDl dd{
    padding: 20px;
  }
  
  .mainteDl li{
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 30px;
  }
  
  .mainteDl li img{
    position: absolute;
    top:5px;
    left: 0;
  }  

  .mainteSubTitle{
    font-weight: 600;
    margin-top: 30px;
  }
  
  .mainteSubTable{
    width: 100%;
  }
  
  .mainteSubTable th{
    padding: 5px 0;
    border-bottom:1px dashed #000000;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
  }
  
  .mainteSubTable td{
    padding: 5px 0;
    border-bottom:1px dashed #000000;
    font-size: 16px;
    text-align: right;
  }  
  
  .redText{
    font-weight: 600;
    color:#DB3E3D;
    font-size: 20px;
    text-align: center;
  }

.lastSec{
  padding-bottom: 100px;
}
  

.inssec01{
    width: 90%;
    background-color:#FFE6C6;
    background-image:url("../images/new/insImg01@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio:1/0.289;
    height: auto;
    display: flex;
    justify-content: flex-end;
  align-items: center;
  }  

.inssec01 .box01{
    width: 45%;
  padding:0 10px;
  text-align: center;
  } 
  
.inssec01 .text01{
    font-size: 24px;
    margin-bottom: 10px;
  } 
  
.inssec01 .text02{
    font-size: 35px;
  padding-bottom: 20px;
    margin-bottom: 20px;
  color:#DB3E3D;
  position: relative;
  }

.inssec01 .text02:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom:0;
  left: 0;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  }

  .inssec01text{
    text-align: center;
    margin-top: 60px;
  } 
  
  .inssec01text .text01{
    font-weight: 600;
    font-size: 28px;
    color:#DB3E3D;
  } 
  
  .inssec02Cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .inssec02Cont .box01,
  .inssec02Cont .box02{
    width: 50%;
  }  

.inssec03{
  background-image: url("../images/new/insBg@2x.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}

  .inssec03ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .inssec03ul li{
    border-radius: 30px;
    border:3px solid #DB3E3D;
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
    overflow: hidden;
    background: #ffffff;
  }  
  
  .inssec03ul li .elm01{
    padding: 20px 0;
    text-align: center;
    color:#ffffff;
    font-weight: 600;
    font-size: 20px;
    background: #DB3E3D;
  }  
  
  .inssec03ul li img{
    width: 100%;
  }
  
  .inssec03ul li .elm02{
    line-height: 0;
  }  
  
  .inssec03ul li .elm03{
    padding: 20px;
    line-height: 1.5em;
    font-size: 16px;
    background: #ffffff;
  }  

  .inssec04text{
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
  } 
  
  .inssec04ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  
  .inssec04ul li{
    display: flex;
    justify-content: space-between;
    width: calc(50% - 15px);
    border-radius: 30px;
    overflow: hidden;
  }
  
  .inssec04ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:100%;
    height: 255px;
    background-size: cover;
    background-position: center;
  }  

  .inssec04ul .elm01{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#ffffff;
  }
  
  .inssec04ul .elm02{
    width: 240px;
    font-size: 16px;
    font-weight: 600;
    color:#000000;
    margin: auto;
    background: #ffffff;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .inssec04ul .elm02:after{
    content:" ";
    width: 10px;
    height: 10px;
    border-top:2px solid #000000;
    border-right:2px solid #000000;
    position: absolute;
    transform: rotate(45deg);
    right: 30px;
    top:calc(50% - 5px);
  } 

  .newslistUl{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }  
  
  .newslistUl li{
    margin-bottom: 40px;
    width: calc((100% - 40px) / 3);
  }
  
  .newslistUl li:nth-child(3n + 2){
    margin-left: 20px;
    margin-right: 20px;
  }  
  
  .newslistUl .box01{
    width: 100%;
    background-size: cover;
    background-position: center;
    height:auto;
    aspect-ratio:1 / 0.712;
    margin-bottom: 8px;
  } 
  
  .newslistUl .box02{
    font-size: 14px;
    text-align: right;
    margin-bottom: 8px;
    color:#DB3E3D;
  } 
  
  .newslistUl .box03{
    font-size: 16px;
    line-height: 1.5em;
    color:#000000;
  }   
  
  
  .pagenation{
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    align-content: center;
  }
  
  .pagenation .before,
  .pagenation .after{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
    background: #DB3E3D;
    color:#ffffff;
    text-decoration: none;
    margin:0 8px;
  }
  
  .pagenation .num{
    padding: 10px;
    font-weight: bold;
    margin:0 3px;
    text-decoration: none;
    color:#000000;
  }
  
  .pagenation .num.active{
    border-bottom: 2px solid #DB3E3D;
  }

  .newsTitle{
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .newspageSec_date{
    padding-bottom: 30px;
    text-align: right;
    font-size: 16px;
    color:#999999;
    position: relative;
    margin-bottom: 30px;
  }
  
  .newspageSec_date:after{
    content:" ";
    width: 100%;
    height: 10px;
    border-top:1px solid #DB3E3D;
    border-bottom:1px solid #DB3E3D;
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
  } 
  
  .newspageSec_catch{
    text-align: center;
    margin-bottom: 30px;
  }
  
  .newsCont{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .newsCont:after{
    content:" ";
    width: 100%;
    height: 10px;
    border-top:1px solid #DB3E3D;
    border-bottom:1px solid #DB3E3D;
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
  } 
  
  .pagerCont{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .pagerCont * div{
    width: calc(100% / 3);
  }
  
  .pagerCont .box01 a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color:#000000;
  }
  
  .pagerCont .box01 img{
    display: inline-block;
    margin-right: 10px;
  }
  
  .pagerCont .box02 a{
    display: flex;
    justify-content: center;
    color:#000000;
  }
  
  .pagerCont .box03 a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color:#000000;
  }
  
   .pagerCont .box03 img{
    display: inline-block;
    margin-left: 10px;
  }
  
  .newsSub{
    margin-top: 80px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size:28px;
  }

  .sheetsec01cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
  
  .sheetsec01cont .box01,
  .sheetsec01cont .box02{
    width: calc((100% - 40px) / 2);
    font-weight: normal;
  } 

  .sheetsec02{
    padding: 50px 0;
    background: rgba(255 230 198 / 50%);
  }
  
  .sheetsec02List{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .sheetsec02List li{
    width: calc((100% - 60px) / 5);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  
  .sheetsec02List li:nth-child(5n + 5),
  .sheetsec02List li:last-child{
    margin-right:0;
  }  
  
  .sheetsec02List li .pt01{
    position: relative;
  }  
  
  .sheetsec02List li .pt01:after{
    content:" ";
    width: 10px;
    height: 30px;
    background:#DB3E3D;
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    top:calc(50% - 15px);
    right:-12px;
    display: block;
  }   
  
  .sheetsec02List li:nth-child(5n + 5) .pt01:after,
  .sheetsec02List li:last-child .pt01:after{
    content:none;
  }   
  
  .sheetsec02List li .pt02{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .sheetsec02List li .pt02 span{
    display: inline-block;
    padding: 3px 5px;
    height: 30px;
    width: 30px;
    color:#ffffff;
    background: #DB3E3D;
    margin-right: 8px;
    border-radius: 100px;
    text-align: center;
  }


  .sheetsec03Text{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight:normal;
  }

  .loanText02{
    text-align: center;
    font-weight: 600;
    margin-bottom:20px;
    font-size: 24px;
    color:#DB3E3D;
    margin-top: 20px;
  }
  
  .sheetsec04cont{
    padding: 30px;
    padding-top: 0;
    border-radius: 30px;
    border:#DB3E3D solid 2px;
  }
  
  .mb0{
    margin-bottom: 0 !important;
  }
  
  .sheetsec04contTable{
    border-radius: 30px;
    overflow: hidden;
  }
  
  .sheetsec04cont .pt01{
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .sheetsec04cont .pt01 span{
    font-size: 20px;
    font-weight: 600;
    display: inline;
    padding: 8px 0;
    background: linear-gradient(to top,rgba(219 62 61 / 20%) 0%,rgba(219 62 61 / 20%) 30%,rgba(219 62 61 / 0%) 30%);
    text-align: center;
  }  

  .sheetsec05cont{
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  
  .sheetsec05cont img{
    min-width: 1000px;
    width: 100%;
  }

  .usedSecText{
    text-align: center;
    margin-bottom: 20px;
  }
  
  .usedSecText .pt01{
    font-size: 28px;
    font-weight: 600;
    color:#DB3E3D;
  }  
  
  .usedSecText .pt02{
    font-size: 20px;
    font-weight: 600;
    color:#DB3E3D;
  }  
  
  .usedSecText .pt03{
    font-size: 16px;
    font-weight: normal;
  }  
  
  .usedList{
    display: flex;
    flex-wrap: wrap;
  }
  
  .usedList li{
    width:calc((100% - 30px) / 3);
    margin-bottom: 30px;
    padding: 10px;
    border:1px solid #DB3E3D;
    margin-right: 15px;
  }
  
  .usedList li:nth-child(3n + 3),
  .usedList li:last-child{
    margin-right: 0;
  }
  
  .usedList li .pt01{
    width: calc(100% + 22px);
    position: relative;
    top:-11px;
    left: -11px;
    aspect-ratio:1 / 0.767;
    height: auto;
    overflow: hidden;
  } 
  
  .usedList li .pt01 img{
    width: 100%;
  }
  
  .usedList li p.pt02{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }  
  
  .usedList li p.pt02 span{
    display: inline-block;
    margin-right: 8px;
    color:#ffffff;
    padding: 3px 10px;
    border-radius: 10px;
    background: #DB3E3D;
  } 
  
  .usedList li .pt03{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  } 
  
  .usedList li .pt04{
    font-size: 51px;
    font-weight: 600;
    text-align: right;
    line-height: 0.5em;
    margin-bottom: 20px;
  } 
    
  .usedList li .pt04 .ft01{
    font-size: 18px;
  } 
  
  .usedList li .pt04 .ft02{
    font-size: 21px;
  }   
  
  .usedList li .pt05{
    display: flex;
    justify-content: space-between;
  }   
  
  .usedList li .pt05 .box{
    display: flex;
    align-items: center;
    width: calc((100% - 10px) / 2);
    padding: 10px;
    background: #DB3E3D;
    color:#ffffff;
  }
  
  .usedList li .pt05 .box .ft01{
    font-size:13.5px;
    text-align: center;
    display: inline-block;
  }  
  
  .usedList li .pt05 .box .ft02{
    font-size:32px;
    text-align: center;
    margin:0 5px;
    display: inline-block;
  }  
  
  .usedList li .pt05 .box .ft03{
    font-size:18px;
    text-align: center;
    display: inline-block;
    padding-top: 15px;
  } 
  
  .usedList li .pt06{
    display: flex;
    padding: 5px;
    margin-bottom: 10px;
    border-top:1px dashed #DB3E3D;
    border-bottom:1px dashed #DB3E3D;
    font-weight: normal;
    margin-top: 10px;
  }
  
  .usedList li .pt06 span{
    display: inline-block;
    font-weight: 600;
    width: 100px;
  }
  
  .btnWrap {
    width: 100%;
  }

  .mainte_b_bnr{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }  
  
  .mainte_b_sec01Text{
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    color:#DB3E3D;
  }
  
  .mainte_b_sec01Img{
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .mainte_b_sec02Wrap{
    width: 100%;
    overflow-x: scroll;
  }
  
  .mainte_b_sec02Wrap img{
    min-width: 1000px;
  }
  
  .mainteCv{
    height: 275px;
    background: url("../images/new/mainte_bImg04.png");
    background-position: center;
    background-size: cover;
  }

.linkBtn.pt02 {
    width: 320px;
    margin: auto;
}

  .mainteCvTitle{
    position: relative;
    text-align: center;
    top:-20px;
    line-height: 1.5em;
    padding-bottom: 20px;
  }
  
  .mainteCvSec{
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    border:3px solid #DB3E3D;
    max-width: 676px;
    width: 100%;
    margin: auto;
  }
  
  .mainteCvSec .pt01{
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
  }

  .mainte_b_sec04Cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: auto;
    max-width: 800px;
    border-radius: 30px;
    border:solid 3px #DB3E3D;
  }
  
  .mainte_b_sec04Cont .box01{
    width: calc((100% - 30px) / 2);
  }
  
  .mainte_b_sec04Cont .text01{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    color:#DB3E3D;
  }
  
  .mainte_b_sec04Cont .text02{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .mainte_b_sec05Cont01{
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  
  .mainte_b_sec05Cont01 p{
    width: calc(100% - 30px);
  } 
  
  .mainte_b_sec05Cont02{
    padding: 30px;
    background: linear-gradient(to top,#F4D4CA 0%,#ffffff 100%);
    border-radius:0 0 30px 30px;
  }
  
  .mainte_b_sec05Cont02_title{
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color:#DB3E3D;
  }
  
  .mainte_b_sec05Cont02_title span{
    display: inline-block;
    padding: 3px 10px;
    border-radius: 100px;
    font-weight: normal;
    font-size: 18px;
    color:#ffffff;
    background: #DB3E3D;
  }
  
  .mainte_b_flexBox{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  
  .mainte_b_flexBox .box{
    padding: 10px 30px;
    height: 190px;
    width: calc((100% - 30px) / 2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    border:3px solid #DB3E3D;
  }
  
  .mainte_b_flexBox .box .pt01{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .mainte_b_flexBox .box .pt02{
    font-weight: normal;
    font-size: 18px;
  }  
  
  .mainte_b_flexBox .box .inner01{
    width: 60%;
  }
  
  .mainte_b_flexBox .box .inner02{
    width: 40%;
  }  

.mainte_b_sec05Cont03{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.mainte_b_sec05Cont03 p:nth-child(1){
  width:48%;
}

.mainte_b_sec05Cont03 p:nth-child(2){
  width:50%;
}

.pagerCont .box01,
.pagerCont .box02,
.pagerCont .box03{
  width: calc(100% / 3);
}

.red { color:#f0003c !important; }
.f18 { font-size:18px !important; line-height:1.7; }
.f20 { font-size:20px !important; line-height:1.7; }
.f25 { font-size:25px !important; line-height:1.7; }
.f27 { font-size:25px !important; line-height:1.7; }
.f28 { font-size:25px !important; line-height:1.7; }
.f29 { font-size:25px !important; line-height:1.7; }
.f30 { font-size:30px !important; line-height:1.7; }
.f40 { font-size:40px !important; line-height:1.7; }
.bb { font-weight:bold; }