@charset "UTF-8";
/* reset start ----------------------------------------------------------------*/

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;
  font-size: 100%;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li,
ol,
dl {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  /*-webkit-appearance: none;*/
}

/* reset end ----------------------------------------------------------------*/

.pcmode {
  display: block !important;
}

.spmode {
  display: none !important;
}

@media screen and (max-width: 425px) {
  .pcmode {
    display: none !important;
  }
  .spmode {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .tel-link a {
    color: #000;
  }

  .pcmode {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

html {
  color: #000;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

textarea,
input {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 1.6rem;
  letter-spacing: 1px;
  overflow: auto;
}

img {
  vertical-align: top;
}

/* Template_type --------------------------------------------------------------- */

/* clearfix */

.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.object-fit {
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

/* wrapper */

#wrapper {
  overflow: hidden;
}

/* header */

#header {
}

#header h1 {
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  #header h1 {
    margin-bottom: 20px;
  }
}

#header h1 span {
  display: inline-block;
  padding: 20px 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 100%;
}

/* cap */

/* c02-02 */

.c02-01 {
  margin-bottom: 20px;
  text-align: center;
}

.c02-01 span {
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
  line-height: 160%;
}

@media screen and (max-width: 666px) {
  .c02-01 span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .c02-01 span {
    font-size: 1.6rem;
  }
}

/* c03-01 */

.c03-01 {
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  text-align: left;
  background: #f3f3f3;
}

@media screen and (max-width: 666px) {
  .c03-01 {
    padding: 10px;
    margin: 20px 0;
    /*color: #FFF;*/
    /*background: #000;*/
  }
}

@media screen and (max-width: 374px) {
  .c03-01 {
    font-size: 1.4rem;
  }
}

/* t01 */

.t01 {
}

.t02 {
  font-size: 1.4rem;
  line-height: 220%;
}

.t02-02 {
  font-size: 1.4rem;
  line-height: 180%;
}

.t02-03 {
  font-size: 1.4rem;
  line-height: 200%;
}

@media screen and (max-width: 767px) {
  .t02,
  .t02-02,
  .t02-03 {
    font-size: 1.3rem;
    line-height: 160%;
  }
}

@media screen and (max-width: 374px) {
  .t02,
  .t02-02,
  .t02-03 {
    font-size: 1.1rem;
    line-height: 160%;
  }
}

.center-text {
  text-align: center;
}

/* inner */

.inner {
  margin: 0 auto;
}

.w860 {
  width: 860px;
}

.w1080 {
  width: 1080px;
}

@media screen and (max-width: 1080px) {
  .w1080,
  .w860 {
    width: 94%;
  }
}

/* color */

.red {
  color: #e50000;
}

