/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2023 | 06:03:56 */
body {
  background: #fff;
	padding:0;
	margin:0;
}

/***** デバイス別改行指定 *****/

@media screen and (min-width: 767px) {
	.pc_non {
		display:none;
	}	
}
@media screen and (max-width: 766px) {

}


/***** 変数 *****/
:root {
	--clr-main:#17629b;
}

/***** top main *****/

.hosyu_sp {
  display: none;
}
@media (max-width: 500px) {
.header_logobox img {
width: 200px;
}
}
/*コロナ*/
.l-contents--no-border .l-contents__inner {
    margin-top: 3em;
}
#container {
    display: grid; /* グリッドレイアウト */
    grid-template-rows: 50% 50%;
    grid-template-columns: 24.8% 24.8% 1fr;
}
/*コロナここまで*/
#itemA {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
}
#itemB {
    grid-row: 2 / 2;
    grid-column: 1 / 1;
}
#itemC {
    grid-row: 2 / 2;
    grid-column: 2 / 2;
}
#itemD {
    grid-row: 1 / 4;
    grid-column: 3 / 4;
}
.l-header__desc{
  margin-bottom: 0.7em;
}
.header_right{
	position: revert;
	.info_area {
	position: absolute;
		top: 14%;
		right: 13%;
		.header-tel {
			font-size: 2em;
			color: #2c2c2c;
			margin-bottom: 10px;
		}
		.hour_txt {
			font-size: var(--size-13-15);
		}
	}
}


#login_area {
	background-color: #eeeeee;
	text-align: center;
	padding: 8px 12px 12px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 0 10px 10px;
	#login_txt {
		margin-bottom: 8px;
		font-size:14px;
	}
}

.news_flex {
    width: min(100%, 1180px);
    display: grid;
	grid-template-columns: 1fr 280px;
	gap:2.5vw;
    margin: auto;
	  padding: clamp(40px, 30.909px + 2.424vw, 60px) 20px var(--size-30-50);
}

.news_flex .l-inner {
	padding:0;

}

/*ニュース*/
.p-news-tab-list__tabs-item {
/* 	width: 24%; */
}

/*トピックボタン*/
.topic_banner {
  text-align: center;
/*   margin-left: 1.5em; */
}
.topic__title {
  color: #000000;
  font-size: 46px;
}
/* .topic_banner a > br {
	display:none;
} */

.topic_banner h3 {
    font-size: var(--size-14-18);
	line-height:1.5;
  margin: 0.2em;
  position: inherit;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0,0,0,.5);
}
.topic__p {
  position: inherit;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0,0,0,.5);
    line-height: 1.5;
/*     margin: 0.2em; */
    font-size: clamp(12px, 11.091px + 0.242vw, 14px);
	letter-spacing:0;
}

.topic_banner ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 5px;
}

.topic_custom {
  border: 1px solid #333;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
/* 	margin:.8em 0; */
	height:86px;
}

/* トップ下のフォームボタン */
.box_center {
	text-align:center;
	margin: 0 auto;
	line-height:1.5;
}

.form_btn_lead {
	margin-bottom:15px;
	font-size: clamp(12px, 10.636px + 0.364vw, 15px);
}

.btn_top_form {
	background-color:#ff0000;
	color:#fff;
	font-size: clamp(18px, 14.364px + 0.97vw, 26px);
	font-weight:700;
    padding: clamp(15px, 0.398rem + 1.14vw, 20px) clamp(26px, 1.307rem + 1.59vw, 40px);
	line-height:1.5;
    width: min(90%;, 400px) !important;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.1);
}
.btn_top_form:hover {
	background:rgba(255,0,0,.5);
	transform: scale(1.05);
}

@media (max-width: 1024px) {
/* 	.news_flex {
		display:block;
	}
	.news_flex .l-inner {
    	width: 100%;
	} */
}

@media screen and (max-width: 767px) {
}

.topic_custom a > br {
	display:none;
}

.topic_custom a {
	display:flex;
	background:rgba(255,255,255,.0);
	height:100%;
	flex-flow: column;
	justify-content: center;
    align-items: center;
}

.topic_custom a:hover {
	background:rgba(255,255,255,.2);
}

