/* common.css */
/* sp-common7-2r2 2025/12/03 */
html, body, div, h1, h2, h3, h4, h5, h6, p, address, blockquote, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,
section, hgroup, nav, article, aside, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section, nav, article, aside, header, footer {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

ul li, ol li, dl dt{
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

body {
	line-height: 1.8;
/*	font-size:4.375vw;  28px */
    font-size: 4.0625vw; /* 26/640=0.040625 */
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
	font-family: "Noto Sans JP",'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    font-style: normal;
	color: rgb(70, 65, 60); /*# 46413c（R70 G65 B60）*/
}

a {
	color: #067dac;
	-webkit-tap-highlight-color: #99CCFF;
	text-decoration: underline;
}
@media(min-width:640px){
	body {
		font-size:26px; /* 幅が640px以上の場合は文字サイズを固定する。 */
	}
}
#header{
/*	position: relative;
    position: fixed;
*/
    position: relative;
    font-size: 15px;
    background: #fff;
	top: 0;
	left: 0;
    z-index: 100;
	width: 100%;
	margin: 0 auto;
	overflow: visible;
    border-bottom: solid 1px #CCCCCC;
}
#head_banner{
    position: relative;
	margin: 0 auto;
	height: 65px;
	padding-top: 0;
	max-width: 1200px;
	min-width: 300px;
}
#head_banner .aquas_logo{
	position: absolute;
	float: none;
	width: 120px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	top: 5px;
}
#head_banner .aquas_logo img{
/*	width: auto;*/
	height: auto;
}
#wrapper {
	text-align: left;
	margin : 0 auto;
	background : #EBEBEB;
}

#contents,
#contents_lp {
	margin : 0 auto;
    max-width: 640px;
    background: #fff;
    padding-left: 0em;
    padding-right: 0em;
}

@media(min-width:1050px){

#header{
	min-width: 1050px;
    position: fixed;
}
#contents {
    padding-top: 65px;
}

}



.pageTitle {
	padding-top:0.6em;
	padding-bottom: 0.6em;
    padding-left: 1.2em;
	font-size: 1.5em;
    letter-spacing: 0.05em;
	text-align: left;
	clear: both;
}
.redtext {
	color: #F00;
}
.nav_flow{
	width:100%;
	overflow:hidden;
    padding-top: 2em;
    padding-bottom: 2em;
}
#formtop{
	text-align: center;
}
.formTitle {
	padding-top:0.8em;
	padding-left: 1.2em;
	font-size: 1.1em;
	font-weight: bold;
}
.formMessageBox{
    margin-top: 0.8em;
    margin-bottom: 1.0em;
    margin-left: 1.3em;
    margin-right: 1.0em;
	font-size: 1.0em;
}
.formBox {
	font-size: 0.9em;
    margin-left: 1.3em;
    margin-right: 1.0em;
}
.confBox{
	font-size: 0.9em;
}
.formBox h3{
	font-size: 1.1em;
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
}
.formBox h4{
	font-size: 1.1em;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}
