@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	00. BASE SETTING CSS
   ------------------------------------------------------------ */

body {
	font:12px/1.5 "メイリオ", Meiryo, sans-serif;
	color:#333;
	width:100%;
	//background:#FFF;
	background: linear-gradient(white, skyblue ); 
}
:root * {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
:root * a img {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
:root * img {
	vertical-align: bottom;
	max-width: 100%;
}


/* ------------------------------------------------------------
	csvデータ
   ------------------------------------------------------------ */
.csvlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

/* ------------------------------------------------------------
	links
   ------------------------------------------------------------ */
	
a {
	outline: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a, a:link, a:visited {
	text-decoration: none;
    color: #2788AF;
}
a:hover {
	text-decoration: none;
    color: #2788AF;
}
a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
a.noover:hover img {
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
	opacity: 1.0;
}
/* ------------------------------------------------------------
	02. LAYOUT CSS
   ------------------------------------------------------------ */

h1{
	width: 100%;
	background: #004276;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
h1 span.ttl{
	float: left;
	background: #004276;
	color:#fff;
	font-size: 100%;
	font-weight: bold;
	width: 80%;
}
h1 span.link{
	float: right;
	background: #004276;
	color:#fff;
	font-size: 12px;
	font-weight: normal;
}
h1 span.link a{
	display: block;
	background:#DFEEFF;
	padding: 5px 10px;
	border-radius: 3px;
	border-bottom: 1px solid #96B8D3;
	color: #386A92;
}

h2.h2_basic {
    margin: 10px 0 20px 0;
    padding: 4px 10px 3px;
    background-color: #333;
    color: #fff;
    font-size: 167%;
    font-weight: normal;
}

h2 {
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 3px solid #004077;
    padding-left: 35px;
    position: relative;
    margin-bottom: 18px;
}
h2:before {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 5px solid #004077;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}


/* ------------------------------------------------------------
	table
   ------------------------------------------------------------ */
.table1 {
	font-size:13px;
	line-height:1.7;
	margin-top:5px;
	border: none;
}

.table1 tr {
	vertical-align:top;
}

.condition {
	font-size:15px;
//	line-height:1.7;
	border: none;
	width:95%;
	max-width:400px;
	margin: 0 auto;
}
.condition tr {
	vertical-align:middle;
//	height:30px;
	margin: 3% auto;
}

.condition td {
	width:50%;
	text-align:center;
}

td.heading {
	text-align:center;
	font-weight: bold;
}

td.input {
	text-align:left;
	margin-left:30px;
	width:50%;
}

td.slider {
	text-align:center;
	width:50%;
}

td.resultitem {
	text-align:left;
	font-size: 120%;
}

td.resultvalue {
	text-align:right;
	font-weight: bold;
	font-size: 150%;
}


td.resultvalue_multi {
	border: 1px solid #000acc;
}

td.caption {
	text-align:center;
	font-size: 90%;
	color: #333366;
	font-weight: bold;

}

.result_area {
	border: 10px groove #4169e1;
    background-color: #f0f8ff;
	width: 98%;
	max-width:500px;
	margin: 0 auto;
}

.result_detail {
	width: 95%;
	max-width:500px;
	margin: 0 auto;
}

.result_area_detail_multi {
//	border: 1px solid #000acc;
	width: 95%;
	max-width:500px;
	margin: 0 auto;
//	background: #fff;
}

.result_area_housing {
	border: 1px solid #426cf5;
	width: 70%;
	background: center #FFF;
	margin: 0 auto;
}



.cation {
	width: 90%;
	border: 0.5px solid #000000;
	margin: 0 auto;
	background: #fff;
}


/* ------------------------------------------------------------
	input
   ------------------------------------------------------------ */
/* 数値用テキストボックス（右詰） */
input.numtext {
	text-align : right;
}


/* ------------------------------------------------------------
	button
   ------------------------------------------------------------ */
.link-button a {
	display: inline-block;
	border: 1px solid #D7D7D7;
	padding: 13px 35px 13px 13px;
	width: 200px;
	text-align: center;
	background: 97% center #204068;
	background-position: 95% center;
	border-radius: 3px;
	-webkitborder-radius: 3px;
	line-height: 1.3;
	font-weight: bold;
	color: #FFF;
	margin: 0% auto;
}

/* ------------------------------------------------------------
	注意書き：赤字
   ------------------------------------------------------------ */
.att1 {
	color: #FF0000;
	font-weight: bold;
}

/* ------------------------------------------------------------
	キャプション
   ------------------------------------------------------------ */
.caption1 {
	text-align: center;
	font-size: 120%;
	color: #000099;
	font-weight: bold;
	border-bottom: 1pt solid #000099;
	width: 300px;
	margin: 5% auto;
}

/* キャプションQ*/
.caption2 {
	text-align: center;
	color: #FF3399;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #FF3399;
	border-bottom: 1px;
	margin: 5% auto;
}

/* ------------------------------------------------------------
	contact
   ------------------------------------------------------------ */
#contents .contact-pattern-area p{
	margin:0;
}

.contact-pattern-area {
	background: #004276;
	padding: 10px;
	margin-bottom: 24px;
}

#contents .contact-pattern-area p.head {
    font-weight: bold;
    font-size: 15px;
	margin:0;
    margin-bottom: 5px;
	color:#fff;
}


#contents .contact-pattern-area p.head2 {
	color: #003F79;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:1em;
}

.contact-pattern-area p.head2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.contact-pattern-area p.link-contact {
	text-align: center;
	background: #f5f5f5 url(/sp/cmn/img/icon_link-contact.png) no-repeat 95% center !important;
	padding: 10px 20px 10px 10px;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	box-shadow:0px 2px 0px 0px #C9C9C9;
	-moz-box-shadow:0px 2px 0px 0px #C9C9C9;
	-webkit-box-shadow:0px 2px 0px 0px #C9C9C9;
	font-weight: bold;
}

.contact-pattern-area p.link-contact a {
	color: #333;
}

.contact-pattern-area p.link-contact a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contact-pattern-01{
	background:#FFF;
	padding:1.5em;
}

#contents .contact-pattern-area p.tel {
    background: url(/sp/cmn/img/icn_free.png) no-repeat left center;
	background-size:30px 17px;
    padding-left: 32px;
    font-weight: bold;
	line-height: normal ;
	font-size:18px ;
}



.contact-pattern-area .contact-pattern-01 .left-col{
	border-bottom:dotted 1px #999;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}

/* ------------------------------------------------------------
   pagetop
   ------------------------------------------------------------ */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
	text-align:right;
}
#pagetop img{
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}

