@charset "UTF-8";

.fwb {
    font-weight: bold;
}

.red {
    color: #e50012;
}

.contents {
    font-feature-settings: "palt";
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
/*******************************
#linkList
*******************************/
#linkList {
    width: 1000px;
    margin: 0 auto 70px auto;
    padding-top: 5rem;
}
#linkList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#linkList ul li {
	margin-bottom: 30px;
}
#linkList ul:first-child li {
    margin-right: 15px;
}
#linkList ul:first-child li:nth-child(4),
#linkList ul:first-child li:nth-child(8),
#linkList ul:first-child li:nth-child(12) {
    margin-right: 0;
}
#linkList ul:nth-child(2) li:first-child {
    margin-right: 15px;
}

#linkList ul li div {
    color: #00336a;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 0 #00336a;
    box-shadow: 4px 4px 0 #00336a;
    border: 1px solid #00336a;
    width: 238px;
    box-sizing: border-box;
    text-align: center;
    height: 100px;
}
#linkList ul li div a {
    font-size: 137.5%;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    position: relative;
    height: 73px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding-bottom: 27px;
}
#linkList ul:first-child li div {
    height: 110px;
}
#linkList ul:first-child li div a {
    height: 90px;
}
#linkList ul li div a span:not(.new) {
    color: #beaf73;
    font-size: 80%;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
}
#linkList ul li div a .new {
    display: block;
    width: 100%;
    text-align: center;
    color: red;
    margin-bottom: 4px;
}

#linkList ul:nth-child(2) {
    border-top: 1px solid #00336a;
    border-bottom: 1px solid #00336a;
    margin: 15px 0;
    padding: 40px 0;
}
#linkList ul li p {
    font-weight: 700;
    font-size: 125%;
    text-align: center;
    color: #00336a;
}
#linkList .txt {
    text-align: center;
}

/*******************************
boxWrap
*******************************/
.boxWrap {
    margin-bottom: 100px;
}
.boxWrap .titleWrap {
    background-color: #e5ebf0;
    padding: 30px 30px 30px 40px;
    margin-bottom: 60px;
    color: #00336a;
}
.boxWrap .titleWrap .inner {
    display: flex;
    align-items: center;
}
.boxWrap .titleWrap h2 {
    font-size: 225%;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.boxWrap .titleWrap .titleTag {
    font-size: 125%;
    display: flex;
    align-items: center;
    margin-left: auto;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.boxWrap .titleWrap .titleTag .spFlex {
    display: flex;
}
.boxWrap .titleWrap .titleTag .tagBox {
    font-size: 80%;
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.3;
    margin-left: 10px;
}
.boxWrap .titleWrap .titleTag .tagBox .fwith {
    transform: scale(0.88,1);
    margin: 0 -10px;
}


.boxWrap .titleWrap .titleTag .tagBox.col01 {
    background-color: #00336a;
}
.boxWrap .titleWrap .titleTag .tagBox.col02 {
    background-color: #eb6d94;
}
.boxWrap .titleWrap .titleTag .tagBox.col03 {
    background-color: #eb6143;
}
.boxWrap .titleWrap .titleTag .tagBox.col04 {
    background-color: #3ab483;
}
.boxWrap .titleWrap .titleTag .tagBox.col05 {
    background-color: #3071b9;
}

.boxWrap .titleWrap .titleTag02 {
    margin-left: auto;
}
.boxWrap .titleWrap .titleTag02 .tagBox02 {
    font-size: 125%;
    background-color: #fff;
    height: 60px;
    width: 220px;
    border-radius: 3px;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
}

.boxWrap .innerBox {
    width: 1000px;
    margin: 0 auto;
}

/*******************************
#link01
*******************************/
#link01 {
    margin-bottom: 60px;
}
#link01.boxWrap .titleWrap {
    margin-bottom: 40px;
}
#link01 .leadTxt {
    font-size: 125%;
    margin-bottom: 80px;
}
#link01 dl {

}
#link01 dl dt {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    margin-bottom: 50px;
}
#link01 dl dd {

}
#link01 .caption {
    font-weight: 500;
    font-size: 162.5%;
}
#link01 .caption .maru {
    color: #00336a;
    font-size: 80%;
}
#link01 .caption .small {
    font-size: 80%;
}
#link01 .caption .ylBox {
    background: yellow;
    padding: 0 5px;
    margin-left: 5px;
}
#link01 .indent {
    padding-left: 1em;
    text-indent: -1em;
}

