@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
h1 {
	padding-top: 25px;
	text-align: left;
	margin-left: 50px;
}
#helo {
	background-image: url("../images/pc/h_bg.png");
	margin-top: -60px;
	padding-top: 120px;
	padding-bottom: 80px;
}
#helo .flex {
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
#helo .banner {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 110px;
}




#nayami {
	background-image: url("../images/pc/nayami_bg.png");
	padding-top: 90px;
	padding-bottom: 90px;
}
#nayami .flex {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 65px;
}
#nayami .flex div {
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 6px 6px 0 #393939;
	width: 482px;
	height: 580px;
}
#nayami .flex div figure {
	padding-top: 55px;
	height: 305px;
}
#nayami .flex div h3 {
	font-size: 26px;
	color: #FF8D00;
	font-weight: bold;
	width: 400px;
	text-align: left;
	border-bottom: 1px solid #FF8D00;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
#nayami .flex div li {
	width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	font-size: 18px;
}





#point {
	background-image: url("../images/pc/h_bg.png");
	padding-top: 90px;
	padding-bottom: 100px;
}
#point h2 {
	margin-bottom: 65px;
}
#point .flex {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
#point .flex+.flex {
	margin-top: 110px;
}
#point .flex:nth-of-type(1) figure {
	margin-right: 90px;
}
#point .flex:nth-of-type(2) {
	flex-direction: row-reverse;
}
#point .flex:nth-of-type(2) div {
	height: 220px;
}
#point .flex:nth-of-type(3) figure {
	margin-right: 10px;
}
#point .flex div {
	width: 460px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px 0 #0064b8;
	border: 2px solid #0064b8;
	padding-bottom: 30px;
}
#point .flex div h3 {
	display: flex;
	align-items: center;
	margin-left: 25px;
	margin-top: 25px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	gap: 15px;
	margin-bottom: 10px;
}
#point .flex div p {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.8em;
}
#point .flex div p.atte {
	font-size: 14px;
	margin-top: 5px;
}





#campaign {
	padding-top: 90px;
}
#campaign ul {
	margin-top: 45px;
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 110px;
}





#anq {
	background-image: url("../images/pc/anq_bg.png");
	padding-top: 110px;
	padding-bottom: 100px;
}
#anq .inner {
	background-color: #fff;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	padding-top: 60px;
	padding-bottom: 80px;
}
#anq .inner h2+p {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	margin-bottom: 20px;
}
#anq .inner h2+p::before {
	content: "";
	display: block;
	background-image: url("../images/pc/anq_fig01.png");
	width: 22px;
	height: 42px;
	position: absolute;
	left: -12px;
	top: 0px;
}
#anq .inner h2+p::after {
	content: "";
	display: block;
	background-image: url("../images/pc/anq_fig02.png");
	width: 22px;
	height: 42px;
	position: absolute;
	right: -12px;
	top: 0px;
}
#anq .inner h3 {
	font-size: 28px;
	font-weight: bold;
	color: #0064b8;
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #0064b8;
	margin-bottom: 25px;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
}
#anq .inner h3+p {
	margin-bottom: 40px;
}
#anq .inner dl.flex {
	display: flex;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #9c9c9c;
	padding-bottom: 30px;
	align-items: center;
	margin-top: 30px;
}
#anq .inner dl.flex dt {
	width: 155px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}
#anq .inner dl.flex2 {
	display: flex;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	align-items: center;
	margin-top: 30px;
}
#anq .inner dl.flex2 dt {
	width: 155px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}
#anq .inner dl dd select {
	width: 295px;
	height: 48px;
	border: 1px solid #9c9c9c;
}
#anq .inner dl dd input[type="text"] {
	width: 490px;
	padding-left: 10px;
	height: 48px;
	border: 1px solid #9c9c9c;
}
#anq .inner dl.normal {
	text-align: left;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #9c9c9c;
	padding-bottom: 30px;
}
#anq .inner dl.normal dt {
	font-size: 26px;
	font-weight: bold;
	margin-top: 30px;
}
#anq .inner dl.normal dd {
	margin-top: 25px;
	font-size: 18px;
}
#anq .inner dl.normal dd span {
	margin-right: 10px;
}
#anq .box {
	width: 864px;
	height: 256px;
	border: 1px solid #0064B8;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 50px;
}
#anq .box h4 {
	font-size: 28px;
	color: #006AB6;
	font-weight: bold;
	padding-top: 45px;
	margin-bottom: 35px;
}
#anq .box h4+p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#anq .submit_btn input {
	background-image: url("../images/pc/anq_btn.png");
	width: 520px;
	height: 116px;
	background-color: rgba(255,255,255,0.00);
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 65px;
}
#anq .submit_btn input:hover {
	filter: brightness(1.1);
}





