@charset "utf-8";
/* リセットcss */
html, body, h1, h2, h3, h4, h5,  ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	font-weight: normal;
  	font-size: 100%;
 	vertical-align:baseline;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-text-size-adjust: none;
  	text-align:left;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  	display:block;
}
ol, ul {
  	list-style: none;
  	list-style-type: none;
}

.mB20 {
	margin-bottom:20px;
}

.alignR {
	text-align:right;
}

.clearB {
	clear: both;
}

.clearFix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
    zoom: 1;
}

/* マーカー */
.marker_hoso {
background: linear-gradient(transparent 70%, #00a4dd 10%);
}
/* トップへ戻るボタン */
#page-top {
    position: fixed;
    bottom: 30px;
    right: 0px;
}
#page-top a {
    display: block;
}
.visibilityH {
	visibility: hidden;
}

/* ヘッダー */
#menuList {
    display: none;
}
#rwdMenuWrap {
    width: 100%;
} 
#rwdMenuWrap #switchBtnArea {
    width: 60px;
    height: 60px;
    background: #fff;
    position: relative;
	margin: 0 0 0 auto;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    background: #00a4dd;
    position: absolute;
    border-radius: 5px;
	z-index: 100;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
    left: 20%;
    width: 60%;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 18px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#rwdMenuWrap ul {
    width: 100%;
    display: none;
}
#rwdMenuWrap ul li {
    width: 100%;
    border-bottom: #aaa 1px solid;
}
#rwdMenuWrap ul li a {
    padding: 15px 20px;
    text-align: left;
    display: block;
	color: #FFF;
    background: #003d9b;
    position: relative;
}
#rwdMenuWrap ul li a:after {
    content: '';
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    color: #888;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
/* ヘッダーここまで */

/* パンくず */
.crumb {
	display: none;
}

#wrap {
	overflow: hidden;
}
/* メインイメージ */
#mainImage {
    position: relative;
}
#mainImage p img {
	width: 100%;
/* 	max-height: 380px; */
/* 	margin: 0 auto 0 auto; */
}
body#top #mainImage  {
	display: grid;
	grid-template-columns: 32px 1fr 32px;
	grid-template-rows: 64px 99px 64px 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(225,236,249,1) 100%);
}
body#top #mainImage .image {
	grid-area: 2 / 2 / 3 / 4;
	width: 100%;
	height: 99px;
	background-image: url(/static/support/images/top/logo_top_sp.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
body#top #mainImage .text {
	grid-area: 4 / 2 / 5 / 3;
	padding-bottom: 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	color: #2f6eb4;
}
body#top #mainImage .text .breakPc {
	display: none;
}

#mainImage span.imageText{
  position: absolute;
  right: 5px;
  bottom:5px;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

/* メインコンテンツ */
@media (min-width: 768px) {
  body#insurance #mainImage.subTitle{
    padding: 84px 0;
  }

  #mainImage.subTitle span.petname{
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
}

div#mainContent {
	width: 100% !important;
}
.pcImg {
	display: none;
}
#mainContents {
	padding: 30px 10px;
}
#mainContents h2 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ddd;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#mainContents h2 img {
	height: 25px;
	vertical-align: sub;
	margin-right: 5px;
}

/* お問い合わせ */
.contactArea {
	clear: both;
	width: 100%;
	padding: 20px 5px;
	margin-bottom: 70px;
	font-size: 14px;
	background-color: #30a1c9;
	color: #FFF;
}
.contactArea h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.contactArea .tellBox {
	width: 290px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}
.contactArea .tellBox p {
	width: 50px;
	float: left;
	line-height: 100%;
	margin-top: 3px;
	margin-right: 10px;
}
.contactArea .tellBox ul li:first-child {
	font-weight: bold;
	margin-bottom: 5px;
}
.contactArea .tellBox ul li:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
}
.contactArea .tellBox ul li:nth-child(2) a {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}
.contactArea dl {
	width: 240px;
	margin: 0 auto;
	overflow: hidden;
}
.contactArea dl dt {
	float: left;
	clear: both;
}

/* 右カラム */
#rightColumn {
	width: 100%;
}
.rightMenu {
	padding-bottom: 15px;
}
.rightMenu p {
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 3px solid #30a1c9;
	text-align: center;
}
.rightMenu p:first-child {
	padding: 15px 10px 0 10px;
}
.rightMenu .title {
/* 	padding: 15px 0 0 0; */
	font-size: 16px;
	font-weight: bold;
}
.rightMenu .title a {
	font-size: inherit;
	font-weight: inherit;
}
.rightMenu .link {
	padding: 0;
}
.rightMenu .link a {
	padding: 15px;
	font-weight: bold;
}
.rightMenu p a {
	text-decoration: none;
	display: block;
	padding: 15px;
	text-align: center;
	color: #333;
}
.rightMenu p a:hover {
	color: #30a1c9;
}
.rightMenu ul {
	margin-bottom: 20px;
}
.rightMenu ul li {
	border-bottom: 1px solid #ccc;
}

.rightMenu ul li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333;
}
.rightMenu ul li a:hover {
	color: #30a1c9;
}

.rightContact {
	display: none;
}

.rightBnrArea {
	text-align: center;
}
.rightBnrArea ul {
	margin-bottom: 20px;
	font-size: 14px;
}
.rightBnrArea ul li:first-child {
	background-color: #e6e6e6;
	margin-bottom: 0px;
	text-align: center;
	height: 110px;
}
.rightBnrArea ul li:nth-child(2) {
	text-align: center;
	margin: 10px 0 0 0;
}
.rightBnrArea ul li a {
	text-decoration: none;
	display: inline-block;
	color: #333;
}
.rightBnrArea ul li a:hover {
	color: #30a1c9;
}
.pagetopBtn {
	margin-bottom: 5px;
	text-align: center;
    background: #FFF;
    padding-top: 100px;
    width: 100%;
}
.pagetopBtn a {
	display: block;
}

/*リフォーム用*/
.privilegeBox {
	margin-bottom: 70px;
}
.privilegeBox p {
	margin: 0px 0 15px 0;
}
.privilegeBox a {
	text-decoration: none;
}
.privilegeBox a:hover {
	text-decoration: none;
}
.privilegeImg {
	position: relative;
}
.privilegeImg li img {
	width: 100%;
	border-bottom: 3px solid #ff9604;
}
.privilegeImg li.linkBtn {
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	background-color: #ff9604;
	color: #FFF;
	position: absolute;
	right: 0;
	bottom: 6px;
}

