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

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
#local-nav {
	background-color: #FAFAFA;
}
#local-nav .inner {
	display: flex;
	width: 910px;
	margin: 0 auto;
}
#local-nav p {
	display: flex;
	align-items: center;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #1d4294;
}
#local-nav ul {
	display: flex;
	list-style: none;
}
#local-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 148px;
	height: 60px;
	font-size: 11px;
	color: #595757;
}
#local-nav .cr a {
	color: #1d4294;
	background-color: #f0f0f0;
}
.hidden_box input, label{
	display: none;
}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	position: relative;
	width: 100%;
	height: 315px;
	text-align: center;
	box-sizing: border-box;
}
#main h1 {
	position: absolute;
	top: 53px;
	left: 50%;
	width: 446px;
	line-height: 1;
	margin-left: -336px;
}
#main img {
	width: 100%;
	height: auto;
}
#main .pic {
	position: absolute;
	top: 34px;
	left: 50%;
	width: 204px;
	margin-left: 148px;
}
#main::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 47px;
	display: block;
	width: 58px;
	height: 39px;
	background: url("../../guide/img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}
#main .caution {
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-size: 10px;
	text-align: left;
	margin-left: -450px;
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article h2 {
	font-size: 38px;
	font-weight: bold;
	color: #1d4294;
	text-align: center;
	line-height: 1;
}
article h3,
article h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 45px;
	font-size: 25px;
	font-weight: normal;
	color: #1D4294;
	background-color: #D2ECFA;
	text-align:center;
	border: 1px solid #1D4294;
	border-radius: 5px;
	box-sizing: border-box;
}
article h3 {
	margin-bottom: 13px;
}
article h4 {
	height: 85px;
	font-size: 17px;
	line-height: 27px;
	background-color: #fff;
}
article p {
	color: #595757;
}
article .txt-link {
	text-align: center;
}
article .txt-link a {
	font-size: 14px;
	color: #0000ff;
	letter-spacing: -.05em;
}
article .txt-link a::after {
	content: '＞';
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transform: scaleX(.5);
	transform-origin: left center;
	margin-left: 7px;
}
article img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	background-color: #fafafa;
	padding: 60px 0 63px;
}
#sec1 h2 {
	letter-spacing: .04em;
	margin-bottom: 53px;
}
#sec1 .wrapper {
	display: flex;
	justify-content: space-between;
	width: 700px;
	margin: 0 auto;
}
#sec1 h4 {
	line-height: 16px;
	margin-bottom: 36px;
}
#sec1 .block:first-child h4 {
	margin-bottom: 39px;
}
#sec1 h4 small {
	display: block;
	font-size: 80%;
	letter-spacing: -.03em;
	margin-bottom: 5px;
}
#sec1 .block {
	width: 320px;
}
#sec1 .pic {
	margin: 0 auto;
}
#sec1 .block:first-child .pic {
	width: 180px;
	margin-bottom: 36px;
}
#sec1 .block:last-child .pic {
	width: 116px;
	margin-bottom: 32px;
}
#sec1 .txt {
	min-height: 125px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -.05em;
}
#sec1 p.caution2 {
	font-size: 10px;
	line-height: 1.5;
	margin: 0 0 30px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	padding: 58px 0 50px;
}
#sec2 h2 {
	letter-spacing: .04em;
	margin-bottom: 54px;
}
#sec2 h3,#sec2 h4 {
	margin: 0 auto;
}
#sec2 h4 span {
	margin: 0 26px;
}
#sec2 h3 {
	margin-bottom: 13px;
}
#sec2 .wrapper {
	display: flex;
	justify-content: center;
	width: auto;
	margin: 0 auto;
}
#sec2 .block {
	width: 320px;
}

#sec2 .block h3{
    font-size: 20px;
}

#sec2 .block.flex{
    width: auto;
    margin-right: 15px;
}

#sec2 .block.flex h3{
    width: 100%;
}

#sec2 .block.flex .boxWrap{
    display: flex;
}

#sec2 .block.flex .boxWrap .box{
    width: 320px;
}

#sec2 .block.flex .boxWrap .box + .box{
    margin-left: 15px;
}

#sec2 .block.flex .boxWrap .box + .box .pic{
    width: 170px;
    padding-top: 30px;
}

#sec2 .pic {
	width: 138px;
	height: 164px;
	padding-top: 35px;
	margin: 0 auto;
	box-sizing: border-box;
}
#sec2 .block:last-child .pic {
	width: 170px;
	padding-top: 30px;
}
#sec2 .txt {
	height: 130px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -.05em;
	margin: 0 auto 18px;
}

#sec2 .txt min{
    display: block;
    font-size: 10px;
    line-height: 1.5;
}