.topic__bg01 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner01.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg01::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg02 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner02.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg02::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg03 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner03.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg03::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg04 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner04.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg04::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg05 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner05.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg05::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg06 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner06.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg06::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg07 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner07.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
/* .topic__bg07::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
} */
.topic__bg08 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner08.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
.topic__bg08::before {
/*   content: '';
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; */
}
.topic__bg09 {
  background-image: url(/wp/wp-content/uploads/2021/09/topic_banner09.jpg);
/*   background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; */
}
/* .topic__bg09::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
} */
.p-index-content04__list {
  margin-bottom: 0;
}
.service-custom {
  margin-bottom: var(--size-20-40);
}
.service-custom__h2 {
  text-align: center;
  font-size: 2em;
  font-feature-settings: "palt";
  margin-bottom: 2em;
}
.service-custom__span {
  color: #fff;
  background-color: #2c2c2c;
  padding: 0.5em;
  display: block;
  width: 33%;
  margin: auto;
  margin-bottom: 0.2em;
  letter-spacing: 0.11em;
}
.p-article12__title-span {
  display: block;
  font-size: var(--size-14-16);
  margin-bottom: 0.5em;
}
.relation {
  text-align: center;
  margin: auto;
  margin-top: 100px;
  width: 92.1875%;
  max-width: 1180px;
}

.relation ul{
  transition: all 0.3s ease 0s;
  opacity: 1;
}

.relation ul:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
  opacity: 0.7;
}

.relation-h2 {
    font-size: 2em;
    margin-bottom: 1.2em;
}
.relation__col5 {
  display: flex;
  list-style: none;
}
.relation__col5 li {
  width: calc(100% / 3);
}
.relation-li {
  color: #fff;
  padding: 2em;
}
.relation__bg01 {
  background-color: #2a2a2a;
}
.relation__bg02 {
  background-color: #353535;
}
.relation__bg03 {
  background-color: #3f3f3f;
}
.relation__bg04 {
  background-color: #4a4a4a;
}
.relation__bg05 {
  background-color: #555555;
}
.relation-img {
  width: 90%;
  height: 120px;
  margin-bottom: 2em;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.p-index-content04 {
  margin-bottom: initial;
}
.p-index-content07 {
}

.support_block {
	padding: clamp(40px, 30.909px + 2.424vw, 60px) 0;	
}

.support__button {

  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns:36% 32% 32%;
}
.support-img{
  width: 100%;
  height: auto;
}

.support__itemA {
    position: relative;
    grid-row: 2 / 2;
    grid-column: 2 / 2;
  margin: 0.2em;
}
.support__itemA:after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
        background-color: rgba(0,0,0,0.2);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
  z-index: 1;
}
.support__itemA:hover::after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(76,198,228,0.8);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.support__itemB {
    position: relative;
    grid-row: 1 / 1;
    grid-column: 3 / 4;
    margin: 0.2em;
}
.support__itemB:after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
        background-color: rgba(0,0,0,0.2);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
  z-index: 1;
}
.support__itemB:hover::after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(76,198,228,0.8);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.support__itemC {
    position: relative;
    grid-row: 2 / 2;
    grid-column: 2 / 3;
    margin: 0.2em;
}
.support__itemC:after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
        background-color: rgba(0,0,0,0.2);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
  z-index: 1;
}
.support__itemC:hover::after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(76,198,228,0.8);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.support__itemD {
    position: relative;
    grid-row: 2 / 2;
    grid-column: 3 / 4;
    margin: 0.2em;
}
.support__itemD:after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
        background-color: rgba(0,0,0,0.2);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
  z-index: 1;
}
.support__itemD:hover::after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(76,198,228,0.8);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
}

