@charset "utf-8";
/* CSS Document */

@media screen and (min-width : 568px){

/* movie_page
   ========================================================================== */
.movie_page .member_page_main .inner_wrap {
    line-height: 0;
    overflow: hidden;
    height: 140px;
}
.movie_page .member_page_main .text1{
   	animation:none;
	width:35%;
	top:135px;
}
.movie_page .member_page_main .text2{
    animation:none;
	width:40%;
	top:173px;
}
.movie_page .member_page_main .text3{
    animation:none;
	width:68%;
	top:252px;
}
.movie_page .member_page_main .item{
    animation:none;
}
.movie_page .member_page_main .text4{
    animation:none;
	width:28%;
	top:262px;
}
.movie_page .member_page_main .text5{
    animation:none;
	width:57%;
	top:139px;
	right:5px;
	left:auto;
}

}
@media screen and (min-width : 768px){


header .logo {
    text-align: left;
    padding: 20px 10px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
header .page_title {
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    padding: 0 10px;
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

header .member_btn{
	position:absolute;
	top:11px;
	right:68px;
	width:170px;
	line-height: 0;
}
header .member_btn a{
	display:inline-block;
}
header .member_btn img{
	width:100%;
}

.under_page_main01 .inner_wrap {
    padding: 190px 0 0;
    line-height: 0;
    overflow: hidden;
    height: 340px;
    box-sizing: border-box;
}
.under_page_main01 .inner_wrap .text01 img {
    width: 30%;
}
.under_page_main_bottom .inner_wrap {
    padding: 30px 0;
    height: auto;
    line-height: 150%;
}
	
.case_page{
	margin: -26px 0 0;
}

.case_page .under_page_main01 .inner_wrap {
    padding: 200px 0 0;
}

.main .main_bg {
    padding: 300px 0 0;
}
.main .text1 {
    top: 125px;
    width: 72%;
}
.main .text2 {
    top: 236px;
    width: 70%;
}
.main .text3 {
    top: 335px;
    width: 80%;
}
.main .text4 {
    left: 33px;
    bottom: -43px;
    width: 85%;
}

/* member_page_main
   ========================================================================== */
.member_page_main {
	display:block;
	background:#F0F0F0;
	background-size:cover;
	text-align:center;
	padding:0 0 0;
	overflow:hidden;
	position:relative;
}
.member_page_main .main_bg{
    padding:80px 0 0;
	line-height:0;
	background:url(../img/member/main/bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
    z-index:1;
}
.member_page_main .inner_wrap{
	line-height:0;
	overflow:hidden;
	height:500px;
}
.member_page_main div img{
	width:100%;
}
.member_page_main .text1{
	position:absolute;
	left:5px;
	top:140px;
	animation:ease-in top_text1 1s;
	width:50%;
	z-index:10;
}
.member_page_main .text2{
	position:absolute;
	left:5px;
	top:210px;
	animation:ease-in top_text2 1.2s;
	width:60%;
	z-index:10;
}
.member_page_main .text3{
	position:absolute;
	left:5px;
	top:355px;
	animation:ease-in top_text3 1.4s;
	width:97%;
	z-index:10;
}
.member_page_main .item{
	position:absolute;
	right:10px;
	top:85px;
	animation:ease-in item 1.6s;
	width:35%;
	z-index:1;
}
.member_page_main .text4{
	position:absolute;
	right:8px;
	top:440px;
	animation:ease-in top_text3 1.6s;
	width:40%;
	z-index:10;
}
.member_page_main .text5{
	position:absolute;
	left:5px;
	top:450px;
	animation:ease-in top_text3 1.8s;
	width:97%;
	z-index:10;
}

/* know
   ===================================== */
.know .inner_wrap {
    padding: 10px 10px 50px;
}
.title_arrow {
    padding: 20px;
}
.know .box_wrap .item {
    position: absolute;
    right: 1%;
    bottom: 0;
    width: 20%;
}
.know .box_wrap .box .box_text {
    padding: 3px 0 0 35px;
    font-size: 18px;
}

/* obtain
   ========================================== */
.obtain .inner_wrap {
    padding: 10px 10px 50px;
}
.obtain .white_bg .box_wrap{
    margin:0 0 0;
	text-align: right;
	position: relative;
}
.obtain .white_bg .box_wrap .box{
    padding:10px 20px;
}
.obtain .white_bg .box_wrap .item{
    position: absolute;
	right:-10px;
	top:-36px;
	width:30%;
}


/* president
   ========================================== */
.president{
	padding:0 0 0;
}
.president .inner_wrap{
    background:url(../img/member/president/president.png) no-repeat 10px 30px;
	background-size:20%;
	padding:50px 20px 20px 23%;
	box-sizing: border-box;
}
.president .title{
	margin:0 0 45px 0;
	padding: 0 0 0 50px;
	font-weight: bold;
	font-size:28px;
	position: relative;
	line-height: 1;
}
.president .title:before{
	content:"";
	background:#333;
	height:2px;
	width:29px;
	position: absolute;
	left:0;
	top:13px;
}
.president .text{
	font-size:17px;
	margin:0 0 20px;
}
.president .text01{
	margin:0 0 20px;
}

/* movie_page
   ========================================================================== */
.movie_page .member_page_main .inner_wrap {
    line-height: 0;
    overflow: hidden;
    height: 320px;
}
.movie_page .member_page_main .text1{
   	animation:none;
	width:35%;
	top:125px;
}
.movie_page .member_page_main .text2{
    animation:none;
	width:45%;
	top:184px;
}
.movie_page .member_page_main .text3{
    animation:none;
	width: 65%;
	top:306px;
}
.movie_page .member_page_main .item{
    animation:none;
}
.movie_page .member_page_main .text4{
    animation:none;
	width:25%;
	top:318px;
	right:60px;
}
.movie_page .member_page_main .text5{
    animation:none;
	width:55%;
	top:160px;
	left:334px;
}

/* youtube
   ========================================================================== */
.youtube{
    margin:0 0 0;
    padding:20px 10px;
    text-align: center;
}
.youtube h2{
    margin:0 0 10px;
    font-size: 29px;
    line-height: 150%;
}
.youtube h2 + div{
    margin:0 0 35px;
    font-size: 18px;
    line-height: 150%;
}
.youtube iframe{
    width:90%;
    height:400px;
}

/* movie_bottom
   ========================================================================== */
.movie_bottom{
    padding:10px 20px;
}
.movie_bottom .inner_wrap{
    background:#fff;
    padding:15px 10px;
    text-align: center;
}
.movie_bottom .inner_wrap div:nth-child(1){
    margin:0 0 5px;
    font-size:29px;
    font-weight:bold;
    color:#0059B2;
    text-decoration: underline;
    line-height: 150%;
}
.movie_bottom .inner_wrap div:nth-child(2){
    margin:0 0 0;
    font-size:18px;
    font-weight:bold;
    color:#0059B2;
    line-height: 150%;
}

.movie_page .btn {
    margin: 20px 10px;
    text-align: center;
}
.movie_page .btn a{
    display:inline-block;
}
.movie_page .btn img{
    width:100%;
}


/* trouble
   ========================================================================== */
.trouble{
	margin:0 0 0;
	padding:25px 0 45px;
	background:url(../img/trouble/bg.jpg) no-repeat center center;
	background-size:cover;
}
.trouble .top_text .underline{
	font-size:17px;
	font-weight:bold;
	position:relative;
	display:inline-block;
}
.trouble .top_text .underline:after{
	content:"";
	background:#CCCCCC;
	border-bottom:1px solid #999999;
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}
/* box_wrap */
.trouble .box_wrap{
	margin:0 0 25px;
	font-size:0;
	line-height:1;
}
.trouble .box_wrap .left{
	margin:0 2% 10px 0;
	padding:20px 30px 30px;
	background:rgba(255,255,255,0.9);
	display:inline-block;
	width:55%;
	box-sizing:border-box;
	vertical-align:top;
}
.trouble .box_wrap .left .title{
	margin:0 0 0;
    font-size:30px;
}
.trouble .box_wrap .left .text_wrap{
	margin:0 0 0;
}
.trouble .box_wrap .left .text_wrap .text_box{
	margin:0 0 0;
	padding:26px 5px 15px 5px;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #333333;
}
.trouble .box_wrap .left .text_wrap .text_box .red{
	color:#D80000;
}
.trouble .box_wrap .left .text_wrap .text_box .blue{
	color:#0059B2;
}
.trouble .box_wrap .left .text_wrap .text_box .border{
	text-decoration:underline;
}

.trouble .box_wrap .right{
	margin:0 0 10px;
	padding:0;
	display:inline-block;
	width:43%;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}
/* movie */
.trouble .box_wrap .right .movie{
	margin:0 0 0;
	position:relative;
}
.trouble .box_wrap .right .movie iframe{
	width:100%;
    height:226px;
}
.trouble .box_wrap .right .movie .baloon_text{
	margin:0 0 0;
    background:url(../img/trouble/baloon.png) no-repeat center bottom;
    background-size:auto;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    padding:10px 0 34px;
    text-align:center;
    line-height:140%;
}

.trouble .box_wrap .right .movie .photo{
	margin: 0 0 0;
}

.trouble .box_wrap .right .movie .photo img{
	width:100% !important;
}

/* bottom_box */
.trouble .bottom_box{
	margin:0 0 0;
    font-size:0;
}
.trouble .bottom_box .bottom_left{
	margin:0 0 0;
	padding:30px 20px 20px;
	background:rgba(255,255,255,0.9);
    height:230px;
    display:inline-block;
    width:70%;
    vertical-align:top;
    box-sizing:border-box;
}
.trouble .bottom_box .bottom_left .bottom_title{
	margin:0 0 10px;
    text-align:center;
}
.trouble .bottom_box .bottom_left .check_box{
	margin:0 0 20px;
	padding:0 0 10px;
	border-bottom:1px dotted #333333;
}
.trouble .bottom_box .bottom_left .check_box .text{
	margin:0 0 0;
	padding:18px 5px 8px 55px;
	background:url(../img/trouble/check.png) no-repeat left center;
	background-size:auto;
	font-weight:bold;
	font-size:14px;
	border-bottom:none;
    display:inline-block;
}
.trouble .bottom_box .bottom_left .check_box .text:nth-child(2){
	margin:0 20px 0;
}
.trouble .bottom_box .bottom_left .red_text{
	margin:0 0 0;
	padding:0 0 0;
    font-size:18px;
    color:#D90000;
    font-weight:bold;
}

.trouble .bottom_box .bottom_right{
	margin:0 0 0;
    padding:10px 0 15px;
    background:#F09211;
    text-align:center;
    position:relative;
    height:230px;
    display:inline-block;
    width:30%;
    vertical-align:top;
    box-sizing:border-box;
}
.trouble .bottom_box .bottom_right img{
	width:90%;
}
.trouble .bottom_box .bottom_right img.item{
	width:50%;
    position:absolute;
    top:-115px;
    left:-170px;
}
.trouble .bottom_box .bottom_right img.item {
    width: 100%;
    position: absolute;
    top: -77px;
    left: -170px;
}


.caution .title {
    margin: 0 0 10px;
    padding: 11px 5px 5px 108px;
    background: url(../img/caution/caution.png) no-repeat left 7px;
    background-size: 100px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.flow .flow_area .flow_box {
    clear: both;
    padding: 0 0 20px;
    overflow: hidden;
    background: url(../img/flow/bg.png) repeat-y 0 top;
    background-size: 12%;
    width: 95%;
    margin: auto;
}
.flow .flow_box .left {
    background: #fff;
    color: #0059B2;
    margin-right: 3%;
    padding: 4% 0;
    font-size: 28px;
    float: left;
    display: inline-block;
    width: 12%;
}
.flow .flow_box .right{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:82%;
	text-align:left;
    background:rgba(255,255,255,0.9);
}
.flow .flow_box .photo{
	margin:0 2% 0 0;
	box-sizing:border-box;
	line-height:0;
	display:inline-block;
	width:40%;
	vertical-align:top;
}
.flow .flow_box .right .text_box{
	padding:30px 10px 0 0;
	display:inline-block;
	width:57%;
	vertical-align:top;
    box-sizing:border-box;
}
.flow .flow_box .right .box_title{
	font-size:23px;
	color:#0059B2;
	margin:0 0 10px;
	font-weight:normal;
	font-weight:bold;
}
.flow .flow_box .right .inner_text{
	margin:0;
	font-size:17px;
}
.flow .flow_box .right .inner_text span{
	margin:0;
	font-size:inherit;
	display:block;
}



/* top_category
   ========================================================================== */
.top_category{
	margin:0 0 0;
	padding:0 0 40px;
	background:url(../img/category/bg.jpg) no-repeat center top;
    background-size:cover;
}
.top_category .content_title{
	margin:0 0 35px;
}
.top_category .box_wrap{
	margin:0 0 0;
	font-size:0;
	line-height:1;
}
.top_category .box{
	margin:0 1% 40px;
	width:48%;
    vertical-align:top;
	height:300px;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	box-shadow: 2px 2px 1px #333;
	transition: .8s;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	opacity:0;
}

/* box_wrap */
.pack .box_wrap{
    margin:0 0 0;
    font-size:0;
}
.pack .box_wrap .box{
    margin:0 0 10px;
    padding:0;
    background:#fff;
    height:auto;
    box-sizing:border-box;
}
.pack .box_wrap .box .left{
    margin:0 0 0;
    line-height:0;
    display:inline-block;
    width:40%;
    vertical-align:top;
    box-sizing:border-box;
}
.pack .box_wrap .box .right{
    margin:0 0 0;
    padding:20px 25px;
    display:inline-block;
    width:60%;
    vertical-align:top;
    box-sizing:border-box;
}

.case .box_wrap {
    font-size:0;
}
.case .box_wrap .box {
    margin: 0 1% 20px;
    width: 48%;
    vertical-align: top;
    display: inline-block;
}

.cv .white_box .tel_no {
    font-size: 40px;
}


footer .footer_logo {
    width: 20%;
}

/* simulation_page
   ========================================================================== */

/* model_top
   ========================================== */
.model_top{
    margin:0 0 0;
    padding:35px 0 30px;
}
.model_top .title{
    margin:0 0 15px;
    padding:0 10px;
}
.model_top .title .top{
    margin:0 0 15px;
    font-size:24px;
    font-weight:bold;
    line-height:150%
}
.model_top .title .left{
    margin:0 0 10px;
    padding:0 0 10px;
    font-size:0;
    border-bottom:none;
    display:inline-block;
    width:55%;
    vertical-align:middle;
    box-sizing:border-box;
}
.model_top .title .left .left_text{
    margin:0 0 0;
    display:inline-block;
    width:47%;
    vertical-align:top;
    box-sizing:border-box;
    font-size:24px;
    font-weight:bold;
    line-height:150%;
}
.model_top .title .left .right_text{
    margin:0 0 0;
    display:inline-block;
    width:53%;
    vertical-align:top;
    box-sizing:border-box;
    font-size:24px;
    font-weight:bold;
    line-height:150%;
}
.model_top .title .right{
    margin:0 0 23px;
    padding:20px 0;
    font-size:24px;
    font-weight:bold;
    display:inline-block;
    width:44%;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:right;
    background:url(../img/simulation/item.png) no-repeat left center;
}

/* user
   ========================================== */
.user{
    margin:70px 10px 40px;
    padding:0 0 0;
}
.user .user_box{
    margin:0 0 0;
    padding:20px;
    border:1px solid #0059B2;
    position:relative;
}
.user .user_box .photo{
    margin:0 0 0 0;
    padding:0 0 0;
    line-height:0;
    display:inline-block;
    width:30%;
    vertical-align:top;
    box-sizing:border-box;
}
.user .user_box .photo img{
    width:90%;
}
.user .user_box .text_box{
    margin:20px 0 0;
    padding:0 0 0;
    display:inline-block;
    width:69%;
    vertical-align:top;
    box-sizing:border-box;
}
.user .user_box .text_box .name{
    margin:0 0 15px;
    padding:0 0 0;
    font-size:24px;
    font-weight:bold;
}
.user .user_box .text_box .text{
    margin:0 0 0;
    padding:0 0 0;
    font-size:17px;
    line-height:150%;
}
.user .user_box .baloon{
    position:absolute;
    top:-110px;
    right:10px;
    width:300px;
}


.model .start02 .left {
    margin: 0 10px 0 0;
    line-height: 0;
    display: inline-block;
    width: 4%;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}
.model .staff_wrap01 {
    position: absolute;
    right: 0;
    top: -200px;
    width: 30%;
}
.model .staff_wrap02 {
    position: absolute;
    right: 0;
    top: -20px;
    width: 31%;
}
.model .box_wrap03 {
    margin: 0 0 50px;
    position: relative;
}
.model .end .top .staff {
    position: absolute;
    right: 30px;
    bottom: 0;
    transition: 1.2s;
    transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    opacity: 0;
    width: 23%;
}


.year_price .top .inner_wrap {
    position: relative;
    padding: 30px;
}
.year_price .top .item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
}
.year_price .top .photo img:nth-child(1) {
    width: 40%;
    margin: 0 0 10px;
}
.year_price .top .photo img:nth-child(2) {
    width: 80%;
}
.tightly .white_bg .top_text img {
    width: 60%;
}


.detail .type01 th {
    font-size: 15px;
    padding: 10px;
    background: #FBE4D5;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    width: 200px;
}
.detail .type02 tr td:nth-child(1) {
    text-align: center;
    width: 200px;
}


.detail .photo_wrap .frame .photo img {
    max-width: 100%;
    width: 100%;
}
.detail .photo_wrap .frame .navi .box_wrap div a img {
    width: 100%;
    height: 127px;
}


/* banner_wrap
   ========================================================================== */
.banner_wrap{
	margin:0 0 0;
	padding:0px 20px 20px;
	line-height: 0;
}

.banner_wrap iframe{
	height: 52vw;
}


/* slider
   ========================================================================== */
.banner_wrap.slider{
	margin: 0 0 0 -.5%;
	width: 96%;
}



}
@media screen and (min-width : 769px){

body{
	min-width:1000px;
}
a{
	text-decoration:none;
}
a.over{
	transition:all ease-out 0.3s;
}
a.over:hover{
	opacity:0.6;
}
.inner_wrap{
	width:1000px;
	margin:auto;
}
img{
	width:auto !important;
}
span.blo{
    display:inline;
}
span.blo02{
    display:block;
}

/* header
   ========================================================================== */
header{
	position:fixed;
    top:0;
    width:100%;
    background:rgba(255,255,255,0.85);
	margin:0 0 0;
    padding:0 0 0;
    z-index:50;
}
.h_wrap{
	width:1000px;
	margin:auto;
	padding:0 25px;
	box-sizing:border-box;
	clear:both;
}
.h_wrap_pc{
    height:80px;
}
header .top{
	border-bottom:none;
	box-shadow:none;
	padding:0 0 0;
    height:80px;
    box-sizing:border-box;
}
header .left{
	display:inline-block;
	vertical-align:top;
	padding:17px 0 0;
}
header .logo{
	text-align:left;
	padding:0px;
	line-height:1;
	display:inline-block;
	vertical-align:middle;
	margin:0 20px 0 0;
}
header .logo a{
	display:inline-block;
}
header .page_title{
	font-weight:normal;
	font-size:12px;
	line-height:150%;
	padding:0;
	margin:4px 0 0;
	display:inline-block;
	vertical-align:middle;
	width:750px;
}
header .page_title span{
	display:block;
}
header .right{
	display:inline-block;
	vertical-align:top;
	float:right;
	padding:10px 0 0;
}
header .right .tel_box{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
}
header .right .tel_box a{
	display:inline-block;
	font-size:26px;
	color:#993759;
	line-height:1.2;
}
header .right .tel_box .text{
	font-size:13px;
	line-height:150%;
}
header .right .mail_box{
	display:inline-block;
	vertical-align:middle;
}
header .right .mail_box .mail{
	position:relative;
	overflow:hidden;
	width:140px;
	height:45px;
	box-sizing:border-box;
}
header .right .mail_box a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	transition:all ease-out 0.3s;
	width:100%;
}
header .right .mail_box a:hover{
	top:-45px;
}
header .right .mail_box a span{
	color:#fff;
	display:block;
	height:45px;
	box-sizing:border-box;
	text-align:center;
	padding:10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
	line-height:1;
}
header .right .mail_box a span:nth-child(1){
	background:#9C385B;
}
header .right .mail_box a span:nth-child(2){
	background:#752B45;
}

header .member_btn{
	position:absolute;
	top:10px;
	right:145px;
	width:170px;
	line-height: 0;
}

/* navi */
.h_wrap .sp_navi_toggle,.sp_navi{
	display:none;
}
/* スライドメニュー */
#gnav_btn{
    position:fixed;
    right:30px;
    top:10px;
    transition:all ease-in 0.3s;
    font-size:26px;
    color:#444;
    display:block;
    z-index:100;
    text-align: center;
    cursor:pointer;
    transform:rotate(360deg);
    width:60px;
    height:60px;
    box-sizing:border-box;
    background:#F09211;
    padding:15px;
}
#gnav_btn .inner{
    padding:7px 0 0;
    width: 30px;
    height:17px;
    display:block;
    position:relative;
    transition:all ease-out 0.8s;
    box-sizing:border-box;
}
#gnav_btn .inner:before{
    content:"MENU";
    color:#fff;
    font-size:12px;
    position:absolute;
    left:-2px;
    bottom:-26px;
}
#gnav_btn .inner .bar,
#gnav_btn .inner .bar:before,
#gnav_btn .inner .bar:after{
    transition:all ease-out 0.6s;
    transition-delay:0.3s;
}
#gnav_btn .inner .bar{
    text-indent:-9999px;
    height:3px;
    width:30px;
    background:#fff;
    display:block;
}
#gnav_btn .inner .bar:before{
    content:"";
    height:3px;
    width:30px;
    background:#fff;
    display:block;
    position:absolute;
    top:0px;
    left:0;
}
#gnav_btn .inner .bar:after{
    content:"";
    height:3px;
    width:30px;
    background:#fff;
    display:block;
    position:absolute;
    bottom:0px;
    left:0;
}
#gnav_btn.open{
    transform:rotate(0deg);
}
#gnav_btn.open .bar{
    background:transparent;
}
#gnav_btn.open .bar:before{
    transform:rotate(45deg);
    top:7px;
    background:#fff;
}
#gnav_btn.open .bar:after{
    transform:rotate(-45deg);
    bottom:7px;
    background:#fff;
}
body.open{
    position: fixed;
    width:100%;
}
#slide_menu{
    display:block;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background:rgba(19,82,162,0.95);
    padding:80px 21px 0 0;
    box-sizing:border-box;
    z-index:99;
    transition:all ease-in 0.3s;
    overflow:auto;
    overflow:hidden;
}
#slide_menu.open{
    right: 0;
}
#slide_menu .box_wrap div{
    margin:0 0 2px;
    transform:translate(500px,0);
    transition:all ease-out 0.3s;
    opacity:0;
}
#slide_menu.open .box_wrap div:nth-child(1){
    transition-delay:0.3s;
}
#slide_menu.open .box_wrap div:nth-child(2){
    transition-delay:0.35s;
}
#slide_menu.open .box_wrap div:nth-child(3){
    transition-delay:0.4s;
}
#slide_menu.open .box_wrap div:nth-child(4){
    transition-delay:0.45s;
}
#slide_menu.open .box_wrap div:nth-child(5){
    transition-delay:0.5s;
}
#slide_menu.open .box_wrap div:nth-child(6){
    transition-delay:0.55s;
}
#slide_menu.open .box_wrap div:nth-child(7){
    transition-delay:0.6s;
}
#slide_menu.open .box_wrap div:nth-child(8){
    transition-delay:0.65s;
}
#slide_menu.open .box_wrap div:nth-child(9){
    transition-delay:0.7s;
}
#slide_menu.open .box_wrap div{
    transform:translate(0,0);
    opacity:1;
}

