@charset "utf-8";



/*//////////////////////////////////////////////////////////////////////////////////////////////

	mainSlideArea

//////////////////////////////////////////////////////////////////////////////////////////////*/
#gheader{
/*position:fixed;*/
position:relative;
left:0;
z-index:9999;
width:100%;
background:none;
}
.gheaderBg{
background:#fff;
}


@media screen and (max-width:764px){
#home #gheader{
width:auto;
position:static;
bottom:0;
left:0;
}
}

/* ========== mainSlide ========== */
#home .mainSlideArea{
position:relative;
overflow:hidden;
min-width:980px;
min-height:708px;
}

#home .mainSlideArea-ct{
position:relative;
overflow:hidden;
min-width:980px;
}

#home .mainSlideArea .slides{
margin-bottom:10px;
position:relative;
\/zoom:1;
}



#home .mainSlideArea .slides:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0;
}
#home .mainSlideArea .slides li{
float:left;
display:none;
overflow:hidden;
position:relative;
}
#home .mainSlideArea .slides li>a img{
width:100%;
height:auto;
position: relative;
}

#home .mainSlideArea .slides li .linkArea{
position:absolute;
}
#home .mainSlideArea .slides li .linkArea a{
color:#fff;
}
#home .mainSlideArea .slides li .linkArea a[target="_blank"]{
padding:0 20px;
background:url(../shared/images/mod_ico_brank_01.png) 100% 50% no-repeat;
background-size:9px auto;
background:url(../shared/images/mod_ico_brank_01_ie.png) 100% 50% no-repeat\9;
}
#home .mainSlideArea .slides li .linkArea>*{
position:relative;
}
/* slide01 */
#home .mainSlideArea .slides li.slide01 .linkArea{
/*
right:16.3%;
*/
    left: 50%;
    margin-left: -185px;
    margin-top: -26px;
    top: 40%;
}
#home .mainSlideArea .slides li.slide01 .ttl{
margin-bottom:43px;
}

/*
#home .mainSlideArea .slides li.slide01 .ttl img{
margin:0 0 -80px -652px;
}
*/
#home .mainSlideArea .slides li.slide01 .btn{
margin-bottom:20px;
}
@media screen and (max-width:764px){
#home .mainSlideArea .slides li.slide01 .linkArea{
top:148px;
right:16.3%;
left:inherit;
text-align:center;
margin:0;
bottom:220px !important;
}
#home .mainSlideArea .slides li.slide01 .ttl img{
margin:0;
}
}

/* slide02 */
#home .mainSlideArea .slides li.slide02 .linkArea{
    left: 50%;
    margin-left: -185px;
    margin-top: -26px;
    top: 40%;
}
#home .mainSlideArea .slides li.slide02 .ttl{
/*padding-left:40px;*/
margin-bottom:64px;
}
@media screen and (max-width:764px){
#home .mainSlideArea .slides li.slide02 .ttl{
width:50%;
}
}
#home .mainSlideArea .slides li.slide02 .btn{
margin-bottom:20px;
}
#home .mainSlideArea .slides li.slide02 .btn+p{
text-align:center;
width:261px;
}


#home .mainSlideArea .slides li.slide02 .linkArea p a{
color:#00a7e3;
}
/* slide03 */
#home .mainSlideArea .slides li.slide03 .linkArea{
    left: 50%;
    margin-left: -185px;
    margin-top: -26px;
    top: 40%;
/*top:514px;
left:258px;*/
}
#home .mainSlideArea .crossfade .slides li{
position:absolute;
float:none;
}
#home .mainSlideArea .slides li:first-child{
display:block;
}
#home .mainSlideArea .slideControl{
display:none;
clear:both
}
#home .mainSlideArea .cursor{
}
#home .mainSlideArea .cursor li{
position:absolute;
top:50%;
margin-top:-26px;
}
#home .mainSlideArea .cursor li.prev{
left:24px;
}
#home .mainSlideArea .cursor li.next{
right:24px;
}
#home .mainSlideArea .select{
letter-spacing:-0.4em;
word-spacing:-0.4em;
position:absolute;
bottom:75px;
z-index:999;
width:100%;
text-align:center;
}
#home .mainSlideArea .select li{
display:inline-block;
letter-spacing:0em;
word-spacing:0em;
margin:0 14px;
}
#home .mainSlideArea .select li a{
display:block;
background:url(../images/home_slider_pager_01.png) -14px 0 no-repeat;
text-indent:-9999px;
width:14px;
height:13px;
overflow:hidden;
}
#home .mainSlideArea .select li.active a,
#home .mainSlideArea .select li a:hover{
background-position:0 0;
}

#home .mainSlideArea .scrollBtn{
position:absolute;
bottom:15px;
left:50%;
margin-left:-22px;
}
/*
.cboxLoadedContent{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.cboxLoadedContent iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
*/


ul.detail-slides{
margin-bottom:10px;
position:relative;
\/zoom:1;
}



ul.detail-slides:after{
height:0;
display:block;
clear:both;
visibility:hidden;
content:".";
line-height:0;
}
ul.detail-slides li{
float:left;
display:none;
overflow:hidden;
position:relative;
}
ul.detail-slides li>a img{
width:100%;
height:auto;
position: relative;
}



a.scroll_down_btn {
	position: absolute;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;	
	color:#fff;
	font-size:12px;
	letter-spacing:2px;
}

a.scroll_down_btn span {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -9px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1s ease-in-out infinite;
	animation: sdb 1s ease-in-out infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-5px, 5px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

/* colorbox */
#cboxLoadedContent{
background:#fff !important;
}
#cboxContent,
#cboxLoadedContent,
.cboxIframe{background:transparent !important;}


#cboxNext,
#cboxPrevious{
display:none !important;
}
#cboxClose{
top:77px;
}

@media screen and (max-width:764px){
#cboxClose{
top:40px;
}
}

@media screen and (max-width:764px){
#home .mainSlideArea{
min-width:320px;
min-height:0;
}