#sec2 h5 {
	font-size: 25px;
	font-weight: normal;
	color: #1D4294;
	padding: 37px 0 14px;
}
#sec2 li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 30px;
	font-size: 17px;
	color: #435190;
	background-color: #f0f1f6;
	list-style: none;
	margin-bottom: 15px;
}
#sec2 li:nth-child(2) {
	color: #D8A236;
	background-color: #fcf8ef;
}
#sec2 li:nth-child(3) {
	color: #EF5D38;
	background-color: #fdf2f0;
}
#sec2 li:nth-child(4) {
	color: #7DCA4A;
	background-color: #f5fbf1;
}
#sec2 li:nth-child(5) {
	color: #28B0EA;
	background-color: #eef9fd;
}
#sec2 .h3_small {
	font-size: 160%;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	background-color: #fafbff;
	padding: 63px 0 65px;
}
#sec3 h2 {
	margin-bottom: 53px;
}
#sec3 .wrapper {
	display: flex;
	justify-content: space-between;
	width: 700px;
	margin: 0 auto;
}
#sec3 .block {
	width: 320px;
}
#sec3 .pic {
	width: 106px;
	height: 164px;
	padding-top: 35px;
	margin: 0 auto;
	box-sizing: border-box;
}
#sec3 .block:last-child .pic {
	width: 170px;
	padding-top: 45px;
}
#sec3 .txt {
	height: 152px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -.05em;
}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
	background-color: #ffffff;
	padding: 59px 0 66px;
}
#sec4 h2 {
	margin-bottom: 52px;
}
#sec4 .wrapper {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}
#sec4 .block:nth-of-type(2) {
  padding-top: 18px;
}
#sec4 .block:nth-of-type(2) h3 {
  margin-bottom: 32px;
}
#sec4 h3 {
  height: auto;
	font-size: 25px;
	line-height: 1.4;
	color: #1d4294;
	margin-bottom: 16px;
  background-color: transparent;
  border: none;
}
#sec4 .txt-link {
  text-align: right;
  margin: 19px 0;
}
#sec4 .block:nth-of-type(1) .txt-link:nth-of-type(2) {
  margin: 19px 0 0;
}
/* ---------------------------------------------------------
#sec5
----------------------------------------------------------*/
#sec5 {
	background-color: #fafafa;
	padding: 51px 0 65px;
}
#sec5 h2 {
  line-height: 55px;
  letter-spacing: .02em;
	margin-bottom: 52px;
}
#sec5 .wrapper {
	display: flex;
	width: 740px;
	margin: 0 auto 28px;
}
#sec5 h3 {
	justify-content: flex-start;
  width: auto;
	height: auto;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .02em;
	text-align: left;
	color: #1d4294;
  border: none;
	background-color: inherit;
}
#sec5 h3::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-color: #1f4492;
}
#sec5 .right-col h3::before {
	margin-right: 10px;
}
#sec5 .left-col {
	margin: 0 128px 0 20px;
}
#sec5 .left-col .pic {
	width: 186px;
	margin: 28px 0 0 66px;
}
#sec5 .btn-login {
	padding: 70px 0 0 73px;
}
#sec5 .btn-login a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #fd809e;
	border-radius: 5px;
}
#sec5 .btn-login a:hover ,
#sec5 .app-area a:hover {
	text-decoration: none;
	opacity: .7;
}
#sec5 .btn-login a::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 7px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #fff;
}
#sec5 .right-col .pic {
	width: 154px;
	margin: 28px 0 37px 80px;
}
#sec5 .txt-dl {
	display: flex;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin: 0 0 13px 60px;
}
#sec5 .txt-dl::before,
#sec5 .txt-dl::after {
	content: '';
	display: block;
	width: 1px;
	height: 22px;
	background-color: #595757;
	transform: rotate(-33deg);
}
#sec5 .txt-dl::before {
	margin-right: 15px;
}
#sec5 .txt-dl::after {
	margin-left: 10px;
	transform: rotate(33deg);
}
#sec5 .app-area {
	display: flex;
	justify-content: space-between;
	width: 310px;
	margin: 0 0 0 5px;
}
#sec5 .icon {
	width: 150px;
}
/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
	#local-nav {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
  #local-nav .inner {
    display: block;
    width: 100%;
  }
	#local-nav p {
		display: none;
		justify-content: center;
		width: 100%;
		font-size: 12px;
		padding: 12px 0;
	}
	#local-nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style: none;
		padding: 0 2% 0;
		margin: 0;
	}
	#local-nav li {
		width: 48.5%;
	}
	#local-nav a,
	#local-nav .cr a {
		width: 100%;
		height: 46px;
		font-size: 11px;
		color: #595757;
		background-color: #f0f0f0;
		margin: 0 0 10px;
	}
	/* 開閉ここから*/
	.hidden_box {
		padding: 12px 0;
		text-align: center;
	}
	.hidden_box label {
		display: inherit;
		font-weight: bold;
		cursor :pointer;
		transition: .5s;
		color: #1d4294;
		font-size: 12px;
	}
	.hidden_box label:after {
		display: inline-block;/point/
		content: url("/point/img/tokuten/icon_arrow_navy.png");
		padding-left: 15px;
		transition: 0.2s;
	}
	.hidden_box input:checked ~ label:after {
		 content: url("/point/img/tokuten/icon_arrow_navy_up.png");
	}
	.hidden_box input {
		display: none;
	}
	.hidden_box .hidden_show {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	.hidden_box input:checked ~ .hidden_show {
		padding: 15px 0 0;
		height: auto;
		opacity: 1;
	}
/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
	#main {
    height: 396px;
    box-sizing: border-box;
  }
  #main h1 {
    position: absolute;
    top: 39px;
    left: 50%;
    width: 344px;
    line-height: 1;
    margin-left: -172px;
  }
  #main .pic {
    position: absolute;
    top: 178px;
    left: 45.3vw;
    width: 159px;
    margin-left: 0;
  }
  #main::after {
    left: 22.4vw;
    bottom: 120px;
    width: 12vw;
    height: 7.9vw;
    transform: translateX(0);
  }
	
  #main .caution {
	bottom: 10px;
	left: 10px;
	font-size: 10px;
	text-align: left;
	margin-left: 0;
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
	article h2 {
		font-size: 29px;
    line-height: 43px;
	}
	article .txt {		
		text-align: justify;
		text-justify: inter-ideograph;
	}
	article .txt-link a {
		font-size: 10px;
		letter-spacing: -.05em;
	}
	article .txt-link a::after {
		font-size: 10px;
	}
  
