@charset "utf-8";
/* CSS Document */

/*
Theme Name: スマートパックF
*/

*{
	margin: 0;
	padding: 0;
}

/* Noto Sansフォント */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src:local('NotoSansJP-Light.otf'),
	  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
      url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: local('NotoSansJP-Light.otf'),
	   url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: local('NotoSansJP-DemiLight.otf'),
	    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: local('NotoSansJP-Medium.otf'),
	    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: local('NotoSansJP-Bold.otf'),
	    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: local('NotoSansJP-Black.otf'),
	    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }


/* ********************************************************************************************
　　　　　　　　　　全体
******************************************************************************************** */
body{
	font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
	font-size: 0.82vw;
	line-height: 1.7em;
	font-weight: 300;
	color: #000;
}

@media screen and (min-width:1800px){
body{
	font-size: 14px;
}
}

@media screen and (max-width:1100px){
body{
	font-size: 12px;
	font-size: 1vw;
}
}

@media screen and (max-width:750px){
body{
	font-size: 2vw;
}
}

@media screen and (max-width:480px){
body{
	font-size: 3vw;
}
}

/* 画像 */
img{
	vertical-align: bottom;
}

/* リンク */
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
	color: #666;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}


/* ********************************************************************************************
　　　　　　　　　　レイアウト
******************************************************************************************** */
#header{
	width: 100%;
	height: 5.7em;
	box-sizing: border-box;
	position: fixed;
	top:0;
	left: 0;
	z-index: 99;
}
#fixedleft,#fixedright{
	width: 7.14em;
}
#fixedleft{
	position: fixed;
	top:5.7em;
	left: 0;
	z-index: 9;
}
#fixedright{
	position: fixed;
	top:5.7em;
	right: 0;
	z-index: 9;
}
#main{
	position: relative;
	padding-top: 5.7em;
}
.home #main{
	padding-top: 0;
}
#footer{
	width: 100%;
	padding: 7.14em 0;
	position: relative;
}
.innerbox{
	width: 100%;
	padding: 0 7.14em;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:1100px){
#fixedleft,#fixedright{
	width: 3.57em;
}
.innerbox{
	padding: 0 3.57em;
}
}

@media screen and (max-width:750px){
#header{
	height: 50px;
}
#fixedleft,#fixedright{
	top:50px;
}
}

@media screen and (max-width:480px){
#fixedleft,#fixedright{
	display: none;
}
.innerbox{
	padding: 0 1.5em;
}
}

/* ********************************************************************************************
　　　　　　　　　　ヘッダー
******************************************************************************************** */
#header{
	background: #fff;
	border-bottom: #000 solid 0.214em;
}
#header .innerbox{
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

/* ロゴ */
.logo{
	font-size: 1em;
	width: 40em;
	height: 5.486em;
	line-height: 5.486em;
	text-align: left;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.logo a{
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.logo img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:1100px){
.logo{
	width: 30em;
}
}

@media screen and (max-width:750px){
.logo{
	width: 20em;
	height: 50px;
}
}

@media screen and (max-width:480px){
.logo{
	width: 100%;
	box-sizing: border-box;
	padding-right: 100px;
}
}

/* ***************** グローバルナビゲーション ******************************************** */
#header nav{
	width: 50em;
	position: relative;
	height: 5.486em;
}
#header nav a:hover{
	text-decoration: none;
}
#header nav ul{
	list-style: none inside;
}
.gnav{
	position: relative;
	width: 100%;
	font-size: 1.286em;
	line-height: 1em;
	display:-msd-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gnavmenu{
	position: relative;
	height:4.26594em;
}
.pmenu{
	width: 100%;
	height:4.26594em;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}

@media screen and (max-width:1100px){
#header nav{
	width: 55em;
}
}

@media screen and (max-width:750px){
#header nav{
	display: none;
}
}

/* ホーム */
.gnav .gnavmenu:nth-child(1){
	font-size: 1.2em;
	position: relative;
	top:-0.3em;
}

/* ------------ プルダウンメニュー -------------------------------- */
.submenu{
	position: absolute;
	top:4.26594em;
	width: 10em;
}
.submenu a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	font-size: 0.8em;
	background: #000;
	color: #fff;
}
.submenu a:hover{
	background: #666;
}

/* プルダウン動き -------------------------------- */
.gnavmenu .submenu{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	overflow: hidden;
}
.gnavmenu:hover .submenu{
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

/* ********************************************************************************************
　　　　　　　　　　格納ナビゲーション
******************************************************************************************** */
@media screen and (min-width:751px){
.hm_btn,.hm_menu_wrap{
	display: none;
}
}
@media screen and (max-width:750px){
.hm_btn,.hm_menu_wrap{
	display: block;
}
}

.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}

/* メニューボタン */
.hm_btn {
	position: fixed;
	width: 30px;
	height: 27px;
	cursor: pointer;
	z-index: 2;
	top:12px;
	right: 3.57em;
	z-index:9999999999;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 3px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}

@media screen and (max-width:480px){
.hm_btn {
	right: 1.5em;
}
}


/* ***************** 格納領域 ******************************************** */
.hm_menu_wrap {
	width :100%;
	background:rgba(0,0,0,0.50);
	position: fixed;
	top :50px;
	right: 0;
	left:0;
	bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: 0.7s;
	transition: 0.7s;
	box-sizing: border-box;
	overflow:hidden;
	visibility: hidden;
	z-index:9999999999991;
}
.hm_inner{
	position :absolute;
	top :0;
	left :0;
	bottom: 0;
	right: -19px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.hm_inner:before{
    content:"";
    display: block;
    padding-top: 50px;
}
.menucontent{
	box-sizing: border-box;
	padding: 0 0 0 0;
	width: 100%;
	position: absolute;
	top:-1000px;
	left: 0;
	bottom: 0;	
	-webkit-transition: top 0.7s;
	transition: top 0.7s;
	border: none;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
    opacity: 1.0;
    filter: alpha(opacity=100);
	visibility:visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
	opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
	height: 50px;
}

.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

/* ***************** 中身デザイン ******************************************** */
.menucontent ul,.menucontent li{
	width: 100%;
	list-style: none inside;
	padding: 0;
	margin: 0;
}
.menucontent ul{
	background:#000;
}
.menucontent li{
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1em;
	width: 100%;
}
.menucontent li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1.5em 3.57em;
	border-top: #444 solid 1px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.menucontent li a:hover{
	text-decoration: none;
	background: #666;
}

/* 高さ解除 */
.menucontent .gnavmenu{
	height:auto;
}
.menucontent .pmenu{
	height:auto;
}


