@charset "utf-8";
/*ラインバナー用CSS追記*/
@import url("/rp/lvnmatch/css/lineBanner.css");
@import url("/rp/common/css/drawer.css");

/* Reset
--------------------------------------------------*/
@font-face{
    font-family:'lvn';
    src:  url('/rp/fonts/lvn.eot?2dcivb');
    src:url('/rp/fonts/lvn.ttf?2dcivb') format('truetype'),
        url('/rp/fonts/lvn.woff?2dcivb') format('woff');
    font-weight:normal;
    font-style:normal;
}
.imgFont{
    font-family:"lvn";
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
  border:0;
}
a{
  text-decoration: none;
}
pre{
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.strongText{
    font-weight:bold;
}

body{
    margin:0 auto;
    color:#333333;
    font-size:14px;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif; /*181217 safariでインライン要素に不要なスペースができてしまうためOsakaを削除*/
    line-height:1.4;
    border-top: 3px solid #E75F00;
}
body.development {
    background: url('/common/images/devBg.png');
}

a:link,
a:visited{
  color:#4477dd;
}
a:hover,
a:active{
  color:#E75F00;
}

#navigation a:link,
#navigation a:visited,
#serviceName a:link,
#serviceName a:visited{
  color:#333;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
pre,
input,
select,
textarea,
button{
    font-size:14px;
    line-height:1.4;
    font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-weight:normal;
}
select{
    background-color: #FFF;
}
table{
    border: solid 1px #D0D0D0;
/*	width: 614px;*/
}
td,
th{
    margin:0;
    border: solid 1px #D0D0D0;
    padding: 5px 10px;
}
th{
    background-color: #F0F0EA;
    font-weight: bold;
}
td span.estimate{
    float: right;
    font-weight: bold;
    word-break:break-all;
}
td span.estimate a,
td span.estimate a:link,
td span.estimate a:visited{
    color: #3986D2;
}
td span.estimate a:hover,
td span.estimate a:active{
    color: #E75F00;
}

img{
    border:none;
    vertical-align:bottom;
    margin:0 auto;
}
label{
    cursor: pointer;
}
.clearfix{
    zoom:100%;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
    visibility:hidden;
    clear:both;
}
.clearBoth{
    clear: both;
}
.clearLeft{
    clear: left;
}
.clearRight{
    clear: right;
}
.bold {
    font-weight: bold;
}
.alpha80:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -ms-filter: "alpha(opacity=80)";
}
input[type="button"],
input[type="submit"]{
    cursor:pointer;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select{
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2) inset;
    border-radius: 3px;
}

li.checkboxList {
    margin			: 0;
    padding			: 6px 12px 6px 0;
    list-style		: inside none;
}

li.checkboxList input[type="checkbox"]{
    margin-right: 5px;
}

.alignLeft{
    text-align:left;
}
.alignRight{
    text-align:right;
}
.alignCenter{
    text-align:center;
}
.left{
    float:left;
}
.right{
    float:right;
}

.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb50{
    padding-bottom: 50px;
}

.red{
    color: #DD0000;
}
.txtBlack{
    color:#333333;
}
header{
    box-sizing:border-box;
    margin: 8px auto 3px auto;
    padding: 0 20px;
    max-width: 1280px;
}

#navigation{
    background-color: #E3E3E3;
}

#logo{
    float: left;
}

#tel{
    float: right;
    display: none;/*電話番号を削除する*/
}

#tel img:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.acountInfo{
    display:block;
    float:right;
}
#login,
#logOut{
    background-color:#6d6b6c;
    font-size:12px;
    padding:5px;
    margin-right:5px;
    color:#ffffff;
    line-height:1.2;
    border-radius:3px;
}

#login:hover,
#logOut:hover,
#preregistForm:hover{
    background-color:#e75f00;
}
#topHeader .contentLink{
    width:17.0em;
    float:right;
}
#topHeader .contentLink a{
    display:block;
    padding:3px 0;
    line-height:1.0;
    float:left;
}

#introduction{
    background: url(/rp/common/images/wakaba01.png) no-repeat 5px center;
    background-size:contain;
    font-size: 12px;
    padding: 0 0 0 20px;
    margin-right:5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #114bbf;
}
#introduction:hover{
    background: url(/rp/common/images/wakaba01.png) no-repeat 5px center;
    background-size:contain;
}

/* よくある質問ボタン */
#btnFaq{
    background: url(/rp/common/images/iconFaq.png) no-repeat 5px center;
    background-size:contain;
    font-size: 12px;
    padding: 0 0 0 22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #114bbf;
}
#btnFaq:hover{
    background: url(/rp/common/images/iconFaq.png) no-repeat 5px center;
    background-size:contain;
}

/*加盟店募集中ボタン*/
#btnFlag{
    background: url(/rp/common/images/header_flag.svg) no-repeat 5px center;
    background-size:contain;
    font-size: 12px;
    padding: 0 0 0 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #114bbf;
}
#btnFlag:hover{
    background: url(/rp/common/images/header_flag.svg) no-repeat 5px center;
    background-size:contain;
}

