/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
  zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.55;
  font-size: 100%;
  font-weight: normal;
}
table { border-collapse: collapse; }
table th, table td {
  text-align: left;
  vertical-align: top;
}
ul,ol { list-style: none; }
img {
  width /***/:auto;
  max-width: 100%;
  height: auto;
	object-fit: cover;
  vertical-align: bottom;
}
* { box-sizing: border-box; }
a {
	transition: 0.5s;
	color: var(--co-black);
}
a:hover {
	transition: 0.5s;
	color: var(--co-pink);
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/
:root {
	--mincho: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , serif;
	--gothic: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, Verdana, "Droid Sans", sans-serif;
	--co-black:    #2a2b2b;	   /*黒*/
	--co-white:    #ffffff;	   /*白*/
	--co-navy:     #003670;	   /*紺*/
	--co-pink:     #ba0036;	   /*濃いピンク*/
	--co-gray70:   #6a6a6a;	   /*灰70%*/
	--co-gray30:   #bfbfbf;	   /*灰30%*/
	--co-gray20:   #d4d5d5;	   /*灰20%*/
	--co-gray10:   #eaeaea;	   /*灰10%*/
	--transformXY: translate(-50% , -50%);
	--transformX:  translateX(-50%);
	--transformY:  translateY(-50%);
	--parag-bet: 1em;	   /*段落の間*/
}

/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: var(--co-white);
	overflow-y: scroll;
	line-height: 1.4;
	font-family: var(--mincho);
	font-feature-settings: "palt" 1;
	font-size: 16px;
	font-weight: normal;
	color: var(--co-black);
}
.SpOnly { display: none; }
div#PageTop a {
	position: fixed;
	display: block;
	width: 30px;
	height: 30px;
	background: url("/common/img/pagetop.png") no-repeat left top / cover;
	right: 2%;
	bottom: 5%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 9999;
}
.pctel {
	cursor: text;
	pointer-events: none;
}


@media (max-width: 960px) {
	div#PageTop a {
		width: 20px;
		height: 20px;
	}
	.pctel {
		cursor: pointer;
		pointer-events: auto;
	}
}

@media (max-width: 480px) {
	body { font-size: 14px; }
	.PcOnly { display: none; }
	.SpOnly { display: block; }
}

/*------------header---------------------------------------------------------------*/
header {
  position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
  left: 0;
	background-color: rgba(255,255,255,0.90);
}
#InHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 96%;
	max-width: 1100px;
	height: 60px;
	margin: 0 auto;
	padding: 10px 0;
}
#InHeader h1 { width: 310px; }
#InHeader h1 a {
	display: block;
	padding-top: 9.113924050632911%;
	background: url("/common/img/logo.png") no-repeat left top / contain;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}
#InHeader ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--co-black);
}
#InHeader ul li {
	display: flex;
	align-items: center;
}
#InHeader ul li:not(:first-of-type)::before {
	margin: 0 0.5em;
	content: "|";
}
#InHeader ul li a { font-weight: bold; }

@media (max-width: 960px) {
	#InHeader {
		width: 96%;
		height: 60px;
	}
	#InHeader h1 {
		width: 80%;
		max-width: 240px;
	}
	#InHeader h1 span {
		display: block;
		width: 100%;
	}
	#InHeader ul { display: none; }
}


/*------------title---------------------------------------------------------------*/
#title {
	position: relative;
	min-height: 435px;
	overflow: hidden;
	z-index: 0;
}
#title::before,
#title::after {
	position: absolute;
	display: block;
	content: "";
	height: 300px;
	z-index: -1;
}
#title::before {
	width: 215%;
	background-color: var(--co-pink);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	bottom: 0;
	left: 0;
}
#title::after {
	width: 200%;
	background-color: var(--co-navy);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	bottom: 50px;
	right: 0;
}
#title > div {
	min-height: 380px;
	background: url("/common/img/mv_p01.jpg") no-repeat center center / cover;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
