﻿

/* *********************************
FileName: style.css
UpdatedBy: -
*********************************** */

/* *********************************
特記事項：

*********************************** */

@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Hammersmith+One&display=swap');



/* !View
----------------------------------- */
.viewPc{
  display: block;
}
.viewSp{
  display: none;
}

.mb30{
  margin-bottom: 30px;
}

span.red{
  color: #E63830;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .viewPc{
    display: none;
  }
  .viewSp{
    display: block;
  }
}

/* !Layout
----------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
 font-size: 1.4rem;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 color: #000;
}

a {
  color: #20AEE5;
}
a:hover {
  text-decoration: none;
}

/* 001: レイアウト
********************************************************************** */

/* 見出し */
.contents_inner h2 {
  font-size: 6rem;
  font-family: 'Hammersmith One', sans-serif;
  margin-bottom: 20px;
  line-height: 1;
}
.contents_inner h3.icon {
  font-size: 2.2rem;
  background-color: #E73830;
  border-radius: 25px;
  line-height: 1;
  padding: 15px 40px 12px;
  margin-bottom: 40px;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 768px) {

  .contents_inner h2 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
  .contents_inner h3.icon {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

}

/* その他 */
.caps{
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

span.marker{
  background-color: #FFD15F;
}

/* !Header,Footer
------------------------------------------------------- */

/* header */
.header{
  padding: 20px 0;
  width: 100%;
}
.header h1{
  float: left;
  padding-left: 30px;
  /* position: fixed; */
  z-index: 999;
}
.header .inq{
  float: right;
  padding: 10px 30px 0 0;
}
.lead{
  font-size: 3rem;
  background-color: #0477C4;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 30px 0 25px;
}

@media screen and (max-width: 768px) {
  .header{
    padding: 20px 0;
    position: static;
  }
  .header h1{
    padding: 0 10px;
    position: relative;
  }
  .header .inq{
    padding: 0 10px 0 0;
  }
  .lead{
    font-size: 2rem;
    padding: 25px 0 20px;
  }
}

/* footer */
footer{
  color: #fff;
  padding: 0;
  padding: 0;
  text-align: center;
}

footer div{
  padding: 40px 0;
  margin: 0;
  font-size: 3rem;
  background-color: #025993;
}
footer div p + p{
  padding-top: 20px;
}
footer .copy {
  padding: 20px 0 40px;
  text-align: center;
  font-family: 'Hammersmith One', sans-serif;
  font-size: 1.8rem;
  background-color: #025993;
}

@media screen and (max-width: 768px) {

  footer {}
  footer dl,footer .copy{
    font-size: 1.2rem;
  }
  footer div{
    padding: 20px;
    margin: 0;
    font-size: 1.6rem;
  }

}


/* !Inner
------------------------------------------------------- */
.contents_inner {
  position: relative;
  box-sizing: boder-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 50px;
  color: #000;
  text-align: center;
  z-index: 99;
}
.contents_inner2 {
  position: relative;
  box-sizing: boder-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #000;
  text-align: center;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .contents_inner {
    padding: 50px 0 30px;
  }
}

/* !Contents
------------------------------------------------------- */

.mainarea {
  position: relative;
  background: url(../images/main_bg.jpg) 100% 100% no-repeat;
  background-size: cover;
  background-color:#F2F2F2;
  margin:0;
  padding:0;
}
.mainarea .contents_inner {
  padding: 0;
  width: 100%;
  max-width: 1340px;
  min-height: calc(100vh - 80px);
  text-align: left;
}

.mainarea .contents_inner .txtbox{
  padding: 50px 0;
  position: relative;
  z-index: 10;
  float: left;
  text-align: center;
  max-width: 50%;
}
.mainarea .contents_inner .txtbox .t01{
  margin-bottom: 80px;
}
.mainarea .contents_inner .txtbox .t02{
  margin-bottom: 30px;
}
.mainarea .contents_inner .txtbox .t03{
  margin-bottom: 80px;
}

.mainarea .contents_inner .picbox{
  float: right;
  max-width: 50%;
  position: relative;
  padding: 50px 0;
}
.mainarea .contents_inner .picbox .t04{
  float: left;
  padding-bottom: 60px;
}
.mainarea .contents_inner .picbox .t05{
  float: left;
  padding:40px 0 0 40px;
}
.mainarea .contents_inner .picbox .t06{
}

.mainarea a:hover img{
  opacity: 0.8;
  transform: scale(1.05,1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .mainarea {
    background: url(../images/main_bg.jpg) 50% 0 no-repeat;
  }
  .mainarea .contents_inner {
    background: url(../images/main_img2.png) 50% 96% no-repeat;
    background-size: 50%;
    min-height: auto;
    height: 92vh;
  }
  .mainarea h1 {
    max-width: 180px;
  }
  .mainarea .inq {
    max-width: 160px;
  }
  .mainarea .contents_inner .txtbox{
    padding: 20px 20px 0;
    text-align: center;
    max-width: 100%;
    float: none;
  }
  .mainarea .contents_inner .txtbox .t01{
    margin-bottom: 20px;
  }
  .mainarea .contents_inner .txtbox .t02{
    margin-bottom: 20px;
  }
  .mainarea .contents_inner .txtbox .t03{
    margin-bottom: 30px;
  }
  .mainarea .contents_inner .txtbox .btn{
    margin-bottom: 30px;
  }
  
  .mainarea .contents_inner .picbox{
    float: none;
    max-width: 100%;
    position: relative;
    padding: 0;
  }
  .mainarea .contents_inner .picbox .t04{
    float: none;
    padding-bottom: 0;
    width: 100px;
    position: absolute;
    top: -10px;
    left: 9%;
  }
  .mainarea .contents_inner .picbox .t05{
    float: none;
    padding:0;
    width: 230px;
    position: absolute;
    top: 5px;
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .mainarea .contents_inner {
    background: url(../images/main_img2.png) 50% 96% no-repeat;
    background-size: 80%;
    min-height: auto;
    height: 92vh;
  }
}
@media screen and (max-width: 375px) {
  .mainarea .contents_inner {
    background-size: 40%;
  }
  .mainarea .contents_inner .picbox .t05{
    width: 200px;
  }
}

.bgwrap {
  position: relative;
}
.bgwrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bc02.png) 50% 400px no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bgwrap:before {
    background: url(../images/bc02.png) 50% 0 no-repeat;
  }
}

/* .contents1 */
.contents1 {
  position: relative;
  overflow: hidden;
  margin:0;
  padding:0;
}
.trouble{
  background: url(../images/c01_bg01.png) 50% 0 no-repeat;
}
.trouble .tr_list{
  background: url(../images/c01_bg02.png) 50% 50% no-repeat;
  min-height: 500px;
}

.trouble .tr_list li.list01 { position: absolute; top: 94px; left: calc(50% - 30em); }
.trouble .tr_list li.list02 { position: absolute; top: 94px; left: calc(50% + 11em); }
.trouble .tr_list li.list03 { position: absolute; top: 228px; left: calc(50% - 34em); }
.trouble .tr_list li.list04 { position: absolute; top: 228px; left: calc(50% + 15.5em); }
.trouble .tr_list li.list05 { position: absolute; top: 348px; left: calc(50% - 30.5em); }
.trouble .tr_list li.list06 { position: absolute; top: 360px; left: calc(50% + 11.5em); }


.trouble .tr_list li p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .contents1 {
    padding: 0 0 ;
  }
  .contents1 .contents_inner {
    padding: 0;
  }
  .trouble{ padding-bottom: 40px;}
  .trouble .tr_list{
    background: url(../images/sp_c01_bg02.png) 50% 60px no-repeat;
    background-size: 30%;
    min-height: auto;
    padding-top: 260px;
  }
  .trouble .tr_list li.list01 { position: relative; top: auto; left: auto; }
  .trouble .tr_list li.list02 { position: relative; top: auto; left: auto; }
  .trouble .tr_list li.list03 { position: relative; top: auto; left: auto; }
  .trouble .tr_list li.list04 { position: relative; top: auto; left: auto; }
  .trouble .tr_list li.list05 { position: relative; top: auto; left: auto; }
  .trouble .tr_list li.list06 { position: relative; top: auto; left: auto; }

  .trouble .tr_list li{
    border: 4px solid #0477C4;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    padding: 10px 20px;
  }

}

/* .contents2 */
.contents2 {}
.contents2 ul {
  display: flex;
  margin-bottom: 20px;
}
.contents2 ul li {
  flex: auto;
}
.contents2 p {
  text-align: left;
  font-size: 1.2em;
  padding-left: 2.5vw;
}

@media screen and (max-width: 768px) {
  .contents2 {
    padding: 0 20px ;
    background: none;
  }
  .contents2 ul {
    display: block;
    margin-bottom: 0;
  }
  .contents2 ul li {
    margin-bottom: 20px;
  }

}

/* .contents3 */
.contents3 {
  margin:0;
  padding: 40px 0 150px;
  background: url(../images/bc05.png) 0 100% no-repeat;
  background-color: #D6F1FC;
  background-size: cover;
}
.contents3 .bluebox {
  position: relative;
  border: 4px solid #0477C4;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 40px 40px;
  margin: 0 45px;
}
.contents3 .bluebox h2 {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
}
.contents3 .bluebox h3 {
  display: inline-flex;
  font-size: 1.8em;
  color: #0477C4;
  border-bottom: 4px solid #0477C4;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.contents3 .bluebox .ttl {
  font-size: 1.8em;
  padding: 30px 0 20px;
}
.contents3 .bluebox .price {
  padding: 30px 0;
}
.contents3 .bluebox .text {
  font-size: 1.4em;
  text-align: left;
  padding-bottom: 20px;
}
.contents3 .bluebox .caps {
  padding-top: 10px;
  text-indent: -2em;
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .contents3 {
    padding: 0;
    background-size: contain;
  }
  .contents3 .bluebox {
    padding: 20px;
    margin: 0 20px;
  }
  .contents3 .bluebox h2 {
    padding: 0 20px;
    top: -36px;
  }
  .contents3 .bluebox h3 {
    font-size: 1.4em;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .contents3 .bluebox .ttl {
    font-size: 1.4em;
    padding: 30px 0 20px;
  }
  .contents3 .bluebox .text {
    font-size: 1.2em;
    padding-bottom: 20px;
  }
  .contents3 .bluebox .caps {
    padding-top: 0;
  }

}

/* .contents4 */
.contents4 {
  background: url(../images/webs_bg01.jpg) 0 0 no-repeat;
  background-size: cover;
  background-color: #D6F1FC;
  margin: 0;
  padding: 40px 0;
}
.contents4 h3 {
  font-size: 3rem;
  background-color: #004D98;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  padding: 20px 0 15px;
}
.contents_inner2 h4 {
  background: url(../images/webs_bg02.png) 0 0 no-repeat;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 10px 18px 20px;
  min-width: 620px;
  position: absolute;
  top: 15px;
  left: -16px;
}
.contents4 dl{
  padding: 0 0 40px;
  position: relative;
}
.contents4 dl dt {
  float: left;
  width: 60%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}
.contents4 dl dt .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 20px 20px;
}
.contents4 dl dd {
  float: right;
  width: 38%;
}

@media screen and (max-width: 768px) {
  .contents4 {
    padding: 40px 20px 20px;
  }

  .contents4 h3 {
    font-size: 1.5rem;
    padding: 20px 10px 15px;
    margin-bottom: 15px;
  }
  .contents4 .contents_inner2 h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 5px 10px 18px 20px;
    min-width: auto;
  }
  .contents4 dl{
    padding: 0;
  }
  .contents4 dl dt {
    float: none;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .contents4 dl dd {
    float: none;
    width: 100%;
  }
  .contents4 dl dt .btn a{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0 8px;
    width: 100%;
    text-align: center;
  }
}

/* .contents6 */
.contents6 {
  margin: 0;
  padding: 40px 0 0;
}
.contents6 .contents_inner2 h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1;
}

