@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */

/*------------------------------------------
base
------------------------------------------*/
:root {
	--main-radius: 16px;
	--main-padding: 16px;
	--main-width: 1160px;
	--main-maxwidth: 1400px;
	--main-color: #292929;
	--main-bgcolor: #fafaf8;
	/*--main-buttoncolor: #f4724a;
	--main-buttoncolor2: #50d2ce;
	--main-buttoncolor3: #f16e9f;*/
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


body{
	background:#fafaf8;
	background-size: cover;
	color: #121212;
	font-size: 16px;
	line-height: 250%;
	font-family: 'Shippori Mincho', serif;
}

a,
a:link, 
a:visited {
    color: var(--main-color);
    text-decoration: none;
}
a.basic_link,
a.basic_link:link, 
a.basic_link:visited {
    color: blue;
    text-decoration: underline;
}
a.link_2,
a.link_2:link, 
a.link_2:visited {
    color: var(--main-bgcolor);
    text-decoration: none;
    
}


@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.pc{display: block !important;}
	.sp{display: none !important;}
}

@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	body{
		font-size: 14px;
		line-height: 200%;
	}
	img{max-width: 100%; width: 100%;}
	.sp{display: block !important;}
	.pc{display: none !important;}
}


p{
    margin-bottom: 1.5em;
}

.row{
	padding-left: 0;
	padding-right: 0;
}

small{
	/*display: block;*/
	line-height: 150%;
    font-size: 0.7em;
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}




.svg-icon{
	display: none;
}


#container{
    /*padding: 5em 0;*/
}

/*-------------------------------------
btn_p
-------------------------------------*/


.btn_p{
	display: block;
	width: 300px;
	font-weight: 600;
	font-size: 1.6rem;
}

.btn_p a,
.btn_p input{
	display: block;
	width: 100%;
	height: 64px;
	padding: 0 var(--main-padding);
	background: var(--main-buttoncolor);
	color: var(--main-color);
	border: var(--main-color) solid 1px;
	line-height: 64px;
	transition: 0.2s;
	position: relative;
}

.btn_p a:after,
.btn_p input:after{
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	bottom: 20px;
	right: 24px;
	transition: 0.2s;
}


.btn_p a:before,
.btn_p input:before{
	display: block;
	content: "";
	width: 20px;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	bottom: 27px;
	right: 20px;
 	transform: rotate(45deg);
	transition: 0.2s;
}


.btn_p a:hover,
.btn_p input:hover{
	opacity: 1;
	color: var(--main-bgcolor) !important;
	text-decoration: none;
	background: var(--main-color);
}


.btn_p a:hover:after,
.btn_p a:hover:before,
.btn_p input:hover:after,
.btn_p input:hover:before{
	background: var(--main-bgcolor);
}

.btn_p a:hover:after,
.btn_p input:hover:after{
	right: 16px;
}

.btn_p a:hover:before,
.btn_p input:hover:before{
	right: 12px;
}



@media all and (max-width: 767px) {
	.btn_p{
		max-width: 90%;
		width: 90%;
	}
}




/*-------------------------------------
line
---------------------------------------*/
hr.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#2ea7e0 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#2ea7e0 50%,transparent 100%);
}



/*-------------------------------------
flexbox
---------------------------------------*/
.flexbox{
    display: flex;
    flex-wrap: wrap;
}



/*-------------------------------------
table
---------------------------------------*/

.table1{
	border-collapse:collapse;
	margin:40px auto;
}
.table1 th{
	min-width: 150px;
}

.table1 td,.table1 th{
	border-top:1px solid #666;
	padding:10px;
}
.table1 tr:last-child td,
.table1 tr:last-child th{
	border-bottom:1px solid #666;  
}



/*-------------------------------------
box_shadow
-------------------------------------*/


.box_shadow{
    background: #fff;
    border-radius: 10px;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,0.2);
    display:block;
    color: #252525;
    transition: all .5s;
    word-break: break-all;
    margin: 1em auto;
    text-align: center;
}


.box_shadow .thum img{
    border-radius: 10px 10px 0 0;
}

#container a.box_shadow:hover{
    text-decoration: none;
    box-shadow:0px 0px 12px 0px rgba(114,125,131,1);
    opacity: 0.5;
}



/*-------------------------------------
padding_inner
-------------------------------------*/
.padding_inner{
    padding: 1em;
}

.padding_inner ul{
    margin: 0;
    padding-left:1.5em;
}

.small_text{
    font-size: 0.9em;
    line-height: 1.5em;
}


/*-----------------------------------
inner2
------------------------------------*/

#container .inner2 .thum_left{
    float: left;
    width: 20%;
}