/* クリーニング用 */
.cleaningBox {
	margin-bottom: 70px;
	line-height: 150%;
}
.cleaningBox p {
	margin-bottom: 20px;
}
.cleaningBox p img {
	width: 100%;
}
.cleaningBox ul {
	margin-bottom: 35px;
}
.cleaningBox ul li {
	font-size: 13px;
}
.cleaningBox ul li h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-left: 6px solid #2f6eb3;
}
.cleaningBox .price li h3 {
	text-align: left;
}
.cleaningBox .price li:nth-child(1) {
	font-size: 11px;
	text-align: right;
	margin-bottom: 10px;
}
.cleaningBox .price li dl {
	padding: 30px 0;
}
.cleaningBox .price li:nth-child(3) dl {
	border-bottom: 1px solid #d2d2d2;
}
.cleaningBox .price li dl dt {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.cleaningBox .price li dl dd {
	font-size: 24px;
	text-align: center;
}
.cleaningBox .price li dl dd span{
	font-size: 30px;
	font-weight: bold;
	color: #fe2d2d;
}
.cleaningBox .price li:nth-child(4) {
	margin-bottom: 15px;
}
.cleaningBox .price li:nth-child(5) {
	margin-bottom: 10px;
	text-align: center;
	width: 185px;
	float: right;
}
.cleaningBox .price li:nth-child(6) {
	clear: both;
}
.cleaningBox .price li a {
	display: block;
	padding: 10px;
	font-size: 17px;
	background-color: #efefef;
	border: 1px solid #e5e5e5;
	border-radius: 13px;
}
.annotation {
	margin-top: 40px;
	padding: 15px;
	background-color: #eeeeee;
	border-radius: 9px;
}
.annotation li {
	margin-bottom: 5px;
	font-size: 12px;
	color: #7e7d7d;
}
.annotation li.multipleLines{
  display: flex;
}
.annotation li.multipleLines .serviceTitle{
  display: inline-block;
  width: 110px;
  min-width: 110px;
}
.annotation li.multipleLines .serviceInner{
  display: inline-block;

}


/* 引越し紹介用 */
.hikkosiBox {
	margin-bottom: 20px;
}
.hikkosiBox ul {
	margin: 0px 0 30px 0;
}
.hikkosiBox ul li {
	margin-bottom: 50px;
}
.hikkosiBox div {
	border: 10px solid #eeeeee;
}
.hikkosiBox div p img {
	width: 100%;
}
.hikkosiBox div p:nth-child(2) {
	padding: 20px 5px;
}
.hikkosiBox .tebikiLink {
	margin: 30px 0;
}
.hikkosiBox .hikkosiBox__mintitle{
display: block;
font-weight: bold;
margin-bottom: 4px;
}
.tebikiLink li {
	height: 70px;
}
.tebikiLink li a {
	display: block;
	font-size: 16px;
	width: 315px;
	padding: 26px 0;
	margin: 0 auto;
	text-align: center;
	text-decoration: underline;
	color: #FFF;
	background-color: #ff9604;
	border-radius: 35px;
}
.tebikiLink li a:hover {
	padding: 23px 0;
	border: 3px solid #ff9604;
	color: #ff9604;
	background-color: #FFF;
}
.tebikiLink li:nth-child(2) a {
	padding: 17px 0;
}
.tebikiLink li:nth-child(2) a:hover {
	padding: 14px 0;
}

/* 引っ越しサービス */
.hikkosiBox ul.hikkosiText {
	margin: 20px 0;
	padding: 0 10px;
}
.hikkosiBox ul.hikkosiText li {
	font-size: 14px;
	line-height: 150%;
  margin-bottom: 0;
}
.hikkosiBox ul.hikkosiText li h3 {
	font-size: 18px;
}
.hikkosiBox ul.hikkosiText li:nth-child(1),
.hikkosiBox ul.hikkosiText li:nth-child(3) {
	font-size: 14px;
  font-weight: bold;
}
.hikkosiBox ul.hikkosiText li:last-child a {
	font-size: 16px;
}
.hikkosiBox dl dt {
	float: left;
	margin-right: 10px;
}
.hikkosiBox ul.hikkosiText li.mB20 {
 margin-bottom: 20px;
}
.hikkosiBox ul.hikkosiText li.mB30 {
 margin-bottom: 30px;
}
.hikkosiBox ul.hikkosiText li:last-child a {
	display: block;
	width: 200px;
	padding: 10px 0px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #ff9604;
	color: #FFF;
	border-radius: 19px;
}
.hikkosiBox ul.hikkosiText li:last-child a:hover {
	width: 200px;
	padding: 7px 0px;
	border: 3px solid #ff9604;
	background-color: #fff;
	color: #ff9604;
}

/* その他サービス用 */
.otherBox {
	margin-bottom: 70px;
	line-height: 150%;
}
.otherBox p {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px auto;
}
.otherBox p img {
	width: 100%;
	border: 1px solid #cccccc;
}
.otherBox ul {
	margin-bottom: 20px;
}
.otherBox ul li {
	font-size: 13px;
}
.otherBox h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-left: 6px solid #2f6eb3;
}
.kaitoriList {
	float: left;
	width: 50%;
}


/* 新生活サポートサービス用 */
.supportBox {
	margin-bottom: 70px;
}
.supportBox div {
	border: 10px solid #eeeeee;
}
.supportBox div p img {
	width: 100%;
}
.supportBox div p:nth-child(2) {
	padding: 10px;
}
.supportBox ul {
	margin-top: 15px;
	padding: 0 5px;
}
.supportBox ul li:nth-child(1),
.supportBox ul li:nth-child(3) {
	font-weight: bold;
}
.supportBox ul li:last-child {
	margin-bottom: 30px;
}
.supportBox ul li:last-child a {
	display: block;
	width: 200px;
	padding: 10px 0px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #ff9604;
	color: #FFF;
	border-radius: 19px;
}
.supportBox ul li:last-child a:hover {
	width: 200px;
	padding: 7px 0px;
	border: 3px solid #ff9604;
	background-color: #fff;
	color: #ff9604;
}
.supportBox dl dt {
	font-weight: bold;
}
.supportBox dl dd {
	margin-bottom: 10px;
}
.supportBox span.notes{
  display: block;
  margin-top: -25px;
  padding: 0 5px 4px 5px;
  text-align: right;
  font-size: 14px;
  text-shadow:2px 2px 3px #ffffff;
  background:none;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .supportBox span.notes{
    display: block;
    margin-top: 0;
    padding: 2px 0 10px 0;
    text-align: left;
    font-size: 12px;
    text-shadow:none;
    background:#eeeeee;
    letter-spacing: 0;
  }
}

.supportBox ul p.notes{
    display: block;
    margin-top: 15px;
    padding: 0 5px 4px 8px;
    text-align: left;
    font-size: 16px;
    text-shadow:2px 2px 3px #ffffff;
    background:none;
    letter-spacing: 0.01em;
}
@media (max-width: 768px) {
    .supportBox ul p.notes{
        display: block;
        margin-top: 15px;
        padding: 2px 0 10px 0;
        text-align: left;
        font-size: 14px;
        text-shadow:none;
        letter-spacing: 0;
    }
}

.moreService {
	padding: 20px 10px;
	background-color: #e9f8ff;
	border: 1px solid #7ecef4;
	line-height: 150%;
	fnt-size: 14px;
}
#mainContents .moreService h2 {
	color: #30a1c9;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}
