@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/

header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before,
#contents_header h1:before, 
#contents_header .title:before, 
.title-area h1:before, 
.title-maintext:before,
.headline h1:before, 
.headname:before,
.keyvisual h1:before, 
.keyvisual-txt:before,
.header_area_box h1:before, 
.header_area_box .texts a:before,
.H1Area h1:before, 
.H1Area_title:before {
    content: "PR";
    display: inline-block;
    background: #fff;
    color: #000;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
#copyright a:before, 
.Footer a:before,
.foot a:before {
    content: "【PR】";
}

.grad-wrap .mokuji {
    width: 95%;
}
.grad-wrap {
  position: relative;
  /* width: 70%; */
  margin: 0 auto;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  top: -2.5rem;
  :;
  margin: 0 auto;
  padding: 1rem 5rem;
  /* background: #30372c82; */
  color: #700812;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  width: 96%;
  font-size: 3.5rem;
  text-align: right;
}
.grad-btn::after {
  content: "＋";
}
.grad-btn:hover {
  /* background: #fff; */
  color: #000;
}
.grad-btn .fa {
  /* margin-right: .5em; */
  display: none;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 4rem;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  z-index: 1;
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  top: -2.5rem;
  bottom: unset;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "－";
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.grad-wrap .fa-chevron-down:before {
    content: "\f078";
    margin: 0 1rem;
}

.date {
    color: #949494;
    margin: 10px auto;
    width: 900px;
    text-align: right;
}
#contents #main.index ul.column_record li::after{
	display: none;		
}

/*** 20210615 start ***/
.index .official {
    margin: 0 auto;
    margin-top: 40px;
}

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

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

.index .official ul li:after{
    content: none;
}

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

.official ul div {
    padding: 0rem 3rem;
    font-weight: bold;
    background: url(img/icon_pen.png) no-repeat left top;
    background-size: 26px auto;
}


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

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

.official .right{
  text-align:right;
}
/*** 20210615 end ***/

/*20210726*/
.ex_hall{
	background: #f1e6c1;
	padding:.3em;
}
.frame dd a{
	word-break:break-all;
}
/*20220217oki*/
.midasi {
    font-size: 25px;
    font-weight: bold;
    width: 100%;
    position: relative;
    background: url(img/bg_stripe01.png) repeat-x left bottom;
    margin: 0;
	padding: 0 0 13px 9rem;
}
.midasi:before {
	content: '';
    width: 76px;
    height: 75px;
    background: url(img/parts05_icon01.png) no-repeat left center;
    background-size: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

.kanren a {
    padding: 0 0.5rem;
    display: block;
}
.kanren a:hover {
    color: #fff;
    background: #700812;
    -moz-transition: background-color .2s linear, border-bottom .2s linear;
    -webkit-transition: background-color .2s linear, border-bottom .2s linear;
    -o-transition: background-color .2s linear, border-bottom .2s linear;
    -ms-transition: background-color .2s linear, border-bottom .2s linear;
    transition: background-color .2s linear, border-bottom .2s linear;
}
p.btn-web.naibu a:before {
    width: 2rem;
    height: 7rem;
    content: "";
    background: url(https://www.focuspoint-custombuilt.com/wp/wp-content/uploads/idx_vis_img.png)no-repeat left bottom/100%;
    display: block;
    position: absolute;
    padding: 2rem;
    left: -10px;
    bottom: 5px;
}
p.btn-web.naibu a {
    position: relative;
    padding-left: 3rem;
}
p.btn-web.naibu a:hover {
    -moz-transition: background-color .2s linear, border-bottom .2s linear;
    -webkit-transition: background-color .2s linear, border-bottom .2s linear;
    -o-transition: background-color .2s linear, border-bottom .2s linear;
    -ms-transition: background-color .2s linear, border-bottom .2s linear;
    transition: background-color .2s linear, border-bottom .2s linear;
}
.kanren {
    width: 83%;
    margin: 0 auto 7px;
    box-sizing: border-box;
    padding: 14px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #745608, 0 0 0 4px #f8f8eb, 0 0 0 6px #745608;
}

p.mkj {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 30px;
    text-align: center;
    word-break: break-all;
line-height: 1.6rem;
}
.img_center img {
    padding-bottom: 5px;
}

























/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.google-map {
    position: relative;
    width: 90%;   
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
  margin:3rem auto 0;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    height: 100%;    
}
.reference_url{
word-wrap: break-word;
}
.wr05_table-row {
      width:100%;
      border-right:#3EB1C6 solid 1px;
      border-collapse: collapse;
}
.wr05_table-row table{
    width:100%;
}
.wr05_table-row thead th {
      background:#3EB1C6;
      color:#FFF;
      padding:10px 15px;
      border-right:#FFF solid 1px;
      border-bottom:#FFF solid 1px;
}
.wr05_table-row thead th:last-child {
      border-right:#3EB1C6 solid 1px;
}
.wr05_table-row tbody th {
      background:#3EB1C6;
      color:#FFF;
      padding:10px 15px;
      border-bottom:#FFF solid 1px;
      vertical-align:top;
      width:15%;
}
.wr05_table-row tbody tr:last-child th {
      border-bottom:#3EB1C6 solid 1px;
}
.wr05_table-row tbody td {
      background:#FFF;
      padding:10px 15px;
      border-left:#3EB1C6 solid 1px;
      border-bottom:#3EB1C6 solid 1px;
      vertical-align:top;
}
.wr04_table-row .table_sp{
    display: none;
} 
.wr04_table-row table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin-bottom: 40px;
    border: none;
}
.wr04_table-row table th,
.wr04_table-row table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr04_table-row table thead th{
    font-size: 16px; 
    font-weight: bold;  
    background-color: #3B6B40;
    color: #fff;
}
.wr04_table-row table th{
    font-size: 16px; 
    font-weight: bold;  
    background-color: #86BB8B;
    color: #333;
}
.square_btn2 {
    display: inline-block;
    padding: 7px 50px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 15px center;
        background-size: auto;
    background-size: 16px auto;
} 
.square_btn3 {
    display: inline-block;
    padding: 7px 175px;
    border-radius: 100px;
    text-decoration: none;
    color: #FFF;
    background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 15px center;
        background-size: auto;
    background-size: auto;
    background-size: 16px auto;
}
  
/*   .official{
  padding: 20px 100px!important;
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
}
.official li{
text-align:left!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 20px!important;
}
.official .partTtl{
  display     : inline-block!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 .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 #FFCC00; margin-bottom:15px;}
ul.column_record li{display:block; background:none; border-bottom:solid 1px #ff9933; 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;margin:0px;}
 */
.mini{
  font-size:10px;
  text-align:right;
}

/* .official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
   */
 #contents .addParts08 .inner .box.left_box {height:615px; }
/*/////////////20210607/////////////*/

  
#contents #main.index .addParts08 .inner .box {
    height: auto;
}
  
#contents #main.index .addParts04 .inner {
    width: auto;
}