#slide_menu .box_wrap div a{
    display:block;
    width:100%;
    font-size:16px;
    padding:15px;
    padding:15px 10px;
    line-height:150%;
    box-sizing:border-box;
    transition:all ease-out 0.3s;
    border-bottom:1px solid #fff;
    color:#fff;
    text-align:right;
}
#slide_menu .box_wrap div a span{
    display:block;
    color:inherit;
}

#slide_menu .box_wrap div a:hover{
    opacity:0.5;
}

/* main
   ========================================================================== */
.main {
	display:block;
	background:#F0F0F0;
	background-size:cover;
	text-align:center;
	padding:0 0 65px;
	overflow:hidden;
	position:relative;
    height:695px;
    box-sizing:border-box;
}
.main .main_bg{
    padding:0;
	line-height:0;
	background:url(../img/top_main/bg.jpg) no-repeat center top;
	background-size:cover;
    height:630px;
    box-sizing:border-box;
}
.main .inner_wrap{
	line-height:0;
	overflow:inherit;
	height:630px;
	position:relative;
}
.main div img{
	width:100%;
}
.main .text1{
	position:absolute;
	left:0;
	top:160px;
	animation:ease-in top_text1 1s;
	width:auto;
	z-index:10;
}
.main .text2{
	position:absolute;
	left:16px;
	top:283px;
	animation:ease-in top_text2 1.2s;
	width:auto;
	z-index:10;
}
.main .text3{
	position:absolute;
	left:32px;
	top:392px;
	animation:ease-in top_text3 1.4s;
	width:auto;
	z-index:10;
}
.main .item{
	position:absolute;
	right:0;
	bottom:-70px;
	animation:ease-in item 1.6s;
	width:auto;
	z-index:1;
}
.main .text4{
	position:absolute;
	left:3px;
	bottom:-49px;
	animation:ease-in top_text3 1.8s;
	width:auto;
	z-index:10;
}

/* member_page
   ========================================================================== */
.member_page_main {
	display:block;
	background:#F0F0F0;
	background-size:cover;
	text-align:center;
	padding:0 0 0;
	overflow:hidden;
	position:relative;
    height:750px;
    box-sizing:border-box;
}
.member_page_main .main_bg{
    padding:0;
	line-height:0;
	background:url(../img/member/main/bg.jpg) no-repeat center top;
	background-size:cover;
    height:750px;
    box-sizing:border-box;
}
.member_page_main .inner_wrap{
	line-height:0;
	overflow:inherit;
	height:750px;
	position:relative;
}
.member_page_main div img{
	width:100%;
}
.member_page_main .text1{
	position:absolute;
	left:35px;
	top:160px;
	animation:ease-in top_text1 1s;
	width:auto;
	z-index:10;
}
.member_page_main .text2{
	position:absolute;
	left:35px;
	top:236px;
	animation:ease-in top_text2 1.2s;
	width:auto;
	z-index:10;
}
.member_page_main .text3{
	position:absolute;
	left:35px;
	top:392px;
	animation:ease-in top_text3 1.4s;
	width:auto;
	z-index:10;
}
.member_page_main .item{
	position:absolute;
	right:50px;
	top:20px;
	animation:ease-in item 1.6s;
	width:auto;
	z-index:100;
}
.member_page_main .text4{
	position:absolute;
	right:75px;
	top:470px;
	animation:ease-in top_text3 1.6s;
	width:auto;
	z-index:10;
}
.member_page_main .text5{
	position:absolute;
	left:55px;
	top:510px;
	animation:ease-in top_text3 1.8s;
	width:auto;
	z-index:10;
}