#home .mainSlideArea .select{
bottom:0;
background:#050f55;
padding:12px 0;
}
#home .mainSlideArea .select li{margin:0 10px;}
#home .mainSlideArea .select li a{
width:11px;
height:11px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
background:#959fbb;
}
#home .mainSlideArea .select li.active a,
#home .mainSlideArea .select li a:hover{
background:#ffffff;
}


#home .mainSlideArea .slides li .linkArea{
position:absolute;
width:100%;
padding:0 36px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
#home .mainSlideArea .slides li .linkArea a[target="_blank"]{
padding:0 15px;
}
#home .mainSlideArea .slides li .linkArea>*{
position:relative;
}
/* slide01 */
#home .mainSlideArea .slides li.slide01 .linkArea{
top:inherit;
bottom:50px;
right:0;
margin:0;
}
#home .mainSlideArea .slides li.slide01 img{
width:100%;
height:auto;
}
#home .mainSlideArea .slides li.slide01 .ttl{
margin-bottom:20px;
padding:0 30px;
}
#home .mainSlideArea .slides li.slide01 .btn{
margin-bottom:20px;
padding:0 20px;
}
/* slide02 */
#home .mainSlideArea .slides li.slide02 .linkArea{
top:inherit;
bottom:50px;
left:0;
}
#home .mainSlideArea .slides li.slide02 img{
width:100%;
height:auto;
}
#home .mainSlideArea .slides li.slide02 .ttl{
padding:0 45.35% 0 0;
margin:0 0 45.96% -3.75%;
}
#home .mainSlideArea .slides li.slide02 .btn{
padding:0 20px;
}
#home .mainSlideArea .slides li.slide02 .btn+p{
width:auto;
}

/* slide03 */
#home .mainSlideArea .slides li.slide03 .linkArea{
top:inherit;
bottom:50px;
left:0;
}
#home .mainSlideArea .slides li.slide03 img{
width:100%;
height:auto;
}
#home .mainSlideArea .slides li.slide03 .ttl{
padding:0 45.35% 0 0;
margin:0 0 45.96% -3.75%;
}
#home .mainSlideArea .slides li.slide03 .btn{
padding:0 20px;
}
#home .mainSlideArea .slides li.slide03 .btn+p{
width:auto;
}





#home .mainSlideArea .cursor li{margin-top:-13px;}
#home .mainSlideArea .cursor li.prev{left:10px;}
#home .mainSlideArea .cursor li.next{right:10px;}
#home .mainSlideArea .cursor li img{width:26px;height:auto;}
#home .mainSlideArea .scrollBtn{display:none;}
}




/*//////////////////////////////////////////////////////////////////////////////////////////////

	homeContents01

//////////////////////////////////////////////////////////////////////////////////////////////*/
#home .homeContents01{
width:980px;
margin:0 auto;
padding:70px 0 65px;
}
#home .homeContents01 .ttl{
text-align:center;
margin-bottom:30px;
}

/* bx-slider */
#home .homeContents01 .bxslider{
}
#home .homeContents01 .bx-wrapper .bx-viewport{
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border:none;
left:0;
background:#fff;
}
#home .homeContents01 .bx-wrapper .bx-prev{
left:-60px;
background:url(../images/home_arw_04.png) 0 0 no-repeat;
}

#home .homeContents01 .bx-wrapper .bx-next{
right:-60px;
background:url(../images/home_arw_03.png) 0 0 no-repeat;
}
#home .homeContents01 .bx-wrapper .bx-prev:hover,
#home .homeContents01 .bx-wrapper .bx-next:hover{
background-position:0 0;
}

#home .homeContents01 .bx-wrapper .bx-controls-direction a{
top:52px;
margin-top:0;
width:30px;
height:30px;
}
#home .homeContents01 .bx-wrapper .bx-controls-direction a.disabled{
display:none;
}
#home .homeContents01 .bxslider a{
text-decoration:none;
}
#home .homeContents01 .bxslider a:hover{
text-decoration:underline;
}
#home .homeContents01 .bxslider .txt{
margin-top:12px;
padding-left:16px;
display:block;
background:url(../shared/images/mod_ico_arwR_01.png) 2px 0.35em no-repeat;
background-size:6px auto;
background:url(../shared/images/mod_ico_arwR_01_ie.png) 2px 0.35em no-repeat\9;
}
@media screen and (max-width:764px){
#home .homeContents01{
width:auto;
padding:37px 50px;
}
#home .homeContents01 .bxslider img{
width:100%;
height:auto;
}
#home .homeContents01 .bx-wrapper .bx-prev{
left:-42px;
}
#home .homeContents01 .bx-wrapper .bx-next{
right:-42px;
}
#home .homeContents01 .bx-wrapper .bx-controls-direction a{
top:35%;
}
}