#link01 .figure {
    margin-top: 25px;
}
#link01 .figure ol {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    margin-bottom: 60px;
}
#link01 .figure ol li {
    display: table;
}
#link01 .figure ol li .inWrap {
    position: relative;
}
#link01 .figure ol li .inWrap::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/link01_figure_icon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -9px;
}
#link01 .figure ol li:nth-last-child(2) .inWrap::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 36px;
    background-image: url(../images/link01_figure_icon_02.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -63px;
    top: 50%;
    margin-top: -18px;
}
#link01 .figure.fig02 ol li .inWrap::after {
    right: -28px;
}
#link01 .figure.fig02 ol li:nth-last-child(2) .inWrap::after {
    right: -70px;
}
#link01 .figure ol li:last-child .inWrap::after {
    content: none;
}
#link01 .figure ol li .flWrap {
    background-color: #00336a;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    height: 175px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}
#link01 .figure ol li .flWrap .txt01 {
    font-size: 135.3%;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 23px;
}
#link01 .figure ol li .flWrap .txt02 {
    font-size: 112.5%;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    margin: 0 auto 15px auto;
    padding: 5px 0;
    width: 90px;
}
#link01 .figure ol li .flWrap .txt02 span {
    font-size: 80%;
}
#link01 .figure ol li .flWrap .txt03 {
    font-size: 262.5%;
    font-weight: 700;
}
#link01 .figure ol li .flWrap .txt03 span {
    font-size: 42.85%;
    font-weight: 500;
}

#link01 .figure ol li .inWrap .flWrap {

}

#link01 .figure ol li .abTxt {
    position: absolute;
    font-weight: 500;
}

#link01 .figure ol li.last {
    margin-left: 55px;
}
#link01 dl dd .kakunin {
    font-size: 125%;
    margin-top: 30px;
}


/*------*/
#link01 .figure.fig01 ol li .flWrap {
    width: 100px;
}
#link01 .figure.fig01 ol li:last-child .flWrap {
    background-color: #beaf73;
    width: 180px;
    color: #00336a;
}
#link01 .figure.fig01 ol li:last-child .txt04 {
    font-size: 125%;
    font-weight: 500;
    margin-bottom: 5px;
}
#link01 .figure.fig01 ol li:last-child .txt05 {
    font-size: 325%;
    font-weight: 700;
    margin-bottom: 5px;
}
#link01 .figure.fig01 ol li:last-child .txt05 span {
    font-size: 48%;
    font-weight: 500;
}
#link01 .figure.fig01 ol li:last-child .txt06 {
    font-size: 225%;
    font-weight: 700;
}

/*------*/
#link01 .figure.fig02 ol li .flWrap {
    width: 155px;
}
#link01 .figure.fig02 ol li:last-child .flWrap {
    background-color: #beaf73;
    width: 280px;
    color: #00336a;
}
#link01 .figure.fig02 ol li:last-child .txt04 {
    font-size: 125%;
    font-weight: 500;
    margin-bottom: 5px;
}
#link01 .figure.fig02 ol li:last-child .txt05 {
    font-size: 325%;
    font-weight: 700;
    margin-bottom: 5px;
}
#link01 .figure.fig02 ol li:last-child .txt05 span {
    font-size: 48%;
    font-weight: 500;
}
#link01 .figure.fig02 ol li:last-child .txt06 {
    font-size: 225%;
    font-weight: 700;
}
#link01 .figure.fig02 ol li:last-child .flex {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

#link01 .benefits {
    margin-top: 50px;
}

#link01 .benefits .titleWrap {
    display: flex;
    background-color: #fff;
    padding: 30px 30px 10px 40px;
}

#link01 .benefits .titleWrap .titleTag {
    font-size: 70%;
}