/* know
   ===================================== */
.know{
    margin:0 0 0;
    padding:0;
    background:url(../img/member/know/bg.jpg) no-repeat center bottom;
    background-size:cover;
    overflow:hidden;
}
.know .title_arrow{
	height:150px;
	line-height: 150%;
	display: block;
	padding:33px 0 0;
	font-size:30px;
}
.know .title_arrow .bold{
	font-size:33px;
}
.know .inner_wrap{
    margin:0 auto 0;
    padding:0 0 70px;
}
.know .white_bg{
    margin:0 0 0;
    padding:60px 45px 40px;
    background:rgba(255,255,255,0.9);
}
.know .box_wrap{
    margin:0 0 0;
	position: relative;
}
.know .box_wrap .item{
	position:absolute;
	right:-5%;
	bottom:0;
	width:30%;
}
.know .box_wrap .box{
    margin:0 0 25px;
	padding:0 25% 25px 0;
	border-bottom:1px dotted #777777;
}
.know .box_wrap .box .box_text{
	padding:10px 0 0 65px;
	background:url(../img/member/know/check.png) no-repeat left 0;
	background-size:auto;
	font-weight:bold;
	font-size:24px;
	line-height: 150%;
}
.know .white_bg .line_btn{
    margin:-50px 0 20px;
    line-height: 0;
}
.know .white_bg .line_btn a{
    display:inline-block;
    line-height: 0;
}
.know .white_bg .line_btn a img{
    width:100%;
}
.know .white_bg .bottom_text{
    margin:0 0 0;
    font-size:13px;
}

.know .blue{
	color:#0059B2;
}
.know .red{
	color:#D80000;
}
.know .bold{
	font-weight: bold;
}
.know .under{
	text-decoration: underline;
}

/* obtain
   ========================================== */
.obtain{
    margin:0 0 0;
    padding:0;
    background:url(../img/member/obtain/bg.jpg) no-repeat center bottom;
    background-size:cover;
    overflow:hidden;
}
.obtain .inner_wrap{
    margin:0 auto 0;
    padding:0 0 70px;
}
.obtain .title_arrow{
	height:150px;
	line-height: 150%;
	display: block;
	padding:21px 0 0;
	font-size:37px;
}

.obtain .white_bg{
    margin:0 0 0;
    padding:55px 50px 40px;
    background:rgba(255,255,255,0.9);
}
.obtain .white_bg .box_wrap{
    margin:0 0 0;
	text-align: right;
	position: relative;
}
.obtain .white_bg .box_wrap .item{
    position: absolute;
	right:-45px;
	top:-38px;
}
.obtain .white_bg .box_wrap .box{
    margin:0 0 20px;
    padding:15px 25px 20px;
    border-bottom:1px dashed #777777;
	text-align: left;
}
.obtain .white_bg .box_wrap .box .box_title{
    margin:0 0 25px;
    font-size:27px;
    font-weight:bold;
    color:#0059B2;
}
.obtain .white_bg .box_wrap .box .box_text{
    margin:0 0 0;
    font-size:19px;
    line-height:150%;
}

/* president
   ========================================== */
.president{
	padding:0 0 40px;
}
.president .inner_wrap{
    background:url(../img/member/president/president.png) no-repeat left bottom;
	background-size:auto;
	padding:85px 0 185px 330px;
	box-sizing: border-box;
}
.president .title{
	margin:0 0 45px 0;
	padding: 0 0 0 50px;
	font-weight: bold;
	font-size:35px;
	position: relative;
	line-height: 1;
}
.president .title:before{
	content:"";
	background:#333;
	height:2px;
	width:29px;
	position: absolute;
	left:0;
	top:13px;
}
.president .text{
	font-size:17px;
	margin:0 0 20px;
}
.president .text01{
	margin:0 0 20px;
}


/* movie_page
   ========================================================================== */
.movie_page .member_page_main{
	height: 450px;
}
.movie_page .member_page_main .main_bg{
	height: 450px;
}
.movie_page .member_page_main .inner_wrap {
    line-height: 0;
    overflow: hidden;
    height: 450px;
}
.movie_page .member_page_main .inner_wrap img{
    width:100% !important;
}
.movie_page .member_page_main .text1{
   	animation:none;
	width:339px;
	top:140px;
}
.movie_page .member_page_main .text2{
    animation:none;
	width:400px;
	top:207px;
}
.movie_page .member_page_main .text3{
    animation:none;
	width: 581px;
	top:327px;
}
.movie_page .member_page_main .item{
    animation:none;
}
.movie_page .member_page_main .text4{
    animation:none;
	width: 259px;
	top:339px;
	right:113px;
}
.movie_page .member_page_main .text5{
    animation:none;
	width: 514px;
	top:167px;
	left:468px;
}

/* youtube
   ========================================================================== */
.youtube{
    margin:0 0 0;
    padding:35px 0 10px;
    text-align: center;
}
.youtube h2{
    margin:0 0 10px;
    font-size: 37px;
    line-height: 150%;
}
.youtube h2 + div{
    margin:0 0 40px;
    font-size: 25px;
    line-height: 150%;
}
.youtube iframe{
    width:853px;
    height:480px;
}

/* movie_bottom
   ========================================================================== */
.movie_bottom{
    padding:20px 0;
}
.movie_bottom .inner_wrap{
    background:#fff;
    padding:20px 0;
    text-align: center;
}
.movie_bottom .inner_wrap div:nth-child(1){
    margin:0 0 10px;
    font-size:36px;
    font-weight:bold;
    color:#0059B2;
    text-decoration: none;
    line-height: 1;
    border-bottom: 2px solid #0059B2;
    display: inline-block;
}
.movie_bottom .inner_wrap div:nth-child(2){
    margin:0 0 0;
    font-size:25px;
    font-weight:bold;
    color:#0059B2;
    line-height: 150%;
}

.movie_page .btn {
    margin: 60px 0;
    text-align: center;
}

/* under_page_main01
   ========================================================================== */
.under_page_main01 {
	display:block;
	background:#F0F0F0;
	background-size:cover;
	text-align:center;
	padding:0 0 0;
	overflow:hidden;
	position:relative;
}
.under_page_main01 .main_bg{
	line-height:0;
	background:url(../img/top_main/bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
.under_page_main01 .inner_wrap{
    padding:150px 0 0;
	line-height:0;
	overflow:hidden;
	height:300px;
    box-sizing:border-box;
}
.under_page_main01 .inner_wrap .text01{
    margin:0 0 30px;
    text-align:center;
}
.under_page_main01 .inner_wrap .text02{
    margin:0 0 0;
    text-align:center;
    font-size:17px;
    color:#fff;
}

/* under_page_main_bottom
   ========================================================================== */
.under_page_main_bottom{
    margin:0 0 0;
}
.under_page_main_bottom .inner_wrap{
    margin:0 auto 0;
    padding:25px 0 10px;
	line-height:150%;
	height:auto;
    box-sizing:border-box;
}
.under_page_main_bottom .inner_wrap .text{
    margin:0 0 10px;
    font-size:33px;
    font-weight:bold;
    text-align:center;
}
.under_page_main_bottom .inner_wrap .text img{
    vertical-align:sub;
}
.under_page_main_bottom .photo{
    margin:0 0 0;
    line-height:0;
}
.under_page_main_bottom .photo img{
    display:none;
}


/* faq_page */
.faq_page .under_page_main01 .main_bg{
	background:url(../img/faq/main_bg.jpg) no-repeat center center;
	background-size:cover;
}

/* case_page */
.case_page .under_page_main01 .inner_wrap{
    padding:170px 0 0;
}
.case_page .under_page_main01 .main_bg{
	background:url(../img/case/main_bg.jpg) no-repeat center center;
	background-size:cover;
}
.case_page .under_page_main01 .inner_wrap .text01 img{
    width:95%;
}

/* company_page */
.company_page .under_page_main01 .main_bg{
	background:url(../img/company/main_bg.jpg) no-repeat center center;
	background-size:cover;
}

/* maintenance_page */
.maintenance_page .under_page_main01 .main_bg{
	background:url(../img/maintenance/main_bg.jpg) no-repeat center center;
	background-size:cover;
}
.maintenance_page .under_page_main_bottom .photo{
    height:400px;
    background:url(../img/maintenance/main_bottom.jpg) no-repeat center center;
    background-size:cover;
}

/* insurance_page */
.insurance_page .under_page_main01 .main_bg{
	background:url(../img/insurance/main_bg.jpg) no-repeat center center;
	background-size:cover;
}

/* simulation_page */
.simulation_page .under_page_main01 .main_bg{
	background:url(../img/simulation/main_bg.jpg) no-repeat center center;
	background-size:cover;
}
.simulation_page .under_page_main_bottom .photo{
    height:100px;
    background:url(../img/simulation/main_bottom.jpg) no-repeat center center;
    background-size:cover;
}

/* contact_page */
.contact_page .under_page_main01 .main_bg{
	background:url(../img/contact/main_bg.jpg) no-repeat center center;
	background-size:cover;
}

/* loopslider
   ========================================================================== */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    width: 200px;
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
	position:relative;
}
#loopslider ul li .text{
    width:100%;
	box-sizing:border-box;
	font-size:20px;
	display:block;
	background:rgba(33,33,33,0.8);
	position:absolute;
	bottom:0;
	text-align:center;
	color:#fff;
	line-height:40px;
	height:40px;
}
#loopslider ul li .text span{
    font-size:13px;
	color:inherit;
}

/* trouble
   ========================================================================== */
.trouble{
	margin:0 0 0;
	padding:25px 0 45px;
	background:url(../img/trouble/bg.jpg) no-repeat center center;
	background-size:cover;
}
.trouble .top_text .underline{
	font-size:17px;
	font-weight:bold;
	position:relative;
	display:inline-block;
}
.trouble .top_text .underline:after{
	content:"";
	background:#CCCCCC;
	border-bottom:1px solid #999999;
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}
/* box_wrap */
.trouble .box_wrap{
	margin:0 0 25px;
	font-size:0;
	line-height:1;
}
.trouble .box_wrap .left{
	margin:0 0 10px;
	padding:20px 30px 30px;
	background:rgba(255,255,255,0.9);
	display:inline-block;
	width:580px;
	box-sizing:border-box;
	vertical-align:top;
}
.trouble .box_wrap .left .title{
	margin:0 0 0;
    font-size:30px;
}
.trouble .box_wrap .left .text_wrap{
	margin:0 0 0;
}
.trouble .box_wrap .left .text_wrap .text_box{
	margin:0 0 0;
	padding:26px 5px 15px 5px;
	font-weight:bold;
	font-size:26px;
	border-bottom:1px dotted #333333;
}
.trouble .box_wrap .left .text_wrap .text_box .red{
	color:#D80000;
}
.trouble .box_wrap .left .text_wrap .text_box .blue{
	color:#0059B2;
}
.trouble .box_wrap .left .text_wrap .text_box .border{
	text-decoration:underline;
}

.trouble .box_wrap .right{
	margin:0 0 10px;
	padding:0;
	display:inline-block;
	width:400px;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}
/* movie */
.trouble .box_wrap .right .movie{
	margin:0 0 0;
	position:relative;
}
.trouble .box_wrap .right .movie iframe{
	width:100%;
    height:226px;
}
.trouble .box_wrap .right .movie .baloon_text{
	margin:0 0 0;
    background:url(../img/trouble/baloon.png) no-repeat center bottom;
    background-size:auto;
    font-size:20px;
    font-weight:bold;
    color:#fff;
    padding:10px 0 34px;
    text-align:center;
    line-height:140%;
}

.trouble .box_wrap .right .movie video{
	width:100%;
	margin:0 0 15px;
}

/* bottom_box */
.trouble .bottom_box{
	margin:0 0 0;
    font-size:0;
}
.trouble .bottom_box .bottom_left{
	margin:0 0 0;
	padding:30px 20px 20px;
	background:rgba(255,255,255,0.9);
    height:230px;
    display:inline-block;
    width:770px;
    vertical-align:top;
    box-sizing:border-box;
}
.trouble .bottom_box .bottom_left .bottom_title{
	margin:0 0 10px;
    text-align:center;
}
.trouble .bottom_box .bottom_left .check_box{
	margin:0 0 20px;
	padding:0 0 10px;
	border-bottom:1px dotted #333333;
}
.trouble .bottom_box .bottom_left .check_box .text{
	margin:0 0 0;
	padding:18px 5px 8px 55px;
	background:url(../img/trouble/check.png) no-repeat left center;
	background-size:auto;
	font-weight:bold;
	font-size:26px;
	border-bottom:none;
    display:inline-block;
}
.trouble .bottom_box .bottom_left .check_box .text:nth-child(2){
	margin:0 20px 0;
}
.trouble .bottom_box .bottom_left .red_text{
	margin:0 0 0;
	padding:0 0 0;
    font-size:18px;
    color:#D90000;
    font-weight:bold;
}

.trouble .bottom_box .bottom_right{
	margin:0 0 0;
    padding:10px 0 15px;
    background:#F09211;
    text-align:center;
    position:relative;
    height:230px;
    display:inline-block;
    width:230px;
    vertical-align:top;
    box-sizing:border-box;
}
.trouble .bottom_box .bottom_right img{
	width:40%;
}
.trouble .bottom_box .bottom_right img.item{
	width:50%;
    position:absolute;
    top:-115px;
    left:-170px;
}

/* caution
   ========================================================================== */