/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
	#sec1 {
    padding: 43px 0 51px;
  }
  #sec1 h2 {
    margin-bottom: 40px;
  }
  #sec1 .wrapper {
    display: block;
    width: 100%;
  }
  #sec1 h3 {
    width: 66.2vw;
    height: 35px;
    font-size: 19px;
    margin: 0 auto 10px;
  }
  #sec1 h4 {
    width: 66.2vw;
    height: 65px;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
  }
  #sec1 .block:first-child h4 {
    margin-bottom: 30px;
  }
  #sec1 .block:last-child h4 {
    margin-bottom: 28px;
  }
  #sec1 h4 small {
    display: block;
    font-size: 80%;
    letter-spacing: -.03em;
    margin-bottom: 5px;
  }
  #sec1 .block {
    width: 100%;
  }
  #sec1 .pic {
    margin: 0 auto;
  }
  #sec1 .block:first-child .pic {
    width: 37.2vw;
    margin-bottom: 26px;
  }
  #sec1 .block:last-child .pic {
    width: 23.8vw;
    margin-bottom: 27px;
  }
  #sec1 .txt {
    min-height: auto;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7.7vw;
    margin-bottom: 19px;
  }
	#sec1 p.caution2 {
		margin: 0 0 30px;
		padding: 0 7.7vw
	}
  #sec1 .txt-link {
    margin-bottom: 47px;
  }
  #sec1 .block:last-of-type .txt-link {
    margin-bottom: 0;
  }
	
