@charset "UTF-8";
#wrapper {
	overflow: hidden;
}
.container1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/* .container1200 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
} */
.mincho {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN","游明朝", YuMincho, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


.btn-contact {
    text-shadow: 0 -1px 1px rgba(122, 42, 0, 0.63);
    text-align: center;
    border: 1px solid #67abb6;
    border-right-color: #568890;
    border-bottom-color: #447178;
    border-radius: 3px;
    background-color: #59cad0;
    background-image: linear-gradient(to top, #59cad0 0%, #6b9dca 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.36) inset, 0 2px 3px 0 rgba(73, 73, 73, 0.23);
    font-weight: bold;
   	width: 320px;
   	margin: 1rem;
   	transition: 0.2s all ease 0s;
}
.btn-contact a, .btn-media a  {
	display: block;
	width: 100%;
	color: #FFF;
	padding: 2rem;
	font-size: 1.8rem;
}
.btn-media {
    text-shadow: 0 -1px 1px rgba(122, 42, 0, 0.63);
    text-align: center;
    border: 1px solid #e58b38;
    border-right-color: #bf7938;
    border-bottom-color: #a76529;
    border-radius: 3px;
    background-color: #ff7200;
    background-image: linear-gradient(to top, #ff7200 0%, #f9a72b 100%);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.36) inset, 0 2px 3px 0 rgba(73, 73, 73, 0.23);
    font-weight: bold;
   	width: 320px;
   	margin: 1rem;
   	transition: 0.2s all ease 0s;
}
.btn-contact:hover, .btn-media:hover {
	box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
[data-element-id].fadein {
    opacity : 1;
    transform : none;
    transition : none;
    }
.delay200 {
	transition-delay:200ms;
}
.delay400 {
	transition-delay:400ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.ul-type06 li {
	padding-left:1.3em;
	text-indent:-1.3em;
}



/*	header
-------------------------------------------------------------------*/
header {
	padding-top: 2rem;
}
#hd-up {
	margin: 2rem auto;
	padding-left: 2rem;
}
#hd-up .logo {
	max-width: 100px;
}
#hd-up p {
	max-width: 300px;
}
#catch {
	color: #85B2D3;
	font-size: 1.6rem;
	line-height: 1;
	margin: 2rem auto 2rem auto;
	padding: 0 2rem;
	    line-height: 140%;
}
@media only screen and (max-width: 599px) {
#catch {
    padding-right: 5% !important;
    padding-left: 5% !important;
}
}
#hero {
	/*background: url(/file_contents/1/get) center center repeat-x;*/
	position: relative;
    width: 140%;
    transform: translateX(-15%);
    height: auto;
   /* background-size: contain;*/
}
/*#hero:before {
    content: "";
    display: block;
    padding-top: 30%;
}*/
#hero > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translateY(-50%) translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-shadow:2px 2px 2px #000000;
}
#hero p span {
	display: block;
}
#hd-contents {
	padding: 0;
}
#hd-contents #catch {
	background: #6CA3CB;
	color: #FFF;
	margin: 0;
	padding: 0.6rem 0;
}



/*ドロワーメニューここから*/
.drawer-nav {
	background: #FFF!important;
	padding: 1rem;
}
.drawer-nav h2 {
	margin: 5px;
	font-size: 2rem;
	font-weight: bold;
}
.drawer-menu a:before {
	content: "-";
}
.drawer-menu a {
	display: block;
	width: 100%;
	padding: 1rem;
}
.drawer-menu a:hover {
	background: #333;
	color: #eee;
}

.drawer-menu>li>ul {
	text-indent: 1em;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
	background-color: #333!important;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent!important;
}
#drawer-chara {
	color: #333;
	font-size: 11px;
}
.drawer-hamburger {
	width: 30px!important;
	height: 30px!important;
	padding-top: 0!important;
	padding-right: 10px!important;
	padding-bottom: 18px!important;
	padding-left: 10px!important;
	background: #FFF!important;
}





/* breadcrumb
-------------------------------------------------------------------*/
#breadcrumb {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 0;
	color: #aaa;
	font-size: 14px;
}
#breadcrumb li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
#breadcrumb li a {
	color: #888;
}
#breadcrumb li a:hover {
	color: #00a89c;
}
#breadcrumb li::after {
	position: absolute;
	right: -25px;
	content: " ＞ ";
}
#breadcrumb li:last-child {
	color: #111;
}
#breadcrumb li:last-child::after {
	display: none;
}





/* article
-------------------------------------------------------------------*/
.info h1 {
	font-size: 3.6rem;
	border-bottom: #6CA3CB 1px solid;
	border-top: #6CA3CB 1px solid;
	padding: 2rem 0;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN","游明朝", YuMincho, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	color:  #6CA3CB	;
	text-align: center;
}


#h1-block {
	display: block!important;
	position: relative;
}
#h1-block h1 {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN","游明朝", YuMincho, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.8rem;
	text-shadow: 
    #333 1px 1px 3px, #333 -1px 1px 3px,
    #333 1px -1px 3px, #333 -1px -1px 3px;
}
#contents {
	padding: 2rem;
	margin-bottom: 10rem;
}
#h1-detail {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN","游明朝", YuMincho, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	margin: 3rem 0;
	font-size: 3rem;
}
#h1-detail + p {
	font-size: 1.8rem;
	border-bottom: #6CA3CB 1px solid;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

#contents article figure {
	margin: 0 2rem;
	padding: 0 2rem;
}

