@charset "utf-8";

/*PCSP共通設定*/
html {
    scroll-behavior: smooth; /* スムーズスクロールを有効にする */
}

#wrapper{
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#F2EDE6;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.nomaltext {
    font-size: 123.1%;
		line-height: 1.4;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.red {
	color: #ff0000;
}

.line {
	border-top: 1px dashed #CCC;
	margin-top: 8px;
	padding-bottom: 8px;
}

.large {
	font-size: 140%;
}

.small {
	font-size: 80%;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock {
		overflow-x: scroll;
		overflow-y: hidden;
}

#dirPathBlock,
#anchorLinkBlock {
		margin: 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a {
		font-size: 12px;
}

#dirPathBlock p {
		width: max-content;
}

.spnone{
    display: none !important;
	}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 5% 3%;
}

h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}

.imagesItem img {
  width: 100%;
  height: auto;
}

section:first-child{margin-top: -5%;}

.label {
  padding: 2%;
  background: #c9161d;
	color: #FFF;
	font-size: 153.9%;
	text-align: center;
}

.alertBox {
  padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}

/*list横並び*/
.itemList2,
.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 100%;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList2 > div dd span {
	font-size: 120%;
    font-weight: bold;
}

.itemList3 > div {
	width: 50%;
}

.itemList4 {
	width: 100%;
	padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	/*font-size: 123.1%;*/
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}

/*注意事項*/
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '・';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome01 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}

.lead {
  padding-left: 5px;
  border-left: 4px solid #000;
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 2%;
}

.alertBox {
  padding: 4%;
	border: 1px solid #CCC;
	margin-top: 4%;
}

.mt50 {
	margin-top: 6%;
}

/*ボタン*/
.Btn {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 3% 3% 5%;
  padding: 6% 3%;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #08258A;
  color: #fff;
	font-size: 123.1%;
  font-weight: bold;
	position: relative;
}

.Btn:hover {
    background-color: #061E72;
}

.Btn_red {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 3% 3% 5%;
  padding: 3%;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #d63a28;
  color: #fff;
	font-size: 123.1%;
  font-weight: bold;
	position: relative;
}

.Btn_red:hover {
    background-color: #C83625;
}

.Btn_gray {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 3% 3% 5%;
  padding: 6% 3%;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #666;
  color: #fff;
	font-size: 123.1%;
  font-weight: bold;
	position: relative;
	text-align: center;
}

.Btn a,
.Btn_red a {
	color: #fff;
}

.Btn span,
.Btn_red span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after,
.Btn_gray::after,
.Btn_red::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {
		line-height: 1.231;
}

.pcnone {
		display: none;
}

#dirPathBlock,
	.iframe_end-content_gadget,
#anchorLinkBlock {
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: auto;
}

#dirPathBlock,
#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 13px;
}

#dirPathBlock p,
#anchorLinkBlock a {
		font-size: 13px;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0;
}

h1 {
	font-size: 13px;
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: 0 auto 5px;
}

.imagesItem img {
  width: 100%;
  height: auto;
}

section:first-child{margin-top: -50px;}

.label {
  padding: 10px;
  background: #c9161d;
	color: #FFF;
	font-size: 200%;
	text-align: center;
}

.alertBox {
  padding: 10px;
	border: 1px solid #CCC;
	margin-top: 20px;
}

.mt50 {
	margin-top: 50px;
}

/*list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 10px;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList2 > div dd span {
    font-weight: bold;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList4 {
	width: 100%;
    padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 0 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}

/*注意事項*/
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 10px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}

ul.guideList li:before {
	content: '・';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -2em;
  margin-left: 2em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome01 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
  margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
  margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
  margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}

.lead {
  padding-left: 5px;
  border-left: 4px solid #000;
	font-size: 123.1%;
	font-weight: bold;
	margin: 20px 0 5px;
}

/*ボタン*/
.Btn {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 10px auto 20px;
  padding: 20px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #08258A;
  color: #fff;
	font-size: 153.9%;
  font-weight: bold;
	position: relative;
}

.Btn:hover {
    background-color: #061E72;
}

.Btn_red {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 10px auto 20px;
  padding: 20px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #d63a28;
  color: #fff;
	font-size: 153.9%;
  font-weight: bold;
	position: relative;
}

.Btn_red:hover {
    background-color: #C83625;
}

.Btn_gray {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 10px auto 20px;
  padding: 20px 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background-color: #666;
  color: #fff;
	font-size: 153.9%;
  font-weight: bold;
	position: relative;
}

.Btn a,
.Btn_red a {
	color: #fff;
}

.Btn span,
.Btn_red span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after,
.Btn_gray::after,
.Btn_red::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

}