@charset "utf-8";
/* CSS Document */

.voice_menu {
	border-bottom: 2px solid #006cb9;
	width: 1130px;
	margin: 0 auto 60px;
	justify-content: space-between;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice_menu_ttl {
	color: #006cb9;
	font-size: 24px;
	font-weight: 500;
}
.voice_menu_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 60px;
}
.voice_menu_btn li {
	width: 220px;
	margin-left: 25px;
}
.voice_menu_btn li:first-child {
	margin-left: 0;
}
.voice_menu_btn li a {
	font-size: 15px;
	color: #006cb9;
	background-color: #D1E9F2;
	text-align: center;
	height: 60px;
	display: block;
	font-weight: 500;
	padding: 5px 0 0;
	background-image: url(image/i_anchor.png);
	background-position: center bottom 10px;
	background-repeat: no-repeat;
	transition:.3s;
}
.voice_menu_btn li a:hover {
	background-color: #f0f6f9;
}
.voice_box_wrap {
	background-color: #fff;
	box-shadow: 0px 0px 13px #e0e0e0;
	padding-bottom: 1px;
	margin-bottom: 50px;
}
.voice_box_wrap h2 {
	color: #006cb9;
	font-size: 24px;
	font-weight: 500;
	padding: 30px 0 30px 30px;
	width: 100%;
	position: relative;
}
.voice_box_wrap h2:after {
	content: "";
	width: 70%;
	height: 2px;
	background: #006cb9;
	position: absolute;
	top:50%;
	right:-10px;
	transform: translate(0,-50%);
}
.voice_box {
	margin: 0 35px 45px 50px;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice_box_L {
	width: 22%;
}
.voice_box_L p {
	background: #d1e9f2;
	padding: 10px 20px;
}
.voice_box_R {
	width: 78%;
	padding: 0 50px 35px 15px;
	border-bottom: 1px solid #b5b5b6;
}
@media screen and (max-width: 768px) {
.voice_menu {
	width: 100%;
	display: block;
	margin: 0 auto 40px;
}
.voice_menu_ttl {
	font-size: clamp(20px, 4.3vw, 24px);
	margin-bottom: 15px;
	text-align: center;
}
.voice_menu_btn {
	margin-right: 0;
}
.voice_menu_btn li {
	width: 31.3%;
	margin-left: 3%;
}
.voice_box_wrap {
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.voice_box_wrap h2 {
	font-size: clamp(20px, 4.3vw, 24px) !important;
	display: block;
	margin: 0 0 20px;
	padding: 10px 20px;
	position: relative;
}
.voice_box_wrap h2:after {
	content: "";
    background: #006cb9;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom:0;
	left: 0;
	top:unset;
}
.voice_box {
	margin: 0 20px 20px 20px;
}
.voice_box_L {
	width: 100%;
	margin-bottom: 10px;
}
.voice_box_L p br {
	display: inline-block;
	content: "";
	width: 10px;
}
.voice_box_R {
	width: 100%;
	padding: 0 10px 15px 10px;
}
}
@media screen and (max-width: 520px) {
.voice_menu_btn li a {
	font-size: 12px;
	height: 54px;
}
}

@media screen and (min-width: 769px) {
main{
	background: url(image/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "VOICE";
	color: rgba(0, 108, 185, 0.1);
	font-size: 120px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translate(0,-50%);
	z-index: -1;
}
main .maininner{
	margin: 0 auto;
    max-width: 1200px;
    width: 95%;
    position: relative;
    padding: 100px 0;
}
main .maintitle{
	background: rgba(255, 255, 255, 0.4);
    border-left: 10px solid #299acc;
    padding: 15px 0 15px 30px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
main .maintitle h1{
	color: #299acc;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px;
}
main .maintitle span{
	font-size:18px;
}
}
@media screen and (max-width: 768px) {
article#main{
	overflow: hidden;
}

main{
	background: url(image/title.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: top left;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
}
main:after{
	content: "VOICE";
    color: rgba(0, 108, 185, 0.1);
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: -8px;
    z-index: -1;
}
main .maininner{
	margin: 0 auto;
    width: 95%;
    position: relative;
    padding: 32% 0;
}
main .maintitle{
	background: rgba(255, 255, 255, 0.4);
    border-left: 8px solid #299acc;
    padding: 15px 0 15px 15px;
    width: fit-content;
    position: absolute;
    top: 30%;
    left: 0;
}
main .maintitle h1{
	color: #299acc;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px;
}
main .maintitle span{
	font-size:14px;
}
}