.contents6 p {
  font-size: 1.8rem;
}
.contents6 .btn {
  padding-top: 60px;
}
.contents6 .btn a:hover {
  opacity: 0.8;
}
.contents6 .privacy{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {

  .contents6 {
    padding: 60px 20px 0;
  }
  .contents6 .contents_inner2 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .contents6 p {
    font-size: 1.4rem;
  }
  .contents6 .btn {
    padding-top: 30px;
  }

}

/* .contents7 */
.contents7 {
  position: relative;
  margin: 0;
  padding: 0;
}
.contents7 .arrow {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
.contents7 .ttl {
  padding: 0 0 30px;
}
.contents7 .text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 80px;
}
.contents7 ul {
  display: flex;
  margin-bottom: 40px;
}
.contents7 ul li {
  flex: auto;
}
.contents7 ul li h4 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding: 20px 0 15px;
}
.contents7 ul li .svtext {
  font-size: 1.6rem;
}
.contents7 .btn {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contents7 .ttl {
    padding: 0 20px 20px;
  }
  .contents7 .text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: left;
  }
  .contents7 ul {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0 ;
  }
  .contents7 ul li {
    width: 38%;
    margin: 0 3% 20px;
  }
  .contents7 ul li h4 {
    font-size: 1.6rem;
    padding: 15px 0 10px;
  }
  .contents7 ul li .svtext {
    font-size: 1.4rem;
  }
  .contents7 .caps {
    margin: 0 20px;
  }
}