#link01 .benefits h3 {
    position: relative;
    text-align: center;
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1;
    margin-top: -30px;
    margin-bottom: 10px;
}

#link01 .benefits h3 strong {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}

#link01 .benefits h3 span {
    position: absolute;
    left: 640px;
    bottom: 0;
    font-size: 65%;
    color: #00336a;
}

#link01 .benefits h3 + p {
    text-align: center;
    margin-bottom: 30px;
}

#link01 .benefits.distance dd > ul > li:not(:last-child) {
    margin-bottom: 50px;
}

#link01 .benefits ul.box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

#link01 .benefits ul.box-wrap li:first-child {
    margin-right: 50px;
}

#link01 .benefits ul.box-wrap li .box {
    padding: 15px;
    background-color: #00336a;
    text-align: center;
}

#link01 .benefits ul.box-wrap li .box__title {
    color: #00336a;
    font-weight: bold;
    padding: 2px 0;
    background-color: #fff;
}

#link01 .benefits ul.box-wrap li p {
    font-size: 20px;
    line-height: 1.4em;
    color: #fff;
    margin-top: 10px;
}

#link01 .benefits ul.box-wrap li p strong {
    font-size: 150%;
}

#link01 .benefits ul.box-wrap li .box + span {
    display: block;
    margin-top: 5px;
    padding: 0 5px;
    background-color: #beaf73;
    color: #00336a;
}

#link01 .banner {
    margin: 30px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90%;
    max-width: 500px;
}

#link01 .banner a {
    display: block;
    width: 100%;
}

#link01 .banner a:first-child {
    margin-bottom: 30px;
}

#link01 .banner a img {
    width: 100%;
    height: auto;
}

/*------*/
.checkSheet {
    margin-top: 45px;
}

/*--------------------
プルダウン
--------------------*/
.mod_panel {
    margin: 0 auto 20px auto;
    width: 1000px;
}
.mod_panel_inner {

}
.mod_panel .panelTitle a {
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 0 #00336a;
    box-shadow: 4px 4px 0 #00336a;
    border: 1px solid #00336a;
    padding: 17px 0;
    position: relative;
    color: #00336a;
    text-decoration: none;
    font-size: 137.5%;
    text-align: center;
}
.mod_panel .panelTitle a span {
    transform: scale(0.80,0.89);
    display: inline-block;
}
.mod_panel_inner {
    background-color: #f5f3f2;
    padding: 55px 35px 40px 35px;
}
.mod_panel_inner.close,
.mod_panel_inner02.close {
    display: none;
}
.mod_panel_inner_btn {
    margin-top: 35px;
}
.mod_panel_inner_btn p.closebtn {
    font-size: 125%;
    text-align: right;
}
.mod_panel_inner_btn p.closebtn a {
    color: #00336a;
    text-decoration: underline;
    font-weight: 500;
}

/*******************************
#link02
*******************************/
#link02 {
    padding-top: 40px;
}
#link02.boxWrap .titleWrap h2 {
    color: #000;
}
#link02 .titleWrap {
    position: relative;
    background-color: #fff;
    border-top: 4px solid #00336a;
    border-bottom: 1px solid #00336a;
    margin-bottom: 30px;
}
#link02 .titleWrap .subTitle {
    position: absolute;
    border: 1px solid #00336a;
    font-size: 137.5%;
    color: #00336a;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    top: -40px;
    left: 0;
}
#link02 .titleWrap .subTitle::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #00336a transparent transparent transparent;
    border-width: 11px 0px 0 11px;
}
#link02 .titleWrap .subTitle::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 10px 0px 0 10px;
}

#link02 .feeArea {
    text-align: center;
}
#link02 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1;
}
#link02 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link02 .feeArea p .font01 {
    font-size: 120%;
    font-weight: 700;
}

#link02 .feeSubTxt01 {
    text-align: center;
    margin-top: 15px;
}
#link02 .feeSubTxt01 p {
    font-size: 87.5%;
    font-weight: 500;
}
#link02 .feeSubTxt01 p span {
    color: #fff;
    background-color: #e50012;
    font-weight: 400;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
}
#link02 .tips {
    background-color: #f5f3f2;
    padding: 30px;
    margin-top: 40px;
}
#link02 .addBox {
    border: 4px solid #e50012;
    padding: 30px;
    margin-top: 20px;
}
#link02 .addBox .red {
    color: #e50012;
}
#link02 .addBox .red span {
    font-weight: 700;
}
#link02 .addBox .smallTxt {
    margin-top: 10px;
    font-size: 87.5%;
}

