@charset "UTF-8";
.dls,
#menu_btn {
	display: none;
}
a:hover {
	box-shadow: none;
}
.img_title01 {
	background: #3e6eab;
}
body{
	font-weight: 400;
	color: #333;
}
.body_bk {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cce8f3+0,f8f6ea+39,f8f6ea+50,f8f6ea+61,cce8f3+100 */
background: #cce8f3; /* Old browsers */
background: -moz-linear-gradient(left,  #cce8f3 0%, #f8f6ea 39%, #f8f6ea 50%, #f8f6ea 61%, #cce8f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #cce8f3 0%,#f8f6ea 39%,#f8f6ea 50%,#f8f6ea 61%,#cce8f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #cce8f3 0%,#f8f6ea 39%,#f8f6ea 50%,#f8f6ea 61%,#cce8f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce8f3', endColorstr='#cce8f3',GradientType=1 ); /* IE6-9 */
position: relative;
}
@-moz-keyframes gradientMove {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, -200%);
  }
}
@-webkit-keyframes gradientMove {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, -200%);
  }
}
@-o-keyframes gradientMove {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, -200%);
  }
}
@-ms-keyframes gradientMove {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, -200%);
  }
}
@keyframes gradientMove {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-200%, -200%);
  }
}
.colorBg {
  position: relative;
  width: 100%;
  min-width: 1140px;
  margin-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}
.colorBg__c1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}
.colorBg__c2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}
.colorBg__c3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}
.colorBg__c4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 100%;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}
.colorBg__c5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 200%;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}
.colorBg__c6 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200%;
  left: 100%;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}
.colorBg__c7 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 200%;
  left: 200%;
  background: url(/image/bk.png) top left no-repeat;
  background-size: contain;
  opacity: 1;
  animation: gradientMove 15s linear infinite;
}

#page_top {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.contents {
	width: 100%;
	max-width: 1114px;
	margin: auto;
	text-align: left;
	position: relative;
}
.contents.w1114 {
	width: 1114px;
	max-width: 1114px;
	margin: auto;
	text-align: left;
	position: relative;
}
.main .contents {
	margin: 50px auto;
}
.bk_wh {
	width: 100%;
	background-color: rgba(255,255,255,0.88);
}
#header {
	position: relative;
	z-index: 20;
	position: fixed;
	width: 100%;
}
#header:before {
    width: 100%;
    content: '';
    background-image: url(/image/nav_bottom.png);
    background-repeat: repeat-x;
    height: 9px;
    position: absolute;
    left: 0px;
    bottom: -9px;
    z-index: 1;
}
#header:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #5290be;
    display: block;
}
#header h2,
#header p {
	display: inline-block;
	margin-top: 5px;
}

#header .hed_img {
	display: inline;
}

.h_nav {
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.88);
}
.h_nav.w1114 .g_nav {
	width: 1114px;
}
.h_nav .g_nav {
	position: relative;
	padding: 5px 0px 10px;
	width: 100%;
	max-width: 1114px;
	margin: auto;
}
.h_nav .g_nav li {
	display: inline-block;
	border-left: 1px solid #ddd;
	min-width: 150px;
	text-align: center;
	font-size: 110%;
	padding: 7px 0px;
}

.h_nav .g_nav li:first-child {
	border-left: none;
}
.h_nav .g_nav a {
	color: #333;
}
.h_nav .g_nav a:hover {
	text-decoration: none;
	color: #036eb3;
}

/*
.h_nav:after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: rgba(3,109,179,0.7);
	display: block;
}
*/

.g_nav li{
	position:relative;
}

.g_nav li a{
	display:block;
}