#toBp{
    margin:0 5px 0 0;
    color:#114bbf;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
}
#toBp::before{
    content:"◆";
    padding:0 3px 0 0;
    color:#f48c00;
}
#headMothers{
    height:40px;
    margin:-5px 0 0 0;
    padding:8px 10px 0 42px;
    font-size:11px;
    letter-spacing:-0.1em;
    background:url("/rp/common/images/tosyoLogo.png") left no-repeat;
    background-size:38px;
    float:right;
}
#preregistForm{
    float: right;
    background-color: #6D6B6C;
    font-size: 12px;
    padding: 0 10px;
    margin-right:5px;
    color:#FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
#login:hover,
#logOut:hover,
#preregistForm:hover{
    background-color: #E75F00;
}

#login .pc{
    display:inline;
}

#gn{
    margin: 0 auto;
  padding: 5px 20px;
    max-width: 1280px;
}
#gn ul li{
  display: inline-block;
  background-color: #FFF;
  margin-right: 1px;
  margin-bottom: 1px;
}
#gn ul li:hover,
#gn ul li:active,
#gn ul li.here{
  background-color: #E75F00;
}
#gn ul li a{
  display: inline-block;
  margin: 2px;
  padding: 4px 1em 0;
  border-bottom: 2px solid #FFF;
  font-weight: bold;
}
#gn ul li:hover a,
#gn ul li:active a,
#gn ul li.here a{
  color: #FFF;
}

#naviService{
    background-color: #FFE6BE;
    padding: 5px 20px 0 20px;
}
#naviService ul{
    max-width: 1280px;
    margin: 0 auto;
}
#naviService ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: url(/rp/common/images/serviceMenuArrowOff.png) no-repeat 10px 9px;
    background-color: #FFF;
}
#naviService ul li:hover,
#naviService ul li:active,
#naviService ul li.here{
    background: url(/rp/common/images/serviceMenuArrowOn.png) no-repeat 10px 9px;
    background-color: #EEAB38;
}
#naviService ul li a{
  display: inline-block;
  margin: 2px;
  padding: 4px 1em 4px 25px;
  font-weight: bold;
    font-size: 12px;
}
#naviService ul li:hover > a,
#naviService ul li:active > a,
#naviService ul li.here > a{
  color: #FFF;
}
#naviService .dropmenu {
  position: relative;
  z-index: 50;
}
#naviService .dropmenu li {
    margin-right: 0;
    margin-bottom: 0;
}
#naviService .dropmenu li a {
  display: block;
}
#naviService .dropmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
}
#naviService .dropmenu li ul li{
    display: block;
  overflow: hidden;
  width: 120px;
  height: 0;
    margin: 0;
    border-radius: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#naviService .dropmenu li ul li a{
    color: #333;
}
#naviService .dropmenu li ul li:hover a,
#naviService .dropmenu li ul li.here a{
    color: #FFF;
}
#naviService .dropmenu > li:hover > a{
}
#naviService .dropmenu li:hover ul li{
  overflow: visible;
  height: 25px;
  border-top: 1px solid #999;
}
#naviService .dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#naviService .dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#naviService .dropmenu li:hover ul li:last-child a{
}

#headUtils{
    box-sizing:border-box;
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 10px;
}

#headUtils .pageInformation{
    padding:5px 0 0 0;
    -moz-display:flex;
    -ms-display:flex;
    -webkit-display:flex;
    display:flex;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -webkitjustify-content:space-between;
    justify-content:space-between;
}

#headUtils .pageInformation li{
    margin:0;
    padding:0;
    list-style:none;
}

#headUtils .pageInformation li.sns{
    min-width:460px;
    padding-left:10px;
}

#headUtils .pageHeadline,
#headUtils .pageHeadlineForFav{
    display:-webkit-box;
    display:-moz-flex;
    display:-ms-flex;
    display:-webkit-flex;
    display:flex;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -webkitjustify-content:space-between;
    justify-content:space-between;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
#headUtils .pageHeadline .serviceName,
#headUtils .pageHeadlineForFav .serviceName{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -moz-order:1;
    -ms-order:1;
    -webkit-order:1;
    order:1;
    max-width:100%;
}
#headUtils .pageHeadline h1,
#headUtils .pageHeadlineForFav h1{
    color: #000;
    -ms-flex-order:1;
    -webkit-box-ordinal-group:1;
    -moz-order:1;
    -ms-order:1;
    -webkit-order:1;
    max-width:100%;
    margin:0;
    font-size: 14px;
    font-weight: normal;
    white-space: normal;
    word-break: break-all;
}
#headUtils .pageHeadline.h1First h2 {
    color: #171717;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 0 0 0 auto;
    padding: 5px 0 0 0;
    color: #333333;
    font-size: 16px;
    background: none;
}
#headUtils #breadcrumb{
}

#headUtils h2#serviceName{
    white-space:nowrap;
}

#headUtils h1{
    text-align:right;
}

#headUtils .expForm{ /* サービスの説明文 */
    -webkit-font-smoothing: antialiased; /* アンチエイリアス */
    -moz-osx-font-smoothing: grayscale; /* アンチエイリアス */
    font-family: 'Hiragino Kaku Gothic ProN', YuGothic, '游ゴシック', 'Meiryo', Helvetica, Arial, sans-serif;
    color: #07205d;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
    margin:5px 0 0; 
    padding: .8em;
    border: 1px solid #07205d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#breadcrumb{
    margin:0 0 10px 0;
}
#breadcrumb:after{
    content:".";
    display:block;
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    visibility:hidden;
    clear:both;
}
#breadcrumb a:link,
#breadcrumb a:visited{
    color: #3986D2;
    text-decoration: underline;
}
#breadcrumb a:hover,
#breadcrumb a:active{
    color: #E75F00;
}
.socialMediaClass{
    float: right;
    margin: 5px 0 0;
}
.socialMediaClass ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