.moreService h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.moreService img {
	width: 100%;
	max-width: 293px;
	margin: 0 auto;
}
.moreService ul li {
	margin-bottom: 15px;
}
.moreService ul li:nth-child(2) {
	text-align: center;
}
.moreService div {
	margin-bottom: 50px;
}
body#top .moreService h2 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
	color: #30a1c9;
}
body#top .moreService div {
	margin-bottom: 32px;
}
body#top .moreService .layout {
	display: flex;
	flex-direction: column;
	align-items: center;
}
body#top .moreService .itemLayout {
	width: 100%;
}
body#top .moreService .itemLayout .image {
	position: relative;
	text-align: center;
}
body#top .moreService .itemLayout .image img {
	width: 100%;
	max-width: none;
}
body#top .moreService .itemLayout .image span {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 11px;
	text-shadow: 0 0 4px #fff;
}
body#top .moreService p {
	font-size: 16px;
	margin-bottom: 15px;
}
body#top .moreService .textCenter {
	text-align: center;
}
body#top .moreService .textRight {
	text-align: right;
}
body#top .moreService a {
	text-decoration: underline;
	font-weight: bold;
	color: #424242;
}
.moreService div:last-child {
	margin: 0;
}
.moreService ul li:last-child {
	text-align: right;
	font-size: 16px;
}
.moreService ul li:last-child a {
	text-decoration: underline;
	font-weight: bold;
}
.moreService ul li:last-child a:hover {
	color: #30a1c9;
}
p.moreContact {
	color: #fff;
	background-color: #30a1c9;
	padding: 15px;
	font-size: 15px;
}

/* 不用品回収サービス用 */
.pickupBox {
	margin-bottom: 70px;
	line-height: 150%;
}
.pickupBox p {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px auto;
}
.pickupBox p img {
	width: 100%;
	border: 1px solid #cccccc;
}
.pickupBox ul {
	margin-bottom: 20px;
}
.pickupBox ul li {
	font-size: 13px;
}
.pickupBox h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-left: 6px solid #2f6eb3;
}

/*テーブル-----------------------------------*/
.pickupBox table {
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .pickupBox table{
    display: block;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .pickupBox table tbody{
    display: block;
  }
}
@media (max-width: 768px) {
  .pickupBox table{
    border-bottom: 1px solid #ddd;
  }
}
.pickupBox table th,
.pickupBox table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.pickupBox table th {
  width: 160px;
  background-color: #f8f7f3;
}
.pickupBox table th {
  border-left: none;
}
.pickupBox table tr td:last-of-type {
  border-right: none;
}
.pickupBox table td {
  width: 190px;
}
@media (max-width: 768px) {
  .pickupBox table th {
      text-align: center;
    }
  .pickupBox table th,
  .pickupBox table td{
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .pickupBox table th{
    border-right: none;
  }
  .pickupBox table tr td:last-of-type{
    border-left: none;
  }
}
.pickupBox table .center-sell {
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .pickupBox table .center-sell-sp {
    vertical-align: middle;
    text-align: center;
  }
}

/* インテリア用 */
.interiorBox {
	margin-bottom: 70px;
	line-height: 150%;
}
.interiorBox .image {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 20px auto;
}
.interiorBox .image img {
	width: 100%;
	border: 1px solid #cccccc;
}
.interiorBox ul {
	margin-bottom: 20px;
}
.interiorBox ul li {
	font-size: 13px;
}
.interiorBox h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-left: 6px solid #2f6eb3;
}

/* トップ要 */
.topContentsBox {
	padding: 32px 16px;
	margin-bottom: 60px;
}
.topContentsBox img {
	width: 100%;
	border-bottom: 3px solid #30a1c9;
}
.reformEvent,
.keiyaku {
	margin: 20px 10px 30px 10px;
}
.reformEvent ul li:nth-child(1),
.keiyaku ul li:nth-child(1) {
	margin-bottom: 5px;
}
.reformEvent ul li:nth-child(2),
.keiyaku ul li:nth-child(2) {
	margin-bottom: 5px;
}
.reformEvent ul li:nth-child(2) a,
.keiyaku ul li:nth-child(2) a {
	font-size: 18px;
	font-weight: bold;
	color: #30a1c9;
}
.reformEvent ul li:nth-child(3),
.keiyaku ul li:nth-child(3) {
	font-size: 14px;
	line-height: 130%;
}
.topContentsBox h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.topContentsBox h2 .headingNumber {
	padding: 2px 7px;
	margin-right: 3px;
	font-size: 18px;
	color: #fff;
	background-color: #30a1c9;
}
.topContentsBox h2 span.englishT {
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}
.topContentsBox p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 130%;
}
.MenuArea {
	padding: 30px 20px;
	background: #f6f6f6;
	overflow: hidden;
}
.MenuArea a {
	width: 100%;
	max-width: 290px;
	display: block;
	margin: 0 auto 30px auto;
}
.iconMenu {
	width: 100%;
	max-width: 290px;
	height: 264px;
	background-color: #fff;
	border-radius: 9px;
	display: block;
	box-shadow:0px 0px 8px 3px #dbdbdb;
-moz-box-shadow:0px 0px 8px 3px #dbdbdb;
-webkit-box-shadow:0px 0px 8px 3px #dbdbdb;
}
.iconMenu p {
	margin-bottom: 5px;
}
.iconMenu p:nth-child(1) {
	height: 130px;
	text-align: center;
	border-bottom: 3px solid #30a1c9;
}
.iconMenu p:nth-child(1) img {
	max-height: 130px;
	width: auto;
	padding: 10px 0;
	text-align: center;
	border: none;
	display: block;
    margin: 0 auto;
}
.iconMenu p:nth-child(2) {
	font-size: 16px;
	padding: 0 10px;
	font-weight: bold;
	color: #30a1c9;
}
.iconMenu p:nth-child(3) {
	padding: 0 10px;
	color: #333;
    line-height: 130%;
}
.bottomBnr {
	background: #f6f6f6;
	padding: 40px 0 20px  0;
}
.bottomBnr ul {
	margin-bottom: 20px;
}
.bottomBnr ul li {
	text-align: center;
}
.bottomBnr ul li:first-child {
	width: 220px;
	height: 110px;
	margin: 0 auto 5px auto;
	background-color: #b5b5b5;
}
.bottomBnr ul li a {
	color: #333;
}
.bottomBnr ul li a:hover {
	color: #30a1c9;
}
/* 再契約特典要 */
.seiyakuBox {
	margin-bottom:  70px;
}
#mainContents .seiyakuBox .saikeiyakuImg {
	text-align: center;
}
#mainContents .seiyakuBox .saikeiyakuImg img {
	height: auto;
	width: 100%;
	max-width: 345px;
    vertical-align: inherit;
    margin-right: 0px;
}
.seiyakuBox h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-left: 6px solid #d8ae2a;
}
.seiyakuBox h4 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}
.seiyakuBox ul {
	overflow: hidden;
}
.seiyakuBox ul li {
	font-size: 13px;
	line-height: 140%;
}

