@charset "UTF-8";
#contents {
  font-feature-settings: "palt";
}
/*******************************
linkList
*******************************/
.linkList {
  margin-bottom: 90px;
}
.linkList ul {
  display: flex;
  justify-content: center;
}
.linkList ul li {
  color: #00336a;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 0 #00336a;
  box-shadow: 4px 4px 0 #00336a;
  border: 1px solid #00336a;
  width: 480px;
  box-sizing: border-box;
  text-align: center;
  height: 130px;
  line-height: 130px;
}
.linkList ul li:first-child {
  margin-right: 35px;
}
.linkList ul li a {
  color: #00336a;
  font-size: 187.5%;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.linkList ul li a span {
  color: #beaf73;
  font-size: 80%;
}

/*******************************
linkWrap 共通
*******************************/
.linkWrap {

}
.linkWrap h2 {
  border-top: 4px solid #335c87;
  border-bottom: 4px solid #335c87;
  font-size: 225%;
  padding: 3px 0;
  color: #00336a;
  margin-bottom: 60px;
}
.linkWrap h2 span {
  border-top: 1px solid #335c87;
  border-bottom: 1px solid #335c87;
  padding: 20px 0;
  display: block;
  text-align: center;
  font-weight: 500;
}

.boxWrap {
  margin-bottom: 125px;
}
.boxWrap .boxTitle {
  background-color: #e5ebf0;
  padding: 30px 30px 30px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  color: #00336a;
}
.boxWrap .boxTitle h3 {
  font-size: 225%;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.boxWrap .boxTitle .subTxt {
  background-color: #fff;
  font-size: 125%;
  font-weight: 700;
  padding: 14px 20px;
  display: inline-block;
  margin-left: 38px;
}
.boxWrap .boxTitle .titleTag {
  font-size: 125%;
  display: flex;
  align-items: center;
  margin-left: auto;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.boxWrap .boxTitle .titleTag .tagBox {
  font-size: 80%;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.3;
  margin-left: 10px;
}
/*  各タグの色指定   */
.boxWrap .boxTitle .titleTag .tagBox.col01 {
  background-color: #00336a;
}
.boxWrap .boxTitle .titleTag .tagBox.col02 {
  background-color: #eb6d94;
}
.boxWrap .boxTitle .titleTag .tagBox.col03 {
  background-color: #eb6143;
}
.boxWrap .boxTitle .titleTag .tagBox.col04 {
  background-color: #3ab483;
}
.boxWrap .boxTitle .titleTag .spFlex {
    display: flex;
}
.boxWrap .boxTitle p {
  font-size: 100%;
  color: #000;
  margin-top: auto;
  margin-left: 22px;
  margin-bottom: 5px;
}
.boxWrap .leadTxt {
  font-size: 125%;
  margin-bottom: 56px;
}

.boxWrap .detail {
  width: 1000px;
  margin: 0 auto;
}
.boxWrap .detail .table {
  font-size: 125%;
}
.boxWrap .detail .table dl {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
.boxWrap .detail .table dl dt {
  color: #00336a;
  border: 1px solid #00336a;
  padding: 8px 0;
  text-align: center;
  margin-right: 30px;
  width: 200px;
}
.boxWrap .detail .table dl dd {
  width: 770px;
  letter-spacing: 0.05em;
}
.boxWrap .detail .table dl dd a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.boxWrap .detail .table .irBox dt {
  border: none;
}
.boxWrap .detail .table .irBox dd ol {
  padding-left: 1.5em;
  letter-spacing: 0.1em;
}
.boxWrap .detail .table .irBox dd ol li {
  list-style: decimal;
  margin-bottom: 30px;
}
.boxWrap .detail .table .irBox dd ol li ul li {
  list-style: none;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0;
}

.boxWrap .detail .option {
  border-top: 1px solid #00336a;
  padding-top: 40px;
  margin-top: 45px;
}
.boxWrap .detail .option .single {
  display: flex;
}
.boxWrap .detail .option .single:not(:last-child) {
  margin-bottom: 20px;
}
.boxWrap .detail .option .single dt {
  font-size: 150%;
  font-weight: 500;
  color: #00336a;
  background-color: #beaf73;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-right: 30px;
}
.boxWrap .detail .option .single dd {
  width: 770px;
  letter-spacing: 0.05em;
  font-size: 125%;
}
.boxWrap .detail .option .single dd span {
  font-weight: 700;
}
.boxWrap .detail .option .single dd div {
  text-indent: -1em;
  padding-left: 1em;
}

.boxWrap .detail .option .single dd div:not(:last-child) {
  margin-bottom: 10px;
}

.boxWrap .detail .option .over {
  display: flex;
}
.boxWrap .detail .option .over dt {
  font-size: 150%;
  font-weight: 500;
  color: #00336a;
  background-color: #beaf73;
  text-align: center;
  padding: 20px 0;
  width: 200px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxWrap .detail .option .over dd {
  width: 770px;
  letter-spacing: 0.05em;
  font-size: 125%;
}
.boxWrap .detail .option .over dd span {
  font-weight: 700;
}

.boxWrap .detail .option .over table {
  width: 100%;
  margin-bottom: 20px;
}
.boxWrap .detail .option .over table th {
  background-color: #f5f3f2;
  border: 1px solid #969696;
  padding: 5px 0;
}
.boxWrap .detail .option .over table td {
  border: 1px solid #969696;
  padding: 15px 0;
}
.boxWrap .detail .option .over .tBox {
  text-align: center;
}
.boxWrap .detail .option .over .tBox img {
  width: 30px;
  margin-bottom: 20px;
}
.boxWrap .detail .option .over .tBox p {
  margin-bottom: 0;
  font-size: 100%;
}
.boxWrap .detail .option .over .tBox p span {
  font-weight: 700;
}
.boxWrap .detail .option .over .support:first-child {
  margin-bottom: 25px;
}
.boxWrap .detail .option .over .support dt {
  width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}
.boxWrap .detail .option .over .support dd {
  padding-left: 1.3em;
}
.boxWrap .detail .option .over .support dd span {
  font-size: 120%;
}
.boxWrap .detail .option .over .support dd .small {
  font-size: 80%;
}
.boxWrap .detail .option .over .support dd .normal {
  font-size: 83.3%;
  font-weight: 400;
}
.boxWrap .detail .option .over .support dd p {
  margin-bottom: 0;
  font-size: 70%;
}

.boxWrap .btnArea {
  margin: 80px auto 0 auto;
  color: #ffffff;
  background: #00336a;
  -webkit-box-shadow: 4px 4px 0 #00336a;
  box-shadow: 4px 4px 0 #7e7e86;
  border: 1px solid #7e7e86;
  width: 860px;
  max-width: 95%;
  box-sizing: border-box;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.boxWrap .btnArea a {
  font-weight: 700;
  font-size: 212.5%;
  display: block;
  position: relative;
}
.boxWrap .btnArea a p {
  padding-right: 40px;
}
.boxWrap .btnArea a span {
  font-size: 80%;
}
.boxWrap .btnArea a .fw {
  font-weight: 500;
}
.boxWrap .btnArea a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/btnArea_arrow_01.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}

#link02 {
  margin-top: 134px;
}


/*******************************
linkArea
*******************************/
#linkArea {
  width: 800px;
  margin: 0 auto;
}
#linkArea .btnArea {
  border: 2px solid #00336a;
  height: 100px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 40px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 0 #7e7e86;
  box-shadow: 4px 4px 0 #7e7e86;
  box-sizing: border-box;
}
#linkArea .btnArea p {
  border: 1px solid #00336a;
  width: 790px;
  height: 90px;
  margin: 3px 0 0 3px;
  box-sizing: border-box;
}
#linkArea .btnArea a {
  color: #00336a;
  display: block;
}

