@charset "UTF-8";

/*
Theme Name: 大田区加工技術展示商談会
Theme URI:
Author: 大田区加工技術展示商談会
Description:
Version: 1.0
*/

/*
brake point
[tb]max-width: 1024px
[sp]max-width: 767px
*/

/*
font install
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*CSS redefinition*/
html{
	height:100%;
	width:100%;
	font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body{
	height:100%;
	width:100%;
	font-family:  'Noto Sans JP', sans-serif;
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

img{
	border:none;
	max-width: 100%;
	height: auto;
	display: inline;
}

ul{
	list-style: none;
}

ul,ul li{
	margin: 0;
	padding: 0;
}

h1,
h2{
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #1b1464;
}

/*common*/
.sp{
	display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
		display: block;
  }
	.pc{
		display: none;
	}
}

.mt20{
	margin-top: 2rem;
}

.mb20{
	margin-bottom: 2rem;
}

.mb30{
	margin-bottom: 3rem;
}

.tx-center{
	text-align: center;
}

.tx-sup{
	font-size: 1.3rem;
}

.tx-red{
	color: #FF0000;
}

.btn-area{
	text-align: center;
}

.col2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wp-block-separator{
    margin: 2rem 0;
    border-top: 1px solid #cccccc;
    height: 1px;
}

.btn{
    display: inline-block;
}

.btn a,
.btn span{
	display: block;
	min-width: 200px;
	padding: 1.5rem 2rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	border: 1px solid #1b1464;
	color: #1b1464;
	background: url(/2024/img/arrow_right.png) no-repeat right 10px center;
}

@media only screen and (max-width: 767px) {
	.btn-area .btn a:after{
		right: 1rem;
	}
}

.btn.small a,
.btn.small span{
	min-width: 130px;
	font-size: 1.4rem;
	padding: 0.8rem 2.5rem;
	background-size: 12px;
}

 .btn + .btn{
	margin-left:1.5rem;
}

@media only screen and (max-width: 767px) {
	.btn + .btn{
	 margin-left:0.5rem;
 }
}

ol > li{
	margin-left: 2rem;
	line-height: 1.8;
}

/*rayout*/
body{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
	background-size: cover;
	background-color: #FFF;
	font-weight: 500;
}

body.front{
	background-color: #eaeff9;
}

main{
	padding-bottom: 4rem;
}

.front main{
	padding-bottom: 0;
}

.container{
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 2rem;
}


.container-s{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 2rem;
}

.container-ss{
	max-width: 850px;
	margin: 0 auto;
	padding: 0 2rem;
}

.bk-white{
	background-color: #FFF;
}

/*header*/

header {
	position: relative;
	padding: 0 2rem;
}

.front header{
	display: none;
}

@media only screen and (max-width: 1023px) {
	.front header{
		display:block;
	}
}

header h1{
	padding: 2rem 0;
}

header h1 img{
	width: 30rem;
}

@media only screen and (max-width: 767px) {
	header h1 img{
		width: 60%;
	}
}

header .nav{
	height: 100%;
	position: fixed;
	width: 250px;
	right: -250px;
	padding-top: 7rem;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
}

header .nav.active{
	background-color: #FFF;
	z-index: 10;
	right: 0;
	top: 0;
}

header .nav li,
.front-header .flex .front-nav nav li{
	border-bottom: 1px solid #CCC;
	font-size: 1.8rem;
}

header .nav li{
	border-bottom: 1px solid #CCC;
	border-top: none;
}

header .nav li a,
.front-header nav li a{
	color: #1b1464;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2rem 0;
}

header .nav li a{
	padding-left: 2rem;
}

header .nav .btn-link > div,
.front-nav .btn-link > div{
	margin-top: 1.5rem;
}
header .nav .btn-link {
	padding: 0 1rem;
}
header .nav .btn-link > div a,
.front-nav .btn-link > div a{
	display: block;
	background-color: #1b1464;
	color: #FFF;
	text-align: center;
	padding: 1.5rem 1rem;
	text-decoration: none;
}

header .nav .btn-link > div.btn-register a,
.front-nav .btn-link > div.btn-register a{
	background-color: #1b1464;
}

header .nav .btn-link > div.red a,
.front-nav .btn-link > div.red a{
    background-color: #990000;
}

.btn-nav{
	background-color: #1b1464;
	position: absolute;
	width: 15rem;
	height: 7rem;
	top: 0;
	right: 0;
	z-index: 11;
	cursor:pointer;
}

.btn-nav:after{
	content: "MENU";
	color: #FFF;
}

.btn-nav.active{
	width: 250px;
	position: fixed;
}

.btn-nav-trigger{
	position: relative;
	width: 4.5rem;
	height: 3rem;
	margin: 2rem;
	display: inline-block;
	vertical-align: middle;
}

.btn-nav-trigger span {
  display: inline-block;
  transition: all .4s;
}

.btn-nav-trigger span{
	background-color: #fff;
	position: absolute;
  right: 0;
  width: 100%;
  height: 0.2rem;
	border-radius: 4px;
}

.btn-nav-trigger span:nth-child(2){
	width: 75%;
}

.btn-nav-trigger span:last-child{
	width: 50%;
}

.active .btn-nav-trigger span{
	background-color: #FFF;
	width: 100% !important;
}

.active .btn-nav-trigger:after{
	color: #FFF;
}

.btn-nav-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-nav-trigger span:nth-of-type(2) {
  top: 1.5rem;
}
.btn-nav-trigger span:nth-of-type(3) {
  bottom: 0;
}

.active .btn-nav-trigger span:nth-of-type(1) {
  transform: translateY(1.4rem) rotate(-32deg);
}
.active .btn-nav-trigger span:nth-of-type(2) {
  opacity: 0;
}
.active .btn-nav-trigger span:nth-of-type(3) {
  transform: translateY(-1.4rem) rotate(32deg);
}


footer{
	text-align: center;
	background-color: #1b1464;
	padding: 3rem 0;
	font-size: 1.4rem;
    color: #FFF;
}

footer a{
    color: #FFF;
}
footer nav{
	margin-bottom: 1rem;
}
footer nav li{
	display: inline-block;
}
footer nav li:after{
	content: "｜";
	display: inline-block;
	margin: 0 1rem;
}
footer nav li:last-child::after{
	display: none;
}

/*contents*/
.sub-contents-box .title{
	color: #1b1464;
	font-weight: bold;
	font-size: 2.5rem;
	position: relative;
	margin-bottom: 2rem;
}

.sub-contents-box .title:before{
	content:"";
	width: 20px;
	height: 5px;
	background-color: #1b1464;
	position: absolute;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.sub-contents-box .title-big{
	font-size: 3rem;
	color: #1b1464;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: bold;
}

.sub-contents-box .title2{
	color: #1b1464;
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

.sub-contents-box p + .title2{
	border-top: 1px solid #CCC;
	padding-top: 2rem;
}

.front-header .flex{
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
	display: flex;
	/* background-color: #FFF; */
}

.front-header .flex .slider{
	width: calc(100% - 172px - 1rem);
	max-width: 900px;
}

@media only screen and (max-width: 1023px) {
	.front-header .flex{
		flex-wrap: wrap;
	}
	.front-header .flex .slider{
		width: 100%;
	}
}

.front-header .flex .slider img{
	display: block;
}

.front-header .flex .front-nav{
	width: 252px;
	margin-left: 4.5rem;
	background-color: #FFF;
	border-radius: 0 0 8px 8px;
	padding: 2rem;
}

.front-header .flex .front-nav h1{
	padding: 2rem 0;
}

@media only screen and (max-width: 1023px) {
	.front-header .flex .front-nav{
		display: none;
	}
}

.front-contents-wrap{
	padding: 4rem 0;
}

.front-contents-wrap.pb0{
    padding-bottom: 0;
}

.sub-contents-box{
	padding: 2rem 3rem 3rem;
	background-color: #eaeff9;
	position: relative;
	border-radius: 6px;
}

.front .sub-contents-box{
	background-color: #FFF;
}

.front .bk-white .sub-contents-box{
	background-color: #eaeff9;
}

.front .col1 .sub-contents-box{
	width: 100%;
	border:1px solid #1b1464;
	margin-bottom: 3rem;
}

.front .col1.speech-bnr{
	max-width: 800px;
	margin: 0 auto 3rem;
	text-align: center;
}

.front .col1.speech-bnr a:hover{
	opacity: 0.7;
}

.front .col2 .sub-contents-box{
	width: calc(50% - 1.5rem);
}

@media only screen and (max-width: 767px) {
	.front .col2 .sub-contents-box{
		width: 100%;
	}
}

.sub-contents-box .btn-area{
	position: absolute;
	right:3rem;
	top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.sub-contents-box .btn-area{
		position: static;
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 767px) {
	.front-detail{
		margin-bottom: 3rem;
	}
}

.col1 .front-news.sub-contents-box{
	border: none;
	margin-top: 3rem;
}

.front-detail dl,
.front-news dl{
	margin-top: 2rem;
}

.front-news dl{
	border-bottom: 1px solid #CCC;
	padding-bottom: 2rem;
}

.front-detail dl dt,
.front-news dl dt{
	font-size: 1.4rem;
}

.front-detail dl dt{
	font-weight: bold;
}

.front-news dl dt{
	margin-bottom: 0.8rem;
}

.front-detail .official-name{
	font-size: 2rem;
}

.front-detail .official-name strong{
	font-weight: bold;
	font-size: 2.5rem;
	display: block;
}

.sub-contents-box.front-speech{
	background-color: #FFF4F4;
	margin-top: 3rem;
}
.sub-contents-box.front-speech dl dd{
	font-size: 1.8rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
.sub-contents-box.front-speech dl dd.company{
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-contents-box.front-speech dl dd.company .company-image{
    width: 12rem;
}

.sub-contents-box.front-speech dl dd.company .name{
    width: calc(100% - 13rem);
}

.sub-contents-box.front-speech dl dd strong{
	display: block;
	font-size: 2rem;
}

.sub-contents-box.front-speech dl dd ruby rb{
	transform: scale(0.8);
	font-weight: normal;
}

.front .front-pickup .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.front .front-pickup .flex .list{
	width: calc(33.33% - 1rem);
	max-width: 330px;
}

@media only screen and (max-width: 767px) {
	.front .front-pickup .flex .list{
		width: calc(50% - 1rem);
	}

	.front .front-pickup .flex .list:last-child{
		display: none;
	}
}

.front .front-pickup .flex .list a{
	display: block;
	color: #555;
	text-decoration: none;
}

.front .front-pickup .flex .list dl dd{
	position: relative;
}

.front .front-pickup .flex .list dl dd .data{
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 2px;
}

.front .front-pickup .flex .list dl dd p{
	font-weight: bold;
	margin-top: 1rem;
}

.front .front-other{
	width: calc(50% - 1.5rem);
}

@media only screen and (max-width: 767px) {
	.front .front-other{
		width: 100%;
	}
}

.front .front-other .sub-contents-box{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.front .front-access {
		order: 2;
		margin-top: 3rem;
	}
}

.front .front-access .map{
	height: calc(100% - 6rem);
}

@media only screen and (max-width: 767px) {
	.front .front-access .map{
		height: 500px;
	}
}

.front .front-access .map iframe{
	width: 100%;
	height: 100%;
}

.front .front-lasttime{
	margin-bottom: 3rem;
}

.front .front-lasttime p{
	font-size: 1.9rem;
	margin-bottom: 2rem;
}

.front .front-lasttime .flex{
	display: flex;
	justify-content: space-between;
}

.front .front-lasttime .flex div{
	width: calc(33.33% - 0.5rem);
}

.front .front-contact p + p{
	margin-top: 2rem;
}

.front .front-bnr-area{
	width: 100% !important;
	margin-top: 3rem;
}

.front .front-bnr-area > .bnr{
	width: calc(33.33% - 2rem);
	overflow: hidden;
	border-radius: 5px;
}

.front .front-bnr-area > .bnr img{
	border-radius: 5px;
	transition: transform 0.5s;
}

.front .front-bnr-area > .bnr a{
}

.front .front-bnr-area > .bnr a:hover img{
	transform: scale(1.1);
}

.category-icon span{
	display: inline-block;
	min-width: 80px;
	padding: 0 0.5rem;
	font-size: 14px;
	text-align: center;
}

.main-title{
	padding: 5rem 2rem;
	font-size: 3rem;
	background-color: #eaeff9;
	color: #1b1464;
	text-align: center;
	margin-bottom: 5rem;
}

main.pages h3{
	font-size: 2.4rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

main.pages p{
	line-height: 2;
}

main.pages table{
	width:100%;
	border:1px solid #CCC;
}

main.pages table tr td{
	width: 80%;
	border:1px solid #CCC;
	padding: 1rem;
	vertical-align: middle;
}

main.pages table tr td:first-child{
	background-color: #f5f5f5;
	font-weight: bold;
	width: 20%;
	text-align: center;
}

.exhibitor-name{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	flex-wrap: wrap;
}

.exhibitor-name .thum{
	width: 300px;
}

.exhibitor-name .right-col{
	width: calc(100% - 300px - 2rem);
}

@media only screen and (max-width: 767px) {
	.exhibitor-name .thum{
		width: 100%;
		text-align: center;
	}

	.exhibitor-name .right-col{
		width: 100%;
	}
}

.exhibitor-name h2{
	font-size: 3.4rem;
	font-weight: bold;
	margin: 2rem 0;
}

.exhibitor-name h2 span.num{
	font-size: 2rem;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    padding: 0.1rem;
	vertical-align: middle;
	transform: translateY(-0.4rem);
	margin-right: 1rem;
}


.exhibitor-name p{
	font-size: 2rem;
	font-weight: bold;
}

.exhibitor-detail{
	background-color: #eaeff9;
	padding: 4rem 0;
	margin-bottom: 4rem;
}

.exhibitor-detail .col2{
	border-bottom: 1px solid #AFAEAE;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	align-items: flex-start;
}

.exhibitor-detail .detail-slide{
	max-width: 630px;
	width: 56%;
}

@media only screen and (max-width: 767px) {
	.exhibitor-detail .detail-slide{
		max-width: 100%;
		width: 100%;
		border-bottom: 1px solid #CCC;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
}

.exhibitor-detail .detail-slide p{
	margin-top: 1rem;
	text-align: center;
}

.exhibitor-detail .text{
	width: calc(44% - 2rem);
}

@media only screen and (max-width: 767px) {
	.exhibitor-detail .text{
		width: 100%;
	}
}

.exhibitor-detail .text .pr-text{
	margin-bottom: 1rem;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2rem;
}

.exhibitor-detail .title{
	font-size: 2rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
}

.exhibitor-detail .movie{
	text-align: center;
}

.exhibitor-detail .movie p{
	margin-top: 1rem;
}

.exhibitor-detail .movie iframe{
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.exhibitor-detail .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	}
	.exhibitor-detail .movie iframe {
	width: 100%;
	height: 100%;
	}
}


.specialty .title{
	text-align: center;
}

.specialty li{
	display: inline-block;
	color: #CCC;
	font-weight: bold;
	font-size: 2rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}

.specialty li.on{
	color: #1b1464;
}

.access-info__inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.access-info .left-col{
	width: calc(60% - 2rem);
}
@media only screen and (max-width: 767px) {
    .access-info .left-col{
        width: 100%;
        margin-bottom: 2rem;
    }
}

.access-info .right-col{
	width: 40%;
}
@media only screen and (max-width: 767px) {
    .access-info .right-col{
        width: 100%;
    }
}

.access-info .map-area{
	margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
	.access-info .map-area{
		width: 100%;
	}
}

.access-info .stmap-area{
	display: none;
	height: calc(100% - 6rem);
}

@media only screen and (max-width: 767px) {
	.access-info .stmap-area{
		height: 400px;
	}
}
.access-info .stmap-area.active{
	display: block;
}

.access-info .stmap-area iframe{
	width: 100%;
	height: 100%;
	display: block;
    min-height: 400px;
}

@media only screen and (max-width: 767px) {
	.access-info .stmap-area iframe{
		height: calc(100% - 6rem);
	}
}

.access-info .company-detail{
}

@media only screen and (max-width: 767px) {
	.access-info .company-detail{
		width: 100%;
	}
}

.access-info .company-detail{
	padding-left:0;
	padding-right:0;
}

.access-info .company-detail .title{
	margin-left: 3rem;
}

.access-info .company-detail dl{
	border-bottom: 1px solid #FFF;
	padding: 0 3rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.access-info .company-detail dl:last-child{
	border:none;
}

.list-news dl{
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #CCC;
}

.list-news dl dt{
	font-size: 2rem;
}

.list-news .data{
	margin: 0.8rem 0 2rem;
	font-size: 1.4rem;
}

.list-pickup{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-pickup .list{
	width: calc(33.33% - 1rem);
	max-width: 330px;
}

@media only screen and (max-width: 767px) {
	.list-pickup .list{
		width: calc(50% - 1rem);
	}

	.list-pickup .list:last-child{
		display: none;
	}
}

.list-pickup .list a{
	display: block;
	color: #555;
	text-decoration: none;
}

.list-pickup .list dl dd{
	position: relative;
}

.list-pickup .list dl dd .data{
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 2px;
}

.list-pickup .list dl dd p{
	font-weight: bold;
	margin-top: 1rem;
}

.pages h1,
.post-area h1{
	font-size: 3rem;
	margin: 0.8rem 0 2rem;
	font-weight: bold;
}
.pages h2,
.post-area h2{
	font-size: 2.6rem;
	margin: 0.8rem 0 2rem;
	font-weight: bold;
}
.pages h3,
.post-area h3{
	font-size: 2.2rem;
	margin: 0.8rem 0 2rem;
	font-weight: bold;
}

.post-area .image{
	margin: 0 auto 2rem;
}

.post-area p + p{
	margin-top: 1.5rem;
}
.post-area ul {
	margin-top: 2rem;
}
.post-area ul li{
	list-style: disc;
	margin-left: 2rem;
}
.post-area ul li + li{
	margin-top: 0.8rem;
}

.page-exhibitors .category-btn{
	margin-bottom: 3rem;
}

.page-exhibitors .category-btn ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-exhibitors .category-btn li,
.page-exhibitors .category-btn ul:after{
	width: calc(25% - 1rem);
	margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1024px) {
	.page-exhibitors .category-btn li,
	.page-exhibitors .category-btn ul:after{
		width: calc(33.33% - 1rem);
	}
}

@media only screen and (max-width: 599px) {
	.page-exhibitors .category-btn li,
	.page-exhibitors .category-btn ul:after{
		width: calc(50% - 1rem);
	}
}

.page-exhibitors .category-btn ul:after{
	content: "";
}

.page-exhibitors .category-btn li a{
	display: block;
	padding: 2rem;
	background-color: #cccccc;
	color: #000;
	position: relative;
}

.page-exhibitors .grp-col[data-category="成形"] .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="成形"] a,
.category-icon[data-category="成形"] span,
.exhibitor-name h2[data-category="成形"] span.num{
	background-color: #b7d342;
}
.page-exhibitors .grp-col[data-category="表面処理"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="表面処理"] a,
.category-icon[data-category="表面処理"] span,
.exhibitor-name h2[data-category="表面処理"] span.num{
	background-color: #f08437;
}
.page-exhibitors .grp-col[data-category="金属除去"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="金属除去"] a,
.category-icon[data-category="金属除去"] span,
.exhibitor-name h2[data-category="金属除去"] span.num{
	background-color: #f6bfd7;
}
.page-exhibitors .grp-col[data-category="非金属除去"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="非金属除去"] a,
.category-icon[data-category="非金属除去"] span,
.exhibitor-name h2[data-category="非金属除去"] span.num{
	background-color: #ce7eb1;
}
.page-exhibitors .grp-col[data-category="開発・設計・組立"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="開発・設計・組立"] a,
.category-icon[data-category="開発・設計・組立"] span,
.exhibitor-name h2[data-category="開発・設計・組立"] span.num{
	background-color: #182d7b;
    color: #FFF;
}
.page-exhibitors .grp-col[data-category="接合"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="接合"] a,
.category-icon[data-category="接合"] span,
.exhibitor-name h2[data-category="接合"] span.num{
	background-color: #fff462;
}
.page-exhibitors .grp-col[data-category="その他の加工技術"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="その他の加工技術"] a,
.category-icon[data-category="その他の加工技術"] span,
.exhibitor-name h2[data-category="その他の加工技術"] span.num{
	background-color: #00afe2;
}
.page-exhibitors .grp-col[data-category="支援機関団体等"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="支援機関団体等"] a,
.category-icon[data-category="支援機関団体等"] span,
.exhibitor-name h2[data-category="支援機関団体等"] span.num{
	background-color: #CCC;
}
.page-exhibitors .grp-col[data-category="企画展"]  .list-exhibitors .list:before,
.page-exhibitors .category-btn li[data-category="企画展"] a,
.category-icon[data-category="企画展"] span,
.exhibitor-name h2[data-category="企画展"] span.num{
	background-color: #e61673;
    color: #FFF;
}

.page-exhibitors .icon span,
.page-exhibitors .list .category span{
	display: inline-block;
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  color: #FFF;
	margin-right: 0.5rem;
}

.page-exhibitors .icon span.ic1,
.page-exhibitors .list .category span[data-icon="一社）大田工業連合会"]{
    background-color: #05a310;
}
.page-exhibitors .list .category span[data-icon="一社）大田工業連合会"]:before{
	content: "工連";
}

.page-exhibitors .icon span.ic2,
.page-exhibitors .list .category span[data-icon="大田の工匠１００人"],
.page-exhibitors .list .category span[data-icon="大田の工匠Next Generation"],
.page-exhibitors .list .category span[data-icon="大田の工匠 技術・技能継承"]{
    background-color: #0541a3;
}

.page-exhibitors .list .category span[data-icon="大田の工匠１００人"]:before,
.page-exhibitors .list .category span[data-icon="大田の工匠Next Generation"]:before,
.page-exhibitors .list .category span[data-icon="大田の工匠 技術・技能継承"]:before{
	content: "工匠";
}

.page-exhibitors .icon span.ic3,
.page-exhibitors .list .category span[data-icon="新規"]{
    background-color: #e60012
}
.page-exhibitors .list .category span[data-icon="新規"]:before{
	content: "新規";
}

.page-exhibitors .list .category span.kousyo + .kousyo{
	display: none;
}

.page-exhibitors .category-btn li a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.page-exhibitors .icon-disp{
	background-color: #f5f5f5;
	padding: 2rem;
	margin-bottom: 5rem;
	line-height: 2;
}

.page-exhibitors .icon-disp .icon{
	font-size: 1.4rem;
}

.page-exhibitors .grp-col{
	padding: 5rem 0;
}

.page-exhibitors .grp-col[data-category="成形"]{
	background-color: #f2f7e0;
}
.page-exhibitors .grp-col[data-category="表面処理"]{
	background-color: #fde9d7;
}
.page-exhibitors .grp-col[data-category="金属除去"]{
	background-color: #fef4f8;
}
.page-exhibitors .grp-col[data-category="非金属除去"]{
	background-color: #f5e8f2;
}
.page-exhibitors .grp-col[data-category="開発・設計・組立"]{
	background-color: #e9e6f1;
}
.page-exhibitors .grp-col[data-category="接合"]{
	background-color: #fffde6;
}
.page-exhibitors .grp-col[data-category="その他の加工技術"]{
	background-color: #dff1fa;
}
.page-exhibitors .grp-col[data-category="支援機関団体等"]{
	background-color: #FFF;
}
.page-exhibitors .grp-col[data-category="企画展"]{
	background-color: #fcf1f6;
}


.page-exhibitors .grp-col .title{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 3rem;
	font-weight: bold;
}

.page-exhibitors .list-exhibitors{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-exhibitors .list-exhibitors:after,
.page-exhibitors .list-exhibitors:before{
	content: "";
	width: calc(33.33% - 2rem);
	display: block;
	margin-bottom: 3rem;
	order:1;
}

.page-exhibitors .list-exhibitors .list{
	width: calc(33.33% - 2rem);
	background-color: #FFF;
	cursor: pointer;
	margin-bottom: 3rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	position: relative;
	padding: 2rem;
}

@media only screen and (max-width: 768px) {
	.page-exhibitors .list-exhibitors .list{
		width: calc(50% - 1rem);
		margin-bottom: 2rem;
	}
}

.page-exhibitors .list-exhibitors .list:before{
	content: attr(data-num);
	position: absolute;
	width:3.5rem;
	height: 3.5rem;
	display: block;
	text-align: center;
	z-index: 1;
	padding-top: 0.5rem;
	box-sizing: border-box;
	font-weight: bold;
	right: 0;
	top: 0;
}

.page-exhibitors .list-exhibitors .list .thum img{
	width: 100%;
	max-width: none;
}

.page-exhibitors .list-exhibitors .list p.name{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0.5rem 0 1rem;
}

.page-exhibitors .list-exhibitors .list p.pr{
	font-size: 1.4rem;
}

.pages figcaption{
	text-align: right;
	font-size: 1.4rem;
}
.pages figcaption ruby{
	font-size: 1.6rem;
}
.pages figcaption ruby rt{
	transform: scale(0.8);
}
.pages .speech-info{
	background-color: #f5f5f5;
	padding: 2rem;
	margin-top: 2rem;
}

.pages .speech-info h3{
	margin-top: 0;
	font-size: 2rem;
}

.slick-slide{
	padding-bottom: 3rem;
}

.slick-slide figure{
	position: relative;
	height: 450px;
}

.slick-slide figure::after{

}

.slick-track{
	/* display: flex; */
	align-items: center;
}

.slick-slide figure{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-slide figure img{
	display: inline;
	object-fit: contain;
	height: 450px;
}


.slick-arrow{
	position: absolute;
	top: calc(50% - 2rem);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border:none;
	cursor: pointer;
	overflow: hidden;
}

.slick-prev{
	left: 2rem;
	z-index: 1;
	background-image: url(/2024/img/arrow_right.png);
	transform: translateY(-50%) rotate(-180deg);
}
.slick-next{
	right: 2rem;
	background-image: url(/2024/img/arrow_right.png);
}

.slick-dots{
	position: absolute;
	bottom: 0.5rem;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.slick-dots li{
	display: inline-block;
	margin: 0 0.5rem;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background-color: #FFF;
	opacity: 0.6;
	border-radius: 100px;
}

.slick-dots li.slick-active{
	opacity: 1;
}


.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.state{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 3rem auto 0;
}

.state > div{
	width: calc(33.33% - 1rem);
	margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
	.state > div{
		width: calc(50% - 1rem);
	}
}

.speeker-info{
	border: 2px solid #1b1464;
	padding: 2rem;
	display: flex;
	margin-bottom: 3rem;
}

.speech_sub{
    font-size: 2rem;
    font-weight: bold;
    color: #1b1464;
    line-height: 1.4 !important;
}

.speeker-info .left-col{
	width: 200px;
	margin-right: 3rem;
}

.speeker-info .right-col dt,
.speech_detail_title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
    background-color: #1b1464;
    color: #FFF;
    display: inline-block;
    padding: 1rem;
    line-height: 1 !important;
}

.speeker-info .right-col dd p.company-name{
	font-size: 1.8rem;
	font-weight: bold;
}

.speeker-info .right-col dd p.name strong{
	display: block;
	font-size: 2rem;
	margin-top: 1rem;
}

.speeker-info .right-col dd p.name ruby rb{
	transform: scale(0.8);
	font-weight: normal;
}

.speeker-company{
	padding: 2rem;
	display: flex;
	margin: 3rem 0;
	background-color: #f5f5f5;
	justify-content: space-between;
}

.speeker-company .left-col dt{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.speeker-company .right-col{
	width: 200px;
}


/*マイページ関連*/
.mypage-rayout{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.mypage-rayout{
		flex-direction: column;
	}
}

.mypage-left{
	width: 20%;
	min-width: 200px;
}

.mypage-right{
	width: calc(80% - 5rem);
}

@media only screen and (max-width: 767px) {
	.mypage-left{
		width: 100%;
	}
	
	.mypage-right{
		width: 100%;
	}
}

.mypage-left .login-name{
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.menu-mypage-ex__open{
	border: 1px solid #1b1464;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 1rem 2rem 1rem 1rem;
	color: #1b1464;
	position: relative;
}
.menu-mypage-ex__open.open{
}

.menu-mypage-ex__open::after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 8px 6px 0 6px;
	border-color:#1b1464 transparent transparent transparent ;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.menu-mypage-ex__open.open::after{
	content: "×";
	border: none;
	width: auto;
	height: auto;
	font-size: 1.8rem;
	font-weight: bold;
	right: 0.7rem;
}

#menu-mypage-ex{
	border: 1px solid #1b1464;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	#menu-mypage-ex{
		height: 0;
		overflow: hidden;
		border-radius: 0 0 5px 5px;
		margin-bottom: 3rem;
	}
	#menu-mypage-ex.open{
		height: auto;
	}
}

#menu-mypage-ex li a{
	border-bottom: 1px solid #1b1464;
	display: block;
	padding: 1rem 2rem 1rem 1rem;
	color: #1b1464;
	text-decoration: none;
	position: relative;
}
#menu-mypage-ex li.red a{
	color: #FF0000;
}

#menu-mypage-ex li:last-child a{
	border-bottom: none;
}

#menu-mypage-ex li a::after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #1b1464;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
#menu-mypage-ex li.red a::after{
	border-color: transparent transparent transparent #FF0000;
}

#menu-mypage-ex li a:hover{
	background-color: #1b1464;
	color: #FFF;
}

#menu-mypage-ex li a:hover::after{
	border-color: transparent transparent transparent #FFF;
}

#menu-mypage-ex li a span{
	color: #FF0000;
	font-size: 1.2rem;
	display: block;
}


.mypage-rayout .mypage-read{
	margin: 0 auto 4rem;
	border: 1px solid #FF0000;
	padding: 3rem;
	font-size: 1.4rem;
	border-radius: 5px;
    max-width: 800px;
    text-align: center;
}

.mypage-rayout #main-error{
    background-color: #ff0000;
    color: #FFF;
    padding: 3rem 3rem 2rem;
	font-size: 1.4rem;
	border-radius: 5px;
    max-width: 800px;
    text-align: center;
    margin-bottom: 3rem;
}

