@charset "UTF-8";

/*******************************
#mainTitle
*******************************/
#mainTitleLow {
    background: #00336a;
}
#mainTitleLow .inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#mainTitleLow h1 {
    font-size: 250%;
    color: #fff;
    font-weight: 500;
    padding: 1.35em 0;
    display: flex;
}
#mainTitleLow h1 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 0.85em;
    line-height: 1.3;
}
#mainTitleLow h1 .noleftbd {
    border-left: none;
    padding-left: 0;
}
#mainTitleLow .titleTag {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
    font-size: 125%;
}
#mainTitleLow .titleTag .tagBox {
    font-size: 80%;
    color: #fff;
    height: 60px;
    width: 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;
}
#mainTitleLow .titleTag .tagBox.col02 {
    background-color: #eb6d94;
}
#mainTitleLow .titleTag .tagBox.col03 {
    background-color: #eb6143;
}
#mainTitleLow .titleTag .tagBox.col04 {
    background-color: #3ab483;
}
#mainTitleLow .titleTag .tagBox.col05 {
    background-color: #3071b9;
}
#mainTitleLow .titleTag .tagBox.col06 {
    background-color: #fff;
    color: #00336a;
}
#mainTitleLow .titleTag .spFlex {
    display: flex;
}
#mainTitleLow .double {
    display: flex;
    align-items: center;
}

/*******************************
#flow
*******************************/
#flow {
    margin-bottom: 100px;
}
#flow h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}

#flow .flowDetail {
    width: 760px;
    margin: 0 auto;
}
#flow .flowDetail ul li {
    border: 1px solid #00336a;
    position: relative;
    text-align: center;
    padding: 25px 0;
    margin-bottom: 30px;
}
#flow .flowDetail ul li:last-child {
    margin-bottom: 0;
}
#flow .flowDetail ul li::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(../../images/common/flowDetail_arrow_02.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -26px;
}
#flow .flowDetail ul li:last-child::after {
    content: none;
}
#flow .flowDetail ul li .abArea {
    position: absolute;
    font-size: 137.5%;
    background-color: #d8cfab;
    font-weight: 500;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 0;
    left: 0;
    letter-spacing: 0.15em;
}
#flow .flowDetail ul li .caption span {
    font-size: 162.5%;
    font-weight: 700;
    color: #00336a;
    text-decoration: underline;
    margin-bottom: 10px;
}
#flow .flowDetail ul li p {
    font-size: 112.5%;
}
#flow .flowDetail ul li p span {
    font-size: 65%;
    vertical-align: text-top;
}
#flow .flowDetail ul li .small {
    font-size: 87.5%;
    margin-top: 10px;
}



/*******************************
#document
*******************************/
#document {
    margin-bottom: 100px;
}
#document h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}
#document dl {
    width: 1000px;
    margin: 0 auto;

}
#document dl:nth-child(n+3) {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #00336a;
}
#document dl dd {
    padding-top: 10px;
}
#document dl dt .title img {
    width: 45px;
    margin-right: 15px;
}


/*******************************
#application
*******************************/
#application {
    margin-bottom: 100px;
}
#application h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}
#application dl {
    width: 1000px;
    margin: 0 auto 80px auto;
}
#application dl dt {
    font-size: 162.5%;
    color: #00336a;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 1px solid #00336a;
    letter-spacing: 0.02em;
}
#application dl dd {
    font-size: 125%;
    letter-spacing: 0.05em;
}
#application dl dd span {
    font-size: 120%;
    font-weight: 700;
    color: #00336a;
}
#application dl dd .small {
    font-size: 87.5%;
    margin-top: 5px;
}

/*******************************
.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;
}