/* ------------ サブメニュー -------------------------------- */
.menucontent .submenu{
	position: relative;
	top:0;
	width: 100%;
}
.menucontent .submenu a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 1.2em 5em;
	font-size: 0.9em;
	font-weight: 200;
	background: #222;
	color: #ccc;
}
.menucontent .submenu a:hover{
	background: #666;
}

/* プルダウン無効化 -------------------------------- */
.menucontent .gnavmenu .submenu{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	overflow: hidden;
}

/* ********************************************************************************************
　　　　　　　　　　サイド固定ナビゲーション
******************************************************************************************** */
#fixedright{
	text-align: right;
}
#fixedleft img,#fixedright img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:750px){
#fixedleft,#fixedright{
	display: none;
}
}

/* 高さが足りなくなったら非表示 -------------------------------- */

/* 下のバナー */
@media screen and (max-width:1099px) and (min-aspect-ratio:54/25), screen and (min-width:1100px) and (max-height:640px){
.leftbn2,.rightbn2{
	display: none;
}
}

/* 上のバナー */
@media screen and (max-width:1099px) and (min-aspect-ratio:19/5), screen and (min-width:1100px) and (max-height:360px){
.leftbn,.rightbn{
	display: none;
}
}

/* ********************************************************************************************
　　　　　　　　　　フッター
******************************************************************************************** */
#footer{
	background: #000;
	color: #fff;
}

/* ***************** 中身 ******************************************** */
.footercct{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}

/* ------------ テキストエリア -------------------------------- */
.footertxt{
	box-sizing: border-box;
	width: 32em;
	position: relative;
}

@media screen and (max-width:750px){
.footertxt{
	width: 100%;
	padding-bottom: 3em;
}
}

/* 見出し */
.footertxt h2{
	width: 77%;
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 1em;
}
.footertxt h2 img{
	max-width: 100%;
	height: auto;
}

/* ------------ 会社情報 -------------------------------- */
.footerinfo{
	box-sizing: border-box;
	position: relative;
	width: 22em;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-line-pack:justify;
	-webkit-align-content:space-between;
	align-content:space-between;
}
@media screen and (max-width:750px){
.footerinfo{
	width: 100%;
}
}

/* 見出し */
.infobox h2{
	box-sizing: border-box;
	width: 100%;
	font-size: 1.14em;
	font-weight: 700;

	line-height: 1.3em;
	padding-bottom: 0.2em;
}

/* テキスト */
.infobox p{
	font-size: 0.86em;
}

/* メニュー -------------------------------- */
.footernav{
	width: 100%;
	font-size: 0.9em;
}
.footernav ul{
	list-style: none inside;
	color: #959595;
}
.footernav ul a{
	color: #959595;
}
.footernav li{
	display: inline-block;
	padding-left: 1em;
}
.footernav li:first-child{
	padding-left: 0;
}
.footernav li::after{
	display: inline-block;
	content: "|";
	padding-left: 1em;
}
.footernav li:last-child::after{
	content: none;
	padding-left: 0;
}

/* ***************** コピーライト ******************************************** */
.copyright{
	position: absolute;
	bottom: 2em;
	left: 0;
}
.copyright p{
	font-size: 0.786em;
	font-weight: 500;
	color: #626262;
}

/* ********************************************************************************************
　　　　　　　　　　トップページ
******************************************************************************************** */
.home section{
	width: 100%;
	padding: 7.14em 0;
}

/* 見出し画像 */
.egttl img{
	max-width: 100%;
	height: auto;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

@media screen and (max-width:1100px){
.egttl img{
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}
}

@media screen and (max-width:750px){
.egttl img{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
}

@media screen and (max-width:480px){
.egttl img{
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scale(0.35);
	-moz-transform: scale(0.35);
	-ms-transform: scale(0.35);
	-o-transform: scale(0.35);
	transform: scale(0.35);
}
}

/* moreボタン */
.btn_more img{
	max-width: 100%;
	height: auto;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

@media screen and (max-width:750px){
.btn_more img{
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
}

/* 画像縦横100% */
.img_max100{
	object-fit:cover;
	object-position: 50% 50%;
	width:100%;
	height:100%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'/* IE・Edge対応 */
}

/* ***************** スライドショー ******************************************** */
#topmain,#topmainsp{
	position: relative;
	z-index: 1;
}
#topmainsp{
	display: none;
}

@media screen and (max-width:750px){
#topmain{
	display: none;
}
#topmainsp{
	display: block;
}
}

/* ***************** メインメニュー ******************************************** */
#mainmenu{
	position: relative;
	margin-top: -7.14em;
	z-index: 2;
}

@media screen and (max-width:750px){
#mainmenu{
	margin-top: -3.57em;
}
}

@media screen and (max-width:480px){
#mainmenu{
	margin-top: -1.5em;
}
}

/* ボックス */
.menubox{
	width: 100%;
	box-sizing: border-box;
	padding: 0 7.14em;
}

@media screen and (max-width:1300px){
.menubox{
	padding: 0;
}
}

/* 中身 */
.menubox ul{
	list-style: none inside;
	width: 100%;
	box-sizing: border-box;
	padding: 3.57em;
	background: rgba(0,0,0,0.70);
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.menubox ul li{
	width: 23.8%;
	position: relative;
}
.menubox ul li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:750px){
.menubox ul{
	padding: 1em;
}
}

@media screen and (max-width:480px){
.menubox ul li{
	width: 48%;
	padding-bottom: 1em;
}
.menubox ul li:nth-child(n+3){
	padding-bottom: 0;
}
}


/* ***************** 物件一覧 ******************************************** */
.home section#newrelease{
	padding-top: 0;
}

@media screen and (max-width:480px){
.home section#newrelease{
	padding-top: 7.14em;
}
}

/* ------------ ヘッダー -------------------------------- */
.newr_header{
	width: 44.44%;
	position: relative;
	padding: 14.28em 0;
	margin-top:-7.14em;
	background: #dcdcdc;
}

@media screen and (max-width:1300px){
.newr_header{
	width: 50%;
}
}

@media screen and (max-width:900px){
.newr_header{
	width: 70%;
}
}

@media screen and (max-width:750px){
.newr_header{
	padding: 10.71em 0 7.14em 0;
	margin-top:-3.57em;
}
}

@media screen and (max-width:480px){
.newr_header{
	padding: 0;
	margin-top:0;
	width: 100%;
	background: #fff;
}
}

/* 見出し -------------------------------- */
.newr_header h2{
	font-size: 1.714em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
}

