@charset "utf-8";
html,body{
	height: 100%;
	width: 100%;
}
.parallax-window {
/*	 [disabled]min-height: 100%; */
}
.container {
	width: 98%;
	padding-top: 60px;
	padding-bottom: 60px;
	color: rgba(255,255,255,1.00);
}
.main-text {
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	color: rgba(255,255,255,1.00);
}
.sub-text {
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	color: rgba(255,255,255,1.00);
}
.fl-cl {
	clear: both;
}
.h1-name {
	font-size: 32px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	text-align: center;
}
.h2-title {
	font-size: 32px;
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	text-align: center;
	margin-bottom: 1em;
}
.al-c {
	text-align: center;
}
.mb30px {
	margin-bottom: 30px;
}
.usp-logo {
	padding-top: 50px;
	margin-bottom: 50px;

}
.usp-text {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	font-weight: bold;
}
.lead-text {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.new-box {
	width: 96%;
	background-color: rgba(255,255,255,0.50);
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.new-box-in {
	padding-top: 5px;
	padding-bottom: 10px;

}
.new-dt1 {
	width: 94%;
}
.new-img {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.new-img img {
	-webkit-box-shadow: 3px 3px 8px rgba(95,104,130,1.00);
	box-shadow: 3px 3px 8px rgba(95,104,130,1.00);
	margin-bottom: 20px;
}
.new-dt1 h3 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height: 120%;
}
.new-dt1 h4 {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height: 150%;
}
.new-dt1 p {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height: 160%;
}
.new-dt2 {
	color: rgba(0,0,0,1.00);
	font-size: 18px;
	width: 80%;
	margin-top: 20px;
}
.fcolor-blue {
	color: rgba(0,102,255,1.00);
}
.century-bt a {
	background-color: rgba(255,153,7,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(255,153,7,1.00) 0%,rgba(255,196,49,1.00) 30.57%,rgba(255,153,7,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,153,7,1.00) 0%,rgba(255,196,49,1.00) 30.57%,rgba(255,153,7,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,153,7,1.00) 0%,rgba(255,196,49,1.00) 30.57%,rgba(255,153,7,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,153,7,1.00) 0%,rgba(255,196,49,1.00) 30.57%,rgba(255,153,7,1.00) 100%);
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18pt;
	line-height: 120%;
	border-radius: 12px;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px rgba(128,128,128,1.00);
	box-shadow: 1px 1px 3px rgba(128,128,128,1.00);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	box-shadow: 3px 3px 8px rgba(95,104,130,1.00);
	padding-top: 8px;
	padding-bottom: 8px;
}
.century-bt a:hover {
	background-color: rgba(255,153,7,0.50);
	background-image: -webkit-linear-gradient(270deg,rgba(255,153,7,0.50) 0%,rgba(255,196,49,0.50) 30.57%,rgba(255,153,7,0.50) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,153,7,0.50) 0%,rgba(255,196,49,0.50) 30.57%,rgba(255,153,7,0.50) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,153,7,0.50) 0%,rgba(255,196,49,0.50) 30.57%,rgba(255,153,7,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(255,153,7,0.50) 0%,rgba(255,196,49,0.50) 30.57%,rgba(255,153,7,0.50) 100%);
	-webkit-box-shadow: 1px 1px 3px rgba(128,128,128,0.50);
	box-shadow: 1px 1px 3px rgba(128,128,128,0.50);
}
.outline-box {
	width: 96%;
	background-color: rgba(0,0,0,0.30);
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.outline-box-in {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	position: relative;
}
table.usp-outline th {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 5px;
}
table.usp-outline td {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: center;
}
table.usp-history th {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	color: rgba(0,13,121,1.00);
}
table.usp-history td {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 140%;
}
.outline-box-in h3 {
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(75,75,75,1.00);
	font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	line-height: 140%;
	margin-bottom: 20px;
}


#menu-pc,#menu-list {
	display: none;
}
#business-container {
	width: 100%;

}

