/* reset css start*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a, button {
  cursor: revert;
}
ol, ul, menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input, textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
/*reset css end*/
.comClearfix::after {
  content: "";
  display: block;
  clear: both;
}
.comFlexItemWrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body{
  color:#232323;
  font-family:"Yu Gothic", YuGothic, Meiryo, Verdana, apple-system, BlinkMacSystemFont, "Helvetica Neue","M+ 1p", sans-serif;
  overscroll-behavior-y: none;
}
body.en{
  font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 言語切替ボタン */
.csLangSwitch {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  display: flex;
  gap: 4px;
}
@media screen and (max-width:1050px) {
  .csLangSwitch {
    margin-top: 20px;
    margin-right: 10px;
  }
}
.csLangSwitch a {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue";
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.csLangSwitch a.active {
  background-color: #CF251C;
  color: #fff;
}
.csLangSwitch a:not(.active) {
  background-color: #f0f0f0;
  color: #333;
}
.csLangSwitch a:not(.active):hover {
  background-color: #ddd;
}
header.csHeader{
  height:90px;
  width:100%;
  background-color:#fff;
  position:fixed;
  top:0px;
  left:0px;
  z-index:2;
}
@media screen and (max-width:1050px) {
  header.csHeader{
    height:70px
  }
}
.csHeaderLogo{
  margin-left:75px;
  margin-top:18px;
  display:inline-block;
}
@media screen and (max-width:1050px) {
  .csHeaderLogo{
    margin-left:20px;
    margin-top:21px;
  }
}
.csHeaderLogo img{
  height:54px;
}
@media screen and (max-width:1050px) {
  .csHeaderLogo img{
    height:28px;
  }
}
.csHdNav{
  float:right;
  margin-top:18px;
}
@media screen and (max-width:1050px) {
  .csHdNav{
    display:none;
  }
}
a.csHdHmb,a.csHdHmb:hover{
  display:none;
}
@media screen and (max-width:1050px) {
  a.csHdHmb,a.csHdHmb:hover{
    float:right;
    display:inline-block;
    text-decoration:none;
    margin-top:15px;
    margin-right:20px;
  }
  a.csHdHmb img{
    width:40px;
  }
}
.csHdNav ul li{
  float:left;
  margin-right:40px;
  line-height:54px;
  font-size:20px;
  font-weight:bold;
  font-family:"Helvetica Neue";
  letter-spacing:0.05em;
}
/* .csHdNav ul li:last-child{
  margin-right:70px;
}
.csHdNav ul li:last-child a,.csHdNav ul li:last-child a:hover{
  text-decoration:none;
  background-color:#fff;
  color:#CF251C;
  display:inline-block;
  border-radius:10px;
  border:2px #CF251C solid;
  box-sizing:border-box;
  height:54px;
  line-height:52px;
  width:174px;
  text-align:center;
  box-sizing:border-box;
} */
section.csSecTop{
  width:100%;
  max-width:100%;
  margin:90px auto 0px;
  padding:0px;
  background-color:#fff;
  overflow:hidden;
}
section.csSecTop img:nth-child(1){
  width:100%;
  height:auto;
  display:block;
}
section.csSecTop img:nth-child(2){
  display:none;
}
@media screen and (max-width:1050px) {
  section.csSecTop{
    margin:70px auto 0px;
    padding:0px;
  }
  section.csSecTop img:nth-child(1){
    display:none;
  }
  section.csSecTop img:nth-child(2){
    width:100%;
    height:auto;
    display:block;
  }
}
section.csSecDf,.csSecDfW{
  /* max-width:1920px; */
  margin:0px auto;
  background-color:#fff;
}
.csSecDfW section{
  background-color:rgba(255,255,255,0.74);
}
section.csSecDf > div{
  max-width:1400px;
  margin:0px auto;
  padding-top:115px;
  padding-bottom:140px;
}
@media screen and (max-width:768px) {
  section.csSecDf > div{
    padding-top:80px;
    padding-bottom:80px;
  }
}
@media screen and (max-width:1480px) {
  section.csSecDf > div{
    margin-left:50px;
    margin-right:50px;
  }
}
@media screen and (max-width:768px) {
  section.csSecDf > div{
    margin-left:40px;
    margin-right:40px;
  }
}
section.csSecDf > div h2{
  background-image:url(../images/logo-index.png);
  background-position:center left;
  background-repeat:no-repeat;
  background-size:auto 43px;
  height:43px;
  line-height:43px;
  font-size:30px;
  font-weight:bold;
  padding-left:38px;
  font-family:"Helvetica Neue";
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  section.csSecDf > div h2{
    background-size:auto 25px;
    height:25px;
    line-height:25px;
    font-size:19px;
    font-weight:bold;
    padding-left:18px;
  }
}
.csTextPWak{
  font-size:20px;
  line-height:40px;
  font-weight:bold;
}
.csTextPWak p{
  margin:-10px 0px;
}
@media screen and (max-width:768px) {
  .csTextPWak{
    font-size:13px;
    line-height:25px;
    font-weight:bold;
  }
  .csTextPWak p{
    margin:-6px 0px;
  }
}
.csSecAbout{
  background-image:url(../images/world-map.png);
  background-position:center left;
  background-repeat:no-repeat;
  background-size:100% auto;
}
.csSecAboutText{
  margin:70px auto 0;
  width:62%;
}
@media screen and (max-width:768px) {
  .csSecAboutText{
    margin-top:40px;
    width:100%;
  }
}
.csCoreWaku{
  max-width:1100px;
  margin:0px auto;
  margin-top:140px;
  position:relative;
}
.csCoreWaku img{
  width:100%;
}
.csCoreWaku img:nth-child(2){
  display:none;
}
.csCoreWaku{
  margin-top:80px;
}
@media screen and (max-width:768px) {
  .csCoreWaku img:nth-child(1){
    display:none;
  }
  .csCoreWaku img:nth-child(2){
    display:inline;
  }
}
section.csImgBox{
  width:100%;
  max-width:100%;
  overflow:hidden;
  line-height:0;
}
section.csImgBox img:nth-child(1){
  width:100%;
  height:auto;
  display:block;
}
section.csImgBox img:nth-child(2){
  display:none;
}
@media screen and (max-width:1050px) {
  section.csImgBox img:nth-child(1){
    display:none;    
  }
  section.csImgBox img:nth-child(2){
    width:100%;
    height:auto;
    display:block;
  }
}
section.csSecDfGray{
  background-color:#F4F5F5;
}
section.csSecService > div{
  padding-bottom:130px;
}
@media screen and (max-width:768px) {
  section.csSecService > div{
    padding-bottom:80px;
  }
}
section.csSecOurClients > div{
  padding-top:100px;  
}
@media screen and (max-width:768px) {
  section.csSecOurClients > div{
    padding-top:80px;  
  }
}
.csSvsUl{
  width:100%;
  margin-top:70px;
}
@media screen and (max-width:768px) {
  .csSvsUl{
    margin-top:40px;
  }
}
.csSvsUl li:nth-child(1){
  width:44%;
}
  .csSvsUl li:nth-child(1) img{
  width:90%;
}
.csSvsUl li:nth-child(2){
  width:56%
}
  .csSvsUl li:nth-child(2) h3{
  font-size:65px;
  line-height:90px;
  font-weight:bold;
  text-align:right  ;
}
  .csSvsUl li:nth-child(2) h3 p{
  margin-top:-12px;
  margin-bottom:-12px;
}
  .csTextPWak2{
  font-size:18px;
  line-height:40px;
  font-weight:bold;
  margin-top:70px;
}
  .csTextPWak2 p{
  margin:-11px 0px;
}
@media screen and (max-width:1200px) {
  .csSvsUl li:nth-child(2) h3{
    font-size:55px;
    line-height:80px;
  }
}
@media screen and (max-width:1000px) {
  .csSvsUl li:nth-child(2) h3{
    font-size:40px;
    line-height:65px;
  }
}
@media screen and (max-width:768px) {
  .csSvsUl li:nth-child(1){
    width:100%;
  }
  .csSvsUl li:nth-child(1) img{
    width:100%;
  }
  .csSvsUl li:nth-child(2){
    width:100%;
    margin-top:70px;
  }
  .csSvsUl li:nth-child(2) h3{
    font-size:28px;
    line-height:35px;
    text-align:left;
  }
  .csSvsUl li:nth-child(2) h3 p{
    margin-top:-6px;
    margin-bottom:-6px;
  }
  .csTextPWak2{
    font-size:14px;
    line-height:25px;
    font-weight:bold;
    margin-top:40px;
  }
  .csTextPWak2 p{
    margin:-6px 0px;
  }
}
dl.csSvsDl{
  width:100%;
  margin-top:115px;
}
@media screen and (max-width:768px) {
  dl.csSvsDl{
    margin-top:80px;
  }
}
dl.csSvsDl dd{
  border-top:#5A5A5A 1px solid;
  padding:60px 0px;
}
dl.csSvsDl dd:last-child{
  padding-bottom:0px;
}
@media screen and (max-width:768px) {
  dl.csSvsDl dd{
    border-top:#232323 1px solid;
    padding:40px 0px 25px;
  }
}
dl.csSvsDl dd>h3{
  font-size:35px;
  font-weight:bold;
}
dl.csSvsDl dd>h3 a{
  text-decoration:underline;
  display: inline-block;
  padding-right:25px;
  background-image:url(../images/link.png);
  background-repeat:no-repeat;
  background-size:18px auto;
  background-position:calc(100%) calc(50% - 5px);
}
dl.csSvsDl dd>div{
  font-size:15px;
  line-height:30px;
  margin-top:40px;
}
dl.csSvsDl dd>div p{
  margin:-8px 0px;
}
dl.csSvsDl dd>h4{
  margin-top:40px;
  font-size:20px;
  font-weight:bold;
}
dl.csSvsDl dd>ul{
  margin-top:20px;
}
.csSvsList li{
  float:left;
  margin-right:15px;
  font-size:20px;
  margin-bottom:15px;
}
.csSvsList li:last-child{
  margin-right:0px;
}
.csSvsList li b,.csSvsList li a,.csSvsList li a:hover{
  border:solid #CF251C 1px;
  display:inline-block;
  padding:0px 30px;
  border-radius:40px;
  color:#CF251C;
  min-height:45px;
  line-height:1.4;
  padding-top:10px;
  padding-bottom:10px;
  box-sizing:border-box;
  background-color:#fff;
}
.csSvsList li a,.csSvsList li a:hover{
/* padding:0px 44px 0px 30px; */
  padding-right: 48px;
  background-image:url(../images/link-red.png);
  background-repeat:no-repeat;
  background-size:14px auto;
  background-position:calc(100% - 30px) 50%;
}
.csSvsList li a,.csSvsList li a:hover{
  text-decoration:underline;
}  
@media screen and (max-width:768px) {
  dl.csSvsDl dd>h3{
    font-size:20px;
  }
  dl.csSvsDl dd>div{
    font-size:13px;
    line-height:25px;
    margin-top:25px;
  }
  dl.csSvsDl dd>div p{
    margin:-6px 0px;
  }
  dl.csSvsDl dd>h4{
    margin-top:20px;
    font-size:17px;
    font-weight:bold;
  }
  .csSvsList li{
    font-size:15px;
    margin-bottom:15px;
  }
  .csSvsList li b,.csSvsList li a,.csSvsList li a:hover{
    display:inline-block;
    padding:0px 24px;
    border-radius:40px;
    box-sizing:border-box;
    min-height:40px;
    line-height:1.4;
    padding-top:8px;
    padding-bottom:8px;
  }
  .csSvsList li a,.csSvsList li a:hover{
    padding-right:48px;
  }
}
h3.csCliH3{
  text-align:center;
  font-size:35px;
  font-weight:bold;
}
@media screen and (max-width:768px) {
  h3.csCliH3{
    font-size:20px;
  }
}
.csClWaku{
  margin-top:60px;
}
@media screen and (max-width:768px) {
  .csClWaku{
    margin-top:40px;
  }
}
.csClWaku img:nth-child(2){
  display:none;
}
@media screen and (max-width:768px) {
  .csClWaku img:nth-child(1){
    display:none;
  }
  .csClWaku img:nth-child(2){
    display:inline;
  }
}
.csClWaku p{
  text-align:right;
  margin-top:5px;
  font-size:11px;
  color:gray;
}
dl.csCmpWaku{
  margin-top:35px;
  font-size:20px;
}
dl.csCmpWaku b{
  display:inline-block;
  width:5.5em;
}
dl.csCmpWaku dd:nth-child(1) th,dl.csCmpWaku dd:nth-child(1) td{
  padding-top:25px;
  padding-bottom:25px;
}
dl.csCmpWaku dd:nth-child(1){
  width:60%;
  dispaly:flex;
}
dl.csCmpWaku dd:nth-child(1) table{
  width:100%;
}
dl.csCmpWaku dd:nth-child(1) tr{
  background-image:url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top left;
}
dl.csCmpWaku dd:nth-child(1) th{
  width:10rem;
  font-weight:bold;
}
dl.csCmpWaku dd:nth-child(1) td{
  width:calc(100% - 10rem);
}
dl.csCmpWaku dd:nth-child(2){
  width:40%;
  text-align:right;
}
dl.csCmpWaku dd:nth-child(2) img{
  width:90%;
}
@media screen and (max-width:768px) {
  dl.csCmpWaku{
    margin-top:20px;
    font-size:14px;
  }
  dl.csCmpWaku dd:nth-child(1) th,dl.csCmpWaku dd:nth-child(1) td{
    padding-top:20px;
    padding-bottom:20px;
  }
  dl.csCmpWaku dd:nth-child(1){
    width:100%
  }
  dl.csCmpWaku dd:nth-child(1) th{
    width:5rem;
    font-weight:bold;
  }
  dl.csCmpWaku dd:nth-child(1) td{
    width:calc(100% - 5rem);
  }
  dl.csCmpWaku dd:nth-child(2){
    margin-top:20px;
    width:100%;
  }
}
a.csCmpAlink,a.csCmpAlink:hover{
  text-decoration:underline;
  color:#CF251B;
  margin-left:30px;
  display:inline-block;
  padding-right:16px;
  background-image: url(../images/link-red.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position:right 4px;
}
dl.csCeoWaku{
  margin-top:115px;
}
dl.csCeoWaku dd:nth-child(1){
  width:25%;
}
  dl.csCeoWaku dd:nth-child(1) img{
  width:calc(100% - 60px);
}
dl.csCeoWaku dd:nth-child(2){
  width:60%;
  font-family: "游明朝体";
}
dl.csCeoWaku dd:nth-child(2)>h3{
  font-size:25px;
  font-weight:bold;
}
dl.csCeoWaku dd:nth-child(2)>div{
  margin-top:25px;
  font-size:15px;
  line-height:30px;
  font-weight:600;
}
  dl.csCeoWaku dd:nth-child(2)>div p{
  margin:-8px 0px;
}
dl.csCeoWaku dd:nth-child(2)>p{
  margin-top:25px;
  font-size:17px;
  font-weight:bold;
}
@media screen and (max-width:768px) {
  dl.csCeoWaku{
    margin-top:80px;
  }
  dl.csCeoWaku dd:nth-child(1){
    width:100%;
    text-align:center;
  }
  dl.csCeoWaku dd:nth-child(1) img{
    width:calc(100% - 60px);
  }
  dl.csCeoWaku dd:nth-child(2){
    width:100%;
  }
  dl.csCeoWaku dd:nth-child(2)>h3{
    font-size:20px;
    margin-top:20px;
  }
  dl.csCeoWaku dd:nth-child(2)>div{
    margin-top:20px;
    font-size:12px;
    line-height:25px;
  }
  dl.csCeoWaku dd:nth-child(2)>div p{
    margin:-6px 0px;
  }
  dl.csCeoWaku dd:nth-child(2)>p{
    margin-top:20px;
    font-size:16px;
  }
}
footer.csFooter{
  background-color:#232323;
  height:700px;
  color:#fff;
  width: 100%;
}
.csFooter dl{
  width:100%;
}
.csFooter dd{
  float:left;
}
.csFooter dd:nth-child(1){
  width:295px;
}
.csFooter dd:nth-child(1) img{
  margin-top:64px;
  margin-left:130px;
  width:228px;
}
.csFooter dd:nth-child(2){
  width:calc(100% - 295px);
  text-align:center;
}
.csFooterOfficeWaku{
  margin-top:95px;
  margin-left:130px;
}
h2.csFooterOfficeTit{
  font-size:30px;
  font-weight:bold;
  line-height:1;
}
ul.csFooterOfficeUl{
  font-size:20px;
  margin-top:25px;
}
ul.csFooterOfficeUl li{
  margin-bottom:25px;
  line-height:1;
}
ul.csFooterOfficeUl li:last-child{
  margin-bottom:0px;
}
ul.csFooterOfficeUl li br{
  display:none;
}
ul.csFooterOfficeUl b{
  font-weight:normal;
  display:inline-block;
}
ul.csFooterOfficeUl b:nth-child(1){
  margin-right:0.5em;
}
ul.csFooterOfficeUl b:nth-child(2){
  width:120px;
}
.csFooterOfficeCr{
  font-size:18px;
  font-family:"Helvetica Neue";
  color:#f4f5f5;
  text-align:right;
  margin-top:95px;
  letter-spacing:0.05em;
}
.csFooterOfficeCr b{
  font-weight:normal;
  margin-right:100px;
}
@media screen and (max-width:1050px) {
  .csFooterOfficeWaku{
    margin-top:60px;
    margin-left:35px;
  }
  h2.csFooterOfficeTit{
    font-size:20px;
  }
  ul.csFooterOfficeUl{
    margin-top:20px;
    font-size:13px;
  }
  ul.csFooterOfficeUl li{
    line-height:21px;
    margin-bottom:12px;
  }
  ul.csFooterOfficeUl li b{
    display:block;
  }
  ul.csFooterOfficeUl li br{
    display:inline;
  }
  .csFooterOfficeCr{
    margin-top:56px;
    text-align:center;
  }
  .csFooterOfficeCr b{
    margin-right:0px;
    font-size:10px;
  }
}
@media screen and (max-width:1400px) {
  .csFooter dd:nth-child(2){
    width:calc(100% - 295px);
    text-align:center;
  }
}
@media screen and (max-width:1050px) {
  footer.csFooter{
    height:1043px;
  }
  .csFooter dd:nth-child(1){
    width:100%;
    text-align:center;
  }
  .csFooter dd:nth-child(1) img{
    margin-top:60px;
    margin-left:0px;
    width:182px;
  }
  .csFooter dd:nth-child(2){
    width:100%;
    text-align:center;
  }
}
.csSecContact>div>div{
  text-align:center;
}
.csSecContact iframe{
  max-width:100%;
  width:100%;
  height:1725px;
  margin-top:115px;
}
@media screen and (max-width:768px) {
  .csSecContact iframe{
    height:2025px;
    margin-top:40px;
  }
  section.csSecContact>div{
    margin-left:0px;
    margin-right:0px;
  }
  section.csSecContact>div h2{
    margin-left:40px;
  }
}
.csFtNav{
  margin-top:150px;
  font-size:20px;
  font-weight:bold;
  max-width:675px;
  margin-right:auto;
  margin-left:auto;
}
.csFtNav br{
  display:none;
}
.csFtNav a{
  float:left;
  margin-right:42px;
}
.csFtNav a:last-child{
  margin-right:0px;
}
@media screen and (max-width:1050px) {
  .csFtNav{
    margin-top:0px;
    font-size:25px;
    font-weight:bold;
    max-width:100%;
    width:100%;
    margin-right:auto;
    margin-left:auto;
    text-align:left;
    padding-left:35px;
    margin-top:60px;
  }
  .csFtNav a{
    float:unset;
    margin-right:0px;
    display:inline-block;
    margin-bottom:25px;
  }
  .csFtNav a:last-child{
    margin-bottom:0px;
  }
  .csFtNav br{
    display:inline;
  }
}
#csHmbWaku{
  background-color:#232323;
  color:#fff;
  width:100%;
  height:auto;
  position:fixed;
  top:0px;
  left:-100%;
  z-index:5;
  padding:0px;
  font-size: 23px;
  line-height:63px;
  transition: 0.2s linear left;
  height:100%;
  font-weight:bold;
}
#csHmbWaku.active{
  left:0px;
}
.csHmbWakuHd{
  margin-top:21px;
  text-align:right;
  background-image:url(../images/nw-logo-white.png);
  background-size:auto 28px;
  background-repeat:no-repeat;
  background-position:20px center;
}
.csHmbWakuHd a{
  display:inline-block;
  margin-right:10px;
}
.csHmbWakuHd a img{
  width:42px;
}
.csHmbWakuCont{
  padding:50px 54px 0px;
  }  
.csHmbWakuHr{
  margin-top:20px;
  border:solid 1px #CF251C;
}
.csHmbWakuContact{
  text-align:center;
  margin-top:40px;
}
.csHmbWakuContact a,.csHmbWakuContact a:hover{
  display:inline-block;
  max-width:220px;
  width:100%;
  line-height:60px;
  font-weight:bold;
  font-size:17px;
  color:#CF251C;
  border-radius:11px;
  background-color:#fff;
}

/* ==============================
  サービス詳細セクション追加スタイル
============================== */
.csServiceDetail {
  margin-top: 60px;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
@media screen and (max-width:768px) {
  .csServiceDetail {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.csServiceDetail h3 {
  font-size: 28px;
  font-weight: bold;
  color: #232323;
  border-left: 5px solid #CF251C;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .csServiceDetail h3 {
    font-size: 20px;
  }
}
.csServiceDetail .cs-sub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #444;
}
@media screen and (max-width:768px) {
  .csServiceDetail .cs-sub-title {
    font-size: 15px;
  }
}
.csServiceDetail p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .csServiceDetail p {
    font-size: 13px;
    line-height: 25px;
  }
}
.csServiceDetail ul {
  margin-top: 10px;
  padding-left: 0;
}
.csServiceDetail ul li {
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.csServiceDetail ul li::before {
  content: "●";
  color: #CF251C;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 10px;
}
@media screen and (max-width:768px) {
  .csServiceDetail ul li {
    font-size: 13px;
    line-height: 25px;
  }
}
.csServiceSeparator {
  height: 1px;
  background-color: #e0e0e0;
  margin: 50px 0;
}
#csModal{
  display:block;
  display:none;
  position:fixed;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.7);
  top:0px;
  left:0px;
  z-index:6;
}
#csModal>div{
  background-color: rgba(255,255,255,1);
  width: 100%;
  max-width: 875px;
  padding: 64px 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-align:left;
  position:relative;
}
a.csModalClose{
  position: absolute;
  right:19px;
  top:27px;
}
a.csModalClose img{
  width:42px;
}
@media screen and (max-width:1000px) {
  a.csModalClose{
    position: absolute;
    right:7px;
    top:7px;
  }
  a.csModalClose img{
    width:22px;
  }
}
.csMTit{
  text-align:center;
  font-size:35px;
  font-weight:bold;
  line-height:60px;
}
.csMDet{
  margin-top:37px;
  font-size:17px;
  line-height:40px;
}
ul.csMLinks{
  margin-top:30px;
  width:100%
}
ul.csMLinks li{
  width:calc(50% - 15px);
  min-height:100px;
  background-color:#e9e9e9;
  padding:30px;
  text-align:center;
}
ul.csMLinks li:nth-child(1){
  margin-right:15px;
}
ul.csMLinks li:nth-child(2){
  margin-left:15px;
}
ul.csMLinks li>p{
  font-size:20px;
  line-height:30px;
  font-weight:bold;
}
ul.csMLinks li>div{
  margin-top:25px;
}
ul.csMLinks li>div a{
  display:inline-block;
  height:55px;
  line-height:55px;
  border:solid 1px #707070;
  background-color:#fff;
  width:100%;
  font-weight:bold;
}
ul.csMLinks li:nth-child(1)>div a{
  color:#CF251C;
}
.csMLink{
  margin-top:30px;
  text-align:center;
}
.csMLink a{
  text-decoration:underline;
}
@media screen and (max-width:1000px) {
  #csModal>div{
    max-width:calc(100% - 80px);
    padding: 34px 16px 16px;
  }
  .csMTit{
    font-size:15px;
    line-height:21px;
  }
  .csMDet{
    margin-top:15px;
    font-size:10px;
    line-height:20px;
  }
  ul.csMLinks li{
    width:100%;
    padding:11px 27px 14px;
  }
  ul.csMLinks li:nth-child(1){
    margin-right:0px;
  }
  ul.csMLinks li:nth-child(2){
    margin-left:0px;
    margin-top:15px;
  }
  ul.csMLinks li>p{
    font-size:12px;
    line-height:15px;
    font-weight:bold;
  }
  ul.csMLinks li>div{
    margin-top:11px;
  }
  ul.csMLinks li>div a{
    font-size:13px;
    height:40px;
    max-width:210px;
    line-height:40px;
    font-size:13px;
  }
  ul.csMLinks li:nth-child(1)>div a{
    color:#CF251C;
  }
  .csMLink{
    margin-top:10px;
    font-size:10px;
    font-weight:bold;
  }
  .csMLink a{
    text-decoration:underline;
  }
}
