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

p, ul li, h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	transform: rotate(0.03deg);
}

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	.p-header-inner {
		background-color: #e4007f;
		width:100%;
		height: 40px;
	}
	.nav{
		width:100%;
		max-width: 1100px;
		margin:0 auto;
		display: block!important;
	}
	.nav ul {
		display: flex;
		justify-content: space-between;
	}
	.nav ul li {
		width: calc(100% / 5);
		color: #fff;
		box-sizing: border-box;
	}
	.nav ul li a {
		color: #fff;
		display: block;
		height: 40px;
		line-height: 40px;
		font-weight: 700;
		font-size: 1.4rem;
		overflow: hidden;
		position: relative;
		margin:0 auto;
	}
}
@media screen and (max-width:960px) { /*MB*/
	
/*外側クローズ用*/
	.p-main{
	}
	.p-main-cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-main-cover.active{
		height:100%;
		visibility: visible;
		background:rgba(0,0,0,0.4);
		z-index:1000;
	}

	.p-header-inner{
		width: 100%;
		height: 60px;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background:#e4007f;
	}
	.p-header-wrap{
		position:relative;
		width: 100%;
		height: 60px;
	}
	/*nav=====*/
	.nav{
		display: none;
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
		z-index: 950;
		padding-top:60px;
	}
	.nav li{
		background: #e4007f;
		border-bottom: 1px solid #DFEEFF;
		text-align: left;
		text-indent: 12px;
	}
	.nav a{
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:2rem;
		transform: rotate(0.03deg);
		font-weight: 700!important;
	}
	.nav a:hover{
		text-decoration: none;
	}
	/*ナビボタン*/
	.p-header-sp-nav{
		width: 30px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin:auto;
		cursor: pointer;
		z-index: 1000;
		background:#e4007f;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#e4007f;
		z-index: -1;
		position: absolute;
		right:-10px;
		top:-17px;
	}
	.p-header-sp-nav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-header-sp-nav span:first-of-type {
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.p-header-sp-nav span:nth-of-type(2) {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.p-header-sp-nav span:last-of-type {
		bottom: 0;
		top: auto;
	}
	.p-header-sp-nav.active{
	}
	.p-header-sp-nav.active span:nth-of-type(2) {
		right: -60px;
		opacity: 0;
		visibility: hidden;
	}
	.p-header-sp-nav.active span:first-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(45deg);
	}
	.p-header-sp-nav.active span:last-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(-45deg);
	}
	
}

/*ヘッダー*/