/*  margin padding */

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .mr10 {
    margin-right: 5px !important;
  }
  .mr20 {
    margin-right: 10px !important;
  }
  .mr30 {
    margin-right: 15px !important;
  }
  .mr40 {
    margin-right: 20px !important;
  }
  .mr50 {
    margin-right: 25px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .ml10 {
    margin-left: 5px !important;
  }
  .ml20 {
    margin-left: 10px !important;
  }
  .ml30 {
    margin-left: 15px !important;
  }
  .ml40 {
    margin-left: 20px !important;
  }
  .ml50 {
    margin-left: 25px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* common-table */

.common-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

/* type01 */

.common-table.type01 {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 666px) {
  .common-table.type01 {
    border-top: 0;
  }
}

.common-table.type01 tr {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 666px) {
  .common-table.type01 tr {
    display: block;
    border-bottom: 0;
  }
}

.common-table.type01 th,
.common-table.type01 td {
  padding: 18px 0;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

@media screen and (max-width: 666px) {
  .common-table.type01 th,
  .common-table.type01 td {
    display: block;
    padding: 10px;
  }
}

.common-table.type01 th {
  padding-right: 30px;
  width: 240px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1080px) {
  .common-table.type01 th {
    width: 170px;
  }
}

@media screen and (max-width: 666px) {
  .common-table.type01 th {
    padding-right: 0;
    width: 100%;
    font-size: 1.4rem;
    background: #efefef;
  }
}

.common-table.type01 td {
  font-size: 1.4rem;
}

@media screen and (max-width: 666px) {
  .common-table.type01 td {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.2rem;
  }
}

.enable {
  display: inline-block;
  margin: 0 0 2px 12px;
  padding: 0 6px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  background: #e50100;

  border-radius: 2px;
}

/* type02 */

.common-table.type02 {
}

.common-table.type02 tr {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 666px) {
  .common-table.type02 tr {
    padding: 15px 0;
  }
}

.common-table.type02 tr:first-child {
  padding-top: 0;
}

.common-table.type02 th,
.common-table.type02 td {
  display: block;
  width: 100%;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.common-table.type02 th {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 666px) {
  .common-table.type02 th {
    font-size: 1.4rem;
  }
}

.common-table.type02 td {
  font-size: 1.4rem;
}

@media screen and (max-width: 666px) {
  .common-table.type02 td {
    font-size: 1.2rem;
  }
}

.common-table.type02 th .enable {
  display: inline-block;
  margin: 0 0 2px 12px;
  padding: 0 6px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  background: #e50100;

  border-radius: 2px;
}

/* common-btn */

.common-btn {
  text-align: center;
}

.common-btn a {
  text-decoration: none;
  transition: ease 0.25s all;
}

/* type01 */

.common-btn.type01 a {
  color: #fff;
  width: 300px;
  text-align: center;
  line-height: 70px;
  background: #e50101;

  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .common-btn.type01 a {
    border-radius: 20px;
    line-height: 40px;
  }
}

.common-btn.type01 a:hover {
  color: #e50101;
  background-color: #fff;
  border-color: #e50101;
}

/* edit-area.entry */

.edit-area {
  margin-bottom: 100px;
}

.edit-area .p_input_box {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
}

.edit-area .color01 {
  color: #e50100;
}

.edit-area .privacy-box {
  margin-bottom: 30px;
  padding: 26px;
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .edit-area .privacy-box {
    margin-bottom: 20px;
    padding: 10px;
    height: 150px;
  }
}

.edit-area .privacy-box dl dt {
  font-weight: bold;
}
.edit-area .privacy-box dl dd {
  margin-bottom: 10px;
}

.edit-area .privacy-input {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 374px) {
  .edit-area .privacy-input {
    font-size: 1.2rem;
  }
}

.edit-area .wmax {
  width: 100%;
}

.edit-area .w80 {
  width: 80px;
}

@media screen and (max-width: 666px) {
  .edit-area .w80 {
    width: 50px;
  }
}

.edit-area .w120 {
  width: 120px;
}

@media screen and (max-width: 666px) {
  .edit-area .w120 {
    width: 90px;
  }
}

@media screen and (max-width: 374px) {
  .edit-area .w120 {
    width: 75px;
  }
}

.edit-area .w140 {
  width: 140px;
}

@media screen and (max-width: 666px) {
  .edit-area .w140 {
    width: 110px;
  }
}

@media screen and (max-width: 374px) {
  .edit-area .w140 {
    width: 90px;
  }
}

.edit-area .w230 {
  width: 230px;
}

@media screen and (max-width: 666px) {
  .edit-area .w230 {
    width: 200px;
  }
}

.edit-area .w580 {
  width: 580px;
}

@media screen and (max-width: 666px) {
  .edit-area .w580 {
    width: 100%;
  }
}

.edit-area input[type="text"],
.edit-area input[type="number"],
.edit-area input[type="tel"],
.edit-area input[type="email"],
.edit-area textarea {
  border: 2px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.edit-area input[type="text"],
.edit-area input[type="number"],
.edit-area input[type="tel"],
.edit-area input[type="email"] {
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.edit-area textarea {
  width: 100%;
  padding: 10px;
  height: 170px;
}

.edit-area input[type="checkbox"] {
  display: none;
}

.edit-area input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

.edit-area input[type="checkbox"] + label:before {
  display: inline-block;
  content: "\f372";
  font-family: "ionicons";
  color: #ccc;
  font-size: 1.8rem;
  vertical-align: middle;
}

.edit-area input[type="checkbox"]:checked + label:before {
  content: "\f373";
  color: #e50100;
}

.edit-area input[type="radio"] {
  display: none;
}

.edit-area input[type="radio"] + label {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

.edit-area input[type="radio"] + label:before {
  display: inline-block;
  content: "\f3a6";
  font-family: "ionicons";
  color: #ccc;
  font-size: 1.9rem;
  vertical-align: top;
}

.edit-area input[type="radio"]:checked + label:before {
  content: "\f375";
  color: #e50100;
  vertical-align: top;
}

/* file-btn*/

.edit-area .file-btn {
  display: inline-block;
  width: 130px;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+13,e6e6e6+100 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 13%,
    rgba(230, 230, 230, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 13%,
    rgba(230, 230, 230, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 13%,
    rgba(230, 230, 230, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
  transition: ease 0.25s all;
}

.edit-area .file-btn:hover {
  border-color: #000;
}

.edit-area input[type="file"].file-btn {
  display: none;
}

.edit-area select,
.edit-area input[type="date"] {
  /*display: inline-block;*/
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  margin: 10px 0;
  height: 40px;
  font-size: 1.4rem;
  border: 2px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* del-btn */

.edit-area .del-btn {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
  line-height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.edit-area .del-btn:before {
  display: inline-block;
  margin-right: 5px;
  content: "\f128";
  font-size: 1.5rem;
  line-height: 100%;
  font-family: "ionicons";
  transition: ease 0.25s all;
}

.edit-area .del-btn:hover:before {
  color: #e50100;
}

/* submit-btn */

.edit-area .submit-box {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .edit-area .submit-box {
    margin-top: 30px;
  }
}

.edit-area .submit-btn,
.edit-area .back-btn {
  display: inline-block;
  margin: 0 20px 40px;
  width: 380px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 70px;
  text-align: center;
  background: #e50101;
  border: 1px solid transparent;
  -webkit-appearance: none;
  cursor: pointer;
  transition: ease 0.25s all;
  letter-spacing: 1px;
  border-radius: 35px;
}

@media screen and (max-width: 767px) {
  .edit-area .submit-btn,
  .edit-area .back-btn {
    margin: 0 1%;
    width: 75%;
  }
}

.edit-area .submit-btn:hover {
  color: #e50101;
  border-color: #e50101;
  background: #fff;
}

.edit-area .back-btn {
  width: 200px;
  color: #000;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .edit-area .back-btn {
    width: 20%;
  }
}

.edit-area .back-btn:hover {
  color: #fff;
  background: #000;
}

/* photo-area */

.photo-area {
  letter-spacing: -0.5rem;
}

.photo-area * {
  letter-spacing: 1px;
}

.photo-area .title {
  margin-bottom: 10px;
}

.photo-area .box {
  display: inline-block;
  width: 48%;
}

@media screen and (max-width: 666px) {
  .photo-area .box {
    display: block;
    width: 100%;
  }
}

.photo-area .box.left {
  margin-right: 4%;
}

@media screen and (max-width: 666px) {
  .photo-area .box.left {
    margin-bottom: 20px;
  }
}

.photo-area .choose-set {
  letter-spacing: -0.5rem;
}

.photo-area .choose-set * {
  letter-spacing: 1px;
}

.photo-area .choose-set .thum {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.photo-area .choose-set .thum img {
  width: 120px;
  height: 120px;
  object-fit: scale-down;
  object-position: center center;
  background: #efefef;
  box-sizing: border-box;
}
.photo-area .choose-set.noimg .thum {
  position: relative;
}
.photo-area .choose-set.noimg .thum img {
  display: none;
}
.photo-area .choose-set.noimg .thum:after {
  content: "添付あり";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.photo-area .choose-set .btn-set {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: calc(100% - 130px);
  height: 120px;
  vertical-align: middle;
  text-align: center;
}

.photo-area .choose-set .btn-set .file-btn {
  margin-bottom: 10px;
}

.photo-area .choose-set .btn-set .enable {
  margin-bottom: 10px;
}

/* portfolio-area */

.portfolio-area {
  margin-top: 10px;
}

.portfolio-area .set-box {
  margin-bottom: 10px;
}

.portfolio-area .file-btn {
  margin-right: 10px;
}

/* submit_box */

.submit_box {
  margin-top: 6px;
  padding-top: 50px;
  border-top: 1px #ddd solid;
  cursor: pointer;
}

.mynavi {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}

/* support-box */
table .support-box {
  margin-top: 14px;
}
table .support-box p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  table .support-box p {
    margin-bottom: 5px;
  }
}
table .support-box p:last-child {
  margin-bottom: 0;
}