/* 見出し画像 */
.newr_header h2 span{
	display: block;
	padding-bottom: 1.5em;
}
.newr_header .egttl img{
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}


@media screen and (max-width:1100px){
.newr_header h2 span img{
	margin-top: -34px;/* 画像の高さ×0.25 */
}
}

@media screen and (max-width:750px){
.newr_header h2 span img{
	margin-top: -69px;/* 画像の高さ×0.5 */
}
}

@media screen and (max-width:480px){
.newr_header h2 span img{
	margin-top: -89px;/* 画像の高さ×0.65 */
}
}

/* moreボタン -------------------------------- */
.newr_header .btn_more{
	position: absolute;
	bottom:0;
	right:-3.57em;
}
.newr_header .btn_more img{
	-webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

@media screen and (max-width:750px){
.newr_header .btn_more{
	right:-1.78em;
}
}

@media screen and (max-width:480px){
.newr_header .btn_more{
	position: absolute;
	bottom:auto;
	top:0;
	right: 1.5em;
}
.newr_header .btn_more img{
	-webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
}

/* ------------ 物件一覧リスト -------------------------------- */
.newlist{
	margin-top: -14.28em;
}
.newlist ul{
	list-style: none inside;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.newlist ul li{
	position: relative;
	margin-top: 3.57em;
	margin-bottom: 14em;
}

@media screen and (min-width:2001px){
.newlist ul li{
	width: 15%;
	margin-right: 2%;
}
.newlist ul li:nth-child(6n){
	margin-right: 0;
}

}
@media screen and (max-width:2000px) and (min-width:751px){
.newlist ul li{
	width: 31.25%;
	margin-right: 3.125%;
}
.newlist ul li:nth-child(3n){
	margin-right: 0;
}
}

@media screen and (max-width:750px){
.newlist{
	margin-top: -7.14em;
}
}

@media screen and (max-width:750px) and (min-width:481px){
.newlist ul li{
	width: 48%;
	margin-right: 4%;
}
.newlist ul li:nth-child(2n){
	margin-right: 0;
}
}

@media screen and (max-width:480px){
.newlist{
	margin-top: 0;
}
.newlist ul li{
	width: 100%;
}
}

/* 非表示 */
.new_mark{
	display: none;
}

/* サムネイル画像 -------------------------------- */
.newlist ul li{
	display: block;
	position: relative;
}
.newlist ul li::before{
	display: block;
	content: "";
	padding-top: 60%;
}
.newlist ul li a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* 画像縦横100% */
.newlist ul img{
	object-fit:cover;
	object-position: 50% 50%;
	width:100%;
	height:100%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'/* IE・Edge対応 */
}

/* テキストエリア -------------------------------- */
.newlist span{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 各テキスト */
.top_title{
	font-size: 1.286em;
	font-weight: 500;
	line-height: 1em;
	bottom: -2em;
}
.top_price{
	font-size: 1.714em;
	font-weight: 900;
	line-height: 1em;
	bottom: -3em;
}
.newlist span.top_madori{
	width: 25%;
	box-sizing: border-box;
	padding: 0.5em;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 1.143em;
	font-weight: 500;
	line-height: 1em;
	bottom: -7em;
	background: #000;
	color: #fff;
}
.top_menseki{
	display: none;
}
.top_shozaichi{
	line-height: 1em;
	bottom: -10em;
}
.top_kotsu{
	line-height: 1em;
	bottom: -11.7em;
}

/* moreボタン */
.newlist ul li div{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -13em;
}
.newlist span.box1low{
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	width: 22.6%;
}
.newlist span.box1low::before{
	display: block;
	content: "";
	padding-top: 12.4%;
}
.newlist span.box1low a{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../../../images/btn_more2.png) no-repeat 0 0;
	background-size: contain;
	text-indent: -9876px;
	overflow: hidden;
}


/* ***************** 実績 ******************************************** */
#works{
	background: #eeeeee;
	padding-bottom: 3.57em;
}

/* ------------ ヘッダー -------------------------------- */
.works_header{
	width: 100%;
	position: relative;
	padding-bottom: 3.57em;
}

/* 見出し -------------------------------- */
.works_header h2{
	text-align: center;
	font-size: 1.714em;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1em;
}

/* 見出し画像 */
.works_header h2 span{
	display: block;
	padding-bottom: 1.5em;
}

@media screen and (max-width:1100px){
.works_header h2 span img{
	margin-top: -15px;/* 画像の高さ×0.25 */
}
}

@media screen and (max-width:750px){
.works_header h2 span img{
	margin-top: -29px;/* 画像の高さ×0.5 */
}
}

@media screen and (max-width:480px){
.works_header h2{
	text-align: left;
}
.works_header h2 span img{
	margin-top: -38px;/* 画像の高さ×0.65 */
}
}

/* moreボタン -------------------------------- */
.works_header .btn_more{
	position: absolute;
	top:0;
	right:0;
}

/* ------------ 実績リスト -------------------------------- */
.workslist{
	list-style: none inside;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.workslist li{
	position: relative;
	padding-bottom: 7.14em;
}

@media screen and (min-width:2001px){
.workslist li{
	width: 15%;
	padding-right: 2%;
}
.workslist li:nth-child(6n){
	padding-right: 0;
}

}
@media screen and (max-width:2000px) and (min-width:751px){
.workslist li{
	width: 31.25%;
	padding-right: 3.125%;
}
.workslist li:nth-child(3n){
	padding-right: 0;
}
}

@media screen and (max-width:750px) and (min-width:481px){
.workslist li{
	width: 48%;
	padding-right: 4%;
}
.workslist li:nth-child(2n){
	padding-right: 0;
}
}

@media screen and (max-width:480px){
.workslist li{
	width: 100%;
}
}

/* サムネイル画像 -------------------------------- */
.workslist li figure{
	display: block;
	width: 100%;
	position: relative;
}
.workslist li figure::before{
	display: block;
	content: "";
	padding-top: 100%;
}
.workslist li .works_thmb{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* 画像縦横100% */
.works_thmb img{
	object-fit:cover;
	object-position: 50% 50%;
	width:100%;
	height:100%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'/* IE・Edge対応 */
}

/* テキストエリア -------------------------------- */
.works_ttl{
	font-size: 1.286em;
	font-weight: 500;
	line-height: 1.3em;
	position: absolute;
	bottom: -2.78em;
	right: -4%;
	width: 100%;
	background: #fff;
	z-index: 2;
	box-sizing: border-box;
	padding: 2em 2em 3em 2em;
}

@media screen and (min-width:1800px){
.works_ttl{
	font-size: 0.8em;
}
}

@media screen and (max-width:750px){
.works_ttl{
	font-size: 0.8em;
}
}

@media screen and (max-width:480px){
.works_ttl{
	font-size: 1em;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
	padding: 1em 1em 3em 1em;
}
}

/* moreボタン */
.btn_more2{
	display: block;
	position: absolute;
	right: 1em;
	bottom: 1em;
	width: 25%;
	text-align: right;
}
.btn_more2 img{
	max-width: 100%;
	height: auto;
}


/* ********************************************************************************************
　　　　　　　　　　下層ページ
******************************************************************************************** */


/* ページ見出し */
.page-header{
	width: 100%;
	padding: 3em 0;
}
.page-title{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
}
.pttl-eg{
	display: block;
	font-size: 3em;
	font-weight: 900;
	line-height: 1em;
	padding-bottom: 0.2em;
}

@media screen and (max-width:480px){
.pttl-eg{
	font-size: 2em;
}
}


/* Singleページネーション */
.navigation,.nav-link{
	width: 100%;
}
.navigation{
	padding: 3.57em 0;
}
.nav-links{
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.nav-previous,.nav-next{
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-next{
	text-align: right;
}
.navigation h2{
	display: none;
}
.nav-title-icon-wrapper{
	display: inline-block;
}
.nav-title-icon-wrapper svg{
	width: 1em;
	height: 1em;
}

/* ***************** フリーページ（カスタムフィールド） ******************************************** */
.freepage-ctt .sec{
	width: 100%;
	padding: 7.14em 0;
}

/* 背景色 */
.sec_bg1{
	background: #fff;
}
.sec_bg2{
	background: #ececec;
}
.sec_bg3{
	background: #ccc;
}

/* ------------ 見出し -------------------------------- */
.parts-h3{
	font-size: 3.5em;
	font-weight: 900;
	line-height: 1.5em;
	padding-bottom: 1em;
}
.parts-h4{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.parts-h3{
	font-size: 2em;
}
.parts-h4{
	font-size: 1.5em;
}
}

/* ------------ 段落・テキスト -------------------------------- */
.freepage-ctt p{
	padding-bottom: 4em;
}

/* 強調 -------------------------------- */
.freepage-ctt p.parts-copy{
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.5em;
	padding-bottom: 1em;
}
.freepage-ctt .sec p.parts-copy:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:750px){
.freepage-ctt p.parts-copy{
	font-size: 1.5em;
}
}

/* 注釈 -------------------------------- */
p.note{
	opacity: 0.6;
	font-size: 0.9em;
	line-height: 1.7em;
	padding-bottom: 4em;
	padding-left: 1.2em;
	width: 100%;
	max-width: 1500px;
	box-sizing: border-box;
	margin: 0 auto;
}
.freepage-ctt .sec p.note:last-child{
	padding-bottom: 0;
}
p.note::before{
	display: inline-block;
	content: "※";
	padding-right: 0.2em;
	text-indent: -1em;
}

/* ------------ 画像 -------------------------------- */
.parts-100img{
	width: 100%;
	position: relative;
	padding-bottom: 4em;
}
.parts-100img img{
	width: 100%;
	height: auto;
}
.freepage-ctt .sec .parts-100img:last-child{
	padding-bottom: 0;
}

/* ------------ 3つ並びテキストボックス -------------------------------- */
.txt3box{
	list-style: none inside;
	width: 100%;
	padding-bottom: 4em;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.txt3box li{
	width: 30%;
	box-sizing: border-box;
	padding: 3.57em;
	border:#000 solid 2px;
	background: #fff;
}

.freepage-ctt .sec .txt3box:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:750px){
.txt3box li{
	width: 100%;
	margin-bottom: 4em;
}
.txt3box li:last-child{
	margin-bottom: 0;
}
}


/* 見出し -------------------------------- */
.txt3box h3{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: #000 solid 4px;
	margin-bottom: 0.5em;
}

@media screen and (max-width:2000px){
.txt3box h3{
	font-size: 2em;
}
}

@media screen and (max-width:750px){
.txt3box h3{
	font-size: 1.5em;
}
}


/* 文章 -------------------------------- */
.freepage-ctt .txt3box p{
	padding-bottom: 0;
	font-size: 1.5em;
	line-height: 1.7em;
}

@media screen and (max-width:2000px){
.freepage-ctt .txt3box p{
	font-size: 1em;
}
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox{
	width: 100%;
	box-sizing: border-box;
	padding: 3.57em;
	background: #444;
	color: #fff;
}
.bbox a{
	color: #fff;
}
.bbox h3{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}
.freepage-ctt .bbox p{
	padding-bottom: 0;
}

@media screen and (max-width:750px){
.bbox{
	padding: 1.5em;
}
.bbox h3{
	font-size: 1.5em;
}
}

/* ------------ リストボックス -------------------------------- */

/* チェックボックスマークつき -------------------------------- */
.check_list{
	width:100%;
	box-sizing: border-box;
	padding: 3.57em;
	border-radius: 0.5em;
	margin: 0 auto;
	margin-bottom: 4em;
	max-width: 1500px;
	position: relative;
	background: #ccc;
	border:#666 solid 2px;
}
.freepage-ctt .sec .check_list:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:750px){
.check_list{
	padding: 1.5em;
}
}

/* 見出し */
.check_list h3{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.check_list h3{
	font-size: 1.5em;
}
}


/* リスト */
 .check_list ul{
	width:100%;
	box-sizing: border-box;
	list-style: none inside;
}
.check_list li{
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-bottom: 1.5em;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.check_list li::before{
	display: inline-block;
	padding-left: 1em;
	padding-right: 0.2em;
	font-family: FontAwesome;
	content: "\f046";
}
.check_list li:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:750px){
.check_list li{
	font-size: 1em;
}
}


/* ノーマルリストマークつき -------------------------------- */
.no_list{
	width:100%;
	box-sizing: border-box;
	padding: 3.57em;
	border-radius: 0.5em;
	margin: 0 auto;
	margin-bottom: 4em;
	max-width: 1500px;
	position: relative;
	background: #ccc;
	border:#666 solid 2px;
}
.freepage-ctt .sec .no_list:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:750px){
.no_list{
	padding: 1.5em;
}
}

/* 見出し */
.no_list h3{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.no_list h3{
	font-size: 1.5em;
}
}


/* リスト */
 .no_list ul{
	width:100%;
	box-sizing: border-box;
	 padding-left: 1.5em;
}
.no_list li{
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 1.7em;
	padding-bottom: 1.5em;
}
.no_list li:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:750px){
.no_list li{
	font-size: 1em;
}
}


/* 番号つき -------------------------------- */
.order_list{
	width:100%;
	box-sizing: border-box;
	padding: 3.57em;
	border-radius: 0.5em;
	margin: 0 auto;
	margin-bottom: 4em;
	max-width: 1500px;
	position: relative;
	background: #ccc;
	border:#666 solid 2px;
}
.freepage-ctt .sec .order_list:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:750px){
.order_list{
	padding: 1.5em;
}
}

/* 見出し */
.order_list h3{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.order_list h3{
	font-size: 1.5em;
}
}


/* リスト */
 .order_list ol{
	width:100%;
	box-sizing: border-box;
	list-style-position: inside;
}
.order_list li{
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 1.7em;
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
.order_list li:nth-child(n+10){
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.order_list li:last-child{
	padding-bottom: 0;
}

@media screen and (max-width:750px){
.order_list li{
	font-size: 1em;
}
}


/* 表型 -------------------------------- */
.table_list{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 4em;
}
.freepage-ctt .sec .table_list:last-child{
	padding-bottom: 0;
}

/* 見出し */
.table_list h3{
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

@media screen and (max-width:750px){
.table_list h3{
	font-size: 1.5em;
}
}


/* リスト */
.table_list ul{
	width: 100%;
	position: relative;
}
.table_list li{
	list-style: none inside;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
	margin-bottom: 2px;
}
.tablelist_th,.tablelist_td{
	padding: 1.5em;
	font-size: 1.2em;
	box-sizing: border-box;
}
.tablelist_th{
	width: 30%;
	background: #666;
	color: #fff;
	font-weight: 400;
}
.tablelist_td{
	width: 70%;
	background: #ddd;
}

@media screen and (max-width:750px){
.tablelist_th,.tablelist_td{
	display: block;
	font-size: 1em;
	width: 100%;
	text-align: left;
}
}

/* 注釈マークつき -------------------------------- */
.note_list{
	width:100%;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 4em;
	max-width: 1500px;
	position: relative;
	opacity: 0.6;
	padding: 3.57em;
	background: #ececec;
}
.freepage-ctt .sec .note_list:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:750px){
.note_list{
	padding: 1.5em;
}
}

/* 見出し */
.note_list h3{
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.note_list h3{
	font-size: 1.3em;
	font-weight: 500;
}
}


/* リスト */
.note_list ul{
	width:100%;
	box-sizing: border-box;
	list-style: none inside;
}
.note_list li{
	width: 100%;
	box-sizing: border-box;
	font-size: 0.9em;
	line-height: 1.7em;
	padding-bottom: 1.5em;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.note_list li::before{
	display: inline-block;
	padding-left: 1em;
	padding-right: 0.2em;
	content: "※";
}
.note_list li:last-child{
	padding-bottom: 0;
}


/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,.box_imgrighttxt{
	width: 100%;
	position: relative;
	overflow: hidden;
	zoom:1;
	padding-bottom: 4em;
}
.freepage-ctt .sec .box_imglefttxt:last-child,.freepage-ctt .sec .box_imgrighttxt:last-child{
	padding-bottom: 0;
}
.imgtxt_imgbox{
	width: 20%;
	position: relative;
	padding-bottom: 1em;
}

@media screen and (max-width:1300px){
.imgtxt_imgbox{
	width: 30%;
}
}

@media screen and (max-width:750px){
.imgtxt_imgbox{
	width: 50%;
}
}

@media screen and (max-width:480px){
.imgtxt_imgbox{
	width: 100%;
	padding-bottom: 1em;
}
}

/* 画像 */
.imgtxt_imgbox img{
	width: 100%;
	height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox{
	float: left;
	padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox{
	float: right;
	padding-left: 3%;
}

@media screen and (max-width:480px){
.box_imglefttxt .imgtxt_imgbox,.box_imgrighttxt .imgtxt_imgbox{
	float: none;
}
}


/* テキスト -------------------------------- */

/* 見出し */
.imgtxt_txtbox h3{
	font-size: 2.5em;
	line-height: 1.5em;
	font-weight: 900;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.imgtxt_txtbox h3{
	font-size: 2em;
}
}

@media screen and (max-width:480px){
.imgtxt_txtbox h3{
	font-size: 1.5em;
	padding-bottom: 0.67em;
}
}


/* ------------ 画像ボックス -------------------------------- */

/* 画像＋画像 -------------------------------- */
.img2box{
	width: 100%;
	position: relative;
	padding-bottom: 4em;
}
.freepage-ctt .sec .img2box:last-child{
	padding-bottom: 0;
}

/* リスト */
.img2box ul{
	list-style: none inside;
	width: 100%;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	/* 高さを揃える */
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.img2box ul li{
	width: 48.5%;
}

/* 画像 */
.img2box img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:480px){
.img2box ul li{
	width: 100%;
	padding-bottom: 1em;
}
.img2box ul li:last-child{
	padding-bottom: 0;
}
}

/* 3つ並び画像ボックス -------------------------------- */
.img3box{
	width: 100%;
	position: relative;
	padding-bottom: 4em;
}
.freepage-ctt .sec .img3box:last-child{
	padding-bottom: 0;
}

/* リスト */
.img3box ul{
	list-style: none inside;
	width: 100%;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	/* 高さを揃える */
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.img3box ul li{
	width: 32%;
}

@media screen and (max-width:480px){
.img3box ul li{
	width: 100%;
	padding-bottom: 1em;
}
.img3box ul li:last-child{
	padding-bottom: 0;
}
}


/* 画像 */
.img3box img{
	width: 100%;
	height: auto;
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox{
	width: 100%;
	position: relative;
	padding-bottom: 4em;
}
.freepage-ctt .sec .img3txtbox:last-child{
	padding-bottom: 0;
}

/* リスト */
.img3txtbox ul{
	list-style: none inside;
	width: 100%;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	/* 高さを揃える */
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
.img3txtbox ul li{
	width: 32%;
	position: relative;
}


@media screen and (max-width:750px){
.img3txtbox ul li{
	width: 100%;
	padding-bottom: 1em;
}
.img3txtbox ul li:last-child{
	padding-bottom: 0;
}
}


/* 画像 */
.img3txtbox img{
	width: 100%;
	height: auto;
}

/* テキスト */
.imgbox_txtarea{
	display: block;
	width: 100%;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
}
.imgbox_txtarea h3{
	font-size: 1.5em;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: #000 solid 2px;
	margin-bottom: 0.5em;
}
.freepage-ctt .imgbox_txtarea p{
	padding-bottom: 0;
}



/* ***************** 実績一覧 ******************************************** */
.page-template-page-works{
	background:#eeeeee; 
}
.page-template-page-works #works{
	background:transparent;
	padding-top: 7.14em;
}

/* タイトルから「カテゴリー：」非表示 */
.tax-works-cat .page-title{
	overflow: hidden;
	padding-top: 3.6em;
	text-indent: -5.5em;
	position: relative;
}
.tax-works-cat .page-title span{
	position: absolute;
	top:0;
	left: 1.83em;
}

/* 実績一覧ページネーション */
.pagenav{
	width: 100%;
	padding: 3.57em 0;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

/* ------------ タクソノミー -------------------------------- */
.tax-works-cat{
	background:#eeeeee; 
}

/* ***************** 各実績ページ ******************************************** */
.works-template{
	background: #eeeeee;
}

/* ------------ メインエリア -------------------------------- */
.worksmain{
	position: relative;
	width: 100%;
	padding-bottom: 7.14em;
}

@media screen and (max-width:2000px){
.worksmain{
	padding-bottom: 0;
}
}

/* メイン画像 -------------------------------- */
.store_img{
	width: 60%;
	position: relative;
	z-index: 1;
}
.store_img::before{
	display: block;
	content: "";
	padding-top: 61.8%;
}
.store_img span{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width:2000px){
.store_img{
	width: 100%;
}
}

/* 店舗情報 -------------------------------- */
.storeinfo{
	width: 45%;
	box-sizing: border-box;
	padding: 3.57em;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: #fff;
}

@media screen and (max-width:2000px){
.storeinfo{
	width: 90%;
	position: relative;
	margin: -7.14em auto 0 auto;
}
}

@media screen and (max-width:750px){
.storeinfo{
	padding: 1.5em;
	margin: -3.57em auto 0 auto;
}
}

/* 店舗名 */
.storeinfo h3{
	font-size: 3em;
	font-weight: 900;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

@media screen and (max-width:750px){
.storeinfo h3{
	font-size: 1.5em;
}
}

/* リスト */
.storeinfo ul{
	list-style: none inside;
}
.storeinfo li{
	padding-top: 1em;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.stinfottl{
	width: 10em;
}
.stinfoctt{
	flex: 1;
}

@media screen and (min-width:751px){
.storeinfo ul{
	-webkit-columns: 2;
	-moz-columns: 2;
	-ms-columns: 2;
	columns: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-ms-column-gap: 1em;
	column-gap: 1em;
	-webkit-column-rule: solid #000 1px;
	-moz-column-rule: solid #000 1px;
	-ms-column-rule: solid #000 1px;
	column-rule: solid #000 1px;
}
}

/* ------------ 説明文 -------------------------------- */
.aboutwork{
	width: 100%;
	padding: 3.57em 0;
	font-size: 1.2em;
	line-height: 1.7em;
}

/* ------------ サブ画像・説明文 -------------------------------- */
.abouton{
	width: 100%;
	box-sizing: border-box;
	padding: 3.57em;
	margin: 7.14em auto;
	background: #ccc;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

@media screen and (max-width:480px){
.abouton{
	padding: 1.5em;
}
}


/* 画像 -------------------------------- */
.onimg{
	width: 20%;
}
.onimg img{
	width: 100%;
	height: auto;
}

/* 説明文 -------------------------------- */
.abouton p{
	width: 75%;
	font-size: 1.5em;
	line-height: 2em;
}

@media screen and (max-width:750px){
.onimg,.abouton p{
	width: 100%;
}
.abouton p{
	padding-top: 1em;
}
}

/* ***************** 物件検索 ******************************************** */

/* ------------ 検索バー -------------------------------- */
.searcharea{
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-ms-flex-align:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}

@media screen and (max-width:750px){
.searcharea{
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
}


/* フォーム -------------------------------- */
.search-form{
	width: 25em;
}

@media screen and (max-width:750px){
.search-form{
	width: 25em;
}
}

@media screen and (max-width:480px){
#search-2{
	width: 100%;
}
.search-form{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
}

/* 検索文字 */
.search-form label .screen-reader-text{
	display: none;
}

/* 文字入力エリア */
.search-form input.search-field{
	width: 20em;
	font-size: 1em;
	line-height: 2em;
	padding: 0.5em;
	border:#666 solid 0.2em;
}

@media screen and (max-width:480px){
.search-form input.search-field{
	width: auto;
	flex: 1;
}
}

/* ボタン */
.search-submit{
	display: inline-block;
	font-size: 1em;
	padding: 1em;
	border:none;
	cursor: pointer;
	background: #666;
}
.search-submit svg{
	width: 1em;
	height: 1em;
	fill: #fff;
}
.search-submit .screen-reader-text{
	display: none;
}
.search-submit:hover{
	background: #000;
}

/* 条件検索へのリンク -------------------------------- */
.searchp_link{
	width: 15em;
	position: relative;
}
.searchp_link a{
	display: block;
	line-height: 2em;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em;
	background: #000;
	color: #fff;
	text-align: center;
	border:#000 solid 0.2em; 
}
.searchp_link a:hover{
	text-decoration: none;
	background: #fff;
	color: #000;
}

@media screen and (max-width:480px){
.searchp_link{
	width: 100%;
	margin-top: 1em;
}
}

/* ------------ 検索ページ -------------------------------- */
.page-search{
	width: 100%;
	padding: 7.14em 0;
}

/* 見出し */
.page-search h3{
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

/* 条件入力エリア -------------------------------- */
#page_jsearch_page{
	width: 100%;
	box-sizing: border-box;
	padding: 2.75em;
	background: #dcdcdc;
	font-size: 1.3em;
	line-height: 1.7em;
}
#page_jsearch_page:nth-child(2){
	display: none;
}
#searchpage{
	padding-top: 2.75em;
}

@media screen and (max-width:750px){
#page_jsearch_page{
	padding: 1.5em;
	font-size: 1em;
	line-height: 1.7em;
}
#searchpage{
	padding-top: 1.5em;
}
}

/* 表 */
.form_jsearch{
	width: 100%;
	margin-bottom: 2.75em;
}
.form_jsearch th,.form_jsearch td{
	padding: 2em;
	box-sizing: border-box;
	background: #fff;
}
.form_jsearch th{
	width: 12em;
	background: #666;
	color: #fff;
	font-weight: 400;
}

@media screen and (max-width:480px){
.form_jsearch th,.form_jsearch td{
	padding: 1em;
	display: block;
	width: 100%;
}
}

/* リスト */
.form_jsearch ul{
	list-style: none inside;
}
.form_jsearch li{
	display: inline-block;
	padding-right: 2em;
}

/* チェックボックス・ラジオボタン */
.form_jsearch label{
	display: inline-block;
	padding-left: 0.3em;
}

/* セレクトボックス */
.form_jsearch select{
	font-size: 1em;
}

/* ボタン */
#page_jsearch_page .submit input{
	display: block;
	width: 15em;
	font-size: 1.3em;
	font-weight: 7500;
	line-height: 1em;
	padding: 1em;
	background: #000;
	color: #fff;
	cursor: pointer;
	border: #000 solid 4px;
}
#page_jsearch_page .submit input:hover{
	background: #fff;
	color: #000;
}

@media screen and (max-width:480px){
#page_jsearch_page .submit{
	width: 100%;
}
#page_jsearch_page .submit input{
	margin: 0 auto;
}
}

/* ***************** サイト全体検索結果ページ ******************************************** */
.search-results .page-search article{
	padding-bottom: 2em;
}

/* ***************** 物件アーカイブページ ******************************************** */

/* タイトルから「カテゴリー：」非表示 */
.archive-fudo .page-title{
	overflow: hidden;
	padding-top: 3.6em;
	text-indent: -5em;
	position: relative;
}
.archive-fudo .page-title span{
	position: absolute;
	top:0;
	left: 1.67em;
}

/* ------------ リスト -------------------------------- */
#list_simplepage{
	list-style: none inside;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
}
#list_simplepage li{
	position: relative;
	margin-top: 3.57em;
	border:#000 solid 1px;
	box-sizing: border-box;
	padding: 1.5em;
	padding-bottom: 3.5em;
	position: relative;
}

@media screen and (min-width:2001px){
#list_simplepage li{
	width: 15%;
	margin-right: 2%;
}
#list_simplepage li:nth-child(6n){
	margin-right: 0;
}

}
@media screen and (max-width:2000px) and (min-width:751px){
#list_simplepage li{
	width: 31.25%;
	margin-right: 3.125%;
}
#list_simplepage li:nth-child(3n){
	margin-right: 0;
}
}