.seiyakuBox p {
	text-align: center;
}
.seiyakuBox p img {
		width: 100%;
	max-width: 345px;
	margin: 0 auto;
	}
.seiyakuBox p {
	margin-bottom: 30px
}
.seiyakuBox p.text img {
	max-width: none;
}
.seiyakuBox:nth-child(2) p.text {
	max-width: 357px;
	margin: 0 auto 30px auto;
}
.listNumber {
	float: left;
	clear: both;
}
.listText {
	float: left;
	width: 85%;
	margin-bottom: 5px;
}

.topContentsBox .titleSupportTop {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ddd;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.topContentsBox .listSupportServiceIndex {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 20px;
	box-sizing: border-box;
}
.topContentsBox .listSupportServiceIndexLink {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-template-rows: 1fr;
}
.topContentsBox .listSupportServiceIndexLink .listSupportServiceIndexImage {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0;
}
.topContentsBox .listSupportServiceIndexDetail {
	padding: 8px 0;
}
.topContentsBox .listSupportServiceIndexTitle {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px dotted #2f6eb3;
	margin-bottom: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
}
.topContentsBox .listSupportServiceIndexTitle h3 {
	font-size: 20px;
	color: #2f6eb3;
}
.topContentsBox .listSupportServiceIndexTitle span {
	flex-shrink: 0;
	display: block;
	color: initial;
}
.topContentsBox .listSupportServiceIndexText {
	padding-left: 16px;
	color: initial;
}
	
/* メイン */
/*#contentsArea {
	padding-top: 30px;
	background-color: #f5f5f5;
}
ul.tabBtn {
	overflow: hidden;
	background-color: #f5f5f5;
}
ul.tabBtn li a {
	color: #FFF;
}
ul.tabBtn li {
	width: 50%;
	padding: 15px 0;
	text-align: center;
	float: left;
	vertical-align: bottom;
	color: #FFF;
	border-radius: 5px 5px 0px 0px;
}
ul.tabBtn li:nth-child(1) {
	background-color: #003d9b;
}
ul.tabBtn li:nth-child(2) {
    background-color: #00a4dd;
}
ul.tabBtn li.select {
	padding: 20px 0;
}
ul.tabBtn li.notSelect {
	margin-top: 10px;
}

#mainContents {
	background-color: #FFF;
}
div.stepContents {
	margin: 20px 10px;
	background-color: #fffcf7;
	border: 1px solid #fff3e0;
}
div.stepContents a {
	text-decoration: none;
}
div.stepContents ul {
	padding:10px;
}
div.stepContents ul.h2Area {
	color: #003d9b;
	background-color: #fffefd;
	border-bottom: 1px solid #fff3e0;
	font-size: 13px;
}
div.stepContents ul:nth-child(1) h2 {
	margin-bottom: 10px;
}
.imgBbtn {
	width: 60%;
	padding: 15px;
	margin: 0 auto 0 auto;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	background-color: #f35b68;
	color: #FFF;
}
.contactInfo {
	padding: 20px;
	color: #FFF;
	background-color: #30a4cb;
}
.contactInfo h3 {
	font-size: 16px;
	font-weight: bold;

	text-align: center;
}
.contactInfo ul {
	overflow: hidden;
}
.contactInfo ul li {
	line-height: 1.3em;
}
.contactInfo ul li:nth-child(3){
	margin-bottom: 5px;
	font-size: 18px;
}
.btnMail {
	padding: 10px;
	text-align: center;

	border-radius: 5px;
	background-color: #FFF;
}
.btnMail a {
	color: #30a4cb;
	font-weight: bold;
}
.contactInfo img {
	margin-bottom: 10px;
}
*/

/* 住まいのサポート用 */
#insurance .annotation {
margin-top: 20px;
margin-bottom:60px;
padding: 15px;
background-color: #eeeeee;
border-radius: 9px;
}

#insurance .annotation li {
margin-bottom: 5px;
font-size: 13px;
color: #7e7d7d;
}

#insurance .rightMenu p a {
text-decoration: none;
display: block;
padding: 15px;
text-align: center;
color: #333;
font-weight: bold;
}

#insurance #mainContents h2 {
font-size: 6vw;
font-weight: normal;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 2px #eeeeee solid;
}
#insurance #mainContents h2.min {
font-size: 15px;
font-weight: bold;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 2px #eeeeee solid;
}

div.insurancetext {
line-height: 150%;
margin-bottom: 60px;
}

.insurancetext div.text_b {
color: #231815;
font-size: 14px;
}
.insurancetext div.text_b span{
display:inline-block;
margin-top:5px;
}
.insurancetext div.text_b p:nth-of-type(n+2) {
padding: 5px 0 0;
}


div.insuranceBox {
line-height: 150%;
border-bottom: 1px solid #eeeeee;
}

.insuranceBox div.text_b {
color: #231815;
font-size: 14px;
}

.insuranceBox div.text_b p:nth-of-type(n+2) {
padding: 10px 0 0;
}

.insuranceBox p.imgbox {
width: 100%;
max-width: 350px;
margin: 0 auto 20px auto;
}

.insuranceBox p img {
width: 100%;
padding: 0 30%;
}
.insuranceBox ul {
margin-bottom: 20px;
}
.insuranceBox ul:after {
content: "";
display: block;
clear: both;
}
.insuranceBox ul li {
font-size: 13px;
padding-left:1em;
text-indent:-1em;
}
.insuranceBox ul li:first-of-type {
padding-left:0;
text-indent:0;
}
.insuranceBox h3 {
font-size: 14px;
font-weight: bold;
padding: 5px 5px 5px 5px;;
margin-top:20px;
margin-bottom: 10px;
border-left: 6px solid #ff9604;
clear: both;
line-height: 1;
}
.insuranceBox h3 span {
font-size: 12px;
font-weight: normal;
}
.insuranceBox ul li span.topic{
display: block;
font-size: 13px;
font-weight: bold;
margin-bottom: 8px;
}

.insuranceBox li.notes {
color: #7e7d7d;
margin-top:30px;
font-size: 12px;
padding-left:0;
text-indent: 0;
line-height: 1.61;
}

.insuranceBox p.anotation {
font-size: 12px;
margin-bottom: 10px;
}

.insuranceBox h3.earthquake {
margin-bottom: 0;
}

.insuranceProduct a.imgbox{
display: block;
color: #333;
text-align:center;
width:auto;
}
.insuranceProduct a:hover.imgbox{
color: #30a1c9;
}
.insuranceProduct a.imgbox img{
max-width: 185px;
}
.insuranceProduct a.imgbox span.arrow{
display: block;
text-align: center;
font-size: 12px;
margin-top: 5px;
position: relative;
display: block;
padding-left: 0;
}

.insuranceProduct a.imgbox span.arrow::before{
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #999;
border-right: solid 2px #999;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
left: 30%;
margin-top: -2.5px;
}

