﻿@charset "utf-8";

/* ------------------------------------------------------------

	inquiry style

------------------------------------------------------------ */

/* ----------btn_inquiry---------- */

#contents.inquiry .btn_inquiry {
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	margin-left: 5px;
	font-size: 117%;
	font-weight: bold;
	overflow: hidden;
}

#contents.inquiry .btn_inquiry li {
	float: left;
	width: 320px;
	margin-bottom: 20px;
	padding: 0 10px;
}

#contents.inquiry .btn_inquiry li a {
	display: block;
	width: 290px;
	border: 2px solid #B2CFEB;
	padding: 13px;
	color: #000;
	overflow: hidden;
}

#contents.inquiry .btn_inquiry li a:hover {
	background-color: #CFE8FC;
	text-decoration: none;
	color: #000;
}

#contents.inquiry .btn_inquiry li a img {
	display: block;
	float: right;
	border: 1px solid #DDD;
}

/* ----------notice---------- */

#contents.inquiry .notice {
	color: #FF0000;
}
#contents.inquiry p.inquiry-number {
  font-size: 120%;
  font-weight: bold;
}
/* ----------tb_data3---------- */

#contents.inquiry .tb_data3 {
	margin-bottom: 10px;
}

#contents.inquiry .tb_data3 th {
	width: 120px;
}


/* ----------ime-mode---------- */

.ime_on {
	ime-mode: active;
}

.ime_off {
	ime-mode: inactive;
}

/* ---------- top-page explain ----------- */
#contents.inquiry .top-explain-box {
  border: 2px solid #B2CFEB;
  padding: 10px;
  text-align:center;
}
#contents.inquiry .top-explain-box .title {
  font-size:140%;
}
#contents.inquiry .top-explain-box ul.list_button {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#contents.inquiry .top-explain-box ul.list_button li a {
	display: inline-block;
	text-decoration: none;
	color: black;
	font-size: 150%;
	border: 1px solid #CCEBFA;
	border-radius: 5px;
	background-color: #CCEBFA;
	padding: 10px 5px;
	width: 10em;
	margin-bottom: 5px;
}
#contents.inquiry .top-explain-box ul.list_button li a:hover {
	border: 1px solid #B2CFEB;;
	background-color: lightcyan
}

/* ----------btn_submit---------- */

#contents.inquiry .btn_submit {
	width: 368px;
	margin-left: 146px;
	overflow: hidden;
}

#contents.inquiry .btn_submit li {
	float: left;
	padding: 0 5px;
}
#contents.inquiry .btn_submit li.reset {
	margin-top: 10px;
}


/* ----------list_check---------- */

#contents.inquiry dl.list_check {
	width: 90%;
	margin-bottom: 10px;
	overflow: hidden;
}

#contents.inquiry dl.list_check dt {
	float: left;
	width: 69px;
	padding-right: 5px;
}

#contents.inquiry dl.list_check dd {
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #ccc;
  height: 60px;
  width: 80%;
  font-size: 14px;
  line-height: 1.5em;
  background: #eee;
  transition: .3s;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 10px;
  border-radius: 10px;
}

/*********************/
/* checkbox
/*********************/
#contents.inquiry .checkboxes {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents.inquiry .checkboxes .checkbox-area {
  width: calc(50% - 5px);
  height: 70px;
  margin-bottom: 5px;
}

@media only screen and (max-width:599px){
	#contents.inquiry .checkboxes {
		flex-direction: column;
	}
	#contents.inquiry .checkboxes .checkbox-area {
	  width: 100%;
	}
}

#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] {
  display: none;
}

#contents.inquiry .checkboxes .checkbox-area label {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #ccc;
  height: 70px;
  font-size: 14px;
  line-height: 1.5em;
  background: #eee;
  transition: .3s;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  border-radius: 10px;
  top: 0;
  cursor: pointer;
}

#contents.inquiry .checkboxes .checkbox-area label:hover {
  background: #ffaaaa;
}

#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"]:checked + label {
  color: #183977;
  background: linear-gradient(to bottom, #ff8a00, #ffeea6);
}

#contents.inquiry .checkboxes .checkbox-area label {
  display: flex;
  align-items: center;
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label .checkmark {
  background-image: url(../inquiry/images/check.png);
  background-repeat:  no-repeat;
  background-position: center center;
  height: 100%;
  width: 46px;
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"]:checked + label .checkmark {
  background-image: url(../inquiry/images/checkmark.png);
}
#contents.inquiry .checkboxes .checkbox-area label .check-label-name {
  flex-grow: 100;
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label .check-photo {
  background-repeat:  no-repeat;
  background-position: center center;
  width: 70px;
  height: 100%;
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label#checklabel-01 .check-photo {
  background-image: url(../inquiry/images/check-product-01.jpg);
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label#checklabel-02 .check-photo {
  background-image: url(../inquiry/images/check-product-02.jpg);
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label#checklabel-03 .check-photo {
  background-image: url(../inquiry/images/check-product-03.jpg);
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label#checklabel-04 .check-photo {
  background-image: url(../inquiry/images/check-product-04.jpg);
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label#checklabel-05 .check-photo {
  background-image: url(../inquiry/images/check-product-05.jpg);
}
#contents.inquiry .checkboxes .checkbox-area input[type="checkbox"] + label#checklabel-06 .check-photo {
  background-image: url(../inquiry/images/check-product-06.jpg);
}