a.lineAddManner{
    display:block;
    margin:0;
    padding:0 5px 0 24px;
    color:#ffffff !important;
    font-size:12px;
    line-height:20px;
    background:#00c300 url(/rp/common/images/lineAdd.png) left no-repeat;
    border:1px solid #00c300;
    border-radius:3px;
}

a:hover.lineAddManner{
    text-shadow:0 0 3px rgba(255, 255, 255, 0.5);
}

#serviceName{
    margin:0 20px 0 0;
    font-size: 36px;
    line-height: 42px;
    border-left: solid 10px #333333;
    padding-left: 10px;
    white-space:nowrap;
}

#serviceName
#contents{
    padding:20px;
}
#bottomNav{
    background-color: #F5F5F5;
    padding: 10px 20px;
}
#bottomNav ul{
    float: left;
    margin-right: 30px;
}
#bottomNav ul li.title{
    font-weight: bold;
}
footer{
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    border-top: 1px solid #333;
}


footer ul{
    margin-bottom: 36px;
    margin-bottom: 46px;
}
footer ul li{
    display: inline-block;
    border-left: 1px solid #333;
}

footer ul li:first-child{
    border-left: none;
}
footer ul li a{
    padding: 0 6px;
}
#copy{
    margin-bottom: 6px;
    color: #fff;
    color: #000;
}

#footerPrivacy{
    display:none;
}

/* Q and A */
.qandaContentArea{
    background: url(/rp/lvnmatch/images/common/bgDotGray2.gif) repeat-y scroll center center rgba(0, 0, 0, 0);
    padding: 10px 0;
    margin-bottom: 20px;
}

.listQanda{
    margin: 10px auto 20px;
    border-radius: 10px;
/*サービス別*/
    border: #666 solid 3px;
    clear: both;
}
.listQanda.halfSize{
    width: 48%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
    clear: none;
}

a.titleLink {
    border: medium none;
    border-radius: 20px;
    display: block;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
    padding: 1px 20px 1px 35px;
    text-decoration: none;
    width: auto;
/*サービス別*/
    background: url(/rp/sell/images/arrow.gif) no-repeat scroll 15px center #F58C00;
    color: #ffffff;
}

a.titleLinkWhite {
    border: medium none;
    border-radius: 20px;
    display: block;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 1px 20px 1px 35px;
    text-decoration: none;
    width: auto;
/*サービス別*/
    background: url(/rp/sell/images/arrowRight.gif) no-repeat scroll 15px center #FFF;
    color: #F58C00;
}