#contents article figure img{
	margin: 0 auto;
	display: block;
}
#contents article figcaption {
	font-size: 1.4rem;
	text-align: center;
}
#contents article h2 {
	color: #6CA3CB;
	border-bottom: #6CA3CB 1px solid;
	margin-bottom: 1rem;
	margin-top: 5rem;
}
.ul-type01>li {
	border: #6CA3CB 2px solid;
	border-radius: 10px;
	margin: 1rem auto;
}
.ul-type01>li a {
	color: #6CA3CB;
	text-align: center;
	display: block;
	width: 100%;
	padding: 2rem;
}
.ul-type01>li a h3 {
	font-size: 2rem;
}
.label-type01>li {
	border-radius:10px;
	background: #000;
	color: #FFF;
	margin-top: 1.6rem;
	width: 60px;
	display: inline-block;
}
.label-type01 .orange {
	background: #EDA572;
}
.label-type01 .yellow {
	background: #EECC55;
}
.label-type01 .aqua {
	background: #5DBEE4;
}
.label-type01 .green {
	background: #67B363;
}
.ul-type02 {
	display: flex;
}
.ul-type03 {
	display: flex;
}
.ul-type03 li {
	padding: 1rem;
	border: #6da3cb 1px solid;
	margin: 1rem;
	font-size: 0.8em;
}
.ul-type03 li p:nth-child(2) {
	color: #6da3cb;
}
.ul-type04 li{
	margin: 0 1rem;
}
.ul-type05 {
	margin: 0 2rem;
	list-style-type: circle;
}

.profile-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.profile-photo span {
	display: block;
	margin-left: 1rem;
}
.profile-photo div span:first-child {
	font-size: 1.2rem;
}
.profile-photo div span:nth-child(2) {
	font-size: 1.8rem;
}
.profile-photo div span:last-child {
	font-size: 1.2rem;
	color: #CCC;
}
.profile-photo img {
	border: #FFF 2px solid;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.06);
}




.step ol li {
	border: #CCC 1px solid;
	border-radius: 10px;
	text-align: center;
	margin: 2rem auto;
	padding: 1rem;
	position: relative;
	list-style-type: none;
}
.step ol li:after {
	display: inline-block;
	position: absolute;
	top: 120%;
	left: 50%;
	width: 20px;
	height: 7px;
	background: url(/import/tenant_1/www.aider-el.jp/img/arrow-btm.png) left bottom no-repeat;
	content: "";
	transform: translateX(-50%);
}
.step ol li:last-child:after {
	background-image: none;
}

.step-type2 ol{
	list-style-type: none;
	margin: 2rem auto;
}
.step-type2 ol li {
	padding: 0;
	text-indent: 0;
	margin-bottom: 4rem;
	position: relative;
}
.step-type2 ol li:last-child::after {
	background: none;
}

.step-type2 ol li dl{
	display: flex;
	justify-content: center;
	font-size: 1.8rem;
}
.step-type2 ol li dl dt {
	width: 25%;
	/*text-align: right;*/
	text-align: left;
	background: #6CA3CB;
	color: #FFF;
	padding: 0 1rem;
	border-radius: 10px 0 0 10px;
}
.step-type2 ol li dl dd {
	width: 75%;
	padding: 0 1rem;
	border: 1px #6CA3CB solid;
	border-radius: 0 10px 10px 0;
}









.step-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;}

.btn-contact {
	background: #19436A;
	width: 300px;
	margin: 2rem auto;
}
.btn-contact a {
	color: #FFF;
}
.btn-tel {
	border: #19436A 1px solid;
	width: 300px;
	margin: 2rem auto;
	text-align: center;
	border-radius: 10px;
	padding: 1rem;
}
.btn-tel a {
	color: #19436A;
}
.btn-tel span {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
}








/* side
-------------------------------------------------------------------*/
#side-nav {
	display: none;
	width: 260px;
}
#side-nav h2 {
	border-top: #f0f6fa 5px solid;
	padding: 1rem 0;
}
#side-nav ul {
	margin-bottom: 4rem;
}
#side-nav ul li {
	margin-bottom: 2rem;
}
#side-nav ul li a {
	background: #EDF5F4;
	color: #333;
	width: 100%;
	display: block;
	margin-top: 1rem;
	border-radius: 5px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	border: #C5DBEB 1px solid;
	margin-bottom: 1rem;
}
#side-nav ul li a:hover {
	background: #6CA3CB;
	color: #FFF;
}
#side-nav ul li ul li {
	font-size: 1.5rem;
	position: relative;
	left: 4rem;
	margin: 0.5rem;
	font-weight: bold;
}
#side-nav ul li ul li a {
    color: #333;
    background: none;
    border: none;
    border-radius: none;
    text-align: left;
}
#side-nav ul li ul li a:hover {
    color: #333;
    background: none;
    border: none;
    border-radius: none;
}

#side-nav ul li ul li:before {
	content: "";
	background: #6CA3CB;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	top: 9px;
	left: -12px;
	}












/*	footer
-------------------------------------------------------------------*/
footer {
	background: #6CA3CB;
	padding: 1rem;
	font-size: 1.2rem;
}
footer h2 {
	width: 100px;
	margin: 4rem 0 2rem 0;
}
#ft-area {
	color: #FFF;
	margin: 2rem 0;
	padding: 1rem;
	font-size: 1.4rem;
	padding-bottom: 10rem;
	background: -moz-linear-gradient(top,  rgba(0,32,64,0.4) 0%, rgba(108,163,203,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,32,64,0.4) 0%,rgba(108,163,203,0) 100%);
background: linear-gradient(to bottom,  rgba(0,32,64,0.4) 0%,rgba(108,163,203,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc002040', endColorstr='#006ca3cb',GradientType=0 );
}
#ft-area h3 {
  color: #fff;
	margin-bottom: 1rem;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
background: #028;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
mix-blend-mode :screen;
}
footer small {
	color: #FFF;
}







/*	clearfix
-------------------------------------------------------------------*/

.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
}
.clear {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */
