@charset "UTF-8";

.title{
	width: 100%;
	height: 300px;
	background-image: url(../images/toiawase/title.jpg);
	background-size: cover;
	background-position: center 0%;
	background-repeat: no-repeat;
}

.title2{
	display: inline-block;
	/*
	width: 300px;
	*/
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	color: #FFFFFF;
	font-size: 41px;
	border-bottom: 2px solid #FFFFFF;
	font-weight: 700;
}

.title3{
	width: 300px;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 500;
}

.textBox01{
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 100%;
	background-color: #FFFFFF;
}

.midashiToiawase{
	font-size: 120%;
	font-weight: 600;
}


.infoWaku{
	background-color: #F8F8F8;
	padding: 15px;
	border-bottom: 1px dotted #D0D0D0;
	overflow: hidden;
}

.infoWaku2{
	padding: 15px;
	border-bottom: 1px dotted #D0D0D0;
	overflow: hidden;
}

.hyouMidashi01{
	color: #841B20;
	font-weight: 600;
}

.must{
	color: #FF0000;
	font-weight: normal;
}

.freeWaku{
	position: relative;
}

.freeLogo{
	background-image: url(../images/freediallogoetc2.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain; 
	margin-left: auto;
	margin-right: auto; 
	display: inline-block;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding-left: 90px;
	margin-bottom: 50px;
}