/*お気に入りボタン、最近見たリストボタン*/
#serviceName{
    height:auto;
}
#favButton{
    position:static;
    display:block;
    height:auto;
    text-align:right;
    float:right;
}
#headUtils .pageHeadlineForFav{
    clear:both;
    align-items:flex-start;
}
.multiBox{
    position:static;
}
.multiBox ul{
    display:flex;
}
.multiBox ul li{
    box-sizing:border-box;
    display:inline-block;
    margin:0;
    padding:0 2px 5px 2px;
    background:n;
}
.multiBox p,
.multiBox p:hover{
    display:block;
    padding:0 10px 0 30px;
    color:#5a5750;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    border:1px solid #958f81;
    border-radius:10px;
    cursor:pointer;
}
.multiBox p.favoList,
.multiBox p.favList{
    background:#e1e2da url(/shop/images/buttonFavo.png) no-repeat scroll 5px;
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e2da));
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, -ms-linear-gradient(#ffffff, #e1e2da);
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, -moz-linear-gradient(#ffffff, #e1e2da);
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, linear-gradient(#ffffff, #e1e2da);
}
.multiBox p.watchList,
.multiBox p.watchButton{
    background:#e1e2da url(/shop/images/iconList.png) no-repeat scroll 5px;
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e2da));
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, -ms-linear-gradient(#ffffff, #e1e2da);
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, -moz-linear-gradient(#ffffff, #e1e2da);
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, linear-gradient(#ffffff, #e1e2da);
    }
.multiBox p.favoList:hover,
.multiBox p.favList:hover{
    background:#e1e2da url(/shop/images/buttonFavo.png) no-repeat scroll 5px;
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, -webkit-gradient(linear, left top, left bottom, from(#e1e2da), to(#ffffff));
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, -ms-linear-gradient(#e1e2da, #ffffff);
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, -moz-linear-gradient(#e1e2da, #ffffff);
    background:url(/shop/images/buttonFavo.png) no-repeat scroll 5px, linear-gradient(#e1e2da, #ffffff);
}
.multiBox p.watchList:hover,
.multiBox p.watchButton:hover{
    background:#e1e2da url(/shop/images/iconList.png) no-repeat scroll 5px;
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, -webkit-gradient(linear, left top, left bottom, from(#e1e2da), to(#ffffff));
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, -ms-linear-gradient(#e1e2da, #ffffff);
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, -moz-linear-gradient(#e1e2da, #ffffff);
    background:url(/shop/images/iconList.png) no-repeat scroll 5px, linear-gradient(#e1e2da, #ffffff);
    }
.multiBox ul li.favoButton,
.multiBox ul li.watchButton,
.multiBox ul li.watchButton:last-child{
    position:static;
    background:none;
    border:none;
}
.favCount,
.watchCount{
    font-size: 1.3em;
    font-weight: bold;
    color: #BE1321;
    padding: 0 0 0 5px;
}
.signupBox.pc{
    display:block;
    width:200px;
    margin:0 0 0 auto;
    padding:5px 0;
}
.signupBox:hover{
    filter:alpha(opacity=70);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
/*====================================================================================
一覧ページ
======================================================================================*/
.listQanda h3{
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    padding: 5px 0 5px 53px;
    min-height: 30px;
/*サービス別*/
    background: url(/rp/sell/images/qaIcon.gif) #666 no-repeat scroll 5px 2px;
    color: #FFF;
}

.qandaArea:after{
    display: block;
    clear: both;
}

dl.qandaArea{
    background: #FFF;
    padding: 0;
    margin: 0;
}

.qandaArea dt{
    font-weight: bold;
    color:#FFF;
    font-size: 18px;
    display: block;
    margin: 5px 5px 0 5px;
    padding: 2px 1px 3px 10px;
    text-align: left;
/*サービス別*/
    background: #999;
}
.qandaArea dd{
    margin: 5px 0;
    padding: 0 18px 4px 0;
}

.qandaArea dd ul{
    margin: 5px 0;
    padding: 0 10px;
    width: 100%;
}

.qandaArea dd ul li{
    border-bottom: #CCC dotted 1px;
    margin: 5px 0;
    padding: 4px 25px 4px 0;
    list-style-type: none;
/*サービス別*/
    background: url(/rp/sell/images/arrowRight.gif) no-repeat scroll 710px center;
}

/*====================================================================================
詳細ページ
======================================================================================*/
#listQanda{
    width: 688px;
    margin: 10px auto 40px auto;
    border: #BFBFBF solid 1px;
}

#listQanda h3.qestion{
    padding: 6px 10px 8px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
/*サービス別*/
    background: url(/rp/sell/images/faqBg.gif) #666 repeat scroll 5px 2px;
    color: #FFF;
    border-top: #BC6B00 solid 3px;
}

#listQanda h3.qestion p.iconQ{
    padding: 3px 0 0 30px;
    margin: 0;
/*サービス別*/
    background: url(/rp/sell/images/iconQuestion.gif) no-repeat scroll 0 0;
}

#listQanda h3.answer{
    padding: 3px 0 0 30px;
    margin: 15px 10px 8px 10px;
    font-size: 16px;
    font-weight: bold;
/*サービス別*/
    background: url(/rp/sell/images/iconAnswer.gif) no-repeat scroll 0 0;
}

#listQanda p{
    padding: 3px 50px 20px;
    line-height: 1.6em;
/*サービス別*/
    background: url(/rp/sell/images/iconAnswer.gif) no-repeat scroll 10px 0;
}

.qandaBold{
    font-weight: bold;
    padding: 0;
    margin:5px 0 0 0;
    display: block;
/*サービス別*/
    color: #F58C00;
}

.listQanda a:link,
.listQanda a:visited,
.listQanda a:active{
    display: inline-block;
}

/*====================================================================================
一覧ページ
======================================================================================*/
.knowledgeArea{
}

.knowledgeArea dt{
    font-weight: bold;
    color:#FFF;
    font-size: 18px;
    float: left;
    margin: 0 5px 0 10px;
    padding: 2px 1px 3px 1px;
    text-align: center;
}

.knowledgeArea dd{
     border-bottom: #CCC dotted 1px;
    margin: 5px 0;
    padding: 5px 18px 4px 0;
    background: url(/rp/sell/images/arrowRight.gif) no-repeat scroll 710px center;
}

#listQanda h3.qestion p.iconQ.iconNo{
    background: none;
    padding: 3px 0 0 0;
}

#listQanda p.answer.iconNo{
    background: none;
    padding: 3px 20px 20px 30px;
}

p.contentParagraph {
    margin: 5px 0 0 0;
    line-height: 1.4em;
    font-size: 0.9em;
}

.goFormButton{
    margin:0 auto;
    padding:10px 20px;
    color:#ffffff;
    font-size:1.4em;
    background-color:#c10000;
    background: -moz-linear-gradient(#dd0000, #c10000);
    background: -webkit-gradient(linear, left top, left bottom, from(#dd0000), to(#c10000));
    background:linear-gradient(#dd0000, #c10000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:3px solid #aa0000;
    border-radius:10px;
    box-shadow:2px 2px 2px 0 rgba(0,0,0,0.5);
}
.goFormButton:hover{
    background-color:#dd0000;
    background: -moz-linear-gradient(#c10000, #dd0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#c10000), to(#dd0000));
    background:linear-gradient(#c10000, #dd0000) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* responsive navigation */
#mobileHeader,
#shortMessage{
    display: none;
}

/*ボタン　入れても大丈夫…？ 2015.11.30 yanagihara*/
.goHomeButton{
    margin:0;
    padding:10px 20px;
    background-color:#eeeeee;
    background: -moz-linear-gradient(#f6f6f6, #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#cccccc));
    background:linear-gradient(#f6f6f6, #cccccc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:1px solid #999999;
    border-radius:10px;
}

.goHomeButton:hover{
    background-color:#eeeeee;
    background: -moz-linear-gradient(#cccccc, #f6f6f6);
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#f6f6f6));
    background:linear-gradient(#cccccc, #f6f6f6) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.goFormButton{
    margin:0 auto;
    padding:10px 20px;
    color:#ffffff;
    font-size:1.4em;
    background-color:#c10000;
    background: -moz-linear-gradient(#dd0000, #c10000);
    background: -webkit-gradient(linear, left top, left bottom, from(#dd0000), to(#c10000));
    background:linear-gradient(#dd0000, #c10000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:3px solid #aa0000;
    border-radius:10px;
    box-shadow:2px 2px 2px 0 rgba(0,0,0,0.5);
}

.goFormButton:hover{
    background-color:#dd0000;
    background: -moz-linear-gradient(#c10000, #dd0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#c10000), to(#dd0000));
    background:linear-gradient(#c10000, #dd0000) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*他フォーム内で使用しているシテイ*/
.paddingBottom0,
.paddingBottom5,
.paddingBottom10,
.paddingBottom20,
.paddingBottom30,
.paddingBottom40,
.paddingBottom50,
.paddingBottom100{
    display:block;
    margin:0;
}

.paddingBottom0{
    padding:0;
}

.paddingBottom5{
    padding:0 0 5px 0;
}

.paddingBottom10{
    padding:0 0 10px 0;
}

.paddingBottom20{
    padding:0 0 20px 0;
}

.paddingBottom30{
    padding:0 0 30px 0;
}

.paddingBottom40{
    padding:0 0 40px 0;
}

.paddingBottom50{
    padding:0 0 50px 0;
}

.paddingBottom100{
    padding:0 0 100px 0;
}
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}


/* コンテンツ下部の誘導リンク */
ul.conductorLnk {
    clear:both;
    padding: 10px 20px;
    font-size: 14px ;
    }
ul.conductorLnk li{
    display: inline-block;
    border-left: 1px solid #333;
    }

ul.conductorLnk li:first-child{
    border-left: none;
}

ul.conductorLnk li a {
    padding: 0 6px;
    }


/*topForm下のpmark START*/
.serviceAttention{
    margin:0 auto;
    padding:0;
    background-color:#ffffff;
}
.attentionCatch{
    box-sizing:border-box;
    display:block;
    width:570px;
    margin:0 auto 10px auto;
    padding:0 30px;
    line-height:30px;
    white-space:nowrap;
    background:url(/rp/common/images/attention.png) left no-repeat;
    background-size:25px;
}

.topPmark{
    display:block;
    margin:0;
    padding:10px 120px;
    background-color:#ffffff;
    border:5px solid #eeeeee;
}

.topPmark li{
    box-sizing:border-box;
    display:block;
    width:50%;
    min-height:70px;
    margin:0;
    padding:0;
    line-height:1.0;
    float:left;
}

.topPmark li.catch{
    width:45%;
    padding:5px 0 0 80px;
    font-size:1.6em;
    font-weight:bold;
    line-height:1.1;
    background:#ffffff url(/rp/common/images/japan.jpg) left top no-repeat;
    background-size:70px;
    float:right;
}

.topPmark li.catch.sell{
    background:#ffffff url(/rp/common/images/satei.jpg) left top no-repeat;
    background-size:70px;
}

.topPmark li.pmark .pmarkTitle{
    margin:0;
    padding:0 0 2px 0;
    font-size:1.2em;
    font-weight:bold;
}

.topPmark li.pmark img{
    width:70px;
    margin:0 10px 0 0;
    float:left;
}

.topPmark li.catch .catchTitle{
    margin:0;
    padding:0 0 5px 0;
    color:#ee3333;
    font-size:0.8em;
    font-weight:bold;
}
/*topForm下のpmark END*/

/*サービストップ　ター坊の設定 START*/
.showTurbo{
    clear:both;
    position:relative;
    height:0;
    margin:0;
    padding:0;
    z-index:50;
}

.showTurbo .turboClient{
    position:absolute;
    display:block;
    width:92px;
    height:110px;
    left:3px;
    top:-120px;
}
.showTurbo.lazyloaded .turboClient{
    background:url("/rp/lvnmatch/images/common/turboClient.png") left top no-repeat;
}

#investj .showTurbo .turboClient,
#bm .showTurbo .turboClient{
    left:-25px;
    top:-120px;
}

#community .showTurbo .turboClient{
    left:-30px;
    top:-360px;
}

#mansionbaikyaku .showTurbo .turboClient,
#mansionsatei .showTurbo .turboClient,
#satei .showTurbo .turboClient{
    left:980px;
    top:-120px;
    -moz-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    -webkit-transform:scale(-1,1);
    transform:scale(-1,1);
}

.showTurbo .turboSell{
    position:absolute;
    left:900px;
    top:-140px;
}

.showTurbo .turboKaitori{
    position:absolute;
    right:0;
    top:-140px;
}

.showTurbo .turboNinbai1{
    position:absolute;
    right:0;
    top:-115px;
}

.showTurbo .turboNinbai2{
    position:absolute;
    left:180px;
    top:-135px;
}

.showTurbo .turboLand1{
    position:absolute;
    left:900px;
    top:-70px;
}

.showTurbo .turboLand2{
    position:absolute;
    left:5px;
    top:-45px;
}

.showTurbo .turboPm{
    position:absolute;
/*	left:900px;
    top:-90px;*/
    left: 870px;
    top: 42px;
    width:140px;
}

.showTurbo .turboOffice{
    position:absolute;
    right:-10px;
    top:-135px;
}

.showTurbo .turboRenovation{
    position:absolute;
    right:-15px;
    top:-50px;
}


/*サービストップ　ター坊の設定 END*/

/*メダル調査概要 START*/
.emblemOut{
    clear:both;
    padding:40px 0;
}

#contents section.emblemText,
section.emblemText{
    max-width:1024px;
    margin:0 auto;
    padding:10px;
    font-size:8px;
    text-align:left;
    background-color:#f9f9f9;
    border:1px solid #f4f4f4;
    color: #adadad;
}

#contents section.emblemText h2,
section.emblemText h2{
    font-size:11px;
    font-weight:bold;
}

/*メダル調査概要 END*/

/* 流れるバナー START */
.flowBanner{
    position:relative;
    width:1024px;
    height:42px;
    margin:20px auto 0 auto;
    padding:5px 0;
    background:#e3e3e3;
    overflow:hidden;
}
.flowBanner.lazyload::before{
    content:"\e97c";
    display:block;
    width:42px;
    height:42px;
    margin:0 auto;
    font-size:20px;
    font-family:'lvn';
    line-height:42px;
    text-align:center;
    border-radius:50%;
    animation:loading 2s linear infinite;
}
@keyframes loading{
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.lazyload .flowBannerList{
    display:none;
}
.lazyloaded .flowBannerList{
    position:absolute;
    display:-moz-flex;
    display:-ms-flex;
    display:-webkit-flex;
    display:flex;
    margin:0;
    padding:0;
}
.flowBannerList img{
    width:123px;
    height:42px;
}
.flowBannerList img.lazyload{
    background:url("/rp/common/images/loads.gif") center no-repeat;
}
.flowBannerList.list1{
    -moz-animation:bannerSlide1 42s linear infinite;
    -ms-animation:bannerSlide1 42s linear infinite;
    -webkit-animation:bannerSlide1 42s linear infinite;
    animation:bannerSlide1 42s linear infinite;
}
.flowBannerList.list2{
    -moz-animation:bannerSlide2 42s linear infinite;
    -ms-animation:bannerSlide2 42s linear infinite;
    -webkit-animation:bannerSlide2 42s linear infinite;
    animation:bannerSlide2 42s linear infinite;
}
.flowBannerList li{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
@keyframes bannerSlide1{
    0%{
        left:0;
    }
    100%{
        left:-861px;
    }
}
@keyframes bannerSlide2{
    0%{
        left:861px;
    }
    100%{
        left:0;
    }
}
/* 流れるバナー END */

/* 流れるバナー START */
.ss .flowBannerList.list1{
    -moz-animation:bannerSlide1ss 72s linear infinite;
    -ms-animation:bannerSlide1ss 72s linear infinite;
    -webkit-animation:bannerSlide1ss 72s linear infinite;
    animation:bannerSlide1ss 72s linear infinite;
}
.ss .flowBannerList.list2{
    -moz-animation:bannerSlide2ss 72s linear infinite;
    -ms-animation:bannerSlide2ss 72s linear infinite;
    -webkit-animation:bannerSlide2ss 72s linear infinite;
    animation:bannerSlide2ss 72s linear infinite;
}
@keyframes bannerSlide1ss{
    0%{
        left:0;
    }
    100%{
        left:-1476px;
    }
}
@keyframes bannerSlide2ss{
    0%{
        left:1476px;
    }
    100%{
        left:0;
    }
}
/* 流れるバナー END */

#rightTopNav{
    box-sizing:border-box;
    width:220px;
    float:right;
}
#rightTopNav .sellTopLink{
    padding:10px;
    background-color:#f3f3f3;
}
#rightTopNav .sellTopLink a{
    display:block;
    margin:0;
    padding:0 10px;
    color:#f58c00;
    line-height:44px;
    background-color:#ffffff;
    border:2px solid #f58c00;
}
#rightTopNav .sellTopLink a::before{
    content:">";
    font-size: 20px;
    display:inline-block;
    font-weight:bold;
    -moz-transform:scale(0.5, 1.0);
    -ms-transform:scale(0.5, 1.0);
    -webkit-transform:scale(0.5, 1.0);
    transform:scale(0.5, 1.0);
}
#rightTopNav .sellTopLink a:hover{
    color:#ffffff;
    background-color:#f58c00;
}

@media only screen and (max-width: 736px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
    tr.sp{
        display: table-row;
    }
    img{
        width: 100%;
        height: auto;
    }
    /*iOSのデフォルトを解除*/
    input[type="button"],input[type="submit"] {
        -webkit-appearance: none;
    }

    .listQanda.halfSize{
        width: 100%;
        float: none;
    }
    header{
        margin: 10px 0 0;
        padding: 0 10px;
    }

    header #headLogo img {
        width:150px;
        height:auto;
        }
    header #headLogo span {
        font-size:21px;
        }

    #logo img{
        max-width: 120px;
    }
    #tel{
        float: none;
        margin-top: 20px;
        text-align: center;
    }
    #tel img{
        max-width: 291px;
    }
    #mobileHeader{
    display:block;
        padding:4px;
    float:right;
    }
    .socialMediaClass ul li{
        margin-left: 5px;
    }
    /*#serviceName{
        font-size: 12px;
        font-weight: bold;
        border: none;
        line-height: 12px;
        margin: -15px 20px 10px;
        padding: 0;
    }*/
    #shortMessage{
        display: block;
        margin: 5px 0;
        background-color: #F19601;
        color: #FFF;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
    }
    #contents{
        padding: 0 5px;
    }
    #bottomNav{
        background-color:#ffffff;
        color:#333333;
        padding:0;
        border-top:1px solid #d1d1d1;
    }
    #bottomNav ul{
        width:100%;
        margin:0;
    }
    #bottomNav ul li,
    #bottomNav ul li a{
        display:block;
        color:#333333;
        font-size:14px;
        line-height:48px;
    }
    #bottomNav ul li a{
        padding:0 15px;
        font-size:16px;
    }
    #bottomNav ul li a:hover{
        color:#e75f00;
    }
    #bottomNav ul li{
        border-bottom:1px solid #d1d1d1;
    }
    #bottomNav ul li.title{
        display:none;
    }
    footer{
        padding:0 0 110px 0;
        border: none;
    }
    #footerNavi{
        display:block;
        width:100%;
        margin-bottom:10px;
        padding:0;
    }
    #footerNavi li{
        box-sizing:border-box;
        display:block;
        padding:0;
        border:none;
        border-bottom:1px solid #d1d1d1;
        clear:both;
    }
    #footerNavi li a{
        display:block;
        padding:0 15px;
        color:#333333;
        font-size:16px;
        line-height:48px;
        text-align:left;
    }
    #footerNavi li a:hover{
        color:#e75f00;
    }
    footer #copy{
        text-align:center;
        padding:5px 50px 0 50px;
        font-size:16px;
    }

    /*完了画面*/
    #completeTable{
        width: 95%;
        border: none;
    }
    #completeTable th,
    #completeTable td{
        display: block;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        min-height: 30px;
    }

