/*
Theme Name:famous_tcd064-child
Template:famous_tcd064
Version:1.6
*/


/*----------------------------------------------------------------------------------------------------------
 * 共通
----------------------------------------------------------------------------------------------------------*/
body {
	overflow-x: initial;
}

section{
	padding:50px 0;
}
@media screen and (max-width: 500px) {
	section{
		padding:20px 0;
	}
}

@media screen and (min-width: 768px) {
	section{
		padding:100px 0;
	}
}

.l-inner {
    width: 90%;
    max-width: 2000px;
}
.p-cb__item .l-inner {
    width: 100%;
}


/*フォント
---------------------------------------------*/
/*フォントファミリー*/
h1,h2,h3,h4,h5,h6,p,li,dd,dt,dl,th,td,a{
	font-family: 'Poppins','Noto Sans JP', sans-serif;
	color:#030303;
}

/*位置*/
.txt-l{text-align:left;}
.txt-c{text-align:center;}
.txt-r{text-align:right;}

/*タイトルパターン1：左に漢字タイトル＆右に大英字*/
.box-title{
    padding-top: 60px;
    padding-bottom: 80px;
    width: 90%;
    margin: 0 auto;
}
.box-title_sub{
    font-size: 180px;
    line-height: 1;
    position: absolute;
    right: 20px;
    color: #ccc;
}
.box-title_h2{
	font-size: 36px!important;
	font-weight: 700;
	letter-spacing: .1rem;
	margin-top: 130px;
	margin-bottom: 60px;
	z-index: 200;
	position: relative;
}
@media screen and (max-width: 767px) {
    .box-title {
        padding-top: 50px;
        padding-bottom: 78px;
			width:100%;
    }
    .box-title_sub {
		position: relative;
		font-size: 80px;
		right: 0;
		top: 20px;
		text-align: right;
		margin-bottom:0px!important;
	}
	.box-title_h2{
        font-size: 30px!important;
        margin-top: 0px;
        margin-bottom: 34px;
			overflow-x:hidden;
			width: 100%;
			margin-left: calc(10%/2);
	}
}
/*タイトルパターン2：上に大英字＆下に漢字タイトル*/
h2.h2-title{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 600;
	font-size: 3.5rem;
}
h2.h2-title span{
	display: block;
	font-size: 1rem;
	line-height:2.2;
	font-weight: 600;
	letter-spacing: 0.05rem;
}

.p-title_sub{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
}

h2.h2-title2{
	font-family: 'Poppins','Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 600;
	font-size: 2.0rem;
}

.p-title2_sub{
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 2.2;
}

h2.h2-title3{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-weight: 600;
	font-size: 3.5rem;
}

@media screen and (max-width: 767px) {
	h2.h2-title3{
		letter-spacing: 0.3em;
		font-size: 1.8rem;
	}
}

/*色*/
.fc-white{color:#fff;}

/*サイズ*/
.fs-80p{font-size:80%!important;}


/*タイトルパターン1：画像上にタイトル*/
.box-title2 {
  position: relative;
}
.box-title2 img {
  width: 100%; /* divの幅に対する割合 */
}
.box-title2 .img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.4);
}
.box-title2 h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	color:#fff;
	font-size:2rem;
	text-align:center;
	font-family: 'Poppins', sans-serif;
 	font-weight: 600;
 	letter-spacing: 0.25rem;
}
.box-title2 h2 span{
	display:block;
	font-size:14px;
	line-height:2.2;
}


@media screen and (max-width: 767px) {
	.box-title2 h2{
		line-height: 1.1;
	}
}

/*テーブル
---------------------------------------------*/
.p-entry__body th {
    background: transparent;
}
.p-entry__body td, .p-entry__body th {
    border: 1px solid transparent;
    background:transparent;
}
.p-entry__body th {
	border-bottom: 1px solid #a1a1a1;
}
.p-entry__body td{
	border-bottom: 1px solid #ebebeb;
}

/*リスト
---------------------------------------------*/
ul li{
	list-style: none;
}


/*ホバー
---------------------------------------------*/
a img:hover{
	opacity:0.5;
}
a img.no-hover:hover{
	opacity:unset;
}
a.p-header-content__image img:hover{
	opacity:1;
}

.p-entry__body a:hover, .custom-html-widget a:hover {
    text-decoration: none;
}

/*リンク
---------------------------------------------*/
a.a-link{
	color:#333!important;
    font-weight: 700;
}
a.a-link:after{
	content:"▼";
	padding-left:5px;
}
a.a-link:hover{
	color:#bd006d!important;
	transition:0.3s;
}

/* 外部リンクアイコン
---------------------------------------------*/
.a-target {
	display:flex;
	justify-content: space-between;
	color: #fff;
}
.a-target:hover{
	opacity:0.5;
}
span.a-target::after{
   font-family: "Font Awesome 5 Free";
	content:"\f08e";
	padding-left:5px;
	font-weight:600;
}

/*ボタン
---------------------------------------------*/
.p-button{
	display:inline-block;
	z-index:1;
	position:relative;
	font-size:inherit;
	font-family:inherit;
	color:#fff!important;
	outline:0;border:none;
	background-color:#000!important;
	overflow:hidden;
	cursor:pointer;
}
.p-button:hover{
	transition:0.5s;
	background:#bd006d!important;
}
.p-button::after{
	content:'';
	z-index:-1;
	background-color:hsla(0,0%,100%,.2);
	position:absolute;top:-50%;
	bottom:-50%;
	width:1.8em;
	transform:translate3d(-1000%,0,0) rotate(35deg);
}
.p-button:hover::after{
	transition:transform .45s ease-in-out;
	transform:translate3d(500%,0,0) rotate(35deg);
}