/*******************************
#link03
*******************************/
#link03.boxWrap .titleWrap {
    margin-bottom: 55px;
}
#link03 .figure {

}
#link03 .figure ol {
    display: flex;
    justify-content: space-between;
}
#link03 .figure ol li {
    border: 1px solid #00336a;
    width: 160px;
    position: relative;
}
#link03 .figure ol li:nth-child(4) {
    width: 175px;
}
#link03 .figure ol li:nth-child(4),
#link03 .figure ol li:nth-child(5) {
    border: 1px dashed #00336a;
}
#link03 .figure ol li::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/link01_figure_icon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -32px;
    top: 50%;
    margin-top: -9px;
}
#link03 .figure ol li:last-child::after {
    content: none;
}
#link03 .figure ol li dl {

}
#link03 .figure ol li dl dt {
    background-color: #00336a;
    color: #fff;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    height: 64px;
    display: table;
    width: 100%;
}
#link03 .figure ol li:nth-child(4) dl dt {
    height: 90px;
    background-color: #fff;
    border-bottom: 1px dashed #00336a;
    color: #00336a;
    width: 96%;
    margin: 0 auto;
}
#link03 .figure ol li:nth-child(5) dl dt {
    background-color: #fff;
    border-bottom: 1px dashed #00336a;
    color: #00336a;
    width: 96%;
    margin: 0 auto;
}
#link03 .figure ol li dl dt p {
    display: table-cell;
    vertical-align: middle;
}
#link03 .figure ol li dl dt p span {
    font-size: 80%;
    font-weight: 500;
}
#link03 .figure ol li dl dd {
    color: #00336a;
    display: table;
    width: 130px;
    margin: 0 auto;
    height: 190px;
}
#link03 .figure ol li dl dd .wrap {
    display: table-cell;
    vertical-align: middle;
}
#link03 .figure ol li dl dd p {
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
}
#link03 .figure ol li dl dd p:last-child {
    margin-bottom: 0;
}
#link03 .figure ol li dl dd .vertical {
    writing-mode: vertical-rl;
    font-size: 100%;
}
#link03 .figure ol li dl dd .bg01 {
    background-color: #ded7b9;
    padding: 3px 0;
}
#link03 .figure ol li dl dd .fee {
    font-size: 233.3%;
    font-weight: 700;
    line-height: 1;
}
#link03 .figure ol li dl dd .txt01 {
    text-align: left;
    font-size: 77.7%;
    transform: scale(0.92,1);
    margin: 0 -5px;
}
#link03 .figure ol li dl dd .txt02 {
    text-align: left;
    font-size: 88.8%;
}
#link03 .figure ol li dl dd .txt03 {
    text-align: left;
    font-size: 77.7%;
    margin-top: 10px;
}
#link03 .figure ol li:nth-child(4) dl dd {
    height: 160px;
}

#link03 ul {
    margin-top: 20px;
}

#link03 .tips {
    margin-top: 60px;
    background-color: #f5f3f2;
    padding: 30px;
}
#link03 .tips dl {

}
#link03 .tips dl dt {
    color: #00336a;
    font-size: 125%;
    font-weight: 700;
}
#link03 .tips dl dd {
    font-size: 112.5%;
}
#link03 .tips dl dd span {
    font-size: 140%;
    font-weight: 700;
}
#link03 .tips .linkBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#link03 .tips .linkBox img {
    margin-right: 20px;
}
#link03 .tips .linkBox p {
    font-size: 125%;
    font-weight: 500;
    color: #00336a;
}
#link03 .tips .linkBox p span {
    font-size: 90%;
    border: 1px solid #00336a;
    padding: 0 5px;
    margin-right: 5px;
}
#link03 .tips .linkBox p a {

}