#contents #main.index .addParts05 .inner {
    width: auto;
}

#contents #main.index .addParts06 .inner {
    width: auto;
}

#contents #main.index .addParts07 .inner {
    width: auto;
}

#contents #main.indexx .addParts08 .inner {
    width: auto;
}
  
#contents #main.index #visArea .inner {
    width: auto;
}
#contents #main.index {
    width: auto;
}
  
#contents #main.index .addParts04 .inner .box {
    width: 29%;
}
  
#contents #main.index .addParts07 .inner .box-row {
    margin: 20px 0 0 0;
    padding: 0 20px;
    max-width: 1100px;
    width: 100%;
    flex-flow: row wrap;
}
  
#contents #main.index .addParts07 .inner .frame {
    margin-left: 0px;
}
#contents #main.index .addParts07 .inner .frame {
    margin-left: 0px;
    margin-bottom: 14px;
    margin-right: 1%;
}
#contents #main.index .addParts07 .inner .frame {
    width: 32%;
}
  
#contents #main.index .addParts05 .inner .box {
    width: 45%;
}
  
#contents #main.index .addParts08 .inner .box {
    width: 45%;
}
  
#contents #main.index .addParts08 .inner .in_link_btn {
    width: auto;
}
#contents #main.index .addParts06 .inner .addParts06box01 dl {
    margin-bottom: 10px;
}

#contents #main.index {
    padding-left: 300px;
    overflow-x: hidden;
    max-width: 1500px;
    margin: 0 auto;
}
#contents #main.index {
    padding-left: 100px;
}
  
#contents #main.index .addParts07 .inner .box-row {
    margin: 0 auto;
} 
#contents #main.index .addParts08 .inner .box {
    margin-bottom: 16px;
} 
#contents #main.index .addParts09 .inner .box.left_box {
    margin-bottom: 16px;
} 
#contents #main.index footer {
    width: 100%;
    margin-left: 150px;

}
#contents #main.index footer .areaInner {
    width: auto;
	max-width: 1000px;
	margin-left: 300px;
}  
	
#contents #main.index .addParts02 .box .textArea {
    display: block;
    width: 100%;
}

#contents #main.index .addParts02 .box ul {
    width: 70%;
    display: flex;
}

#contents #main.index .addParts02 .box ul li {
    float: none;
}