/*ボタン（背景透明）*/
.p-btn1{
	border: 1px solid #fff;
	width: 200px;
	min-width: 20px;
	height: 50px;
	line-height: 50px;
	background-color: transparent!important;
}
.p-btn1:hover{
	border:1px solid #BD006D;
}

/*ボタン（リンク）*/
.p-btn3{
    border-bottom: 1px solid #e6eff4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto!important;
    padding: 0.9em 0em 0.9em 0em;
    font-size: 1em;
}

.p-btn3 a {
    color: #030303;
    width: 100%;
}
.p-btn3::after {
    position: absolute;
    right: 0.5em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: 0.5em;
    background-color: #030303;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.p-btn3 a:hover {
    color: #bd006d;
}
.p-btn3:hover::after {
    transform: translateY(-50%) scaleX(1.4);
    background-color: #bd006d;
}

/*背景色
---------------------------------------------*/
.bg-gray {
    background: #edf1f3;
}

/*幅調整
---------------------------------------------*/
.maxw1200{width:95%;max-width:1200px;margin:0 auto;}
.maxw1000{width:95%;max-width:1000px;margin:0 auto;}
.maxw800{width:95%;max-width:800px;margin:0 auto;}

/*レスポンシブ
---------------------------------------------*/
.box-container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;;
}

@media screen and (max-width: 767px) {
	.col-sp12{width:calc((100% / 12) * 12);}
	.col-sp11{width:calc((100% / 12) * 11);}
	.col-sp10{width:calc((100% / 12) * 10);}
	.col-sp9{width:calc((100% / 12) * 9);}
	.col-sp8{width:calc((100% / 12) * 8);}
	.col-sp7{width:calc((100% / 12) * 7);}
	.col-sp6{width:calc((100% / 12) * 6);}
	.col-sp5{width:calc((100% / 12) * 5);}
	.col-sp4{width:calc((100% / 12) * 4);}
	.col-sp3{width:calc((100% / 12) * 3);}
	.col-sp2{width:calc((100% / 12) * 2);}
	.col-sp1{width:calc((100% / 12) * 1);}
	.box-container.reverse{flex-direction: column-reverse;}
}
@media screen and (max-width: 500px) {
	.col-sm12{width:calc((100% / 12) * 12);}
	.col-sm11{width:calc((100% / 12) * 11);}
	.col-sm10{width:calc((100% / 12) * 10);}
	.col-sm9{width:calc((100% / 12) * 9);}
	.col-sm8{width:calc((100% / 12) * 8);}
	.col-sm7{width:calc((100% / 12) * 7);}
	.col-sm6{width:calc((100% / 12) * 6);}
	.col-sm5{width:calc((100% / 12) * 5);}
	.col-sm4{width:calc((100% / 12) * 4);}
	.col-sm3{width:calc((100% / 12) * 3);}
	.col-sm2{width:calc((100% / 12) * 2);}
	.col-sm1{width:calc((100% / 12) * 1);}
}
@media screen and (min-width: 768px) {
	.col-md12{width:calc((100% / 12) * 12);}
	.col-md11{width:calc((100% / 12) * 11);}
	.col-md10{width:calc((100% / 12) * 10);}
	.col-md9{width:calc((100% / 12) * 9);}
	.col-md8{width:calc((100% / 12) * 8);}
	.col-md7{width:calc((100% / 12) * 7);}
	.col-md6{width:calc((100% / 12) * 6);}
	.col-md5{width:calc((100% / 12) * 5);}
	.col-md4{width:calc((100% / 12) * 4);}
	.col-md3{width:calc((100% / 12) * 3);}
	.col-md2{width:calc((100% / 12) * 2);}
	.col-md1{width:calc((100% / 12) * 1);}
}
@media screen and (min-width: 1200px) {
	.col-lg12{width:calc((100% / 12) * 12);}
	.col-lg11{width:calc((100% / 12) * 11);}
	.col-lg10{width:calc((100% / 12) * 10);}
	.col-lg9{width:calc((100% / 12) * 9);}
	.col-lg8{width:calc((100% / 12) * 8);}
	.col-lg7{width:calc((100% / 12) * 7);}
	.col-lg6{width:calc((100% / 12) * 6);}
	.col-lg5{width:calc((100% / 12) * 5);}
	.col-lg4{width:calc((100% / 12) * 4);}
	.col-lg3{width:calc((100% / 12) * 3);}
	.col-lg2{width:calc((100% / 12) * 2);}
	.col-lg1{width:calc((100% / 12) * 1);}
}

/* 余白
---------------------------------------------*/
.pd2p{padding:2%;}
.pdl20{padding-left:20px;}
.pdt2rem{padding-top:2rem;}

/* 改行
---------------------------------------------*/
@media screen and (max-width: 767px) {
	.sp-none{display:none;}
}
@media screen and (min-width: 768px) {
	.pc-none{display:none;}
}

/*----------------------------------------------------------------------------------------------------------
 * グローバルメニュー
----------------------------------------------------------------------------------------------------------*/
/* ヘッダー＆ナビゲーションメニューの切り替え幅変更（親テーマから）
 * -------------------------------------------------------------------------------------------------*/
