@charset "UTF-8";

/* topics設定
---------------------------------------------------------- */
@media print, screen and (min-width: 641px){
  .mainIllArea .mainill {
      text-align: center;
  }
  }
/* List
---------------------------------------------------------- */
.sasList {
  list-style-type: disc;
  margin-left: 1.5em;
}

.cpapList {
  margin-left: 1.5em;
}

.cpapList > li {
  color: #2983cf;
}

.normalColor {
  color: #333;
}

.objList li {
  text-indent: -2em;
  padding-left: 2em;
}

/* table
---------------------------------------------------------- */
table {
  border: #8cc456;
}
table th {
  text-align: left;
  width: 97%;
  font-weight: 600;
  background: #8cc456;
  color: #fff;
  border-bottom: #fff;
}
table tr:last-child th{
  border-bottom: #8cc456;
}
table td {
  text-align: right;
  vertical-align: bottom;
}

.blankTable {
  /*background-color: #ccc;*/
}
@media print, screen and (max-width: 640px) {
  .blankTable {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  table th {
    width: 70%;
  }

}

/* headLink
---------------------------------------------------------- */

.headLink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.headLink li {
	width: 48%;
  border: 1px solid #707070;
  background:#2153a5;
  transition: .3s;
}
.headLink li:hover {
  opacity: 0.8;
}
.headLink li:nth-child(n + 3) {
  margin-top: 3%;
}
.headLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: inherit;
  text-decoration: none;
  padding: 0.5rem;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
}
.headLink li a::before{
  content: ">";
  vertical-align: middle;
  margin-right: .3em;
}
.headLink li a:hover{
  opacity: 0.8;
}
.headLink li a br.isPC {
  display: none;
}
.headLink--right {
	margin-bottom: 2rem;
}
@media print, screen and (min-width: 641px) {
  .headLink li {
    width: 140px;
  }
  .headLink li a {
    height: 6rem;
    font-size: 1.4rem;
  }
  .headLink li:nth-child(n + 3) {
    margin-top: 0;
  }
  .headLink--right {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
  }

  .headLink--right li {
    width: 25%;
  }
  .headLink--right li + li {
    margin-left: 2%;
  }
  .headLink--right li a {
    height: 6rem;
	}
	.headLink li a br.isPC {
    display: block;
  }
  .headLink li a br.isPC {
    display: block;
  }
}

.linkBtn {
  margin-top: 1rem;
  text-align: center;
}
.linkBtn a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 1.1rem 0.5rem 1rem;
  border: 1px solid #707070;
  box-sizing: border-box;
  width: 80%;
  background: #2153a5;
  color: #fff;
  transition: 0.3s;
}
.linkBtn a:hover {
  opacity: 0.8;
}
.linkBtn a:before {
  content: ">";
  vertical-align: middle;
  margin-right: 0.3em;
}
.contents .linkBtn  a{
  color: #fff;
}

.pointArea {
  margin-bottom: 4rem;
}
.pointArea dl + dl {
  margin-top: 3rem;
}

.pointArea dt {
  font-size: 3.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
}
.pointArea dd {
  padding-left: 1rem;
}
@media print, screen and (min-width: 641px) {
  .pointArea dt {
    font-size: 1.8rem;
    padding: 0.35rem 0;
  }
}
.pointArea li{
	text-indent: -1em;
	padding-left: 1em;
}
.pointArea li:nth-child(2) .linkBtn a{
  margin-left: 2em;
  margin-bottom: 1.5em;
}

.linkArea {
	margin-bottom: 4rem;
}
.linkArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.linkArea li{
	width: 1000%;
	border: 1px solid #707070;
	height: auto;
	display: flex;
	align-items: center;
}
.linkArea li a{
	display: block;
  color: #000;
  text-decoration: none;
  padding: 1.1rem 1rem 1rem 6rem;
}
.linkArea li:nth-child(n+ 2){
	margin-top: 3%;
}
@media print, screen and (min-width: 641px) {
  .linkBtn a {
    width: auto;
    min-width: 170px;
  }
  .pointArea .linkBtn{
    text-align: left;
  }
	.linkArea li{
		width: 47%;
		height: 11rem;
	}
	.linkArea li:nth-child(n+ 2){
		margin-top: 0;
	}
	.linkArea li:nth-child(n+ 3){
		margin-top: 3%;
  }
}
.mainill.txtC{
  text-align: center;
}


.lightbox-img .mainill{
  margin-bottom: 0;
 }
 .lightbox-img .note{
   margin-top: 1rem;
 }
 @media print, screen and (min-width: 641px) {
   .lightbox-img .note{
     margin-top: 1.4rem;
 
   }
 }