.mypage-rayout .mypage-read .tx-left{
    text-align: left;
}

.mypage-rayout .mypage-read .mypage-read_title{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #FF0000;
	font-weight: bold;
}

.mypage-rayout .mypage-read p{
    margin-bottom: 1.8rem;
}

.mypage-rayout .mypage-read p.tx20{
    font-size: 1.8rem;
}

.mypage-rayout .mypage-read .btn-mypage{
    display: inline-block;
}

.mypage-rayout .mypage-read .btn-mypage a{
    background-color: #1b1464;
    display: block;
    min-width: 230px;
    padding: 1.5rem;
    line-height: 1;
    color: #FFF;
    position: relative;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
}


.um-account-side{
	display: none;
}


/*UMフォーム*/
.um-text{
	font-size: 1.4rem;
}
.um-row-heading{
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 2rem;
	font-weight: bold;
}

.um-profile .um-profile-body{
	padding-top: 0;
}

/*CSV関連*/
body.admin {
	background: none;
}
.admin header{
	display: none;
}
.admin footer,
.admin .footer-contents{
	display: none;
}

/*animation*/
.move-top{
	opacity: 0;
	transform: translateY(15%);
	transition-delay: 0.3s !important;
}

.move-top.on{
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease-out;
}

.anime-move[data-delay="2"]{
	transition-delay: 0.3s !important;
}