/* header */
@media (min-width: 992px) {
	body.l-header--type2 .l-header.is-header-fixed { height: 80px; }
	body.l-header--type3 .l-header { display: none; }
	body.l-header--type3 .l-header.is-header-fixed { display: block; }
	body.l-header--type4 .l-header { display: none; }
}
@media only screen and (max-width: 991px) {
	body.l-header--type2--mobile .l-header.is-header-fixed { height: 61px; }
	body.l-header--type3--mobile .l-header { display: none; }
	body.l-header--type3--mobile .l-header.is-header-fixed { display: block; }
	body.l-header--type4--mobile .l-header { display: none; }
}
/* header bar */
@media only screen and (max-width: 991px) {
	.p-header__bar__inner { height: 60px; min-height: 60px; position: static; }
}
/* menu button */
@media only screen and (max-width: 991px) {
	.c-menu-button { display: block; }
}
/* header logo */
@media only screen and (max-width: 991px) {
	.p-header__logo { display: none; }
	.p-header__logo--mobile { display: block; }
	.p-header__logo--text { font-size: 24px; }
}
/* global nav */
@media (min-width: 992px) {
	.p-global-nav__container { margin-left: 30px; }
	.p-global-nav { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
	.p-global-nav a { display: block; }
	.p-global-nav li { position: relative; }
	.p-global-nav > li > a { display: block; font-size: 14px; font-weight: 400; height: 80px; line-height: 80px; overflow: hidden; text-align: center; padding: 0 25px; }
	.p-global-nav > li:hover, .p-global-nav > li.current-menu-item, .p-global-nav > li.is-active { z-index: 2; }
	.p-global-nav > li:hover > a, .p-global-nav > li.current-menu-item > a, .p-global-nav > li.is-active > a { color: #ccbd96; }
	.p-global-nav > .menu-item-has-children > .sub-menu { top: 100%; left: -1px; }
	.p-global-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; visibility: visible; z-index: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	.p-global-nav .sub-menu { background: #000; line-height: 1.31; visibility: hidden; opacity: 0; position: absolute; top: 0; left: 100%; z-index: 1; -webkit-transform: translate3d(0, -5px, 0); -moz-transform: translate3d(0, -5px, 0); -ms-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
	.p-global-nav .sub-menu a { min-height: 50px; padding: 15.5px 20px; width: 210px; }
	.p-global-nav .sub-menu .current-menu-item > a { background: #000; color: #fff; }
	.p-global-nav .sub-menu a:hover { background: #ccbd96; color: #fff; }
	.p-global-nav .sub-menu .menu-item-has-children > a { position: relative; }
	.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; transition: none; }
}
@media (max-width: 991px) {
	.p-global-nav { display: none; width: 100%; max-height: calc(100vh - 61px); overflow: auto; text-align: left; position: absolute; top: 60px; left: 0; z-index: 1000; }
	.p-global-nav a { display: block; line-height: 1.4; min-height: 1.4em; padding: 13px 41px 13px 22px; width: 100%; position: relative; }
	.p-global-nav .menu-item-has-children > a > span::before { content: '\e90e'; font-family: "design_plus"; line-height: 24px; display: block; margin: auto; position: absolute; top: 0; right: 17px; bottom: 0; text-align: center; width: 24px; height: 24px; -webkit-transition: -webkit-transform 0.5s ease; -moz-transition: -moz-transform 0.5s ease; -ms-transition: -ms-transform 0.5s ease; transition: transform 0.5s ease; }
	.p-global-nav .menu-item-has-children > a > span.is-active::before { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); transform: rotateX(180deg); }
	.p-global-nav .sub-menu { background: transparent !important; display: none; }
	.p-global-nav .sub-menu li a { padding-left: 36px; }
	.p-global-nav .sub-menu .sub-menu li a { padding-left: 50px; }
	.p-global-nav .sub-menu .sub-menu .sub-menu li a { padding-left: 64px; }
	.p-global-nav .sub-menu .sub-menu .sub-menu .sub-menu li a { padding-left: 78px; }
}

/*1199〜992の調整①*/
@media (min-width: 992px) and (max-width: 1200px){
	.p-global-nav{
		overflow:unset;
	}
	.p-global-nav .sub-menu{
		display:block;
		background: #fff!important;
	}
	.p-global-nav .sub-menu li a {
		padding-left: 20px;
	}
}
/*1199〜992の調整②*/
@media (max-width: 991px){
   .p-global-nav {
 		display: none;
	   width: 100%;
		max-height: calc(100vh - 61px);
		overflow: auto;
		text-align: left;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1000;
	}
}

@media (max-width: 991px){
	body.l-header__fix .is-header-fixed .l-header__bar,
	.l-header__bar{
		background: rgba(255, 255, 255, 0)!important;
	}
	.p-header__logo--mobile {
    display: none;
	}
	.p-header__logo--mobile img{
		max-height:60px;
		width:auto;
	}
	.p-global-nav{
		height:100vh;
		max-height: 100vh;
		margin-top: -60px;
    	padding-top: 60px;
	}
	.p-global-nav a {
		color: #435b5b;
		border-bottom: 1px dashed #435b5b;
		width: 90%;
		margin: 0 auto;
		padding-left: 60px;
	}
	.p-global-nav a:before {
		position:absolute;
		left: 10px;
		top: 5px;
	}
	.p-global-nav .sub-menu li a {
	    margin-left: calc(10%);
    	width: 85%;
		padding-left: 60px;
	}
	.c-menu-button{
		z-index:9999;
	}
	.c-menu-button.is-active::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-size: 25px;
		font-weight: 900;
	}
}
@media only screen and (max-width: 1199px){
	.p-global-nav a:hover, .p-global-nav .current-menu-item > a {
		background-color: transparent!important;
	}
}
@media (max-width: 767px){
	.l-header{
		position:absolute;
	}
}

.p-global-nav > li > a{
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1199px){
	.p-global-nav {
		top:0;
	}
}

@media only screen and (min-width: 992px){
	.c-menu-button{
		display:none;
	}
}
@media only screen and (max-width: 991px){
	.c-menu-button{
		color: #ccc!important;
	}
	.p-global-nav a,
	.p-global-nav .sub-menu li a{
		padding-left: 30px;
	}
	.p-global-nav {
		background-color: rgba(255,255,255, 1)!important;
	}
	.p-global-nav li:first-child:not(.sub-menu li){
		margin-top:100px;
	}

	.p-global-nav a,
	.page:not(.home) .l-header.is-header-fixed .p-global-nav .sub-menu a{
		color: #030303!important;
	}
	.page:not(.home) .l-header.is-header-fixed .p-global-nav .sub-menu a:hover{
		color: #bd006d!important;
	}
	.p-global-nav li .sub-menu{
		display:block!important;
	}
	.p-global-nav .menu-item-has-children > a > span::before{
		display;none;
	}
}



/*----------------------------------------------------------------------------------------------------------
 * ヘッダー
----------------------------------------------------------------------------------------------------------*/
.l-header__bar .l-inner{
	max-width: 100%;
}
.p-header__logo img,
.p-header__logo--mobile img {
	width:150px;
}
/*----------------------------------------------------------------------------------------------------------
 * フッター
----------------------------------------------------------------------------------------------------------*/
/*フッター上調整*/
.home .l-footer{
	margin-top:150px;
}


/*ロゴ*/
.p-footer__logo img,
.p-footer__logo--mobile img{
	max-width:100%;
}

/*フッター内部は基本文字色白*/
.l-footer h2,.l-footer p, .l-footer a{
	color:#fff;
}
.l-footer h2,.l-footer p{
	text-align:left;
}

/*フッター...カスタマイズでお問合せと資料請求追加*/
.footer-box{
	position: relative;
	z-index: 2;
	background-image: linear-gradient(180deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.0)80% ,rgba(0,0,0,0.0) 100%);
}
.footer-box_inner{
	max-width: 1200px;
	width:90%;
	margin: 0 auto;
	position:relative;
}
.footer-document{
    position: absolute;
    top: -50px;
    width: 100%;
    height:auto;
}

.footer-document img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.footer-box .footer-document .box-container{
	height:100px;
}
a .footer-document .box-container:hover{
	opacity:0.5;
	background:#000;
	transition:0.3s;
}

.footer-document .box-container{
    position: absolute;
    width: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:30px;
    color: red;
}

.footer-contact {
   padding-top: 50px;
}

.footer-box .box-container{
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.footer-box h2{
/*	color:#fff;*/
	font-size: 2.0rem;
	font-weight:600;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.footer-box h2 span:before{
	content:"/";
	margin-right:10px;
}
.footer-box span{
	font-size:1rem;
	margin-left:20px;
	vertical-align: middle;
}
.btn2 {
    line-height: 1;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
		border: 2px solid #fff;
		border-radius: 50%;
 		font-size: 25px;

}
.btn2:before {
	content: '\f061';
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	color:#fff;
}

@media screen and (min-width: 768px) {
	.footer-box .footer-document .box-left{
		width:75%;
	}
	.footer-box .footer-contact .box-left{
		width:65%;
	}
	.footer-box .box-container{
		padding: 50px;
	}
	.footer-box .footer-contact{
   	padding-top: 120px;
	}
	.footer-document{
	    top: -100px;
	}
	.footer-document img{
	    height: 200px;
	}
	.footer-box .footer-document .box-container{
		height:200px;
	}
	.footer-box h2{
		font-size:3.5rem;
	}
}

@media screen and (max-width: 767px) {
	.footer-box .box-container .box-right{
		padding: 30px 0px 10px 0px;
	}
}
@media screen and (max-width: 550px) {
	.footer-box .box-container {
		padding: 10px;
	}
	.footer-box h2 span:before{
		content:unset;
	}
	.footer-box span {
		font-size: 0.8rem;
		margin-left: 0;
 		display: block;
		line-height: 2.2;
	}
	.btn2 {
		width: 40px;
		height: 40px;
		font-size: 15px;
	}
}


/*フッター全体*/
.p-footer-info{
	background:#030303;
	padding:0;
}
.p-footer-info.has-bg-image{
	display:block;
}
.p-footer-info.has-bg-image .p-footer-info__inner{
	padding: 100px 0px 30px 0px;
}
.nav-menu{
	position: relative;
	z-index: 2;
}
.p-footer-info p{
	line-height:2.2;
}
.p-footer-info--no-bg {
    padding-top: 50px;
}

/*フッター（3カラム）*/
.f-center{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: left;
}

.footer2 li {
	line-height:2.2;
}
.footer2 a{
/*	color:#fff;*/
}

.f-title{
	font-size:
}
.footer3 p{
/*	color:#fff;*/
}

.footer3 p.title{
	line-height: 2.2;
	font-size: 1rem;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	text-align: left;
}

.f-right .textwidget{
/*	width:200px;*/
	margin:0 auto;
}
@media screen and (max-width: 767px) {
	.f-left{
		text-align:left;
	}
	.f-center{
		padding-left:20px;
		justify-content: flex-start;
	}
	.p-footer-info__inner .f-right .box-container{
		justify-content:flex-end;
	}
	.p-footer-info__inner .f-right .box-container	.col-sm6{
		margin: 0 10px;
	}
	.footer-box .box-container {
		justify-content: center!important;
	}
}
@media screen and (max-width: 500px) {
	.footer3 .txt-c{
		text-align:center!important;
	}
}

/*SNSリンク*/
.p-social-nav__item--youtube a::before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-size: 22px;
}

/*コピーライト*/
.p-copyright__inner p{
	text-align:right;
}

/*----------------------------------------------------------------------------------------------------------
 * TOPページ
----------------------------------------------------------------------------------------------------------*/
/* ナビゲーションメニュー
 * ------------------------------------------------------*/
.page:not(.home) .l-header.is-header-fixed .p-global-nav li
.page:not(.home) .l-header.is-header-fixed .p-global-nav a,
.page:not(.home) .l-header.is-header-fixed .p-global-nav a,
.home .l-header .p-global-nav a{
	color:#333;
}
.p-global-nav a:hover, .p-global-nav > li:hover > a, .p-global-nav > li.current-menu-item > a, .p-global-nav > li.is-active > a {
	color: #bd006d!important;
}
.page:not(.home) .l-header.is-header-fixed .p-global-nav > li.current-menu-item > a,
.page:not(.home) .l-header.is-header-fixed .p-global-nav > li.is-active > a {
    color: #bd006d;
}
.p-global-nav > li:hover .sub-menu li:not(.current_page_item) a{
	color:#fff;
}
.blog .l-header a,.blog .p-global-nav a,
.archive .l-header a,.archive .p-global-nav a
.single .l-header a,.single .p-global-nav a{
	color:#333;
}

.page:not(.home) .l-header.is-header-fixed .p-global-nav .sub-menu a{
	color:#fff;
}
.page:not(.home) .l-header.is-header-fixed .p-global-nav .sub-menu .current_page_item a{
	color: #bd006d;
}


/* ヘッダー画像
 * ------------------------------------------------------*/
.p-header-content__image-slice--1,
.p-header-content__image-slice--2,
.p-header-content__image-slice--3,
.p-header-content__image-slice--4,
.p-header-content__image-slice--5,
.p-header-content__image-slice--6,
.p-header-content__image-slice--7,
.p-header-content__image-slice--8{
	display:none;
}

.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
    }
.zoom {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px
 }

@keyframes animationZoom1 {100% { transform:scale(1.1)} }
@keyframes animationZoom2 {50% { transform:scale(1.1)} }


@media screen and (max-width: 767px) {
	.page .p-index-slider{
		height:100%!important;
	}
}

@media screen and (min-width: 550px) {
	.page .slick-list,
	.page .p-index-slider{
		height:100%!important;
	}
	.page .p-header-content__image{
		width: 90%;
		margin: 0px 0 20px auto;
	/*	margin: 0px 0px 50px auto;*/
	/*	padding: 100px;*/
	}
	.page .p-header-content__catch{
		position: relative;
		font-size: 6em!important;
		font-family: 'Poppins', sans-serif!important;
		font-weight:500;
		line-height: initial;
		letter-spacing: -0.05rem;
	}
	.page .p-header-content__desc{
		font-family: 'Noto Sans JP', sans-serif!important;
		font-weight:500;
		margin: 20px 0px;
	}
	.page .p-header-content__button{
		text-align:left;
	}
}

@media screen and (max-width: 991px) {
	.page .p-header-content__image > img {
		height: auto!important;
	}
	.page .p-header-content__catch{
		font-size:4rem!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page .p-header-content__catch{
		font-size:4rem!important;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.page .p-index-slider{
		height:auto;
	}
	.p-header-content__mobile-arrow{
		display:none;
	}
	.page .l-header .p-logo img {
		height: 40px;
	}
	.page .p-header-content__catch{
		font-size:2.5rem!important;
	}
	.page .p-header-content__image{
		margin: 0 0 20px auto;
		padding: 0px;
	}
}

/* タイトルフォント
 * ------------------------------------------------------*/
h2.p-cb__item-headline{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
	font-size: 3.5rem!important;
}

/* ビジネス
 * ------------------------------------------------------*/
.top-business_link p{
	line-height: 4;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	padding-left: 1rem;
}
.top-business_link p.last{
	border-bottom: 1px solid #ccc;
	margin-bottom:3rem;
}

.b-chenge_image{
	position:absolute;
	z-index:1;
}
.b-change_text{
    Z-INDEX: 1000;
    text-align: center;
    font-size: 20px;
    position: absolute;
    background: rgb(255,255,255,0.8);
    padding: 0.5rem 2rem;
}

.top-business_link p:hover{
	opacity:0.5;
	transition:0.3s;
}

/* お知らせ（ブログ機能）
 * ------------------------------------------------------*/
.p-cb__item-desc{
	text-align:center;
}
.p-index-archive{
	display:block;
	width:90%;
	margin:0 auto;
}
.p-index-archive__item {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.p-index-archive.has-date-top .p-index-archive__item{
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}
.p-index-archive.has-date-top .p-index-archive__item:first-child{
	border-top: 1px solid #ccc;
}
@media (min-width: 992px){
	.p-index-archive__item:nth-child(4n) {
		margin-right: auto;
	}
}

/*phpカスタマイズクラス*/
.top-blog{
	display:flex;
	line-height:1.8;
}
.top-blog__date,
.top-blog__title{
	display: flex;
	align-items: center;
}
.top-blog__date p,
.top-blog__title p{
    font-family: 'Noto Sans JP', sans-serif;
}
.top-blog p,
.top-blog h3{
	line-height:1.8;
	height:1.8;
}
.p-category{
	border: 2px solid #030303;
	color: #333;
	padding: 0px 10px;
   margin: 0px 10px;
}

.top-blog h3 {
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*
.p-index-archive__item a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.p-index-archive.has-date-top .p-index-archive__item-date{
	display: contents;
	top:0;
	font-size:16px;
}

.p-index-archive__item-info{
	display:flex;
	padding-top: 0;
	padding-left:10px;
}

.p-index-archive__item-thumbnail{
    display:none;
}
.p-index-archive__item-meta {
    margin-top: 0;
}

.p-article__meta{
	font-size:16px;
}
.p-index-archive__item-title {
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-index-archive.has-date-top .p-index-archive__item:first-child{
	border-top:1px solid #ccc;
}

.p-index-archive__item-category{
    border: 2px solid #030303;
    color: #333;
    padding: 0px 10px;
}

@media only screen and (max-width: 991px){
	.p-index-archive__item:nth-child(2n) {
		margin-right: auto;
	}
	.p-index-archive.has-date-top .p-index-archive__item-info {
		padding-top: 0px !important;
	}
}
*/

/* お知らせ（お知らせ機能）
 * ------------------------------------------------------*/
/*
.p-index-archive{
	display:block;
}
.p-index-archive__item {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.p-index-archive__item-thumbnail{
    display:none;
}
.p-cb__item.has-bg .p-index-archive__item a {
    background: transparent;
}
.p-cb__item.has-bg .p-index-archive__item-info {
    padding: 0;
}
.p-index-archive__item-info{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.p-article__meta {
    color: #999;
    font-size: 16px;
    line-height: 1.7;
    margin-right: 10px;
    margin-bottom: 0.5rem;
}
a:hover .p-article__date{
	color:#ccc;
}

.p-index-archive__item-title{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 992px){
    .p-index-archive__item:nth-child(4n) {
        margin-right: auto;
    }
}
@media only screen and (max-width: 991px){
	.p-cb__item-desc {
		text-align:center;
	}
	.p-index-archive__item {
		width: 100%;
		margin:0 auto;
	}
    .p-index-archive__item-title,
    .p-article__meta  {
        font-size: 14px;
    }
}

a:hover .p-index-archive__item-title{color:#000000;}
*/




/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（ヘッダー共通）
----------------------------------------------------------------------------------------------------------*/
/*全体*/
.l-main{
	background: transparent;
}
@media only screen and (max-width: 991px){
	.l-main{
		overflow:hidden;
	}
}


/* ヘッダー
 * ---------------------------------------------------------------*/
/*デフォルトクラス*/
.page .l-header {
    position: absolute;
}
.page .p-page-header__inner{
	text-align:right;
   top: -150px;
}
.p-page-header__title{
    font-family: 'Poppins', sans-serif!important;
    font-weight: 700;
    letter-spacing: 0.15em;
}
.page .p-page-header__image .p-page-header__overlay{
	min-height:400px;
}
@media only screen and (max-width: 767px){
	.p-page-header__title{
		font-size:2rem!important;
	}
	.p-page-header__title + .p-page-header__desc {
		margin-top: 0px;
	}
}
/*カスタマイズクラス*/
.page .p-page-header__image__outer{
	background:transparent;
}
.page .header-bg{
    position: absolute;
    width: 80%;
    height: 450px;
    right: 0;
}
.page .header-bg__black {
    background: #000;
    height: 450px;
}
.page .header-img{
    width: 80%;
    height: 400px;
}
.page .header-img .bgextend{
	height:400px;
}

/*フル幅OKにする*/
.p-entry-page__inner {
    padding: 0;
}

/*スマホ高さ調整*/
@media only screen and (max-width: 767px){
	.page .p-page-header__image .p-page-header__overlay{
		min-height:250px;
	}
	.page .header-bg{
	    height: 300px;
	}
	.page .header-bg__black {
	    height: 300px;
	}
	.page .header-img{
	    height: 250px;
	}
	.page .header-img .bgextend{
		height:250px;
	}
}

/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（ヘッダー）
----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px){
	body.l-header--type1--mobile .p-page-header, body.l-header--type2--mobile .p-page-header {
		border-top: 1px solid transparent;
	}
	.p-page-header {
    background: transparent;
	}
}


/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（Company-会社情報）
----------------------------------------------------------------------------------------------------------*/
/*テーブル*/
.com-tbl th,
.com-tbl td{
    line-height: 2;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .com-tbl th,
    .com-tbl td{
        line-height: 2;
        padding: 5px;
    }
}

/*map*/
#location1,
#location2,
#location3{
    background: linear-gradient(180deg, #ffffff 0%, #fff 30%, #edf1f3 30%, #edf1f3 100%);
    padding-bottom: 80px;
}
/*アクセスマップ*/
.com-map .ttl-ver::before {
    display: block;
     content: '';
    position: absolute;
    top: 0;
    left: 55px;
    width: 1px;
    height: 120px;
    background-color: #bd006d;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.com-map .ttl-ver{
	margin: 0 0 40px 30px;
}
.com-map .ttl-ver{
	position: relative;
   padding: 70px 0 0 65px;
}
.com-map .ttl-ver .en{
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.0;
    letter-spacing: 0.01em;
}
.com-map .ttl-ver .jp{
    display: block;
    font-size: 26px;
    line-height: 1.0;
}
.com-map .ttl-ver_orange {
    color: #bd006d;
}
.com-map .box-map {
    position: relative;
}

.com-map .box-map_inner {
    padding: 0 30px;
}
.com-map .gmap {
    border: 1px solid #333;
}

.com-map .box-txt{
    margin:10px 0px;	
}

@media only screen and (max-width: 500px){
    .com-map .ttl-ver {
        margin: 0 0 40px 0px;
    }
}
@media only screen and (max-width: 767px){
    .com-map .gmap iframe {
        width: 100%;
        height: 300px;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 768px){
	.com-map{
		position: relative;
	}
	.com-map .ttl-ver {
		display: inline-block;
		padding: 95px 0 0 80px;
		position:relative;
	}
	.com-map.type1 .ttl-ver {
		position: absolute;
		top: 5%;
		left: 7%;
		margin: 0;
	}
	.com-map.type2 .ttl-ver {
		position: absolute;
		top: 5%;
		right: 12.6%;
		margin: 0;
	}
    .com-map .ttl-ver .en {
        font-family: 'Overpass', sans-serif;
        font-weight: 400;
        display: block;
        position: absolute;
        top: 95px;
        left: 140px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.0;
        letter-spacing: 0.06em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .com-map .ttl-ver .jp {
        display: inline-block;
        font-size: 36px;
        line-height: 1.0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 0.1em;
    }
    .com-map .box-map：not(.gmap) ::before {
        content: "";
        display: block;
        position: absolute;
        top: 38%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #eaf3f3;
        z-index: -100;
    }
    .com-map.type1 .box-map_inner {
        width: 65%;
        margin: 0 7% 0 28%;
        padding: 0;
    }
	.com-map.type2 .box-map_inner {
		width: 65%;
		margin: 0 28% 0 7%;
		padding: 0;
	}
    .com-map .gmap {
        width: 99%;
    }
    .com-map .gmap iframe {
        width: 100%;
        height: 530px;
        vertical-align: bottom;
    }
}


/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（事業内容-Service）
----------------------------------------------------------------------------------------------------------*/
/**/
#service-select ul.box-container{
	justify-content:space-around;
}

/*セクション背景*/
#service-food,
#service-develop,
#service-fashion,
#service-trade{
    background: linear-gradient(180deg, #ffffff 0%, #fff 30%, #edf1f3 30%, #edf1f3 100%);
    padding-bottom: 80px;
}

.box-txt p.title2{
    margin-top: 50px;
    font-weight: 600;
    font-size: 15px;
	letter-spacing:0.1rem;
}
.box-txt p.sub{	
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 900;
}

@media screen and (max-width:768px) {
	#service-food,
	#service-develop,
	#service-fashion,
    #service-trade{
  		background: linear-gradient(180deg, #ffffff 0%, #fff 15%, #edf1f3 15%, #edf1f3 100%);
		padding-bottom: 80px;
	}	
}
@media screen and (max-width:550px) {
	#service-select ul.box-container{
	    justify-content: flex-start;
	}
	#service-select ul.box-container li{
	    margin: 0px 10px;
	}
}




/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（事業詳細-Service-child）
----------------------------------------------------------------------------------------------------------*/
.page #works{
	background: linear-gradient(90deg, #ffffff 0%, #fff 30%, #f7f7f7 30%, #f7f7f7 100%);
}
.page #works .box-container{
	justify-content:flex-start;
}
.page .works .title{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: unset;
    line-height: 2.2;
    margin-top: 20px;
}
.page .works .div-txt p{
	font-size: 14px;
	line-height:1.5;
	padding: 0.7em 0em;
	border-bottom: 1px solid #e6eff4;
}
.page .works .div-txt p span{
    background: black;
    color: #fff;
    padding: 2px 8px;
    margin-right: 10px;
    min-width: 2.8rem;
}
.page .works .div-txt .div-btn{
	position:relative;
}

.page .works .div-txt p{
    margin-bottom: unset;
    line-height: 1.5;
	
}

/**/
#flow{
	background:#f7f7f7;
}
/*フローデザイン*/
.flow_design02 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design02 ul {
  padding: 0;
}

.flow_design02 li {
  list-style-type: none;
}

.flow_design02 dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

.flow02 > li {
    padding: 30px 10px 0px 10px
}

.flow02 > li:not(:last-child) {
  border-bottom: 3px solid #030303;
  position: relative;
}

.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow02 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #030303;
}

.flow02 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow02 > li dl {
  margin: 0;
}

.flow02 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #777;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow02 > li dl dt .icon02 {
font-size: 0.6em;
    color: #fff;
    background: #030303;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0.5em;
    align-self: center;
}