#container .inner2 h4,
#container .inner2 .text_box{
    float: right;
    width: 78%;
}
@media all and (max-width: 767px) {
    #container .inner2 .thum_left{width: 30%;}
    #container .inner2 h4{width: 68%;}
    #container .inner2 .text_box{
        width: 100%;
    }
}

/*------------------------------------
span.orange
------------------------------------*/
span.orange{
    color: #d25f3b;
}

/*-------------------------------------
header
-------------------------------------*/
header{
	z-index: 50;
}

header .inner h1 img{
    padding-left: 0.5em;
}

header.content{
	height: 90px;
}
	
header.content nav{
	display: none;
}


.global-nav {
	position: fixed;
  right: -120%; /* これで隠れる */
  top: 0;
  width: 400px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 80px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  /*overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	overflow: hidden;
}
.hamburger {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
	
	
	
	
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item a {
	display: block;
	padding: 16px 0;
	text-decoration: none;
	color: var(--main-color);
}
.hamburger__line {
	position: absolute;
	right: 0;
	width: 100%;
	height: 6px;
	background-color: var(--main-color);
	transition: all .6s;
	

	font-size: 0.8rem;
	color: var(--main-color);
	
	
}
.hamburger__line--1 {
	top: 0px;
}
.hamburger__line--2 {
	top: 14px;
}
.hamburger__line--3 {
	top: 28px;
}
.black-bg {
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
	right: 0;
}
.nav-open .black-bg {
	opacity: .8;
	visibility: visible;
	
	
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 20px;
}
.nav-open .hamburger__line--2 {
	width: 0;
	left: 50%;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 20px;
}



header .global-nav__list{
	padding-left: 40px;
	font-family: 'EB Garamond', serif;
	font-style: normal;
	font-weight:600;
	font-size: 25px;
	line-height: 1em;
	text-align: left;
}

header .global-nav__list span{
	font-size: 1.5rem;
}

header .global-nav__list.small{
	font-size: 16px;
	padding-top: 40px;
}

header .global-nav__list span{
	display: block;
}



@media all and (max-width: 991px) {
	/*
	.hamburger{
		bottom: 0;
		right: 10px;
		left:auto;
	}
	.global-nav{
		width: 100%;
		padding-top: 100px;
	}
	header .global-nav__list{
		padding: 5%;
	}
	
	header .global-nav__list{
		font-size: 2rem;
	}
	
	
	.nav-open .global-nav{
		overflow-y: scroll;
	}*/
}





 
/*  logo
/--------------------------------- */
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	header {
        /*padding: 0 1em;
		position:fixed;*/
		background: var(--main-bgcolor);
		top: 0;
		left:0;
		right: 0;
		margin: auto;
        padding: 50px;
		height: 130px;
	}
	
    
    header .inner h1{
		text-align: center;
		padding: 0;
		margin: 0;
    }
	
	header .inner h1 svg{
		height: 30px;
	}

    
    header#content_header{
        background: #fff;
        /*position:fixed;*/
        height: 90px;
    }

}



@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	header{
		height: 50px;
	}
	header h1{
		margin: 0;
		z-index: 1040;
		top: 0;
		text-align: center;
	
	}
	header h1 svg{
		height: 20px;
	}
}






/*  nav
/*--------------------------------- */
header .container-fluid>.navbar-header{
	margin-left: 0;
	margin-right: 0;
}
header .navbar{
	background: none;
	border: none;
}
 
header .navbar-nav {
	float: none;
}
 
header .navbar-nav > li {
    text-align: right;
}
 
header.index .navbar-default .navbar-nav>li>a {
	color: #000;
	font-weight: bold;
}
header.content .navbar-default .navbar-nav>li>a {
    color: #000;
	font-weight: bold;
}

@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */

	header .navbar {
        float: right;
		margin: 0 auto;
	}
	header .navbar-nav {
		display: table;
		width: 100%;

	}
	header .navbar-nav > li {
		display: table-cell;
		float: none;
	}
	header .navbar-nav > li a{
		/*padding: 1em 1em 0.5em 1.5em;*/
	}
	
	
}


@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
	
	header .container-fluid{
		padding: 0;
	}
	header .navbar{
		background: #fff;
		border-radius: 0;
	}
	header .navbar-nav{
		margin: 0;
	}

	header nav{
		/*position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;*/
	}
	header .navbar-fixed-top .navbar-collapse, header .navbar-fixed-bottom .navbar-collapse{
		max-height: none;
	}
	
	header nav button{
		z-index: 1050;
	}
	header .navbar-default .navbar-toggle{
        background: var(--main-color);

        
        border:none;
        margin: 0;
        border-radius: 0;
        height: 50px;
        padding: 0 16px;
	}
	header .navbar-default .navbar-toggle .icon-bar{
		background-color:#fff;
	}
	
	
	header .navbar-collapse{
		background: var(--main-color);
	}
	
	header .navbar-collapse li a{
		color: #fff !important;
		text-align: left;
		background-image:none;
		border-bottom: #fff solid 1px;
		padding: 0.5em;
        text-shadow: none;
	}
	
	header .navbar-collapse li:last-child a{
		border-bottom: none;
	}

}



