@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lato", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	color: #292929;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

img {
  max-width: 100%;
  vertical-align: text-bottom;
  height: auto;
}

a {
	text-decoration: none;
	transition: all 0.4s ease;
	color: inherit;
}

a:hover {
	opacity: 0.8;
}


/* clearfix */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* header */
header {
	width: 1000px;
	margin: 0 auto;
	height: 245px;
	position: relative;
}

header #logo {
	text-align: center;
	padding: 24px 0 50px;
}

header .tel {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: -54px 0 20px;
}

#head_info {
	position: absolute;
	right: 50px;
	top: 34px;
}

#head_info p {
	font-size: 18px;
}
#head_info .login a {
	display: block;
	background: #008888;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	text-align: center;
	padding: 3px 0;
	margin: 4px 0 0;
}
/* header nav */
header nav ul {
	text-align: center;
}

header nav li {
	display: inline-block;
	text-align: center;
	margin: 0 30px;
}

header nav li a {
	font-size: 18px;
}

header nav li a span {
	display: block;
	font-size: 10px;
}

/* bread */
#bread {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 20px 20px;
}

#bread li {
	display: inline-block;
}

/* wrap */
#wrap {
	width: 1000px;
	margin: 0 auto;
}

#wrap h2 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	color: #7f378a;
}

#wrap h2 span {
	display: block;
	color: initial;
}

/* bottom_menu */
.bottom_menu {
	width: 1000px;
	margin: 145px auto 50px
}
.bottom_menu li {
	float: left;
	width: 320px;
	margin: 0 20px 50px 0;
}

.bottom_menu li:nth-child(3n) {
	margin-right: 0;
}

.bottom_menu li a {
	font-size: 13px;
}

.bottom_menu li span {
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin: 12px 0 10px;
}


/* footer */
footer {
	position: relative;
	background: #000;
	padding: 100px 0 0;
}

footer h2,
.foot_txt {
	width: 1020px;
	margin: 0 auto;
	color: #fff;
}

footer h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.foot_txt {
	padding-bottom: 100px;
	border-bottom: 1px solid #393939;
	text-align: center;
}

footer nav ul {
	text-align: center;
	padding: 50px 0;
}

footer nav li {
	display: inline-block;
	margin: 0 10px;
}

footer nav li a {
	color: #fff;
}

.copyright {
	margin: auto;
	text-align: center;
	padding: 15px 0 30px;
}

.copyright,
.copyright a {
	color: #696969;
}

.syame_btn {
	text-align: center;
}

.syame_btn a {
	display: block;
	padding: 5px 0;
	background: #ff6c00;
	color: #fff;
	cursor: pointer;
}

.syame_btn.nonsyame a {
	background: #ccc;
	cursor: default;
}

.syame_btn2 {
        clear: both;
        width: 449px;
        margin: 15px auto;
}

.syame_btn2 a {
	display: block;
	width: 100%;
	padding: 12px 0;
	background: #ff6c00;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.syame_btn2.nonsyame a {
	background: #ccc;
	cursor: default;
}

.syame_btn2 a i {
	margin-left: 15px;
	font-size: 25px;
	vertical-align: -2px;
}

.t_cmnt {
        height: 66px;
}

.point_big_word {
        margin: 0 0 20px;
        color: #7f378a;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
}