@charset "utf-8";

/*=========================================*/
/* All */
/*=========================================*/

/*-- reset --*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, img, dl, dt, dd,
ol, ul, li,
fieldset, form, label, table, caption,
tbody, tfoot, thead,
article, aside, footer, header, menu, nav, section,
audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear:both;}

ol, ul{
	list-style:none;
}

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

blockquote, q{
	quotes:none;
}

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

/*a:link{
	color:#0045B3;
	text-decoration: underline;
}

a:visited{
	color:#000000;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#000000;
	text-decoration:none;
}*/

img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

html{
	height:100%;
}

body{
	font-size:14px;
        font-family: 'Noto Sans JP', sans-serif;
	line-height:170%;
	/*font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;*/
	text-align:left;
	color:#444444;
	padding:0px;
	margin:0px;
}

@media screen and (max-width:1300px){
}

@media screen and (max-width:1024px){
}

@media screen and (max-width:800px){
}

/*Chrome Opera*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}

/*=========================================*/
/* Header */
/*=========================================*/

#header{
	background-color: rgba(255,255,255,0.0);
	box-shadow: 0 0px 5px rgba(0,0,0,0.0);
    border-bottom: solid 1px rgba(0,0,0,0.08);
	color: #000000;
}

#header_area{
	margin: 15px auto;
    width: 100%;
    max-width: 1000px;
}

#header_area .logo{
	padding: 0px 0px 0 2px;
	text-align: left;
}

#header_area .logo a{
	width: 250px;
	display: block;
}

#header_area .logo img{
	width: 100%;
}

@media screen and (max-width:1024px){
#header_area{
    width: auto;
    margin: 15px 10px;
}
}

@media screen and (max-width:800px){
#header_area{
    margin: 10px 10px;
}

#header_area .logo a{
	width: 200px;
}
}

/*=========================================*/
/* Contents */
/*=========================================*/

.contents_area{
    position: relative;
    width: 100%;
    /*max-width: 1000px;*/
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:1024px){
.contents_area{
    width: auto;
    margin: 0px 20px;
}
}

@media screen and (max-width:800px){
.contents_area{
    margin: 0px 10px;
}
}

/*=========================================*/
/* TITLE */
/*=========================================*/

#contact_title{
    background-color: #007b41;
}

#contact_title .title{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
}

@media screen and (max-width:1024px){
#contact_title .title{
    width: auto;
    margin: 0px 20px;
    padding: 16px 0;
    font-size: 20px;
}
}

@media screen and (max-width:800px){
#contact_title .title{
    margin: 0px 10px;
    padding: 14px 0;
    font-size: 16px;
}
}

/*=========================================*/
/* STEP */
/*=========================================*/

#contact_step{
    border-top: solid 1px #459b64;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.15);
	background-position:center;
	background-repeat:repeat-y;
	background-size: 100%;
}

.contact_step_back_input{
	background-image:url(../images/step_back01.gif);
}

.contact_step_back_execute{
	background-image:url(../images/step_back02.gif);
}

#contact_step ul{
    width: 100%;
    max-width: 1000px;
    margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

#contact_step li{
    position: relative;
    width: 33.333%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
	letter-spacing: 0.05em;
}

#contact_step .page{
    background-color: #238647;
    color: #ffffff;
}

#contact_step .page_sub{
    background-color: #efefef;
}

#contact_step .step{
    margin: 0 8px 0 0;
}

#contact_step .title{
}

#contact_step .triangle01{
    position: absolute;
    display: block;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #238647;
}
#contact_step .triangle01.inactive {
    border-left: 25px solid #efefef;
}
#contact_step .triangle02{
    position: absolute;
    display: block;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ffffff;
}

#contact_step .triangle03{
    position: absolute;
    display: block;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #efefef;
}
#contact_step .triangle03.active {
    border-left: 25px solid #238647;
}

@media screen and (max-width:1024px){
#contact_step ul{
    width: auto;
}

#contact_step li{
    font-size: 15px;
	letter-spacing: 0.00em;
}
}

@media screen and (max-width:800px){
#contact_step li{
    height: 60px;
    font-size: 14px;
    line-height: 30px;
}

#contact_step li .step{
    margin: 7px 0px 0 0;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

#contact_step li .title{
    display: block;
    line-height: 20px;
}

#contact_step li .pc{
    display: none;
}

#contact_step .triangle01{
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #238647;
}

#contact_step .triangle02{
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #ffffff;
}

