@charset "UTF-8";
/* CSS Document */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29abe2+36,ffffff+100 */
/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  z-index: 999;
	  background:#fff;
	  text-align:center;
	  color:#fff;
	}
	
	/* Loading画像中央配置　*/
	#splash_logo {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	
	/* Loading アイコンの大きさ設定　*/
	#splash_logo img {
	  width:260px;
	}
	
	/* fadeUpをするアイコンの動き */
	.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
html,body{
	height:100%;
}

.background-top{
	height:100%;
	background-color:#29abe2;
	height:60px;
	width:100%;
}

.background_sougyo{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3e6f9+0,f2f9fc+100,ffffff+100 */

background: #b3e6f9; /* Old browsers */

background: -moz-linear-gradient(top,  #b3e6f9 0%, #f2f9fc 100%, #ffffff 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #b3e6f9 0%,#f2f9fc 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #b3e6f9 0%,#f2f9fc 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
height:100%;
height:60px;
width:100%;

}

.setsu_pc,.unei_pc,.hiyo_pc{
	display:none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:9999;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

#cloud img{
	width:100%;
	top:55px;
	position:fixed;
	z-index:1;
}

#header{
	position:fixed;
	background:#FFFFFF;
	height:75px;
	width:100%;
	z-index:99;
}

#header img{
	display:block;
	width:70%;
	height:50px;
	margin:10px;
}

.menu_sp{
	cursor:pointer;
	display:block;
	position:fixed;
	right:0;
	height:40px;
	line-height:40px;
	z-index:1000;
	color:#29abe2;
	padding:5px;
	top:5px;
}

#menusp{
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	background-color:rgba(115,115,115,0.8);
	height:100%;
}

#menusp li{
	position:relative;
	top:50px;
	padding:10px 0;
	border-bottom:#ccc 1px solid;
}

#menusp li a{
	text-decoration:none;
	color:#fff;
}

#menusp li a:hover{
	color:#29abe2;
}

#menu{
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	background-color:rgba(115,115,115,0.8);
	height:100%;
}

#cloud {
	position:fixed;
	z-index:60;
	width:100%;
}

#wrapper{
	width:100%;
	max-width:320px;
	margin:0 auto;
	overflow:hidden;
	padding-top:50px;
}

#top_pc{
	display:none;
}

#top_sp{
	clear:both;
	width:100%;
	height:500px;
	position: relative;
	background: #29abe2; /* Old browsers */
	background: -moz-linear-gradient(top, #29abe2 36%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#29abe2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #29abe2 36%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #29abe2 36%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #29abe2 36%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #29abe2 36%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding-top:80px;
	margin-bottom: 50px;
}

.ttl_top_sp{
	color: #fff;
    text-align: center;
	width: 90%;
    margin: 0 auto;
}

.ttl_top_sp dt{
	margin-bottom: 10px;
    font-size: 1.2em;
}

.ttl_top_sp dd{
	line-height: 1.8;
}

#top_in{
	margin-top:50px;
}

.ttl_top_img1{
	width: 120px;
    position: absolute;
    /*left: 30px;*/
    margin-top: 20px;
	z-index: 1;
	animation: moving 16s linear infinite;
}

.ttl_top_img2{
	width: 90%;
    margin: 30px auto 0;
    display: block;
	position: relative;
	z-index: 50;
	animation: wobbling_x 0.8s ease-in-out infinite alternate,
		wobbling_y 1.1s ease-in-out infinite alternate;
}

.ttl_top_img3{
	width: 150px;
	position: absolute;
    bottom: 50px;
	/*right: 20px;*/
	animation: moving2 26s linear infinite;
}

@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 8px;
	}
}

@keyframes moving {
	0% {
		top: 25vh;
		right: -25vw;
	  }
	  25% {
        top: 29vh;
	  }
	  75%{
		top: 25vh;
	  }
	  100% {
		top: 29vh;
		right: 120vw;
	  }
  }
  
