@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
    /*font-family: "微软雅黑","宋体";*/
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
h1, h2, h3, h4, p, ul, li {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
#lang-serect {
    width: 100%;
    padding-top: 100px;
}
.lang-btn a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #8F94CE;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 50px;
    font-size: 3.5vw;
    color: #fff;
}
h1 {
    font-size: 6vw;
    font-weight: normal;
    text-align: center;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}
h2 {
    font-size: 6vw;
    background-color: #8F94CE;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}
.head-txt {
    font-size: 3.5vw;
    line-height: 150%;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
#wrapper {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.5vw;
}
/* divのスタイル */
.container {
  width: 96%;
  height: 100px;
  overflow-y: auto; /* スクロールバーを表示する */
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  padding-right: 10px;
  padding-bottom: 15px;
  
}
.kouka {
    font-size: 4vw;
    color: #8F94CE;
    margin-top: 15px;
    margin-bottom: 10px;
}
.setumei {
    font-size: 3vw;
    line-height: 150%;
    margin-bottom: 15px;
}
.container h3 {
    font-size: 3vw;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 20px;
    line-height: 130%;
}
.container p {
    font-size: 3vw;
    line-height: 130%;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 15px;
}
.container ul {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 3vw;
}
.container ul li {
    margin-top: 10px;
    line-height: 130%;
}
.seibun {
    font-size: 3vw;
    margin-bottom: 20px;
    margin-top: 5px;
    line-height: 150%;
    padding-left: 15px;
}
/* containerを包むdivのスタイル */
.container-wrapper {
    margin-bottom: 50px;
    box-shadow: 0px 0px 15px -5px #c7c7c7;
border-radius: 10px;
padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: solid 1px #ccc;
}

/* チェックボックスとセレクトボックスのスタイル */
.checkbox, .select {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
}
.d-name:disabled{
    background-color: #fff;
    border: none;
    font-size: 5vw;
    color: black;
    width: 90%;
    border-left: solid 8px #8F94CE;
    border-bottom: dotted 1px #ccc;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-top: 5px;

}
:disabled{
    color: black;
    opacity: 1;
}
.btm-bt a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 13%;
    background-color: #ccc;
    color: black;
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
}
.flex {
	display:flex;
	justify-content: space-evenly; 
	margin-bottom: 10px;
}
.item {
	/*box-shadow: 0px 0px 14px -3px #cfcfcf;*/
	width:18%;
	border: 1px solid #ccc;
    text-align: center;
    font-size: 3vw;
    padding-top: 10px;
    height: 30px;
    background: #f4f4f4;
    background: -moz-linear-gradient( #ffffff 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background: -webkit-linear-gradient( #ffffff 0%, #f4f4f4 100%);
    background: -o-linear-gradient( #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient( #ffffff 0%, #f4f4f4 100%);
    line-height: 100%;
}
.item a{
    text-decoration: none;
    display: block;
    color: #333;
}
.kakaku {
    font-size: 5vw;
    margin-bottom: 40px;
    text-align: center;
}
.s-txt {
    font-size: 3.5vw;
}
.chuui {
    font-size: 4vw;
    margin-bottom: 20px;
}
.tiryou {
    font-size: 3vw;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 130%;
}
img {
    width: 100%;
    height: auto;
}
.p-info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.p-info-imput {
    background-color: #d6d9fd;
}
label {
    color: #545885;
    font-size: 3.5vw;
    margin-bottom: 30px;
}
.red-t {
    color: rgb(255, 0, 0);
    font-size: 3vw;
}
.yoyaku-bt a {
    background-color: #8F94CE;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 5vw;
    text-decoration: none;
    margin-bottom: 100px;
    margin-top: 50px;
}
.g-map {
    font-size: 5.5vw;
    font-weight: lighter;
    text-align: center;
}
.select {
    padding: 10px;
    width: 20%;
}
.bt02 {
    font-size: 4vw;
    width: 60%;
    height: 50px;
}