#title h2 {
	position: absolute;
	width: 100%;
	padding: 0 0.5em;
	top: 50%;
	left: 50%;
	transform: var(--transformXY);
	text-align: center;
	font-size: 2.2em;
	color: var(--co-white);
	text-shadow: 
		 3px  3px 3px var(--co-navy),
		-3px  3px 3px var(--co-navy),
		 3px -3px 3px var(--co-navy),
		-3px -3px 3px var(--co-navy),
		 3px  0px 3px var(--co-navy),
		 0px  3px 3px var(--co-navy),
		-3px  0px 3px var(--co-navy),
		 0px -3px 3px var(--co-navy);
	z-index: 5;
}
#title h2 span {
	display: inline-block;
	font-weight: bold;
}

@media (max-width: 960px) {
	#title { min-height: 35vh; }
	#title > div { min-height: 28vh; }
}

/*------------main---------------------------------------------------------------*/
main {
	width: 100%;
	margin: auto;
}

/*------------topNav------------------------*/
#topNav ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 50px;
}
#topNav ul li {
	width: 190px;
}
#topNav ul li a {
	position: relative;
	display: block;
	padding: 0.5em 1.5em;
	background-color: var(--co-navy);
	text-align: center;
	color: var(--co-white);
}
#topNav ul li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 9px;
	background-color: var(--co-white);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	top: 50%;
	right: 0.5em;
	transform: var(--transformY);
	transition: 0.5s;
}
#topNav ul li a:hover {
	background-color: var(--co-gray10);
	color: var(--co-pink);
}
#topNav ul li a:hover::before { background-color: var(--co-pink); }

@media (max-width: 580px) {
	#topNav ul {
		flex-wrap: wrap;
		gap: 5px 10px;
	}
	#topNav ul li { width: calc((100% - 10px) / 2); }
}

/*------------article------------------------------------*/
article {
	position: relative;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 90px;
}
main article:not(:last-of-type) { margin-bottom: 90px; }
article::after {
	position: absolute;
	content: "";
	display: block;
	width: 80%;
	max-width: 800px;
	border-bottom: 1px dashed var(--co-gray30);
	bottom: 0;
	left: 50%;
	transform: var(--transformX);
}
article p:not(:first-of-type) { margin-top: var(--parag-bet); }
article section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
article section:not(:first-of-type) { margin-top: 30px; }
article h3 {
	position: relative;
	margin-bottom: 40px;
	padding: 0 1em 0.45em;
	text-align: center;
	font: bold 1.9em / 1.2 var(--mincho);
	color: var(--co-navy);
}
article h3::before {
	position: absolute;
	display: block;
	content: "";
	width: 50%;
	max-width: 250px;
	height: 3px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(241,204,215,1) 10%,rgba(186,0,54,1) 50%,rgba(241,204,215,1) 90%,rgba(255,255,255,0) 100%);
	left: 50%;
	bottom: 0;
	transform: var(--transformX);
}
article h3 span {
	display: inline-block;
	font-weight: bold;
}
article h4 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 0.25em;
	border-bottom: 1px solid var(--co-gray30);
	font-size: 1.5em;
	font-weight: bold;
	color: var(--co-pink);
}
article table {
	width: 100%;
	border-collapse: collapse;
}
article table tr th,
article table tr td {
	width: auto;
	padding: 10px 20px;
	border-top: 1px solid var(--co-gray30);
	border-bottom: 1px solid var(--co-gray30);
	text-align: left;
	vertical-align: top;
}
article table tr th {
	min-width: 14%;
	background-color: var(--co-gray10);
	white-space: nowrap;
	font-weight: bold;
	color: var(--co-navy);
}

@media (max-width: 580px) {
	article table tr th,
	article table tr td {
		display: block;
		width: 100%;
	}
	article table tr td { border-top: 0 none; }
	article table tr th {
		padding: 5px;
		border-right: 0 none;
	}
	article table tr:not(:first-of-type) th { margin-top: 1em; }
	article table tr td { padding: 10px; }
	article .ScrollBar {
		width: 100%;
		white-space: nowrap;
		overflow: auto;
	}
	article .ScrollBar .SpOnly {
		font-weight: bold;
		color: var(--co-orange);
	}
	article .ScrollBar table tr th,
	article .ScrollBar table tr td {
		display: table-cell;
		width: auto;
		margin: 0;
		border-top: 1px solid var(--co-gray30);
		border-bottom: 1px solid var(--co-gray30);
	}
}

