@charset "UTF-8";
/*----------------------------------------------------
	☆/about/
----------------------------------------------------*/







section {
	padding: 60px 0 30px;
}
section div.titleBox {
	padding: 50px 0 40px;
	margin-bottom: 30px;
		border-bottom: #7fcef4 dashed 3px;
}

section div.titleBox h2 {
	text-align: center;
	margin-bottom: 30px;
}
section div.titleBox h2 span {
	font-size: 25px;
	line-height: 0.5;
	display: inline-block;
	padding:0 10px;
		border-bottom: #f870ac 8px solid;
}


table {
	border-collapse: collapse;
	border-left: 1px solid #f870ac;
	border-top: 1px solid #f870ac;
	width:830px;
	margin:0 auto;
}
table th {
	background-color: #fad4e0;
	text-align: center;
	padding: 15px 0;
	color: #f4378a;
	width: 30%;
	max-width: 270px;
	border-right: 1px solid #f870ac;
	border-bottom: 1px solid #f870ac;
}
table td {
	text-align: left;
	border-right: 1px solid #f870ac;
	border-bottom: 1px solid #f870ac;
	line-height:1.5;
	padding: 15px 20px 15px 20px;
}
input{
	 border: 1px solid #f870ac;
	}
input#radio{
	margin-left:15px;
	}
textarea {
	 border: 1px solid #f870ac;
    min-height: 180px;
    width: 100%;
}
p.buttonArea{
	text-align:center;
	padding-bottom:60px;
	}

p.buttonArea input {
    background: #fad4e0 none repeat scroll 0 0;
    border: 2px solid #f4378a;
    color: #f4378a;
    display: inline-block;
    /*font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;*/
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
    padding: 10px 0;
    text-align: center;
    width: 300px;
}

p.buttonArea input:hover {
     background: #f870ac none repeat scroll 0 0;
    border: 2px solid #f870ac;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