@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
    header .navbar-header {
        float: none;
    }
    header .navbar-toggle {
        display: block;
    }
    header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,2    55,255,0.1);
        border:none;
    }
    header .navbar-collapse.collapse {
        display: none!important;
    }
    header .navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
    header .navbar-nav>li {
        float: none;
    }
    header .navbar-nav>li>a {
        padding: 1.5em 1em;
		font-size: 1.5em;
		font-weight: normal;
    }
    header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    header .navbar-collapse.collapse.in {
        display: block!important;
    }
    header .collapsing {
        overflow: hidden!important;
    }

	.navbar .btn_p{
		margin: 0;
		position:fixed;
		z-index: 1040;
		right: 60px;
		top: 8px;
		float: none;
		width: auto;
	}
	.navbar .btn_p a{
		font-size: 0.8em;
		padding: 1em 0em;
		width: 120px;
		letter-spacing: 0.1em;
		border-radius: 40px;
		border: none;
	}
	
	.navbar .navbar-nav{
		margin-top:0;
		margin-bottom:0;
	}
	.navbar .navbar-nav a span.glyphicon{
		float:right;
		color: #fff;
		width: 30px;
		height: 30px;
		padding-left: 4px;
		display: block;
		line-height: 30px;
		text-align: center;
		border-radius: 40px;
		font-size: 1.5em;
		zoom:0.6;
	}
}





/*------------------------------------
main_img
------------------------------------*/

/*---main_img------------------------*/
#main_img{
    position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

#main_img.content,
#main_img.content #main_img2{
    height: 350px;
}

#main_img .slide_img{
    /*background: url(../../imgs/header.webp);*/
    /*background-position: center;*/
    background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover !important;
	/*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*bottom: 0;*/
    overflow: hidden;
    z-index: 1;
}



#main_img.content_main_img{
    margin-top: 50px;
    height: 190px;
}


#main_img .text_box{
	width: 100%;
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 4rem;
	line-height: 1.5em;
	font-weight: 800;
}

#main_img .text_box p{
	margin: 0;
}



/*---main_img inner-----------------*/


#main_img.content_main_img .inner{    
    padding-top: 90px;
}
@media all and (max-width: 767px) {

	#main_img.index{
		height: 100vh;
	}
    #main_img.content_main_img .inner{
        /*padding-top: 110px;*/
        padding-top:5em;
    }
}
#main_img .inner{
    position:absolute;
    z-index: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.5em;
	line-height: 2em;
	letter-spacing: 0.5em;
	bottom: 80px;
	left: 80px;
}
#main_img .inner p{
	margin: 0;
}
#main_img{
	/*height: calc(100vh - 90px);*/
	height: 640px;
}
	
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	
	

}

@media all and (min-width: 991px) and (max-width:1024px){

    header .inner h1 img{
        zoom:0.8;
    }
    .navbar-collapse{
        padding: 0;
    }
    header .navbar-nav > li a{
        /*padding-right: 0;*/
    }
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	    
	#main_img #main_img2{
    	/*background: url(../../imgs/header_sp.jpg) center no-repeat;*/
		background-size: cover;
	}
    #main_img.index,
    #main_img.index #main_img2{
        height: 300px;
        width: 100%;
        margin: 0 auto;
    }
    #main_img.content,
    #main_img.content #main_img2{
        height: 200px;
        width: 100%;
        margin: 0 auto;
    }

    #main_img #main_img2{
		height: 100vh;
    }
    
	#main_img .inner{
		/*left: 1em;*/
		zoom:0.8;
		left: 1em;
		bottom: 1em;
	}
    #main_img.content .inner{
        bottom:2em;
    }
    
	#main_img .text_box{
		font-size: 2.5rem;
	}
}





/*------------------------------------
container
------------------------------------*/
#container {
    position: relative;
    z-index: 10;
}

#container.content {
   /* background: #fbfbfb;*/
	padding-top: 0;
}

#container .wrapper{
	max-width: var(--main-width);
	margin: 0 auto;
	padding: 24px;
}



#container section article em{
	font-weight: bold;
	color: #e09b57;
	font-style:normal;
}




#container .link{
    font-size: 1.1em;
    color: #196ac5;
    font-weight: bold
}

#container .link a:hover{
    text-decoration: none;
}






@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
	
	#container .wrapper{
		width: 100%;
	}
}



/* h
---------------------------------------*/


.section_h2{
    font-size: 2em;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 3em;
	text-align: center;
}


.section_h3{
	font-weight: bold;
    font-size: 1.5em;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 2em;
}