.insuranceProduct a:hover span.arrow::before{
border-top: solid 2px #30a1c9;
border-right: solid 2px #30a1c9;
}

.insuranceProduct{
margin-bottom: 40px;
}
.insuranceProduct_inner{
border:1px solid #eeeeee;
padding:10px 10px;
border-radius: 5px;
}
.insuranceProduct_inner ul li{
float: none;
border-right:none;
border-bottom:1px solid #eeeeee;
width:100%;
padding: 10px 0;
}
.insuranceProduct_inner ul li:last-of-type{
border:none;
}
.insuranceProduct_inner ul li:first-of-type{
padding: 0 0 0 0;
}

#insurance .fContact{ border:3px #7a6a56 solid; margin:0 0 60px 0;}
#insurance .fContact .inner{padding: 20px 10px;}
#insurance .fContact .contact_txt{ font-size:3.6vw; line-height:1.4; padding:0 0 10px;}
#insurance .cont_tit{ font-size:18px; line-height:1; background:#f3ede0; padding:12px 0; color:#564a3a; font-weight:bold; text-align:center;}
#insurance .fContact .num{ position:relative; padding-left:15%;}
#insurance .fContact .num img{ position:absolute; left:0; top:52%; transform:translateY(-50%);}
#insurance .fContact .num a{ color:#0E0D6A; font-size:28px; font-weight:bold; padding-left: 10px;}
#insurance .detail{ font-size:13px; padding:12px 0 0; clear: both;}
#insurance .detail span{ display: block; margin-right:5px;}

#insurance .fbtn{ margin:17px 0 0 ; text-align:center; float:left; width:100%; font-size:0;}
#insurance .fbtn a{ display:inline-block; color:#fff; padding:15px 0; border-radius:7px; position:relative; width:49%; font-size:20px; font-weight:bold; text-align:center;}
#insurance .fbtn a:after{ background:url(../images/insurance/icon3.png) no-repeat; width:8px; height:14px; content:''; position:absolute; width:8px; height:14px; top:50%; transform:translateY(-50%); right:12px;}
#insurance .fbtn a:nth-of-type(2){ margin-left:2%;}
#insurance .fbtn a p{
text-align: center;
font-weight: bold;

}
#insurance .fbtn .red{ background:#ea5514;}
#insurance .fbtn .viol{ background:#601986;} 
#insurance .fL {
float: left;
}
#insurance .fR {
float: left;
}

#insurance div.policy {
font-size: 13px;
line-height: 1.6;
}

#insurance div.policy h3{
font-size: 16px;
padding-left: 15px;
border-left: 4px #7a6a55 solid;
font-weight: bold;
margin: 0 0 20px;
}

#insurance div.policy h4{
font-size: 13px;
font-weight: bold;
margin: 20px 0 5px;
}

#insurance div.policy p{
padding-left:1em;
text-indent:-1em;
}

#insurance #mainContents {
padding: 30px 10px;
}	

@media screen and ( min-width:768px ) {
	#insurance #mainContents {
	width: 790px;
	padding: 25px 0px;
	float: left;
	}
}


@media screen and ( min-width:768px ) {
	#wrap {
		overflow: inherit;
	}
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

	
#logo {
	position: inherit;
	margin-bottom: 15px;
}
#logo img {
	width: auto;
	padding-top: 0px;
	max-width: auto;
}

	
#menuList {
    display: block;
}
/* ヘッダーここまで */
	
/* パンくず */
.crumb {
	display: block;
	padding: 15px;
	font-size: 11px;
	background-color: #fff;
    line-height: 150%;
}
.crumb li a {
	color: #30a4cb !important;
}
.crumb {
/*	width: 960px;
	margin: 0 auto;
	padding: 15px;
	font-size: 10px;
	background-color: #fff;
    line-height: 150%;*/
}
/*.crumb a {
	color: #30a4cb;
}*/
	
.spImg {
	display: none;
}
.pcImg {
	display: block;
}

/* メインイメージ */
#mainImage {
	text-align: center;
	background-color: #e5e5e5;
}

body#top #mainImage  {
	display: grid;
	grid-template-columns: 1fr 648px 1fr;
	grid-template-rows: 64px 154px 64px 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
body#top #mainImage .image {
	grid-area: 2 / 2 / 3 / 4;
	width: 100%;
	height: 154px;
	background-image: url(/static/support/images/top/logo_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
body#top #mainImage .text {
	grid-area: 4 / 2 / 5 / 3;
	padding-bottom: 32px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	color: #2f6eb4;
}

#mainImage span.imageText{
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

	body#index #mainImage {
		padding: 50px 0;
		background: url(../images/support/main_service_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#cleaning #mainImage {
		width: 960px;
		height: 96px;
		margin: auto;
		background: url(../images/cleaning/main_cleaning_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#pickup #mainImage {
		width: 960px;
		height: 96px;
		margin: auto;
		background: url(../images/pickup/main_pickup_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#interior #mainImage {
		width: 960px;
		height: 96px;
		margin: auto;
		background: url(../images/interior/main_interior_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#moving #mainImage {
		width: 960px;
		height: 96px;
		margin: auto;
		background: url(../images/moving/main_hikkoshi_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#other #mainImage {
		width: 960px;
		height: 96px;
		margin: auto;
		background: url(../images/other/main_other_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#reform #mainImage {
		padding: 75px 0;
		background: url(../images/reform/main_reform_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#priviliege #mainImage {
		padding: 75px 0;
		background: url(../images/main_seiyaku_pc.jpg) no-repeat;
		background-size: cover;
	}
	body#top #mainImage {
		padding: 15px 0;
		background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(225,236,249,1) 100%);
		background-size: cover;
	}
	body#insurance #mainImage {
        padding: 100px 0;
        background: url(../images/insurance/main_insurance_pc.jpg) no-repeat;
        background-size: cover;
    }
	body#top #mainImage p {
		margin: 0 auto;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 100%;
	}
	body#top #mainImage p span {
		line-height: 90%;
		font-size: 20px;
		font-weight: bold;
		vertical-align: bottom;
		display: inline-block;
	}
	body#top #mainImage p img {
		max-width: 515px;
		margin-bottom: 15px;
	}
	body #mainImage p {
		width: 960px;
		margin: 0 auto;
		text-align: left;
		font-size: 40px;
		color: #ff981f;
		line-height: 110%;
		text-shadow:0 0 25px #edf8ff,0 0 20px #edf8ff,0 0 0.40px #edf8ff;

	}
	body #mainImage p span.support {
		font-size: 18px;
		margin: 0;
		line-height: 150%;
	}
	body #mainImage p span {
		font-size: 16px;
		line-height: 160%;
		margin-top: 10px;
	}