/* コンテンツ下部の誘導リンク */
    ul.conductorLnk{
        display:-moz-flex;
        display:-ms-flex;
        display:-webkit-flex;
        display:flex;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
        padding:10px 10px;
        font-size:12px;
    }
    ul.conductorLnk li{
        display:block;
        padding:0;
        margin: 0 20px 20px 0 ;
        border:none;
    }
    ul.conductorLnk li a{
        display:block;
        padding:5px 15px;
        line-height:36px;
        border:1px solid #cccccc;
    }

    /* 正月用 */
    #logo:before,
    #logo:after {
        content:none;        flex-wrap:wrap;


    }
    /*メダル調査概要 START*/
    .emblemOut{
        padding:20px 10px;
    }
    #contents section.emblemText,
    section.emblemText{
        clear:both;
        margin:0;
        padding:15px;
        font-size:8px;
        text-align:left;
        background-color:#ffffff;
        border:1px solid #dddddd;
    }
    .spmedalSp{
        padding:15px 0 10px 0;
        text-align:center;
    }

    .spmedalSp img{
        width:30%;
        max-width:140px;
        padding:0 20px;
    }
    .spmedalSp img.lazyload{
        background: url("/rp/common/images/loads.gif") center no-repeat;
    }
    /*メダル調査概要 END*/
    .pageHeadlineForFav .headline{
        -moz-display:flex;
        -ms-display:flex;
        -webkit-display:flex;
        display:flex;
        -moz-flex-direction:column-reverse;
        -ms-flex-direction:column-reverse;
        -webkit-flex-direction:column-reverse;
        flex-direction:column-reverse;
        padding:0 10px 5px 0;
    }