/* ------------------------------------------------------------
	footer
   ------------------------------------------------------------ */
   
#footer {
	width: 100%;
	background: #004276;
}
#footer .footerInner {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
}
#footer .footer_logo {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
#footer .footerCopyright {
	text-align: center;
	color: #fff;
	font-size: 11px;
}


/* ------------------------------------------------------------
   lower
   ------------------------------------------------------------ */
#lower{
	width: 100%;
	margin: 0 auto;
	background: #E1F2FF;
	padding: 15px;
}
#lower ul{
	list-style-type: none;
}
#lower ul li{
	background: #fff;
	border-bottom: 2px solid #ccc;
	border-radius: 5px;
	float: left;
	width: 48%;
	margin-bottom: 12px;
}
	#lower ul li:nth-child(2n) {
	float: right;
	}
	#lower ul li:nth-child(2n + 1) {
	clear: left;
	}
#lower ul li a{
	color: #004076;
	display: block;
	padding: 15px 10px;
	position: relative;
	text-decoration: none;
}

@media screen and (max-width:350px){
#lower ul li a{
	font-size: 10px
}
}
#lower ul li a:before {
	content: '';
	right: 10px;
	width: 23px;
	height: 23px;
	display: block;
	position: absolute;
	background:url(/sp/cmn/img/icn_pc.png) no-repeat left center;
	background-size: 23px;
}
#lower ul li.recruit a:before {
	background:none;
}

#lower .contact{
	clear: both;
	width: 100%;
	background: #fff url(/sp/cmn/img/bg_contact.png) no-repeat right bottom;
	padding: 10px;
}
#lower .contact_ttl{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
#lower .free{
	background: url(/sp/cmn/img/icn_free.png) no-repeat left center;
	background-size:30px 17px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 18px;
}
#lower .tel{
	background: url(/sp/cmn/img/icn_tel.png) no-repeat left center;
	padding-left: 35px;
	font-weight: bold;
	font-size: 18px;
}
#lower .free a{
	color: #333 !important;
}
#lower .tel a{
	color: #333 !important;
}
#lower .contact_txt{
	font-size: 11px;
	margin-bottom: 20px;
}
#lower .contact_txt2{
	font-size: 11px;
	margin-bottom: 10px;
}
