/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
table
===========================*/

table {
	border-collapse:collapse;
	border-spacing: 0;
}
table th {
	vertical-align:middle;
	color:#333;
	border:1px #ccc solid;
	text-align: center;
}
table td {
	vertical-align:middle;
	background-color:#FFF;
	border:1px #ccc solid;
}

@media only screen and (max-width: 768px) {
table {
	border-top: 1px #ccc solid;
}
table th {
	width: 100%;
	display: block;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

}

/*===========================
table
===========================*/

.content ul.circle2, .content ul.check2, .content ul.circle3 {
	position:relative;
}
.content ul.circle2 li {
	float:left;
	width:45%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}
.content ul.circle3 li {
	float:left;
	width:28%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}

.content ul.check2 li {
	padding:0 0 0.5em 1.6em;
	margin-bottom:0.7em;
	border-bottom:1px dashed #CCC;
}
ul.circle2 li:before,ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

/*boxの中　2カラム　調整*/
.content .box3 ul.circle2 li {
	float:left;
	width:40%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}

/*table中　下線無し*/
.content table ul.circle3 li {
	float:left;
	width:28%;
	padding:0 0 0 1.8em;
	margin:0 1% 0.7em;
	border-bottom: none;
}

/*===========================
others
===========================*/

.content h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.content h4.various1 {
	padding: .5em .75em;
	background-color: #EEEEEE;
	margin-bottom: 0.6em !important;
}


.box2 {
	background-color: #eeeeee;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #eeeeee;
	padding: 2em;
}

/*---------------------

　AFP制作時追加　

---------------------*/

h2 {
	font-size:2.6em;
	text-align:center;
	margin-bottom:2em;
}
h3 {
	font-size:1.6em;
	line-height:1.3em;
	text-align:center;
	margin-bottom:2em;
	position:relative;
}
h3::after {
 position: absolute;
 bottom:-16px;
 left:50%;
 z-index: 1;
 content: '';
 display: block;
 height: 3px;
 background: #dcdcdc;
 width:120px;
 margin-left:-60px;
}

.catch_blue{
	color:#c2d2f0;
	font-size:1.2em;
}
.catch_red{
	color:#f2cec7;
	font-size:1.2em;
}

.catch_s{
	font-size:0.8em;
}

/*　写真と文　幅いっぱいに配置する　*/

/*　囲み（親要素）　*/
.crosswrap {
	display:flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

/*　コンテンツ（子要素）　*/
.crossTx {
	width:50%;
	background:#f7faff;
	padding:0;
	margin:0;
}
.crossIm {
	width:50%;
	background:#f7faff;
	padding:0;
	margin:0;
}
.crossIm img {
	width:100%;
}

/*　テキストはこの中に　*/
.crosstxt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction : column;
	width:50%;
	margin:auto;
	height: 100%;
}


/*　tel・mail　ボタン　*/
.li_bnr {
	text-align:center;
}
.li_bnr li {
	display: inline-block;
	width:30%;
	height:30px;
	margin:0 3%;
	background:  #000;
	color:#FFF;
	line-height:30px;
}
.li_bnr li a {
	display:block;
	width:100%;
	color:#FFF;
	text-decoration:none;
}
.li_bnr li a:hover {
	background:#666;
}


/*　box（適宜色を変更してください）　*/
 
/*　角丸　枠線　*/
.box3 {
	border: 2px solid #508cb5;
	border-radius:15px;
	padding: 2em;
}

/*　角丸　背景色　破線　*/
.box4 {
    padding:2em;
    margin: 2em 0;
    color: #565656;
    background: #e6f0f5;
    box-shadow: 0px 0px 0px 10px #e6f0f5;
    border: dashed 2px #508cb5;
    border-radius: 8px;
}

/*　背景色　破線囲み　*/
.box5 {
    padding:2em;
    margin: 2em 0;
    background: #f0f5e4;
    border: dashed 2px #a8c97f;/*点線*/
}

/*　線　クロス　*/
.box6{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #a6b391;
    border-bottom: solid 2px #a6b391;
}
.box6:before, .box6:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #a6b391;
}
.box6:before {left: 10px;}
.box6:after {right: 10px;}
.box6 p {
    margin: 0; 
    padding: 0;
}

/*　その他　*/

.lh2em {
	line-height:2em;
}

.comingsoon{
	background:#F7F7F7;
	font-size:3em;
	padding:5em 0;
	text-align:center;
	border-radius:15px;
	color:#666;
}



@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    text-decoration: none;
}
.li_bnr li a {
    display: inline-block;
    width: auto;
    color: #FFF;
    text-decoration: none;
}


@media only screen and (max-width: 768px) {
.map h2 {
    font-size: 2.1em;
    line-height:1.2;
}
.crossTx {
	width:100%;
	background:#f7faff;
	padding:3%;
	margin:0%;
}
.crossIm {
	width:100%;
	background:#f7faff;
	padding:2%;
	margin:0%;
}
.crosstxt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
    height: 100%;
}
.content ul.circle2 li,.content .box3 ul.circle2 li {
	float:none;
	width:90%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}
.content table ul.circle3 li {
	float:none;
	width:90%;
	padding:0 0 0.5em 1.8em;
	margin:0 1% 0.7em;
	border-bottom:1px dashed #CCC;
}
.content ul.circle3 li {
    float: none;
    width: 90%;
    padding: 0 0 0.5em 1.8em;
    margin: 0 1% 0.7em;
    border-bottom: 1px dashed #CCC;
}

div.crosswrap:nth-child(odd) .crossTx{
	order:1;
}
div.crosswrap:nth-child(odd) .crossIm{
	order:2;
}
div.crosswrap:nth-child(even) .crossTx{
	order:1;
}
div.crosswrap:nth-child(even) .crossIm{
	order:2;
}
.li_bnr li {
    display: inline-block;
    width: 70%;
    height: 30px;
    margin: 0 3%;
    background: #000;
    color: #FFF;
    line-height: 30px;
}
.li_bnr li a {
    display: inline-block;
    width: auto;
    color: #FFF;
    text-decoration: none;
}
.box3 {
    border: 2px solid #508cb5;
    border-radius: 15px;
    padding: 1.5em;
}
.titlebar {
    margin-bottom: 40px;
}

}

.button {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #292929;
    color: #292929 !important;
    line-height: 50px;
    overflow: hidden;
}
.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button {
    display: inline-block;
    width: 320px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button:hover {
    color: #fff!important;
}
a:active, a:hover {
    outline: 0;
}
.button:hover::after {
    top: 0;
    background-color: #292929;
}
.button::after {
    top: -100%;
    width: 100%;
    height: 100%;
}

.main-vis .catch {
    right: 0%;
    top: 35%;
    line-height: 1em;
    position: absolute;
    font-size: 5vw;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
	padding:1%;
	background:rgba(0,0,0,0.2);
	text-shadow:1px 1px 0 #f2f2f2;
}


@media only screen and (max-width: 768px) {
.main-vis .catch {
    right: 0%;
    bottom: 0%;
	top:inherit;
    line-height: 0.8em;
    position: absolute;
    font-size: 8vw;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
	padding:5% 2%;
	background:rgba(0,0,0,0.2);
	width:100%;
	text-shadow:0px 0px 0 #f2f2f2;
}
.inqset {
    border-bottom: none !important;
}
}