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

*{
	margin:0;
	padding:0;
}

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

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;
}


img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
}
a {
	overflow: hidden;
	outline: none;
	color: #000000;
	text-decoration:none;
}
.pc_hide {
}

.sp_hide {
	display: none !important;
}

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


/* 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;
}

ul{
	list-style: none;
}

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

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

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

}

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

.voice_menu{
	width: 90%;
	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;
}

.one_menu span{
	width: 90%;
    display: block;
}

.block{
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80vh;
}

.voice_box{
	
	width: 90%;
	border: #F1EEDF solid 8px;
	
	margin: auto;
	margin-bottom: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.tit{
	margin-top: 10px;
}

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

.tit dl dt{
	font-size: 2.5rem;
	border-right:#E41625 3px solid;
	width: 20%;
}

.tit dl dd{
	font-size: 2.0rem;
	vertical-align: middle;
	display: inline;
}

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


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

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

}

.prof{
	    /* width: 80%; */
		margin: auto;
		background-color: #F1EEDF;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		padding: 15px;
		font-size: 1.4rem;
	
}

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


.prof ul li dl{
	
}

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

.prof ul li dl dd{

}


.qa ul{
	margin: 40px 0 ;

}
.qa ul li {	
	padding: 10px;

}




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

}


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

}

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

}

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

}

.photo02 ul li{
	padding: 4px;
}

.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: 3.0rem;
}

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

}
