@charset "utf-8";

body {
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
  color: #333;
    -webkit-text-size-adjust: 100%;
  background-color: #fff;
/* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
  margin: 0;
  line-height: 1.6;
  height: 100%;
}

.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  color: #0064b4;
  text-decoration: underline;
}

a:hover {
  color: #4DB1FF;
  text-decoration: none;
}

input:focus::placeholder {
  color: transparent;
}

.asterisk {
  padding-left: 1.2em !important;
  position: relative;
}

.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
}

.rect {
  padding-left: 1.2em;
  position: relative;
}

.rect::before {
  content: "■";
  position: absolute;
  left: 0;
}

.btn-question {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/btn_icon_question.png);
  vertical-align: middle;
  cursor: pointer;
}


header {
  background-image: url(../img/header_bg.png);
  background-size: contain;
  width: 100%;
  height: 74px;
  margin-bottom: 50px;
  background-color: #fff;
  min-width: 1000px;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

header .content {
  display: flex;
  align-items: center;
  height: 100%;
}

header .content .corp {
  margin-left: 26px;
  margin-top: 6px;
}

h1 {
  margin-bottom: 10px;
  text-align: center;
}

h1 > img {
  max-width: 100%;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 40px;
}

h2:not([class]) {
  text-align: center;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
  margin: 0 auto 28px;
  border-bottom: 2px solid #91a8b8;
}

h3.required::before {
  content: "*";
  color: #f74141;
  margin-left: 0.1em;
}

.visible-pc {
  display: initial;
}

.visible-sp {
  display: none;
}

em {
  color: #f74141;
  font-style: normal;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}

.text-s {
  font-size: 14px;
}

.text-s-right {
  font-size: 14px;
  text-align: right;  
}

.text-m {
  font-size: 16px;
}

.text-l {
  font-size: 18px;
  text-align: center;
}

.cybertrust > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.cybertrust .img {
  margin-right: 10px;
  min-width: 100px;
}

section {
  width: 1000px;
  margin: 0 auto 50px;
}

section.form > .note {
  margin-left: 20px;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 30px;
}

section.form > .note.mb0 {
  margin-bottom: 1.0em;
}

section.form > .item {
  display: flex;
  margin-bottom: 20px;
}

section.form > .item .label {
  flex: 0 1 350px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 15px;
}

section.form > .item.required .label::after {
  content: "*";
  color: #f74141;
  margin-left: 0.1em;
}

section.form > .item .input,
section.form > .item .value {
  flex: 1 1 0%;
  padding-right: 10px;
}

section.form > .item .input.flex {
  display: flex;
  flex-wrap: wrap;
}

section.form > .item .value {
  line-height: 50px;
}

section.form > .item .value.multiline {
  line-height: 1.4;
  margin-top: 12px;
  overflow-wrap: anywhere;
}

section.form > .item .input .error_message {
  color: #ff3c28;
  font-size: 13px;
  padding: 10px 30px 0 30px;
  width: 100%;
}

section.form > .item .input .notes {
  font-size: 12px;
  margin-left: 30px;
  padding: 5px;
  margin-bottom: 0;
}

section.form > .item .input.flex .notes.asterisk {
  margin: 12px 0 0 10px;
}

section.form > .item.postal input {
  width: 130px;
}

section.form > .item.name input {
  width: 195px;
  margin-right: 10px;
}

section.form > .item.quantity .input {
  margin-left: 20px;
  font-size: 15px;
}


section.form > .item.quantity .input input {
  width: 270px;
  margin-right: 30px;
}

section.form > .item.date .input .suffix {
  margin: 0 5px;
}

section.form > .item.date .input select {
  width: 80px;
}

section.form > .item.date .input select.year {
  width: 100px;
}

section.form > .item.plan > .input > .wrapper,
section.form > .item.plan-option > .input > .wrapper {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

section.form > .item.plan > .input .name,
section.form > .item.plan-option > .input .name {
  flex: 1 0 0%;
}

section.form > .item.plan > .input .price,
section.form > .item.plan-option > .input .price {
  flex: 0 1 270px;
  font-size: 14px;
}

section.form > .item.plan > .input .price:last-child,
section.form > .item.plan-option > .input .price:last-child {
  margin-right: 270px;
}

section.form > .item.plan > .input .ordernum,
section.form > .item.plan-option > .input .ordernum {
  flex: 0 0 270px;
}

section.form > .item input[type=radio] {
  display: none;
}

section.form > .item input[type=radio] + span {
  position: relative;
  padding-left: 30px;
}

section.form > .item input[type=radio] + span::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/radio.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

section.form > .item input[type=radio]:checked + span::before {
  background-image: url(../img/radio_checked.png);
}

section.form > .item input[type=checkbox] {
  display: none;
}

section.form > .item input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

section.form > .item input[type=checkbox] + span::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/checkbox.png);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

section.form > .item input[type=checkbox]:checked + span::before {
  background-image: url(../img/checkbox_checked.png);
}

section.legal {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
}

section.legal .wrapper {
  border: 1px solid #d0dce4;
  padding: 25px 25px 25px 40px;
}

section.legal .container {
  max-height: 200px;
  overflow-y: auto;
  text-align: left;
}

section.legal .title {
  font-size: 18px;
  font-weight: bold;
}

section.legal .container {
  margin: 15px 0;
}

section.legal .container ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

section.legal .container ul li {
  padding-left: 1.0em;
  position: relative;
}

section.legal .container ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

section.legal .container ul li li::before {
  content: "-";
}

section.legal .agreement {
  font-size: 16px;
  overflow: hidden;
  margin-top: 25px;
  user-select: none;
}

section.legal .agreement::before {
  content: "*";
  position: relative;
  left: -14px;
  top: 4px;
  color: #f74141;
}

section.legal .agreement input[type="checkbox"] {
  display: none;
}

section.legal .agreement span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

section.legal .agreement span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 22px;
  height: 22px;
  background-image: url(../img/cb.png);
}

section.legal .agreement input:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 22px;
  height: 22px;
  background-image: url(../img/cb.png);
  background-position: 0px -22px;
}

section.control {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

section.control.main {
  margin-bottom: 40px;
}

section.control.main .btn {
  margin: 0 22px;
}

section.control.sub {
  justify-content: space-between;
}

section.control.plural {
  justify-content: space-between;
}

section.control .btn {
  position: relative;
  border-radius: 6px;
}

section.control .btn a {
  font-weight: bold;
  color: #fff;
  user-select: none;
}

section.control .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

section.control .btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  top: 30px;
  right: 10px;
  background-image: url(../img/btn_icon.png);
}

section.control .btn_s::after {
  width: 6px;
  height: 10px;
  top: 18px;
  background-image: url(../img/btn_icon_s.png);
}

section.control .btn_s.back::after {
  width: 6px;
  height: 10px;
  left: 10px;
  right: auto;
  background-image: url(../img/btn_icon_s_b.png);
}

section.control .btn_s.close {
  width: 180px;
}

section.control .btn_s.close::after {
  content: none;
}

section.control .btn_s.close a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  top: 1px;
  left: -4px;
  position: relative;
  background-image: url(../img/btn_icon_close.png);
}

.flow {
  margin-bottom: 40px;
}

.flow ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.flow ul li {
  counter-increment: count;
  list-style: none;
  display: inline-block;
  width: 188px;
  height: 45px;
  text-align: center;
  border: 1px solid #d0dce4;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  padding-top: 17px;
}

.flow ul li.current {
  font-weight: bold;
  background-color: #d0dce4;
}

.flow ul li:last-child {
  margin-right: 0;
}

.flow ul li::before {
  content: counter(count);
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  color: #91a8b8;
  font-size: 13px;
}

.flow ul li.current::before {
  color: #283c50;
}

.flow ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #d0dce4;  
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.btn_l {
  width: 338px;
  height: 78px;
}

.btn_l a {
  line-height: 78px;
  font-size: 24px;
}

.btn_s {
  width: 210px;
  height: 50px;
}

.btn_s a {
  line-height: 50px;
  font-size: 20px;
}

.btn.submit {
  background-color: #008bff;
}


.btn.inquiry {
  background-color: #008bff;
}

.btn.back {
  background-color: #8296a0;
}

.btn.estimate {
  background-color: #28b43c;
}

.btn.pdf {
  background-color: #28b43c;
}

.btn.disabled {
  background-color: #8296a0;
  opacity: 0.6;
  pointer-events: none;
}

.btn.blank {
  pointer-events: none;
}

.btn.close {
  background-color: #8296a0;
}

input[type='text'] {
  padding: 15px 30px;
  width: 100%;
  border: 1px solid #d0dce4;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
}

textarea {
  width: 100%;
  height: 140px;
  padding: 15px 30px;
  border: 1px solid #d0dce4;
  border-radius: 2px;
  outline: none;
  resize: vertical;
  font-family: inherit;
  font-size: 14px;
}

textarea.error,
input[type='text'].error,
select.error {
  background-color: #ffe6e6;
}

input[type='text']:not([readonly]):focus,
select:focus,
textarea:focus {
  border-color: #848c91;
}

select {
  padding: 15px 30px;
  width: 230px;
  border: 1px solid #d0dce4;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
}


select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(../img/dropdown_marker.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) 21px;
  background-color: #fff;
}

footer {
  width: 100%;
  height: 70px;
  padding: 12px 0px;
  background-image: url(../img/footer_bg.png);
  min-width: 1000px;
}

footer .content {
  padding: 0px 20px;
}

footer .content .corporate {
  font-size: 12px;
  font-weight: bold;
}

footer .content .copyright {
  font-size: 12px;
}

/* modal */
#modal {
  display: none;
}