.support__itemE {
    position: relative;
    grid-row: 1 / 3;
    grid-column: 1 / 1;
    margin: 0.2em;
	background-image: url(https://www.idsnet.co.jp/wp/wp-content/uploads/2020/12/support_E.jpg);
}
.support__itemE:after{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    transition: all .4s cubic-bezier(.25,.1,.25,1);
  z-index: 1;
}

[class*="support__item"] h3 {
	font-size:var(--size-15-20);
	margin:0 auto;
	position:absolute;
	bottom:20%;
	left:50%;
	transform: translate(-50%, -20%);
	z-index:2;
	color:#fff;
	width:max-content;
}

.support_ttl__iiner h3 {
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align:center;
}

[class*="support__item"] .support__item_img {
	position:absolute;
	top:30%;
	left:50%;
	transform: translate(-50%, -30%);
	z-index:2;
	width:35%;
}

[class*="support__item"] a {
	display:block;
	position:relative;
}

/***** TOP 企業情報 *****/

.company_box {
	background:url(/wp/wp-content/uploads/2021/01/top_company.jpg) no-repeat center center;
	background-size:cover;
	margin:var(--size-30-40) auto 0;
	padding:var(--size-20-30);
}
.company_box__inner {
	width: min(100%, 400px);
	margin:var(--size-20-30) 0 var(--size-20-30) auto;
	padding: var(--size-20-40) var(--size-15-30);
	background:rgba(0, 0, 0, .75);
	text-align:center;
}

.company_box__inner h3 {
	color: #fff;
    margin-bottom: 2em;
	font-size:var(--size-13-15);
}
.company_box__inner h3 span {
	display: block;
    font-family: serif;
    font-size: 2em;
}

.company_btn a {
	background-color: #4CC6E4;
	color: #fff;
    display: inline-block;
    width: min(80%, 240px);
    font-size: var(--size-13-15);
    padding: var(--size-10-15);
    font-weight: 700;
}


.index__group {
  background-color: #f8f8f8;
  padding: clamp(40px, 30.909px + 2.424vw, 60px) 15px;
}
.group__title {
  text-align: center;
}
.index_contact {
	background:url(/wp/wp-content/uploads/2021/01/index_contact.jpg) no-repeat center center;
	background-size: cover;
	margin:var(--size-30-50) auto;
	padding:var(--size-20-30);
}
/* .index_contact img {
  width: 100%;
} */
.contact__title {
  font-size: 46px;
}
.contact_box {
	display:block;
	margin:0 auto;
	width: min(100%, 800px);
    text-align: center;
    background-color: rgba(44,44,44,0.8);
    padding: clamp(20px, 0.795rem + 2.27vw, 40px) clamp(15px, 0.597rem + 1.7vw, 30px);
    color: #fff;
	text-align:center;
}

.contact_box .contact_flex {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	justify-content: space-around;
	column-gap:3vw;
	row-gap:1.5vh;
	margin:0;
	list-style:none;
}
.contact_box .contact_flex li {
  font-size: 1em;
	margin:0 0 1.3em;
}

.contact_box .contact_flex li p {
  margin-bottom: 1em;
}

.contact_box a.btn_contact{
	display:block;
  background-color: #fff;
/*   margin: 0 auto; */
  font-size: clamp(22px, 19.273px + 0.727vw, 28px);
  border-radius: 8px;
/* 	width:300px; */
	height:60px;
	line-height:60px;
}
.contact_box a.btn_contact.mail {
  font-size: var(--size-18-24);
    font-weight: 800;
}

.contact_box .contact_flex li a:hover {
	background:#b5e8f5;
}

/*問い合わせ*/
.your-email {
    font-size: 1.2em!important;
}
.tel {
    font-size: 1em;
    color: #2c2c2c;
    margin-bottom: 0.2em;
}
.check2col {
	  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}
.wpcf7 textarea {
    height: 100px;
}
.inquiry__mailmaga {
	width: 100%;
}
@media (max-width: 768px) {
.your-email {
    font-size: 0.9em!important;
}
.check2col {
	  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}
}

/*導入事例*/
.video {
/*   display: flex;
	flex-wrap:wrap; */
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap:1.5vw;
	margin-top:50px;
  text-align: center;
}
.video div,
.iframe-wrapper {
  position: relative;
  padding-bottom: 55.25%;
	margin-bottom:70px;
  height: 0;
	border:1px solid #333;
}
.video div video,
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video p {
	position:absolute;
	bottom:-65px;
	padding:.5em 0;
	line-height:1.5;
	margin: 0 auto;
    width: 100%;
}

hr {
  margin: 2em;
}
.feas-search-form {
  background: #eeeeee;
  padding: 2em;
  margin: 1.5em 0 0.5em 0;
  text-align: center;
}
.search02 {
  margin-top: 2em;
}
.feas-search-count {
  margin-bottom: 2em;
}
/*導入事例*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*導入実績*/
.flex{
  display:flex;
}
.section1,.section2{
  flex-wrap: wrap;}

.company_right,.voice_right{
  margin:0 30px 0px 0;
}
.voice_left{
  margin:0; 
  width:70%;
}
.before, .after{
  padding:8px; 
  text-align:center; 
  height:50px; 
  color:#fff;
}
.before{
  background:#535353; 
  border:none;
}
.after{
  background:#2980b9; 
  border:none;
}
/*.tribe-events-widget-events-list{
  display: none;
}*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/*カレンダー注目マーク色変更
.tribe-events-widget-events-list__event-row:first-child .tribe-events-widget-events-list__event-date-tag-datetime:after{
  background-color: #59d600;!important
}
.tribe-events .tribe-events-calendar-month__calendar-event--featured.post-1981:before{
  background-color: #59d600;
}
.post-1981 .tribe-common-c-svgicon{
    color: #59d600;
}
カレンダー注目マーク色変更*/
/*
.blog .l-secondary {
  display: none;
}
.category .l-secondary {
  display: none;
}
.post-template-default .l-secondary {
  display: none;
}
*/
/*キーワード*/
/* .tag-cloud-link {
  font-size: 15px !important;
  border-bottom: solid 1px #6e6e6e;
  display: grid;
} */
/*レスポンシブ*/
@media screen and (max-width:1199px) {

  #login_area {
    display: none;
  }
  .info_area {
    display: none;
  }
  .relation {
    width: 100%;
}
    .service-custom__h2 {
    font-size: 1.2em;
  }
  .service-custom__span {
    width: 100%;
  }
/*     .contact_box {
    position: initial;
    padding: 3em 1.5em 5em 1.5em;
  } */
  .contact__title {
    font-size: 30px;
  }
  .contact__title p {
    margin-bottom: 3em;
    line-height: 1.5em;
    font-size: 0.8em;
  }
/*   .contact_box p br {
    display: none;
  } */
  .flex {
    display: block;
  }
  .contact_tel a {
    margin: 0;
    font-size: 1.8em;
  }
  .contact_mail {
    margin-top: 2em;
  }
  .contact_mail a {
    margin: 0;
    font-size: 1.8em;
  }
  .l-contents {
    margin-bottom: 0;
  }
  .l-primary {
/*     margin-bottom: 0px; */
  }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc { display: none !important; }
  .sp { display: block !important; }
  .sp img {
    width: 100%;
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 1023px) {
  .news_flex {
    	display: block;
    	margin: none;
  }
	.topic_banner ul {
    	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}

@media screen and (max-width: 767px) {
  .p-index-content01__title {
    font-size: 1.2em;
  }
  .p-index-content01__desc {
    text-align: left;
  }
  .topic__title {
    font-size: 28px;
  }
  .topic_banner {
    margin-left: 0;
  }
	.topic_banner ul {
    	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
  .service-custom__h2 {
    font-size: 1.2em;
  }
  .service-custom__span {
    width: 100%;
  }
  .relation-li {
    padding: 0.5em;
  }
  .relation-h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .relation-img {
    width: 50%;
    height: 50px;
    margin-bottom: 0.5em;
  }
  .support__button {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-around;
  }
	[class*="support__item"] {
		width:47.5%;
	}

  .support__itemE {
    display: none;
  }

/*導入事例*/
/*   .video {
    display: inline-grid;
  }
  video {
      margin: 1em 0;
      width: 100%;
  } */
}
/*footermenu*/

.p-footer-widgets__inner {
	display: grid;
	grid-template-columns: 1.5fr repeat(2, 1fr) auto;
	grid-template-rows: repeat(6, auto);
	#nav_menu-3 {
		grid-area: 1 / 1 / 7 / 2;
		border-left: 1px solid #ddd;
	}
	#nav_menu-6 {
		grid-area: 1 / 2 / 4 / 3;
	}
	#nav_menu-4 {
		grid-area: 4 / 2 / 7 / 3;
	}
	#nav_menu-7 {
		grid-area: 1 / 3 / 4 / 4;
	}
	#nav_menu-5 {
		grid-area: 4 / 3 / 7 / 4; 
	}
	#widget_sp_image-2 {
		grid-area: 3 / 4 / 5 / 5;
	}
	#widget_sp_image-3 {
		grid-area: 5 / 4 / 7 / 5;
	}
	#widget_sp_image-8 {
		grid-area: 1 / 4 / 3 / 5;
	}
	@media screen and (max-width: 767px) {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(4, auto);
		grid-column-gap:.5em;
		grid-row-gap: 1em;
		padding: 20px 15px;
		.p-footer-widgets__item {
        border-right: 0;
		}
		#nav_menu-3 {
			grid-area: 1 / 1 / 2 / 7;
			border-left: none;
		}
		#nav_menu-6 {
			grid-area: 2 / 1 / 3 / 4;
		}
		#nav_menu-4 {
			grid-area: 3 / 1 / 4 / 4;
		}
		#nav_menu-7 {
			grid-area: 2 / 4 / 3 / 7;
		}
		#nav_menu-5 {
			grid-area: 3 / 4 / 4 / 7;
		}
		#widget_sp_image-2 {
			grid-area: 4 / 3 / 5 / 5;
		}
		#widget_sp_image-3 {
			grid-area: 4 / 5 / 5 / 7;
		}
		#widget_sp_image-8 {
			grid-area: 4 / 1 / 5 / 3;
		}
	}
}