/*//////////////////////////////////////////////////////////////////////////////////////////////

	homeContents02

//////////////////////////////////////////////////////////////////////////////////////////////*/
.homeContents02{
background-image:url(../images/home_bg_01.jpg);
background-position:0 0;
background-repeat:repeat-y;
background-size:cover;
padding:40px 0;
overflow:hidden;
}
.homeContents02 .tabNavA01Wrap{
width:980px;
margin:0 auto;
}
.homeContents02 .tabNavA01{
margin:0 -50px;
}
.homeContents02 .tabNavA01:after{
content: "";
clear: both;
display: block;
}
.homeContents02 .tabNavA01 li{
float:left;
position:relative;
}
.homeContents02 .tabNavA01 li.active{
-webkit-box-shadow:-2px -1px 5px -3px rgba(0,0,0,0.8);
-moz-box-shadow:-2px -1px 5px -3px rgba(0,0,0,0.8);
-o-box-shadow:-2px -1px 5px -3px rgba(0,0,0,0.8);
box-shadow:-2px -1px 5px -3px rgba(0,0,0,0.8);
-pie-box-shadow:-2px -1px 5px -3px #000;
}
.homeContents02 .tabNavA01 li.active:after{
content:"";
display:block;
width:16px;
height:9px;
background:url(../images/home_ico_tab_01.png) 0 0 no-repeat;
background-size:cover;
position:absolute;
left:50%;
bottom:-9px;
margin-left:-8px;
background:url(../images/home_ico_tab_01_ie.png) 0 0 no-repeat \9;
}
.homeContents02 .tabContentsA01{
width:980px;
padding-top:60px;
margin:0 auto;
}
.homeContents02 .tabContentsA01 ul{
margin-left:-40px;
}
.homeContents02 .tabContentsA01 ul:after{
content: "";
clear: both;
display: block;
}
.homeContents02 .tabContentsA01 ul li{
float:left;
margin:0 0 45px 40px;
width:215px;
}
.homeContents02 .tabContentsA01 ul a{
font-size:1.16em;
color:#015db2;
font-weight:bold;
text-decoration:none;
}
.homeContents02 .tabContentsA01 ul a:hover span{
text-decoration:underline;
}
.homeContents02 .tabContentsA01 ul span{
margin-top:10px;
padding-left:12px;
display:block;
background:url(../shared/images/mod_ico_arwR_01.png) 2px 0.35em no-repeat;
background-size:6px auto;
background:url(../shared/images/mod_ico_arwR_01_ie.png) 2px 0.35em no-repeat\9;
}
@media screen and (max-width:764px){
.homeContents02{
background:#e3e8eb;
padding:0;
overflow:hidden;
}
.homeContents02 .tabNavA01Wrap{
width:auto;
}
.homeContents02 .tabNavA01{
margin:0;
}
.homeContents02 .tabNavA01 li{
width:50%;
}
.homeContents02 .tabNavA01 li img{
width:100%;
height:auto;
}
.homeContents02 .tabNavA01 li.active{
-webkit-box-shadow:none;
-moz-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
.homeContents02 .tabContentsA01{
width:auto;
padding-top:30px;
}

.homeContents02 .tabContentsA01 ul{
margin-left:0;
}
.homeContents02 .tabContentsA01 ul li{
width:50%;
margin:0 0 20px;
padding:0 7px 0 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
}
.homeContents02 .tabContentsA01 ul li:nth-of-type(2n){
padding:0 15px 0 7px;
}
.homeContents02 .tabContentsA01 li img{
width:100%;
height:auto;
}
.homeContents02 .tabContentsA01 ul a{
font-size:1em;
}
.homeContents02 .tabContentsA01 ul span{
margin-top:5px;
background:url(../shared/images/mod_ico_arwR_01.png) 2px 0.4em no-repeat;
background-size:4px auto;
}
.contentsBoxType01Inner{
padding-bottom:10px;
}
}


/*//////////////////////////////////////////////////////////////////////////////////////////////

	homeContents03

//////////////////////////////////////////////////////////////////////////////////////////////*/
.homeContents03{
padding-top:40px;
display:table;
width:100%;
}
.homeContents03 .homeContents03Inner{
display:table-cell;
width:32.9%;
vertical-align:top;
background:#f6f8f9;
}
.homeContents03 .homeContents03Inner.center{
width:34.2%;
background:#fff;
}
.homeContents03 .homeContents03Inner p img{
width:100%;
height:auto;
}
.homeContents03 dl{
padding:40px 60px 50px;
}
.homeContents03 dt{
margin-bottom:30px;
}
.homeContents03 dt img{
width:auto;
height:25px;
}
.homeContents03 dd{
margin-bottom:15px;
}
.homeContents03 dd a{
padding-left:12px;
font-size:1.083em;
background:url(../shared/images/mod_ico_arwR_01.png) 2px 0.35em no-repeat;
background-size:6px auto;
background:url(../shared/images/mod_ico_arwR_01_ie.png) 2px 0.35em no-repeat\9;
text-decoration:none;
}
.homeContents03 dd a:hover{
text-decoration:underline;
}
@media screen and (max-width:764px){
.homeContents03{
padding-top:0;
display:block;
}
.homeContents03 .homeContents03Inner{
display:block;
width:auto;
background:#fff;
}
.homeContents03 .homeContents03Inner.center{
width:auto;
}
.homeContents03 dl{
padding:26px 25px 40px;
}
.homeContents03 dt{
margin-bottom:25px;
}
.homeContents03 .homeContents03Inner dt img{
width:auto;
height:17px;
}
.homeContents03 .homeContents03Inner:nth-of-type(1) dt img{
width:auto;
height:21px;
}
.homeContents03 dd{
margin-bottom:10px;
}

}






#home .homeScrollArea{
bottom: 0;
height: 50px;
position: absolute;
width: 100%;
-webkit-background:rgba(0,46,115,0.8);
-moz-background:rgba(0,46,115,0.8);
-o-background:rgba(0,46,115,0.8);
background:rgba(0,46,115,0.8);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#cc05215c,EndColorStr=#cc05215c);
}
@media screen and (max-width:764px){
#home .homeScrollArea{
display:none;
}
}


/*//////////////////////////////////////////////////////////////////////////////////////////////

	add

//////////////////////////////////////////////////////////////////////////////////////////////*/

.section-padding {
	padding: 100px 0 120px;
}

.section-padding02 {
	padding: 20px 0 120px;
}

#section01 {
	background-color:#FFFFFF;
}

#section02 {
	background-color:#FFFFFF;
}

#section03 {
	background-color:#FFFFFF;
}




.secbg01 {
	background-repeat: no-repeat;
	background-image: url("../images/common/intro_bg.png"), url("../images/common/intro_bg2.png");
	background-position: top right, bottom left;
}

.secbg02 {
	background: linear-gradient(-45deg, rgba(246,251,255, .8), rgba(256,256,256, 1)),
	url(../images/section-business-bg.jpg);
	background-size: cover;
}


.secbg03 {
	background-repeat: no-repeat;
	background-image: url("../images/section-philosophy-bg.png");
	background-position: center top;
	background-size: cover;
}

#section2_contents {
	padding:40px 0;
}

#section3_contents {
	padding:40px 0;
}


.three-tempo-link-wrap {
	position:relative;
}
.three-tempo-link {
	position:absolute;
	top:-500px;
	left:50%;
	z-index:100;
	width:1100px;
	margin-left: -550px;
}



.three-tempo-link-btn {
	margin-top:20px;
}


.three-tempo-link-sp {
	position:relative;
	padding:0;
}

.three-tempo-link-sp div {
	position:absolute;
	top:-180px;
}

.three-tempo-link-sp article {
	height:100px; padding:5px;
}