@keyframes moving2 {
	0% {
		bottom: 5vh;
		right: -30vw;
	  }
	  25% {
        bottom: 7vh;
		right: 16vw;
	  }
	  75%{
		bottom: 5vh;
		right: 70vw;
	  }
	  100% {
		bottom: 7vh;
		right: 101vw;
	  }
  }
/*#top_sp img{
	display:block;
	width:90%;
	margin:0 auto;
	position:relative;
	bottom:40px;
}*/

h1,h2{
	color:#666;
	font-size:15px;
	text-align:center;
	letter-spacing:3px;
}

.icon img{
	display:block;
	width:61px;
	height:61px;
	margin:0 auto;
}

#tsuyomi{
	width:100%;
	margin:0 auto;
}
.tsuyomi_ttl{
	margin:0 auto;
	font-size:16px;
	text-align:center;
	letter-spacing:0.1rem;
}

#tsuyomi ul{
	width:100%;
	margin-top:10px;
}

#tsuyomi li{
	float:none;
	width:100%;
	margin-bottom:10px;
}

#tsuyomi li p{
	font-size:13px;
}

#tsuyomi li p span{
	display:block;
	font-size:16px;
	margin-bottom:5px;
}
#tsuyomi li img{
	width:150px;
}

#newstopics{
	width:100%;
	max-width:960px;
	margin:0 auto;
	height:1270px;
}

#newstopics li{
	width:100%;
	max-width:220px;
	height:280px;
	background-color:#EBEBEB;
	margin:20px auto;
	border-radius:2px;
}

#newstopics a{
	text-decoration:none;
}

#news img{
	padding:5px;
}

.date_logo{
	width:100%;
	max-width:50px;
	height:50px;
	background-color:#29abe2;
	border-radius:80%;
	-webkit-border-radius:80%;
	-moz-border-radius:80%;
	font-size:10px;
	color:#fff;
	margin:0 10px;
}

.month{
	width:100%;
	max-width:10px;
	font-size:16px;
	position:relative;
	top:2px;
	left:10px;
}

.border{
	font-size:22px;
	position:relative;
	top:-22px;
}

.date{
	font-size:14px;
	position:relative;
	top:-44px;
	left:13px;
}

.year{
	text-align:center;
	position:relative;
	top:-48px;
	left:1px;
}

.dow{
	font-size:13px;
	color:#29abe2;
	text-align:center;
	position:relative;
	bottom:40px;
}

.topic{
	width:145px;
	height:100px;
	position:relative;
	left:68px;
	bottom:50px;
}

.topic .title{
	font-size:12px;
	color:#666;
}

.topic .dis{
	font-size:12px;
	position:relative;
	top:35px;
	color:#666;
}

#aboutoffice{
	position:relative;
	clear:both;
	height:1150px;
}

#image{
	width:100%;
	max-width:320px;
	height:250px;
	margin:15px auto;
}

#image img{
	display:block;
	margin:0 auto;
	
}

#aboutoffice_pc{
	display:none;
}

#aboutoffice_sp li{
	line-height:1.8em;
	text-align:center;
}

#aboutoffice_sp .ao_title{
	color:#29abe2;
	margin-top:10px;
	margin-bottom:3px;
}

#about_gyouseisyoshi{
	clear:both;
}

#about_gyouseisyoshi_icon{
	width:100%;
	max-width:100px;
	height:226px;
	float:left;
	margin:10px 0;
}

#about_gyouseisyoshi_icon img{
	display:block;
	margin-left:15px;
	margin-right:0;
}

#about_gyouseisyoshi_des{
	float:left;
	width:100%;
	max-width:150px;
	border-radius:20px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:16px;
	padding:10px 15px 18px;
}

#about_gyouseisyoshi_des p{
	font-size:13px;
}

#about_gyouseisyoshi_chyon{
	position:relative;
	top:40px;
}

#service{
	clear:both;
	padding-top:70px;
	position:relative;
	bottom:50px;
}