/*
#mainImage p img {
	width: 100%;
	height: 100%;
	max-height: inherit;
	margin: 0 auto 0 auto;
}*/
/*
body#top #mainImage {
	width: 100%;
	height: 100%;
}
body#top #mainImage p {
	width: 100%;
	height: 100%;
}
body#top #mainImage p img {
	width: 100%;
	height: 100%;
	max-height: inherit;
}
*/
#mainContents {
	width: 720px;
	padding: 25px 0px;
	float: left;
}
#mainContents h2 {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ddd;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
#mainContents h2 img {
	flex-shrink: 0;
	height: auto;
	vertical-align: sub;
	margin-right: 10px;
}

/* お問い合わせ */
.contactArea {
	width: 100%;
	padding: 20px 10px;
	font-size: 14px;
	overflow: hidden;
}
#mainContainer .contactArea h2 {
	font-size: 20px;
	font-weight: bold;
}
.contactArea .tellBox {
	width: 290px;
	float: left;
	margin: 0 0 0 70px;
}
.contactArea .tellBox p {
	margin-top: 0px;
}
.contactArea .tellBox ul {
	float: right;
	margin-bottom: 0px;
}
.contactArea .tellBox ul li:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
}
.contactArea dl {
	width: 290px;
	margin: 0;
	padding: 12px 0 0 30px;
	overflow: hidden;
}
.contactArea dl dt {
	float: left;
}
	
/* 右カラム */
#rightColumn {
	width: 220px;
	float: right;
}
.rightMenu {
	text-align: left;
}
.rightMenu p {
	padding: 15px 10px;
	font-size: 13px;
	text-align: left;
}
.rightMenu p:first-child {
	padding: 15px 0 0 0;
}
.rightMenu .title {
	padding: 15px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
.rightMenu .title a {
	font-size: inherit;
	font-weight: inherit;
}
.rightMenu .link {
	padding: 15px 0 0 0;
}
.rightMenu .link a {
	font-weight: bold;
}
.rightMenu p a {
	padding: 15px 10px;
	text-align: left;
}
.rightMenu ul li a {
	padding: 15px 10px;
	text-align: left;
}
	
.rightContact {
	display: block;
	width: 220px;
	margin-top: 30px;
	text-align: center;
}
.rightContact h2 {
	padding: 10px 0;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	background-color: #30a1c9;
}
.rightContact h2 img {
	width: 20px;
	vertical-align: sub;
	margin-left: 5px;
}
.rightContact ul {
	padding: 15px 10px;
	background-color: #fffcf7;
	border: 1px solid #fff3e0;
}
.rightContact ul li:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.rightContact ul li:nth-child(2) {
	font-size: 20px;
	margin-bottom: 10px;
	color: #ff0101;
	text-align: center;
	font-weight: bold;
}
.rightContact ul li:nth-child(3) {
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
}
.rightContact ul li dl {
	text-align: left;
	font-size: 12px;
}
.rightContact ul li dl dt {
	float: left;
	font-weight: bold;
	margin-left: 2px;
}
.rightContact ul li dl dd {
	font-weight: bold;
}

/* リフォーム用 */
.privilegeBox p {
	font-size: 14px;
}
.privilegeImg li.linkBtn {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ff9604;
	color: #FFF;
	position: absolute;
	right: 0;
	bottom: 3px;
}
	
/* クリーニング用 */
.cleaningBox .textBox {
	width: 429px;
	float: left;
}
.cleaningBox ul li {
	font-size: 15px;
}
.cleaningBox ul li h3 {
	font-size: 18px;
}
.cleaningBox ul:nth-child(2) li {
	margin-bottom: 15px;
}
.cleaningBox ul:nth-child(2) li:nth-child(3) {
	float: left;
	margin-right: 60px;
}
.cleaningBox .price {
	clear: both;
}
.cleaningBox .price li h3 {
	float: left;
}
.cleaningBox .price li:nth-child(1) {
	font-size: 12px;
	margin-bottom: 0;
}
.cleaningBox .price li:nth-child(2) {
	clear: both;
}

.cleaningBox .price li dl dt {
	text-align: left;
	float: left;
}
.cleaningBox .price li:nth-child(3) dl dt {
	margin-right: 39px;
}
.cleaningBox .price li:nth-child(4) dl dt {
	margin-right: 15px;
}
.cleaningBox .price li dl dd {
	text-align: left;
}
.cleaningBox .price li:nth-child(5) {
	width: 185px;
	float: right;
}
.cleaningBox .price li:nth-child(6) {
	clear: both;
}
.aboutImg {
	width: 270px;
	float: right;
	text-align: right;
}
.aboutImg span {
	margin-top: 10px;
	font-size: 10px;
}
.annotation {
	clear: both;
	padding: 30px;
}

/* 引越し紹介用 */
.hikkosiBox p,
.hikkosiBox ul li {
	font-size: 16px;
	line-height: 140%;
}
.tebikiLink {
	overflow: hidden;
}
.tebikiLink li {
	width: 50%;
	float: left;
}

.tebikiLink li a {
	padding: 24px 0;
}
.tebikiLink li a:hover {
	padding: 21px 0;
	border: 3px solid #ff9604;
	color: #ff9604;
	background-color: #FFF;
}
.tebikiLink li:nth-child(2) a {
	padding: 14px 0;
}
.tebikiLink li:nth-child(2) a:hover {
	padding: 11px 0;
}
	
/* クリーニング用 */
.otherBox .textBox {
	width: 350px;
	float: left;
}
.otherBox ul li {
	font-size: 15px;
}
.otherBox h3 {
	font-size: 18px;
}
.otherBox p {
	max-width: 350px;
	margin: 0 20px 20px 0;
	float: left;
}
	
/* 新生活サポートサービス */
.supportBox ul {
	padding: 0 10px;
}
.supportBox ul li {
	font-size: 15px;
	line-height: 140%;
}
.supportBox ul li h3 {
	font-size: 18px;
}
.supportBox ul li:nth-child(1),
.supportBox ul li:nth-child(3) {
	font-size: 16px;
}
.supportBox ul li:last-child a {
	font-size: 16px;
}
.supportBox dl dt {
	float: left;
	margin-right: 10px;
}
.moreService {
	padding: 20px 40px;
	overflow: hidden;
}
.moreService div {
	width: 293px;
	float: left;
}
.moreService div:last-child {
	margin-left: 49px;
}
.moreService div {
	margin-bottom: 0px;
	}
p.moreContact {
	font-size: 20px;
	clear: both;
	text-align: center;
	line-height: 140%;
}

/* 不用品回収サービス用 */
.pickupBox {
	overflow: hidden;
}
.pickupBox .textBox {
	width: 350px;
	float: left;
}
.pickupBox ul li {
	font-size: 15px;
}
.pickupBox h3 {
	font-size: 18px;
}
.pickupBox p {
	max-width: 350px;
	margin: 0 20px 20px 0;
	float: left;
}

/* インテリア用 */
.interiorBox {
/* 	overflow: hidden; */
}
.interiorBox .text {
	width: 350px;
/* 	float: left; */
}
.interiorBox ul li {
	font-size: 15px;
}
.interiorBox h3 {
	font-size: 18px;
}
.interiorBox .image {
	max-width: 350px;
	margin: 0 20px 20px 0;
/* 	float: left; */
}
.interiorBox .layoutFlex {
	display: flex;
}

/* トップ用 PC */
.topContentsBox {
	padding: 32px 0;
}
body#top .moreService div {
	float: none;
	width: auto;
	margin-bottom: 0;
}
body#top .moreService .layout {
	display: grid;
	grid-template-columns: 293px 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	align-items: start;
}
body#top .moreService .itemLayout .image {
	margin-bottom: 0;
}
body#top .moreService div:last-child {
	margin-left: 0;
}