#contact_step .triangle03{
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #efefef;
}
}

/*=========================================*/
/* CONTACT */
/*=========================================*/

#contact_contents{
    padding: 20px 0;
}

#contact_contents .read{
    padding: 20px 0 0 0;
    font-size: 16px;
    /*color: #D50003;*/
    line-height: 170%;
    text-align: left;
}

#contact_contents .read a{
	/*color:#D50003;*/
	text-decoration:underline;
}

#contact_contents .read a:hover,
#contact_contents .read a:active{
	/*color:#D50003;*/
	text-decoration:none;
}

#contact_contents .read_execute{
    padding: 40px 0 0 0;
    font-size: 18px;
    line-height: 170%;
    text-align: left;
}

#contact_contents .text_execute{
    padding: 20px 0 60px 0;
    line-height: 170%;
    text-align: left;
}

#contact_contents .data_execute{
    border: solid 1px rgba(0,0,0,0.08);
    background-color: #f9f9f9;
    padding:30px;
    line-height: 180%;
    text-align: left;
}

#contact_contents .category{
    padding: 30px 0 10px 0;
    font-size: 18px;
    color: #000000;
    /*color:#D50003;*/
    line-height: 150%;
    text-align: left;
}

/* table */

.contact_list table {
	/* width:100%; */
	border-top:#000000 solid 0.5px;
	border-collapse: collapse;
}

.contact_list table tr{
	border-right:#000000 solid 0.5px;
}

.contact_list table th {
    /*width: 20%;*/
    width: 25%;
	background: #B3C8E9;
	color:#000000;
    font-weight: normal;
	padding: 3px 7px;
	border-left:#000000 solid 0.5px;
	border-bottom:#000000 solid 0.5px;
	vertical-align:middle;
}

.contact_list table th .required{
    float: right;
    color: #fff;
    background-color: #D50003;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
}

.contact_list table th .comments{
    padding: 5px 0 0 0;
    font-size: 12px;
    color: #0045B3;
    line-height: 150%;
}

.contact_list table th.th_color01 {
	/* background: #DDE8F9; */
    background: #ffe2af;
}

.contact_list table th.th_color02 {
	background: #A2C2E1;
}

.contact_list table th.th_color03 {
	background: #D6ECC3;
}

.contact_list table th.th_collect_plus {
	padding-bottom: 50px;
}

.contact_list table td {
    overflow: hidden;
	background:#FFF;
	padding: 3px 7px;
	border-left:#000000 solid 0.5px;
	border-right:#000000 solid 0.5px;
	border-bottom:#000000 solid 0.5px;
	vertical-align:middle;
}

.contact_list table td.td_color01 {
	background: #f0f0f0;
}

.contact_list table td.td_color02 {
	background: #d4d8dd;
}

.contact_list table td.td_color03 {
	background: #fff1c8;
}

.contact_list table td.td_row_plus {
	position: absolute;
    background: none;
    border: none;
    margin: -55px 0 0 0;
}

.contact_list table td.td_shortest {
    width: 13%;
}

.contact_list table td.td_collect02 {
    width: 285px;
}

.contact_list table td.td_collect03 {
    width: 110px;
}

.contact_list table td.td_collect_delete {
    width: 60px;
}

.contact_list table td.td_preferred {
    padding: 0px;
}

.contact_list table td.td_remarks {
    padding: 7px 20px 3px 7px;
}

.contact_list table td.td02 span{
    float: left;
    margin: 2px 0 0px 0;
}

.contact_list table td span.checkbox_area{
    float: left;
    margin: 4px 15px 4px 0;
}
.contact_list table td div.clearfix span.checkbox_area{
    width: 320px;
}
.contact_list table .preferred_box {
    display: table-cell;
}

.contact_list table .preferred_1st {
	border-bottom:#000000 solid 0.5px;
}

.contact_list table .preferred_2nd {
}

.contact_list table .preferred_box {
    width: 100%;
    display: table;
}

.contact_list table .preferred_box li {
    display: table-cell;
    padding: 3px 7px;
}

.contact_list table .preferred_box li.day{
    width: 100px;
	border-right:#000000 solid 0.5px;
}

.contact_list table .preferred_1st li.day{
	background: #f0f0f0;
}

.contact_list table .preferred_2nd li.day{
	background: #d4d8dd;
}