/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（オンライン商談の流れ-online-meeting）
----------------------------------------------------------------------------------------------------------*/
/*冒頭メッセージ*/
.online-message{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 50px;
}
.mb0 {
    margin-bottom:0px!important;
}

/*フォント調整*/
.title-h2_flow{
    text-align:center;
    font-size:35px!important;
    padding-bottom: 40px;
}

.fontsize80p{
    font-size:80%;
}
/*stepの数字*/
.flow-steps {
  counter-reset: step-counter;
  position: relative;
  padding-left: 3rem;
  padding-bottom: 50px;
  margin: 0 auto;
}

/* 縦棒 */
.flow-steps:before {
  content: "";
  background-color: #030303;
  width: 2px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  height: calc(100% - 1rem);
  z-index: 0;
}

/* 連番カウンターを+1する */
.flow-steps > h3:not([class="flow-not"])  {
    counter-increment: step-counter;
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
}
/*notは除く*/
.flow-not{
    background: #fff;
    left: -50px;
    position: relative;
    padding: 20px 0px;
    font-weight: bold;
}

/* ①②③など連番 */
.flow-steps > h3:not([class="flow-not"]):before {
  content: counter(step-counter);
  background: #030303;
  border: 1px solid #030303;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2rem;
  text-align: center;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  left: -48px;
  z-index: 1;
}


