@charset "UTF-8";
/* ==============================
リセットcss
============================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-align: left;
}

main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #f8f8f4;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link, a:visited {
  color: #0066ff;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066ff;
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
/* ▼▼▼ ヘッダー
=====================================*/
header {
  background-color: #20346a;
  height: 100px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
header .logo {
  width: 130px;
}
header .logo img {
  vertical-align: middle;
}
header .title_logo {
  width: 400px;
}
header .title_logo img {
  vertical-align: middle;
}
header .logout {
  border: none;
  outline: none;
  background-color: #fff;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  font-weight: 700;
  cursor: pointer;
  color: #20346a;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
  min-height: calc(100vh - 180px);
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
}
#main .container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #20346a;
  border-bottom: 1px solid #20346a;
}

.item_list {
  margin-top: 50px;
}
.item_list .item:not(:first-child) {
  margin-top: 30px;
}
.item_list .item dt {
  color: #20346a;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 25px;
}
.item_list .item dt span {
  width: 40px;
  height: 18px;
  border-radius: 4px;
  background-color: #dc0000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  margin-left: 10px;
}
.item_list .item dd {
  margin-top: 10px;
}
.item_list .item dd .error {
  padding: 2px 25px 0;
  font-size: 14px;
  color: #dc0000;
}
.item_list .item.conf {
  margin-top: 30px !important;
}
.item_list .item.conf:not(:first-child) {
  margin-top: 50px;
}
.item_list .item.conf dd {
  padding: 0 25px;
}
.item_list .item.conf dd .inner {
  margin-top: 20px;
  border-bottom: 1px solid #20346a;
  padding-bottom: 30px;
}
.item_list .item.conf dd .inner .thumbnail_list .thumbnail:not(:first-child) {
  margin-top: 20px;
}

#image-upload-area .upload_item:not(:first-child) {
  margin-top: 20px;
}
#image-upload-area .upload_item .thumbnail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.thumbnail {
  width: 250px;
  height: 200px;
}
.thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 250px;
  height: 200px;
}

.btn_deletion {
  position: absolute;
  top: 0;
  left: 270px;
  width: 30px;
  height: 30px;
  border: 1px solid #dc0000;
  border-radius: 4px;
  font-size: 0;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}
.btn_deletion img {
  width: 16px;
  height: 16px;
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  height: 56px;
  border: 1px solid;
  border-radius: 28px;
  padding: 0 25px;
  font-size: 16px;
  outline: none;
  background-color: #eceef2;
}
input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=email]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #eceef2 inset;
          box-shadow: 0 0 0 1000px #eceef2 inset;
}

textarea {
  width: 100%;
  height: 300px;
  border: 1px solid;
  border-radius: 28px;
  padding: 25px;
  font-size: 16px;
  line-height: 1.8;
  outline: none;
  background-color: #eceef2;
  resize: vertical;
}

.btn a,
.btn input,
.btn button {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #20346a;
  font-weight: 700;
  color: #20346a;
  font-size: 16px;
  background-color: #fff;
  margin: 30px auto 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.btn a:hover,
.btn input:hover,
.btn button:hover {
  opacity: 0.6;
}

.comp_text {
  text-align: center;
  margin-top: 50px;
  line-height: 2;
}

.btn_top a {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #20346a;
  font-weight: 700;
  color: #20346a;
  font-size: 16px;
  background-color: #fff;
  margin: 30px auto 0;
  text-align: center;
  line-height: 58px;
}

.back {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #eee;
  font-weight: 700;
  color: #333;
  font-size: 14px;
  background-color: #eee;
  margin: 40px auto 0;
  cursor: pointer;
}

.hidden_file {
  display: none;
}

.btn_file {
  width: 250px;
  height: 56px;
  border: 1px solid #20346a;
  cursor: pointer;
  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;
  text-align: center;
  border-radius: 28px;
  color: #20346a;
  font-weight: 700;
  background-color: #eceef2;
}
.btn_file svg {
  display: inline-block;
  margin-right: 5px;
}
.btn_file + input:checked {
  display: block;
}

input[type=file]:checked {
  display: block;
}

.upload_item.view {
  display: block;
}
.upload_item.hidden {
  display: none;
}
.upload_item.hidden.first {
  display: block;
}

/* ▼▼▼ 規約ページ
=====================================*/
#main.kiyaku_wrap .kiyaku_inner {
  overflow: auto;
  height: 100%;
}
.kiyaku_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.kiyaku_read {
  margin-top: 20px;
}

.kiyaku {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #20346a;
}
.kiyaku dl:not(:first-child) {
  margin-top: 30px;
}
.kiyaku dl dt {
  color: #20346a;
  font-weight: bold;
}
.kiyaku dl dd {
  margin-top: 5px;
}
.kiyaku dl dd .sub_list {
  counter-reset: number;
  margin-top: 10px;
}
.kiyaku dl dd .sub_list li {
  counter-increment: number;
  position: relative;
  padding: 0 0 0 2.5em;
}
.kiyaku dl dd .sub_list li:before {
  content: "（" counter(number, decimal) "）";
  position: absolute;
  left: 0;
}
.kiyaku .company_name {
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
}

.agree {
  margin-top: 40px;
  padding-bottom: 30px;
}
.agree .btn_agree a {
  text-align: center;
  line-height: 58px;
  text-decoration: none;
}

/* ▼▼▼ 404ページ
=====================================*/
#main.not_found .not_found_title {
  color: #20346a;
  font-size: 32px;
  line-height: 1.2;
}
#main.not_found .not_found_title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
#main.not_found .not_found_text {
  margin-top: 40px;
}
#main.not_found .btn {
  margin-top: 50px;
}
#main.not_found .btn a {
  text-align: center;
  line-height: 58px;
  margin-top: 0;
  text-decoration: none;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  clear: both;
  overflow: hidden;
  color: #20346a;
  border-top: 1px solid #20346a;
}
footer .footer_inner {
  padding: 0 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_inner .copyright {
  font-size: 12px;
  text-align: center;
}

/* =====================================

	▼▼▼ min-width: 768px 〜　max-width: 1024px

===================================== */
/* =====================================

	▼▼▼ max-width: 767px

===================================== */
/* =====================================

	▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  /* ▼▼▼ ヘッダー
  =====================================*/
  header {
    height: 80px;
    padding: 0 10px;
  }
  header .logo {
    width: auto;
    height: 18px;
  }
  header .logo img {
    vertical-align: top;
    width: auto;
    height: 18px;
  }
  header .title_logo {
    width: auto;
    height: 26px;
  }
  header .title_logo img {
    vertical-align: top;
    width: auto;
    height: 26px;
  }
  header .logout {
    width: 130px;
    height: 36px;
    border-radius: 20px;
    font-size: 14px;
  }
  #main {
    padding: 30px 0;
  }
  h2 {
    font-size: 20px;
  }
  /* ▼▼▼ 規約ページ
  =====================================*/
  .kiyaku_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer .footer_inner {
    height: 60px;
  }
  footer .footer_inner .copyright {
    font-size: 12px;
  }
}/*# sourceMappingURL=base.css.map */