.g_nav .children a {
	height: 30px;
	line-height: 30px;
	padding: 10px;
	color: #fff;
	background:rgba(3,109,179,0.90);
	-webkit-border-radius : 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.g_nav li .children li {
	width: 100%;
	border: none;
	margin: 0;
	padding: 1px;
}

.g_nav li .children {
	display:block;
	opacity: 0;
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	z-index: 100;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 80%;
	visibility: hidden;
}

.g_nav li:hover .children {
	top:30px;
	opacity: 1;
	display:block;
	visibility: visible;
}

.g_nav .children a:hover {
	color: rgba(255,255,255,0.90);
	background:rgba(3,109,179,0.70);
}



.index .main_img {
	width: 1180px;
	margin: 40px auto;
	position: relative;
}
.page .main_img {
	width: 100%;
	height: 194px;
	margin: 0px auto;
	position: relative;
	background-image: url(/image/page_title_bk.jpg);
	background-color: #5290be;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}


.page_title {
	position: relative;
	margin: auto;
	width: 1180px;
	height: 194px;
}
.page_title h1 {
	position: relative;
	color: #fff;
	display: inline-block;
	font-size: 180%;
	letter-spacing: 0.1em;
	top: 50%;
	transform: translateY(-50%);
}
.page_title h1 .small_txt {
	display: block;
	line-height: 1.5em;
}

.pankuzu {
	width: 100%;
	background: rgba(255,255,255,0.5);
	padding: 10px 0px;
}
.pankuzu dl {
	width: 1114px;
	margin: auto;
	text-align: left;
}
.pankuzu dl dt,
.pankuzu dl dd {
	display: inline-block;
}
.pankuzu dl dt span,
.pankuzu dl dd span {
	vertical-align: middle;
}
.pankuzu a {
	color: #333;
}
.pankuzu a:hover {
	text-decoration: none;
	color: #036eb3;
}

.section {
	position: relative;
	width: 100%;
}
.section.main {
	position: relative;
	width: 100%;
	margin-top: 146px;
}
.section.main.index {
	position: relative;
	width: 100%;
	margin-top: 186px;
}

.side_img01 {
	position: absolute;
	left: -30%;
	top: -40px;
}
.side_img02 {
	position: absolute;
	right: -30%;
	bottom: -50px;
}

.page .side_img01 {
	position: absolute;
	left: -24%;
	top: 0px;
	width: 350px;
}
.page .side_img02 {
	position: absolute;
	right: -29%;
	top: 0px;
	bottom: auto;
	width: 530px;
}

.title {
	font-size: 300%;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	margin-bottom: 14px;
}
.title .icon-yasaka01 {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 130%;
}


.service_list li {
	width: 24%;
	max-width: 260px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.service_list li:first-child {
	margin-left: 0px;
}
.service_list li .ph {
	width: 100%;
	text-align: right;
}
.service_list li .ph img {
	width: 54%;
}

.service_list li:nth-child(2) a {
	background-color: #83bd3f;
}
.service_list li:nth-child(3) a {
	background-color: #8a9fd0;
}
.service_list li:nth-child(4) a {
	background-color: #4ebace;
}

.service_list li .txt_box {
	display: inline-block;
	text-align: center;
	width: 134px;
	height: 118px;
	margin: 24px auto;
	background: url(/image/service_bk.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: top;
}
.service_list li .txt_box .txt {
	display: block;
	position: relative;
	padding-right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service_list li h3 {
	display: inline-block;
	text-align: center;
	font-size: 160%;
	position: relative;
	height: 118px;
	margin: 20px 5px 20px 20px;
}
.service_list li h3 .txt {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.service_list li h3 span {
	display: block;
}
.service_list li h3 .big_txt {
	font-size: 280%;
}
.service_list li h3 .small_txt {
	font-size: 50%;
}

.service_list li:first-child .txt_box {
	color: #efa5ab;
}
.service_list li:nth-child(2) .txt_box {
	color: #83bd3f;
}
.service_list li:nth-child(3) .txt_box {
	color: #8a9fd0;
}
.service_list li:nth-child(4) .txt_box {
	color: #4ebace;
}

.service_list li a {
	display: inline-block;
	width: 100%;
	background-color: #efa5ab;
	color: #fff;
	position: absolute;
	top: 0;
	left: -132px;
	-webkit-transition: .3s;
	transition: .3s;
}
.service_list li:hover a {
	text-decoration: none;
	left: 0px;

}
.service_list li:after {
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
	content: "\e619";
	color: #fff;
	background: #1a1a1a;
	padding: 4px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 120%;
}




.obi01 {
	background: #036eb3;
	position: relative;
	padding: 10px;
	display: inline-block;
	min-width: 272px;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
}
.obi01 .btn01 {
	position: relative;
	float: right;
}
.obi01 .btn01 a {
	width: 140px;
	position: absolute;
	left: -24px;
	top: -4px;
	-webkit-transition: .3s;
	transition: .3s;
}
.obi01 .btn01 a:hover {
	left: -104px;
}
.obi01 .btn01 a:hover .txt {
	opacity: 1;
}
.obi01 .btn01 .icon-arrow-right {
	padding: 5px;
	background: #1a1a1a;
	color: #fff;
	padding: 7px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 110%;
	
}
.obi01 .btn01 .txt {
	padding: 5px;
	background: #1a1a1a;
	color: #fff;
	padding: 4px 10px;
	position: relative;
	display: inline-block;
	font-size: 80%;
	vertical-align: middle;
	margin-left: 2px;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	
}

.obi01 h2 {
	display: inline-block;
	color: #fff;
	font-size: 120%;
}


.news ul {
	padding: 40px 20px;
	background: #fff;
}
.news .date {
	padding-right: 14px;
}

.icon_new {
	background: #036eb3;
	padding: 4px 10px;
	margin-left: 10px;
	color: #fff;
	font-weight: 300;
	-webkit-border-radius : 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 90%;
}

.contents_main {
	width: 70%;
	float: left;
	background: #fff;
}
.news.all li {
	margin: 30px;
}
.news li a {
	color: #333;
}
.news li a:hover {
	color: #036eb3;
}
.side {
	width: 28%;
	float: right;
	background: #fff;
}
.side .article {
	padding: 20px;
	margin-bottom: 20px;
}
.side .article .obi03 {
	font-size: 120%;
	margin-bottom: 10px;
}
.side .article li {
	padding: 5px 20px;
}
.side .article li a {
	color: #333;
}
.side .article li a:hover {
	color: #036eb3;
}

.contents_main .post {
	padding: 40px;
	line-height: 2em;
}
.contents_main .post h2 {
	margin: 5px auto 20px;
	color: #036eb3;
	padding-bottom: 10px;
	border-bottom: 4px solid #f5f5f5;
}

.btn_next {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.btn_next ul {
	position: relative;
	left: 50%;
	float: left;
}

.btn_next ul li {
	position: relative;
	left: -50%;
	float: left;
	padding: 5px;
}

.next a,
a.next {
	padding: 8px 10px 8px 20px;
	background-color: #333;
    border: 2px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	font-weight: 300;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.1em;
}
.next a .icon-arrow-right,
a.next .icon-arrow-right {
	padding-left: 5px;
	top: 3px;
	position: relative;
	font-size: 110%;
}

a.home {
	padding: 8px 10px 8px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #333;
    border: 2px solid #ccc;
	font-weight: 300;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.1em;
	color: #fff;
}

.prev a,
a.prev {
	padding: 8px 20px 8px 10px;
	background-color: #333;
    border: 2px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: 300;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.2em;
	color: #fff;
}
.prev a .icon-arrow-left,
a.prev .icon-arrow-left {
	padding-right: 5px;
	top: 3px;
	position: relative;
	font-size: 110%;
}



.important_title {
	text-align: center;
	max-width: 1114px;
	margin: auto;
}

.important h2 {
	font-size: 250%;
	vertical-align: middle;
	line-height: 1.5em;
	font-weight: 500;
}
.important h2 img {
	vertical-align: middle;
	max-width: 152px;
	margin-right: 20px;
}

.important_title p {
	text-align: center;
	line-height: 1.8em;
	font-size: 120%;
	margin: 10px auto 20px;
}

.important_ch {
	position: relative;
	max-width: 1114px;
	margin: auto;
}
.important_ch:after {
	content: '';
	width: 800px;
	height: 100%;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: -800px;
	top: 0px;
}
.important_ch:before {
	content: '';
	width: 800px;
	height: 100%;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: -800px;
	top: 0px;
}

.important_list {
	width: 100%;
	background: #fff;
	color: #3291c0;
	position: relative;
}
.important_list ul {
	width: 832px;
	margin: auto;
	position: relative;
}
.important_list ul:after {
	content: url(/image/side_img03.png);
	position: absolute;
	right: -35%;
	top: -45%;
	z-index: 0;
}
@media screen and (max-width: 980px){
.important_list ul:after {
	display: none;
}
}
.important_list ._list_inner {
	position: relative;
	max-width: 1114px;
	margin: auto;
	padding: 40px 0px 60px;
}
.important_list ._list_inner li {
	position: relative;
	border-right: 1px solid #3291c0;
	text-align: left;
	backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
    overflow: hidden;
    z-index: 1;
}


._list_inner .ph {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	max-width: 408px;
}
._list_inner .txt {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    position: relative;
    padding: 0px 3% 0px 2%;
}
._list_inner .txt p {
	font-size: 105%;
    line-height: 1.7em;
    backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
}
._list_inner .txt .ch {
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
}
._list_inner .txt .ch .icon-yasaka01 {
	font-size: 350%;
    vertical-align: middle;
    padding-right: 10px;
    backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
}
._list_inner .txt h3 {
	text-align: center;
	font-size: 170%;
	line-height: 1.8em;
	font-weight: 500;
	margin: 15px auto;
	position: relative;
	backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
}
._list_inner li:after {
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
	content: "\e619";
	color: #fff;
	background: #3291c0;
	padding: 4px;
	position: absolute;
	right: 0px;
	top: 44%;
	font-size: 140%;
	backface-visibility: hidden;
	-webkit-backface-visibility:hidden;
}
._list_inner li.bottom:after {
	content: "";
	color: none;
	background: transparent;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0%;
	font-size: 1%;
}
._list_inner li.bottom {
	border-right: none;
	padding: 30px 0px;
}
._list_inner li.bottom img {
	float: left;
}
.important_bottom {
	text-align: center;
	font-size: 120%;
	line-height: 2em;
	padding: 20px 0px;
}

.zoomBox {
	display: block;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
}
.important_list ._list_inner li a {
	color: #3291c0;
}
.zoomBox:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: #3291c0;
}
.important_list ._list_inner .zoomBox:hover a {
	color: #fff;
	text-decoration: none;
}
.important_list ._list_inner .zoomBox:hover {
	border-right: none;
}

._list_inner .zoomBox:hover:after {
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
	content: "\e619";
	color: #3291c0;
	background: #fff;
	padding: 4px;
	position: absolute;
	right: 0px;
	top: 44%;
	font-size: 140%;
}



.contents.banner {
	width: 100%;
	max-width: 936px;
	margin: auto;
	text-align: center;
	position: relative;
}
.contents.banner ul li {
	margin-bottom: 20px;
}
.banner dt,
.banner dd {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	line-height: 2em;
}
.banner dt span {
	background: #fff;
	width: 120px;
	height: 120px;
	-webkit-border-radius : 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	display: table-cell;
	vertical-align: middle;
}


.footer {
	margin-top: 100px;
	position: relative;
}
.footer ._inner {
	background: #3e6eb1;
	color: #fff;
	position: relative;
	height: 88px;
	vertical-align: middle;
}

.footer ._inner .contents {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer ._inner .contents.w1114 {
	width: 1114px;
}

.footer ._inner ul {
	text-align: left;
	margin: auto;
}

.footer ._inner li {
    display: inline-block;
    padding: 5px 0px;
    min-width: 130px;
}
.footer ._inner li a {
	color: #fff;
}

.footer .copyright {
	margin: auto;
	padding: 14px;
	background: #fff;
	width: 100%;
}
.footer .copyright p {
	text-align: center;
	max-width: 1114px;
	margin: auto;
}

.page_top {
	position: absolute;
	top: 0px;
	right: 0px;
}
.page_top a {
	font-size: 250%;
	color: #fff;
	background: #1a1a1a;
	padding: 0px 30px;
	height: 88px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.page_top a span {
	position: relative;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}




/* plan */

.plan_list {
	width: 936px;
	margin: auto;
}

.plan_list dl {
	background: #fff;
	padding: 20px;
	margin: 40px auto;
}

.plan_list dt {
	width: 70%;
	max-width: 500px;
	border-bottom: 1px solid #5392c0;
	float: left;
	color: #036eb3;
	font-size: 180%;
	text-align: center;
	line-height: 2em;
	padding: 0.5em 0;
}
.plan_list dt .small_txt {
	font-size: 50%;
	display: block;
	vertical-align: middle;
}
.plan_list dt .small_txt .icon-yasaka01 {
	font-size: 360%;
	vertical-align: middle;
	margin-right: 10px;
}
.plan_list .ph {
	float: right;
	max-width: 368px;
}
.plan_list .txt {
	float: left;
	width: 70%;
	max-width: 500px;
}
.plan_list .txt ._inner {
	padding: 1em 1em;
	line-height: 1.8em;
}
.plan_list .txt ._title {
	font-size: 120%;
	color: #036eb3;
}

.plan_list .txt_w {
	clear: both;
}
.plan_list .txt_w ._inner {
	padding: 2em 1em;
	line-height: 1.8em;
	float: right;
	width: 42%;
}
.plan_list .txt_w ._inner_w {
	padding: 2em 1em;
	line-height: 1.8em;
}
.plan_list .txt_w ._inner:first-child {
	float: left;
}
.plan_list .txt_w ._title {
	font-size: 120%;
	color: #036eb3;
}

a.btn02 {
	padding: 12px 20px;
	background: #036eb3;
	color: #fff;
	font-size: 120%;
	-webkit-border-radius : 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 15px auto 0;
	display: inline-block;
	cursor: pointer;
}
a.btn02 .icon-calendar3 {
	font-size: 120%;
	padding-right: 5px;
}
a.btn02:hover {
	text-decoration: none;
	color: #fff;
}


/* service */

.service_li {
	margin: 60px auto 40px;
}
.service_li li {
	margin: 30px auto;
}

.img_title01 .ph {
	width: 100%;
	max-width: 400px;
	float: left;
}
.img_title01 .txt {
	width: 100%;
	max-width: 713px;
	float: left;
}

.contents .article {
	background: #fff;
}

.contents .article.service02 ._inner {
	margin: 40px 58px 60px;
	line-height: 1.8em;
}

.title01 {
	position: relative;
	font-size: 200%;
	font-weight: 600;
	color: #036eb1;
	text-align: center;
	line-height: 2em;
	margin: 40px auto;
}
.title01 .txt {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.txt_line {
	position: relative;
}
.txt_line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0px;
    bottom: 0px;
    background: #e5d721;
    z-index: 0;
}

.meritto {
	margin: 50px auto;
	padding: 40px 30px 30px 30px;
	position: relative;
	border: 12px solid #ffff00;
	font-size: 110%;
	font-weight: 600;
	line-height: 1.8em;
}
.meritto:after {
    content: url(..//image/service/icon_mritto.png);
    position: absolute;
    top: -34%;
    left: 2%;
}


/* option */

.txt_ch {
	text-align: center;
	margin: 20px auto 60px;
	font-size: 170%;
	line-height: 1.8em;
	font-weight: 500;
}
.txt_ch_s {
	text-align: center;
	margin: 20px auto 60px;
	font-size: 140%;
	line-height: 2em;
	font-weight: 500;
}

.option {
	width: 100%;
	overflow: hidden;
}
.option_list {
    margin: auto;
    width: 110%;
    margin-left: -0.5%;
}

.option_list li {
    display: inline-block;
    width: 29%;
    background: #fff;
    vertical-align: top;
    margin: 1% 0.5%;
    text-align: center;
}
.option_list li ._inner {
	padding: 14px 14px 16px;
	display:block; 
}

.option_list li h3 {
	margin: 20px auto 15px;
	color: #036eb2;
	font-size: 150%;
	font-weight: 500;
}
.option_list li p {
	margin: 20px auto 10px;
}
.option_list a.link {
	font-size: 120%;
	color: #036eb2;
	display: inline-block;
	margin: 10px auto 0px;
}
.option_list a.link span {
	vertical-align: middle;
}
.option_list a.link:hover {
	text-decoration: none;
}





/* step */

.step_list {
	width: 936px;
	margin: 40px auto;
}

.step_list dl {
	background: #fff;
	padding: 20px;
	margin: 25px auto;
}

.step_list dt {
	width: 70%;
	max-width: 500px;
	border-bottom: 1px solid #5392c0;
	float: left;
	color: #036eb3;
	font-size: 180%;
	text-align: left;
	line-height: 2em;
	padding: 0.5em 0;
}
.step_list dt .small_txt {
	font-size: 60%;
	display: block;
	vertical-align: middle;
}
.step_list dt .icon-yasaka01 {
	font-size: 220%;
	vertical-align: middle;
	margin-right: 10px;
}
.step_list dt .step_no {
	display: inline-block;
	vertical-align: middle;
	font-size: 80%;
	line-height: 1em;
}
.step_list dt .flow_txt {
	display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    line-height: 1em;
    padding-left: 5px;
    padding-top: 18px;
}
.step_list .ph {
	float: right;
	max-width: 368px;
}
.step_list .txt {
	float: left;
	width: 70%;
	max-width: 500px;
}
.step_list .txt ._inner {
	padding: 1em 1em;
	line-height: 1.8em;
}
.step_list .txt ._title {
	font-size: 120%;
	color: #036eb3;
}


/* guide */

.guide {
	padding: 20px 60px 60px 60px;
}

.title03 {
	position: relative;
	color: #036eb1;
	font-size: 140%;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
	float: left;
}
.title04 {
	position: relative;
	color: #036eb1;
	font-size: 140%;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 10px;
}
.title03:after,
.title04:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0px;
    bottom: -1px;
    background: #e5d721;
    z-index: 0;
}
.title03 .txt,
.title04 .txt  {
   position: relative;
   z-index: 1;
}

.guide_w {
	margin: 40px auto;
	text-align: left;
	line-height: 1.8em;
}

.guide_w .left {
	width: 600px;
	float: left;
}

.guide_w .right {
	width: 322px;
	float: right;
}

.guide_w_li {
	background: #fdefd2;
	padding: 10px;
	margin: 10px auto;
}
.guide_w_li ul {
	display: inline-block;
	width: 45%;
}
.guide_w_li ul li{
	position: relative;
	margin: 8px 34px;
	font-size: 110%;
}
.guide_w_li ul li.active:before {
    content: '';
    background: url(..//image/guide/icon_y.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -20px;
    top: 3px;
}
.guide_w .c_red {
	color: #c1272d;
	position: relative;
	margin-right: 25px;
}
.guide_w .c_red:before {
    content: '';
    background: url(..//image/guide/icon_y.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -20px;
    top: 1px;
}

.guide_w p {
    margin: 10px 0;
}

.guide_s {
	margin: 30px auto;
	text-align: left;
	line-height: 1.8em;
	max-width: 420px;
	float: left;
}
.guide_s:nth-child(even) {
	float: right;
}

.guide_s .left {
	width: 236px;
	float: left;
}
.guide_s.no_flow .left {
	width: auto;
	float: none;
}
.guide_s.no_flow .title03 {
	float: none;
}

.guide_s .right {
	float: right;
}
.guide_s.no_flow .right {
	width: auto;
	float: none;
}

.guide_s p {
    margin: 0px 0 10px;
}

.guide_bottom {
	margin: 40px auto 0px;
	padding: 30px 30px 30px 30px;
	position: relative;
	border: 12px solid #ffff00;
	font-size: 100%;
	line-height: 1.8em;
}
.guide_bottom h3 {
	margin-bottom: 10px;
	color: #c1272d;
}


.table01 {
	width: 100%;
	font-size: 105%;
	border-top: 2px solid #5390be;
	margin: 20px auto;
}

.table01 td {
	padding: 24px 14px;
	border-left: 2px solid #5390be;
	border-bottom: 2px solid #5390be;
	width: 40%;
}
.table01 tr td:first-child {
	border-left: none;
}
.table01 tr td:nth-child(2) {
	width: 15%;
	text-align: center;
	background: rgba(211,232,243,0.8);
	color: #036eb1;
}
.table01 tr:first-child td {
	text-align: center;
}
.table01 tr:first-child td.t_bk02 {
	background: #fff;
}
.table01 .t_bk01 {
	background: #f5f5f5;
}
.table01 .t_bk02 {
	background: #fff;
}
.table01 .t_bk03 {
	background: rgba(253,239,183,0.5);
}

.procedure {
	margin: 60px auto;
}


/* privacy */

.privacy {
	padding: 60px 60px 30px 60px;
}

.obi02 {
	padding: 14px 14px;
	background: #f5f5f5;
	color: #036eb1;
	font-size: 120%;
}
.obi03 {
	padding: 20px 24px;
	background: #f5f5f5;
	color: #036eb1;
	font-size: 140%;
}


.privacy dd {
	margin: 10px auto 40px;
	padding: 0px 14px;
}

.company {
	padding: 60px 60px 30px 60px;
}

.table02 {
	width: 100%;
	font-size: 105%;
	margin: 20px auto;
	line-height: 1.8em;
}
.table02 th {
	color: #036eb1;
	padding: 18px 24px;
	border-bottom: 2px solid #036eb1;
	vertical-align: text-top;
	min-width: 60px;
	font-weight: 500;
}
.table02 td {
	padding: 18px 44px;
	border-bottom: 2px solid #f5f5f5;
	vertical-align: text-top;
}

.company_block {
	margin: 0px auto 100px;
}

.f_nav h3 {
	margin: auto;
	width: 184px;
}
.f_nav ul {
	text-align: center;
	margin: 30px auto 40px;
}
.f_nav ul li {
	display: inline-block;
	margin: auto 20px;
}
.f_nav ul li {
	max-width: 182px;
	height: auto;
}


.contact {
	padding: 60px 60px 80px 60px;
	margin-bottom: 50px;
}
.contact_box .txt {
	float: left;
	width: 60%;
	line-height: 1.8em;
}
.contact_box .tel_box {
	float: right;
	width: 40%;
	max-width: 320px;
}
.contact_box .tel_box p {
	font-size: 90%;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.contact_box {
	margin: 20px auto 30px;
}

.table04 {
	width: 100%;
	position: relative;
	z-index: 0;
}

.table04 th,
.table04 td {
	padding: 14px;
    border-bottom: 1px solid #eee;
}
.table04 th {
	max-width: 100px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.staff_slider_last {
	width: 396px;
	height: 392px;
	overflow: hidden;
}
.staff_slider_last li {
	position: relative;
	padding: 0px;
	width: 396px !important;
}



/* staff */

.title .small_txt {
	vertical-align: middle;
	font-size: 40%;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.contents.staff_main_txt {
	margin: 120px auto 160px;
}
.staff_main_txt .staff_img01 {
	position: absolute;
	float: left;
	top: -80px;
	left: -10px;
}
.staff_main_txt .staff_img02 {
	position: absolute;
	float: right;
	top: -80px;
	right: -30px;
}
.staff_main_txt p {
	margin: 30px auto;
	width: 48%;
	line-height: 2em;
}

.staff_p {
	text-align: left;
}
.staff_p li {
	position: relative;
	padding: 0px;
}
.staff_p li ._inner {
	background: #fff;
	padding: 40px 40px 40px 40px;
	position: relative;
}
.staff_p li .ph {
	float: left;
	width: 40%;
	max-width: 396px;
}
.staff_p li .txt_box {
	width: 60%;
	max-width: 570px;
	float: right;
}
.staff_p li .txt_box h3 {
	font-size: 220%;
	font-weight: 500;
	line-height: 1.1em;
	position: relative;
	padding-top: 10px;
}
.staff_p li .txt_box h3 .small_ph {
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 90px;
}
.staff_p li .txt_box h3 .small_txt {
	font-weight: 400;
	font-size: 50%;
	display: block;
}
.staff_p li .txt_box dl {
	margin: 40px auto 10px;
}
.staff_p li .txt_box dd {
	margin: 3px auto 24px;
	padding-right: 1em;
}
.staff_p .staff_slider li {
	position: relative;
	padding: 0px;
	width: 396px !important;
}

.scroll_area {
	width: 100%;
	height: 280px;
	overflow: auto;
	margin-top: 20px;
}
.jspDrag {
    background: #036eb1;
}
.jspTrack {
    background: #D9ECF1;
}

.staff_p .slider_o {
    width: 300%;
    margin: auto;
    position: relative;
}
.staff_p .slider_w {
    position: relative;
    left: -33.3%;
}

.staff_p .slider_w .bx-viewport {
   overflow: visible !important;
}
.staff_p .slider_w .slider .bx-viewport {
   overflow: hidden !important;
}
.staff_p .slider_w .slider .bx-wrapper .bx-controls-direction a {
    text-indent: -9999999px !important;
}

.bx-pager {
	margin: 60px auto;
}
.bx-pager h3 {
	font-size: 120%;
}
.bx-pager ul {
	margin: 10px auto 50px;
}
.bx-pager li {
	display: inline-block;
	padding: 10px;
	background: #fff;
	margin: 10px 5px;
}

.staff_p .bx-wrapper .bx-prev {
	background: rgba(51,51,51,0.8);
	width: 42px;
	height: 42px;
	left: 33%;
	z-index: 1;
}
.staff_p .bx-wrapper .bx-next {
	background: rgba(51,51,51,0.8);
	width: 42px;
	height: 42px;
	right: 33%;
	z-index: 1;
}
.staff_p .bx-wrapper .bx-prev:after {
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
	content: "\e643";
	color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 300%;
    text-indent: 0px;
    vertical-align: middle;
}
.staff_p .bx-wrapper .bx-next:after {
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
	content: "\e61f";
	color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 300%;
    text-indent: 0px;
    vertical-align: middle;
}
.staff_p .bx-wrapper .bx-prev:hover,
.staff_p .bx-wrapper .bx-next:hover {
	opacity: 0.6;
}
.staff_p .slider_w .slider .bx-wrapper .bx-prev {
	left: 0px;
    background: url(../bxslid/image/controls.png) no-repeat 0 -32px;
}
.staff_p .slider_w .slider .bx-wrapper .bx-next {
	right: 0px;
    background: url(../bxslid/image/controls.png) no-repeat -43px -32px;
}
.staff_p .slider_w .slider .bx-wrapper .bx-next:after,
.staff_p .slider_w .slider .bx-wrapper .bx-prev:after {
    text-indent: -99999px;
}


/* schedule */

.schedule .tab li {
	width: 50%;
	float: left;
}
.schedule .tab li p {
	text-align: center;
	padding: 30px;
	background: #f5f5f5;
	color: #aabfdb;
	position: relative;
	font-size: 140%;
	cursor: pointer;
}
.schedule .tab li p:hover,
.schedule .tab li p.active {
	background: #036eb3;
	color: #fff;
}
.schedule .tab li p:hover:after,
.schedule .tab li p.active:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #036eb3 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 46%;
	color: #036eb3; 
}

.schedule ._inner {
	padding: 40px 60px;
}

.title05 {
	font-size: 160%;
	color: #036eb3;
	vertical-align: middle;
	font-weight: 500;
	border-bottom: 1px solid rgba(3,109,179,0.4);
	padding-bottom: 10px;
}
.title05 .icon-yasaka01 {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 240%;
}

.schedule .main_txt {
	line-height: 1.8em;
	padding: 20px 0px;
}
.schedule .main_txt .ph_r {
	float: right;
	padding: 0px 0px 40px 60px;
	display: inline-block;
}

.schedule .free {
	padding: 28px;
	background: #eff6fa;
}

.schedule .free h4 {
	font-size: 130%;
	margin-bottom: 10px;
}
.schedule .free ._speace {
	margin: 20px auto;
}
.schedule .free ._speace p {
	line-height: 1.8em;
}


/* free */

.free {
	padding: 60px 60px 60px 60px;
}

.free .main_txt {
	padding: 20px;
	line-height: 2em;
}

.page_title h1 .small_s_txt {
    display: block;
    line-height: 2.5em;
    font-size: 50%;
    letter-spacing: 0em;
}



/* disposal */

.disposal {
	margin: 40px auto 0px;
}
.table02.w_30 {
	width: 31%;
	font-size: 105%;
	    margin: 10px 1% 30px;
	line-height: 1.8em;
	float: left;
}
.table02.w_30 th {
	color: #036eb1;
	padding: 18px 10px;
	border-bottom: 2px solid #036eb1;
	vertical-align: text-top;
	min-width: 100px;
	font-weight: 500;
}
.table02.w_30 td {
	padding: 18px 20px;
	border-bottom: 2px solid #f5f5f5;
	vertical-align: text-top;
	text-align: center;
}
.disposal_txt {
	margin: 40px auto 10px;
}



.staff_slider li {
  display: none;
}
.bx-viewport .staff_slider li {
  display: block !important;
}

.cp h3 {
	margin-bottom: 10px;
	color: #286db2;
}
.cp h3 span {
	font-size: 240%;
    vertical-align: middle;
    padding-right: 0.2em;
}
.cp p {
	line-height: 1.8em;
	margin-bottom: 40px;
}