#service_menu li{
	text-align:center;
	margin:20px 0;
}

.hide {
	display:none;
	width:100%;
	max-width:960px;
	height:250px;
	text-align:center;
	padding-top:130px;
}

.list_in{
	max-width: 200px;
	margin: 0 auto 70px;
}
/*
.list_in dt:hover{
	color:#fff;
	background-color: #29abe2;
	cursor:pointer;
	transition: 0.5s;
}
*/
.list_in dt{
	width: 200px;
}

.list_in dt a{
	text-decoration:none;
	margin:30px 0 10px;
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
	cursor:pointer;
	transition: 0.5s;
	display: block;
	text-align: center;
}

.list_in dt a:hover{
	color:#fff;
	background-color: #29abe2;
	cursor:pointer;
	transition: 0.5s;
}

.list_in dd img{
    display: block;
    margin: 30px auto 0;
}

.flow_sec{
	color: #666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
}
/*
#service_menu li{
	width:140px;
	margin:10px auto;
	padding:7px;
	font-size:13px;
	text-decoration:none;
	color:#666;
	border:2px solid #fff;
	border-radius:12px;
}

#service_menu li:hover{
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
}

#service_menu li a{
	text-decoration:none;
	color:#666;
}

#service_menu li a:hover{
	color:#29abe2;
}

#service .tab li.select{
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
}
*/
.step{
	width:100%;
	max-width:220px;
	height:250px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}

h3{
	color:#29abe2;
	font-size:15px;
}

.content img{
	display:block;
	margin:0 auto;
}

#img1{
	padding:15px 10px 23px 10px;
}

#img2{
	padding:20px 10px 37px 10px;
}

#img3{
	padding:21px 10px;
}

#img4{
	padding:10px 10px;
}

#service_in{
	clear:both;
}

#price{
	margin-top:50px;
	padding-bottom:50px;
}

#price h3{
	text-align:center;
	margin-bottom:15px;
}

#price tr,td{
	border:1px solid #D8D6D6;
	padding:10px;
	font-size:12px;
}

#price h2{
	margin-bottom:30px;
}

#sougyoushien,#igonsyo{
	margin-bottom:30px;
}

#sougyoushien dl{
	width:100%;
	float:none;
}

#igonsyo dl{
	width:100%;
	float:none;
}

#price dt{
	text-align:center;
	margin-bottom:10px;
}

#price .pri_des{
	text-align:left;
	font-size:10.5px;
	margin-top:15px;
}

.sml{
	font-size:10px;
	display:block;
}

#minpaku{
	text-align:center;
}

#minpaku p{
	margin-bottom:25px;
	font-size:14px;
}
#minpaku a{
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
}


#qanda{
	clear:both;
	height:1200px;
	padding-top:50px;
	position:relative;
	bottom:50px;
}

.q{
	width:100%;
	height:80px;
	margin:20px 0;
}

.q_p{
	font-size:14px;
	width:100%;
	max-width:160px;
	border-radius:20px;
	background-color:#e6e6e6;
	position:relative;
	left:110px;
	bottom:100px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

.q_chyon{
	position:relative;
	bottom:65px;
	left:97px;
}

.a img{
	display:block;
	margin-left:auto;
	margin-right:0;
	position:relative;
	top:30px;
}

#a1_p{
	font-size:14px;
	width:100%;
	max-width:160px;
	height:120px;
	border-radius:20px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	bottom:80px;
	left:10px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

.a_chyon{
	width:93px;
	position:relative;
	bottom:45px;
	left:203px;
}

#a1{
	width:100%;
	height:300px;
	margin:10px 0 20px 0;
}

#a2_p{
	font-size:14px;
	width:100%;
	max-width:160px;
	height:80px;
	border-radius:20px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:10px;
	bottom:90px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

#a2{
	width:100%;
	height:170px;
}

#a3_p{
	font-size:14px;
	width:100%;
	max-width:160px;
	height:100px;
	border-radius:20px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:10px;
	bottom:80px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

