
/* CSS Document */

.recommendNormal h3{
	font-size:20px!important;
	font-weight:bold;
}
.sliderWrap{
	font-size:13px!important;
}
.bx-viewport{
	padding-bottom:10px!important;
	line-height:140%;
}
.bx-pager{
	line-height:1em!important;
}
.balloon01{
	font-size:13px!important;
}
.bx-wrapper .bx-controls-direction div:empty {
  display:none!important;
}

/*20170724追記*/


/*----------BTN----------*/

a.btnC00 {
    font-weight: normal!important;
    color: #3d3d3d;
    background: #fff;
    border: solid 1px #cccccc;
    box-shadow: 0 1px 0 #cccccc;
}
a.btnC00.btnType01{
padding: 7px 14px 6px;
}
a.btnC00:hover{/*-- 白 --*/
background: #f7f7f7;
text-decoration: none;
border: solid 1px #adadad ;
}
a.btnC00:active{/*-- 白 --*/
top: 1px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 3px 0px inset;
}
/* フォーム再開ボタン */
.btnDetail01.btnC00.btnW192 {
font-weight: bold;
}
a.btnType02 {
    display: block;
    width: 175px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    position: relative;
    background: #fff;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    color: #222;
}
.btnW200 {
    width: 198px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*-----------------layout---------------*/

.layout.layout30, .layout.layoutList01, .layout.layoutList02 {
    margin-bottom: 30px;
}

.head02 {
    padding-bottom: 10px;
    margin-bottom: 22px;
    border-bottom: solid 2px #e6e6e6;
    height: 16px;
}

.head02_03 {
    border-bottom: none;
    padding: 0px;
    margin-bottom: 10px;
}
.head02 h2, .head02 h3, .head02 h4 {
    font-size: 138.46%;
    float: left;
}

/* 枠線モジュール */
.modTypeBorder01{
border: solid 3px #f2f2f2;
padding: 15px;
}
.modTypeBorder01 .title{
margin: 0 0 12px;
font-weight: bold;
}
.modTypeBorder01 .mainTxt{
margin: -3px 0 -4px;
}
.modTypeBorder02{
border: solid 3px #ededed;
padding: 16px;
}
.modTypeBorder02 .title{
padding-bottom: 16px;
background: url(/cmn_web/img/index/bg_003.png) 0 bottom repeat-x;
margin-bottom: 16px;
}
.modTypeBorder02 .title h2{
color: #ff6600;
font-size: 169.23%;
line-height: 1.37em;
margin: -2px 0 -6px;
}
.modTypeBorder02 .left{
width: 666px;
float: left;
}
.modTypeBorder02 .left p{
font-size: 107.69% ;
line-height: 1.5em;
}
.modTypeBorder02 .right{
width: 300px;
float: right;
}

/*--------------------------------------------------
Slider
--------------------------------------------------*/
.sliderWrap{
overflow: hidden;
}

.sliderWrap02{
width: 988px;
height: 332px;
}
.slider li{
    overflow: hidden;
    position: relative;
    float: left;
    width: 195px;
    height: 304px;
    margin-right: 15px;
    background: #fff;
    box-shadow: 0 0 6px gray;
    border-radius: 6px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.slider li .thumbnail{
    margin-bottom: 15px;
}
.slider li .title{
    line-height: 1.5;
    height: 40px;
    margin-bottom: 3px;
    display: block;
    max-height: 42px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.slider li .title span{
margin-left: 10px;
}
.slider li .job{
    margin-bottom: 0;
    max-height: 36px;
    overflow: hidden;
    color: #222;
    font-size: 12px;
    line-height: 1.5;
}
.slider li .expalin{
    display: none;
}
.sliderWrap > .slider li > a {
    display: block;
    padding: 0 15px;
}
.sliderWrap > .slider .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 175px;
    height: 40px;
    margin: 0 auto;
}
.slider01{
width:830px;
padding: 0 7px;
}
.slider02{
width:986px;
padding: 0 1px;
}
.slider02 li{
margin-right: 62px;
}
.slider01 li.last,
.slider02 li.last {
margin-right: 0;
}
.slider01 li:last-of-type,
.slider02 li:last-of-type {
margin-right: 0;
}
/* コントローラー */
.bx-prev{
display: inline-block;
position: relative;
height: 18px;
width: 31px;
text-indent: -9999px;
margin-right: 15px;
}
.bx-prev:after{
content:' ';
display: block;
width: 11px;
height: 18px;
position: absolute;
left: 10px;
top:0;
background: url(/cmn_web/img/common/sprite_001.png) -200px -200px no-repeat;
}
.bx-prev:hover:after{
background: url(/cmn_web/img/common/sprite_001.png) -200px -218px no-repeat;
}
.bx-next{
display: inline-block;
position: relative;
height: 18px;
width: 31px;
text-indent: -9999px;
margin-left: 15px;
}
.bx-next:after{
content:' ';
display: block;
width: 11px;
height: 18px;
position: absolute;
left: 10px;
top:0;
background: url(/cmn_web/img/common/sprite_001.png) -300px -200px no-repeat;
}
.bx-next:hover:after{
background: url(/cmn_web/img/common/sprite_001.png) -300px -218px no-repeat;
}
.bx-pager-item{
display: inline-block;
width: 10px;
height: 14px;
position: relative;
margin: 0 10px;
}
.bx-pager-item .bx-pager-link{
display:block;
position: absolute;
left: 0;
top: 8px;
width: 10px;
height: 10px;
text-indent: -9999px;
background: url(/cmn_web/img/common/sprite_001.png) -250px -200px no-repeat;
}
.bx-pager-item .bx-pager-link.active,
.bx-pager-item .bx-pager-link:hover{
background: url(/cmn_web/img/common/sprite_001.png) -250px -210px no-repeat;
}
.bx-controls-direction{
text-align: center;
}
.bx-pager{
display: inline-block;
text-align: center;
height: 18px;
overflow: hidden;
margin-top: 20px;
}

.bx-next {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 31px;
    text-indent: -9999px;
    margin-left: 15px;
}
.bx-next:after {
    content: ' ';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 0;
    background: url(/cmn_web/img/common/sprite_001.png) -300px -200px no-repeat;
}


/*--------------------------------------------------
Baloon
--------------------------------------------------*/
.balloon01,
.balloon05 {
margin-bottom: 20px;
z-index: 9000;
}
.balloon01 p,
.balloon05 p{
position: relative;
width: 200px;
padding: 15px;
border: 1px solid #999;
border-radius: 5px;
box-shadow: 0 1px 0 #999999;
background-color: #fff;
vertical-align: middle;
}
.balloon01 p span ,
.balloon05 p span {
display: block;
margin-bottom: 3px;
font-weight: bold;
}
.balloon01 p:before,
.balloon05 p:before{
content: "";
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-top: 10px solid #999;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.balloon01 p:after,
.balloon05 p:after{
content: "";
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-top: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
/*balloon02*/
.balloon02 {
margin-bottom: 20px;
z-index: 9000;
}
.balloon02 p{
position: relative;
width: 200px;
padding: 15px;
border: 1px solid #999;
border-radius: 5px;
box-shadow: 0 1px 0 #999999;
background-color: #fff;
vertical-align: middle;
}
.balloon02 p span {
display: block;
margin-bottom: 3px;
font-weight: bold;
}
.balloon02 p:before{
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-bottom: 10px solid #999;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.balloon02 p:after{
content: "";
position: absolute;
top: -9px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
/*balloon03*/
.balloon03 {
margin-bottom: 20px;
z-index: 9000;
position: relative;
}
.balloon03 p{
position: relative;
font-size: 84.61%;
line-height: 17px;
width: 145px;
padding: 10px 10px 5px 30px;
border: 1px solid #999;
border-radius: 5px;
box-shadow: 0 1px 0 #999999;
background-color: #fff;
vertical-align: middle;
z-index: 90;
}
.balloon03:after{
content: '';
display: block;
position: absolute;
left: 11px;
top: 12px;
width: 14px;
height: 14px;
background: url(/cmn_web/img/common/sprite_001.png) no-repeat -350px -200px;
z-index: 100;
}

.balloon03 p:before{
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-bottom: 10px solid #999;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.balloon03 p:after{
content: "";
position: absolute;
top: -9px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-bottom: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.balloon01.stay,.balloon03.stay{
display:none;
}
/*balloon04*/
.balloon04 {
margin-bottom: 20px;
z-index: 9000;
position: relative;
}
.balloon04 p{
position: relative;
font-size: 84.61%;
line-height: 17px;
width: 145px;
padding: 10px 10px 5px 30px;
border: 1px solid #999;
border-radius: 5px;
box-shadow: 0 1px 0 #999999;
background-color: #fff;
vertical-align: middle;
}
.balloon04:after{
content: '';
display: block;
position: absolute;
left: 11px;
top: 11px;
width: 14px;
height: 14px;
background: url(/cmn_web/img/common/sprite_001.png) no-repeat -350px -200px;
z-index: 100;
}

.balloon04 p:before{
content: "";
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-top: 10px solid #999;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.balloon04 p:after{
content: "";
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border-top: 10px solid #fff;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.balloon01.stay,.balloon02.stay,.balloon03.stay,.balloon04.stay,.balloon05.stay{
display:none;
}


.head01-02:after,
.stepList01:after,
.stepList02:after,
.funcDropWide .dropMenuWideWrap:after,
.modal .inner .right .ckWrapA:after,
.slider:after,
.modTab01:after,
.head01.head01-01:after,
.listTop03:after,
.head02:after,
.listTop01 li:after,
.mod2c01:after,
.mod2c02:after,
.mod3c01:after,
.mod4c01:after,
.funcDrop .dropMenuWide li.link a:after,
.funcDrop .dropMenuWide li.dead p:after,
.asideMunu01 li dd a:after,
.asideMunu02 li dd a:after,
.ganvList:after,
.content1200:after,
.ckWrapB:after,
.clrFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}

/*--------------------------------------------------
	検討リストへ
--------------------------------------------------*/
span.listLink{
position: relative;
padding-left: 25px;
}
span.listLink:after{
width: 14px;
height: 10px;
background: url(/cmn_web/img/common/sprite_001.png) -100px -503px no-repeat;
content: '';
overflow: hidden;
position: absolute;
top: 5px;
left: 0px;
}

.js-css-fit_image_size_to_frame-image {
    box-sizing: border-box !important;
}



