@charset "UTF-8";
/* CSS Document */
html {
 scroll-behavior: smooth;
}
.drop {
 padding-left: 1em;
 text-indent: -1em;
}
.red {
 color: #FF0000;
}
.uline {
 color: #FF0000;
 text-decoration: underline;
}
/*main*/
main {
 width: 1030px;
 margin-left: auto;
 margin-right: auto;
 background-color: #FFFFFF;
 border-top: 10px solid #001f5d;
 border-bottom: 10px solid #001f5d;
	display: block;
}
main .btn_link {
 text-align: center;
 padding-top: 29px;
}
main .btn_link a:hover {
 opacity: 0.6;
}
main .btn_menu {
 text-align: left;
 padding-top: 33px;
 width: 652px;
 height: 103px;
 margin-left: 47px;
}
main .btn_menu li {
 width: 320px;
 height: 70px;
 line-height: 0;
 float: left;
}
main .btn_menu .btn2 {
 width: 320px;
 height: 70px;
 margin-left: 12px;
 margin-top: 0px;
 text-indent: -9999px;
}
main .btn_menu .btn2 a {
 display: block;
 width: 320px;
 height: 70px;
 background-image: url(../img/menu2.png);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 text-indent: -9999px;
}
main .btn_menu .btn2 a:hover {
 background-image: url(../img/menu2.png);
 background-repeat: no-repeat;
 background-position: 0px -70px;
}
main .cont {
 background-color: #d9edff;
 text-align: center;
}

main .cont .h3_03p {
	width: 1030px;
	height: 58px;
	background-image: url("../img/h3_03p.png");
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 1.8rem;
	text-align: left;
	text-indent: 193px;
}

main .cont .ybox {
	background-color: #FFFFC6;
}

main .cont .ybox h5 {
	background-color: #FFFFFF;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	color: #FF0000;
	font-size: 2.0rem;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #FF0000;
}

main .cont .box1 {
	background-color: #FFFFC6;
	float: left;
	width: 360px;
	height: 237px;
}

main .cont .box1 .case {
	font-weight: bold;
	padding-left: 30px;
	padding-top: 25px;
}

main .cont .box1 .ant {
	padding-top: 8px;
	font-size: 1.6rem;
	width: 315px;
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 30px;
}

main .cont .box2 {
	background-color: #FFFFC6;
	width: 520px;
	height: 237px;
	float: left;
}

main .cont .box3 {
	background-color: #FFFFC6;
	width: 355px;
	height: 197px;
	float: left;
}

main .cont .box3 .case {
	font-weight: bold;
	padding-left: 30px;
	padding-top: 25px;
}

main .cont .box4 {
	background-color: #FFFFC6;
	width: 525px;
	height: 197px;
	float: left;
}


main .waku1 {
 background-color: #FFFFFF;
 width: 940px;
 margin-left: auto;
 margin-right: auto;
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
 padding-top: 25px;
 padding-right: 30px;
 padding-bottom: 25px;
 padding-left: 30px;
	overflow: auto;
}
main .waku2 {
 width: 940px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 20px;
 padding-bottom: 20px;
}
main .waku3 {
 width: 940px;
 margin-left: auto;
 margin-right: auto;
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
 border-right: 2px solid #FF0000;
 border-left: 2px solid #FF0000;
 border-bottom: 2px solid #FF0000;
 padding-top: 25px;
 padding-right: 27px;
 padding-bottom: 25px;
 padding-left: 27px;
}

main .waku1 p, main .waku2 p, main .waku3 p {
 font-size: 1.8rem;
 text-align: left;
 line-height: 1.9;
}
main .waku3 p {
 font-weight: bold;
}
main .note {
 width: 940px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 32px;
}

main .note .hosoku {
 font-size: 1.6rem;
}

main .note .orix {
 text-align: right;
 font-size: 1.4rem;
}