@media screen and (max-width:750px) and (min-width:481px){
#list_simplepage li{
	width: 48%;
	margin-right: 4%;
}
#list_simplepage li:nth-child(2n){
	margin-right: 0;
}
}

@media screen and (max-width:480px){
#list_simplepage li{
	width: 100%;
}
}

/* リスト中身 -------------------------------- */
#list_simplepage li a:hover{
	text-decoration: none;
}

/* 見出し */
#list_simplepage li .entry-title{
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3em;
	border-bottom: #000 solid 2px;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}

/* 価格 */
.dpoint1{
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.5em;
}

/* 間取り・面積 */
.dpoint2{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5em;
	padding-bottom: 1em;
}

/* 画像 */
.list_picsam_img{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding-bottom: 1.2em;
}
.list_picsam_img a{
	width: 48%;
}
.list_picsam_img img{
	max-width: 100%;
	height: auto;
}

/* moreボタン */
.btn_moredtl{
	width: 22.6%;
	position: absolute;
	right: 1.5em;
	bottom: 1.5em;
}
.btn_moredtl::before{
	display: block;
	content: "";
	padding-top: 12.4%;
}
.list_details_button{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(../../../images/btn_more2.png) no-repeat 0 0;
	background-size: contain;
	text-indent: -9876px;
	overflow: hidden;
}