#modal .background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

#modal .dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 900px;
  height: 565px;
  border-radius: 12px;
  padding: 25px 40px;
}

#modal .dialog .btn_close {
  position: absolute;
  top: -50px;
  right: 25px;
}

#modal .dialog .content {
  width: 100%;
}

#modal .dialog .content h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

#modal .dialog .content .description {
  margin-bottom: 20px;
}

.sending {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    display: none;
    pointer-events: none
}
.sending.-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto
}
.sending .sending_text {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .3em
}
.sending .sending_text p {
    margin: 0;
    margin-top: 0px
}


/* Marketo  */
form[id^="mkto"] {
  display: none;
}

/* FooterPC */
footer {
  height: auto;
  background-size: 2px 100%
}
footer .footer_linkList {
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (min-width: 600px) {
  footer .footer_linkList {
    width: 90%;
	max-width: 1000px;
	padding:0;
  }
}
footer .footer_linkList .btn_link {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  display: block;
  border-right: 1px solid #333
}
/*
@media only screen and (min-width: 600px) {
  footer .footer_linkList .btn_link:nth-child(9) {
    border-right: 1px solid #333
  }
}
*/
footer .footer_linkList .btn_link a {
  color: inherit;
  padding: 0 20px;
  text-decoration: none
}
@media only screen and (min-width: 600px) {
  footer .footer_linkList .btn_link a:hover {
    color: #4DB1FF
  }
}
footer .content .corporate .corporate_inner {
  font-size: 0.8em
}


/*------ 無料キャンペーンユニット -------*/

.cp_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #4579e8;
}