/* 引っ越しサービス */
.hikkosiBox ul.hikkosiText li {
	font-size: 15px;
	line-height: 140%;
  margin-bottom: 0;
}
.hikkosiBox ul.hikkosiText li h3 {
	font-size: 18px;
}
.hikkosiBox ul.hikkosiText li:nth-child(1),
.hikkosiBox ul.hikkosiText li:nth-child(3) {
	font-size: 16px;
  font-weight: bold;
}
.hikkosiBox ul.hikkosiText li:last-child a {
	font-size: 16px;
}

	#top #wrapper {
		overflow: visible;
	}
.topContentsBox:nth-child(1) {
	/*overflow: hidden;*/
	}
.keiyaku {
	width: 306px;
	float: left;
	margin: 20px 10px 0 10px;
}
.reformEvent {
	width: 306px;
	float: left;
	margin: 20px 10px 0 10px;
}
.reformEvent ul li:nth-child(2) a,
.keiyaku ul li:nth-child(2) a {
	font-size: 20px;
	font-weight: bold;
}
.reformEvent ul li:nth-child(3),
.keiyaku ul li:nth-child(3) {
	font-size: 14px;
}
.topContentsBox h2 span.englishT {
	display: inline-block;
	margin-left: 10px;
	}
.topContentsBox img {
	width: inherit;
}
	
.topContentsBox p {
	font-size: 14px;
}
.topContentsBox h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.topContentsBox h2 .headingNumber {
	padding: 2px 9px;
	font-size: 24px;
	margin-right: 5px;
}
.MenuArea {
	overflow: hidden;
	padding: 30px 25px 0 25px;
}
.MenuArea a {
	margin: 0 0 30px 19px;
	float: left;
}
	.MenuArea a:hover .iconMenu {
		box-shadow:0px 0px 0px 0px #b8b8b8;
-moz-box-shadow:0px 0px 0px 0px #b8b8b8;
-webkit-box-shadow:0px 0px 0px 0px #b8b8b8;
	}
	.iconMenu p:nth-child(1) {
		height: 150px;
	}
.iconMenu p:nth-child(1) img {
	max-height: 150px;
	width: auto;
	}
.MenuArea a:nth-child(3n+1) {
	margin: 0 0 30px 0;
	}
	.bottomBnr div {
		width: 960px;
		margin: 0 auto;
	}
.bottomBnr {
	padding: 20px 0 20px 0;
	overflow: hidden;
}
.bottomBnr ul {
	margin: 0 26.3px 0px 0;
	float: left;
}
	.bottomBnr ul:last-child {
		margin: 0 0 0 0px;
	}
.bottomBnr ul li {
	text-align: center;
}
.bottomBnr ul li:first-child {
	width: 220px;
	height: 110px;
	margin: 0 auto 5px auto;
	background-color: #b5b5b5;
}


/* 再契約特典要 */
	
	.seiyakuBox h3 {
		font-size: 18px;
	}
.seiyakuBox h4 {
	font-size: 16px;
}
.seiyakuBox ul li {
	font-size: 14px;
}
	#mainContents .seiyakuBox .saikeiyakuImg img {
	height: auto;
	width: 100%;
	max-width: 720px;
}
	.seiyakuBox:nth-child(2) p {
		float: left;
	}
	.seiyakuBox:nth-child(2) p:nth-child(4) {
		margin-left: 30px;
	}
	.seiyakuBox:nth-child(2) p.text {
		max-width: 677px;
		float: none;
		margin: 0 auto 30px auto;
	}
	.seiyakuBox:nth-child(2) ul{
		clear: both;
	}
	.listText {
	width: 93%;
}

/* 住まいのサポートサービス */

#insurance #wrapper {
margin: 0 auto;
overflow: hidden;
width: 1160px;
width: var(--contentWidth);
margin-right: auto;
margin-left: auto;
padding: 30px 30px 100px;
}
#insurance #rightColumn {
width: auto;
max-width: 310px;
float: right;
padding-left: 20px;
}
#insurance .rightMenu p a {
font-weight: bold;
text-align: left;
}
#insurance #mainContents h2 {
font-size: 30px;
font-weight: normal;
margin-bottom: 30px;
padding: 0 0 8px;
border-bottom: 2px #eeeeee solid;
}
#insurance #mainContents h2.min {
font-size: 30px;
font-weight: normal;
margin-bottom: 30px;
padding: 0 0 10px;
border-bottom: 2px #eeeeee solid;
}
div.insurancetext {
margin-bottom: 60px;
line-height: 150%;
}
.insurancetext div.text_b {
color: #231815;
font-size: 18px;
}
.insurancetext div.text_b p:nth-of-type(n+2) {
padding: 10px 0 0;
}
.insurancetext div.text_b span {
display: block;
margin-top: 10px;
}

div.insuranceBox {	
line-height: 150%;
border-bottom: 1px solid #eeeeee;
}
div.insuranceBox:after {	
content: "";
display: block;
clear: both;
}

.insuranceBox p.imgbox {
max-width: 160px;
margin: 0 40px 20px 0;
float: left;
}
.insuranceBox p img {
width: 100%;
padding: 0;
}
.insuranceBox ul {
margin-bottom: 20px;
}
.insuranceBox ul li {
font-size: 15px;
padding-left:1em;
text-indent:-1em;
}

.insuranceBox ul li span.topic{
display: block;
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;
}

.insuranceBox h3 {
font-size: 18px;
font-weight: bold;
padding:5px 5px 3px 5px;
margin-top:20px;
margin-bottom: 20px;
border-left: 6px solid #ff9604;
clear: both;
line-height: 1;
}
.insuranceBox h3 span {
font-size: 14px;
font-weight: normal;
}
.insuranceBox .textBox {
width: 70%;
float: left;
}
.insuranceBox li.notes {
color: #7e7d7d;
margin-top:40px;
font-size: 13px;
}

.insuranceBox p.anotation {
font-size: 14px;
margin-bottom: 20px;
}

.insuranceProduct{
margin-bottom: 60px;
}
.insuranceProduct_inner{
border:1px solid #eeeeee;
padding:10px 10px;
border-radius: 5px;
}
.insuranceProduct_inner ul li{
float: left;
border-right:1px solid #eeeeee;
border-bottom:0;
width:25%;
}
.insuranceProduct_inner ul li:last-of-type{
border:none;
}
.insuranceProduct_inner ul li:first-of-type {
padding: 10px 0 10px 0;
}


