/** reset **/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/** general **/
@font-face {
  font-family: 'DENSOTP2017-Regular';
  src: url(../font/DENSOTP2017-Regular.woff);
}
@font-face {
  font-family: 'DENSOTP2017-Bold';
  src: url(../font/DENSOTP2017-Bold.woff);
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #666;
  font-family: "DENSOTP2017-Regular", "DENSO", "NotoSansCJKsc", "Roboto", "Noto Sans JP";
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
p {
  margin: 0 0 20px 0;
}
table {
  font-size: 1.6rem;
  margin-bottom: 10px;
  border-spacing: 0 5px;
}
table td:first-child {
    white-space: nowrap;
}
p,ul,ol {
  line-height: 1.5;
  font-size: 1.6rem;
}
ul,ol {
  padding-left: 20px;
}
ul li, ol li {
  margin-bottom: 15px;
}

.bold {
  font-family: "DENSOTP2017-Bold";
}
.inr-wrapper {
  max-width: 978px;
  width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
}
p.attention {
  font-weight: bold;
  color: #dc0032;
  position: relative;
  margin-bottom: 10px;
}
p.attention::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../files/icon-warning.png);
}
.fax {
  margin-right: 10px;
}
.tel {
  margin-right: 10px;
}
table a,
.step p a {
  color: #666;
  text-decoration: none;
  position: relative;
}
table a:hover span.underline,
.step p a:hover span.underline {
  color: #DC0032;
  border-bottom: 1px solid #DC0032;
}
table a span.icon,
.step p a span.icon {
  color: #DC0032;
  padding-left: 10px;
  font-size: 16px;
}
.step p a span.icon {
  vertical-align: middle;
}
.indent {
  padding-left: 20px;
}

.pc {
  display: block
}
.sp {
  display: none
}
@media screen and (max-width: 768px) {
  .pc {
    display: none
  }
  .sp {
    display: block
  }
}

/** header **/
#custom1 header {
  width: 92%;
  margin: 0 auto;
}
#custom1 .header-title {
  max-width: 1026px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 24px;
  margin: 0 auto;
}
#custom1 .header-title img {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #custom1 .header-title {
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  #custom1 header {
    width: 100%;
  }
  #custom1 .header-title {
    padding: 20px;
  }
  #custom1 .header-title img {
    width: 100%;
  }
}

/** section **/
#custom1 section {
  width: 92%;
  margin: 0 auto 100px auto;
}
#custom1 section:last-of-type {
  margin: 0 auto 160px auto;
}
#custom1 section h1 {
	font-size: 3.2rem;
}
#custom1 section h2 {
  padding: 18px 0 18px 18px;
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(80, 80, 80, 0.5);
  position: relative;
  margin-bottom: 20px;
}
#custom1 section h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  height: 20px;
  border-left: 2px solid #a70000;
}
#custom1 section h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#custom1 section .step-menu {
  margin-bottom: 50px;
}
#custom1 section .step-menu p {
  margin-bottom: 15px;
}
#custom1 section .step-menu p.step-num {
  white-space: nowrap;
}
#custom1 section .step-menu a {
  color: #666;
}
#custom1 section .step {
  padding-top: 40px;
}
#custom1 section .step.pt-0 {
  padding-top: 0;
}
#custom1 section .step .h3 {
  padding: 18px 0 0 0;
  font-size: 1.6rem;
  font-family: "DENSOTP2017-Bold";
  border-bottom: 1px dashed rgba(80, 80, 80, 0.5);
  position: relative;
  margin-bottom: 20px;
}
#custom1 section .step p.step-num {
  white-space: nowrap;
  margin-right: 10px;
}
#custom1 section .step p.img {
  width: 800px;
  margin: 0 auto;
}
#custom1 section .step p.img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #custom1 section {
    margin: 0 auto 60px auto;
  }
  #custom1 section .step {
    padding-top: 30px;
  }
  #custom1 section .step p.img {
	width: 100%;
  }
  #custom1 section .step p.img img {
    width: 100%;
  }
  #custom1 section h1 {
	font-size: 2.6rem;
  }
  #custom1 section h2 {
    padding: 18px 0 18px 18px;
    font-size: 2.0rem;
    border-bottom: 1px solid rgba(80, 80, 80, 0.5);
    position: relative;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .flex-column {
	flex-direction: column;	
  }
  .flex-column a {
	margin-top: 8px;	
  }
}

/** footer **/
#custom1 footer {
  color: #cccccc;
  background-color: #404040;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {

}

/** others **/
#custom1 .page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #a70000;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
#custom1 .page-top a {
  color: #fff;
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
}

/** ------- **/
/** download **/
/** ------- **/
#custom1.download h2 img {
  height: 30px;
  vertical-align: middle;
}
#custom1.download table {
  width: 100%;
  border-collapse:  collapse;
}
#custom1.download table tr:hover {
  background-color: #fafafa;
}
#custom1.download table tr:hover:first-child {
  background-color: #fff;
}
#custom1.download table th {
  font-weight: normal;
  font-family: 'DENSOTP2017-Regular';
}
#custom1.download table th,
#custom1.download table td {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
#custom1.download table td.file-name {
  text-align: left;
  padding-left: 15px;
}
#custom1.download table td.file-name span {
  color: #DC0032;
  font-size: 1.2rem;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #custom1.download table {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #custom1.download table a span.icon {
    padding-left: 5px;
    font-size: 1.2rem;
  }
  #custom1.download table td {
    white-space: nowrap;
    padding: 10px 5px;
  }
  #custom1.download table td.file-name {
    white-space: inherit;
    padding-left: 5px;
  }
  #custom1.download table td.file-name span {
    font-size: 1.0rem;
    padding-left: 0;
  }
}

/** ------- **/
/** support **/
/** ------- **/
#custom1.support .step p a.tel {
  color: #666;
  text-decoration: none;
}
#custom1.support .step ul li p {
  margin-top: 10px;
}