/* 流れるバナー START */
    .flowBanner{
        width:100%;
        margin:10px 0 0 0;
    }
/* 流れるバナー END */


    #rightTopNav{
        width:100%;
        padding:0 10px;
        float:none;
    }
    #rightTopNav .sellTopLink{
        padding:0;
        background:none;
        text-align:right;
    }
    #rightTopNav .sellTopLink a{
        display:inline-block;
        margin:0 0 0 auto;
        padding:0;
        color:#4477dd;
        line-height:48px;
        background:none;
        border:none;
    }
    #rightTopNav .sellTopLink a::before{
        color:#777777;
    }
    #rightTopNav .sellTopLink a:hover{
        color:#e75f00;
        background:none;
    }
    .showTurbo.lazyloaded .turboClient{
        background:none;
    }
    #headUtils .pageHeadline,
    #headUtils .pageHeadlineForFav{
        margin:0;
        padding:0 0 10px 0;
    }
    #headUtils .pageHeadline h1,
    #headUtils .pageHeadlineForFav h1{
        margin:0;
        padding:0 0 5px 0;
        text-align:left;
    }
}
/*-----------------------------------------

tablet用

-------------------------------------------*/
@media (min-width: 641px) and (max-width: 768px) {
    #topBanner ul#slides .pc,
    #topBanner #pagination.pc{
        display:block !important;
    }
}