.anime-move[data-delay="3"]{
	transition-delay: 0.6s !important;
}

.anime-move[data-delay="4"]{
	transition-delay: 0.9s !important;;
}

.anime-move[data-delay="5"]{
	transition-delay: 1.2s !important;
}

.anime-move[data-delay="6"]{
	transition-delay: 1.5s !important;
}

.post-area .wp-block-image{
	margin-bottom: 3rem;
}

.page-exchange_space__h3{
	background-color: #1b1464;
	text-align: center;
	color: #FFF;
	margin-top: 5rem;
	margin-bottom: 2rem;
	padding: 1rem;
}
.page-exchange_space__h3 h3{
	font-size: 3rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.page-exchange_space__h3 h3{
		font-size: 2.4rem;
	}
}

.page-exchange_space__h3 p{
	margin-bottom: 0 !important;
}

.page-exchange_space h4{
	font-size: 2rem;
	color: #1b1464;
	margin-bottom: 1rem;
	margin-top: 3rem;
}

.page-exchange_space h5{
	font-size: 1.8rem;
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 1rem;
}

.page-exchange_space h5::before{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

.page-exchange_space p{
	margin-bottom: 2rem;
}

.page-exchange_space p.sup{
	font-size: 1.2rem;
}

.page-exchange_space sup{
	font-size: 1.2rem;
	vertical-align: super;
}

.page-exchange_space .sub{
	background-color: #f5f5f5;
	padding: 1.5rem 1.5rem 0.5rem;
	margin-bottom: 2rem;
}

.page-exchange_space .sub p{
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

.page-exchange_space ol {
	margin-bottom: 2rem;
}

.page-exchange_space .is-layout-flex{
	margin-bottom: 2rem;
}
.page-exchange_space .is-layout-flex.wp-container-core-columns-layout-5{
	margin-bottom: 0;
}
.page-exchange_space .is-layout-flex h4{
	margin-top: 0;
}
.page-exchange_space .is-layout-flex p{
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
		flex-basis: 33.33%;
	}
}

.page-exchange_space ol li{
	list-style: none;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5rem;
}

.page-exchange_space ol li::before{
	position: absolute;
	left: 0;
	top: 0;
}

.page-exchange_space ol li:nth-child(1)::before{
	content: "①";
}
.page-exchange_space ol li:nth-child(2)::before{
	content: "②";
}
.page-exchange_space ol li:nth-child(3)::before{
	content: "③";
}
.page-exchange_space ol li:nth-child(4)::before{
	content: "④";
}
.page-exchange_space ol li:nth-child(5)::before{
	content: "⑤";
}
.page-exchange_space ol li:nth-child(6)::before{
	content: "⑥";
}
.page-exchange_space ol li:nth-child(7)::before{
	content: "⑦";
}


.page-exchange_space .wp-block-buttons>.wp-block-button.wp-block-button__width-50{
	width: auto !important;
	margin-top: 1rem;
}

.page-exchange_space .wp-block-button__link{
	display: inline-block;
	width: auto;
}

#issue{
	max-width: 600px;
	margin: 0 auto;
	padding: 5rem 0;
}