/*-----*/
#contents.inquiry .input-table input, #contents.inquiry .input-table textarea {
  max-width: 100%; }

#contents.inquiry .input-table > .row {
  display: flex;
  flex-direction: row; }
  #contents.inquiry .input-table > .row > .col-label {
    font-weight: bold; }

@media only screen and (max-width: 767px) {
  #contents.inquiry .input-table > .row {
    flex-direction: column; }
    #contents.inquiry .input-table > .row > .col-label {
      width: 100%; }
    #contents.inquiry .input-table > .row > .col-content {
      width: 100%; } }

#contents.inquiry .type-a {
  border: 2px solid #B0CDEB; }
  #contents.inquiry .type-a > .row > .col-label {
    border: 1px solid #B0CDEB;
    background-color: #ddf7ee;
    padding: 8px 10px; }
  #contents.inquiry .type-a > .row > .col-content {
    border: 1px solid #B0CDEB;
    padding: 8px 10px; }

#contents.inquiry .type-inner > .row {
  padding-top: 2px;
  padding-bottom: 2px; }

#contents.inquiry #inquiry-input {
  font-size: 0.9rem; }
  #contents.inquiry #inquiry-input > .row > .col-label {
    width: 150px; }
  #contents.inquiry #inquiry-input > .row > .col-content {
    width: calc(100% - 150px); }
  #contents.inquiry #inquiry-input input, #contents.inquiry #inquiry-input select {
    font-size: 0.9rem; }
  @media only screen and (max-width: 767px) {
    #contents.inquiry #inquiry-input > .row > .col-label {
      width: 100%; }
    #contents.inquiry #inquiry-input > .row > .col-content {
      width: 100%; } }

#contents.inquiry #inquiry-inner-input > .row > .col-label {
  width: 150px;
  white-space: nowrap; }

#contents.inquiry #inquiry-inner-input > .row > .col-content {
  width: calc(100% - 150px); }

@media only screen and (max-width: 767px) {
  #contents.inquiry #inquiry-inner-input > .row > .col-label {
    width: 100%; }
  #contents.inquiry #inquiry-inner-input > .row > .col-content {
    width: 100%; } }

#contents.inquiry textarea {
  font-size: 1.0rem;
  border-radius: 4px; }

#contents.inquiry .error-string {
  color: red; }

#contents.inquiry span.required {
  border: red 1px solid;
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 0px;
  margin-left: 2px;
  vertical-align: middle;
  background-color: red;
  color: white;
  font-size: 0.7rem;
  letter-spacing: 4px;
  white-space: nowrap; }

.select2-results__option {
  text-align: left; }

input[type='text']:focus,
textarea:focus {
  outline: none;
  border: 2px red solid;
  margin: 0; }

input.caution::-webkit-input-placeholder, textarea.caution::-webkit-input-placeholder {
  color: red; }

input.caution:-ms-input-placeholder, textarea.caution:-ms-input-placeholder {
  color: red; }

input.caution::placeholder, textarea.caution::placeholder {
  color: red;
  font-size: 90%; }

.notice {
  color: red;
  line-height: 1.4em; }

.full-justify {
  display: flex;
  justify-content: space-between; }

[aria-required=true] {
  border: red thin solid; }

button {
  border: none;
  background-color: #ffffff; }

div.buttons {
  text-align: center; }
  div.buttons button {
    vertical-align: middle; }

.preview_note {
  background-color: #ffffcc;
  padding: 5px 5px 5px 15px;
  color: #0066ff;
  font-weight: bold; }

div.err_msg {
  color: red; }

input[type="text"] {
  color: #444;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #aaa;
  border-radius: 4px; }

/* ------------------------------------------------------------
	Phase Display style
------------------------------------------------------------ */
#inquiry-phase {
  position: relative;
  border: none;
  width: 100%;
  height: 34px;
  margin-top: -10px;
  margin-bottom: 15px;
}
#inquiry-phase div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #223F59;
  padding: 2px;
}
#inquiry-phase div p {
  font-size: 16px;
  font-weight: bold;
  color: #7F7F7F;
  background-color: #D9D9D9;
  vertical-align: middle;
  padding: 2px;
}
#inquiry-phase div.phase-on p {
  color: black;
  background-color: white;
}
#inquiry-phase div.phase-1 {
  z-index: 3;
  width: 36%;
  clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
#inquiry-phase div.phase-1 p {
  clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 0% 100%);
  padding-left: 10px;
  padding-right: 35px;
}
#inquiry-phase div.phase-2 {
  z-index: 2;
  width: 69%;
  clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
#inquiry-phase div.phase-2 p {
  clip-path: polygon(0% 0%, calc(100% - 14px) 0%, 100% 50%, calc(100% - 14px) 100%, 0% 100%);
  padding-left: 55%;
  padding-right: 20px;
}
#inquiry-phase div.phase-3 {
  z-index: 1;
  width: 100%;
}
#inquiry-phase div.phase-3 p {
  padding-left: 72%;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  #inquiry-phase {
    margin-bottom: 15px;
  }
  #inquiry-phase div p {
    font-size: 12px;
    line-height: 1.2em;
    padding: 4px 2px;
  }
}