/*footermenuここまで*/

/*写真付きテキスト用テンプレートcss*/

.tempflex {
  display: flex;
  align-items: flex-start;
}
.f_flow {
  flex-flow: row-reverse;
}
.w25p {
  width: 25%;
  height: auto;
  margin: 1em;
}
.w25p_b0 {
  width: 25%;
  height: auto;
  margin: 1em 1em 0em 1em;
}
.w50p {
  width: 50%;
  height: auto;
  margin: 1em;
}
.w50p_b0 {
  width: 50%;
  height: auto;
  margin: 1em 1em 0em 1em;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.indentfront{
  text-indent: 1em;
}
.indentback{
  text-indent: -1em;
  padding-left: 1em;
}
.listindentback{
  padding-left: 1em;
}
ol  {
  margin: 0;
  padding: 0;
}
ol li  {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.youtube100 {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 2em 0;
}
.youtube100 iframe {
  width: 100%;
  height: 100%;
}
.youtube50 {
  width: 50%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.youtube50 iframe {
  width: 100%;
  height: 100%;
  margin: 2em 0;
}
@media screen and (max-width:768px){
.tempflex {
  display: block;
}
.w25p {
  width: 100%;
  height: auto;
  margin: 0;
}
.w25p_b0 {
  width: 100%;
  height: auto;
  margin: 0;
}
.w50p {
  width: 100%;
  height: auto;
  margin: 0;
}
.w50p_b0 {
  width: 100%;
  height: auto;
  margin: 0;
}
.float_l {
  float: none;
}
.float_r {
  float: none;
}
.youtube50 {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
	
/* トップ下問合せ	 */
	.contact_box {
		width:100%;
		.contact_flex {
    flex-flow: column;
	}
		.contact_flex li {
    font-size: 1em;
    margin: 0 0 1.3em;
	}
}

/****** プライバシーポリシー枠（フォーム下） *******/
.privacy_box {
	display:block;
	margin:20px auto;
	width: min(96%, 800px);
	border:2px solid #ddd;
	padding:10px 20px;
	dl,dt,dd {
		margin:0;	
	}
	dl {
		padding:10px 0;
	}
	dt {
		margin-bottom:7px;
		text-align:center;
	}
	dd {
		line-height: 1.6;
		font-size: clamp(0.7rem, 0.589rem + 0.42vw, 0.9rem);
		margin-bottom: 10px;
	}
}


/***********************************
 ブログ ほかアーカイブページレイアウト 
************************************/
.widget_tag_cloud .tagcloud {
    font-size: 0;
}

.widget_tag_cloud .tagcloud a {
    border: 1px solid #999;
    padding: 6px;
    margin: .2em;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px !important;
}

.widget_tag_cloud .tagcloud a:hover {
    background: #b5e8f5;
}

@media screen and (max-width: 991px) {

    .l-contents--grid .l-contents__inner {
        display: flex;
        flex-direction: column;
    }

    .l-page-header {
        order: 2;
/* 		padding:0 20px; */
    }

/*     .l-primary {
        margin-bottom: 30px;
        order: 1; */
    }

    /* アーカイブ個別設定	 */
    .l-secondary {
        margin: 0 0 40px;
        order: 3;
    }

    .p-blog__title {
        border-top: 0 !important;
        margin: 0 0 20px;
        padding: var(--size-10-15) 0;
        background: #000;
        color: #fff !important;
    }

    .p-page-header {
/*         height: 55px; */
        margin-bottom: 15px;
    }


    .tagcloud a:before {
        /* 		content:"#";
     padding-right:.2em; */
    }

}

