@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
#pc------------------------------------------- {
}
main .snav ul {
	width: 34.84vw;        /* 476px */
}
main .snav ul li a {
	width: 16.694vw;       /* 228px */
}
main .snav ul li:nth-of-type(2) a {
	background-color: #005DA5;
	color: #fff;
	transition: 0.3s;
}


/* ---------------- mold ---------------- */

#mold {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 74.927vw;       /* 1024px */
}
#mold .flex2 {
	display: flex;
	justify-content: space-between;
	width: 74.927vw;       /* 1024px */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 5.857vw; /* 80px */
}
#mold .flex2 div {
	width: 32.947vw;       /* 450px */
}
#mold .flex2 div h2 {
	font-size: 1.757vw;    /* 24px */
	line-height: 1.4em;
	margin-bottom: 1.465vw; /* 20px */
}
#mold .flex2 div h2+p {
	line-height: 2em;
}
#mold .flex2 figure {
	width: 35.139vw;       /* 480px */
}

#mold h3 {
	font-size: 1.757vw;    /* 24px */
	color: #0D57A7;
	margin-bottom: 2.196vw; /* 30px */
}
#mold .inner {
	border: 0.073vw solid #0D57A7; /* 1px */
	padding: 2.929vw;     /* 40px */
}
#mold .inner .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mold .inner .flex:nth-of-type(1) {
	flex-direction: row-reverse;
	padding-bottom: 2.929vw; /* 40px */
	border-bottom: 0.073vw solid #0D57A7; /* 1px */
	margin-bottom: 2.929vw;  /* 40px */
}
#mold .inner .flex div {
	width: 24.89vw;        /* 340px */
}
#mold .inner .flex div h4 {
	font-size: 1.757vw;    /* 24px */
	color: #0D57A7;
	line-height: 1.5em;
	margin-bottom: 1.465vw; /* 20px */
}
#mold .inner .flex div p {
	font-size: 1.098vw;    /* 15px */
	line-height: 2em;
}
#mold .inner .flex figure {
	width: 41.291vw;       /* 564px */
}

}




/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main .snav ul li:nth-of-type(2) a {
	background-color: #005DA5;
	color: #fff;
	transition: 0.3s;
}




#mold {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
}
#mold .flex2 {
	text-align: left;
	margin-bottom: 15vw;
}
#mold .flex2 div {
}
#mold .flex2 div h2 {
	font-size: 5.5vw;
	line-height: 1.4em;
	margin-bottom: 5vw;
}
#mold .flex2 div h2+p {
	line-height: 2em;
}
#mold .flex2 figure {
	margin-top: 5vw;
}
#mold h3 {
	font-size: 5vw;
	color: #0D57A7;
	margin-bottom: 5vw;
}
#mold .inner {
	border: 1px solid #0D57A7;
	padding: 5vw;
}
#mold .inner .flex {
}
#mold .inner .flex:nth-of-type(1) {
	padding-bottom: 5vw;
	border-bottom: 1px solid #0D57A7;
	margin-bottom: 5vw;
}
#mold .inner .flex div {
}
#mold .inner .flex div h4 {
	font-size: 5vw;
	color: #0D57A7;
	line-height: 1.5em;
	margin-bottom: 3vw;
}
#mold .inner .flex div p {
	line-height: 2em;
}
#mold .inner .flex figure {
	margin-top: 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------------------------------------------- {
}
}