.bis-box {
	background-color: rgba(0,121,192,0.80);
	width: 98%;
	margin-right: 1%;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 4px #7F7F7F;
	box-shadow: 2px 2px 4px #7F7F7F;
}

.bis-text {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: justify;
}

.box-height1,.box-height2 {
	font-size: 16px;
	line-height: 140%;
}
.inq-box .main-text {
	margin-bottom: 1em;
	margin-top: 1em;
}
.inq-box{
	width: 100%;
	
}
.inq-note {
	width: 96%;
}


table.mailform {
	width: 100%;
}
.mailform tr th {
	width: 100%;
	text-align: center;
	display: block;
}
.mailform tr td {
	width: 100%;
	display: block;
	text-align: center;
}

input{
	font-size: 17px;
	line-height: 180%;
}

textarea{
	font-size: 17px;
	line-height: 160%;
	min-width: 90%;
	min-height: 5em;
}
#mailform .mailform td {
	margin-bottom: 1em;
}
.mailform tr th {
	margin-bottom: 0.5em;
}
.submit-bt {
	margin-bottom: 0.5em;
	border-radius: 5px;
	background-color: rgba(102,228,163,1.00);
	border-style: none;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	-webkit-box-shadow: 2px 2px 4px rgba(71,78,114,1.00);
	box-shadow: 2px 2px 4px rgba(71,78,114,1.00);
}
.reset-bt {
	margin-bottom: 0.5em;
	border-radius: 5px;
	background-color: rgba(255,142,181,1.00);
	border-style: none;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	-webkit-box-shadow: 2px 2px 4px rgba(71,78,114,1.00);
	box-shadow: 2px 2px 4px rgba(71,78,114,1.00);
}


.submit-bt:hover {
	cursor: pointer;
	background-color: rgba(102,228,163,0.50);
}
.reset-bt:hover{
	cursor: pointer;
	background-color: rgba(255,142,181,0.50);
}
table.usp-outline {
	margin-bottom: 30px;
}
.tr01 {
	clear: both;
	border-bottom: 1px dashed rgba(255,255,255,1.00);
	margin-top: 10px;
}
.th01 {
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	margin-top: 10px;
	border-left: 3px solid rgba(138,191,255,1.00);
	padding-left: 6px;
	font-weight: bold;
}
.td01 {
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	border-left: 3px solid rgba(138,191,255,1.00);
	padding-top: 3px;
	padding-left: 6px;
	line-height: 130%;
}
.tr02 {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(255,255,255,1.00);
}
.th02 {
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	margin-top: 10px;
	border-left: 3px solid rgba(138,191,255,1.00);
	padding-left: 6px;
	line-height: 130%;
}
.td02 {
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	border-left: 3px solid rgba(138,191,255,1.00);
	padding-top: 3px;
	padding-left: 6px;
	line-height: 130%;
}
body footer {
	text-align: center;
	line-height: 180%;
	background-color: rgba(51,148,205,1.00);
	color: rgba(255,255,255,1.00);
}
.banner {
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	border-top: 2px solid rgba(51,148,205,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 23.32%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 23.32%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 23.32%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(228,228,228,1.00) 0%,rgba(255,255,255,1.00) 23.32%,rgba(255,255,255,1.00) 100%);
}
.banner img {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.bis-box-tb {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.book-dt {
	color: rgba(0,0,0,1.00);
	font-size: 12px;
	line-height: 130%;
}
.privacy-box {
	height: 5em;
	overflow-y: scroll;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(42,45,53,1.00);
	width: 90%;
}
.privacy-bt {
	text-align: left;
	width: 90%;
}
.privacy-bt label input {

}
.inq-textbox input {
	min-width: 90%;
}
#kyuka {
	border: 1px solid rgba(255,255,255,1.00);
	background-color: rgba(255,255,255,0.70);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 30px;
	width: 66%;
}
#kyuka p {
	color: rgba(0,0,0,1.00);
	line-height: 150%;
}
.new-dt1 h5 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
}
.new-box-in h3 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.50);
}
.sentence {
	display: inline-block;
}



