.three-tempo-link-sp article img {
	width:100%;
}

.three-tempo-link-sp article p  {
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	text-align:center;
	font-size:80%;
}
.three-tempo-link-sp article:nth-child(even) p {
	background-color:rgba(0,0,0,0.6);
}


.three-box article .three-box-one {
    margin: 0 16px 56px;
    background-color: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    float: left;
    padding: 0 0 20px;
    position: relative;
    text-align: left;
    vertical-align: top;
	width:90%;
}


.three-box h3 {
    padding: 18px 130px 18px 20px;
}
.three-box h3 {
    color: #1a3664;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 15px 0 10px 15px;
	font-family:"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.three-box h3 span {
	display:inline-table;
    font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align:middle;
	color: #636363;
}

.three-box .description {
    padding: 0 20px;
}

.three-box article li {
    color: #939393;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
    list-style: outside none none;
    margin: 0;
}
.three-box .fixH .btnDetail {
    bottom: 20px;
    position: absolute;
}
.three-box .btnDetail {
    background: #0277BD none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    margin: 20px 0 0;
    /*padding: 0 12px;*/
    text-decoration: none;
}

.three-box .imgContainer-wrap {
	width:100%; overflow:hidden;
    border-bottom: 2px solid #ccc;
}
.three-box .imgContainer {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
    height: 200px;
    opacity: 1;
    width: 100%;
	transform : scale(1);
	transition: 0.3s ease-in-out;
}

.three-box .imgContainer:hover {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
    opacity: 0.8;
	transform : scale(1.1);
}


.business_topbn {
	color:#fff;

}
.business_topbn h4 {
	color:#fff;
	font-size:20px;

}
.business_topbn p {
	font-size:12px;
	text-align:left;
	margin:15px 0
}

.business_topbn div {
	margin-bottom:90px;
}

.business_topbn div:last-child {
	margin-bottom:0px;
}


.business_topbn01 {
	width:100%;
	height:345px;
	background: url("../images/common/grid2_a10.png"),rgba(0, 0, 0, 0) url("../images/business_topbn01.png") no-repeat scroll center 0 / cover;
	padding-top:45px;
}

.business_topbn02 {
	width:100%;
	height:345px;
	background: url("../images/common/grid2_a10.png"),rgba(0, 0, 0, 0) url("../images/business_topbn02.png") no-repeat scroll center 0 / cover;
	padding-top:45px;
}

.business_topbn03 {
	width:100%;
	height:345px;
	background: url("../images/common/grid2_a10.png"),rgba(0, 0, 0, 0) url("../images/business_topbn03.png") no-repeat scroll center 0 / cover;
	padding-top:45px;
}

.business_topbn04 {
	width:100%;
	height:345px;
	background: url("../images/common/grid2_a10.png"),rgba(0, 0, 0, 0) url("../images/business_topbn04.png") no-repeat scroll center 0 / cover;
	padding-top:45px;
}
	

.business_top_box01 {
	width:260px;
	height:260px;
	background: rgba(19, 91, 166, 0.8);
	padding:50px 25px;
}

.business_top_box02 {
	width:260px;
	height:260px;
	background: rgba(106, 57, 6, 0.8);
	padding:50px 25px;
}

@media screen and (max-width:764px){
.business_top_box01, .business_top_box02 {
	width:auto;
}
}


header.title {
    background: rgba(0, 0, 0, 0) url("../images/common/section_logo.png") no-repeat scroll center 0;
    padding-top: 55px;
	background-size:50px 50px;
}

header.title h1 {
    color: #111;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
	font-family:"Quattrocento","游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

#product_detail header.title h1 {
    color: #111;
    font-size: 24px;
	font-weight:300;
    margin-bottom: 50px;
    margin-top: 10px;
	font-family: 'Aileron', 'Noto Sans','游ゴシック',YuGothic,"メイリオ","Meiryo",'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.text_shadow1 {
    text-shadow: 1px 2px 0 #fff;
}

header.title h1 span.head_text {
    font-size: 22px;
}

header.title p {
    margin-bottom: 40px;
	font-size:12px;
}

.business-intro2 article {
	margin-bottom:40px;
}
.business-intro2 h2 {
	font-size:22px;
	color:#1f7c97;
	text-align: left;
	margin-bottom:10px;
	font-weight: 800;
	font-family:"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.business-intro2 p {
	text-align: left;
	margin-bottom:10px;
	
}


.message-left h2 {
	font-size:22px;
	color:#1f7c97;
	text-align: left;
	margin-bottom:30px;
	font-weight: 800;
	font-family:"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	line-height:150%;
}

.message-left p {
	text-align: left;
	margin-bottom:10px;
	line-height:180%;
	
}

footer {
    background-color: #fff;
    position: relative;
}

footer #footer_nav {
    background-color: #f7f7f7;
    font-size: 12px;
    height: 46px;
}

footer #footer_nav li {
    background: rgba(0, 0, 0, 0) url("../images/common/footer_arrow.png") no-repeat scroll 0 center;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 15px;
}

footer #footer_logo {
    border-bottom: 1px solid #d9d9d9;
    /* height: 76px; */
}

footer #footer_logo .right_area {
    margin-top: 28px;
}

footer #footer_copy {
    padding: 15px 0;
}

footer #footer_nav .row {
    margin-top: 15px;
}

footer #footer_logo h1 {
    font-size: 100%;
    font-weight: normal;
    height: 75px;
    margin: 18px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 218px;
}

footer #footer_logo h1 a {
    background-color: rgba(255, 255, 255, 0.1);
}
footer #footer_logo h1 a {
    background: transparent url("../images/common/footer-logo.png") no-repeat scroll 0 0;
    display: block;
    height: 60px;
    margin-bottom: 0;
    overflow: hidden;
    text-indent: -9999px;
}

footer .habel-logo {
	margin:10px 0;
}
footer .habel-logo img {
	margin:0 auto;
}