.cp_title br {
  display: none;
}

.cp_title .-sp {
  display: none;
}


.cp_banner {
  text-align: center;
  margin: 40px 0 20px;
}

.cp_banner img {
  max-width: 900px;
  width: 100%;
}

.cp_banner img.sp {
  display: none;
}

.cp_block {
  border: 1px solid #CCC;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f9f9f9;
}

.cp_block br.sp {
  display: none;
}

.cp_block .sub {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.cp_block .main_line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp_block .main_line .txt {
  font-size: 24px;
}

.cp_block .main_line .txt > span {
  font-size: 30px;
  padding: 0 4px;
}

.cp_block .main_line .arrow {
  font-size: 36px;
  padding: 0 8px;
  color: #f00;
}

.cp_block .main_line .arrow .sp{
  display: none;
}

.cp_block .main_line .red_free {
  font-size: 40px;
  padding: 0 5px;
  color: #f00;
}

.cp_block .opt {
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
}

.cp_caution {
  margin-top: 20px;
  margin-bottom: 30px;
}

.cp_caution p {
  margin-top: 0;
}

/*.modal error window
-----------------------*/
.errorModal{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  /* display: none; */
  z-index: 100
}
.errorModal .errorModal_bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}
.errorModal_contents_wrapper {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 100%
}
@media only screen and (max-width: 599px) {
  .errorModal_contents_wrapper {
    width: 90%
  }
}
.errorModal_scrollBox {
  display: table;
  height: 100%;
  width: 100%
}
.errorModal_scrollBox_inner {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle
}
.errorModal_contents {
  background-color: #fff;
  padding: 30px 15px;
  position: relative;
  border-radius: 10px
}
.errorModal_contents .errorModal_close {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: -50px
}
.errorModal_contents .ttl {
  font-size: 20px;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 25px
}

.errorModal .errorModal_contents .ttl {
  text-align: center;
  color: #c00;
}

@media only screen and (max-width: 599px) {
  .errorModal_contents .ttl {
    font-size: 19px;
    margin-bottom: 20px
  }
}
.errorModal_contents .body {
  margin-top: 25px;
  font-size: 15px
}
@media only screen and (max-width: 599px) {
  .errorModal_contents .body {
    margin-top: 20px;
    font-size: 14px
  }
}
.errorModal_contents .body img {
  max-width: 100%;
  width: auto
}

.d-table {
  border-collapse: collapse;
  width: 50%;
  margin: 10px;
}

.d-table th,
.d-table td {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

.d-table th {
	background-color: #f2f2f2;
}
.d2-table {
  border-collapse: collapse;
  width: 60%;
  margin: 10px 10px 10px 40px;
  table-layout: fixed;
}

.d2-table th,
.d2-table td {
  border: 1px solid #dddddd;
  padding: 8px;
　width: auto;
  text-align: center;
  font-size: 14px;
}

.d2-table th {
	background-color: #f2f2f2;
}