/*注意書き*/
.flow-steps ul{
    border: 1px dashed #030303;
    padding: 3%;
}
.flow-steps li{
    font-size:80%;
}

@media screen and (max-width:480px) {
    .flow-steps h3 {
        font-size:16px;
    }
    .flow-steps h4 {
        font-size:14px;
    }
    .flow-steps p {
        font-size:13px;
    }
    .flow-steps li {
        font-size:11px;
    }
}

/*----------------------------------------------------------------------------------------------------------
 * 固定ページ（お問い合わせ-Contact）
----------------------------------------------------------------------------------------------------------*/
/**/
#switch {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 500px;
    padding-bottom: 50px;
	margin: 0 auto;
	overflow: hidden;
  }
.selectbtn {
    padding: 2rem 1rem;
    font-size: 1.5rem;
    text-align: center;
    background:#030303;
    color: #FFF;
    border-bottom: 4px solid rgba(0, 0, 0, .2);
    letter-spacing: 0.1rem;
    line-height: 1.5;
    min-width: 200px;
  }
.selectbtn span{
	display:block;
	font-size:14px;
}
.selectbtn:hover {
  opacity: .8;
  cursor: pointer;
  }
.inactive { opacity: .5; }
.inactive:hover {
  opacity: .5;
  cursor: default;
  }