#a3{
	width:100%;
	height:250px;
	margin:30px 0 50px 0;
}

#map_contact{
	position:relative;
	bottom:80px;
	height:980px;
	padding-top:70px;
}

#map img{
	width:280px;
	display:block;
	margin:10px auto;
}

#map iframe{
	width:80%;
	margin:30px auto 0;
	display:block;
}

#map_pc{
	display:none;
}

#map_sp{
	font-size:14px;
	padding:10px 20px;
}

.form_1{
	color:#29abe2;
	border:1px solid #29abe2;
	border-radius:3px;
	padding:5px;
	width:85%;
	margin:0 auto 5px;
	letter-spacing:2px;
	display:block;
}

.form_2{
	color:#29abe2;
	border:1px solid #29abe2;
	border-radius:3px;
	padding:5px;
	width:85%;
	height:180px;
	margin:0 auto 5px;
	letter-spacing:2px;
	display:block;
}

.button{
	color:#29abe2;
	background:none;
	border:1px solid #29abe2;
	border-radius:3px;
	padding:5px;
	width:100px;
	height:40px;
	margin:0 auto;
	letter-spacing:2px;
	display:block;
}

#map_contact{
	border-bottom:1px solid #fff;
}

#footer{
	clear:both;
	height:150px;
	text-align:center;
	background-color:#29abe2;
	vertical-align:bottom;
	color:#fff;
}

.bg{
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fc+0,ffffff+100 */

background: #f2f9fc; /* Old browsers */

background: -moz-linear-gradient(top,  #f2f9fc 0%, #ffffff 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #f2f9fc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #f2f9fc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}

#menu_left{
	width:100%;
	margin:0 auto;
}

.sougyoshien_des{
	font-size:12px;
	margin-top:30px;
}

.orange{
	color:#E9A320;
}

.mt20{
	margin-top:20px;
}

table th{
	border:1px solid #D8D6D6;
	text-align:center;
	font-size:12px;
	padding:5px 0;
	color:#29abe2;
}

.memo{
	font-size:12px;
	margin-top:20px;
}

.mt40{
	margin-top:40px;
}

.mb40{
	margin-bottom:40px;
}

.service_detail_ttl{
	font-size:18px;
}

.service_h2{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	text-align:left;
	font-size:15px;
}
.service_h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 37%;
	height: 4px;
	background-color: #29abe2;
}

.service_h2_2{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	text-align:left;
	font-size:14px;
}
.service_h2_2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 80%;
	height: 4px;
	background-color: #29abe2;
}

.service_h2_3{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	text-align:left;
	font-size:14px;
}
.service_h2_3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 55%;
	height: 4px;
	background-color: #29abe2;
}


.des dt{
	font-size:12px;
	text-align:left;
	margin-bottom:10px;
}

.des dd li{
	font-size:10px;
	text-align:left;
}

.setsu_sp,.unei_sp,.hiyo_sp{
	display: block; 
    width: auto; 
    position: relative; 
    overflow-x: auto; 
    white-space: nowrap;
}

.setsu_sp table th,.unei_sp table th,.hiyo_sp table th{
	border:1px solid #D8D6D6;
	text-align:center;
	font-size:12px;
	padding:10px;
	table-layout:fixed;
}

.setsu_sp table thead,.unei_sp table thead,.hiyo_sp table thead{
    display: block; 
}

.setsu_sp th,.blue{
	color: #29abe2;
}

.unei_sp th,.green{
	color:#6fc173;
}

.hiyo_sp th,.red{
	color:#ec431c;
}

.pdf{
	margin-top:30px;
	text-align:center;
}

.pdf a{
	padding:10px;
	font-size:14px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
}

.service_h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #29abe2;
}
.service_h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.ml15{
	margin-left:20px;
}

.list_box{
	text-align:center;
}

.list{
	display:inline-block;
	text-align:left;
	background-color:#ECEAEA;
	padding:10px;
}

.list_2{
	text-align:left;
}