#issue h2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

#issue input[type="email"]{
	width: 100%;
	padding:1rem;
	font-size: 1.6rem;
	border: 1px solid #CCC;
	border-radius: 4px;
}

#issue .btn-area{
	margin-top: 2rem;
}

.page-competition h3{
    font-size: 2rem;
    color: #1b1464;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.table_competition{
	margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
	.table_competition{
		overflow: scroll;
	}
	.table_competition::before{
		content: "横にスクロールしてご覧ください";
		display: block;
		margin-bottom: 0.5rem;
	}
	.table_competition .wp-block-group__inner-container{
		width: 1000px;
	}
}

.table_competition table{
	width: 100%;
	border: none;
	table-layout: fixed;
}

.table_competition table td,
.table_competition table th{
	font-size: 1.4rem;
	padding: 1rem;
	vertical-align: middle;
}

.table_competition table th{
	color: #1b1464;
}

.table_competition table td a{
	color: #E84686;
	text-decoration: underline;
}

.table_competition .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table_competition .wp-block-table.is-style-stripes tbody tr:nth-child(1){
	background-color: #E7F4F2;
}

.table_competition table tr:nth-child(1) th:nth-child(1){
	width: 5%;
}

.table_competition table tr:nth-child(1) th:nth-child(2){
	width: 10%;
}

