/*2021.03.17*/

.time_area{
	font-size:.8em;
	padding:.5em;
	text-align:right;
}
.smf #select3-wrap {
    display: none;
}


/*2021.03.17　END*/	

/* .official{
 border:double 10px #FFD5B2;
  border-radius: 30px 30px 30px 30px!important;
  margin:25px 0px;
}
.official li{
text-align:left!important;
}
.official .partTtl{
  padding     : 20px!important;
  font-size   : 30px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #ffffff!important;
  text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.official h5{
	margin-top:15px;
	font-size:18px;
	color:#fff;
	text-shadow:  2px  2px 10px #777 ,
               -2px  2px 10px #777 ,
                2px -2px 10px #777 ,
               -2px -2px 10px #777;
}
.official h6{font-weight:bold;}

.official .partTtl:before{
display:none;
}
.center{
  text-align:center!important;
}
.right{
  text-align:right!important;
}
.heading{
  padding: 0rem 1rem!important;
  border-left: 6px double #000!important;
  font-weight: bold!important;
}

ul.column_record{display:block; width:90%; margin:auto; max-height:300px;overflow-y: scroll; padding:10px; border:solid 1px #EE5C44; margin-bottom:15px;}
ul.column_record li{display:block; background:none; border-bottom:solid 1px #Ffff7f; margin-bottom:10px; padding:0px 0px 5px 0px;}
ul.column_record li::before{content:none;}
ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;width:120px;margin:0px;}
 */
.mini{
  font-size:10px;
	text-align:right;
}

/*2021.09.16*/
.official{
  margin:0 auto;
  margin-top:20px;
}

.official ul{
  display:block;
  margin:auto;
  padding:20px;
  max-height:300px;
  overflow-y: auto;
  border:2px solid #333;
  margin-bottom:15px;
background:#fff;	
}

.official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
}

.official ul li span{
    font-size:0.8em;
    display:block;
    background:none;
    color:#000;
    margin:0px;
    font-weight: bold;
}

.official ul div {
    padding: 0rem 1rem;
    border-left: 6px double #333;
    font-weight: bold;
	color:#f4a443;
}

/*.official h4 {
   font-size: 1.3em;
   border-bottom: 3px double #333;
   padding-left: 10px;
}

.official h5 {
   font-size: 1.2em;
   border-bottom: 1px dashed #333;
}*/

.official h4 {
    background:url(img/bg-index-rec-voice-line.png) center bottom no-repeat;
    background-size: 800px 8px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 20px 0 10px 0;
    text-align: center;
}
.official h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 20px 0 10px 0;
	border-bottom:6px double #ee5c44;
}


.official h6 {
    font-size: 1.1em;
}

.official h4,
.official h5,
.official h6{
   font-weight: bold;
   margin: 20px 0;
}

p.mini {
    font-size: 12px;
    text-align: right;
}

/*20220610oki*/
.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    border: 1px solid #b4af9a;
    background: #fff;
    clear: both;
}
.readmore-content{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    z-index: 1;
}
.readmore-label{
    display: table;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #f4a443;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:hover{
    opacity:0.7;
}
.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}
.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
#main .listbox a, #lower-main .listbox a {
    color: #555;display: block;
}
.kanren .listbox li {
    padding-left: 15px;
    margin-bottom: 8px;
}
.kanren .midashi {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #483015;
    line-height: 22px;
    background: url(img/bg-footer-ttl-balloon.png) center center no-repeat;
    text-align: center;
    margin: 1rem;
}
.kanren a {
    display: block;
    padding-left: 1rem;
}
.official iframe {
    display: none !important;
}
.official h6 {
    display: none;
}
.official center {
    display: none;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.emp {
font-weight: bold;
font-size: 16px;
}
span.pcp {
font-weight: bold;
background-color: #FFFF99;
}
.page-img {
text-align: center;
}
.cap {
    max-width: 100%;
}
.sp-only {
    display: none !important;
}
#main .importance .catch {
    color: #ee5c44;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.dz {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
/* .official{
  padding: 20px 100px ;
} */

/*2021.09.16*/
.official{
  /*width:80%;
  padding: 20px 50px;*/
}
.smf footer .footer-top.footer-lower .inner .logo-wrap {
    padding-top: 6rem;
}	
footer .footer-middle {
    padding-bottom: 8rem;
}
.fix-menu .bnr-lower-main {
    margin: 0 auto;
    position: fixed;
    bottom: 2rem;
    right: 0;
    width: fit-content;
    margin-left: -10px;
}		
	
#main .builders ul li {
    border: 1px solid #a18575;
    float: left;
    margin: 0 12px 12px 0;
    padding: 10px 10px;
    width: 232px;
}

.header-index .page-ttl:before,
.header-top .page-ttl:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 1rem;
    padding: 0 1rem;
}

.copy a:before {
    content: "【PR】";
}
	
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
/*table*/
.t-box thead{
display:none;
}
.t-box th,.t-box td{
display:block;
width:100%;
padding:10px 0 10px 0;
}
.t-box-list table td::before,.t-box-list table th::before  {
content: attr(data-label);
font-weight: bold;
display:block;
background:#f5f5f5;
padding:4px;
}
.t-box-list table td::before{
text-align:left;
}
.t-box-list table th::before{
text-align:center;
}
.emp {
font-weight: bold;
font-size: 16px;
}
.page-img {
text-align: center;
}
.cap {
    max-width: 100%;
}
.dz {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
table th.tc{
    display: table-cell;
}
table td.tc{
    display: table-cell;
}
#main .importance .catch {
    color: #ee5c44;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sp-only {
display: block !important;
}

span.pcp {
font-weight: bold !important;
background-color: #FFFF99 !important;
}
/* .official{
  padding: 10%;
} */

/*2021.09.16*/
.official{
  width:100%;
  padding: 5% 0;
}

.official ul {
  width:100%;
  padding:15px;
}

blockquote.instagram-media,
iframe.instagram-media{
    min-width: initial !important;
}
.kanren .midashi {
    background-size: 262px 16px;
}
	
.official h4 {
    background: url(img/bg-index-rec-voice-line.png) center bottom no-repeat;
    background-size:100% 4px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 20px 0 10px 0;
	text-align: center;	
	}
	
.official h5 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 20px 0 5px 0;
	border-bottom:6px double #ee5c44;
}	
/*2023.02.27*/

.fix-menu .bnr-lower-main {
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
	margin-left: -10px;
}
.header-index .page-ttl:before,
.header-top .page-ttl:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 1rem;
    padding: 0 1rem;
}

.copy a:before {
    content: "【PR】";
}
	
}