/* 物件詳細 */
.archive-fudo .list_detail dt,.archive-fudo .list_detail dd{
	display: none;
}
.archive-fudo .list_detail td dd:nth-child(3){
	display: block;
}

/* 物件情報*/
.archive-fudo .list_price_others{
	width: 100%;
	background: #dcdcdc;
	padding: 0.5em;
	box-sizing: border-box;
}
.archive-fudo .list_price_others_td{
	border-right: #000 solid 1px;
	padding-right: 0.5em;
	font-weight: 500;
}
.archive-fudo .list_price_others tr .list_price_others_td:last-child{
	border-right:none;
	padding-right: 0;
}
.archive-fudo .list_price_others_th{
	padding-left: 0.5em;
	font-size: 0.9em;
	color: #666;
}
.archive-fudo .list_price_others tr .list_price_others_th:first-child{
	padding-left: 0;
}

/* ***************** 物件詳細ページ ******************************************** */
.dtl-single{
	padding: 7.14em 0;
}

/* 物件名 */
.dtl-single .entry-title{
	width: 100%;
	font-size: 1.8em;
	line-height: 1.5em;
	border-bottom: #000 solid 4px;
	margin-bottom: 1.983em;
	padding: 0 0 0.5em 0;
}

/* レイアウト */
.dtl-single .entry-content{
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.dtl-single .list_picsam{
	width: 27%;
	box-sizing: border-box;
	position: relative;
	background: #ddd;
	padding: 1em;
	
}
.dtl-single .list_detail{
	width: 70%;
	position: relative;
}

@media screen and (max-width:750px){
.dtl-single .list_picsam,.dtl-single .list_detail{
	width: 100%;
}
.dtl-single .list_detail{
	padding-top: 3.57em;
}
}


/* ------------ 画像 -------------------------------- */
.dtl-single .list_picsam ul{
	list-style: none inside;
	width: 100%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.dtl-single .list_picsam li{
	width: 30%;
	position: relative;
	margin: 0 1% 1em 2%;
	margin-bottom: 1em;
}
.dtl-single .list_picsam ul li:first-child{
	width: 96%;
	margin: 1em 2%;
	margin-bottom: 2em;
}

/* 画像100%表示 -------------------------------- */
.dtl-single .list_picsam li::before{
	display: block;
	content: "";
	padding-top: 100%;
}
.dtl-single .list_picsam li a{
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}

/* 縦横100% */
.dtl-single .list_picsam img{
	object-fit:cover;
	object-position: 50% 50%;
	width:100%;
	height:100%;
	font-family: 'object-fit: cover; object-position: 50% 50%;'/* IE・Edge対応 */
}

/* ------------ 物件情報 -------------------------------- */

/* 価格・間取り等エリア -------------------------------- */
.dtl-single .list_detail .list_price{
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
	border:#000 solid 2px;
	margin-bottom: 1.5em;
}
.dtl-single .list_detail .list_price dt,.dtl-single .list_detail .list_price dd{
	display: inline-block;
	font-size: 1.3em;
}
.dtl-single .list_detail .list_price dt{
	padding-right: 0.5em
}
.dtl-single .list_detail .list_price dd{
	font-size: 1.8em;
	font-weight: 900;
	padding-right: 1em;
}

/* 所在地 -------------------------------- */
.dtl-single #list_add_table{
	width: 100%;
	font-size: 1.2em;
	line-height: 1.7em;
}
.dtl-single #list_add_table th,.dtl-single #list_add_table td{
	padding-bottom: 1em;
}
.dtl-single #list_add_table th{
	text-align: left;
	width: 5em;
}