.section_h2 span,
.section_h3 span{
	font-size: 0.5em;	
}

ection .section_h4{
    font-weight: bold;
}
#container section .section_h4 img{
    vertical-align:bottom;
    padding-right: 0.5em;
}


#container h4 .small{
    font-weight: bold;
    color: #252525;
    font-style: normal;
}


#container h4.cp_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em;
}
#container h4.cp_h1title::before,
#container h4.cp_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
#container h4.cp_h1title:before{
	border-bottom: 4px solid #2ea7e0;
	width: 100%;
}
#container h4.cp_h1title:after{
	border-bottom: 4px solid #a2dcf7;
	width: 100%;
}



@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    #container section .section_h2{
        font-size: 1.5em;
    }
}






/* info_box
-----------------------------------*/

#info_box{
	background: #fff;
	border: var(--main-color) solid 1px;
	text-align: center;
	padding: 24px;
	margin: 40px auto;
}

#info_box p.date{
	font-size: 1.4rem;	
}

#info_box p{
	margin: 0;
}






/* index_content
----------------------------------*/

#container .wrapper .content h2{
	font-weight: 900;
	margin-bottom: 80px;
	text-align: center;
}


#container .wrapper .content h2 span{
	position: relative;
}

#container .wrapper #concept.content h2{
	text-align: left;
	padding: 80px 0 0 80px;
}


#container .wrapper .content h2 svg{
	position: absolute;
	z-index: -1;
}


#container .wrapper .content h2 svg{
	text-align: left;
	fill:#9cf1da;
	top: -40px;
	left: -150px;
	transform:rotate(-16deg); 
}



#container .wrapper #concept.content h2 svg{
	fill:#fff719;
	width: 300px;
	height: auto;
	left: -80px;
	top: -100px;
}


#container .wrapper #bland.content h2 svg{
	height: 64px;
}
#container .wrapper #lens.content h2 svg{
	height: 60px;
}
#container .wrapper #gallery.content h2 svg{
	height: 87px;
}




/* index_content
----------------------------------*/
.index_content{
	padding-top: 80px;
	padding-bottom: 80px;
}





/* bland lens
-----------------------------------*/
#bland .flex,
#lens .flex{
	display: flex;
	flex-wrap: wrap;
}
#lens .flex{	
	justify-content:center;
}
#bland .flex .box ,
#lens .flex .box {
	width: calc(100% / 4 - (var(--main-padding) * 2));
	margin:  var(--main-padding);
	text-align: center;
}

#bland .flex .box img ,
#lens .flex .box img{
	width: 100%;
}

#bland .flex .box .inner,
#lens .flex .box .inner{
	width: 100%;
	height: 100%;
	background: #fff;
	border: #ebebeb solid 1px;
	padding: var(--main-padding);
	text-align: center;
}


#lens .flex .box .inner{
	height: auto;
}


#bland .flex .box p,
#lens .flex .box p{
	margin: 0;
}

#bland .flex .box p.text_p,
#lens .flex .box p.text_p{
	padding-top: 16px;
	font-size: 1.2rem;
	line-height: 1.2em;
	font-weight: 600;
}


#bland .flex .box .btn_p,
#lens .flex .box .btn_p{
	width: 100%;
	text-align: left;
	margin-top: 40px;
}

#lens .flex .box .thum {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 212px;
}




@media all and (max-width: 767px) {

	#bland .flex .box ,
	#lens .flex .box {
		width: calc(100% / 1 - (var(--main-padding) * 2));
	}
	
	
	#bland .flex .box p.text_p,
	#lens .flex .box p.text_p{
		font-size: 1.6rem;
	}
}








/* gallery
-----------------------------------*/

#gallery .flex{
	display: flex;
	flex-wrap: wrap;
}

#gallery .flex{	
	justify-content:center;
}
#gallery .flex .box{
	width: calc(100% / 4 - (var(--main-padding) * 2));
	margin:  var(--main-padding);
	aspect-ratio: 1 / 1;
}


#gallery .flex .box p,
#gallery .flex .box a,
#gallery .flex .box picture {
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#gallery .flex .box picture img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}



@media all and (max-width: 767px) {

	#gallery .flex .box{
		width: calc(100% / 2 - (var(--main-padding) * 2));
	}
}





/* info
-----------------------------------*/

#info{
	background: url("../../imgs/info_back.webp") center no-repeat;
	background-size: cover;
	color: var(--main-bgcolor);
	text-align: center;
	padding: 80px 0;
    margin-top: 200px;
}
#info h2{
	padding: 0;
}
#info h2 svg{
	fill: var(--main-bgcolor);
	height: 34px;
}

#info h3{
	padding-top: 40px;
}

#info .map{
	max-width: var(--main-width);
	width: 100%;
	margin: 0 auto;
}