@media only screen and (min-width: 641px){
    .pc{
        display: block;
    }
    table.pc{
        display: table;
    }
    tr.pc{
        display: table-row;
    }
    th.pc,
    td.pc{
        display: table-cell;
    }
    .sp{
        display: none !important;
    }

    #breadcrumbBottom{
        display:none;
    }

    #login1 .pc{
        display:inline !important;
    }
}

#gmap{
    margin:0 auto 20px auto;
    height:600px;
    border-radius:5px;
}

/*統一フォーム完了ページ用追記 START*/
#completeTable,
#completeContact{
    width:80%;
    margin:10px auto;
}

#completeTable caption{
    margin:20px 0 0 0;
    padding:0 0 10px 0;
    font-size:1.4em;
    font-weight:bold;
}

.completeText{
    margin:0;
    padding:10px 0 30px 0;
    text-align:center;
}

#toranomakiZozeiButton{
    display:none;
}

.nottomLinkForSubtop{
    box-sizing:border-box;
    display:block;
    width:100%;
    max-width:1024px;
    margin:0 auto;
    padding:10px 20px;
}

a.nottomLinkForSubtop:before{
    content:"▼";
    display:inline-block;
    margin:0 0.5em 0 0;
    padding:0;
    color:#ff8822;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
@media only screen and (min-width: 641px){
    #experiences{
        display:none !important;
    }
}
@media only screen and (max-width: 640px){
    header{
        width:auto;
        max-width:640px;
        box-sizing:border-box;
        height:auto;
    }

    header #headLogo img {
        width:100%;
    }
    #breadcrumb{
        display: none;
    }
    #introduction{
        background: none;
    }
    #btnFaq {
        background: none;
    }

    #mobileHeader a{
        display:block;
        width:48px;
        height:48px;
    }
    #mobileHeader a.lazyloaded{
        background: url(/rp/common/images/spMenu.png) no-repeat center top;
    }
    #completeTable,
    #completeContact{
        width:100%;
    }

    #nextInquiryButton{
        margin:0;
        padding:0;
        text-align:center;
    }

    .nextSateiButton{
        margin:0 auto;
        padding:10px 20px;
        color:#ffffff;
        background-color:#ee4444;
        border-radius:10px;
        box-shadow:2px 2px 5px 0 rgba(0,0,0,0.5);
        border:2px solid #fff633;
        cursor:pointer;
    }

    .modoruBtn img{
        width:auto;
    }

    #tagArea img{
        width:0;
        height:0;
    }
    .experiences{
        display:none !important;
    }
    #experiences .regionButton{
        display:block;
    }
    #experiences .regionButton li{
        margin:0;
        font-size:16px;
        font-weight:bold;
        line-height:47px;
    }
    #experiences .regionButton li.head{
        padding:0 0 0 10px;
        color:#ffffff;
        background-color:#b9b9b9;
        border-bottom:1px solid #ffffff;
    }
    #experiences .regionButton li.head.on{
        background-color:#f58c00;
    }
    #experiences .regionButton li.head::before,
    #experiences .regionButton li.head.on::before,
    #experiences .prf::before{
        content:">";
        display:inline-block;
        padding:0 10px 0 0;
        color:#ffffff;
        -moz-transform:scale(0.5, 1.0);
        -ms-transform:scale(0.5, 1.0);
        -webkit-transform:scale(0.5, 1.0);
        transform:scale(0.5, 1.0);
    }
    #experiences .prf{
        display:none;
        padding:0 0 0 10px;
        background-color:#ffffff;
        border-bottom:1px solid #b9b9b9;
    }
    #experiences .prf::before{
        color:#e96a17;
    }
    #ssBanner .flowBanner{
        margin-top:0;
    }
}
/*統一フォーム完了ページ用追記 END*/


/*サービス名変更 START*/
header #logo{
    display:-moz-flex;
    display:-ms-flex;
    display:-webkit-flex;
    display:flex;
}
header .changeName{
    margin:16px 0 0 20px;
    color:#626262;
    font-size:13px;
    font-weight:bold;
    line-height:1.1;
    vertical-align:bottom;
}
header .changeName span{
    display:inline-block;
    width:18px;
    height:18px;
    margin:0 3px 0 0;
    color:#ffffff;font-family: Georgia, "Times New Roman", Times, "serif";
    line-height:18px;
    text-align:center;
    background-color:#dd3333;
    border-radius:50%;
}
@media only screen and (max-width: 640px){
    header .changeName{
        clear:both;
        margin:0;
        padding:10px 0 0 0;
        font-size:11px;
    }
    header .changeName span{
        width:16px;
        height:16px;
        line-height:16px;
    }
    header #logo{
        padding:0 4px 0 0;
    }
    header #logo a{
        height:48px;
        padding:10px 0 0 0;
    }
}
a.hideLink{
    color:#000000;
    text-decoration:none;
    cursor:text;
}
/*サービス名変更 EBD*/