/*******************************
#link04
*******************************/
#link04.boxWrap .titleWrap {
    margin-bottom: 40px;
}
#link04 .leadTxt {
    font-size: 125%;
}
#link04 .tips {
    margin-top: 45px;
    background-color: #f5f3f2;
    padding: 30px;
}
#link04 .tips dl dt {
    color: #00336a;
    font-size: 125%;
    font-weight: 700;
}
#link04 .tips dl dd {

}
#link04 .tips dl dd ul li {
    font-size: 112.5%;
    text-indent: -1em;
    padding-left: 1em;
}
#link04 .tips dl dd .feeWrap {
    margin-top: 20px;
    border-top: 1px solid #00336a;
    padding-top: 20px;
}
#link04 .tips dl dd .feeWrap .boxs {
    display: flex;
    align-items: baseline;
}
#link04 .tips dl dd .feeWrap .boxs .feeTxt {
    font-size: 125%;
    font-weight: 700;
    color: #00336a;
    margin-right: 15px;
    line-height: 1.3;
}
#link04 .tips dl dd .feeWrap .boxs .feeTxt span {
    font-size: 140%;
}
#link04 .tips dl dd .feeWrap .boxs .small {
    font-size: 87.5%;
}
#link04 .tips dl dd .smallTxt {
    margin-top: 30px;
    font-size: 87.5%;
    text-indent: -1em;
    padding-left: 1em;
}

/*******************************
#link05
*******************************/
#link05 .titleWrap h2 br {
	display: none;
}
#link05 .feeArea {
    text-align: center;
	margin-top: -1.5em;
}
#link05 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1.5;
}
#link05 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link05 .feeSubTxt01 {
    text-align: center;
    margin-top: 40px;
}
#link05 .feeSubTxt01 p:nth-child(2) {
	text-indent: -1em;
	margin: 0.5em 0 0 1em;
}

/*******************************
#link06
*******************************/
#link06 {

}
#link06 .feeArea {
    text-align: center;
}
#link06 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1;
}
#link06 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link06 .feeSubTxt01 {
    text-align: center;
    margin-top: 25px;
}
#link06 .feeSubTxt01 p {
    font-size: 125%;
}
#link06 table {
    margin-top: 45px;
    width: 100%;
}
#link06 table tr th {
    background-color: #f5f3f2;
    border: 1px solid #666666;
    font-size: 112.5%;
    font-weight: 500;
    padding: 5px 0;
}
#link06 table tr th:first-child {
    width: 83%;
}
#link06 table tr th:last-child {
    width: 17%;
}
#link06 table tr td {
    border: 1px solid #666666;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
}
#link06 table tr:nth-child(2) td:first-child {
    text-align: left;
}
#link06 .tips {
    margin-top: 45px;
    background-color: #f5f3f2;
    padding: 30px;
}
#link06 .tips p span {
    font-size: 87.5%;
}


/*******************************
#link07
*******************************/
#link07 {

}
#link07 .feeArea {
    text-align: center;
}
#link07 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1;
}
#link07 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link07 .feeArea p .font01 {
    font-size: 120%;
    font-weight: 700;
}

#link07 .tips {
    margin-top: 70px;
    background-color: #f5f3f2;
    padding: 30px;
}
#link07 .tips p span {
    font-size: 87.5%;
}

/*******************************
#link08
*******************************/
#link08 {

}
#link08 .feeArea {
    text-align: center;
}
#link08 .feeArea p {
    font-size: 312.5%;
    font-weight: 700;
    text-decoration: underline;
    color: #00336a;
}

#link08 .feeSubTxt01 {
    margin-top: 40px;
}
#link08 .feeSubTxt01 p {
    font-size: 125%;
}

/*******************************
#link09
*******************************/
#link09 {

}
#link09 .feeArea {
    text-align: center;
}
#link09 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1;
}
#link09 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link09 .feeArea p .font01 {
    font-size: 120%;
    font-weight: 700;
}

#link09 .feeSubTxt01 {
    text-align: center;
    margin-top: 45px;
}
#link09 .feeSubTxt01 p {
    font-size: 125%;
}