/*------------TEL・FAX横並び--------------*/
.number { flex-wrap: wrap; }
.number,
.number dl { display: flex; }
.number dl dt::after { content: "："; }
.number dl:not(:last-of-type) { margin-right: 1em; }

/*------------横並び写真右--------------*/
.flePR {
	display: flex;
	flex-flow: row-reverse;
	gap: 1em 30px;
}
.flePR .fleR {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.flePR .fleL {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
}

@media (max-width: 680px) {
	.flePR { flex-direction: column; }
}

/*------------footer---------------------------------------------------------------*/
footer { margin-top: 90px; }
/*------------nav------------------------*/
footer #fNavAdd { width: 100%; }
footer #FNav h2 {
	width: 70%;
	max-width: 310px;
	margin: 0 auto;
}
footer #FNav h2 a {
	display: block;
	padding-top: 9.113924050632911%;
	background: url("/common/img/logo.png") no-repeat left top / contain;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}
footer #FTel {
	width: 60%;
	max-width: 196px;
	margin: 15px auto 0;
}
footer #FTel a {
	display: block;
	padding-top: 10.20408163265306%;
	background: url("/common/img/tel.png") no-repeat left top / contain;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 0;
	font-size: 0;
}
footer nav ul {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	font-weight: bold;
}
footer nav ul ul { display: none; }
footer nav ul li:not(:last-of-type)::after {
	margin: 0 0.25em;
	content: "|";
}
footer nav ul li a { font-weight: bold; }

@media (max-width: 960px) {
	footer #FNav h2 { margin-top: 50px; }
	footer nav ul {
		display: block;
		width: 100%;
		margin: 25px auto 0;
	}
	footer nav ul ul {
		display: block;
		margin-top: 0;
	}
	footer nav ul li:not(:nth-last-of-type(1))::after { display: none; }
	footer nav ul li {
		padding: 0.5em 1em;
		border-bottom: 1px solid var(--co-gray30);
	}
	footer nav ul ul li {
		padding: 0.25em 1em;
		border-bottom: 0 none;
	}
	footer nav ul li a {
		position: relative;
		display: flex;
		align-items: center;
	}
	footer nav ul li a::before {
		display: inline-block;
		margin-right: 0.25em;
		content: "▲";
		transform: rotate(90deg);
		font-size: 0.5em;
		color: var(--co-navy);
	}
	footer nav ul ul li a::before {
		content: "●";
		color: var(--co-pink);
	}
	/* hamburger(ハンバーガーアイコン) =================================== */
	.hamburger {
		position: fixed;
		top: 1.25em;
		right: 1em;
		width: 20px;
		height: 20px;
		background: var(--co-navy);
		cursor: pointer;
		z-index: 299999;
	}
	.BurgerLine {
		position: absolute;
		width: 16px;
		height: 2px;
		left: 2px;
		background-color: var(--co-white);
		transition: all 0.5s;
	}
	.BurgerLine1 { top: 4px; }
	.BurgerLine2 { top: 9px; }
	.BurgerLine3 { top: 14px; }

	/*ハンバーガーがクリックされたら*/
	.open .BurgerLine1 {
		transform: rotate(-45deg);
		top: 9px;
	}
	.open .BurgerLine2 { opacity: 0; }
	.open .BurgerLine3 {
		transform: rotate(45deg);
		top: 9px;
	}

	/* sp-nav(ナビ) =================================== */
	.sp-nav {
		position: fixed;
		right: -100%;
		top: 0;
		width: 80%;
		height: 100vh;
		background-color: var(--co-white);
		transition: all 0.5s;
		z-index: 199999;
		overflow-y: auto;
	}
	/*ハンバーガーがクリックされたら右からスライド*/
	.open .sp-nav { right: 0; }

	/* black-bg(ハンバーガーメニュー解除用bg) =================================== */
	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 5;
		background-color: var(--co-black);
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		cursor: pointer;
	}
	/*ハンバーガーメニューが開いたら表示*/
	.open .black-bg {
		opacity: 0.3;
		visibility: visible;
	}
}
/*------------address------------------------*/
footer address { margin-top: 15px; }
footer #fAdd {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.15em 1em;
	padding: 15px 1em;
	background-color: var(--co-pink);
	text-align: center;
	font-weight: bold;
	color: var(--co-white);
}
footer #fAdd dl { display: flex; }
footer #fAdd dl dt::after { content: "："; }
footer #fAdd span { display: inline-block; }
footer #fAdd span:not(:last-of-type) { margin-right: 0.5em; }
footer #fAdd span,
footer #fAdd a {
	font-weight: bold;
	color: var(--co-white);
}
footer address small {
	display: block;
	padding: 0.5em 1em 100px;
	background-color: var(--co-navy);
	text-align: center;
	font-size: 0.87em;
	color: var(--co-white);
}