/* .contents8 */

.contents8 {
  margin: 0;
  padding: 0 0 40px;
}
.contents8 ul {
  display: flex;
  padding-top: 40px;
}
.contents8 ul li {
  flex: auto;
}

@media screen and (max-width: 768px) {
  .contents8 {
    padding: 0 20px 80px;
    background-color: #D6F1FC;
  }
  .contents8 ul {
    display: block;
    padding-top: 0;
  }
  .contents8 ul li {
    margin-top: 20px;
  }
}

/* コンテンツ */
.contents_inner .pic {
  margin-bottom: 70px;
}
.contents_inner .txt01 {
  font-size: 2.8rem;
  margin-bottom: 80px;
  line-height: 1.8;
}
.contents_inner .txt02 {
  font-size: 2.0rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {

  .contents_inner .txt01 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: left;
  }
  .contents_inner .txt02 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

}

/*トップへ戻るボタン*/
.topBtn {
  position:fixed;
  bottom:20px;
  right:20px;
  display:block;
  z-index: 9999;
  text-align: right;
}
.topBtn a:hover {
  opacity:0.7;
}

@media screen and (max-width: 768px) {

  .topBtn {
    max-width: 60px;
    right:10px;
  }
  .topBtn img {
    width: 100%;
    height: auto;
  }

}