.boxDisplay { display: block; }
.boxNone { display: none; }

.div-form{
	width:95%;
	margin:0 auto;
	max-width:800px;
}

/*
.contact-select__outer {
    width: 95%;
	max-width:900px;
    margin:0 auto;
    border-radius: 30px;
}
.contact-select__inner{
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    padding: 2rem;
}
.contact-box__form{
    max-width: 800px;
    margin: 40px auto 20px;
    width: 90%;
}

@media only screen and (max-width:480px) {
    .contact-select__outer {
        width: 95%;
        border-radius: 15px;
	}
	.contact-select__inner{
        padding: 10%;
	}
	.contact-box__form{
        width:100%;
	}
}
*/

.title-h2_form{
    text-align:center;
    font-size:35px!important;
    padding-bottom: 40px;
}

.contact-form{
    max-width: 800px;
    margin: 0 auto;
}

.wpcf7{
    border: none;
    background: transparent;
}
.wpcf7 p{
	margin-bottom:0;
}
/*テーブル設定*/
.p-entry__body table{margin-bottom:0;}
.p-entry__body .wpcf7 table th{
	vertical-align: top;
	text-align: left;
}
.wpcf7-form table tr th {width:32.5%;}
.wpcf7-form table tr td {width:67.5%;}

@media screen and (max-width: 767px){
  .wpcf7-form table tr th ,
  .wpcf7-form table tr td {
      display:block;
      width:100%;
  }
    .p-entry__body .wpcf7 table th{
        padding: 10px 0px 0px 0px;
        border-bottom: 0px solid #fff;
    }
    .p-entry__body .wpcf7 table td{
        padding: 0px 15px 10px 15px;
    }
}