#contents #main.index .addParts02 .box ul {
    width: 70%;
    display: flex;
    float: none;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#contents #main.index .addParts02 .box .textArea .btn-web {
    margin-bottom: 15px;
}
#contents #main.index {
    padding-left: 0px;
}
#contents #main.index .addParts06 .inner {
    width: auto;
    padding: 0px 50px;
}
#contents .addParts04 .inner .box.first {
    margin-left: calc(29% + 40px);
}
#contents #main.index .addParts02 .box .textArea p {
    max-width: 1100px;
    margin: 20px auto;
    width: 80%;
}
#contents #main.index ul.column_record li::after{
	display: none;		
}
#contents #main.index .addParts09 .inner {
    width: auto;
	max-width: 1040px;
}

#contents #main.index .addParts08 .inner {
    width: auto;
	max-width: 1040px;
}
footer .areaInner {
    width: auto;
	
}
	
footer .areaInner {
    max-width: 1040px;
}
	
#contents #main.index {
    max-width: 1040px;
    margin: 0 auto;
}
	
#contents #main.index .addParts04 .inner .box-row:first-of-type {
    background: url(img/parts04_img01.png) no-repeat left;
    background-size: 29%;
}
#contents #main.index .addParts02 .box .textArea p.btn-web {
    width: 35%;
    min-width: 200px;
}
	
#contents #main.index .addParts09 .inner .lead {
    margin: 20px auto;
    width: 80%;
}
	
.date {
    color: #949494;
    margin: 10px auto;
    width: 900px;
	max-width:90%;
    text-align: right;
}
	
#contents #main.index .addParts07 .inner .lead {
    margin: 20px auto;
    width: 80%;
}

#contents #main.index .addParts05 .inner .lead {
    margin: 20px auto;
    width: 80%;
}
	
#contents #main.index .addParts08 .inner .lead {
    margin: 20px auto;
    width: 80%;
}
#visArea .inner {
    max-width: 100%;
}
#visArea .inner .illust img {
    max-width: 50%;
}
#visArea .inner .illust {
    right: -82px;
}
#visArea .inner .textArea {
    width: 80%;
    max-width: 1000px;
}
	
#contents #main.index .addParts02 .boxBg {
    margin-left: calc(((100vw - 900px) / 2) * -1);
    margin-right: calc(((100vw - 900px) / 2) * -1);
}

/*** 20210615 start ***/
.official {
    width: 100%;
    padding: 20px 50px;
}
/*** 20210615 end ***/
	
/*** 20210726 start ***/	

.hikaku_w{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.hikaku_top{
		margin-top:1.5em;
	}	
.c_name{
    text-align: center;
    font-weight: bold;
    padding-top:20px;
}	
	
.hikaku_link{
    width:168px;
    height:120px;
    border:1px solid #745608;
    background:#fff;
}	
.hikaku_link .btn-web{
    margin: .5em auto !important;
    
}

.hikaku_link .btn-web a{
    background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 5px center;
  background-size: 16px auto;
padding: 14px 24px 14px 14px !important;
}

.hikaku_maru{
font-size: 25px;
    font-weight: bold;
    color: #bb1313;
}	

.hikaku_box{background: url(img/bg_box.png) no-repeat left top;background-size:168px auto;padding: 20px 0 0;text-align: center;}

.hikaku_box01{
    background: url(img/parts06_icon02.png) no-repeat center top;
    background-size: 23px auto;
	width:168px;
padding: 25px 0 0;
}
.hikaku_box02{
    background: url(img/parts06_icon03.png) no-repeat center 5px;
    background-size: 25px auto;
	width:168px;
	padding: 25px 0 0;
}
.hikaku_box03{
    background: url(img/parts06_icon04.png) no-repeat center 5px;
    background-size: 20px auto;
	width:168px;
	padding: 25px 0 0;
}
.hikaku_box04{
    background: url(img/parts06_icon05.png) no-repeat center 2px;
    background-size: 15px auto;
	width:168px;
	padding: 25px 0 0;
}	
.hikaku_text{
font-size:.8em;
margin:1.5em auto;	
	}
	
.mokuji{
    position: relative;
    background: #f1e6c1;
    padding: 30px 20px 20px 20px;
	width:70%;
    margin:1.5em auto;
}
.mokuji:before{
border: 1px solid #745608;
    box-sizing: border-box;
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
}
/*** 20210726 end ***/

/*** 20230915 end ***/
#contents #main.index .addParts05 .inner .box {
    width: 30%;
}
#contents .addParts05 .inner .box.left_box {
    margin-right: 19px;
}




	
	
	
	
	
	
	
	
	
	
	
	
	
	



}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.google-map {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2rem;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    height: 100%;    
}
.reference_url{
word-wrap: break-word;
}
.wr05_table-row thead {
      display:none;
}
.wr05_table-row tbody th {
      display:block;
    background-color:#3EB1C6;
    color:#fff;
}
.wr05_table-row tbody td {
      display:block;
}
.wr05_table-row tbody td::before {
      content: attr(label);
      float: left;
      clear:both;
      font-weight:bold;
}
.wr05_table-row tbody td p {
      padding-left:6em;
}
.wr04_table-row .table_pc{
    display: none;
}
.wr04_table-row table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}
.wr04_table-row table th,
.wr04_table-row table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
    display: block;
    margin:-1px; 
}
.wr04_table-row table th:first-child{
    font-size: 16px; 
    font-weight: bold;  
    background-color: #3B6B40;
    color: #fff;
}
.wr04_table-row table th{
    font-size: 16px; 
    font-weight: bold;  
    background-color: #86BB8B;
    color: #333;
}
.wr04_table-row table td:last-child{
    margin-bottom: 20px;
}
.square_btn2 {
    display: inline-block;
    padding: 7px 50px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 15px center;
        background-size: auto;
    background-size: 16px auto;
}
.square_btn3 {
    display: inline-block;
    padding: 7px 175px;
    border-radius: 100px;
    text-decoration: none;
    color: #FFF;
    background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 15px center;
        background-size: auto;
    background-size: auto;
    background-size: 16px auto;
}
/*   .official{
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
      padding: 10%!important;
}


.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 10px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size : 20px!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 .partTtl:before{
display:none!important;
}
.center{
  text-align:center!important;
}
.right{
  text-align:right!important;
}


  .fb-container {
    width: 500px!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 #FFCC00;
    margin-bottom:15px;
}
ul.column_record li {
    display:block;
    background:none;
    border-bottom:solid 1px #ff9933;
    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;
    margin:0px;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
} */
.date {
  font-size:12px;
  width: 94%;
}