.table_competition table tr:nth-child(1)  th:nth-child(3){
	width: 20%;
}

.table_competition table tr:nth-child(1)  th:nth-child(4){
	width: 20%;
}

.table_competition table tr:nth-child(1)  th:nth-child(5){
	width: 25%;
}

.table_competition table tr:nth-child(1)  th:nth-child(6){
	width: 20%;
}
.table_competition table td:nth-child(1),
.table_competition table td:nth-child(3){
	text-align: center;
}
.table_competition table td:nth-child(6){
	text-align: center;
}

.mailform {
	margin-top: 5rem;
}

.mailform dl{
	margin-bottom: 4rem;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
	.mailform dl{
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
}

.mailform dl.border-none{
    border-bottom: none;
    padding-bottom: 0;
}

.mailform .hidden dl{
    margin-bottom: 0;
	border-bottom: none;
    padding-bottom: 0;
}

.mailform dt{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #1b1464;
}
@media only screen and (max-width: 767px) {
	.mailform dt{
		font-size: 1.5rem;
	}
}

.mailform dd{
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.mailform dd{
		font-size: 1.4rem;
	}
}

.mailform .hidden,
.mailform .hidden-sub{
	margin-top: 1.5rem;
	display: none;
}

.mailform .wpcf7-list-item {
    display: inline-block;
    margin: 0 2rem 0.5rem 0;
}
@media only screen and (max-width: 767px) {
	.mailform .wpcf7-list-item {
		display: block;
	}
}

.mailform input[type="text"],
.mailform textarea{
	width: 100%;
	padding:1rem;
	font-size: 1.5rem;
	border: 1px solid #CCC;
	border-radius: 4px;
}
@media only screen and (max-width: 767px) {
	.mailform input[type="text"],
	.mailform textarea{
		font-size: 1.4rem;
	}
}

.mailform input[type="number"]{
	width: 10rem;
	padding:1rem;
	font-size: 1.5rem;
	border: 1px solid #CCC;
	border-radius: 4px;
    margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
	.mailform input[type="number"]{
		font-size: 1.4rem;
	}
}

.wpcf7-spinner{
	display: block;
    margin: 2rem auto;
}

.disable{
    pointer-events: none;
}

.front-banner-area{
    padding: 4rem 0;
}

.front-banner-area__title{
    text-align: center;
    font-size: 3rem;
    color: #1b1464;
    margin-bottom: 1.5rem;
}

.front-banner-area__title + p{
    text-align: center;
    margin-bottom: 3rem;
}

.front-banner-area__flex{
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.front-banner-area__flex dl{
    width: calc(50% - 3rem);
    margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
    .front-banner-area__flex dl{
        width: calc(50% - 1rem);
    }
}

.front-banner-area__flex dd{
    text-align: center;
    font-size: 1.4rem;
}

.rayout-map{
    max-width: 900px;
    margin: 0 auto 4rem;
    text-align: center;
}

.rayout-map h3{
    margin-bottom: 1.5rem;
}

.rayout-map span{
    font-size: 1.3rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.company-form p{
    font-size: 1.4rem;
}

.company-form__area--headding{
    color: #1b1464;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.company-form__area--input.-flex{
    display: flex;
    flex-wrap: wrap;
}

.company-form__area--input.-flex > dl{
    width: 50%;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.company-form__area--input.-flex > dl dt{
    margin-right: 1.5rem;
    font-size: 1.4rem;
}

.company-form__area textarea{
    font-size: 1.6rem;
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
}

.company-form__area .input-select{

}

.company-form__area .input-select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size:1.6rem;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 666px) {
    .company-form__area .input-select select {
        font-size: 2.6rem;
    }
}

.company-form__area .input-select{
    border: 1px solid #707070;
    background-color: #FFF;
    width: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
}
@media only screen and (max-width: 666px) {
    .company-form__area .input-select {
        padding: 1rem 2rem;
    }
}

.company-form__area .input-select::after {
position: absolute;
content: '▼';
right: 1rem;
top: 50%;
transform: translateY(-50%) ;
z-index: -1;
font-size: 1.4rem;
}
@media only screen and (max-width: 666px) {
    .company-form__area .input-select::after {
        right: 2rem;
    }
}

.company-form__area .btn-submit{
    margin-top: 3rem;
}

.btn-submit input[type="submit"],
.btn-submit input[type="button"],
.company-form__btn a{
	display: block;
	width: 100%;
    max-width: 22rem;
	padding: 1.5rem 2rem;
    margin: 0 auto;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	background:  #1b1464;
	color: #FFF;
    border-radius: 5px;
    border: none;
}

p.company-form__bold{
    font-weight: bold;
    font-size: 1.8rem;
    color: #1b1464;
    margin-bottom: 1rem;
}

.btn-submit.red input[type="submit"],
.btn-submit.red input[type="button"]{
    background: #990000;
}

.btn-submit.green input[type="submit"],
.btn-submit.green input[type="button"]{
    background: #05a310;
}

.page-planning h2{
    text-align: center;
    font-size: 3rem;
    color: #1b1464;
}
@media only screen and (max-width: 767px) {
    .page-planning h2{
        font-size: 2.6rem;
    }
}

.page-planning h3{
    position: relative;
    font-size: 2.6rem;
    padding-left: 5rem;
}

.page-planning h3 strong{
    width: 4rem;
    height: 4rem;
    vertical-align: middle;
    background-color: #e61673;
    color: #FFF;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.page-planning__logo{
    margin-top: 4rem;
}

.page-planning__logo .wp-block-columns-is-layout-flex{
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .page-planning__logo .wp-block-columns-is-layout-flex{
        text-align: center;
        gap: 0;
    }
    .page-planning__logo .wp-block-columns-is-layout-flex img{
        max-width: 25rem;
    }
}

.page-planning__flex{
    margin-top: 6rem;
}

.page-planning__flex .wp-block-columns-is-layout-flex{
    border-bottom: 1px solid #CCC;
    padding-bottom: 4rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
    .page-planning__flex .wp-block-columns-is-layout-flex:last-child{
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .page-planning__flex .wp-block-columns-is-layout-flex {
        border: 1px solid #CCC;
        padding: 2rem;
        gap: 0;
        padding-top: 4rem;
    }
    .page-planning__flex .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow{
        order: 2;
    }
    .page-planning__flex .wp-block-columns-is-layout-flex .wp-block-column-is-layout-flow:last-child{
        order: 1;
    }
}

.page-planning .wp-block-buttons{
    margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
    .page-planning .wp-block-buttons{
        justify-content: center;
    }
}