.contact_list table .preferred_box li.calender{
    padding: 3px 15px 3px 7px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

.contact_list table .preferred_box li.time{
    width: 10%;
    text-align: center;
}

.contact_list table .preferred_box li.text{
    width: 20px;
    padding: 7px 0px;
    text-align: center;
}

.contact_list table td input {
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 5px 5px;
    font-size: 14px;
}

.contact_list table td textarea {
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,0.15);
	padding: 5px 5px;
    font-size: 14px;
}

::-webkit-input-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
::placeholder{
  color: #666666;
}

.contact_list table input:hover {
}

.contact_list table input:focus {
	border: 1px solid #238647;
}

.contact_list table input.input01 {
    width: 90%;
}

.contact_list table input.input02 {
    width: 200px;
}

.contact_list table td.td02 input.input_calender{
    float: left;
    margin: 0 10px 0 0;
}

.contact_list table td.td02 input.btn_calender{
    float: left;
    margin: 3px 0 0px 0;
}

.contact_list table .preferred_box li.calender input.input_calender{
    /*flex: 1;*/
    margin: 0 7px 0 0;
}

.contact_list table .preferred_box li.calender input.btn_calender{
    margin: 3px 0 0 0;
}

.contact_list table input.input_collect_free {
    width: 80%;
}

.contact_list table input.input_size01 {
    /*width: 210px;*/
    width: 175px;
}

.contact_list table input.input_size02 {
    /*width: 197px;*/
    width: 175px;
}

.contact_list table input.input_maker {
    /*width: 180px;*/
    width: 175px;
}

.contact_list table input.input_file {
    width: 175px;
}

.contact_list table input.input_quantity {
    width: 50px;
}

.contact_list table textarea.textarea01 {
    width: 100%;
}

.contact_list table input.btn_calender {
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: none;
    text-indent: -9999px;
    background-image: url("../images/icon_calendar.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_list table input.btn_add{
    float: right;
	width: 60px;
	cursor: pointer;
	display: block;
	padding: 7px 0 7px 0;
        margin-left: 7px;
    background-color: #238647;
    border: solid 1px #238647;
	font-size:13px;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contact_list table input.btn_delete{
    float: right;
	width: 60px;
	cursor: pointer;
	display: block;
	padding: 7px 0 7px 0;
	background-color: #E4E4E4;
    border: solid 1px rgba(0,0,0,0.08);
	font-size:13px;
	color: #000000;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contact_list table input.btn_reference{
    float: left;
	width: 100px;
	cursor: pointer;
	display: block;
	padding: 7px 0 7px 0;
	background-color: #E4E4E4;
    border: solid 1px rgba(0,0,0,0.08);
	font-size:13px;
	color: #000000;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contact_list table input.btn_row_plus{
	width: 90px;
	cursor: pointer;
	display: block;
	padding: 10px 0 10px 10px;
	background-color: #fff1c8;
    background-image: url("../images/icon_plus.png");
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 12px;
    border: solid 1px rgba(0,0,0,0.15);
	font-size:13px;
	color: #000000;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contact_list table td.td_collect01 input.input_method{
    width: 80px;
    margin: -2px 15px 0 10px;
    text-align: right;
}

/* btn */

#contact_contents .btn_area{
	width:100%;
	padding: 40px 0 25px 0;
	margin:0 auto;
	text-align: center;
}

#contact_contents .btn_area ul{
	width:100%;
	max-width: 600px;
	/* margin: auto; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

#contact_contents .btn_area li{
	width: 50%;
	margin: 0px auto 0 auto;
}

#contact_contents .btn_area .btn{
	margin: 0px 10px;
	text-align: center;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

#contact_contents .btn_area .btn a{
	cursor: pointer;
	font-size:16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 19px 0 20px 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contact_contents .btn_area .btn01 a {
	background-color: #efefef;
    border: solid 1px rgba(0,0,0,0.08);
    color: #000000;
}

#contact_contents .btn_area .btn02 a {
    border: solid 1px #238647;
	background-color: #238647;
    color: #ffffff;
}


#contact_contents .btn_area .btn input{
	font-size:16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	text-align: center;
	width: 100%;
	cursor: pointer;
	display: block;
	/* padding: 19px 0 20px 0; */
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contact_contents .btn_area .btn01 input {
	background-color: #efefef;
    border: solid 1px rgba(0,0,0,0.08);
    color: #000000;
}

#contact_contents .btn_area .btn02 input {
    border: solid 1px #238647;
	background-color: #238647;
    color: #ffffff;
}

@media screen and (max-width:800px){
#contact_contents{
    padding: 20px 0;
}