/*** 20210615 start ***/
.official {
    width: 100%;
    background: #f5f5f559;
    border-radius: 30px;
    padding: 5% 4%;
    margin-top: 50px;
}

.official ul {
  width:100%;
  padding:15px;
}
/*** 20210615 end ***/
	
	
/*** 20210726 start ***/	

.hikaku_w{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:1em;
}
	.hikaku_top{
		margin-top:1.5em;
	}	
.c_name{
    text-align: center;
    font-weight: bold;
    padding-top:20px;
}	
	
.hikaku_link{
    width:100%;
    height:120px;
    border:1px solid #745608;
    background:#fff;
}	
.hikaku_link .btn-web{
    margin: .5em auto !important;
    
}

.hikaku_link .btn-web a{
    background: #bb1313 url(img/icon_arrow2_white.png) no-repeat right 5px center;
  background-size: 16px auto;
padding: 14px 24px 14px 14px !important;
}

.hikaku_maru{
font-size: 25px;
    font-weight: bold;
    color: #bb1313;
}	

.hikaku_box{background: url(img/bg_box.png) no-repeat left top;background-size:168px auto;padding: 20px 0 0;text-align: center;}

.hikaku_box01{
    background: url(img/parts06_icon02.png) no-repeat center top;
    background-size: 23px auto;
	width:168px;
	padding: 25px 0 0;
	font-size: 1.6rem;
}
.hikaku_box02{
    background: url(img/parts06_icon03.png) no-repeat center 5px;
    background-size: 25px auto;
	width:168px;
	padding: 25px 0 0;
	font-size: 1.6rem;
}
.hikaku_box03{
    background: url(img/parts06_icon04.png) no-repeat center 5px;
    background-size: 20px auto;
	width:168px;
	padding: 25px 0 0;
	font-size: 1.6rem;
}
.hikaku_box04{
    background: url(img/parts06_icon05.png) no-repeat center 2px;
    background-size: 15px auto;
	width:168px;
	padding: 25px 0 0;
	font-size: 1.6rem;
}	
.hikaku_text{
font-size:.8em;
margin:1.5em auto;	
	}	

/*** 20210726 end ***/	

.official ul div {
    padding: 0rem 1rem;
    font-weight: bold;
    padding: 0rem 3rem;
    font-weight: bold;
    background: url(img/icon_pen.png) no-repeat left top;
    background-size: 26px auto;
}
header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before, header .site_ttl a:before, header .site_ttl h1:before, #contents_header h1:before, #contents_header .title:before, .title-area h1:before, .title-maintext:before, .headline h1:before, .headname:before, .keyvisual h1:before, .keyvisual-txt:before, .header_area_box h1:before, .header_area_box .texts a:before, .H1Area h1:before, .H1Area_title:before {
    background: #000;
    color: #fff;
}
.img_center {
    width: 90%;
}
	

	
	
	
	
	
	
	
	
	
	
	
	


}