/* 建物内容 -------------------------------- */
.dtl-single #list_other_table #list_other{
	width: 100%;
	box-sizing: border-box;
}
.dtl-single #list_other th,.dtl-single #list_other td{
	padding: 1.5em;
	font-size: 1.2em;
	box-sizing: border-box;
}
.dtl-single #list_other th{
	width: 12em;
	background: #666;
	color: #fff;
	font-weight: 400;
}
.dtl-single #list_other td{
	background: #ddd;
}

@media screen and (max-width:750px){
.dtl-single #list_other th,.dtl-single #list_other td{
	display: block;
	font-size: 1em;
	width: 100%;
	text-align: left;
}
}

/* Googleマップ -------------------------------- */
#map_canvas{
	width: 99.5% !important;
	margin: 1em auto 0 auto;
}

/* お問合せ先 -------------------------------- */
.dtl-single #toiawasesaki{
	display: none;
}

/* フォーム -------------------------------- */
.dtl-single #contact_form{
	padding-top: 7.14em;
}

@media screen and (max-width:750px){
.dtl-single #contact_form{
	padding-top: 3.57em;
}
}


/* ***************** お問合せ ******************************************** */
.center{
	text-align: center;
}
.contactpage-ctt .sec{
	width: 100%;
	padding: 7.14em 0;
}