#info p{
	line-height: 1.5em;
}

#info .btn_p{
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: left;
}
#info .btn_p a{
	border-color: #fff;
	color: #fff;
}
#info .btn_p a:before,
#info .btn_p a:after{
	background: #fff;
}

#info .btn_p a:hover{
	background: #fff;
	color: var(--main-color) !important;
}
#info .btn_p a:hover:before,
#info .btn_p a:hover:after{
	background: var(--main-color);
}


@media all and (max-width: 767px) {
	#info .map{
		max-width: 100%;
	}
	
}




/* pagination
-----------------------------------*/
.pagination-container{
	margin: 0 auto;
	text-align: center;
}




/* gallery_box
-----------------------------------*/



#gallery_box section.gallery {
  display: flex;
  flex-wrap: wrap;
}

#gallery_box section.gallery div {
  position: relative;
  width: calc((100% - 10%) / 5);
	margin: 1%;
	border: #000 solid 1px;
}

#gallery_box section.gallery div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#gallery_box section.gallery p {
	position: absolute;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	top: 0%;
	left: 0%;
	transform: translate(-0%,-0%);
}

#gallery_box section.gallery a{
	display: block;
	width: 100%;
	height: 100%;
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

    
}




/* company_box
-----------------------------------*/

#company_box .box{
	background: url("../../imgs/company_back.jpg") center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 5em 0;
}

#company_box .box table{
	width: 80%;
	margin:0 auto;
}





/* link
-----------------------------------*/
#container .link{
	position: relative;
	top: -200px;
	display: block;
}




/* text_grow
-----------------------------------*/

.text_grow{
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 6px #fff;
}





/* contact
-----------------------------------*/

.cp_form .cp_group {
	position: relative;
	width: 100%;
	margin: 40px auto;
	/*box-shadow:0px 0px 3px 2px #ededed;*/
}

.cp_form .cp_group > div, .cp_group > .title {
	margin: 8px;
}
.cp_form .cp_group .column {float: left;}
.cp_form .cp_group .column1 {width: 100%;}
.cp_form .cp_group .column2 {width: 50%;}
.cp_form .cp_group .column3 {width: 33%;}
.cp_form .cp_group .column4 {width: 25%;}
.cp_form .cp_group .column5 {width: 20%;}
.cp_form .cp_group .large {width: 100%;}
.cp_form .cp_group .medium {width: 50%;}
.cp_form .cp_group .small {width: 25%;}
.cp_form .cp_group textarea.large {
	width: 100%;
	height: 20em;
}
.cp_form .cp_group textarea.medium {
	width: 100%;
	height: 10em;
}
.cp_form .cp_group textarea.small {
	width: 100%;
	height: 5.5em;
}
.cp_form .clearfix {
	*zoom: 1;
}
.cp_form .clearfix:before, .cp_form .clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.cp_form .cp_group {
	font-size: 1em;
	line-height: 1.231;
	/*border: 2px solid #efc164;
	border-radius: 6px;*/
}
.cp_form .cp_group label.title {
	font-size: 1em;
	font-weight: bold;
	width: auto;
    width: 100%;
}

.cp_form .cp_group label.title span{
    font-size: 0.7em;
    padding-left: 1em;
    color: #d25f3b;
    
}

