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

html {
    visibility: hidden;
    overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
}



html.wf-active {
    visibility: visible;
}



body {
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	/*-webkit-text-size-adjust: none;*/
	line-height: 1.5;
	color: #141414;
}

*{
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #000000;
	text-decoration:none;
	transition: 0.3s;
}
.pc_hide {
	display: none !important;
}

.sp_hide {
}

a {
	opacity: 1;/*-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}
a:hover {
	opacity: 0.7;
}

a.disabled{
    pointer-events: none;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}


select::-ms-expand {
    display: none;
}

.red{
	color: #E41625;
}

ul{
	list-style: none;
}

/*-----------------------------------------------------------*/

#header{
	margin: auto;
	margin-top: 48px;
	text-align: center;
}

.page_tit{
	background-image: url(image/hbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 193px;

}

.page_tit p{
	font-size: 3.2rem;
	font-weight: 700;
	padding-top: 48px;
}

.voice_menu{
	width: 50%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

.one_menu{
	border-bottom: #707070 solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}

.one_menu::before{
	content: '';
	position: absolute;
	background-image: url(image/arrow@2x.png);
	background-repeat: no-repeat;
	background-size: auto;
	width: 19px;
	height: 17px;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.one_menu {
	font-weight: 800;
	color: #E41625;
}

.one_menu p{
	color: #141414;
	margin-left: 5rem;


}

.block{
	background-image: url(image/bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.voice_box{
	
	max-width: 1000px;
	border: #F1EEDF solid 8px;
	
	margin: auto;
	margin-bottom: 100px;
	padding: 30px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

.voice_box .inner{
	width: 90%;
	margin: auto;
}

.tit dl{
	font-weight: 800;
	color: #E41625;
	display: flex;
	align-items: center;
	
}

.tit dl dt{
	font-size: 4.5rem;
	border-right:#E41625 5px solid;
	width: 10%;
}

.tit dl dd{
	font-size: 3.0rem;
	vertical-align: middle;
	display: inline;
	padding-left: 20px;
}

.photo{
	margin: auto;
	text-align: center;
	margin: 20px;
	color: #E41625;
}


.photo p{
	font-size: 2.2rem;
	font-weight: 800;
	
}

.photo span{
	font-size: 1.8rem;
	font-weight: 800;

}

.prof{
	    /* width: 80%; */
		margin: auto;
		background-color: #F1EEDF;
		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		padding: 30px;
	
}

.prof ul li{
	border-bottom: #707070 solid 1px;
	padding: 10px;
	
}


.prof ul li dl{
	display: flex;
}

.prof ul li dl dt{
	width: 25%;
	font-weight: 800;
}

.prof ul li dl dd{
	width: 75%;
}


.qa ul{
	margin: 40px 0 ;

}
.qa ul li {	
	padding: 20px;

}




.qa ul li dl dt{
	color: #E41625;
	font-weight: 800;
	font-size: 2.4rem;
	border-bottom: 3px dotted #E41625;
	padding-bottom: 10px;
	margin-bottom: 10px;

}


.qa ul li dl dt span{
	font-size: 3.0rem;

}

.qa ul li dl dd{
	font-weight: 800;
	font-size: 1.8rem;

}

.photo02 ul{
	display: flex;
	justify-content: space-around;

}

.photo02 p {
	margin: 20px;
	text-align: center;
}

.btn{
	margin: 20px;
	text-align: center;
}

.footer{
	text-align: center;
	font-weight: 800;
	background-color: #F1EEDF;
	padding: 40px 0;
}

.footer p a{
	color: #E41625;
	font-size: 4.0rem;
}

.copy{
	text-align: center;
    background-color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 30px 0;

}