.formBox h5{
	font-size: 0.9em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-weight: bold;
}
.form-error{
	background-color:#FFD9D9;
	text-align:left;
	font-weight:bold;
	color:#F00;
}
.form-stext {
	font-size: 0.8em;
	text-align: left;
	font-weight: normal;
}
.form-mtext{
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
}
.form-ssltext{
	font-size: 0.7em;
	font-weight: normal;
    padding-left: 3em;
    padding-top: 0em;
}
.form-value {
	font-weight:bold;
	font-size: 1em;
}
.form-comment {
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.tel-text {
	font-size: 0.7em;
	text-align: center;
	font-weight: normal;
    padding-bottom: 1em;
}
.require{
	color:#FFF;
	background-color:#BD1812;
	font-weight:bold;
	font-size:0.6em;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	margin-right: 9px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.form_redtext{
	color: #BD1812;
	margin-bottom: 0.4em;
	margin-top: -0.4em;
}
img{
	max-width:100%;
	height:auto;
}
hr{
    color: #CCCCCC;
}
input:focus,textarea:focus,select:focus{
	background:#FFFFCC;
/*    outline-color: #009BB4;
*/
}
.formInputBox{
	font-size:1.0em;
	padding-top:0.7em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
.formInputBox p{
    padding-top: 1em;
}
.formConfBox, .formConfPlan{
	font-size:0.9em;
	font-weight: normal;
	padding-top: 0.7em;
	padding-right: 0.4em;
	padding-bottom: 0.7em;
	padding-left: 0.4em;
}
.formConfPlan{
	font-size:0.9em;
}
.formConfPlan{
	background-color: #FFFFFF;
	font-weight: bold;
}
.formConfPlan table {
	margin: 0.9em;
    margin-left: 0.7em;
	width: 96%;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.formConfPlan table th{
	padding: 0.8em;
	text-align: left;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.formConfPlan table td{
	padding: 0.8em;
	text-align: left;
	vertical-align:top;
}
.formConfPlan table td:last-child{
	text-align: right;
}
.formConfPlan span{
	font-size: 80%;
	font-weight: normal;
}
.formConfPlan .td_left{
	text-align: left !important;
    padding-bottom: 0em !important;
}
.form_torikeshi{
    text-decoration: line-through;
    font-size: 100% !important;
}

.formConfBox{
	padding-top: 0.3em;
}

.formConfBox p{
	margin-top: 0.5em;
}

.formBoxType1{
	background-color: #D6D6D6;
	border-radius:6px;
	padding: 1em;
	margin-bottom: 0.5em;
}
.formBoxType2{
	background-color: #FFFFFF;
	border-radius:6px;
	padding: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #333333;
}

.formBoxType3{
	background-color: #EBEBEB;
	margin: 0.8em;
	border-radius:6px;
	padding: 0.5em;
}
.formBoxType3 .form-value{
    margin-bottom: 0.5em;
}
.formBoxType1 h4{
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
.formBoxType1 h4 span{
	font-size: 90%;
}
.formBoxType1 p{
	font-size: 0.8em;
	padding-left: 2em;
}
.formBoxType1 span{
	font-size: 90%;
}
.formBoxType1 p span{
	font-size: 150%;
}
.formBoxType2 span{
	font-size: 75%;
}
.formBoxType2 p{
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 2em;
}
.formSentakuBox{
	padding: 1em;
}
.formSentakuBox .form-comment{
	margin-left: 20px;
	margin-bottom: 5px;
	margin-right: 20px;
}
input[disabled]{
	border:1px solid #dbd9d9;
	background:#eaeaea;
	box-shadow:none;
}

.formInputBox input[type="text"],
.formInputBox input[type="email"],
.formInputBox input[type="tel"],
.formInputBox input[type="number"],
.formInputBox input[type="date"],
.formInputBox textarea{
	-webkit-appearance: none;
	-webkit-border-radius:0px;
	border-radius: 0;
	border:1px solid #666666;
	/*	box-shadow:3px 3px 0px rgba(0,0,0,0.2) inset;*/
	width:90%;
	padding: 0.8em;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
	font-size:1em;
	font-weight: normal;
    font-family: inherit;
}
.formInputBox input[type="date"]{
	padding: 0.8em !important;
}
.formInputBox textarea{
	width:90%;
	font-size:1em;
	font-weight: normal;
}
.formInputBox select{
	-webkit-appearance: none;    /* Firefox向け */
	-moz-appearance: none;       /* Google Chrome、Safari向け */
	appearance: none;
	-webkit-border-radius:0px;
	border-radius:0px;
	font-size:1.0em;
    font-family: inherit;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
	border:1px solid #666666;
	background-image: url(/images/v8/sel_btn01.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	width:96.0% !important;
	padding-top: 0.6em;
	padding-right: 0.7em;
	padding-bottom: 0.6em;
	padding-left: 0.7em;
}

.formInputBox label{
	font-weight: bold;
}

.formInputBox input.boxShort{
	width:10em;
}
.formInputBox::placeholder{
    color: #F3F3F3;
}
.checkbox_m{
	display: none;
	width:			0.9em;
	height:			0.9em;
}
.checkbox_m + label{
	cursor: pointer;
	padding-left: 1.3em;
	position:relative;
	margin-right: 0.8em;
	display: inline-block;
	font-weight: normal;
	font-size: 0.9em;
}
.checkbox_m + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.46em;
	left: 0.0em;
	width: 0.8em;
	height: 0.8em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 3px;
}
.checkbox_m:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.26em;
    left: 0.2em;
    width: 0.4em;
    height: 0.7em;
    transform: rotate(40deg);
    border-bottom: 0.25em solid #009BB4;
    border-right: 0.25em solid #009BB4;
}

.checkbox_l{
    display: none;
	width:			1em;
	height:			1em;
}

.checkbox_l + label{
	cursor: pointer;
	padding-left: 1.4em;
	position:relative;
	margin-right: 0em;
	display: inline-block;
	font-weight: normal;
	font-size: 1.0em;
}

.checkbox_l + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.45em;
	left: 0.0em;
	width: 0.9em;
	height: 0.9em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkbox_l:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.25em;
    left: 0.2em;
    width: 0.4em;
    height: 0.8em;
    transform: rotate(40deg);
    border-bottom: 0.25em solid #009BB4;
    border-right: 0.25em solid #009BB4;
}
.wide_box{
/*    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
*/}
.builder_box{
    margin: 0;
    width: 92.5%;
    background-color: #9cc1c7;
    padding-left: 1.0em;
    padding-right: 0.2em;
    padding-top: 0.4em;
    padding-bottom: 0.6em;
}
.builder_box label{
    font-weight: normal !important;
}
.side_radio{
    display: flex;
}
.radio_l{
    display: none;
	width: 1em;
	height: 1em;
}
.radio_l + label{
	cursor: pointer;
	padding-left: 2.1em;
	position:relative;
	margin-right: 0.9em;
	display: inline-block;
	font-weight:normal;
	font-size: 0.9em;
	margin-bottom: 0.6em;
}
.radio_l + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.38em;
	left: 0.78em;
	width: 0.95em;
	height: 0.95em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 50%;
}
.radio_l:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 0.59em;
    left: 1.0em;
    width: 0.65em;
    height: 0.65em;
	background: #009BB4;
	border-radius: 50%;
}
.radio_img{
    display: none;
}
.radio_img + label{
	position:relative;
	height: 19.77425em;
	width: 11.5em;

	cursor: pointer;
	margin-right: 0.0em;
	margin-left: 0.0em;
	display: inline-block;
	font-weight:normal;
	font-size: 1em;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0.4em;
	margin-top: 0em;
}
.radio_img + label::before{
	content: "";
	display: block;
	position: absolute;
}
.radio_img:checked + label{
	background-position: left bottom;
}

#standard_plan + label{
	background-image: url(/images/v8/standard_v8.png?v=4);
}

#premium_plan + label{
	background-image: url(/images/v8/premium_v8-2.png?v=3);
}

