/*h1{
text-align: center;
}

.base01{
  padding: 20px 5% 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}

.tit_contact{
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
  font-weight: normal;
}

.back_shop_link{
   margin: 20px 0 30px;
   text-align: right;
}

.back_shop_link > a{
    margin: 0 7px;
    color: #35454c;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    background: #eff2f4;
    line-height: 1;
    font-size: 12px;
    padding: .75em 1.5em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
}

.txt_contact_desc{
    color: #607d8b;
    background: #eff2f4;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}

.group_form dt{
    color: #222;
    width: 35%;
    vertical-align: top;
    padding: 17px 20px 17px 0;
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold;
    padding: .5em 0 0;
    border: none;
    display: block;
    width: auto;
    font-size: 16px;
}

.group_form dd{
    margin-inline-start: 0;
    padding: 10px 0;
}

.group_form input{
    width: 100%;
    padding: 7px;
    border: 2px solid #d7dee2;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
 	 height: 54px;
}

.group_form textarea{
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
  	height: 365px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding: 2px;
    width: 100%;
    padding: 7px;
    border: 2px solid #d7dee2;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em .5em;
    font-size: 16px;
}

.note.mail_confirm{
    margin: .3em 0;
    font-size: 12px;
  display: inline-block;
}

.btn_contact_send > input{
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    margin: 0 7px;
    color: #35454c;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    background: #d0d8dc;
    color: #eff2f4;
    cursor: default;
    box-shadow: none;
    margin: 0 0 1em;
    padding: 1em 0;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}

footer address{
    font-size: 10px;
    text-align: center;
    padding: 20px 0;
}*/