/*layout*/
.wrapper {
  position:relative;
}
.privacybox{
  padding-bottom: 20px;
  position: relative;
  top: -40px;
}

/* List Area */
.list_area{
  padding: 100px 0;
}
.list_area h2{
  font-size: 2.5rem;
  text-align: center;
  color: #40A9A5;
  font-weight: bold;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {

  .list_area{
    padding: 40px 0;
  }
  .list_area h2{
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

}

.box-parent {
  width:100%;height:auto;
  max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;/*折り返し指定*/
  justify-content:space-between;/*子要素を均等に配置して余白を設ける*/
  max-width:1120px;margin:0 auto;/*装飾用*/
}
.box-child {
  position: relative;
  width:32%;height:auto;
  display:flex;/*装飾用*/
  flex-direction:column;/*装飾用*/
  border:1px solid #ccc;/*装飾用*/
  border-radius:5px;/*装飾用*/
  padding-bottom:0;/*装飾用*/
  z-index: 1;
}
.box-child h3 {
  width:100%;
  height:auto;
  font-size: 1.6rem;
  font-weight: bold;
  padding:20px 20px 0;box-sizing:border-box;/*装飾用*/
  display:flex;justify-content:center;align-items:center;/*装飾用*/
}
.box-img {
  width:100%;height:auto;
  position:relative;
  overflow: hidden;
}
.box-text {
  flex-grow:1;/*子要素の高さ調整のための指定*/
  padding:20px;box-sizing:border-box;/*装飾用*/
  text-align: left;
}
.box-child a {
  text-decoration: none;
  color: #333;
}
.box-child a:hover {
  text-decoration: underline;
}
.box-child a:hover img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.box-child a:hover img {
  transform: scale(1.1); /* 拡大 */
}

.list_area .btn{
  margin-top: 40px;
  text-align: center;
}
.list_area .btn a{
  position: relative;
  background-color: #40A9A5;
  border: 1px solid #40A9A5;
  color: #fff;
  min-width: 320px;
  font-size: 2.5rem;
  border-radius:30px;
  text-decoration: none;
  line-height:1;
  padding: 17px 15px 15px 0;
  text-align: center;
  display: inline-block;
  transition: all 0.3s 0s ease;
}
.list_area .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.list_area .btn a:hover{
  background-color: #fff;
  color: #40A9A5;
}
.list_area .btn a:hover::after {
  border-top: 2px solid #40A9A5;
  border-right: 2px solid #40A9A5;
}

@media screen and (max-width: 1360px) {
  .box-parent {
    width:90%;
    max-width:initial;
  }
}
@media screen and (max-width: 1280px) {
  .box-child {
    width:49%;
  }
  .box-child:nth-of-type(n+3) {
    margin-top:30px;
  }
}
@media screen and (max-width: 680px) {
  .box-child {
    width:100%;
  }
  .box-child:nth-of-type(n+2) {
    margin-top:30px;
  }
}

.pict{
  padding: 60px 0;
}
.pict img{
  width: 100%;
}




/* .ctnew01 */
.ctnew01 {
  position: relative;
  margin: 0;
  padding: 0 0 40px;
  background-color: #F5F6F8;
}
.ctnew01 .arrow {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
.ctnew01 .ttl {
  padding: 0 0 30px;
}
.ctnew01 .text {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
}
.ctnew01 dl{
  padding: 0 70px 60px;
}
.ctnew01 dt{
  float: left;
  width: 46%;
  margin-left: 4%;
}
.ctnew01 dd{
  float: right;
  width: 48%;
}

.ctnew01 h3.br,
.ctnew02 h3.br,
.ctnew03 h3.br{
  border-bottom: 2px solid #E73830;
  padding-bottom: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 50px 30px;
}
.ctnew01 .text2,
.ctnew02 .text2,
.ctnew03 .text2{
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  padding:0 70px;
}

@media screen and (max-width: 768px) {

  .ctnew01 .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ctnew01 dl{
    padding: 0 20px 30px;
  }
  .ctnew01 dt{
    float: none;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .ctnew01 dd{
    float: none;
    width: 100%;
  }
  .ctnew01 h3.br,
  .ctnew02 h3.br,
  .ctnew03 h3.br{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 20px 20px;
  }
  .ctnew01 .text2,
  .ctnew02 .text2,
  .ctnew03 .text2{
    font-size: 1.4rem;
    line-height: 1.5;
    padding:0 20px;
  }

}


/* .ctnew02 */
.ctnew02 {
  position: relative;
  margin: 0;
  padding: 0 0 40px;
  background-color: #C0ECF6;
}
.ctnew02 .arrow {
  text-align: center;
}
.ctnew02 .ttl {
  padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .ctnew02 .pic {
    padding: 0 20px 20px;
    margin: 0;
  }

}

/* .ctnew03 */
.ctnew03 {
  position: relative;
  margin: 0;
  padding: 0 0 40px;
}
.ctnew03 .arrow {
  text-align: center;
}
.ctnew03 .ttl {
  padding: 0 0 30px;
}

.ctnew03 dl{
  padding: 20px 0 40px;
}
.ctnew03 dt{
  float: left;
  width: 70%;
}
.ctnew03 dd{
  float: left;
  width: 29%;
}
.ctnew03 dl li{
  padding-top: 40px;
}
.ctnew03 dl li + li{
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
.ctnew03 dl{
  padding: 20px;
}
.ctnew03 dt{
  float: none;
  width: 100%;
}
.ctnew03 dd{
  float: none;
  width: 75%;
  margin: 0 auto;
}
.ctnew03 dl li{
  padding: 0 0 30px;
}
.ctnew03 dl li + li{
  padding-top: 0;
}

}

.new::before{
  position: absolute;
  content: "NEW";
  background-color: crimson;
  padding: 5px 25px;
  color: #fff;
  font-weight: bold;
  max-width: 80px;
  z-index: 10;
}