@media print,screen and (min-width: 641px) {
   /* 表示領域が800px以上の場合に適用するスタイル */
html,body{
	height: 100%;
	width: 100%;
}
.h2-title {
	text-align: left;
}
.container {
	width: 800px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: rgba(255,255,255,1.00);
}
.menu-pc-box {
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	width: 66%;
}
.usp-text {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.lead-text {
	margin-left: auto;
	margin-right: auto;
	width: 66%;
	padding-top: 21px;
	padding-bottom: 20px;
}
.new-box {
	width: 100%;
	background-color: rgba(255,255,255,0.50);
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	border-radius: 4px;
}
.new-box-in {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;

}
.new-dt1 {
	float: right;
	width: 63%;
}
.new-img {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	text-align: left;
	width: 30%;
}
.new-img img {
	-webkit-box-shadow: 3px 3px 8px rgba(95,104,130,1.00);
	box-shadow: 3px 3px 8px rgba(95,104,130,1.00);
}
.new-dt2 {
	color: rgba(0,0,0,1.00);
	position: absolute;
	bottom: 40px;
	left: 480px;
	font-size: 18px;
}
.new-box-in h3 {
	font-size: 24px;
	border-bottom: 2px solid rgba(255,255,255,1.00);
	padding-bottom: 5px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.50);
	text-align: left;
	margin-bottom: 20px;
}
.new-dt1 h4 {
	font-size: 30px;
	line-height: 120%;
}
.new-dt1 p {
	font-size: 16px;
	margin-bottom: 20px;
}
.outline-box {
	width: 100%;
	background-color: rgba(0,31,103,0.40);
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border-radius: 4px;
}

.outline-box-in {
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 50px;
	padding-left: 80px;
	position: relative;

}
table.usp-outline th {
	width: 20%;
	display: table-cell;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(255,255,255,1.00);
}
table.usp-outline td {
	width: 75%;
	display: table-cell;
	text-align: left;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(255,255,255,1.00);
}
table.usp-history th {
	width: 20%;
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
table.usp-history td {
	width: 75%;
	display: table-cell;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px dotted rgba(255,255,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}


#menu-pc {
	background-color: rgba(0,26,87,0.50);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	z-index: 1000;
}
#menu-pc li {
	width: 20%;
	float: left;
}
#menu-pc li a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 1vw;
}
#menu-pc li a:hover {
	color: rgba(0,255,219,1.00);
}
#menu,#menu-bt {
	display: none;
}
#menu-list {
	display: block;
}
#business-container {
	width: 100%;

}

.bis-box {
	background-color: rgba(0,121,192,0.80);
	width: calc(33% - 10px);
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 4px #7F7F7F;
	box-shadow: 2px 2px 4px #7F7F7F;
	margin-left: 5px;
}
.box-height1 {
	font-size: 16px;
	line-height: 140%;
}
.box-height2 {
	font-size: 16px;
	line-height: 140%;
}
.inq-box{
	width: 100%;
	position: relative;
	
}
.inq-form {
	width: 60%;
	margin-left: 0px;
}
.inq-note {
	width: 38%;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.tr01 {
	border-bottom: 1px dashed rgba(255,255,255,1.00);
	margin-bottom: 10px;
}
.th01 {
	float: left;
	width: 20%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left-style: none;
	padding-left: 0px;
	line-height: 130%;
}
.td01 {
	float: right;
	width: 77%;
	border-left: 3px solid rgba(138,191,255,1.00);
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tr02 {
	clear: both;
	border-bottom: 1px dashed rgba(255,255,255,1.00);
	margin-bottom: 10px;
}
.th02 {
	float: left;
	width: 20%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left-style: none;
	padding-left: 0px;
}
.td02 {
	float: left;
	width: 77%;
	border-left: 3px solid rgba(138,191,255,1.00);
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
}
input{
	font-size: 20px;
	line-height: 180%;
}

textarea{
	font-size: 20px;
	line-height: 160%;
}





}