/*******************************
#link10
*******************************/
#link10 {

}
#link10 table {
    width: 100%;
}
#link10 table tr:first-child th {
    background-color: #f5f3f2;
    border: 1px solid #666666;
    font-weight: 500;
    padding: 15px 0;
}
#link10 table tr:first-child th:first-child {
    width: 200px;
}
#link10 table tr:first-child th:nth-child(2) {
    width: 140px;
}
#link10 table tr:first-child th:nth-child(3),
#link10 table tr:first-child th:nth-child(4) {
    width: 160px;
}
#link10 table tr:first-child th:last-child {
    width: 360px;
}
#link10 table tr:nth-child(n+2) th {
    background-color: #d8cfab;
    font-size: 125%;
    font-weight: 500;
    line-height: 1.2;
}
#link10 table tr:nth-child(n+2) th span {
    font-size: 90%;
}
#link10 table tr th {
    border: 1px solid #666666;
    vertical-align: middle;
}
#link10 table tr td {
    border: 1px solid #666666;
    font-size: 112.5%;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
}
#link10 table tr td span {
    font-size: 80%;
}
#link10 table tr td .linkWrap {
    font-weight: 700;
    margin-bottom: 5px;
}
#link10 table tr td .linkWrap a {
    text-decoration: underline;
    color: #033f7e;
}
#link10 table tr td .tel {
    letter-spacing: 0.05em;
}
#link10 table tr td .tel img {
    width: 16px;
    vertical-align: baseline;
}
#link10 table tr td:first-child {
    letter-spacing: 0.05em;
}


/*******************************
#link11
*******************************/
#link11 {

}
#link11 table {
    width: 100%;
    text-align: center;
}
#link11 table tr:first-child th {
    background-color: #f5f3f2;
    border: 1px solid #666666;
    font-weight: 400;
    padding: 15px 0;
}
#link11 table tr:nth-child(2) th:first-child,
#link11 table tr:nth-child(4) th:first-child {
    background-color: #d8cfab;
    border: 1px solid #666666;
    font-weight: 500;
    font-size: 112.5%;
}
#link11 table tr:nth-child(2) th:nth-child(2),
#link11 table tr:nth-child(3) th {
    background-color: #ebe7d5;
    border: 1px solid #666666;
    font-weight: 500;
}
#link11 table tr th {
    vertical-align: middle;
    font-weight: 500;
}
#link11 table tr td {
    vertical-align: middle;
    font-size: 112.5%;
    font-weight: 500;
    border: 1px solid #666666;
}
#link11 table tr td span {
    font-size: 80%;
}
#link11 table tr:first-child th:first-child {
    width: 150px;
}
#link11 table tr:first-child th:nth-child(2) {
    width: 140px;
}
#link11 table tr:first-child th:nth-child(3) {
    width: 200px;
}
#link11 table tr:first-child th:nth-child(4) {
    width: 160px;
}
#link11 table tr:first-child th:last-child {
    width: 350px;
}
#link11 table tr:nth-child(2) td:last-child,
#link11 table tr:last-child td:last-child {
    font-weight: 400;
    padding: 30px;
    text-align: left;
}

/*******************************
#link12
*******************************/
#link12 {

}
#link12 .feeArea {
    text-align: center;
}
#link12 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1;
}
#link12 .feeArea p .numbers {
    font-size: 183.3%;
    font-weight: 700;
    text-decoration: underline;
}
#link12 .feeArea p .font01 {
    font-size: 146.6%;
    font-weight: 700;
}
#link12 p {
    font-size: 125%;
    margin-bottom: 50px;
}
#link12 table {
    width: 100%;
    font-size: 112.5%;
}
#link12 table th {
    background-color: #f5f3f2;
    border: 1px solid #666666;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#link12 table td {
    border: 1px solid #666666;
    padding: 15px 30px;
    line-height: 1.7;
    width: 800px;
}

/*******************************
#link14
*******************************/
#link14 .titleWrap h2 br {
	display: none;
}
#link14 .feeArea {
    text-align: center;
	margin-top: -1.5em;
}
#link14 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1.5;
}
#link14 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link14 .feeSubTxt01 {
    text-align: center;
    margin-top: 40px;
}