/*------------ギャラリー---------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px !important;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.gallery br { display: none; } /** 自動で挿入される clearfix の余白解除 **/
.gallery-icon { /** 画像を囲む dt のスタイル **/
	text-align: center;
}
.gallery-icon img {
	width: 100%;
/*	min-height: 350px;
	max-height: 350px;*/
	object-fit: cover;
	object-position: 50% 50%;
	margin-bottom: 10px !important;
	vertical-align: bottom;
}
.gallery-caption { /** キャプション **/
	margin: 0 0 20px;
	text-align: center;
}
.gallery-columns-1 .gallery-item { /** 1カラム **/ width: 100%; }
.gallery-columns-2 .gallery-item { /** 2カラム **/ width: calc((100% - 20px) / 2); }
.gallery-columns-3 .gallery-item { /** 3カラム **/ width: calc((100% - 20px * 2) / 3); }
.gallery-columns-4 .gallery-item { /** 4カラム **/ width: calc((100% - 20px * 3) / 4); }
.gallery-columns-5 .gallery-item { /** 5カラム **/ width: calc((100% - 20px * 4) / 5); }
.gallery-columns-6 .gallery-item { /** 6カラム **/ width: calc((100% - 20px * 5) / 6); }
.gallery-columns-7 .gallery-item { /** 7カラム **/ width: calc((100% - 20px * 6) / 7); }
.gallery-columns-8 .gallery-item { /** 8カラム **/ width: calc((100% - 20px * 7) / 8); }
.gallery-columns-9 .gallery-item { /** 9カラム **/ width: calc((100% - 20px * 8) / 9); }
@media screen and (max-width: 580px) {
	/* 640px以下用の記述 */
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: calc((100% - 20px) / 2);
	}
}

/*------------新着情報---------------------------------------------------------------*/
.news .Day {
	margin-bottom: var(--parag-bet);
	color: var(--co-pink);
}
.news .newsBox {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap: 20px 40px;
}
.news .newsBox .newsPho {
	width: 100%;
	max-width: 400px;
}
.news .newsBox .newsTxt {
	width: 100%;
	max-width: 660px;
}
.news .BtnList {
	display: flex;
	gap: 20px 40px;
	margin-top: var(--parag-bet);
}
.news .BtnList li { width: 190px; }
.news .BtnList li a {
	position: relative;
	display: block;
	padding: 0.5em 1.5em;
	background-color: var(--co-navy);
	text-align: center;
	color: var(--co-white);
}
.news .BtnList li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 9px;
	background-color: var(--co-white);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	top: 50%;
	right: 0.5em;
	transform: var(--transformY);
	transition: 0.5s;
}
.news .BtnList li a:hover {
	background-color: var(--co-gray10);
	color: var(--co-pink);
}
.news .BtnList li a:hover::before { background-color: var(--co-pink); }