.cp_form .cp_group input[type=button] {
	font-size: 1em;
	color: #666666;
	outline: none;
}
.cp_form .cp_group input[type=submit] ,
.cp_form .cp_group input[type=button] {
	/*font-size: 1.2em;
	color: #666666;
	outline: none;
    color: #fff;*/
}
.cp_form .cp_group > div {
	position: relative;
	margin-right: 25px;
	margin-left: 25px;
}
.cp_form .cp_group h2 {
	font-size: 1.7em;
	margin: 0.2em 0;
	color: #ffffff;
}
.cp_form .cp_group h3.title {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.cp_form .cp_group label {
	display: block;
	clear: both;
	margin-bottom: 3px;
}
.cp_form .cp_group div, .cp_form .cp_group span,
.cp_form .cp_group label, .cp_form .cp_group input,
.cp_form .cp_group textarea, .cp_form .cp_group select,
.cp_form .cp_group button, .cp_form .cp_group ul,
.cp_form .cp_group li, .cp_form .cp_group a {
	font-family: inherit;
	color: inherit;
}
/* submit + title */
.cp_form .cp_group div.submit,
.cp_form .cp_group div.title {
	/*margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;*/
}
.cp_form .cp_group div.submit {
/*	text-align: right;
	vertical-align: middle;
	border-top: 2px solid #efc164;
	border-radius: 0 0 5px 5px;*/
}
.cp_form .cp_group div.title {
	/*background-color: #efc164;*/
}
.cp_form .cp_group div.title p{
	/*margin-left: 27px;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
/* element-submit + element-text */
.cp_form .cp_group > .submit,
.cp_form .cp_group > .title {
	/*background-color: #efc164;*/
}
.cp_form .cp_group > .submit {
	/*background-color: #efc164;*/
}
/* Button & submit*/
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit] {
	/*display: block;
	margin: 0 auto;
	padding: 0.5em 2em;
	cursor: pointer;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	background: #ffffff;
	-webkit-appearance: none;
	appearance: normal;
	transition: background-color 0.2s, border-radius 0.2s;*/
}
.cp_form .cp_group input[type=button][disabled] {
	cursor: default;
	opacity: 0.65;
}
.cp_form .cp_group input[type=submit] {
	/*right: 20px;
	margin-right: 27px;
	padding: 7px 15px;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	text-align: center;
	opacity: 1;
	border: none;
	color: #fff;*/
}
.cp_form .cp_group input[type=submit]:hover {
	/*text-decoration: none;*/
}
/* File input */
.cp_form .cp_group .cp_file label {
	position: relative;
}
.cp_form .cp_group .cp_file .title {
	position: static;
}
.cp_form .cp_group .cp_file .button {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	float: none;
	padding: 1.8% 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0 6px 6px 0;
}
.cp_form .cp_group .cp_file .file_text {
	overflow: hidden;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}
.cp_form .cp_group .cp_file .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Radio & checkbox */
.cp_form .cp_group div.cp_ipcheck,
.cp_form .cp_group div.cp_ipradio {
	overflow: hidden;
}
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio] {
	/*font-size: 1em;
	position: absolute;
	z-index: 1;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0;
	cursor: pointer;
	opacity: 0.01;*/
}
.cp_form .cp_group input[type=radio] + span,
.cp_form .cp_group input[type=checkbox] + span {
	height: 19px;
	margin-right: -19px;
	padding-top: 0;
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 0.8;
	cursor: pointer;
}
.cp_form .cp_group input[type=radio] + span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: inline-block;
	width: 1em;
	margin: 0 0.2em;
	vertical-align: top;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox] + span:before {
	content: '\f00c';
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.cp_form .cp_group input[type=checkbox]:hover + span:before {
	content: '\f00c';
}
.cp_form .cp_group input[type=checkbox]:checked + span:before {
	content: '\f00c';
}
/* radio */
.cp_form .cp_group input[type=radio] + span:before {
	content: '\f00c';
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.cp_form .cp_group input[type=radio]:hover + span:before {
	content: '\f00c';
}
.cp_form .cp_group input[type=radio]:checked + span:before {
	content: '\f00c';
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=time],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
	font-size: 1em;
	box-sizing: border-box;
	padding: 6px 10px;
	-webkit-transition: border-color 0.6s;
	transition: border-color 0.6s;
	border-width: 1px;
	border-style: solid;
	border-color: #bdc3c7;
	border-radius: 6px;
	outline: none;
	/*-webkit-appearance: none;*/
	appearance: normal;
}
.cp_form .cp_group select::-ms-expand {
	display: none;
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group textarea {
	width: 100%;
}
.cp_form .cp_group textarea {
	height: auto;
}
.cp_form .cp_group select {
	width: 100%;
	cursor: pointer;
	text-align: left;
}
/* type number */
.cp_form .cp_group input[type=number]::-webkit-inner-spin-button,
.cp_form .cp_group input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */
.cp_form .cp_group .cp_ipradio .column,
.cp_form .cp_group .cp_ipcheck .column {
	display: block;
	/*width: 100%;*/
	margin-right: 0;
}
}
/* .cp_group color scheme begin */
.cp_form .cp_group input[type=button]:focus,
.cp_form .cp_group input[type=button]:active,
.cp_form .cp_group input[type=button][disabled] {
	border-color: #e95d12;
}
.cp_form .cp_group input[type=submit],
.cp_form .cp_group input[type=button]{
	/*background-color: #e95d12;
	border-radius: 10px;
	border: #fff double 6px;
    border: none;*/
    line-height:0;
    padding-left:2em;
    padding-right: 2em;

}
.cp_form .cp_group input[type=submit]:hover,
.cp_form .cp_group input[type=button]:hover{
	/*background-color: #dc4e01;
	border-radius: 20px;*/
    color: #38aeec;
}
.cp_form .cp_group input[type=submit]:active,
.cp_form .cp_group input[type=button]:active{
	/*background-color: #e95d12;*/

}
.cp_form .cp_group .submit a{
    padding: 0;
}


.cp_form .cp_group .submit .btn_p{
    /*width: 100%;*/
	margin: 0 auto;
}
/* File input */
.cp_form .cp_group .cp_file .button {
	background-color: #bdc3c7;
}
.cp_form .cp_group .cp_file .file_text {
	border-color: #bdc3c7;
}
.cp_form .cp_group .cp_file label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
	background-color: #b02f2f;
}
.cp_form .cp_group .cp_file label:hover .file_text {
	border-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .file_text {
	border-color: #b02f2f;
}
/* Radio & checkbox */
.cp_form .cp_group input[type=radio]+span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
	color: #bdc3c7;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox]:checked + span:before {

	color: #da3c3c;
}
/* radio */
.cp_form .cp_group input[type=radio]:checked + span:before {
	color: #da3c3c;
}
.cp_form .cp_group input[type=text]:focus,
.cp_form .cp_group input[type=tel]:focus,
.cp_form .cp_group input[type=password]:focus,
.cp_form .cp_group input[type=email]:focus,
.cp_form .cp_group input[type=url]:focus,
.cp_form .cp_group input[type=date]:focus,
.cp_form .cp_group input[type=number]:focus,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group .cp_file .file_text:active,
.cp_form .cp_group  select:focus {
	border-color: #da3c3c;
}
/*select*/
.cp_form .cp_group .cp_select span {
	position: relative;
}
.cp_form .cp_group .cp_select i::before {
	position: absolute;
	top: 0.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_form .cp_group select:focus + i::before {
	border-top: 6px solid #da3c3c;
}


.cp_form p{
    padding-bottom: 1em;    
}


.cp_form .title span{
	font-size: 0.5em;
	padding-left: 10px;
}
@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */
	.cp_form .cp_group {
		width: 80%;
	}
}