@media screen and (max-width: 992px) {
footer #footer_nav {
    height: auto;
}
footer #footer_nav_area {
	display: block;
    padding: 0 20px;
    text-align: left;
}
footer #to_top {
	padding:20px 0;
    display: block;
    text-align: center;
	background:rgba(255,255,255,0.5);
}
footer #footer_logo #logo_area h1 {
    margin: 15px auto 20px;
    text-align: center;
}
footer #footer_logo .right_area {
    display: none;
}
footer #footer_nav li {
	margin-bottom:13px;
	padding-right: 5px;
}
footer #footer_nav li a {
    font-size: 0.83em;
	line-height:1;
}

}

/*  Contents-Page-Header     */

#page-header-image {
	height:200px;
	display:block;
	position:relative;
	background-image:url(../images/contents-header.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

#page-header {
    height: 30px;
    position: absolute;
	bottom:0;
    width: 100%;
	z-index:200;
	margin-bottom:0 !important;
	min-height: 35px !important;
	background-color:rgba(255,255,255,0.67);
}


#to_section {
    display: block;
    height: 30px;
    margin: 4px auto 0 20px;
}

#to_section ul {
    margin-bottom: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}

#to_section li.active {
    background-clip: padding-box;
    background-color: #989898;
    border-radius: 2px;
    height: 25px;
}

@media screen and (max-width:764px){
#to_section li.active {
    height: auto;
}
}



#to_section li {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 5px;
    padding: 5px 35px;
}

#to_section li.active a {
    color: #ffffff;
    text-shadow: 0 1px 0 #7f7f7f;
}

#to_section li.active a:hover {
    color: #efefef;
    text-decoration: underline;
}

#to_section li a {
    color: #666;
    font-weight: bold;
	-webkit-transition:  0.4s ease-out;
	-moz-transition:  0.4s ease-out;
	transition:  0.4s ease-out;
}

#to_section li a:hover {
    color: #898989;
    text-decoration: underline;
}


@media screen and (max-width:764px){
#page-header-image {
	height: auto;
	background-position: center center;
}
#to_section {
    height: auto;
	margin: 4px auto 7px 0;
}
#page-header {
    height: auto;
    position: relative;
}
#to_section li {
    float: left;
    font-size: 11px;
    padding: 5px 15px;
}
}

.privacy-polycy-box {
	width:960px;
	margin:0 auto;
}
.privacy-polycy-box p {
	padding-left:0;
}

.company-profile-box p {
	line-height:180%;
	margin:20px 0 80px 0;
	clear:both;
}

@media screen and (max-width:764px){
.philosophy-right {
	margin-top:50px;
	padding:0 40px;
}
.philosophy-right img {
	width:100%;
}
}

@media screen and (max-width:764px){
.privacy-polycy-box {
	width:auto;
}
}




.contents-shingle-imagebox {
	margin:30px 0 50px;
}

.business-box p {
	line-height:180%;
	margin:20px 0 40px 0;
	clear:both;
}

.business-box01 {
	margin:30px 0;
}

.portalbox {
	padding:20px;
	border:dashed 1px #aaaaaa;
}

.portalbox h3 {
	font-size:20px;
	color:#D12629;
}


.fourblock {
	width:880px;
	margin:0 auto;
}



.fourblock .circle01 {
	background-color:#2ba4d9;
	border-radius:50%;
	width:220px;
	height:220px;
	position: relative;
	padding:95px 0 0 0!important;
}


.fourblock .circle01 h4 {
	color:#FFFFFF;
	font-size:18px;
}


.fourblock .circle02 {
	background-color:#37bbcd;
	border-radius:50%;
	width:220px;
	height:220px;
	position: relative;
	padding:95px 0 0 0!important;
}


.fourblock .circle02 h4 {
	color:#FFFFFF;
	font-size:18px;
}

@media screen and (max-width:764px){
.fourblock {
    width: auto;
}
}

@media screen and (max-width:764px){
.business-intro2 {
	margin-top:30px;
}
}


img.imghover01 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

img.imghover01:hover {
	transform:scale(0.95);
}


.circle {
    position: relative;
    float: left;
    border: 1px dashed #00479d;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
	margin-bottom:10px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.circle::before {
    display: block;
    content: ' ';
    background-color: #6abde7;
    width: 165px;
    height: 165px;
    border-radius: 50%;
	background-image:url(../images/home_img_slider_03_sp.jpg);
	background-position:center;
	background-size:cover;
}


.group-spot-photo01::before {
	background-image:url(../images/home_img_slider_06_sp.jpg);
}

.group-spot-photo02::before {
	background-image:url(../images/home_img_slider_07_sp.jpg);
}

.group-spot-photo03::before {
	background-image:url(../images/home_img_slider_08_sp.jpg);
}

.group-spot-photo04::before {
	background-image:url(../images/home_img_slider_09_sp.jpg);
}

.group-spot-photo05::before {
	background-image:url(../images/home_img_slider_10_sp.jpg);
}

.group-spot-photo06::before {
	background-image:url(../images/home_img_slider_11_sp.jpg);
}

.group-spot-photo07::before {
	background-image:url(../images/home_img_slider_12_sp.jpg);
}

.group-spot-photo08::before {
	background-image:url(../images/home_img_slider_13_sp.jpg);
}

.circle:hover {
	transform:scale(1.05);
}

.spotbox {
    width: 185px;
	margin:0 auto;
}

.spotbox h4 {
	font-size:18px;
	margin:0 0 10px 0;
}

.spotbox p {
	font-size:12px;
	text-align:left;
	margin-bottom:50px;
}



/*  Button     */

a.button {
  line-height: 32px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  width:100%;
}
a.button span {
	color:#FFFFFF;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #3092cd;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -moz-transition: -moz-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width:100%;
}
a.button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #086aaf;
  content: attr(data-hover);
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  padding: 0 20px;
}

a.button span::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}



a.button:hover span,
a.button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
a.button:hover span::before,
a.button:focus span::before {
  background: #086aaf;
}


.top-more-btn {
	padding:50px 0 10px;
	text-align:center;
}

.top-more-btn2 {
	text-align:center;
}

.ghost-button01 {
	position: relative;
	display: inline-block;
	padding: .7em 4em;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	width:200px;
	-webkit-transition: background 0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
}

.ghost-button01:hover {
	background-color:rgba(255,255,255,0.3);
	
}