.caution{
	margin:0 0 0;
	padding:70px 0 80px;
	background:url(../img/caution/bg.jpg) no-repeat center center;
	background-size:cover;
    text-align:center;
}
.caution .title{
	margin:0 0 20px;
	padding:23px 5px 20px 170px;
	background:url(../img/caution/caution.png) no-repeat left 7px;
	background-size:auto;
    font-size:33px;
    font-weight:bold;
    color:#fff;
    display:inline-block;
}
.caution .title .yellow{
	color:#FFFF26;
    font-size:45px;
}
.caution .title_bottom{
	margin:0 0 40px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
}
.caution .brown{
    font-size:inherit;
    padding:0 0 0;
    color:#FFDFBF;
}
.caution .box{
    margin:0 0 30px;
    padding:0 0 55px;
    border-bottom:1px solid #FFFFFF;
}
.caution .box .box_title{
    margin:0 25px 25px;
    padding:13px 0 0;
    height:45px;
    box-sizing:border-box;
    font-size:27px;
    font-weight:bold;
    color:#fff;
    text-align:center;
}
.caution .box01 .box_title{
    background:rgba(255,223,191,0.6);
}
.caution .box02 .box_title{
    background:rgba(255,255,191,0.6);
}
.caution .box .text{
    margin:0 0 0;
    font-size:23px;
    color:#fff;
    line-height:175%;
}
.caution .box02{
    margin:0 0 20px;
    padding:0 0 30px;
}
.caution .box02 .text_box{
    margin:0 25px 0;
    font-size:0;
}
.caution .box02 .text_box .text{
    margin:0 0 8px;
    padding:6px 6px 6px 15px;
    font-size:22px;
    border-bottom:1px dotted #DDDDDD;
    display:inline-block;
    width:48%;
    vertical-align:top;
    box-sizing:border-box;
    text-align:left;
}
.caution .box02 .text_box .text:nth-child(2n+1){
    margin:0 4% 8px 0;
}
.caution .box02 .text_box .text:first-letter{
    color:#FFFFBF;
}

/* top_category
   ========================================================================== */
.top_category{
	margin:0 0 0;
	padding:0 0 40px;
	background:url(../img/category/bg.jpg) no-repeat center top;
    background-size:cover;
}
.top_category .content_title{
	margin:0 0 35px;
}
.top_category .box_wrap{
	margin:0 0 0;
	font-size:0;
	line-height:1;
}
.top_category .box{
	margin:0 0 40px;
	width:300px;
	height:360px;
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	box-shadow: 2px 2px 1px #333;
	transition: .8s;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	opacity:0;
}
.top_category .box.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.top_category .box:nth-child(2),.top_category .box:nth-child(5){
	margin:0 50px 40px;
}
.top_category .box a{
	display:block;
	padding:20px 0 0;
	background:#fff;
	height:360px;
	box-sizing:border-box;
}
.top_category .box .title{
	margin:0 0 14px;
	font-size:23px;
	font-weight:bold;
	display:block;
	text-align:center;
}
.top_category .box .text{
	margin:0 0 0;
	padding:0 25px;
	font-size:16px;
	display:block;
	line-height:150%;
	height:54px;
	box-sizing:border-box;
}
.top_category .photo{
	margin:0 0 20px;
	line-height:1;
	font-size:0;
	display:block;
}
.top_category .photo img{
	width:100% !important;
}
/* hover */
.top_category .frame{
	display:block;
	background:rgba(255,150,0,0.8);
	width:300px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	padding:60px 0 0;
	box-sizing:border-box;
	opacity:0;
	transition:all ease-out 0.1s;
}

/* title_arrow
   ========================================================================== */
.title_arrow{
	margin:0 0 60px;
    padding:10px;
    font-size:33px;
    font-weight:bold;
    background:#F0F0F0;
    position:relative;
    text-align:center;
    height:100px;
    box-sizing:border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}
.title_arrow:after{
	content:"";
    background:url(../img/common/title_arrow.png) no-repeat center bottom;
    background-size:auto;
    width:150px;
    height:38px;
    bottom:-38px;
    left:50%;
    margin-left:-75px;
    position:absolute;
}
.title_arrow img{
    margin: -11px 5px 0 5px;
    vertical-align:sub;
}
.title_arrow02{
    background:rgba(0,0,0,0.80);
	color:#fff;
}
.title_arrow02:after{
	content:"";
    background:url(../img/common/title_arrow02.png) no-repeat center bottom;
    background-size:auto;
}

/* pack
   ========================================================================== */
.pack{
	margin:0 0 0;
	padding:0 0 40px;
	background:url(../img/pack/bg.jpg) no-repeat center center;
    background-size:cover;
}
.pack .inner_wrap{
	padding:0;
}
.pack .top_text{
    margin:0 0 30px;
    font-size:31px;
    font-weight:bold;
    text-align:center;
}
.pack .top_text .border{
    border-bottom:1px solid #333;
    line-height:1;
    display: inline-block;
}
.pack .top_text02{
    margin:0 0 25px;
    font-size:18px;
    text-align:center;
    line-height:150%;
}
.pack .top_text02 .border{
    border-bottom:1px solid #333;
    line-height:1;
    display: inline-block;
}
.pack .top_text02 .red{
    color:#D80000;
}
.pack .top_text02 .blue{
    color:#0059B2;
}

/* box_wrap */
.pack .box_wrap{
    margin:0 0 0;
    font-size:0;
}
.pack .box_wrap .box{
    margin:0 0 10px;
    padding:0;
    background:#fff;
    height:220px;
    box-sizing:border-box;
}
.pack .box_wrap .box .left{
    margin:0 0 0;
    line-height:0;
    display:inline-block;
    width:290px;
    vertical-align:top;
    box-sizing:border-box;
}
.pack .box_wrap .box .right{
    margin:0 0 0;
    padding:20px 25px;
    display:inline-block;
    width:710px;
    vertical-align:top;
    box-sizing:border-box;
}
.pack .box_wrap .box .right .box_title{
    margin:0 0 10px;
    padding:8px 5px 5px 80px;
    background:url(../img/pack/box01/no.png) no-repeat left center;
    background-size:auto;
    font-weight:bold;
    font-size:25px;
}
.pack .box_wrap .box:nth-child(2) .right .box_title{
    background:url(../img/pack/box02/no.png) no-repeat left center;
    background-size:auto;
}
.pack .box_wrap .box:nth-child(3) .right .box_title{
    background:url(../img/pack/box03/no.png) no-repeat left center;
    background-size:auto;
}
.pack .box_wrap .box:nth-child(4) .right .box_title{
    background:url(../img/pack/box04/no.png) no-repeat left center;
    background-size:auto;
}
.pack .box_wrap .box:nth-child(5) .right .box_title{
    background:url(../img/pack/box05/no.png) no-repeat left center;
    background-size:auto;
}
.pack .box_wrap .box:nth-child(6) .right .box_title{
    background:url(../img/pack/box06/no.png) no-repeat left center;
    background-size:auto;
}
.pack .box_wrap .box .right .box_text{
    font-size:17px;
    line-height:150%;
}
.pack .box_wrap .box .right .blue{
    color:#0059B2;
    font-weight:bold;
}
.pack .box_wrap .box .right .bold{
    font-weight:bold;
}
.pack .box_wrap .box .right .border{
    border-bottom:1px solid #333;
    color:inherit;
    line-height:1;
    display: inline-block;
}
.pack .box_wrap .box .right .box_text .box_left{
    margin:0 0 15px;
    display:inline-block;
    width:300px;
    vertical-align:top;
    box-sizing:border-box;
}
.pack .box_wrap .box .right .box_text .box_left .box_left_title{
    margin:0 0 5px;
    font-size:17px;
    font-weight:bold;
}
.pack .box_wrap .box .right .box_text .box_left .box_left_title02{
    font-weight:normal;
}
.pack .box_wrap .box .right .box_text .box_left .box_left_title .small{
    font-size:12px;
    display:block;
}
.pack .box_wrap .box .right .box_text .box_left table{
    font-size:17px;
    font-weight:bold;
}
.pack .box_wrap .box .right .box_text .box_left table td{
    padding:0px 0;
}
.pack .box_wrap .box .right .box_text .box_right{
    margin:0 0 0;
    font-size:17px;
    display:inline-block;
    width:350px;
    vertical-align:top;
    box-sizing:border-box;
}

/* white_box */
.pack .white_box{
    margin:0 0 20px;
    padding:30px;
    background:rgba(255,255,255,0.8);
}
.pack .white_box .photo{
    margin:0 0 20px;
    line-height:0;
    text-align:center;
}
.pack .white_box .text{
    margin:0 0 0;
    line-height:150%;
    font-size:14px;
}
.pack .white_box .text .red{
    color:#D80000;
}
.pack .white_box .white_box_title{
    margin:0 0 15px;
    padding:0 0 10px;
    font-size:36px;
    font-weight:bold;
    border-bottom:2px solid #0059B2;
    color:#0059B2;
    text-align:center;
    display:inline-block;
    line-height: 150%;
}
.pack .white_box .white_box_text{
    margin:0 0 0;
    font-size:25px;
    line-height:150%;
    font-weight:bold;
    color:#0059B2;
    text-align:center;
}
.pack .white_box02{
    text-align:center;
}

/* case
   ========================================================================== */
.case{
	margin:0 0 0;
	padding:0 0 60px;
	background:url(../img/case/bg.jpg) no-repeat center center;
    background-size:cover;
    overflow:hidden;
}
.case .box_wrap{
	margin:0 0 50px;
    font-size:0;
}
.case .box_wrap .box{
	margin:0 0 20px;
    background:#fff;
    transition:all ease-out 0.8s;
	transform: translate(-200px, 0);
	-webkit-transform: translate(-200px, 0);
	opacity:0;
	box-shadow: 2px 2px 1px #999;
    min-height:250px;
    width: 100%;
    box-sizing:border-box;
}
.case .box_wrap .box.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.case .box_wrap .box a{
	display:block;
    padding:13px 10px;
}

/* left */
.case .box_wrap .box .left{
	margin:0 20px 0 0;
    line-height:0;
    text-align:center;
    display:inline-block;
    width:300px;
    height:220px;
    vertical-align:top;
    box-sizing:border-box;
    overflow: hidden;
    font-size: 0;
}
.case .box_wrap .box .left.sold{
	background-repeat: no-repeat;
}
.case .box_wrap .box .left img{
	max-width:100% !important;
}

/* center */
.case .box_wrap .box .center{
	margin:0 20px 0 0;
    display:inline-block;
    width:340px;
    vertical-align:top;
    box-sizing:border-box;
    min-height:220px;
}
.case .box_wrap .box .center .table{
	margin:0 0 54px;
    width:100%;
    font-size:16px;
    display:block;
}
.case .box_wrap .box .center .table .table_tr{
	border-bottom:1px solid #CCCCCC;
    display:block;
    font-size:0;
}
.case .box_wrap .box .center .table  .table_tr .table_td{
	padding:5px 0 5px;
    display:inline-block;
	width:46%;
    font-size:16px;
    vertical-align:top;
    position:relative;
}
.case .box_wrap .box .center .table  .table_tr .table_td.sold{
	color: #D90000;
}
.case .box_wrap .box .center .table  .table_tr .table_td:last-child{
	width:54%;
}
.case .box_wrap .box .center .table  .table_tr .table_td:last-child:before{
	content:"：";
    position:absolute;
    left:-15px;
}

.case .box_wrap .box .center .small{
	font-size:12px;
}
.case .box_wrap .box .center .price{
	margin:0 0 0;
    padding:0 0 0 10px;
    text-align:left;
    display:block;
    border-bottom:1px solid #0059B2;
    position:absolute;
    bottom:14px;
    width:340px;
    box-sizing:border-box;
}
.case .box_wrap .box .pc{
	display:block;
}
.case .box_wrap .box .sp{
	display:none;
}
.case .box_wrap .box .center .price.sold{
    border-bottom:1px solid #D90000;
}
.case .box_wrap .box .center .price .kakaku{
	margin:0 20px 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:18px;
}
.case .box_wrap .box .center .price .nedan{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:27px;
    color:#0059B2;
}
.case .box_wrap .box .center .price .zei{
	margin:0 0 0;
    display:inline-block;
    font-size:13px;
    color:#0059B2;
}
.case .box_wrap .box .center .price .sold{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:27px;
    color:#D90000;
}

/* right */
.case .box_wrap .box .right{
	margin:0 0 0;
    display:inline-block;
    width:285px;
    min-height:220px;
    vertical-align:top;
    box-sizing:border-box;
}
.case .box_wrap .box .right .status_box{
	margin:0 0 38px;
    display:block;
    min-height:186px;
    box-sizing:border-box;
}
.case .box_wrap .box .right .status_box .status_title{
	margin:0 0 5px;
    padding:5px;
    display:block;
    background:#F09211;
    color:#fff;
    font-size:15px;
    text-align:center;
}
.case .box_wrap .box .right .status_box .status_title.sold{
    background:#D90000;
}
.case .box_wrap .box .right .status_box .green_wrap{
	margin:0 0 0;
    display:block;
    font-size:0;
}
.case .box_wrap .box .right .status_box .green_wrap .green_box{
	margin:0 0 5px;
    padding:6px 2px;
    display:inline-block;
    width:49%;
    vertical-align:top;
    box-sizing:border-box;
    background:#56AA3D;
    color:#fff;
    font-size:12px;
    text-align:center;
}
.case .box_wrap .box .right .status_box .green_wrap .green_box:nth-child(2n+1){
	margin:0 2% 5px 0;
}
.case .box_wrap .box .right .rimawari{
	margin:0 0 0;
    padding:0 10px;
    text-align:left;
    display:block;
    border-bottom:1px solid #0059B2;
    position:absolute;
    bottom:14px;
    width:285px;
    box-sizing:border-box;
}
.case .box_wrap .box .right .rimawari.sold{
    border-bottom:1px solid #D90000;
}
.case .box_wrap .box .right .rimawari .kakaku{
	margin:0 15px 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:18px;
}
.case .box_wrap .box .right .rimawari .suji{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:27px;
    color:#0059B2;
}
.case .box_wrap .box .right .rimawari .percent{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:22px;
    color:#0059B2;
}