.cp_form h4{
	padding-top: 20px;
}



/* cp_table
-----------------------------------*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
}
.cp_table th {
	width: 30%;
	text-align: left;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}


.cp_table th, .cp_table  td table td{
    padding-left: 0;
    padding-right: 0;
}




/* ol list
-----------------------------------*/
ol.cp_clist {
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
	padding:0.5em;
	margin-bottom: 5em;
}
ol.cp_clist li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 36px;
	margin-top: 1.5em;
}
ol.cp_clist li::before {
	position: absolute;
	display:inline-block;
	top: 50%;
	left: 0;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #a2d2ef;
	color: #fff;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	transform: translateY(-50%);
}
ol.cp_clist li::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 18px;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #a2d2ef;
	transform: translateY(-50%);
}






/* cp_qa
------------------------------------*/


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'Font Awesome 5 Free', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #ffffff;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0.5em 0.5em 2em;
	padding: 1em 0 2em 0;
	cursor: pointer;
	border-radius: 0.3em;
	background: #fff;
    color: #38aeec;
    border: #38aeec solid 1px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.cp_qa .cp_actab label span {
	display: block;
	padding: 0 2em 1em 2em;
	border-bottom: 1px dotted #38aeec;
}
/* --?アイコン */
.cp_qa .cp_actab label::before {
	font-size: 2em;
	position: absolute;
	z-index: 99;
	top: 0.5em;
	left: -1em;
	padding: 0 0.5em;
	content: '\f128';
	border: 3px solid #38aeec;
	border-radius: 50%;
	background: #fff;
    color: #38aeec;
    border: #38aeec solid 1px;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
}
/* --▼アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 1em;
	content: '▼';
	display: inline-block;
	width: 100%;
	height: 1em;
	padding: 0.5em;
	text-align: right;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5em;
	-webkit-transition: max-height 1.5s ease-out;
	        transition: max-height 1.5s ease-out;
	color: #ffffff;
}
/* --!アイコン */
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	z-index: 99;
	top: calc(50% - 0.9em);
	left: 2.5em;
	padding: 0 0.6em;
	content: '\f12a';
    font-weight: 900;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #38aeec;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 1em 1em 1em 3em;
	border-radius: 0.3em;
	background: #38aeec;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	bottom: 0em;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


.cp_qa .cp_actab-content a{
    background: #fff;
    padding: 0.5em;
    font-size: 0.8em;
    margin: 0 0.5em;
    border-radius: 5px;
}





/* contact_tel_box
-----------------------------------*/

#container .contact_tel_box.pc{
	text-align: center;
	color: #fff;
	background: #e09b57;
	font-weight: bold;
	border-radius: 5px;
	width: 40%;
	margin: 1em auto;
	padding: 1em;
	line-height: 0;
}

#container .contact_tel_box.pc .text_p{
	font-size: 2em;
	font-family: 'EB Garamond', serif;
}

#container .contact_tel_box.sp{
	display: block;
	background: #e09b57;
	margin: 0 1em;
	margin-bottom: 1em;
	padding: 0 0.5em;
	border-radius: 10px;
	color: #fff;
}

#container .contact_tel_box.sp p{
	margin: 0;
}


