@charset "utf-8";

.ffmin { font-family: "Sawarabi Mincho"; }

.animhd {
	-webkit-animation: 1.5s forwards animhd;
	animation: 1.5s forwards animhd;
}
@-webkit-keyframes animhd {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		opacity: 1;
	}
}
@keyframes animhd {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

.political {
	border-bottom:3px #62a4c1 solid;
	padding-bottom:70px;
}
.politicall {
	float:left;
}
.politicalr {
	float:right;
}
.politicalcont {
	overflow:hidden;
	padding:0 100px;
}
@media screen and (max-width: 1500px) {
.politicalcont {
	padding:0 20px;
}
.politicall img {
	height:450px;
}
.politicalr img {
	height:450px;
}
}
.politicalhd {
	font-size:35px;
	color:#62A3C1;
	border-bottom:1px #62a4c1 solid;
	margin-bottom:20px;
	position:relative;
}
.politicalhd:before {
	position:absolute;
	content:"";
	background:url(../img/ball_political.png) 0 0 no-repeat;
	width:11px;
	height:11px;
	right:0;
	bottom:-5px;
	z-index:2;
}
.politicaltxt {
	line-height:2;
}
.politicalname {
	text-align:right;
	margin-top:30px;
	font-size:26px;
}
.politicalimg {
	display:none;
}
@media screen and (max-width: 767px) {
.political {
	padding:0 10px 30px;
}
.politicalcont {
	padding:0;
}
.politicall,.politicalr {
	display:none;
}
.politicalhd {
	font-size:26px;
}
.politicalname {
	margin-top:20px;
	font-size:20px;
}
.politicalimg {
	display:block;
	text-align:center;
	margin-top:20px;
}
}

.promise {
	background:#fff;
	padding-top:80px;
}
.promiseinner {
	max-width:1200px;
	margin:0 auto;
}
.promiseimg {
	float:right;
	margin-left:75px;
}
.promiselist {
	margin-top:80px;
}
.promiselist li {
	font-size:23px;
	font-weight:bold;
}
.promiselist li p {
	padding-left:40px;
	background:url(../img/dot_promise.png) 0 3px no-repeat;
}
.promiselist li+li {
	border-top:1px #89bad0 solid;
	margin-top:15px;
	padding-top:15px;
}
.promiselist li span {
	color:#f9be00;
}
@media screen and (max-width: 767px) {
.promise {
	padding:40px 10px 0;
}
.promiseinner {
	max-width:inherit;
	margin:auto;
	padding:0 40% 20px 0;
	position:relative;
}
.promiseimg {
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	width:35%;
}
.promiselist {
	margin-top:0;
}
.promiselist li {
	font-size:16px;
}
.promiselist li p {
	padding-left:30px;
	background:url(../img/dot_promise.png) 0 3px no-repeat;
	background-size:18px 19px;
}
}


.greet {
	background:url(../img/bg_greet_pc.png) center center no-repeat #f7f6ef;
	padding:80px 0;
}
.greetinner {
	max-width:1000px;
	margin:0 auto;
}
.greetcont {
	margin-bottom:35px;
	line-height:2;
}
.greetname {
	text-align:right;
}
.greetname span {
	font-size:26px;
	margin-left:20px;
}
.greetbtn {
	text-align:center;
	margin-top:40px;
}
@media screen and (max-width: 767px) {
.greet {
	background:url(../img/bg_greet_sp.png) center center no-repeat #f7f6ef;
	padding:40px 10px;
}
.greetinner {
	max-width:inherit;
	margin:auto;
}
.greetcont {
	margin-bottom:20px;
}
.greetname span {
	font-size:20px;
	margin-left:10px;
}
.greetbtn {
	margin-top:20px;
}
}

.profile {
	background:#fff;
	padding:80px 0 70px;
	border-bottom:3px #62a4c1 solid;
}
.profilebox {
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.profileimg {
	float:left;
	margin-right:50px;
}
.profiletab {
	width:100%;
}
.profiletab td {
	vertical-align:top;
	padding:20px 0;
}
.profiletab tr+tr td {
	border-top:1px #bfbfbf dotted;
}
@media screen and (max-width: 767px) {
.profile {
	padding:40px 10px 30px;
}
.profilebox {
	max-width:inherit;
	margin:auto;
}
.profileimg {
	float:none;
	margin-right:0;
	margin-bottom:20px;
	text-align:center;
}
.profiletab td {
	vertical-align:top;
	padding:10px 0;
}
}

.schedule {
	padding:80px 0;
}
.scheduleinner {
	max-width:1000px;
	margin:0 auto;
}
.schedulebox+.schedulebox {
	margin-top:25px;
}
.schedulebox {
	background:#62a4c1;
	border:1px #62a4c1 solid;
}
.schedulehd {
	padding:10px 0;
	color:#fff;
	font-size:20px;
	text-align:center;
}
.schedulecont {
	background:#fff;
}
.schedulecont li {
	padding:10px 0;
	overflow:hidden;
}
.schedulecont li+li {
	border-top:1px #dedfdf dotted;
}
.scheduledate {
	float:left;
	width:250px;
	padding:0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.scheduledet {
	overflow:hidden;
	background:url(../img/triangle_schedule.png) 0 8px no-repeat;
	padding-left:25px;
}
@media screen and (max-width: 767px) {
.schedule {
	padding:40px 10px;
}
.scheduleinner {
	max-width:inherit;
	margin:auto;
}
.schedulehd {
	font-size:16px;
}
.scheduledate {
	margin-right:10px;
	width:auto;
	padding:0 10px;
}
}

.form {
	background:#eeefef;
	padding:80px 0;
}
.forminner {
	max-width:1000px;
	margin:0 auto;
}
.formbox {
	max-width:850px;
	margin:0 auto;
}
.formhd {
	font-size:35px;
	color:#62a3c1;
	text-align:center;
	margin-bottom:20px;
}
.formtxt {
	text-align:center;
	line-height:2;
	margin-bottom:20px;
}
.formimport {
	text-align:center;
	font-size:13px;
	color:#e50011;
	line-height:2;
}
.formtable {
	width:100%;
	font-size:13px;
}
.formtable th,.formtable td {
	vertical-align:top;
	padding:20px 0;
}
.formtable th {
	width:30%;
	padding:20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.formtable th p {
	background:url(../img/triangle_form.png) right center no-repeat;
	padding-right:10px;
}
.formtable th p span {
	color:#e62019;
}
.formtable .formtableinp {
	width:80%;
}
.formtable input[type=text] {
	border:1px #c9c9ca solid;
	width:100%;
	height:27px;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.formtable textarea {
	width:100%;
	height:180px;
	border:1px #c9c9ca solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.formtable .formtelwidth {
	width:30% !important;
}
.formtable .formtelline {
	display:inline-block;
	margin:0 5px;
}
.formbtn {
	margin-top:50px;
	text-align:center;
}
.formbtn input[type=reset] {
	border:1px #000 solid;
	color:#000;
	font-size:15px;
	height:25px;
	text-align:center;
	width:135px;
	margin-right:15px;
	cursor:pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	position:relative;
}
.formbtn input[type=submit] {
	border:1px #000 solid;
	background:#000;
	color:#fff;
	font-size:15px;
	height:25px;
	text-align:center;
	width:135px;
	cursor:pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	position:relative;
}
.formprivacy {
	margin-top:50px;
	padding:20px;
	background:#fff;
	border:1px #b5b6b6 solid;
	overflow-y:scroll;
	height:150px;
	font-size:13px;
}
.formprivacy p+p {
	margin-top:10px;
}
.privacyhd {
	color:#62a3c1;
}

@media screen and (max-width: 767px) {
.form {
	padding:40px 10px;
}
.forminner {
	max-width:inherit;
	margin:auto;
}
.formhd {
	font-size:24px;
}
.formtable th,.formtable td {
	padding:10px 0;
}
.formtable th {
	width:30%;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.formtable .formtableinp {
	width:100%;
}
.formtable .formtelwidth {
	width:27% !important;
}
.formtable .formtelline {
	display:inline-block;
	margin:0 2px;
}
.formbtn {
	margin-top:30px;x
}
.formprivacy {
	margin-top:30px;}
}


.information {
	padding:80px 0;
}
.inforinner {
	max-width:1000px;
	margin:0 auto;
}
.inforlist {
	overflow:hidden;
	margin-left:-50px;
}
.inforlist li {
	float:left;
	width:50%;
	padding-left:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.inforinner iframe {
	margin-top:15px;
}
.inforhd {
	font-size:27px;
	color:#62a3c1;
	margin-bottom:10px;
}
.infortel a {
	font-size:38px;
	color:#62a3c1;
	pointer-events:none;
}
.infortel a span {
	font-size:27px;
}
@media screen and (max-width: 767px) {
.information {
	padding:40px 10px;
}
.inforinner {
	max-width:inherit;
	margin:auto;
}
.inforlist {
	overflow:hidden;
	margin-left:0;
}
.inforlist li {
	float:none;
	width:auto;
	padding-left:0;
}
.inforlist li+li {
	margin-top:30px;
}
.inforhd {
	font-size:20px;
	text-align:center;
}
.inforaddr{
	text-align:center;
}
.infortel {
	margin:10px 0;
}
.infortel a {
	font-size:26px;
	color:#fff;
	display:block;
	background:#62a4c1;
	pointer-events:inherit;
	text-align:center;
	padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.infortel a span {
	font-size:20px;
}
}



@media screen and (max-width: 767px) {
	
}


@media screen and (max-width: 479px) {
	}