.case .box_wrap .box .right .rimawari .sold{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:27px;
    color:#D90000;
}

/* btn */
.case .btn{
	margin:0 0 0;
    text-align:center;
}
.case .btn a{
	margin:0 0 0;
    display:inline-block;
}

/* case_page
   ========================================================================== */
.case_page .case{
	margin:0 0 0;
	padding:40px 0 60px;
	background:url(../img/case/page_bg.jpg) no-repeat center center;
    background-size:cover;
    overflow:hidden;
}
.case_page .case .top_text{
	margin:0 0 30px;
	padding:12px;
	font-size:24px;
    font-weight:bold;
    line-height:150%;
    background:rgba(255,255,255,0.9);
    text-align:center;
}
.case_page .case .top_text .red{
	color:#D80000;
}
.case_page .case .top_text .blue{
	color:#007FBE;
    border-bottom:1px solid #007FBE;
    line-height:1;
    display:inline-block;
    transition: all ease-out .3s;
}
.case_page .case .top_text .blue:hover{
    border-bottom:none;
    opacity:0.6;
}
.case .box_wrap .box.anime_left{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
	animation: ease-in anime_left 1s;
}

/* pgn
   ================================ */
.pgn a{
	border:none;
}
.pgn a:hover{
	background:#0080BE;
    color:#fff;
}


/* banner
   ========================================================================== */
.banner{
	margin:0 0 0;
	padding:70px 0;
	background:url(../img/banner/bg.jpg) no-repeat center center;
    background-size:cover;
    overflow:hidden;
}
.banner .box{
	margin:0 0 0;
    text-align:center;
    line-height:0;
}
.banner .box a{
	margin:0 0 0;
    display:inline-block;
}

/* banner_wrap
   ========================================================================== */
.banner_wrap{
	margin:0 0 0;
	padding:0 0 15px;
	text-align: center;
	line-height: 0;
}
.banner_wrap a{
	margin:0 0 0;
    display:inline-block;
}

.banner_wrap iframe{
	height: 560px;
}


/* slider
   ========================================================================== */
.banner_wrap.slider{
	margin: 0 0 0 -1%;
	width: 102%;
}

/* flow
   ========================================================================== */
.flow{
	margin:0 0 0;
	background:url(../img/flow/bg.jpg) no-repeat center center;
    background-size:cover;
}
.flow .flow_area{
	padding:10px 0 25px;
	margin:0;
	font-size:0;
	text-align:center;
}
/* flow_box */
.flow .flow_area .flow_box{
	clear:both;
	padding:0 0 30px;
	overflow:hidden;
	background:url(../img/flow/bg.png) repeat-y 0 top;
	background-size:auto;
	width:100%;
	margin:auto;
}
.flow .flow_area .flow_box:last-child{
	background:none;
}
.flow .flow_box .left{
	background:#fff;
	color:#0059B2;
	margin-right:28px;
	font-size:25px;
	float:left;
	display:inline-block;
	padding:0;
	width:60px;
	height:60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flow .flow_box .right{
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:910px;
	text-align:left;
    background:rgba(255,255,255,0.9);
}
.flow .flow_box .photo{
	margin:0 30px 0 0;
	box-sizing:border-box;
	line-height:0;
	display:inline-block;
	width:400px;
	vertical-align:top;
}
.flow .flow_box .right .text_box{
	padding:30px 10px 0 0;
	display:inline-block;
	width:430px;
	vertical-align:top;
    box-sizing:border-box;
}
.flow .flow_box .right .box_title{
	font-size:23px;
	color:#0059B2;
	margin:0 0 10px;
	font-weight:normal;
	font-weight:bold;
}
.flow .flow_box .right .inner_text{
	margin:0;
	font-size:17px;
}
.flow .flow_box .right .inner_text span{
	margin:0;
	font-size:inherit;
	display:block;
}

/* cv
   ========================================================================== */
.cv_wrap{
    margin:0 0 0;
    padding:80px 0;
    background:url(../img/cv/bg.jpg) no-repeat center center;
    background-size:cover;
}
.cv{
	margin:0 auto 0;
	width:900px;
	padding:12px 0 16px;
	border-top:1px solid #9C385B;
	border-bottom:3px solid #9C385B;
	background:#FCF5F8;
	text-align:center;
	box-sizing:border-box;
}
.cv .title{
	margin:0 0 0;
	font-size:25px;
	font-weight:bold;
}
.cv .title .title_text{
	margin:0 0 9px;
	font-size:25px;
	font-weight:bold;
	line-height:1;
	vertical-align:bottom;
	display:inline-block;
}
.cv .title .red{
	margin:0 0 6px;
	font-size:35px;
	color:#D80000;
	line-height:1;
	vertical-align:bottom;
	display:inline-block;
}
.cv .title img{
	margin:0 5px 0 0;
	width:30px;
	vertical-align:bottom;
	animation:ease-out 2s fuwafuwa infinite;
	-webkit-animation:ease-out 2s fuwafuwa infinite;
	-ms-animation:ease-out 2s fuwafuwa infinite;
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:scale(1, 1);}
	50% {-webkit-transform:scale(0.7,0.7);}
	100% {-webkit-transform:scale(1, 1);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:scale(1, 1);}
	50% {-moz-transform:scale(0.7,0.7);}
	100% {-moz-transform:scale(1, 1);}
}
@-ms-keyframes fuwafuwa {
	0% {-ms-transform:scale(1, 1);}
	50% {-ms-transform:scale(0.7,0.7);}
	100% {-ms-transform:scale(1, 1);}
}

.cv .white_box{
	margin:10px 25px;
	padding:8px 0;
	background:rgba(255,255,255,0.9);
	font-size:0;
}
.cv .white_box .text{
	margin:0 5px 0 0;
	font-size:19px;
	display:inline-block;
	vertical-align:middle;
}
.cv .white_box .text span{
	margin:0 10px 0;
	font-size:inherit;
	display:block;
}
.cv .white_box .tel_no{
	margin:0 0 0;
	padding:5px 0 5px 85px;
	line-height:1;
	display:inline-block;
	font-size:65px;
	font-weight:bold;
	color:#D80000;
	background:url(../img/cv/free.png) no-repeat left center;
	background-size:auto;
	vertical-align:middle;
}
.cv .btn {
	margin:0 0 0;
}
.cv .btn a{
	margin:0 0 0;
	padding:10px 20px;
	display:inline-block;
	font-size:21px;
	background:#9C385B;
	border:1px solid #9C385B;
	color:#fff;
	width:360px;
	box-sizing:border-box;
	transition:all ease-out 0.3s;
	position:relative;
}

.cv .btn a i{
	font-size:26px;
	color:#fff;
	transition:all ease-out 0.3s;
}
.cv .btn a:hover{
	background:#fff;
	color:#9C385B;
}
.cv .btn a:hover i{
	color:#9C385B;
}

/* faq
   ========================================================================== */
.faq{
	margin:0 0 0;
    padding:0 0 70px;
	overflow:hidden;
    background:url(../img/faq/bg.jpg) no-repeat center center;
    background-size:cover;
}
.faq .box_wrap{
	margin:0 auto 45px;
    width:1000px;
}
.faq .box_wrap .box{
	margin:0 0 15px;
	padding:35px 0;
    background:rgba(255,255,255,0.85);
	transition: .8s;
	transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	opacity:0;
}
.faq .box_wrap .box:nth-child(2n+2){
	transition: .8s;
	transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	opacity:0;
}
.faq .box_wrap .box.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.faq .box_wrap .box .ques{
	margin:0 0 20px 20px;
	padding:5px 0 5px 60px;
	font-size:19px;
	background:url(../img/faq/q_pc.png) no-repeat left 0;
	background-size:auto;
	font-weight:bold;
}
.faq .box_wrap .box .ans{
	margin:0 0 0 20px;
	padding:5px 0 5px 60px;
	font-size:17px;
	background:url(../img/faq/a_pc.png) no-repeat left 0;
	background-size:auto;
}
.faq .btn{
	margin:0 0 0;
    text-align:center;
}
.faq .btn a{
	display:inline-block;
}

/* faq_page
   ========================================================================== */
.faq_page .faq{
	margin:0 0 0;
    padding:0 0 35px;
	overflow:hidden;
    background:url(../img/faq/page_bg.jpg) no-repeat center center;
    background-size:cover;
}
.faq_page .faq .top_text{
	margin:0 0 55px;
    padding:55px 0 0;
	font-size:17px;
    color:#fff;
    text-align:center;
    line-height:170%
}
.faq .box_wrap .box.anime_left{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
	animation: ease-in anime_left 1s;
}
.faq .box_wrap .box.anime_left:nth-child(2n+2){
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
	animation: ease-in anime_right 1s;
}

/* company
   ========================================================================== */
.company{
	margin:0 0 0;
	padding:50px 0 20px;
}
.company .top_text{
	margin:0 0 50px;
	padding:0;
    font-size:17px;
    line-height:150%;
    text-align:center;
}
.company table.table01{
	width:100%;
	box-sizing:border-box;
	margin:0 auto 50px;
    font-size:15px;
}
.company table.table01 th{
	background:#EFEFEF;
	border:1px solid #ccc;
	padding:20px;
	font-weight:normal;
	width:220px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
    font-size:15px;
}
.company table.table01 td{
	border:1px solid #ccc;
	padding:20px;
    display:table-cell;
    width:auto;
    font-size:15px;
}
.company table.table01 td a{
	color:#333;
}
.company table.table01 td a:hover{
	text-decoration:underline;
}

.company table.table01 .history td,
.company table.table01 .history th{
    padding:0;
}

/* table02 */
.company table.table02{
	width:100%;
	box-sizing:border-box;
	margin:0 auto 0;
}
.company table.table02 th{
	background:#FFF;
	border:1px solid #ccc;
    border-top:none;
    border-left:none;
	padding:15px 5px !important;
	font-weight:normal;
	width:130px;
    display:table-cell;
    box-sizing:border-box;
    text-align:center;
}
.company table.table02 td{
	border:1px solid #ccc;
    border-top:none;
    border-right:none;
	padding:15px 10px 15px 25px !important;
	width:auto;
    display:table-cell;
    box-sizing:border-box;
}
.company table.table02 tr:last-child th,
.company table.table02 tr:last-child td{
    border-bottom:none;
}

.company_page .bottom_text{
	padding:2px;
	margin:0 0 20px;
	border:1px solid #CCCCCC;
}
.company_page .bottom_text a.inner{
	padding:17px;
	margin:0;
	text-align:center;
	border:1px solid #DDDDDD;
	display:block;
	transition:all  0.3s;
}
.company_page .bottom_text a.inner:hover{
	opacity:0.6;
}
.company_page .bottom_text .top{
	margin:0 0 15px;
	font-size:20px;
	text-align:center;
	display:block;
}
.company_page .bottom_text .bottom{
	margin:0;
	font-size:35px;
	text-align:center;
	color:#E54C3A;
	font-weight:bold;
	display:block;
}

/* privacy_toriatsukai
   ========================================================================== */
.privacy_toriatsukai {
	margin: 40px auto;
	text-align: right;
}

.privacy_toriatsukai a{
	color: #0059B2;
}

.privacy_toriatsukai iframe{
	border: 1px solid #ddd;
}

.privacy_toriatsukai p{
	margin: 20px 0 0;
	text-align: center;
}

/* privacy_page
   ========================================================================== */
   .privacy_page{
	padding:15px 0 60px;
}
.privacy_page .top_text{
	margin:0 10px 70px;
	padding:0;
	font-size:15px;
	text-align:left;
}
.privacy_page .list_wrap{
	margin:0 0 20px;
	padding:0 10px;
}
.privacy_page .list_wrap .title{
	margin:0 0 10px;
	font-size:20px;
	font-weight:bold;
}
.privacy_page .list_wrap .box_wrap{
	margin:0 0 20px;
}
.privacy_page .list_wrap .box_wrap .box{
	margin:0 0 30px;
	padding:0 25px 15px;
	border-bottom:1px solid #DDDDDD;
	font-size:15px;
}

.privacy_page .list_wrap .box_wrap .box .right_box{
	width: 275px;
	margin: 30px 0 30px auto;
}

.privacy_page .list_wrap .box_wrap .box .left_box{
	width: 500px;
	margin: 30px 0 30px 0;
}

.privacy_page .list_wrap .box_wrap .box .tiltle{
	font-weight: bold;
	font-size: 20px;
	margin: 50px;
	text-align: center;
}

.privacy_page .list_wrap .box_wrap .box .uldisc{
	list-style-type: disc;
	margin: 5px 30px;
}

.privacy_page .list_wrap .box_wrap .box ul{
	list-style-type: none;
	margin: 5px 30px;
}

.privacy_page .list_wrap .box_wrap .box ul li{
	margin: 25px 5px 10px;
}

.privacy_page .list_wrap .box_wrap .box ol{
	list-style-type: decimal;
	margin: 5px 30px;
}

.privacy_page .list_wrap .box_wrap .box ol.ol_alpha{
    margin-left: 60px;
}

.privacy_page .list_wrap .box_wrap .box ol li{
	margin: 25px 5px 10px;
}

.privacy_page .list_wrap .box_wrap .box table{
	width: 100%;
	margin: 30px 10px 40px 10px;
}

.privacy_page .list_wrap .box_wrap .box table, th, td{
	border-collapse: collapse;
    border:1px solid #b1b1b1;
	padding: 5px;
}