footer .inner {
	background-image: url("../images/pc/footer_bg.png");
	padding-top: 90px;
	padding-bottom: 100px;
}
footer .inner h2+p {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.8em;
}
footer .inner+p {
	padding-top: 50px;
	padding-bottom: 40px;
}
footer small {
	display: block;
	background-color: rgba(0,70,144,1.00);
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 14px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
h1 {
	padding-top: 5vw;
	text-align: left;
	width: 45.33vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5vw;
}

#helo {
	background-image: url("../images/pc/h_bg.png");
	background-size: 5vw;
	margin-top: -16vw;
	padding-top: 21.33vw;
	padding-bottom: 10.67vw;
}

#helo h2 {
	width: 85.33vw;
	margin-left: auto;
	margin-right: auto;
}

#helo .flex li:first-child {
	width: 82.67vw;
	margin-left: 5.33vw;
	margin-top: 4vw;
}

#helo .flex li:last-child {
	width: 80vw;
	margin-left: 14.67vw;
	margin-top: 5.33vw;
}

#helo .flex+p {
	width: 64vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.33vw;
}

#helo .banner {
	width: 85.33vw;
	margin-left: auto;
	margin-right: auto;
}

#helo .banner li {
	margin-top: 8vw;
}

/* ---------------- nayami ---------------- */

#nayami {
	background-image: url("../images/pc/nayami_bg.png");
	padding-top: 11vw;
	padding-bottom: 4vw;
	background-size: 6vw;
}

#nayami h2 {
	width: 73.87vw;
	margin-left: auto;
	margin-right: auto;
}

#nayami .flex {
	margin-top: 8vw;
}

#nayami .flex div {
	background-color: #fff;
	border-radius: 4vw;
	padding-bottom: 5.33vw;
	margin-bottom: 6.67vw;
	box-shadow: 1.07vw 1.07vw 0 #393939;
	width: 89.33vw;
	margin-left: auto;
	margin-right: auto;
}

#nayami .flex div figure {
	padding-top: 10.67vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#nayami .flex div h3 {
	font-size: 5.33vw;
	color: #FF8D00;
	font-weight: bold;
	width: 90%;
	text-align: center;
	border-bottom: 1px solid #FF8D00; /* px固定 */
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.67vw;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
}

#nayami .flex div li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.33vw;
	font-size: 3.6vw;
	text-align: left;
}

/* ---------------- point ---------------- */

#point {
	background-image: url("../images/pc/h_bg.png");
	padding-top: 14vw;
	padding-bottom: 8vw;
	background-size: 5vw;
}

#point h2 {
	margin-bottom: 9.33vw;
	width: 53.33vw;
	margin-left: auto;
	margin-right: auto;
}

#point .flex {
	width: 90.13vw;
	margin-left: auto;
	margin-right: auto;
}

#point .flex+.flex {
	margin-top: 5.33vw;
}

#point .flex:nth-of-type(1) figure {
	width: 62.93vw;
	margin-left: auto;
	margin-right: auto;
}

#point .flex:nth-of-type(2) figure {
	width: 86.4vw;
	margin-left: 5.33vw;
}

#point .flex:nth-of-type(3) figure {
	width: 77.33vw;
	margin-left: 10.67vw;
}

#point .flex div {
	background-color: #fff;
	border-radius: 2.67vw;
	box-shadow: 0.8vw 0.8vw 0 #0064b8;
	border: 2px solid #0064b8; /* px固定 */
	padding-bottom: 5.33vw;
	margin-bottom: 6.33vw;
}

#point .flex div h3 {
	display: flex;
	align-items: center;
	margin-left: 4vw;
	margin-top: 4vw;
	font-size: 5.33vw;
	font-weight: bold;
	line-height: 1.3em;
	gap: 2.67vw;
	margin-bottom: 1.33vw;
	text-align: left;
}

#point .flex div h3 img {
	width: 19.73vw;
}

#point .flex div p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8em;
	text-align: left;
}

#point .flex div p.atte {
	font-size: 3.2vw;
	margin-top: 1.33vw;
}

/* ---------------- campaign ---------------- */

#campaign {
	padding-top: 11vw;
}

#campaign h2 {
	width: 50.67vw;
	margin-left: auto;
	margin-right: auto;
}

#campaign ul {
	margin-bottom: 10.67vw;
	width: 68vw;
	margin-left: auto;
	margin-right: auto;
}

#campaign ul li {
	margin-top: 8vw;
}

/* ---------------- anq ---------------- */

#anq {
	background-image: url("../images/pc/anq_bg.png");
	padding-top: 10.67vw;
	padding-bottom: 10.67vw;
	background-size: 2.7vw;
}

#anq .inner {
	background-color: #fff;
	width: 89.33vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4vw;
	padding-top: 5.33vw;
	padding-bottom: 8vw;
}