#container .contact_tel_box.sp span{
	width: 50px;
	height: 50px;
	background: #fff;
	color: #e09b57;
	font-size: 2em;
	text-align: center;
	padding-top: 10px;
	border-radius: 50px;
	margin-right: 0.5em;
}

#container .contact_tel_box.sp .pull-left{
	margin-top: 0.5em;
}
#container .contact_tel_box.sp a{
	color: #fff;
}
#container .contact_tel_box.sp strong{
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0;
}





/*-------------------------------
maintenance
---------------------------------*/

#container .maintenance_box{
    margin: 2em 0 5em 0;
}
#container .maintenance_box .inner{
    background: #26b597;
    border-radius: 0 20px;
    padding: 1em;
    color: #fff;
    margin: 1em;
    font-size: 1.2em;
    line-height: 1.5em;
    height: 20em;
}

@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    #container .maintenance_box .inner{
        height: auto;
    }
}


#container .maintenance_box .inner h3{
    display: table;
    font-size: 1.2em;
    width: calc(100% + 3em);
    font-weight: bold;
    margin: 0;
    margin-top: -80px;
    margin-left: -2em;
    color: #966135;

}

#container .maintenance_box .inner span{
    background: #966135;
    color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;

}

#container .maintenance_box .inner h3 p{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0.5em;
    font-size: 0.9em;
    letter-spacing: -0.1em;
}

#container .maintenance_box .inner .text_box{
    padding-top: 0.5em;
}

#container .maintenance_box .inner .text_box strong{
    border-bottom: 2px dotted #fff;
    display: block;
    text-align: center;
    font-size: 1.1em;
}



/*-----------------------------------
electrical
---------------------------------*/

.mini_gallery a{
    position: relative;
    content: "";
    display: block;
    padding-top: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.mini_gallery a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
/*----------------------------------
formTable
----------------------------------*/

.formTable,
.formTable tbody,
.formTable tr,
.formTable th,
.formTable td{
    width: 100%;
    /*display: block;*/
}

.formTable td input{
    padding: 0.5em;
}

.formTable tr{
    padding-bottom: 0.5em;
}

.formTable span{
    font-size: 0.8em;
    color: red !important;
    font-weight: normal;
}

/*----------------------------------
js-animation
------------------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/*------------------------------------
footer
------------------------------------*/
footer{
	background: var(--main-color);
	color: var(--main-bgcolor);
	position: relative;
	margin: 0 auto;
    position: relative;
}
footer p{
	margin: 0;
}
footer iframe {
    vertical-align: bottom;
}
footer address{
    position: absolute;
    width: 100%;
    top: 1em;
}


footer #copy{
	display: block;
	text-align: center;
	font-size: 0.5em;
	margin: 0;
    letter-spacing: 0.2em;
}


footer .footer_link ul{
	margin: 0;
	padding: 0;
	text-align: center;	
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	
}

footer .footer_link ul li{
	list-style: none;
}

footer .footer_link ul li a{
	padding: 10px;
}



@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    footer address {
        position: static;
        padding-top: 1em;
        text-align: center;
        height: 80px;
        height: auto;
    }
    footer address .container-fluid{
        width: 85%;
    }


	footer .footer_link ul{
		display: block;
	}
}





/*-----pageup----------*/
#pageup {
    letter-spacing: 0;
    display: block;
    position: fixed;
	z-index: 1200;
    bottom: 1em;
    right: 50px;
}

#pageup a {
    position: relative;
    display: block;
    border-radius: 80px;
    font-size: 0.5em;
    text-align: center;
    font-weight: normal;
    line-height: 112px;
    width: 80px;
    height: 80px;

    background: var(--main-color);
    
    color: #fff;
	cursor:pointer;
	
	text-decoration:none;
	letter-spacing:0.2em;
	padding: 0;
	
	transition: 0.5s;
}

#pageup a:before{
	content:"";
	display: block;
	width:25px;
	height:25px;
	position: absolute;
	left:27px;
	top:26px;
	margin-top:-6px;

	border-top:6px solid #fff;
	border-right:6px solid #fff;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

#pageup a:hover , #pageup a:visited{
	text-decoration: none;
}


@media all and (min-width: 992px) {
/* 992px以上の幅の場合に適応される */


	#pageup a:hover {
		opacity: 0.5;
	}
	#pageup a:hover:before{
		border-color:#fff;
	}

}
@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    #pageup{
        bottom:1em;
    }
}


/*-----------------------
loading
--------------------------*/
#loading{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    
    display: none;
}


/* ==============================
    コンセプトページ
============================== */
#concept-page .message-header {
    font-size: 20px;
}
#concept-page .message .message-text {
    font-size: 16px;
}

.btn_p.text-center {
	margin: auto;
	margin-bottom: 1.5em;
}

#info_box .text_p a:link, 
#info_box .text_p a:visited{
	color: blue;
}