.privacy_page .list_wrap .box_wrap .box th{
	text-align: center;
}

/* maintenance_page
   ========================================================================== */
.maintenance_top_text{
    margin:0 0 0;
    padding:40px 0;
    font-size:17px;
    line-height:170%;
    text-align:center;
}
.maintenance_top_text .red{
    color:#D80000;
    font-weight:bold;
}
.maintenance_top_text .border{
    border-bottom:1px solid #D80000;
    display:inline-block;
    line-height:1;
}
.maintenance_top_text .blue{
    color:#0059B2;
    font-weight:bold;
}

/* maintenance_service
   ========================================== */
.maintenance_service{
    margin:0 0 0;
}
.maintenance_service .title_arrow{
    margin-bottom:40px;
}
.maintenance_service .title_arrow:after{
    display:none;
}
.maintenance_service .no_title{
    margin:0 0 15px;
    padding: 12px 10px 10px 78px;
    background: url(../img/pack/box01/no.png) no-repeat left center;
    background-size: auto;
    font-weight: bold;
    font-size: 25px;
    line-height: 150%;
}
.maintenance_service .no_title02{
    background: url(../img/pack/box02/no.png) no-repeat left center;
    background-size: auto;
}
.maintenance_service .no_title03{
    background: url(../img/pack/box03/no.png) no-repeat left center;
    background-size: auto;
}
.maintenance_service .box_wrap01{
    margin:0 0 40px;
    font-size:0;
}
.maintenance_service .box_wrap01 .box{
    margin:0 0 0;
    display:inline-block;
    width:50%;
    vertical-align:top;
    box-sizing:border-box;
}
.maintenance_service .box_wrap01 .box:nth-child(1){
    padding-right:25px;
}
.maintenance_service .box_wrap01 .box:nth-child(2){
    padding-left:25px;
}
.maintenance_service .box_wrap01 .box table{
    margin:0 auto 10px;
    width:100%;
    font-size:18px;
}
.maintenance_service .box_wrap01 .box:nth-child(2) table{
    margin:0 auto 30px;
}
.maintenance_service .box_wrap01 .box table th{
    padding:10px;
    text-align:center;
    font-weight:bold;
    background:#EEEEEE;
    border:1px solid #ccc;
}
.maintenance_service .box_wrap01 .box table td{
    padding:10px;
    text-align:left;
    border:1px solid #ccc;
    font-size:17px;
}
.maintenance_service .box_wrap01 .box .text{
    margin:0 0 10px;
    font-size:17px;
    line-height:150%;
}
.maintenance_service .box_wrap01 .box .text .blue{
    color:#0059B2;
    font-weight:bold;
}
.maintenance_service .box_wrap01 .box .text .bold{
    font-weight:bold;
}
.maintenance_service .box_wrap01 .box .text .border{
    border-bottom:1px solid #333;
    line-height:1;
    display:inline-block;
}

/* maintenance_service photo_wrap
   ========================================== */
.maintenance_service .photo_wrap{
    margin:0 0 0;
    line-height:0;
    font-size:0;
    text-align:center;
}
.maintenance_service .photo_wrap img{
    width:25% !important;
}

/* maintenance_service box_wrap02
   ========================================== */
.maintenance_service .box_wrap02{
	margin:0 0 0;
}
.maintenance_service .box_wrap02 .box{
	margin:0 0 0;
	font-size:0;
	background:#FFF;
    min-height:400px;
}
.maintenance_service .box_wrap02 .box .photo{
	margin:0 0 0;
	line-height:0;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:50%;
}
.maintenance_service .box_wrap02 .box .photo_pc{
	display:inline-block;
}
.maintenance_service .box_wrap02 .box .photo_sp{
	display:none;
}
.maintenance_service .box_wrap02 .box .photo{
	background:url(../img/maintenance/box_wrap02/photo01.jpg) no-repeat center center;
    background-size:cover;
    min-height:400px;
}
.maintenance_service .box_wrap02 .box:nth-child(2) .photo{
	background:url(../img/maintenance/box_wrap02/photo02.jpg) no-repeat center center;
    background-size:cover;
}
.maintenance_service .box_wrap02 .box .photo img{
	display:none;
}

.maintenance_service .box_wrap02 .box .text_box{
	margin:0 0 0;
	padding:30px 0 0;
	line-height:150%;
	background:#FFF;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:50%;
}
.maintenance_service .box_wrap02 .no_title{
	margin:0 auto 10px;
	width:450px;
    box-sizing:border-box;
	transition: .8s;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	opacity:0;
}
.maintenance_service .box_wrap02 .no_title.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.maintenance_service .box_wrap02 .box .text_box .text{
	margin:0 auto 20px;
	padding:0;
	font-size:17px;
	line-height:150%;
	width:450px;
}
.maintenance_service .box_wrap02 .box .text_box .text .red{
	font-size:inherit;
	color:#D80000;
}
.maintenance_service .box_wrap02 .box .text_box .text .blue{
	font-size:inherit;
	color:#0070BF;
}
.maintenance_service .box_wrap02 .box .text_box .text .underline{
	font-size:17px;
	font-weight:bold;
	text-decoration:underline;
}

/* year_price
   ========================================== */
.year_price{
    margin:0 0 0;
}
.year_price .top{
    margin:0 0 0;
    background:#0059B2;
}
.year_price .top .inner_wrap{
    position:relative;
    padding:25px 0;
    height:200px;
    box-sizing:border-box;
}
.year_price .top .text{
    margin:0 0 20px;
    font-size:30px;
    font-weight:bold;
    line-height:150%;
    color:#fff;
}
.year_price .top .text .yellow{
    color:#FFFF72;
}
.year_price .top .photo{
    margin:0 0 0;
    line-height:0;
    text-align:left;
}
.year_price .top .photo img:nth-child(1){
    margin:0 10px 0 0;
    width:220px !important;
}
.year_price .top .item{
    position:absolute;
    right:25px;
    bottom:0;
    width:35%;
}
.year_price .bottom{
    margin:0 0 0;
    background:#EEE;
}
.year_price .bottom .inner_wrap{
    padding:30px 0;
    height:80px;
    box-sizing:border-box;
}
.year_price .bottom .text{
    font-size:25px;
    text-align:center;
    font-weight:bold;
    color:#D80000;
}

/* lack
   ========================================== */
.lack{
    background:url(../img/maintenance/lack/bg.jpg) no-repeat center center;
    background-size:cover;
    padding:70px 0 35px;
}
.lack .top{
    margin:0 0 40px;
    padding:35px 0;
    border:1px solid #FFFF73;
    text-align:center;
}
.lack .top .top_text{
    margin:0 0 25px;
    line-height:0;
}
.lack .top .text{
    margin:0 0 0;
    line-height:170%;
    font-size:24px;
    color:#fff;
}
.lack .top .text .brown{
    color:#FFDFBF;
}
.lack .bottom{
    margin:0 0 30px;
    padding:15px 5px;
    font-size:24px;
    color:#fff;
    text-align:center;
}
.lack .arrow{
    margin:0 0 0;
    line-height:0;
    text-align:center;
}
.lack .arrow img{
    width:20%;
}

/* tightly
   ========================================== */
.tightly{
    background:url(../img/maintenance/tightly/bg.jpg) no-repeat center bottom;
    background-size:cover;
    padding:0 0 70px;
}
.tightly .white_bg{
    margin:0 0 0;
    padding:55px 50px 65px;
    background:rgba(255,255,255,0.7);
}
.tightly .white_bg .top_text{
    margin:0 0 30px;
    font-size:33px;
    font-weight:bold;
    line-height:150%;
    text-align:center;
}
.tightly .white_bg .top_text img{
    vertical-align:sub;
    margin:0 8px 0 0;
}
.tightly .white_bg .bottom_text{
    margin:0 0 0;
    padding:27px 0;
    font-size:24px;
    line-height:200%;
    border:1px solid #3363C9;
    text-align:center;
}
.tightly .white_bg .bottom_text .blue{
    font-weight:bold;
    color:#3363C9;
    border-bottom:1px solid #3363C9;
    line-height:1;
    font-size:24px;
}
.tightly .white_bg .bottom_text .red{
    font-weight:bold;
    color:#D80000;
    font-size:30px;
}

/* insurance_page
   ========================================================================== */
.insurance_top_text{
    margin:0 0 0;
    padding:40px 0;
    font-size:17px;
    line-height:180%;
    text-align:center;
}
.insurance_top_text .blue{
    color:#0059B2;
    border-bottom:1px solid #0059B2;
    line-height:1;
    display:inline-block;
}

/* insurance_pack
   ========================================== */
.insurance_pack{
    margin:0 0 0;
    padding:60px 0 65px;
    background:url(../img/insurance/bg.jpg) no-repeat center bottom;
    background-size:cover;
}
.insurance_pack .white_bg{
    margin:0 0 0;
    padding:55px 50px 50px;
    background:rgba(255,255,255,0.9);
}
.insurance_pack .white_bg .title{
    margin:0 0 45px;
    font-size: 33px;
    font-weight: bold;
    text-align:center;
}
.insurance_pack .white_bg .title .text{
    margin:0 0 20px;
}
.insurance_pack .white_bg .title img{
    vertical-align: sub;
}
.insurance_pack .white_bg .box_wrap{
    margin:0 0 35px;
}
.insurance_pack .white_bg .box_wrap .box{
    margin:0 0 10px;
    padding:20px 25px;
    border-bottom:1px dashed #777777;
}
.insurance_pack .white_bg .box_wrap .box .box_title{
    margin:0 0 20px;
    font-size:27px;
    font-weight:bold;
    color:#0059B2;
}
.insurance_pack .white_bg .box_wrap .box .box_text{
    margin:0 0 0;
    font-size:19px;
    line-height:150%;
}
.insurance_pack .white_bg .box_wrap .box .box_text .bold{
    font-weight:bold;
}
.insurance_pack .white_bg .box_wrap .box .box_text .big{
    font-size:25px;
}
.insurance_pack .white_bg .box_wrap .box .box_text .small{
    font-size:16px;
}
.insurance_pack .white_bg .box_wrap .box .box_text .red{
    color:#D80000;
}

.insurance_pack .photo_box{
    margin:0 0 35px;
    font-size:0;
    line-height:0;
    text-align:center;
}
.insurance_pack .photo_box img:nth-child(1){
    margin-right:20px;
}
.insurance_pack .white_bg .bottom_text{
    margin:0 0 0;
    font-size: 30px;
    font-weight: bold;
    line-height:150%;
    text-align:center;
}
.insurance_pack .white_bg .bottom_text .green{
    color:#26AD5F;
}


/* simulation_page
   ========================================================================== */

/* model_top
   ========================================== */
.model_top{
    margin:0 0 0;
    padding:35px 0 30px;
}
.model_top .title{
    margin:0 0 15px;
    padding:0 10px;
}
.model_top .title .top{
    margin:0 0 15px;
    font-size:33px;
    font-weight:bold;
    line-height:150%
}
.model_top .title .left{
    margin:0 0 10px;
    padding:0 0 10px;
    font-size:0;
    border-bottom:none;
    display:inline-block;
    width:55%;
    vertical-align:middle;
    box-sizing:border-box;
}
.model_top .title .left .left_text{
    margin:0 0 0;
    display:inline-block;
    width:47%;
    vertical-align:top;
    box-sizing:border-box;
    font-size:33px;
    font-weight:bold;
    line-height:150%;
}
.model_top .title .left .right_text{
    margin:0 0 0;
    display:inline-block;
    width:53%;
    vertical-align:top;
    box-sizing:border-box;
    font-size:33px;
    font-weight:bold;
    line-height:150%;
}
.model_top .title .right{
    margin:0 0 23px;
    padding:20px 0;
    font-size:33px;
    font-weight:bold;
    display:inline-block;
    width:44%;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:right;
    background:url(../img/simulation/item.png) no-repeat left center;
}
.model_top .title .blue{
    color:#0059B2;
}
.model_top .title .red{
    color:#D80000;
}
.model_top .title .text{
    margin:0 0 0;
    padding:0 0 0;
    font-size:13px;
    line-height:150%;
}

/* user
   ========================================== */
.user{
    margin:0 0 40px;
    padding:0 0 0;
}
.user .user_box{
    margin:0 0 0;
    padding:20px;
    border:1px solid #0059B2;
    position:relative;
}
.user .user_box .photo{
    margin:0 30px 0 0;
    padding:0 0 0;
    line-height:0;
    display:inline-block;
    width:auto;
    vertical-align:top;
    box-sizing:border-box;
}
.user .user_box .text_box{
    margin:20px 0 0;
    padding:0 0 0;
    display:inline-block;
    width:715px;
    vertical-align:top;
    box-sizing:border-box;
}
.user .user_box .text_box .name{
    margin:0 0 15px;
    padding:0 0 0;
    font-size:24px;
    font-weight:bold;
}
.user .user_box .text_box .text{
    margin:0 0 0;
    padding:0 0 0;
    font-size:17px;
    line-height:150%;
}
.user .user_box .baloon{
    position:absolute;
    top:-127px;
    right:10px;
}

/* other
   ========================================== */