/* ---- h2 ---- */

#anq .inner h2 {
	width: 86.67vw;
	margin-left: auto;
	margin-right: auto;
}

#anq .inner h2 + p {
	font-size: 4vw;
	font-weight: 500;
	margin-top: 5vw;
	width: 76vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5.33vw;
	position: relative;
}
#anq .inner h2+p::before {
	content: "";
	display: block;
	background-image: url("../images/pc/anq_fig01_sp.png");
	width: 7vw;
	height: 15vw;
	position: absolute;
	left: 0px;
	top: -1vw;
	background-repeat: no-repeat;
}
#anq .inner h2+p::after {
	content: "";
	display: block;
	background-image: url("../images/pc/anq_fig02_sp.png");
	width: 7vw;
	height: 14vw;
	position: absolute;
	right: -1.7vw;
	top: -1vw;
	background-repeat: no-repeat;
}

/* ---- h3 ---- */

#anq .inner h3 {
	font-size: 5.6vw;
	font-weight: bold;
	color: #0064b8;
	padding-top: 9.33vw;
	margin-top: 9.33vw;
	border-top: 1px solid #0064b8; /* px固定 */
	margin-bottom: 6.67vw;
	width: 78.67vw;
	margin-left: auto;
	margin-right: auto;
}

/* ---- dl.flex ---- */

#anq .inner dl.flex {
	width: 76vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #9c9c9c; /* px固定 */
	padding-bottom: 6.67vw;
	padding-left: 2.67vw;
	align-items: center;
	margin-top: 6.67vw;
}

#anq .inner dl.flex dt {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 3.2vw;
}

#anq .inner dl.flex dd select {
	width: 58.93vw;
	height: 10.13vw;
	border: 1px solid #9c9c9c; /* px固定 */
}

/* ---- dl.flex2 ---- */

#anq .inner dl.flex2 {
	width: 76vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	align-items: center;
	margin-top: 6.67vw;
	padding-left: 2.67vw;
}

#anq .inner dl.flex2 dt {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 3.2vw;
}

/* ---- text input ---- */

#anq .inner dl dd input[type="text"] {
	width: 70.67vw;
	height: 12.8vw;
	padding-left: 2.67vw;
	border: 1px solid #9c9c9c; /* px固定 */
}
#anq .inner dl dd  {
	font-size: 4.2vw;
}




/* ---- dl.normal ---- */

#anq .inner dl.normal {
	width: 76vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #9c9c9c; /* px固定 */
	padding-bottom: 6.67vw;
	padding-left: 2.67vw;
}

#anq .inner dl.normal dt {
	font-size: 5.33vw;
	font-weight: bold;
	margin-top: 6.67vw;
	line-height: 1.4em;
}

#anq .inner dl.normal dd {
	margin-top: 4vw;
	line-height: 1.8em;
}

#anq .inner dl.normal dd span + span {
	margin-left: 2.67vw;
}

#anq .box {
	width: 78.67vw;
	padding-bottom: 6.67vw;
	border: 1px solid #0064B8; /* px固定 */
	margin-left: auto;
	margin-right: auto;
	border-radius: 2.67vw;
	margin-top: 10.67vw;
	background-color: #fff;
	text-align: center;
}

#anq .box h4 {
	font-size: 5.6vw;
	color: #006AB6;
	font-weight: bold;
	padding-top: 8vw;
	margin-bottom: 5.33vw;
}

#anq .box h4 + p {
	font-size: 4vw;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 4vw;
	padding-left: 4vw;
	padding-right: 4vw;
}

/* ---- submit ---- */

#anq .submit_btn input {
	background-image: url("../images/sp/anq_btn.png");
	width: 89.33vw;
	height: 28vw;
	background-size: cover;
	background-color: transparent;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: 8vw;
}

#anq .submit_btn input:hover {
	filter: brightness(1.1);
}


/* ---------------- footer ---------------- */

footer .inner {
	padding-top: 9.67vw;
	padding-bottom: 10.67vw;
	background-image: url("../images/pc/footer_bg.png");
	background-size: 3.8vw;
}
footer .inner h2 {
	width: 52.8vw;
	margin-left: auto;
	margin-right: auto;
}

footer .inner h2+p {
	margin-top: 6.67vw;
	margin-bottom: 6.67vw;
	line-height: 1.8em;
}

footer .inner h2+p+p {
	width: 89.33vw;
	margin-left: auto;
	margin-right: auto;
}

footer .inner+p {
	padding-top: 9.67vw;
	padding-bottom: 8vw;
	width: 75.2vw;
	margin-left: auto;
	margin-right: auto;
}

footer small {
	display: block;
	background-color: rgba(0,70,144,1);
	height: 10.67vw;
	line-height: 10.67vw;
	color: #fff;
	font-size: 2.5vw;
}

}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}