.insuranceProduct a.imgbox{
display: block;
color: #333;
text-align:center;
width: 185px;
}
.insuranceProduct a:hover span{
color: #30a1c9;
}
.insuranceProduct a.imgbox img{
max-width: 185px;
}
.insuranceProduct a.imgbox span.arrow{
display: block;
text-align: center;
font-size: 12px;
margin-top: 5px;
position: relative;
position: relative;
display: inline-block;
padding-left: 15px;
}

.insuranceProduct a.imgbox span.arrow::before{
content: '';
width: 7px;
height: 7px;
border: 0px;
border-top: solid 2px #999;
border-right: solid 2px #999;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
left: 0;
margin-top: -3px;
}
.insuranceProduct a:hover span.arrow::before{
border-top: solid 2px #30a1c9;
border-right: solid 2px #30a1c9;
color: #30a1c9;
}

#insurance .fContact{ border:3px #7a6a56 solid; margin:0 0 70px;}
#insurance .fContact .inner{ padding:20px 205px;}
#insurance .fContact .contact_txt{ font-size:15px; line-height:1.4; padding:0 0 10px;}
#insurance .cont_tit{ font-size:18px; line-height:1; background:#f3ede0; padding:12px 0; color:#564a3a; font-weight:bold; text-align:center;}
#insurance .fContact .num{ position:relative; padding-left:60px; line-height:1; letter-spacing:0.08em;}
#insurance .fContact .num img{ position:absolute; left:0; top:52%; transform:translateY(-50%);}
#insurance .fContact .num a{ color:#0E0D6A; font-size:32px; font-weight:bold; padding-left: 0;}
#insurance .detail{ font-size:13px; padding:10px 0 0; clear: both;}
#insurance .detail span{ display: block; margin-right:5px;}

#insurance .fbtn{ margin:17px 0 0 ; text-align:center; float:left; width:100%; font-size:0;}
#insurance .fbtn a{ display:inline-block; color:#fff; padding:15px 0; border-radius:7px; position:relative; width:49%; font-size:20px; font-weight:bold; text-align:center;}
#insurance .fbtn a:after{ background:url(../images/insurance/icon3.png) no-repeat; width:8px; height:14px; content:''; position:absolute; width:8px; height:14px; top:50%; transform:translateY(-50%); right:12px;}
#insurance .fbtn a:nth-of-type(2){ margin-left:2%;}
#insurance .fbtn a p{
text-align: center;
font-weight: bold;

}
#insurance .fbtn .red{ background:#ea5514;}
#insurance .fbtn .viol{ background:#601986;} 
#insurance .fL {
float: left;
}
#insurance .fR {
float: right;
}

#insurance div.policy {
font-size: 13px;
line-height: 1.6;
}

#insurance div.policy h3{
font-size: 18px;
padding-left: 15px;
border-left: 4px #7a6a55 solid;
font-weight: bold;
margin: 0 0 25px;
}

#insurance div.policy h4{
font-size: 14px;
font-weight: bold;
margin: 25px 0 5px;
}
#insurance div.policy p{
padding-left:1em;
text-indent:-1em;
}

#insurance .annotation {
margin-top: 20px;
margin-bottom:60px;
padding: 30px;
background-color: #eeeeee;
border-radius: 9px;
}

#insurance .annotation li {
margin-bottom: 5px;
font-size: 15px;
color: #7e7d7d;
}

}

/* 新生活サポートサービス インテリアブランド、ロゴレイアウト */
.supportBox ul.brandName_layout01{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content:unset;
border-left:1px solid #cccccc;
border-top:1px solid #cccccc;
padding: 0;
width: 96%;
margin: -15px auto 30px auto;
}
.pinpoinCleaning ul.brandName_layout01:after{
content:"";
display:block;
width: 33.3%;
height:0;
}
.supportBox ul.brandName_layout01 li, .pinpoinCleaning ul.brandName_layout01 li{
flex-basis: 33.33%;
background-color: #FBFBFB;
color: #333333;
height: 60px;
margin-bottom: 0;
line-height: 60px;
text-align: center;
font-size: 14px;
font-weight: normal;
box-sizing: border-box;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
letter-spacing: 0.2em;
}
@media screen and ( max-width:768px ) {
.supportBox ul.brandName_layout01:after, .pinpoinCleaning ul.brandName_layout01:after{
content:"";
display:block;
width: 50%;
height:0;
}
.supportBox ul.brandName_layout01 li, .pinpoinCleaning ul.brandName_layout01 li{
flex-basis: 50%;
letter-spacing: 0;
font-size: 14px;
}
}

/* 新生活サポートサービス ピンポイントクリーニング */

.pinpoinCleaning ul.brandName_layout01{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content:space-between;
border-left:1px solid #cccccc;
border-top:1px solid #cccccc;
padding: 0;
width: 100%;
margin: 0 auto 30px auto;
 }
.pinpoinCleaning ul.brandName_layout01:after{
content:"";
display:block;
width: 33.3%;
height:0;
}
.pinpoinCleaning ul.brandName_layout01 li{
flex-basis: 20%;
display: flex;
align-items: center;
justify-content: center;
background-color: #FBFBFB;
color: #333333;
height: 60px;
margin-bottom: 0;
line-height: 1.41;
text-align: center;
font-size: 14px;
font-weight: normal;
box-sizing: border-box;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
letter-spacing: 0em;
}

.pinpoinCleaning .annotation li{
font-size: 15px;
}
#moving .annotation li{
font-size: 15px;
}
@media screen and ( max-width:768px ) {
.pinpoinCleaning ul.brandName_layout01:after{
content:"";
display:block;
width: 50%;
height:0;
}
.pinpoinCleaning ul.brandName_layout01 li{
flex-basis: 50%;
letter-spacing: 0;
font-size: 14px;
}
.pinpoinCleaning .annotation li{
font-size: 13px;
}
#moving .annotation li{
font-size: 13px;
}
}

/* 新生活サポートサービス 引っ越しサービス */

.hikkosiBox .movingBox {
	border: 0;
}
.movingBox ul.brandName_layout01{
	/* display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:space-between;
	padding: 0;
	width: 100%;
	margin: 0 auto 30px auto; */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
.movingBox ul.brandName_layout01:after{
	content:"";
	display:block;
	width: 50%;
	height:0;
}
.movingBox ul.brandName_layout01 li{
	/* flex-basis: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	height: 60px;
	margin-bottom: 0; */
	display: grid;
	justify-items: center;
	align-items: center;
	height: 60px;
	line-height: 1.41;
	text-align: center;
	font-size: 14px !important;
	font-weight: normal !important;
	box-sizing: border-box;
	background-color: #FBFBFB;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	letter-spacing: 0em;
}
@media screen and ( max-width:768px ) {
	.movingBox ul.brandName_layout01:after{
		content:"";
		display:block;
		width: 50%;
		height:0;
	}
	.movingBox ul.brandName_layout01 li{
		flex-basis: 50%;
		letter-spacing: 0;
		font-size: 14px;
	}
}