#linkArea .btnArea a {
  font-size: 212.5%;
  font-weight: 700;
  position: relative;
}
#linkArea .btnArea a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/linkArea_arrow_01.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}
#linkArea .btnArea a span {
  font-size: 80%;
  font-weight: 500;
}






/*******************************
.LinkBox
*******************************/
.LinkBox {
	max-width: 1000px;
	margin: 70px auto;
}
.LinkBox .btnWrap {
	height: 100px;
	line-height: 90px;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	display: block;
	font-size: 212.5%;
	font-weight: 700;
	color: #fff;
	width: 800px;
    margin: 0 auto;
}
.LinkBox .btnWrap span {
	font-size: 80%;
}
.LinkBox .btnWrap div {
	border: 1px solid #fff;
    height: 90px;
    width: 790px;
    box-sizing: border-box;
    margin: 5px 0 0 0px;
    text-align: center;
    display: inline-block;
}
.LinkBox .btnWrap.btn01 {
	background: #00336a;
	-webkit-box-shadow: 3px 3px 0 #7e7e86;
	box-shadow: 3px 3px 0 #7e7e86;
	margin-bottom: 38px;
}
.LinkBox .btnWrap.btn01::after {
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../../common/images/arrow_06.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
.LinkBox .btnWrap a {
	display: block;
}

/*******************************
addition
*******************************/
.announcement01 {
    margin-top: 2em;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #ff0000;
    text-align: center;    
}

.announcement02 {
    line-height: 1.5;
    color: #ff0000;
    font-size: 125%;
    text-align: left;
    width: 1000px;
    margin: -1em auto;
    max-width: 95%;   
}