.other{
    margin:0 0 45px;
    padding:0 0 0;
}
.other .other_box{
    margin:0 0 40px;
    padding:40px 20px 20px;
    border:1px solid #0059B2;
    position:relative;
}
.other .other_box .title{
    padding:10px 20px;
    background:#0059B2;
    position:absolute;
    top:-20px;
    left:30px;
    font-size:23px;
    font-weight:bold;
    color:#fff;
    display:inline-block;
}
.other .other_box .text01{
    margin:0 0 10px;
    padding:0 0 0 10px;
    font-size:18px;
    line-height:150%
}
.other .other_box .text01 .border{
    border-bottom:1px solid #333;
    display:inline-block;
    line-height:1;
}
.other .other_box .check_box{
    margin:0 0 10px;
}
.other .other_box .check_box .check_text{
    margin:0 0 10px;
    padding:8px 5px 5px 50px;
    line-height:150%;
    background:url(../img/common/check.png) no-repeat left 1px;
    background-size:auto;
    font-size:27px;
    font-weight:bold;
    color:#0059B2;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
}
.other .other_box .check_box .check_text:first-child{
    margin:0 35px 0 10px;
}
.other .other_box .text02{
    margin:0 0 0;
    padding:0 0 0 10px;
    font-size:20px;
    font-weight:bold;
}
.other .bottom_text{
    margin:0 0 0;
    padding:0 0 0 40px;
    font-size:33px;
    font-weight:bold;
    text-align:left;
    line-height:180%;
    display:block;
    position:relative;
}
.other .bottom_text .bottom{
    margin:0 0 0;
    font-size:33px;
    font-weight:bold;
    position:relative;
    display:block;
}
.other .bottom_text .bottom:after{
    content:"";
    background:#FFFFBF;
    position:absolute;
    left:0;
    bottom:0;
    width:80%;
    height:15px;
}
.other .bottom_text .border{
    display:inline;
    width:auto;
    border-bottom:none;
}
.other .bottom_text img{
    vertical-align: sub;
}

/* model
   ========================================== */
.model{
    margin:0 0 0;
    padding:50px 0 60px;
    display:block;
    background:#0059B2;
}
.model .sp{
	display:none;
}
.model .pc{
	display:block;
}


/* anime
   ====================== */
.model .left{
	transition: 1.2s;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	opacity:0;
}
.model .left.on{
	transform: rotate(0);
	-webkit-transform: rotate(0);
	opacity:1;
}
.model .text.anime{
	transition: 1.2s;
	transform: translate(100px, 0);
	-webkit-transform: translate(100px, 0);
	opacity:0;
}
.model .text.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.model .staff_wrap{
	transition: 1.2s;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	opacity:0;
}
.model .staff_wrap.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.model .box_wrap02 .text.anime{
	transition: 1.2s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	opacity:0;
}
.model .box_wrap02 .text.on{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	opacity:1;
}

/* start
   ====================== */
.model .start{
    margin:0 0 0 15px;
}
.model .start .left{
    margin:0 30px 0 0;
    line-height:0;
    display:inline-block;
    width:200px;
    vertical-align:middle;
    box-sizing:border-box;
}

.model .start .text{
    margin:0 0 0;
    font-size:40px;
    color:#FFFF72;
    font-weight:bold;
    border-bottom:1px solid #FFFF72;
    line-height:1;
    display:inline-block;
    width:auto;
    vertical-align:middle;
    box-sizing:border-box;
}

/* start02
   ====================== */
.model .start02{
    margin:0 0 0 114px;
}
.model .start02 .left{
    margin:0 10px 0 0;
    line-height:0;
    display:inline-block;
    width:50px;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:center;

}
.model .start02 .text{
    margin:0 0 0;
    font-size:30px;
    color:#DFFFBF;
    font-weight:bold;
    line-height:1;
    display:inline-block;
    width:auto;
    vertical-align:middle;
    box-sizing:border-box;

}

/* box_wrap01
   ====================== */
.model .box_wrap01{
    margin:0 0 0;
    position:relative;
}
.model .box_wrap01 .box{
    margin:0 0 0;
}
.model .box_wrap01 .box .left{
    margin:0 10px 0 0;
    padding:65px 0;
    font-size:30px;
    font-weight:bold;
    color:#fff;
    background:url(../img/simulation/model/item03.png) no-repeat right center;
    background-size:auto;
    display:inline-block;
    width:233px;
    height:192px;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:center;
}
.model .box_wrap01 .box .text{
    margin:-35px 0 0;
    font-size:33px;
    color:#FFFFBF;
    font-weight:bold;
    line-height:1;
    display:inline-block;
    width:auto;
    vertical-align:middle;
    box-sizing:border-box;
}

/* staff_wrap01
   ====================== */
.model .staff_wrap01{
    position:absolute;
    right:0;
    top:60px;
    width: 465px;
}
.model .staff_wrap01 .inner{
    position:relative;
    width:465px;
    height:436px;
}
.model .staff_wrap01 .inner .baloon{
    margin:0 0 0;
    padding:40px 0px;
    width:330px;
    height:181px;
    text-align:center;
    font-weight:bold;
    background:url(../img/simulation/model/baloon01.png) no-repeat center top;
    font-size:27px;
    line-height:125%;
    box-sizing:border-box;
}
.model .staff_wrap01 .inner img{
    position:absolute;
    right:0;
    bottom:0;
}

/* inter
   ====================== */
.model .inter{
    margin:3px 0 0 107px;
    font-size:0;
}
.model .inter .left{
    margin:0 0 0 0;
    line-height:0;
    display:inline-block;
    width:181px;
    vertical-align:middle;
    box-sizing:border-box;
}
.model .inter .text{
    margin:-52px 0 0;
    padding:10px;
    font-size:38px;
    color:#FFFFBF;
    font-weight:bold;
    text-align:center;
    border:4px solid #FFFFBF;
    line-height:120%;
    display:inline-block;
    width:470px;
    vertical-align:middle;
    box-sizing:border-box;
}

/* box_wrap02
   ====================== */
.model .box_wrap02{
    margin:0 0 0;
    position:relative;
}
.model .box_wrap02 .box{
    margin:0 0 0;
    font-size:0;
}
.model .box_wrap02 .box .left{
    margin:0 0 0 0;
    padding:65px 0;
    font-size:30px;
    font-weight:bold;
    color:#FFDFBF;
    background:url(../img/simulation/model/item05.png) no-repeat right center;
    background-size:auto;
    display:inline-block;
    width:233px;
    height:150px;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:center;
}
.model .box_wrap02 .box .text{
    margin:0 0 0;
    padding:18px 0 0;
    font-size:53px;
    color:#0059B2;
    font-weight:bold;
    background:#fff;
    border:4px solid #FFDFBF;
    width:765px;
    height:90px;
    box-sizing:border-box;
    text-align:center;
    line-height:1;
    display:inline-block;
    vertical-align:middle;
}

/* box_wrap03
   ====================== */
.model .box_wrap03{
    margin:0 0 0;
    position:relative;
}
.model .box_wrap03 .box{
    margin:0 0 0;
}
.model .box_wrap03 .box .left{
    margin:0 10px 0 0;
    padding:105px 0 0;
    font-size:30px;
    font-weight:bold;
    color:#FFFFBF;
    background:url(../img/simulation/model/item06.png) no-repeat right center;
    background-size:auto;
    display:inline-block;
    width:233px;
    height:192px;
    vertical-align:middle;
    box-sizing:border-box;
    text-align:center;
}
.model .box_wrap03 .box .text{
    margin:45px 0 0;
    font-size:33px;
    color:#FFFFBF;
    font-weight:bold;
    line-height:1;
    display:inline-block;
    width:auto;
    vertical-align:middle;
    box-sizing:border-box;
}

/* staff_wrap02
   ====================== */
.model .staff_wrap02{
    position:absolute;
    right:0;
    top:60px;
    width: 365px;
}
.model .staff_wrap02 .inner{
    position:relative;
    width:365px;
    height:701px;
}
.model .staff_wrap02 .inner .baloon{
    margin:0 0 0;
    padding:60px 0px 0;
    width:330px;
    height:323px;
    text-align:center;
    background:url(../img/simulation/model/baloon02.png) no-repeat center top;
    font-size:27px;
    line-height:125%;
    box-sizing:border-box;
}
.model .staff_wrap02 .inner .baloon .text01{
    margin:0 0 10px;
    font-size:30px;
    line-height:120%;
    box-sizing:border-box;
    font-weight:bold;
}
.model .staff_wrap02 .inner .baloon .text02{
    margin:0 0 20px;
    font-size:50px;
    line-height:1;
    box-sizing:border-box;
    font-weight:bold;
    color:#FFA54C;
    border-bottom:2px solid #FFA54C;
    display:inline-block;
}
.model .staff_wrap02 .inner .baloon .text03{
    margin:0 0 0;
    font-size:15px;
    line-height:135%;
    box-sizing:border-box;
}
.model .staff_wrap02 .inner img{
    position:absolute;
    right:0;
    bottom:0;
}

/* end
   ====================== */
.model .end{
    margin:0 0 0;
    position:relative;
}
.model .end .top{
    margin:0 0 0;
    padding:0 0 15px;
    position:relative;
}
.model .end .top .arrow{
    margin:17px 50px 0 75px;
    display:inline-block;
    width:80px;
    vertical-align:top;
    box-sizing:border-box;
	transition: 1.6s;
	transform: translate(0, -200px);
	-webkit-transform: translate(0, -200px);
	opacity:0;
}
.model .end .top .arrow.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}
.model .end .top .text_box{
    margin:0 0 0;
    display:inline-block;
    width:430px;
    vertical-align:top;
    box-sizing:border-box;
	transition: 1.2s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	opacity:0;
}
.model .end .top .text_box.on{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	opacity:1;
}
.model .end .top .text_box .end_title{
    margin:0 0 15px;
    padding:23px 0 0;
    height:70px;
    font-size:30px;
    color:#0059B2;
    font-weight:bold;
    text-align:center;
    background:#fff;
    border:4px solid #FFDFBF;
    box-sizing:border-box;
}
.model .end .top .text_box .text01{
    margin:0 0 5px;
    font-size:22px;
    box-sizing:border-box;
    color:#fff;
    line-height:150%;
}
.model .end .top .text_box .text01 .brown{
    color:#FFDFBF;
    border-bottom:1px solid #FFDFBF;
    display:inline-block;
    line-height:1;
}
.model .end .top .text_box .text02{
    margin:0 0 0;
    font-size:45px;
    color:#FFFF72;
    font-weight:bold;
    line-height:150%;
}
.model .end .top .text_box .text02 .big{
    font-size:60px;
    color:inherit;
}
.model .end .top .text_box .text03{
    margin:0 0 0;
    font-size:30px;
    color:#fff;
    font-weight:bold;
    line-height:150%;
}
.model .end .top .staff{
    position:absolute;
    right:125px;
    bottom:0;
	transition: 1.2s;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
	opacity:0;
}
.model .end .top .staff.on{
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	opacity:1;
}

.model .end .bottom{
    margin:0 auto 0;
    padding:20px;
    width:900px;
    height:200px;
    box-sizing:border-box;
    background:#fff;
    border:4px solid #FFFFBF;
    text-align:center;
}
.model .end .bottom .text01{
    margin:0 0 10px;
    font-size:30px;
    font-weight:bold;
    color:#333;
    line-height:140%;
}
.model .end .bottom .text02{
    margin:0 17px 0;
    font-size:40px;
    font-weight:bold;
    color:#0059B2;
    border-bottom:2px solid #0059B2;
    line-height:140%;
}
.model .end .bottom .text02 .blo{
    border-bottom:none;
    line-height:1;
}

/* contact
   ========================================================================== */
.contact{
	margin:0 0 0;
    padding:60px 0 0;
}

/* form */
.req{
	color:#F00;
}
.nini{
	color:#0059B2;
}
.contact table{
	width:100%;
	font-size:17px;
	box-sizing:border-box;
}
.contact th,.contact td{
	border:1px solid #DBDBDB;
	width:auto;
	display:table-cell;
	padding:10px;
	vertical-align:middle;
}
.contact th{
	background:#F6F6F6;
	width:280px;
	box-sizing:border-box;
	padding:10px 20px;
}
.contact td{

}
.contact tr:last-child td{
	border-bottom:1px solid #DBDBDB;
	line-height:1;
}

.contact input,.contact textarea{
	font-size:16px;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	border:1px solid #ddd;
}
.contact select{
	font-size:16px;
	padding:10px;
	box-sizing:border-box;
	width:50%;
	border:1px solid #ddd;
}
.contact .income input{
	width:30%;
}
.contact .income .check:after{
	content:"万円";
}
.zsk_btn_area{
	text-align:center;
	padding:50px 0 58px;
}
.zsk_btn_area button{
	color:#FFF;
	border:none;
	padding:0 5px;
	width:40%;
	margin:0 10px 20px;
	cursor:pointer;
	transition:all ease-out 0.3s;
}
.zsk_btn_area .zsk_btn01{
	width:auto;
}
.zsk_btn_area .zsk_btn02{
	width:auto;
}
.zsk_btn_area .zsk_btn03{
	width:auto;
}

.zsk_btn_area button:hover{
	opacity:0.7;
}

.thanks{
	text-align:center;
	line-height:150%;
	font-size:18px;
	margin:0 0 55px;
}

/* inner-contact
   ========================================================================== */

.inner-contact{
    padding: 60px 0 0 0;
}
.inner-contact .blue_title{
    text-align: center;
}

/* form */
.inner-contact table{
	width:100%;
	font-size:17px;
	box-sizing:border-box;
}
.inner-contact th,.inner-contact td{
	border:1px solid #DBDBDB;
	width:auto;
	display:table-cell;
	padding:10px;
	vertical-align:middle;
}
.inner-contact th{
	background:#F6F6F6;
	width:280px;
	box-sizing:border-box;
	padding:10px 10px 10px 20px;
}
.inner-contact td{

}
.inner-contact tr:last-child td{
	border-bottom:1px solid #DBDBDB;
	line-height:1;
}

.inner-contact input,.inner-contact textarea{
	font-size:16px;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	border:1px solid #ddd;
}
.inner-contact select{
	font-size:16px;
	padding:10px;
	box-sizing:border-box;
	width:50%;
	border:1px solid #ddd;
}
.inner-contact .income input{
	width:30%;
}
.inner-contact .income .check:after{
	content:"万円";
}