.ghost-button01::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #333;
}
.ghost-button01:hover::after {
	animation: arrow .4s;
}
@keyframes arrow {
	50% {
		right: -.05em;
	}
	100% {
		right: .2em;
	}
}

.ghost-button01-under::after {
	transform: rotate(-270deg);
	top: 60%;
}
.ghost-button01-under:hover::after {
	animation: arrowunder .4s;
}
@keyframes arrowunder {
	25% {
		top: 65%;
	}
	50% {
		top: 70%;
	}
	75% {
		top: 65%;
	}
}


.ghost-button02 {
	position: relative;
	display: inline-block;
	padding: 25px 4em;
	background-color:#DD5D8B;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width:100%;
	-webkit-transition:  0.4s ease-out;
	-moz-transition:  0.4s ease-out;
	transition:  0.4s ease-out;
	
}

.ghost-button02:hover {
	color: #fff;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	background-color:#F586AF;
	
	
}

.ghost-button02::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}
.ghost-button02:hover::after {
	animation: arrow .2s normal 0.4s;
}
@keyframes arrow {
	25% {
		right: 1%;
	}
	50% {
		right: 0.5%;
	}
	75% {
		right: 1%;
	}
	100% {
		right: 2%;
	}
}


.ghost-button03 {
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	background-color:rgba(255,255,255,0.7);
	color: #000;
	text-align: center;
	text-decoration: none;
	width:230px;
	-webkit-transition:  0.4s ease-out;
	-moz-transition:  0.4s ease-out;
	transition:  0.4s ease-out;
	font-size:13px;
	
}

.ghost-button03:hover {
	color: #fff;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	background-color:#636363;
	
	
}

.ghost-button03::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #636363;
}
.ghost-button03:hover::after {
	animation: arrow .2s normal 0.4s;
}
@keyframes arrow {
	25% {
		right: 1%;
	}
	50% {
		right: 0.5%;
	}
	75% {
		right: 1%;
	}
	100% {
		right: 2%;
	}
}


.ghost-button04 {
	position: relative;
	display: inline-block;
	padding: 25px 4em;
	background-color:#37bbcd;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width:100%;
	-webkit-transition:  0.4s ease-out;
	-moz-transition:  0.4s ease-out;
	transition:  0.4s ease-out;
	
}

.ghost-button04:hover {
	color: #fff;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	background-color:#2ba4d9;
	
	
}

.ghost-button04::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}
.ghost-button04:hover::after {
	animation: arrow .2s normal 0.4s;
}
@keyframes arrow {
	25% {
		right: 1%;
	}
	50% {
		right: 0.5%;
	}
	75% {
		right: 1%;
	}
	100% {
		right: 2%;
	}
}



.ghost-button05 {
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	-webkit-transition:  0.4s ease-out;
	-moz-transition:  0.4s ease-out;
	transition:  0.4s ease-out;
	font-size:13px;
	border:1px solid #fff;
	
}

.ghost-button05:hover {
	color: #000;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	background-color:rgba(255,255,255,0.7);
	
	
}

.ghost-button05::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}
.ghost-button05:hover::after {
	animation: arrow .2s normal 0.4s;
	border-left-color: #000;
}
@keyframes arrow {
	25% {
		right: 1%;
	}
	50% {
		right: 0.5%;
	}
	75% {
		right: 1%;
	}
	100% {
		right: 2%;
	}
}




.ghost-button06 {
	position: relative;
	display: inline-block;
	padding: 25px 4em;
	background-color:#083864;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width:100%;
	-webkit-transition:  0.4s ease-out;
	-moz-transition:  0.4s ease-out;
	transition:  0.4s ease-out;
	
}

.ghost-button06:hover {
	color: #fff;
	border-radius: 30px;
    -webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
	background-color:#083864;
	
	
}

.ghost-button06::after {
	position: absolute;
	top: 50%;
	right: 2%;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}
.ghost-button06:hover::after {
	animation: arrow .2s normal 0.4s;
}
@keyframes arrow {
	25% {
		right: 1%;
	}
	50% {
		right: 0.5%;
	}
	75% {
		right: 1%;
	}
	100% {
		right: 2%;
	}
}



.product_detail dt, .product_detail dd {
	 margin: 0px 0px 15px;
}

.product_detail dt.prod-dt01 {
	background: #0068b7 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0;
}
.product_detail dd {
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0 8px 15px;
    text-align: left;
}

.prod-p, .prod-table {
	text-align:left;
}

.prod-table table {
	empty-cells: show;
	font-size:13px;
	width:100%;
}
 


.prod-table > table th, .prod-table > table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b2b2b2;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 0.3em 10px;
    vertical-align: middle;
}

.prod-table > table th:first-child, .prod-table > table td:first-child {
    border-left: medium none;
}
.prod-table > table tbody th, .prod-table > table tbody td {
    border-bottom-width: 2px;
}

.prod-table > table .date {
    background: #ebebeb none repeat scroll 0 0;
    border-right: 1px solid #fff;
    font-size: 123.077%;
    text-align: center;
    width: 65px;
}


.prod-table > table .meal {
    text-align: center;
    white-space: nowrap;
    width: 6em;
}

.prod-table > table .schedule {
    line-height: 1.84;
}

.prod-table > table thead th {
	background: #d5e7f0 none repeat scroll 0 0 !important;
	border-top: 2px solid #036dbc;
	font-size: 107.692%;
	font-weight: bold;
	text-align: center;
}


.prod-scheduleInfo {
    border: 1px solid #b2b2b2;
    font-size: 92.3077%;
    margin-top: 2em;
    padding: 0.7em;
	text-align:left;
}


.prod-scheduleInfo h4 {
    font-size: 116.667%;
    font-weight: bold;
}


.prod-scheduleInfo h5 {
    font-weight: bold;
    margin: 0.5em 0 0;
}



.content-sample_table th {
    padding: 0.5em;
    width: 6%;
	vertical-align:top;
}


.content-sample_table td.content-sample_table_td01 {
    width: 46%;
}
.content-sample_table td {
    padding: 0.5em 1em;
    width: 44%;
}

.content-sample_table ul.icon_legend_inline > li {
    display: inline-block;
}