/*タイトル*/
.cont7-title {
    line-height:14px;
    text-align: left !important;
}

/*必須項目*/
.red {
    background: #030303;
    color: #FFF !important;
    padding: 3px;
    border-radius: 10%;
    font-size: 11px;
    margin-right: 5px;
}

/*任意項目*/
.blue_arbitrarily {
    background: #ccc;
    color: #FFF !important;
    padding: 3px;
    border-radius: 10%;
    font-size: 11px;
    margin-right: 5px;
}

/*項目名サブタイトル*/
.blue_2 {
    font-size: 11px;
    color: #ccc;
}
@media screen and (max-width: 767px){
    .blue_2{
        top: -10px;
        position: relative;
    }
}

.textst, .mailst, .telst {
	max-width: 280px;
}
#c-zip-code{
	width:120px;
}

/*reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }



/*----------------------------------------------------------------------------------------------------------
 * 投稿・アーカイブ
----------------------------------------------------------------------------------------------------------*/
/* l-inner関連
 * ------------------------------------------------------*/

.blog .l-inner.l-2columns,
.archive .l-inner.l-2columns,
.single .l-inner.l-2columns{
	max-width:1100px;
	margin:0 auto;
}

/*パンくず
 * ------------------------------------------------------*/
.blog .p-breadcrumb,
.archive .p-breadcrumb,
.single .p-breadcrumb{
	max-width:1100px;
	margin:0 auto;
	width:90%;
}

.blog .p-breadcrumb__inner.l-inner,
.archive .p-breadcrumb__inner.l-inner,
.single .p-breadcrumb__inner.l-inner{
	width:100%;
	margin-bottom:50px;
}

/* ウィジェット
 * ------------------------------------------------------*/
.p-widget-categories {
    border: 1px solid transparent;
}
.p-widget-categories li{
    border-top: 1px solid #ddd;
}
.p-widget-categories li:last-child {
    border-bottom: 1px solid #ddd;
}

.p-widget-list {
    border: 1px solid transparent;
}
.p-widget-list__item {
    border: 1px solid transparent;
}

/*----------------------------------------------------------------------------------------------------------
 * 投稿（お知らせ）
----------------------------------------------------------------------------------------------------------*/
/* お知らせ一覧
 * -------------------------------------------------*/
/*
.p-archive-information__item {
	width: 100%;
	margin-top:0;
}
.p-archive-information__item-info{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.p-archive-information__item-meta{
 	margin: 0px 10px;
}
.p-archive-information__item a{
	height:auto;
}
*/