/* contact_top
   ========================================================================== */
.contact_top{
	margin:0 25px 10px;
	padding:20px;
	background:#fff;
}
.contact_top .inner_wrap{
	width:100%;
}
.contact_top th,
.contact_top td{
	border:1px solid #00B800;
	padding:10px;
	box-sizing:border-box;
	font-size:14px;
}
.contact_top th{
	background:#F7FFF8;
	width:200px;
}
.contact_top table tr:last-child th{
	vertical-align: top;
}
.contact_top td{
	background:#fff;
}
.contact_top .id_imput{
    padding:0 10px;
}
.contact_top tr:last-child td{
	border-bottom:1px solid #00B800;
}
.contact_top .zsk_btn_area {
    padding: 45px 0 0;
}

/* detail
   ========================================================================== */
.detail{
    margin:0 0 0;
}
.detail .update{
    margin:0 0 22px;
    padding:22px 25px 0;
    font-size:17px;
}
.detail .blue_title{
    margin:0 0 20px;
    padding:10px 25px;
    background:#014495;
    color:#fff;
    font-size:19px;
    font-weight:bold;
}

.detail .blue_title .yellow_text{
    color:#FFFFBF;
}

/* photo_wrap
   ========================================== */
.detail .photo_wrap{
    margin:0 0 30px;
}
.detail .photo_wrap .frame{
    margin:0 0 0;
    font-size:0;
}
.detail .photo_wrap .frame .photo{
    margin:0 10px 0 0;
    display:inline-block;
    width:600px;
    height:400px;
    vertical-align:top;
    box-sizing:border-box;
}
.detail .photo_wrap .frame .photo a{
    display:block;
    width:600px;
    height:400px;
    overflow:hidden;
}
.detail .photo_wrap .frame .photo img{
    max-width:100%;
    width:100% !important;
}
.detail .photo_wrap .frame .navi{
    margin:0 0 0;
    display:inline-block;
    width:390px;
    height:400px;
    vertical-align:top;
    box-sizing:border-box;
}
.detail .photo_wrap .frame .navi .box_wrap{
    margin:0 0 0;
    font-size:0;
    line-height:0;
}
.detail .photo_wrap .frame .navi .box_wrap div{
    margin:0 0 0;
    width:190px;
    height:127px;
    line-height:0;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
}
.detail .photo_wrap .frame .navi .box_wrap div:nth-child(2n+1){
    margin:0 10px 10px 0;
}
.detail .photo_wrap .frame .navi .box_wrap div a{
    display:block;
}
.detail .photo_wrap .frame .navi .box_wrap div a img{
    width:100% !important;
    height:127px;
}

/* date_wrap01
   ========================================== */
.date_wrap01{
    margin:0 0 35px;
}
.date_wrap01 .box_wrap{
    margin:0 0 30px;
    font-size:0;
}
.date_wrap01 .box_wrap .left{
    margin:0 20px 0 0;
    display:inline-block;
    width:490px;
    vertical-align:top;
    box-sizing:border-box;
}
.detail .type01{
    margin:0 0 0;
    width:100%;
}
.detail .type02{
    margin:0 0 20px;
    width:100%;
}
.detail .type02 tr td:nth-child(1){
    text-align:center;
}
.detail .type01 th{
    font-size:15px;
    padding:13px;
    background:#FBE4D5;
    border:1px solid #CCCCCC;
    font-weight:normal;
    text-align:center;
    width:200px;
    box-sizing:border-box;
}
.detail .type01.green{
    margin:0 0 40px;
}
.detail .type01.green th{
    background:#E2EFD9;
}
.detail .type01 td{
    font-size:15px;
    padding:13px 20px;
    border:1px solid #CCCCCC;
}
.detail .type01 td span{
    margin:0 10px;
    font-size:inherit;
    display:inline-block;
}

.date_wrap01 .box_wrap .right{
    margin:0 0 0;
    display:inline-block;
    width:490px;
    vertical-align:top;
    box-sizing:border-box;
}

.date_wrap01 .box_wrap .right .status_box{
	margin:0 0 10px;
    display:block;
    min-height:235px;
}
.date_wrap01 .box_wrap .right .status_box .status_title{
	margin:0 0 10px;
    padding:13px;
    display:block;
    background:#F09211;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}

.date_wrap01.box_wrap .right .status_box .green_wrap{
	margin:0 0 15px;
    display:block;
    font-size:0;
}
.date_wrap01 .box_wrap .right .status_box .green_wrap .green_box{
	margin:0 0 10px;
    padding:13px;
    display:inline-block;
    width:49%;
    vertical-align:top;
    box-sizing:border-box;
    background:#56AA3D;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}
.date_wrap01 .box_wrap .right .status_box .green_wrap .green_box:nth-child(2n+1){
	margin:0 2% 5px 0;
}


.date_wrap01 .box_wrap .right .rimawari{
	margin:0 0 30px;
    padding:0 15px;
    text-align:left;
    display:block;
    border-bottom:1px solid #0059B2;
}
.date_wrap01 .box_wrap .right .rimawari .kakaku{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:20px;
    width:120px;
}
.date_wrap01 .box_wrap .right .rimawari .suji{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:33px;
    color:#0059B2;
}
.date_wrap01 .box_wrap .right .rimawari .percent{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:25px;
    color:#0059B2;
}

.date_wrap01 .box_wrap .right .price{
	margin:0 0 15px;
    padding:0 15px;
    text-align:left;
    display:block;
    border-bottom:1px solid #0059B2;
}
.date_wrap01 .box_wrap .right .price .kakaku{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:20px;
    width:120px;
}
.date_wrap01 .box_wrap .right .price .nedan{
	margin:0 0 0;
    font-weight:bold;
    display:inline-block;
    font-size:33px;
    color:#0059B2;
}
.date_wrap01 .box_wrap .right .price .zei{
	margin:0 0 0;
    display:inline-block;
    font-size:15px;
    color:#0059B2;
}

.date_wrap01 .bottom_text{
    margin:0 0 0;
    padding:0;
    font-size:14px;
    line-height:150%;
}
.date_wrap01 .bottom_text .red{
    color:#D80000;
}

/* date_wrap02
   ========================================== */
.date_wrap02{
    margin:0 0 30px;
}
.date_wrap02 .box_wrap{
    margin:0 0 20px;
    font-size:0;
}
.date_wrap02 .box_wrap .left{
    margin:0 20px 0 0;
    display:inline-block;
    width:490px;
    vertical-align:top;
    box-sizing:border-box;
}

.date_wrap02 .box_wrap .right{
    margin:0 0 0;
    display:inline-block;
    width:490px;
    vertical-align:top;
    box-sizing:border-box;
}
.date_wrap02 .box_wrap .right .text_box{
    margin:0 0 30px;
    font-size:15px;
    line-height:150%
}
.date_wrap02 .box_wrap .right .text_box p{
    margin:10px 0 0;
    font-size:inherit;
    line-height:150%
}

.date_wrap02 .btn{
    margin:0 0 0;
    text-align:center;
}
.date_wrap02 .btn a{
    display:inline-block;
}
.date_wrap02 .btn a img{
    width:90%;
}


/* footer
   ========================================================================== */
footer{
	margin:0 0 80px;
	padding:0;
	background:#F6F6F6;
	text-align:center;
	border-top:1px solid #DDDDDD;
}
footer .footer_top{
	position:relative;
	margin:0 auto;
}
footer .footer_top.bg{
	background:none;
    padding:0 0 85px;
    position:relative;
	width: 100%;
}
footer .footer_top.bg:after{
	content:"";
    background:url(../img/common/footer_bg.png) repeat-x center bottom;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
}
.f_nav{
	padding:30px 0 20px;
	margin:auto;
	font-size:0;
	text-align:center;
	border:none;
}
.f_nav .inner_wrap{
	width:770px;
	margin:0 auto 0;
	text-align:center;
}
.f_nav .inner_wrap div{
	display:inline-block;
	margin:0 0 5px;
}
.f_nav div a{
	font-size:13px;
	display:inline-block;
	margin:-3px 0 0;
	background-size:auto;
	border:none;
	padding:0;
	color:#333;
	width:auto;
	text-align:left;
	background:none;
}
.f_nav div a span{
	font-size:13px;
	color:#333;
	border-right:1px solid #333;
	height:14px;
	padding:0 20px;
	font-size:14px;
	display:inline-block;
	line-height:1;
}
.f_nav div:nth-child(7) a span{
	border-left:1px solid #333;
}
.f_nav div a:hover span{
	text-decoration:underline;
}
.f_nav .inner_wrap div:first-child span{
	border-left:1px solid #333;
}

footer .bottom{
	display:block;
	width:1000px;
	text-align:center;
	font-size:0;
	margin:auto;
	height:300px;
}
footer .map{
	margin:0 0 0;
	display:inline-block;
	vertical-align:top;
	line-height:0;
	font-size:0;
}
footer .map iframe{
	width:410px;
	height:300px;
	frameborder:0;
	border:0;
}
footer .right{
	margin:0 0 0;
	padding:26px 38px;
	display:inline-block;
	vertical-align:top;
	width:590px;
	box-sizing:border-box;
}
footer .footer_top:nth-child(2) .right {
    padding: 15px 38px;
}
footer .footer_logo{
	width:100%;
	display:inline-block;
	margin:0 0 15px;
	line-height:1;
	text-align:left;
}
footer .footer_logo a{
	display:inline-block;
	width:auto;
}
footer .footer_logo img{
	width:100%;
}
footer .right .text{
	font-size:15px;
	line-height:150%;
	padding:0 10px;
	text-align:left;
	margin:0 0 10px;
}
footer .right .text .bold{
	display:block;
    font-weight:bold;
    font-size:17px;
}
a.to_office{
    margin:10px 0 0;
    display:inline-block;
    border:1px solid #9C385B;
    background:#9C385B;
    padding:5px 20px;
    font-size:15px;
    border-radius:4px;
    transition:all ease-out 0.3s;
}
a.to_office:hover{
    background:#fff !important;
    color:#9C385B !important;
    text-decoration:none !important;
}

footer address{
	font-size:13px;
	background:#fff;
	color:#333;
	padding:1px 0;
	text-align:center;
}

/* footer_bottom */
footer .footer_bottom{
	display:block;
    padding:20px 0 0;
    background:rgba(0,0,0,0.8);
    height:80px;
    box-sizing:border-box;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
	z-index: 100;
}
footer .footer_bottom .inner_wrap{
	font-size:0;
}
footer .footer_bottom .logo{
    margin:0 0 0;
    text-align:center;
	display:inline-block;
    width:140px;
    vertical-align:top;
    box-sizing:border-box;
}
footer .footer_bottom .logo a{
	display:inline-block;
}
footer .footer_bottom .right{
    margin:0 0 0;
    padding:0;
	display:inline-block;
    width:860px;
    vertical-align:top;
    box-sizing:border-box;
}

footer .footer_bottom .right .tel_box{
    margin:0 0 0;
	display:inline-block;
    width:550px;
    vertical-align:top;
    box-sizing:border-box;
    text-align:left;
}
footer .footer_bottom .right .tel_box .tel{
    margin:0 20px 0 0;
	display:inline-block;
}
footer .footer_bottom .right .tel_box .tel a{
    margin:0 0 0;
	display:inline-block;
    font-size:34px;
    color:#FFFFBF;
}
footer .footer_bottom .right .tel_box .text{
    margin:0 0 0;
    padding:0;
	display:inline-block;
    font-size:13px;
    color:#FFF;
}

footer .footer_bottom .right .btn {
	margin:-5px 0 0;
	display:inline-block;
    width:300px;
    vertical-align:top;
    box-sizing:border-box;
}
footer .footer_bottom .right .btn a{
	margin:0 0 0;
	padding:10px 20px;
	display:inline-block;
	font-size:21px;
	background:#9C385B;
	border:1px solid #9C385B;
	color:#fff;
	width:300px;
	box-sizing:border-box;
	transition:all ease-out 0.3s;
	position:relative;
}

footer .footer_bottom .right .btn a i{
	font-size:26px;
	color:#fff;
	transition:all ease-out 0.3s;
}
footer .footer_bottom .right .btn a:hover{
	background:#fff;
	color:#9C385B;
}
footer .footer_bottom .right .btn a:hover i{
	color:#9C385B;
}


/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
	position: fixed;
	bottom: 100px;
	right: 40px;
	z-index:90;
}
#page-top img{
	width:auto;
}
#page-top span{
	display:none;
}
#page-top a {
	display:block;
	height:69px;
	opacity:0.8;
	transition:ease-in 0.3s;
}
#page-top a:hover {
	opacity:1;
}

/* bottom_tel
   ========================================================================== */
.bottom_tel{
	display:none;
}

}



@media screen and (min-width : 1300px){


/* maintenance_service box_wrap02
   ========================================== */
.maintenance_service .box_wrap02{
	margin:0 0 0;
}
.maintenance_service .box_wrap02 .box{
	margin:0 0 0;
	font-size:0;
	background:#FFF;
    min-height:400px;
}
.maintenance_service .box_wrap02 .box .photo{
	margin:0 0 0;
	line-height:0;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:50%;
}
.maintenance_service .box_wrap02 .box .photo_pc{
	display:inline-block;
}
.maintenance_service .box_wrap02 .box .photo_sp{
	display:none;
}
.maintenance_service .box_wrap02 .box .photo img{
	width:100% !important;
    display:block;
}

.maintenance_service .box_wrap02 .box .text_box{
	margin:0 0 0;
	padding:5.5vw 0 0;
	line-height:150%;
	background:#FFF;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	width:50%;
}

}