/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
	#sec2 {
	  padding: 42px 0 44px;
  }
  #sec2 h2 {
    margin-bottom: 39px;
  }
  #sec2 h3 {
    width: 66.2vw;
    height: 35px;
    font-size: 19px;
    margin: 0 auto 10px;
  }
  #sec2 h4 {
    display: block;
    width: 66.2vw;
    height: 65px;
    font-size: 13px;
    line-height: 20px;
    padding-top: 13px;
  }
  #sec2 h4 span {
    display: block;
    margin: 0;
  }
  #sec2 .wrapper {
    display: block;
    width: 100%;
  }
  #sec2 .block {
    width: 100%;
  }
    
    #sec2 .block.flex .boxWrap{
        flex-direction: column;
    }
    #sec2 .block.flex .boxWrap .box{
        width: 100%;
    }
    #sec2 .block.flex .boxWrap .box + .box{
        margin-left: 0;
    }
    #sec2 .block.flex .boxWrap .box + .box .pic{
        width: 35.3vw;
    padding-top: 18px;
    }
    #sec2 .block h3{
        font-size: 19px;
    }
    #sec2 .block h3.line2{
        height: 70px;
    }
    #sec2 .block.flex h3{
        width: 66.2vw;
    }
    
  #sec2 .pic {
    width: 28.5vw;
    height: auto;
    padding-top: 26px;
  }
  #sec2 .block:last-child .pic {
    width: 35.3vw;
    padding-top: 18px;
  }
  #sec2 .txt {
    font-size: 13px;
    line-height: 20px;
    padding: 26px 7.6vw 18px;
    height: auto;
  }
  #sec2 .block:last-child .txt {
    padding: 17px 7.6vw 18px;
  }
  #sec2 h5 {
    font-size: 19px;
    padding: 40px 0 13px 17.2vw;
  }
  #sec2 li {
    width: 66.2vw;
    height: 6.13vw;
    font-size: 13px;
    margin: 0 auto 11px;
  }
  #sec2 .h3_small {
    font-size: 18px;
  }
  #sec2 .txt-link {
    margin-bottom: 47px;
  }
  #sec2 .block:last-of-type .txt-link {
    margin-bottom: 0;
  }

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
	#sec3 {
		padding: 39px 0 51px;
	}
	#sec3 h2 {
		line-height: 43px;
		margin-bottom: 36px;
	}
	#sec3 h3 {
    width: 66.2vw;
    height: 35px;
		font-size: 19px;
    margin: 0 auto 10px;
	}
  #sec3 h4 {
    width: 66.2vw;
    height: 67px;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
  }
  #sec3 .wrapper {
    display: block;
    width: 100%;
  }
  #sec3 .block {
    width: 100%;
  }
  #sec3 .pic {
    width: 21.9vw;
    height: auto;
    padding-top: 26px;
  }
  #sec3 .block:last-child .pic {
    width: 35.3vw;
    padding-top: 34px;
  }
  #sec3 .txt {
    height: auto;
    font-size: 12px;
    line-height: 20px;
    padding: 26px 7.6vw 18px;
  }
  #sec3 .txt-link {
    margin-bottom: 47px;
  }
  #sec3 .block:last-of-type .txt-link {
    margin-bottom: 0;
  }
/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
	#sec4 {
    padding: 37px 0 40px;
  }
  #sec4 h2 {
		line-height: 43px;
		margin-bottom: 33px;
	}
  #sec4 .wrapper {
    display: block;
    width: 100%;
  }
  #sec4 .block:nth-of-type(2) {
    padding-top: 30px;
  }
  #sec4 .block:nth-of-type(2) h3 {
    margin-bottom: 25px;
  }
  #sec4 h3 {
    width: auto;
    height: auto;
    font-size: 19px;
    line-height: 27px;
    color: #1d4294;
    margin-bottom: 16px;
    background-color: transparent;
    border: none;
    margin: 0 auto 12px;
  }
  #sec4 h4 {
    width: 66.2vw;
    height: 67px;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
  }
  #sec4 .txt-link {
    text-align: right;
    margin: 12px 16vw;
  }
  #sec4 .block:nth-of-type(1) .txt-link:nth-of-type(2) {
    margin: 12px 16vw;
  }
/* ---------------------------------------------------------
#sec5
----------------------------------------------------------*/
	#sec5 {
		padding: 38px 0 20px;
		margin-bottom: 20px;
	}
	#sec5 h2 {
		line-height: 43px;
		margin-bottom: 36px;
	}
  #sec5 .wrapper {
    display: block;
    width: 85.3vw;
    margin: 0 auto 28px;
  }
	#sec5 h3 {
		font-size: 17px;
		margin-bottom: 40px;
	}
  #sec5 h3::before {
    width: 13px;
    height: 13px;
  }
  #sec5 .left-col {
    margin: 0;
  }
  #sec5 .left-col .pic {
    width: 38.5vw;
    margin: 0 auto;
  }
  #sec5 .btn-login {
    padding: 0;
  }
  #sec5 .btn-login a {
    width: 46.9vw;
    height: 46px;
    margin: 24px auto 0;
  }
  #sec5 .btn-login a:hover {
    text-decoration: none;
    opacity: .7;
  }
  #sec5 .btn-login a::after {
    top: 18px;
    right: 7px;
    border-width: 5px 0 5px 5.5px;
  }
  #sec5 .right-col {
    padding: 47px 0 0;
  }
  #sec5 .right-col h3 {
    margin-bottom: 44px;
  }
  #sec5 .right-col .pic {
    width: 31.9vw;
    margin: 0 auto;
  }
  #sec5 .txt-dl {
    justify-content: center;
    font-size: 12px;
    margin: 26px 0 10px;
  }
  #sec5 .txt-dl::before,
  #sec5 .txt-dl::after {
    height: 18px;
  }
  #sec5 .app-area {
    width: 100%;
    margin: 0;
  }
  #sec5 .icon {
    width: 41vw;
  }
  #pagetop {
    margin-top: 50px;
  }
}
@media screen and (max-width:320px) {
}