.products_gird{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.products_gird img {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#standard_plan + label{
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
#premium_plan + label{
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}

#form-post {
	font-weight: bold;
	font-size: 1.0em;
	padding: 0.8em;
	border:1px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2) inset;
	cursor: pointer;
	background-color: #18A0B0;
	width:15em;
	color: #FFF;
}
#form-post:disabled {
	background-color: #18A0B0;
	cursor: not-allowed;
	color: #CCCCCC;
}

#form-edit {
	-webkit-appearance: none;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0.6em;
	border:1px;
	cursor: pointer;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2) inset;
	margin-right: 0.9em;
	background-color: #C5C5C5;
	width:6em;
}
.form_privacy, .form_torikime{
	overflow: scroll;
	height: 140px;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 97%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.form_privacy p{
	font-size: 0.6em;
	font-weight: normal;
}
.form_torikime p{
	font-size: 0.7em;
	font-weight: normal;
}

.telButton {
	text-align: left;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009BB2;
	margin-top: 20px;
}
.telButton img{
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}

#form_footer{
	color: #FFFFFF;
	font-size: 16px;
    background-color: #18A0B0;/*RGB(25,160,176)*/
	text-align: center;
	padding-top: 2.5em;
	padding-bottom: 3em;
	line-height: 1.5;
}
#formFooterMenu{
	margin-bottom: 2em;
}
#formFooterMenu a{
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 70%;
	text-align: center;
}


