@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#F5F5F5;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.red {
	color: #ff0000;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.title img {
  width: 100%;
  height: auto;
}

.imagesItem img {
  width: 100%;
  height: auto;
  margin-top: 3%;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
  padding: .5em .7em;
    border: 2px solid #ff3366;
    box-shadow: 5px 5px #ff3366;
    background: #FFECF1;
    color: #ff3366;
    text-align: center;
    font-size: 153.9%;
    font-weight: bold;
}

h3 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin: 4% 0 1%;
}

h3 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

h3 span small {
  font-weight: normal;
  font-size: 70%;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin-top: 3%;
}

p.text span {
    font-weight: normal;
}

.attention {
	font-size: 123.1%;
	width: 92%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

.message {
	width: 100%;
	margin-bottom: 4%;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	background: #FFEBEB;
	padding: 3%;
	border-radius: 0.3em;
    color: #000000;
}

.message strong {
	color: #ff0000;
}

.yoyakuBox {
	width: 90%;
	margin: 5% 2%;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	background: #FFF;
	padding: 3% 3% 5%;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 120%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 94%;
	margin: 3% auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 2%;
}

.yoyakuBox p {
	text-align: left;
    margin-top: 10px;
}

.textCenter img {
	width: 100%;
    height: auto;
}

/*◆list横並び*/
.itemList2 {
	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 {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.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: 3%;
}

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.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;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 88%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
.Btn_blue {
  color: #fff;
  width: 88%;
  margin: 1% 3% 5%;
  text-align: center;
  background: #0099ff;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green {
  color: #fff;
  width: 88%;
  margin: 1% 3% 5%;
  text-align: center;
  background: #019a61;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_green a {
	color: #fff;
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 88%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 85%;
  font-weight: normal;
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

.title img {
  width: 950px;
  height: auto;
}

.imagesItem img {
  width: 950px;
  height: auto;
  margin-top: 20px;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    padding: .5em .7em;
    border: 2px solid #ff3366;
    box-shadow: 5px 5px #ff3366;
    background: #FFECF1;
    color: #ff3366;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
}

h3 {
  text-align: center;
  font-size: 220%;
  font-weight: bold;
  margin-top: 30px;
}

h3 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

h3 span .small {
  font-weight: normal;
  font-size: 60%;
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px 0;
}

p.text span {
	font-size: 80%;
    font-weight: normal;
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin: 20px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}
    
.attention li{
	text-align: center;
}

.message {
	width: 950px;
	margin: 0 auto 30px;
	font-size: 153.9%;
    line-height: 1.5;
	text-align: center;
	background: #FFEBEB;
	padding: 20px;
	border-radius: 0.5em;
    color: #000000;
}

.message strong {
	color: #ff0000;
}

.yoyakuBox {
	width: 750px;
	margin: 30px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 150%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 650px;
	margin: 10px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 10px;
}

.yoyakuBox p {
	text-align: left;
}

/*◆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 {
	float: left;
	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: 20px;
}

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.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;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_blue {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #0099ff;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #019a61;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_green a {
	color: #fff;
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 85%;
  font-weight: normal;
}

}