@media (max-width: 580px) {
	.news .newsBox { flex-direction: column; }
	.news .newsBox .newsPho,
	.news .newsBox .newsTxt { margin: 0 auto; }
	.news .BtnList {
		flex-wrap: wrap;
		gap: 5px 10px;
	}
}

/*------------求人上部テキスト---------------------------------------------------------------*/
#topTxt {
	text-align: center;
	font-size: 1.5em;
}

/*------------先輩社員の声---------------------------------------------------------------*/
#voice .photoFlex {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	gap: 20px 40px;
}
#voice .photoFlex .flePho {
	width: 100%;
	max-width: 400px;
}
#voice .photoFlex .fleTxt {
	width: 100%;
	max-width: 660px;
}
#voice h4 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#voice h4 em {
	font-size: 0.67em;
	font-weight: bold;
}
#voice dl { margin-top: var(--parag-bet); }
#voice dl dt {
	margin-bottom: 15px;
	padding-bottom: 0.25em;
	border-bottom: 1px solid var(--co-gray30);
	font-size: 1.25em;
	font-weight: bold;
}

/*------------社内イベント---------------------------------------------------------------*/
#eveBtn {
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
}
#eveBtn a {
	position: relative;
	display: block;
	padding: 1em 1.5em;
	background-color: var(--co-navy);
	text-align: center;
	color: var(--co-white);
}
#eveBtn a::before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 9px;
	background-color: var(--co-white);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	top: 50%;
	right: 0.5em;
	transform: var(--transformY);
	transition: 0.5s;
}
#eveBtn a:hover {
	background-color: var(--co-gray10);
	color: var(--co-pink);
}
#eveBtn a:hover::before { background-color: var(--co-pink); }

@media (max-width: 580px) {
	#voice .photoFlex { flex-direction: column; }
	#voice .photoFlex .flePho,
	#voice .photoFlex .fleTxt { margin: 0 auto; }
}

/*------------主な取扱商品・プラント納入実績---------------------------------------------------------------*/
.product ul {
	display: flex;
	flex-wrap: wrap;
	gap: 85px 50px;
}
.product ul li { width: calc((100% - 50px) / 2); }
#record.product ul li img {
	max-height: 390px;
	min-height: 390px;
}
.product dl * { text-align: center; }
.product dl dt {
	margin: var(--parag-bet) 0 calc(var(--parag-bet) / 2);
	font-size: 1.6em;
	font-weight: bold;
	color: var(--co-navy);
}

@media (max-width: 580px) {
	.product ul li {
		width: 100%;
		max-width: 525px;
		margin: 0 auto;
	}
}

/*------------主な取扱商品・プラント納入実績---------------------------------------------------------------*/
#maker h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0 none;
}
#maker ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
}
#maker ul li { min-width: calc((100% - 1em * 2) / 3); }
#maker ul li::before {
	content: "";
	color: var(--co-navy);
}

@media (max-width: 580px) {
	#maker ul li { min-width: calc((100% - 1em) / 2); }
}

/*------------NoCase---------------------------------------------------------------*/
.NoCase {
	margin: 1.5em 0;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: var(--co-pink);
}


/*------------ページリンク共通(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin: 90px auto 0;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background-color: var(--co-white);
	border: 1px solid var(--co-pink);
	line-height: 1.2;
	color: var(--co-pink);
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid var(--co-pink);
	background-color: var(--co-pink);
	text-decoration: none;
	line-height: 1.2;
	color: var(--co-white);
}
div.pagination span.page-numbers,
div.pagination span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	background-color: transparent;
	line-height: 1.2;
	font-weight: bold;
	color: var(--co-pink);
}


/*------------ページリンク共通(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	max-width: 500px;
	margin: 90px auto 0;
}
div.PageSend01 ul {
	display: flex;
	gap: 20px;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 ul li { width: calc(100% - 20px / 2); }
div.PageSend01 ul li a {
	display: block;
	text-align: center;
}


/*------------記事内画像位置処理---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }


/*------------iframeにdivを追加する---------------------------------------------------------------*/
.movie {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.movieItem {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieItem iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