.content-sample_table ul.icon_legend_inline > li + li {
    margin-left: 1.2em;
}

table tbody .schedule .hotel {
    border-top: 1px dotted #bfbfbf;
    display: table;
    margin: 0.2em -1% 0;
    width: 102%;
}




table tbody .schedule .hotel .grade, table tbody .schedule .hotel .name, table tbody .schedule .hotel .link {
    display: table-cell;
    padding: 0.5em;
    vertical-align: top;
}
table tbody .schedule .hotel .grade {
    background: rgba(0, 0, 0, 0) url("../images/icon_schedule_hotel.png") no-repeat scroll 10px 0.5em;
    padding-left: 40px;
    padding-top: 0.6em;
    white-space: nowrap;
}

table tbody .schedule .hotel .name {
    width: 100%;
}


table tbody .schedule .hotel .link {
    text-align: right;
    white-space: nowrap;
}




.meal-table table thead th{
	width:28%;
}

.meal-table table thead th:first-child {
	width:70px !important;
}

.meal-table table tbody th{
	text-align:center;
}

.headroom {position: fixed;top: 0;left: 0;right: 0;transition: all .2s linear;}
.headroom--unpinned {top: -60px;}
.headroom--pinned {top: 0;}



/*    list style                */

.list_style01 {
	text-align:left;
	background-color: transparent;
    border-left: medium none;
    box-shadow: none;
    margin: 0;
    padding: 50px 0;
}

.list_style01 .toc_number {
    background-color: transparent;
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #333;
    content: counter(toc-counter, decimal);
    counter-increment: toc-counter;
	font-weight:300;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.list_style01 dt:first-child {
    margin-top: 0;
}
.list_style01 dt {
	font-weight:300;
	color:#37bbcd;
	display: table-cell;
    height: 40px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 60px;
    padding-top: 0;
    position: relative;
	line-height: 140%;
	vertical-align: middle;
}

.list_style01 dd {
    list-style-type: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 60px;
	margin:-45px 0 50px;
	width: 100%;
	line-height:200%;
}

@media screen and (max-width:764px){
.list_style01 dd {
    padding-left: 0px;
}
}



/* table */

table ul ul {
	padding:5px 0 20px 20px;
}

.table01 {
    border-top: 1px dashed #ddd;
    margin: 60px auto;
    overflow: hidden;
    width: 700px;
}


.table01 th {
    width: 200px;
	text-align:center;
}

.table01 th p {
    background: #0068b7 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 20px 5px;
    padding: 2px 0;
}

.th-deepblue th p {
    background: #083864 none repeat scroll 0 0 !important;
	border-radius: 2px !important;
	position: relative;
	padding-left: 15px;
	text-align:left;
}

.table01 th, .table01 td {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    vertical-align: middle;
}

.table01 td {
	text-align:left;
	font-weight:normal;
}



.table02 {
    border-top: 1px dashed #ddd;
    margin: 60px auto;
    overflow: hidden;
    width: 700px;
}


.table02 th {
    width: 200px;
	text-align:center;
}

.table02 th p {
    background: #899d25 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 20px 5px;
    padding: 2px 0;
}

.table02 th, .table02 td {
    border-bottom: 1px dashed #ddd;
    padding: 10px;
    vertical-align: middle;
}

.table02 td {
	text-align:left;
	font-weight:normal;
}

.table03 {
    border-top: 1px dashed #ddd;
    margin: 0px auto;
    overflow: hidden;
	width:550px;
}


.table03 th {
    width: 150px;
	text-align:center;
}

.table03 th p {
    background: #0068b7 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 10px 5px 0;
    padding: 2px 0;
	text-align:center;
}

.table03 tr:first-child th {
    padding-top: 0 !important;
}

.table03 tr:first-child th p {
    margin-top: 0 !important;
}




.table03 th, .table03 td {
    border-bottom: 1px dashed #555;
    padding: 3px 0;
    vertical-align: middle;
}

.table03 td {
	text-align:left;
	font-weight:normal;
	width:220px;
}

@media screen and (max-width:764px){
.table01, .table02, .table03 {

	width:auto;
}

.table01 th, .table01 td, .table02 th, .table02 td, .table03 th, .table03 td {
	float:left;
	width:100%;
}

}



@media screen and (max-width:764px){
.group-spot article {
    margin-bottom: 25px;
}
}

.box-style01 {
}


.box-style01 h3 {
	color: #37bbcd;
    display: table-cell;
    font-weight: 300;
    height: 50px;
    line-height: 140%;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 90px;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
	font-size:24px;
}

.box-style01 h3 span {
	background-color: transparent;
	border-right:1px solid #37bbcd;
    box-sizing: border-box;
    color: #37bbcd;
    content: counter(toc-counter, decimal);
    counter-increment: toc-counter;
    font-size: 52px;
    font-weight: 100;
    height: 50px;
    left: 0;
    line-height: 45px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 70px;
}

.box-style01 p {
	line-height: 200%;
    list-style-type: none;
    margin: 20px 0 40px;
    padding-bottom: 0;
    padding-left: 90px;
	padding-right:20px;
    width: 100%;
	text-align:left;
	font-size:12px;
}

@media screen and (max-width:764px){
	
.box-style01 {
	margin-bottom: 20px;
}

.box-style01 h3 {
	font-size: 18px;
	height: 35px;
	padding-left: 60px;
}

.box-style01 h3 span {
    width: 40px;
	height: 40px;
	line-height: 35px;
	font-size: 30px;
}

.box-style01 p {
    padding-left: 0px;
	padding-right:0px;
}
}



.box-style02 {
	border:1px dashed #37bbcd;
	padding: 60px 15px 15px;
}

.box-style02 h3 {
	color: #37bbcd;
    font-weight: 300;
    line-height: 140%;
    list-style-type: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
	font-size:24px;
}

.box-style02 h3 span {
    font-size: 12px;
}

.box-style02 p {
	line-height: 200%;
	font-size:12px;
}

.event-step1-icon {
	background: rgba(0, 0, 0, 0) url("../images/icon_step1.png") no-repeat scroll center 10px / 50px 50px;
}
.event-step2-icon {
	background: rgba(0, 0, 0, 0) url("../images/icon_step2.png") no-repeat scroll center 10px / 50px 50px;
}
.event-step3-icon {
	background: rgba(0, 0, 0, 0) url("../images/icon_step3.png") no-repeat scroll center 10px / 50px 50px;
}
.event-step4-icon {
	background: rgba(0, 0, 0, 0) url("../images/icon_step4.png") no-repeat scroll center 10px / 50px 50px;
}
.event-step5-icon {
	background: rgba(0, 0, 0, 0) url("../images/icon_step5.png") no-repeat scroll center 10px / 50px 50px;
}



.picture-box-middle {
	display: inline-block;
	vertical-align: middle;
}

.picture-box-middle:before {
	content: "";
    height: 100%;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
.picture-box-middle img {
	vertical-align: middle !important;
}


@media screen and (max-width:764px){
.picture-box-middle:before {
	content: "";
    height: auto;
    vertical-align: middle;
    width: 0px;
    display: inline-block;
}
}

ul.useof-listbox {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 15px 15px 15px 30px;
}

ul.useof-listbox li::before {
    content: "B";
    font-family: "delphinus-icon";
    transform: rotate(-0.001deg);
	background-color: #30a3b3;
    color: #fff;
    display: inline-block;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    width: 30px;
}

ul.useof-listbox li {
    list-style-type: none;
    padding-left: 45px;
    position: relative;
    line-height: 180%;
    margin: 15px 0;
	text-align:left;
}


.case-comment-box {
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 15px 15px 15px 30px;
}


.case-comment-box h4 {
	font-size: 2.2rem;
}

ul.case-listbox li {
    list-style-type: none;
    padding-left: 45px;
    position: relative;
    line-height: 180%;
    margin: 15px 0;
	text-align:left;
}

ul.case-listbox li span {
	background-color: transparent;
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #333;
    content: counter(toc-counter, decimal);
    counter-increment: toc-counter;
    font-size: 18px;
    font-weight: 300;
    height: 30px;
    left: 0;
    line-height: 25px;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 30px;
}

table.applicationtable01 {
	margin:0 auto !important;
	border:none;
}

.table01 th p em {
	background-color: #ab1d1f;
    color: #fff;
    float: right;
    font-size: 9px;
    height: 100%;
    margin-left: 5px;
    padding: 1px 3px;
    position: absolute;
    right: 0;
    top: 0;
}

.table01 th p small {
	font-size:10px;
}

.table01 .attention em.red {
	color:#AB1D1F;
}

table.applicationtable01 tr:last-child th, table.applicationtable01 tr:last-child td {
	border:none;
}


.application-telinfo {
	margin-top:50px;
	border:1px solid #636363;
	padding:0;
}

.application-telinfo p:first-child {
	color:#FFFFFF;
	background-color:#636363;
	display:inline-block;
	width:100%;
}

.application-telinfo p:nth-child(3) {
	color:#083864;
	font-size:22px;
}

.application-agree {
	padding:10px;
	background-color: #f3f3f3;
	color:#000;
	margin-top:50px;
}
.application-agree input {
	margin-right:10px;
}


h3.application-h3 {
	margin: 0 auto 10px;
    position: relative;
    text-align: center;
    width: 700px;
}

@media screen and (max-width:764px){
h3.application-h3 {
    width: 100%;
}
}
h3.application-h3 span {
	color:#37bbcd;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-size:16px;
}
h3.application-h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

.error em {
	color:#da6272;
}

.attention em {
	display:inline-block;
	font-size:11px;
	padding-top:5px;
	color:#898989;
}

.attention em.application-mgn01 {
	padding:0 30px;
}

.application-footer {
	margin-top:30px;
}

form .ghost-button02 {
	border:none !important;
}

div.mw_wp_form_confirm .attention, div.mw_wp_form_confirm .appinputonly  {
	display:none;
	
}


.prod-dl01 dt {
	border-bottom: 1px dashed #ddd;
	padding-bottom:5px;
}
.prod-dl01 dd {
}

.h2-02-dpblue {
	background-color: #083864 !important;
	color:#fff !important;
	font-weight:800;
}

table.insurance_table {
}
table.insurance_table td {
	text-align:center;
	padding: 40px;
}

#privacy-polycy .privacy-polycy-box dl > dd h5 {
	font-size: 18px;
	margin: 15px 0;
	font-weight: bold;
}

#privacy-polycy .privacy-polycy-box dl > dd table {
	margin: 20px 0 40px 20px;
}

