@charset "utf-8";

.required{
    color: red;
}

 #error_block, #confirm_block, #thank_block{
    display:none;
    line-height: initial;
}
/*#error_block {
    background: url("../images/error-icon.png") no-repeat 0 center;
    background-size: 40px;
    padding: 10px;
    padding-left: 50px;
}*/
.tooltip-element{display: block;margin-top: 5px;}
.tooltip-element:before{content:"※";} 

.loading_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(116, 116, 116, 0.78);
    display: table-cell;
    display: none; 
    vertical-align: middle;
    text-align: center;
	z-index: 98;
}

.loading_div .loading_img {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px 60px;
    font-weight: bold;
	margin: 0;
	z-index: 99;
}
.loading_div .loading_img p{
	line-height:2em
}

table.iform input, table.iform select, table.iform textarea {
    font-family: Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    outline: none;
}

table.iform .long {
    width: 490px;
}

table.iform .middle {
    width: 254px;
}

table.iform .short {
    width: 120px;
}

table.iform .btn, .btn {
    /* border: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 28px;
    background-repeat: no-repeat;
    margin: 0 auto;
    cursor: pointer;
    outline: none; */
}
.ResponseForm button[type='submit']:disabled{
	opacity: 0.5; 
  	cursor: not-allowed;
}

table.iform select {
    width: 212px;
}

.ResponseForm #modifyBtn {
    display: none;
}

button[type='submit']{
    border: none;
	border-radius: 0;
    display: inline-block;
	color: #fff;
    background: #0763a4;
	height: 46px;
    padding: 0 1.5em;
    margin: 15px auto;
	width: auto;
	
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.btn.submit:before, #resetBtn:before, #modifyBtn:before {
	content: none;
}

#modifyBtn, #resetBtn {
	border: none;
	border-radius: 0;
	display: inline-block;
	color: #333;
	background: #ddd;
	height: 46px;
	padding: 0 1.5em;
	margin: 15px;
	width: auto;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}
#modifyBtn {
    margin: 15px auto;
}

.btn[type='submit']:hover {
    opacity: 0.7;
}

/* -- form -- */

table.iform{
	width:100%;
	border-bottom:none;
	margin-bottom: 40px;
    font-family: Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif !important;
}
table.iform th{
	width: 34.33%;
	border-bottom:1px solid #dddddd;
	padding:20px 2%;
	font-weight: normal;
    text-align: left;
}
table.iform th span {
	color: #444;
}
table.iform th .required{
	color:#e94641;
	font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
	display: inline-block;
}
table.iform td {
	border-bottom:1px solid #dddddd;
    word-break: break-all;
}
table.iform td p.cap{
	padding-top:10px;
}
table.iform * {
	color: #444;
	font-size: 14px;
	font-size: 1.4rem;
}

table.iform td textarea{
	height: 130px;
	min-height: 130px;
	max-height: 300px;
	max-width: 100%;
	width: 100%;
	border: 1px solid #ccc;
    padding: 10px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    resize: vertical;
}
table.iform td select{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
table.iform td select option{
    padding: 2px 0;
}

table.iform td[colspan="2"] {
	background: #fafafa;
    padding: 0.6em 1em;
	font-weight: 600;
}

table.iform td input:focus,
table.iform td select:focus {
	outline: none;
}

table.iform label {
    font-weight: normal;
}

label span {
    font-size: 16px;
}
label.error {
    display: block;
    color: #e94641;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

label.error::before {
    content: "※ ";
}

.server-error {
	color: #e94641;
	font-size: 14px;
	font-size: 1.4rem;
}
.server-error:last-child {
	margin-bottom: 20px;
}

table.iform td .name-list li{
	width: 30%;
	float: left;
	display: table;
	margin-right: 3%
}
table.iform td .name-list li .label{
	display: table-cell;
	width: 2.5em;
	padding-right: 10px;
	text-align: right;
}
table.iform td .name-list li .input{
	display: table-cell;
}
table.iform td .rc-list li{
	width: 20%;
	float: left;
}

@media (max-width: 768px) {
    table.iform tr {
        display: block;
        padding: 15px 0;
        font-size: 14px;
        font-size: 1.3rem;
        border-bottom: 1px solid #dddddd;
    }
    table.iform th {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
        border: none;
    }
    table.iform td {
        display: block;
        padding: 0;
        width: 100%;
        border: none;
    }
    .ResponseForm .btn[type='submit'] {
        width: 100%;
        font-size: 15px;
        font-size: 1rem;
        padding: 20px 0;
    }
}

/* clearfix */
.clearfix:after, #event .inner:after, #event_box:after, #news_area:after, #info_area:after, #sns:after, .bgContentsArea:after, .event_box:after {
    content: "";
    clear: both;
    display: block;
}


/* FORM */
.rc-list+label{
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0 0 0 45px;
    vertical-align: middle;
    cursor: pointer;
}

.rc-list+label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  z-index: 5000;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #888888;
  border-bottom: 3px solid #888888;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rc-list+label:after{
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #dddddd;
    content: '';
    background-color: #eeeeee;
}