/*******************************
#link15
*******************************/
#link15 .titleWrap h2 br {
	display: none;
}
#link15 .feeArea {
    text-align: center;
	margin-top: -1.5em;
}
#link15 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1.5;
}
#link15 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
}
#link15 .feeSubTxt01 {
    text-align: center;
    margin-top: 40px;
}

#link15 .tips {
    margin-top: 45px;
    background-color: #f5f3f2;
    padding: 30px;
}

/*******************************
#tableWrap
*******************************/
#tableWrap {
    background-color: #e5ebf0;
    padding-top: 90px;
    font-feature-settings: "palt";
}
#tableWrap .boxwrap {
    padding-bottom: 63px;
}
#tableWrap h3 {
    font-size: 175%;
    font-weight: 700;
    color: #00336a;
}
#tableWrap table {
    width: 100%;
    margin-top: 15px;
}
#tableWrap table tr th {
    font-weight: 500;
    font-size: 100%;
    border: 1px solid #666666;
    background-color: #ebe7d5;
    line-height: 1.2;
    vertical-align: middle;
    padding: 0 0 0 5px;
    text-align: left;
}
#tableWrap table tr th span {
    font-size: 66.6%;
}
#tableWrap table tr th .spFwidth {
    font-size: 100%;
}
#tableWrap table tr td {
    font-size: 137.5%;
    line-height: 1em;
    border: 1px solid #666666;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
#tableWrap table tr td span {
    font-size: 70%;
}
#tableWrap table tr:first-child th {
    width: 125px;
    text-align: center;
    height: 82px;
    padding: 0;
}
#tableWrap table tr:first-child th:first-child {
    background-color: #fff;
    width: 250px;
    background-image: linear-gradient(18deg, transparent 49%, #666 49%, #666 49%, transparent 50%, transparent);
    position: relative;
}
#tableWrap table tr:nth-child(n+2) th {
    height: 63px;
}
#tableWrap table tr:first-child th:first-child .ab01 {
    position: absolute;
    top: 10px;
    right: 5px;
}
#tableWrap table tr:first-child th:first-child .ab02 {
    position: absolute;
    left: 5px;
    bottom: 10px;
}

#tableWrap .tb02 tr:first-child th {
    width: 134px;
}
#tableWrap .tb02 tr:first-child th:first-child {
    background-image: none;
    width: 196px;
}

#tableWrap ul {
    margin-top: 10px;
}
#tableWrap ul li {
    font-size: 87.5%;
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.7;
}



/*******************************
linkArea
*******************************/
#linkArea {
	width: 800px;
	max-width: 90%;
	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;
	max-width: 99.25%;
	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;
}

/*******************************
#link11
*******************************/
#link11.boxWrap .titleWrap .titleTag02 .tagBox02 {
    margin-left: 20px;
}

/*******************************
#link13
*******************************/
#link13 .leadTxt {
    font-size: 125%;
    margin-bottom: 80px;
}
#link13 .feeArea {
    text-align: center;
	margin-top: -1.5em;
}
#link13 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1.4;
}
#link13 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
}
#link13 .tips {
    margin-top: 45px;
    background-color: #f5f3f2;
    padding: 30px;
}
#link13 .tips p span {
    font-size: 87.5%;
}
#link13 .innerBox {
    margin-bottom: 100px;
}

/*******************************
#link16
*******************************/
#link16 .leadTxt {
    margin-bottom: 40px;
    font-size: 125%;
}

#link16 .feeArea {
    text-align: center;
    margin-top: -1.5em;
}

#link16 .feeArea p {
    font-size: 187.5%;
    font-weight: 700;
    color: #00336a;
    line-height: 1.5;
}

#link16 .feeArea p strong {
    font-size: 180%;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 8px;
}

#link16 .feeSubTxt01 {
    text-align: center;
    margin: 40px auto;
}

#link16 .list-box {
    border: 4px solid #e50012;
    padding: 30px;
}

#link16 .list-box a {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#link16 .tips {
    margin-top: 45px;
    background-color: #f5f3f2;
    padding: 30px;
}