#privacy-polycy .privacy-polycy-box dl > dd table td {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b2b2b2;
    border-style: solid;
    border-width: 1px;
    padding: 0.3em 10px;
    vertical-align: middle;
	font-size: 12px;
}

#privacy-polycy .privacy-polycy-box dl > dd > dl  {
	margin: 20px 0;
}

#privacy-polycy .privacy-polycy-box dl > dd > dl > dt {
	height: auto;
	color: #4a5556;
}
#privacy-polycy .privacy-polycy-box dl > dd > dl > dd {
	margin: 5px 0 15px 0;
	padding-left: 100px;
}

#privacy-polycy .privacy-polycy-box dl > dd > dl > dd > dl  {
	margin: 20px 0;
}

#privacy-polycy .privacy-polycy-box dl > dd > dl > dd > dl > dt {
	height: auto;
	color: #4a5556;
	padding-left: 0px;
}
#privacy-polycy .privacy-polycy-box dl > dd > dl > dd > dl > dd {
	margin: 5px 0 15px 0;
	padding-left: 25px;
}


@media screen and (max-width:764px){
#privacy-polycy .privacy-polycy-box .list_style01 dd {
    margin: auto auto 20px auto;
}
	
#privacy-polycy .privacy-polycy-box dl > dd > dl > dt {
	padding-left: 10px;
}
#privacy-polycy .privacy-polycy-box dl > dd > dl > dd {
	padding-left: 20px;
}


#privacy-polycy .privacy-polycy-box dl > dd > dl > dd > dl > dt {
	padding-left: 10px;
}
#privacy-polycy .privacy-polycy-box dl > dd > dl > dd > dl > dd {
	padding-left: 20px;
}
}