@media screen and (min-width:961px) { /*PC*/
	.p-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-header {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

.p-head-logo {
	width: 230px;
}

.p-head-text {
	display: flex;
	justify-content: space-between;
	align-content: center;
	
}

.p-head-text p {
	font-size: 1.5rem;
	color: #e4007f;
	line-height: 1.4;
	font-weight: 700;
}

/*メインビジュアル*/

@media screen and (min-width:961px) { /*PC*/
	.p-mainvisual {
		border-radius: 20px;
		overflow: hidden;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		background: url("../img/mainvisual.webp") left top repeat;
		aspect-ratio:110 / 45;
		background-size: cover;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-mainvisual {
		border-radius: 20px;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		background: url("../img/mainvisual_mobile.webp") left top repeat;
		aspect-ratio:2 / 3;
		background-size: cover;
	}
}



/*ワイドバナー*/

ul.p-widebanner {
	display: flex;
	justify-content: center;
	gap:24px;
}

@media screen and (max-width:960px) { /*MB*/
	ul.p-widebanner {
		flex-wrap: wrap;
	}
}

ul.p-widebanner li a {
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #cbcaca;
	display: block;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(198,198,198,1.00);
	transition: all 0.3s;
}

ul.p-widebanner li a:hover {
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
}

/*サイドバー*/

.p-xbt {
	margin: 0 auto 20px;
}

.p-side-mini {
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 20px;
}

.p-side-mini ul {
	display: flex;
	flex-direction: column;
	gap:20px;
}

.p-side-mini ul a {
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #cbcaca;
	display: block;
	border-radius: 10px;
	box-shadow: 0 3px 0 rgba(198,198,198,1.00);
	transition: all 0.3s;
}

.p-side-mini ul a:hover {
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
}

.p-side-head {
	background-color: #fff;
	text-align: left;
	padding: 12px;
}

.p-side-head p {
	color: #01aef0;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-side-gray {
	background-color: #f6f6f6;
	padding:20px;
	box-sizing: border-box;
	text-align: left;
}

.p-side-list-head {
	background-color: #ebfaff;
	border-left: 5px solid #01aef0;
	box-sizing: border-box;
	padding: 8px;
	margin: 0 auto 12px;
}

.p-side-list-head p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #01aef0;
}

.p-side-list ul {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap:12px;
	margin: 0 auto 24px;
}

.p-side-list ul li a {
	font-size: 1.5rem;
	color: #000;
}

.p-side-auther {
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}

/*トップ右側*/

.p-news-head {
	background-color: #01aef0;
	color: #fff;
	padding: 8px;
	border-radius: 10px 10px 0 0 ;
}

.p-news-head p {
	text-align: left;
	font-weight: 900;
	font-size: 1.5rem;
	text-indent: 12px;
}

.p-news-topics {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0 0 10px 10px;
	margin:0 auto 32px;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}

.p-news-topics p {
	font-size: 1.6rem;
	line-height: 1.7;
}

.p-news-topics p strong {
	font-size: 700!important;
	color: #01aef0;
}

.p-update-information {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-radius: 0 0 10px 10px;
	margin:0 auto 32px;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}

.p-update-information {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.p-update-information dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	gap:8px;
}

.p-update-information dl dt {
	background-color: #01aef0;
	color: #fff;
	font-size: 1.5rem;
	padding: 4px 8px;
}

.p-update-information dl dt p {
	font-weight:700;
}

.p-update-information dl dd {
	font-size: 1.5rem;
	padding: 4px 8px;
}

.p-update-information dl dt p {
	font-weight:700;
}

.p-update-information dl:nth-child(2n + 1) {
	background-color: #f3f3f3;
}

.p-large-banner01 {
	border-radius: 10px;
	overflow: hidden;
	border: 5px solid #a0e9ff;
	box-sizing: border-box;
}

.p-large-banner02 {
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #e4e4e4;
	box-sizing: border-box;
}

/*フッター*/

.p-foot-link {
	margin: 0 auto 60px;
	color: #fff;
}

.p-foot-link p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8;
}

.p-foot-link a {
	color: #fff;
	font-size: 1.6rem;
}

.p-foot-logo {
	margin: 0 auto 24px;
}

.p-foot-copyright {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.5;
}

/*サブページ*/

.p-page-select-head {
	font-weight: bold;
	text-align: left;
	background-color: #e4007f;
	box-sizing: border-box;
	padding: 8px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 12px;
}

.p-page-select ul {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 32px;
}

.p-page-select ul li {
	border-bottom: 1px dotted #000;
	font-size: 1.5rem;
	padding: 6px 8px;
	box-sizing: border-box;
}

.p-page-select-head p {
	font-size: 1.7rem;
	font-weight: bold;
}

.p-page {
	display: flex;
	flex-direction: column;
	gap:32px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.p-page h1 {
	font-size: 3rem;
	font-weight: bold;
	text-align: left;
	background-color: #ebfaff;
	box-sizing: border-box;
	padding: 8px;
	color: #01aef0;
	border-radius: 10px;
	border:3px solid #01aef0;
}

.p-page h2 {
	background-color: #ebfaff;
	border-left: 5px solid #01aef0;
	font-size: 2rem;
	box-sizing: border-box;
	padding: 8px;
	text-align: left;
	font-weight: 700;
	color: #01aef0;
}

.p-page h3 {
	color: #01aef0;
	font-size: 1.7rem;
	box-sizing: border-box;
	padding: 8px 0;
	text-align: left;
	font-weight: 700;
	border-bottom: 1px solid #01aef0;
}

.p-page h4 {
	color: #ffffff;
	background-color: rgba(142,142,142,1.00);
	font-size: 1.5rem;
	box-sizing: border-box;
	padding: 12px 8px;
	text-align: left;
	font-weight: 700;
}

.p-page p {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

.p-pink {
	color: #e4007f;
}

p.p-push {
	font-size: 1.8rem;
}

.p-page blockquote {
	border:1px dashed #484848;
	box-sizing: border-box;
	padding: 12px;
}

.p-template-bt a {
	width: 100%;
	display: block;
	padding: 16px;
	border-radius: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #01aef0;
	border:5px solid #01aef0;
	box-shadow: 0 8px 0 #00729E;
	transition: all 0.3s;
}

.p-template-bt a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #01aef0;
}

.p-estimate-bt a {
	width: 100%;
	display: block;
	padding: 16px;
	border-radius: 20px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #e4007f;
	border:5px solid #e4007f;
	box-shadow: 0 8px 0 #990055;
	transition: all 0.3s;
}

.p-estimate-bt a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #e4007f;
}

.p-page-price {
	width:100%;
	position: relative;
}

.p-page-price table {
	width: 100%;
	border-bottom: 1px solid #B5B5B5;
}

.p-page-price table p {
	font-size: 1.5rem;
}

.p-page-price table tr {
	box-sizing: border-box;
	border-left: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
}

.p-page-price table tr:nth-child(2n + 1) {
	background-color: #f6f6f6;
}

.p-page-price table tr td {
	padding: 8px;
	border-right: 1px solid #B5B5B5;
}

.p-page-material {
	position: relative;
}

.p-page-material dl {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom:1px dashed #484848;
}

.p-page-material dl:nth-child(2n + 1) {
	background-color: #f6f6f6;
}

.p-page-material dl dt {
	width: 20%;
	padding: 8px;
}

.p-page-material dl dd {
	width: 80%;
	padding: 8px;
}

.p-page-test {
	width:100%;
	position: relative;
}

.p-page-test table {
	width: 100%;
	border-bottom: 1px solid #B5B5B5;
}

.p-page-test table tr {
	box-sizing: border-box;
	border-left: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
}

.p-page-test table tr:nth-child(1) {
	background-color: #f6f6f6;
}

.p-page-test table tr td {
	padding: 8px;
	border-right: 1px solid #B5B5B5;
}

.p-tablecloth-img ul {
	display: flex;
	justify-content: center;
	gap:24px;
	flex-wrap: wrap;
}

.p-link-bt a {
	width: 100%;
	display: block;
	padding: 12px;
	border-radius: 10px;
	font-size: 2rem;
	font-weight: 700;
	color: #01aef0;
	background: linear-gradient(to bottom,  #fdfdfd 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border:3px solid #01aef0;
	transition: all 0.3s;
}

.p-link-bt a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #e4007f;
	border:3px solid #e4007f;
}

.p-page ul {
	display: flex;
	flex-direction: column;
	gap:8px;
}

.p-page ul li {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	border-bottom: 1px solid #AEAEAE;
	padding-bottom: 8px;
}

@media print {
  /* 印刷時に適用するスタイル */
	#l-header, #l-Menu, #l-Left, footer {
	display: none;
	visibility: hidden;
	opacity: 0;
	}
}