#contact_contents .read{
    padding: 0px 0 10px 0;
    font-size: 14px;
    line-height: 160%;
}

#contact_contents .read_execute{
    padding: 5px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}

#contact_contents .text_execute{
    padding: 15px 0 30px 0;
}

#contact_contents .data_execute{
    padding:10px;
}

#contact_contents .category{
    padding: 10px 0 10px 0;
    font-size: 15px;
}

/* table */

.contact_list table.table_registrant_information {
    margin: 0 0 10px 0;
}

.contact_list table.table_preferred_date {
	border-top:none;
}

.contact_list table.table_preferred_date tr {
    display: block;
    margin: 0 0 10px 0;
	border-top:#000000 solid 0.5px;
}

.contact_list table th {
	display:block;
    width: auto;
}

.contact_list table th.th_collect_plus {
	padding-bottom: 7px;
}

.contact_list table th.th_collect {
	border-top:#000000 solid 0.5px;
}

.contact_list table td {
	display:block;
    border-right: none;
}

.contact_list table td.td01 {
    width: auto;
}

.contact_list table td.td02 {
    width: auto;
}

.contact_list table td.td_row_plus {
	position: relative;
	border-left:#000000 solid 0.5px;
	border-bottom:#000000 solid 0.5px;
    margin: 0px 0 0 0;
}

.contact_list table td.td_shortest {
    width: auto;
}

.contact_list table td.td_collect01 {
    border-bottom: none;
}

.contact_list table td.td_collect02 {
    width: auto;
    padding: 0px 7px 7px 7px;
    border-bottom: none;
}

.contact_list table td.td_collect03 {
    width: auto;
    padding: 0px 7px 7px 7px;
    border-bottom: none;
}

.contact_list table.check_list td.td_collect03 {
	border-bottom:#000000 solid 0.5px;
}

.contact_list table td.td_collect_delete {
    width: auto;
    padding: 0px 7px 7px 7px;
}

.contact_list table .preferred_box {
    display: block;
}

.contact_list table .preferred_box li.day{
    display: block;
    width: 100%;
	border-right:none;
}

.contact_list table .preferred_2nd li.day{
	border-bottom:#000000 solid 0.5px;
}

.contact_list table .preferred_box li.calender{
    padding: 7px 7px 0px 7px;
}

.contact_list table .preferred_box li.time{
    width: auto;
    padding: 5px 7px 10px 7px;
}

.contact_list table .preferred_box li.text{
    width: auto;
    padding: 5px 2px 10px 2px;
}

.contact_list table input.btn_row_plus{
    margin: auto;
}

/* btn */

#contact_contents .btn_area{
	padding: 30px 0 10px 0;
}

#contact_contents .btn_area ul{
    margin: 0 0px;
}

#contact_contents .btn_area .btn{
	margin: 0px 5px;
}

#contact_contents .btn_area .btn a{
	font-size:14px;
	padding: 14px 0 15px 0;
}

#contact_contents .btn_area .btn input{
	font-size:14px;
	padding: 14px 0 15px 0;
}
}

/*=========================================*/
/* FOOTER */
/*=========================================*/

#footer{
	padding: 30px 0;
	overflow: hidden;
	text-align: center;
    border-top: solid 1px rgba(0,0,0,0.08);
}

#footer .copyright{
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	letter-spacing: 0.00em;
    color: #666666;
}

@media screen and (max-width:800px){
#footer{
	padding: 20px 0;
}

#footer .copyright{
	font-size: 13px;
}
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox]+ label {
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  padding-left: 18px;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #CCC;
  left: 0;
  background-color: #FFF;
}



input[type=radio] + label:before {
  border-radius: 50%;
}

input[type=checkbox] + label:before {
  border-radius: 2px;
}

.unchecked input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #CCC;
  left: 0;
  background-color: #FFF;
}

.unchecked input[type=radio] + label:before {
  border-radius: 50%;
}

.unchecked input[type=checkbox] + label:before {
  border-radius: 2px;
}

input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  border: 1px solid #e74c3c;
}

input[type=checkbox]:checked + label:before {
  background-color: #e74c3c;
}

input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio]:checked + label:after {
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #e74c3c;
  border-radius: 50%;
}

input[type=checkbox]:checked + label:after {
  top: -1px;
  left: 5px;
  width: 6px;
  height: 13px;
  transform: rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

input:disabled {
  background-color: rgb(235, 235, 228);
}

.annotation-msg {
    color: #D50003
}
