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

/*----------------------
ボタン
-----------------------*/

.deta_btn li.red{
	border:4px solid red;
}
.rules dd {
  margin-bottom: 7px;
  padding-left:1.3em;
}
.rules dt {
	font-weight:bold
}

ul.pdf li {
  background:url(../img/activity/ico_pdf.png) 0px 0px no-repeat;
  padding-left: 24px;
  margin-bottom: 8px;
  list-style-type: none;
}

.addBorder{
	width:100%;
}

.att{
	border:1px solid red;
	padding:20px;
	color:red;
	text-align:center;
	margin-top:20px;
}


.rules dl:first-child li{
  text-indent: -1rem;
}

/*----------------------
2022/09/12
-----------------------*/
.formBtn a {
    display: inline-block;
    padding: 0 65px 0 45px;
    color: #fff;
    background: #1372dd;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.formBtn a::after {
    content: '';
    background: url(../img/activity/angle-right-solid.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

/*----------------------
2023/01/17
-----------------------*/
.pmrLinkBtn{
	border: 4px solid #1372dd;
	width: auto;
	height: auto;
	background: #FFF;
	padding: 20px 50px 20px 20px;
	display: inline-block;
	transition: all .8s;
  position: relative;
}
.pmrLinkBtn .material-icons-outlined{
  position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
#content {
    padding: 30px 0px;
}
.contentTtl{
	height: auto;
    padding: 20px 0;
}
.contentTtl h2 {
    font-size: 22px;
	line-height: 1.5;
}
@media screen and (max-width: 767px){
	.contentTtl h2 {
		width: 100%;
		padding: 0 20px;
	}
}

.secPmr .iconArrow{
  position: relative;
}
.secPmr .iconArrow .material-icons-outlined{
  position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.secPmr .iconOpen{
  position: relative;
  padding-right: 20px;
}
.secPmr .iconOpen .material-icons-outlined{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.pmrContList li{
  padding-left: 20px;
  position: relative;
}
.pmrContList li:before {
  content: "■";
  color: #1372dd;
  position: absolute;
  left: 0;
}
.pmrContList .listNone{
  padding-left: 0px;
}
.pmrContList .listNone:before {
  content: none;
}
.pmrListFlex{
  margin-bottom: 40px;
}
.pmrListFlex li h4{
  margin-bottom: 10px;
  font-size: 16px;
}
.pmrListName{
  font-weight: bold;
  position: relative;
}

.pmrListFlexTtl{
  font-size: 16px;
}
.pmrListFlex02 li{
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .pmrListFlex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-bottom: 80px;
  }
  .pmrListFlex li{
    margin-bottom: 0;
    width: 45%;
  }
  .pmrListNameFlex{
    display: flex;
    gap: 20px;
  }
  .pmrListNameFlex .pmrListName{
    width: 35%;
  }
  .pmrListNameFlex p:last-child{
    width: 55%;
  }
}
/*----------------------
2023/02/15
-----------------------*/
.guide__icon{
  vertical-align: text-bottom;
  font-size: 1.2rem;
}

/*----------------------
2023/05/17
-----------------------*/
.magazine .clearfix .contRight{
  margin-left: 50px;
}
@media screen and (max-width: 767px){
  .magazine .clearfix .contRight{
    margin-left: 0px;
  }
}
.magazine .clearfix .contLeft{
  width: 40%;
}
@media screen and (max-width: 767px){
  .magazine .clearfix .contLeft{
    width: 100%;
  }
}
.magazine .headline01 span{
  padding-left: 80px;
}
@media screen and (max-width: 767px){
  .magazine .headline01 span{
    padding-left: 0px;
  }
}

/*----------------------
2023/07/31
-----------------------*/
.openNew a{
  display: inline-block;
  padding: 0 105px 0 85px;
  color: #fff;
  background: #1372dd;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  height: 70px;
  line-height: 70px;
  position: relative;
}
/*----------------------
2023/07/31
-----------------------*/
.sup{
  font-size: 10px;
  vertical-align: super;
}