input[type=checkbox].rc-list:checked+label:before {
  opacity: 1;
}

.checkbox-group br, .radio-group br {
	/* display: none; */
}
.checkbox-group label, .radio-group label {
	margin-right: 15px;
}

#instanceType {
    width: 80%;
}
table.iform .instance-type {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    padding: 6px 15px;
    border-radius: 4px;
    height: 40px;
    background: #67b9ff;
    color: #fff;
}

.no_style_list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.no_style_list li {
    width: 60%;
    float: left;
    margin-bottom: 10px;
}
.no_style_list li:last-child {
    width: 19%;
    float: right;
    display: inline-block;
}
.no_style_list li:last-child button {
    padding: 5px 15px;
    border-radius: 5px;
    height: 35px;
    vertical-align: middle;
}
.on-plust {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}
.small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
}

table.confirm th {
    border-bottom: 1px solid #428bca;
}
table.iform .btn.myip {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    height: 35px;
    background: #67b9ff;
    color: #fff;
}
#instanceTable {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    display: none;
}
#instanceTable table {
    width: inherit;
    margin-top: 10px;
}
#instanceTable tr {
    cursor: pointer;
}
#instanceTable tr:hover {
    background: #afdaff;
}
#instanceTable th{
    width: auto;
    background: #eee;
    padding: 15px 2%;
    text-align: center;
}
#instanceTable td {
    padding: 15px 2%;
    text-align: center;
}

@media screen and (max-width: 470px){
    .no_style_list li {
        width: 100%;
    }
    table.iform .btn.myip {
        margin-bottom: 10px;
    }
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

.g-recaptcha.recap > div {
    margin: auto;
}

.table-type02 input[type='text'], .table-type02 input[type='email'], .table-type02 input[type='search'], .table-type02 input[type='number'], .table-type02 input[type='tel']{
    width: 100%; 
    height: 32px;
    padding: 0 .5em;
    border: 1px solid #ccc;
}

.table-type02 input[type='checkbox']{
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox;
}

.table-type02 input[type='radio']{
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio;
}

.table-type02 select{
    height: 32px;
    padding: 0 .5em;
    -webkit-appearance: menulist;
    cursor: pointer; 
    border: 1px solid #ccc;
}

#normalForm .checkbox-group br {
    display: block;
}
form table.iform label {
    line-height: 1.7;
}
form table.iform .checkbox-group label {
    padding: 0px 0 5px 5px;
    display: inline-block;
}

#CheckCode {
    margin-top: 20px;
}

#requestManual #applicationno {
    width: 25%;
}

#requestManual #applicationno + p.confirmVal {
    display: inline-block;
}

#calculate_price_front {
    margin-top: 10px;
    color: #888;
}

#requestLeaflet #completedoc,
#requestLeaflet #leaflet,
#requestLeaflet #guidebook {
    width: 25%;
}
#requestLeaflet #completedoc + p.confirmVal,
#requestLeaflet #leaflet + p.confirmVal,
#requestLeaflet #guidebook + p.confirmVal {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    table.iform tr {
        padding: 0;
        margin-bottom: 4%;
    }
    table.iform th {
        padding: 5px;
        background: #fff;
        margin-bottom: 0.5%;
    }
    table.iform th label {
        font-weight: bold;
    }
    .table-type02.iform {
        border: none;
    }
}

input[type="checkbox"]+.custom_checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    bottom: 6px;
    width: 6px;
    height: 12px;
    border: solid #005ab4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
}

input[type="checkbox"]:checked+.custom_checkbox:after{
	display:block;
}


input[type="radio"]+.custom_radio:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: border-color, -webkit-transform;
    transition-property: transform, border-color;
    transition-property: transform, border-color, -webkit-transform;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #005ab4;
    
}

input[type="radio"]:checked+.custom_radio:after{
	-webkit-transform: scale(1);
    transform: scale(1);
}