.contactpage-ctt .sec p{
	padding-bottom: 2em;
}

/* 見出し */
.contactpage-ctt h3{
	font-size: 4em;
	font-weight: 900;
	line-height: 1.4em;
	padding-bottom: 0.5em;
	text-align: center;
}

/* ------------ 電話 -------------------------------- */
.contactpage-ctt .sec p.contacttel_tel{
	font-size: 5em;
	font-weight: 900;
	line-height: 1em;
	padding-bottom: 0.1em;
}
.contacttel_tel::before{
	display: inline-block;
	padding-right: 0.2em;
	font-family: FontAwesome;
	content: "\f095";
}

/* 時間 */
.contactpage-ctt .sec p.contacttel_time{
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.3em;
	padding-bottom: 0;
}

/* ------------ コンタクトフォーム（全ページ共通） -------------------------------- */
.formbox{
	width: 100%;
	box-sizing: border-box;
	padding: 3.57em;
	border:#000 solid 2px;
}
.formbox h3{
	font-size: 2em;
	line-height: 1.7em;
	padding-bottom: 0.5em;
}
.formbox p{
	padding-bottom: 2em;
}

@media screen and (max-width:750px){
.formbox{
	padding: 1.5em;
}
}

/* contact form 7 -------------------------------- */
div.wpcf7{
	text-align: left;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{
	width: 100% !important;
	border: none;
	border-radius: 0.31em;
	box-sizing: border-box;
	padding: 1.5em;
	line-height: 1em;
	border: #000 solid 1px;
	line-height: 1.7em;
}
.wpcf7-form input[type="tel"]{
	width: 100% !important;
	max-width: 300px;
	border: none;
	border-radius: 0.31em;
	box-sizing: border-box;
	padding: 1.5em;
	border: #000 solid 1px;
	line-height: 1.7em;
}
.wpcf7-form p{
	padding:0 0 2em 0;
}

/*本文*/
.wpcf7-form textarea{
	width: 100% !important;
	border: none;
	border-radius: 0.31em;
	box-sizing: border-box;
	padding: 1.5em;
	border: #000 solid 1px;
	line-height: 1.7em;
} 

 /*送信ボタン*/
.wpcf7-form .wpcf7-submit{
	width: 10em !important;
	padding: 1em;
	background: #000;
	border: none;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 1.2em;
	letter-spacing: 1em;
	text-indent: 1em;
	box-sizing: border-box;
}
.wpcf7-form .wpcf7-submit:hover{
	cursor: pointer;
	background: #666;
}

.contactformarea .form{
	width:100%;
	margin:0 auto 0 auto;	
}

/* チェックボックス */
span.wpcf7-list-item {
    display: block;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
    border: 2px solid #000;
}


/* ***************** 会社概要 ******************************************** */
.companypage-ctt .sec{
	width: 100%;
	padding: 7.14em 0;
}

/* メイン画像 */
.companypage-ctt .parts-100img{
	padding-bottom: 0;
}

/* ------------ あいさつ -------------------------------- */

/* キャッチコピー -------------------------------- */
.companypage-ctt p.parts-copy{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 1em;
}

@media screen and (max-width:750px){
.companypage-ctt p.parts-copy{
	font-size: 1.5em;
}
}

/* 名前 -------------------------------- */
.words_name{
	width: 100%;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
	text-align: right;
	padding-top: 2em;
}

/* ------------ 会社概要 -------------------------------- */
.compinfo{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* リスト */
.compinfo ul{
	width: 100%;
	position: relative;
}
.compinfo li{
	list-style: none inside;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:stretch;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	align-items:stretch;
	margin-bottom: 2px;
}
.infottl,.infoctt{
	padding: 1.5em;
	font-size: 1.2em;
	box-sizing: border-box;
}
.infottl{
	width: 30%;
	background: #666;
	color: #fff;
	font-weight: 400;
}
.infoctt{
	width: 70%;
	background: #ddd;
}

@media screen and (max-width:750px){
.infottl,.infoctt{
	display: block;
	font-size: 1em;
	width: 100%;
	text-align: left;
}
}

/* ***************** 個人情報 ******************************************** */
.privacy-template .entry-content h3{
	padding-top: 3.57em;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: #000 solid 3px;
}
.privacy-template .entry-content h3:first-child{
	padding-top: 0;
}

.privacy-template .entry-content p{
	font-size: 1.5em;
	line-height: 1.7em;
}
.privacyinfo{
	padding: 2em;
	background: #ccc;
}
.privacy-template .freepage-ctt .privacyinfo p,.privacy-template .freepage-ctt p{
	padding-bottom: 0;
}
.privacy-template .freepage-ctt p{
	padding-bottom: 1em;
}