#link16 ul {
    margin: 20px auto 20px 0;
}

/*******************************
#link17
*******************************/
#link17 .feeArea {
    text-align: center;
    margin-top: -1.5em;
}

#link17 .feeArea p {
    font-size: 187.5%;
    font-weight: 500;
    color: #00336a;
    line-height: 1.4;
}

#link17 .feeArea p .numbers {
    font-size: 233.33%;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
}

#link17 .feeSubTxt01 {
    text-align: center;
    margin-top: 40px;
}

#link17 .figure {
    margin-top: 40px;
}

#link17 .figure h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}

#link17 .figure h3 span {
    font-size: 80%;
}

#link17 .figure ol {
    display: flex;
    justify-content: space-between;
}

#link17 .figure ol li:not(.last) {
    border: 1px solid #00336a;
    width: 200px;
    position: relative;
}

#link17 .figure ol li:not(.last):not(:first-child)::before {
    content: "";
    position: absolute;
    top: 60%;
    left: -45px;
    background-image: url(../images/link01_figure_icon_03.svg);
    width: 25px;
    height: 2px;
}

#link17 .figure ol li.last {
    position: relative;
}

#link17 .figure ol li.last::before {
    content: "";
    position: absolute;
    top: 60%;
    left: -45px;
    background-image: url(../images/link01_figure_icon_04.svg);
    width: 25px;
    height: 10px;
}

#link17 .figure ol li:not(.last) dl dt {
    background-color: #00336a;
    color: #fff;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    height: 64px;
    display: table;
    width: 100%;
}

#link17 .figure ol li dl dt p {
    display: table-cell;
    vertical-align: middle;
}

#link17 .figure ol li:not(.last) dl dd {
    color: #00336a;
    display: table;
    width: 130px;
    margin: 0 auto;
    height: 190px;
}

#link17 .figure ol li:not(.last) dl dd .wrap {
    display: table-cell;
    vertical-align: middle;
}

#link17 .figure ol li dl dd p {
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
}

#link17 .figure ol li dl dd p strong {
    font-size: 230%;
}

#link17 .figure ol li.last dl {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}

#link17 .figure ol li.last dt,
#link17 .figure ol li.last dd {
    width: 100%;
    text-align: center;
}

#link17 .figure ol li.last dt {
    font-size: 125%;
}

#link17 .figure ol li.last dt p {
    display: block;
    width: 100%;
    text-align: center;
}

#link17 .figure ol li.last dd {
    font-size: 153%;
    color: #00336a;
}

#link17 .figure .more {
    margin-top: 40px;
}

#link17 .figure .more ol li:first-child {
    position: relative;
    border: none;
    width: 472px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

#link17 .figure .more ol li:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background-image: url(../images/link01_figure_icon_05.svg);
    width: 170px;
    height: 13px;
}

#link17 .figure .more ol li:nth-child(2)::before {
    display: none;
}

/*******************************
addition
*******************************/
.addBox02 {
    margin-top: 2em;
}
.addBox02 h3 {
    border-bottom: 1px solid #00336a;
    font-size: 137.5%;
    padding-bottom: 0.25em;
    color: #00336a;
    line-height: 1.3;
    display: flex;
}
.addBox02 h3::before {
    content: "";
    width: 0.25em;
    margin-top: 0.15em;
    margin-right: 0.4em;
    background: #00336a;
}
.addBox02 h4 {
    font-size: 125%;
    color: #00336a;
    margin-top: 0.75em;
}
.addBox02 h4::before {
    content: "■";
    margin-right: 0.4em;
}
.addBox02 dl {
    margin-top: 1em;
}
.addBox02 dl dt {
    margin-bottom: 0.75em;
    font-weight: 700;
    font-size: 112.5%;
}
.addBox02 ul {
    display: flex;
    flex-wrap: wrap;
}
.addBox02 ul li {
    margin-bottom: 0.75em;
    width: 50%;
}
.addBox02 ul li a {
    display: block;
    background: url("/common2022/images/pdfIcon_01.svg") 0 center no-repeat;
    background-size: 1.75em auto;
    padding: 0.25em 0.25em 0.25em 2em;
}