/*===== CSS RESET =====*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,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,input,textarea,select{outline:none;border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}
ul, ol {list-style: none;}

/*===== COMMON =====*/
*,
*:before,
*:after{
	margin: 0;
	padding: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
	width: 100%;
	min-height: 100%;
}
body {
	font-size: 16px;
	font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    color: #404040;
	text-size-adjust: none;
	line-height: 1;
	letter-spacing: 0.05em;
}
a {
	color: #201512;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
/* img[src$=".jpg"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
} */
.bg {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.trans {
	opacity: 1;
}
.trans:hover,
.trans:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: .85;
}
.container{
	width: 1200px;
	margin: 0 auto;
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-top: 20px;
}
.breadcrumb li {
    font-weight: bold;
}
.breadcrumb li:not(:last-child):after {
    content: "\03e";
    display: inline-block;
    transform: scale(0.5, 1);
    margin: 0 0.25em;
}
.breadcrumb a {
    font-weight: bold;
    color: #201512;
}

/* slick */
.slick-dots {
	display: flex !important;
}
.slick-dots button {
	border: none;
	font-size: 0;
	cursor: pointer;
	outline: none;
}

/* btn */
.btn01 {
    display: block;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    padding: 16px 0;
}

/*===== HEADER =====*/
header {
	font-family: Noto Sans Japanese, Hiragino Kaku Gothic ProN, Meiryo, sans-serif !important;
	background: #000;
	letter-spacing: normal;
}
header > .container {
    display: flex;
    align-items: center;
}
header .logo {
	margin-right: 80px;
}
header .logo img {
    width: 200px;
}
header .menu {
    display: flex;
}
header .menu > li {
    position: relative;
}

header .menu > li:not(:last-child) {
    margin-right: 30px;
}
header .menu > li > a {
    color: #FFF;
    font-weight: bold;
    display: block;
    padding: 31px 14px 27px;
    font-size: 21px;
    text-decoration: none;
}

header .menu > li > a:hover {
    background: #d2d2d2;
}
header .menu > li > .sub {
    position: absolute;
    background-color: rgba(255,255,255,.62);
    z-index: 999;
    display: none;
}
header .menu > li > .sub a {
	display: block;
	padding: 10px 20px;
    color: #201512;
    text-decoration: none;
}
header .menu > li > .sub a:hover {
    background-color: rgba(255,255,255,.88);
}
header .menu > li > .sub.our {
    width: 210%;
}
header .menu > li > .sub.about {
    width: 295%;
}
header .menu > li > .sub.recruit {
    width: 170%;
}

/*===== FOOTER =====*/
footer {
    background: #ffffff;
    letter-spacing: normal;
}
footer.top {
    background: #000;
}
footer .menu {
    display: flex;
    padding: 90px 0;
}
footer a {
	display: block;
	text-decorarion: none;
	color: #292929;
}
footer .menu > li:not(:last-child) {
    margin-right: 50px;
}
footer .menu > li > a {
    font-weight: bold;
    font-size: 18px;
    color: #292929;
}
footer.top a {
	color: #FFF;
}
footer .menu > li:last-child > a:not(:first-child) {
    margin-top: 40px;
}
footer .menu > li > *:not(a) {
    margin-top: 20px;
    font-size: 14px;
}
footer .menu > li > .box {
    display: flex;
}
footer .menu .sub:first-child {
    margin-right: 30px;
}
footer .menu .sub > li {
    margin-bottom: 17px;
}
footer .menu .sub > li .under {
    font-size: 12px;
    margin-top: 12px;
}
footer .menu .sub > li .under:before {
    content: "-";
}
footer > .btm {
    background: #FFF;
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 40px;
}
footer.top > .btm {
	background: #000;
}
footer > .btm > .logo img {
	width: 190px;
}
footer > .btm > a {
	font-size: 18px;
	margin-left: 130px;
}
footer > .btm > .sns {
	position: absolute;
	right: 40px;
}

/*===== TOP =====*/
.top_slide {
	position: relative;
}
.top_slide .logo {
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 120px;
}
.top_slide .slick img {
	width: 100%;
}
.top_slide .slick-dots {
	justify-content: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.top_slide .slick-dots li {
	margin: 0 7px;
}
.top_slide .slick-dots button {
	background: #FFF;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.top_slide .slick-active button {
	background: #e8341a;
}
.top_box {
    overflow-x: hidden;
}
.top_menu {
	display: table;
	width: 102%;
	border-spacing: 5px;
	margin-left: -1%;
}
.top_menu > a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
	width: 33.33%;
	height: 350px;
}
.top_menu > .btn01 {
    background: url(../img/top/btn01.jpg) no-repeat center;
    background-size: cover;
}
.top_menu > .btn02 {
    background: url(../img/top/btn02.jpg) no-repeat center;
    background-size: cover;
}
.top_menu > .btn03 {
    background: url(../img/top/btn03.jpg) no-repeat center;
    background-size: cover;
}

/*===== NEWS =====*/
.news_kv > .ttl {
	color: #201512;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
    padding: 100px 0 140px;
}
.news_archive {
    width: 1000px;
    margin: 0 auto;
}
.news_archive li {
    display: flex;
    line-height: 1.7;
    margin-bottom: 40px;
}
.news_archive .date {
    color: #999;
    font-weight: bold;
    font-size: 15px;
    margin-right: 70px;
}
.news_archive .ttl {
    font-weight: bold;
    font-size: 20px;
}
.news_archive .box > .more {
    color: #0070c9;
}
.news_archive .box > .more:after {
    content: "\03e";
    margin-left: 0.5em;
    display: inline-block;
    transform: scale(0.5, 1);
}
.news_archive > .btn01 {
    margin: 100px auto 140px;
    width: 380px;
}

/*===== ACCESS =====*/
.access_kv > .ttl {
	color: #201512;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
    padding: 100px 0 140px;
}
.access_box {
	display: flex;
	width: 1000px;
}
.access_box > * {
	width: 50%;
}
.access_box > .img {
	order: 2;
}
.access_box > .img img {
	width: 100%;
}
.access_box > .detail {
	line-height: 2;
}
.access_box > .detail > .ttl {
	font-weight: bold;
	font-size: 28px;
}
.access_box > .detail > .txt {
	margin-bottom: 3em;
}
.access_map {
    margin-top: 80px;
}
.access_map iframe {
    vertical-align: bottom;
	width: 100%;
	height: 500px;
}

/*===== PRIVACY =====*/
.privacy_kv {
    background: url(../img/privacy/kv.jpg) no-repeat;
    background-size: cover;
	color: #201512;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.privacy_kv > .ttl {

    padding: 230px 0 260px;
}
.privacy_box {
    width: 1000px;
    padding: 140px 0 120px;
    line-height: 2;
}
.privacy_box > .ttl {
    font-weight: bold;
    font-size: 28px;
}
.privacy_box > .txt {
    margin-bottom: 2em;
}

/*===== DIVISION =====*/
.divi_kv {
    background: url(/wp-content/uploads/2017/12/jigyou.png) no-repeat;
    background-size: cover;
    color:  #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.divi_kv a {
	color: #FFF;
}
.divi_kv > .ttl {
    font-weight: bold;
    font-size: 70px;
    padding: 175px 0 190px;
}
.divi_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.divi_top {
	text-align: center;
	color: #FFF;
    letter-spacing: 0.05em;
	padding: 140px 0;
}
.divi_top > .ttl {
	font-weight: bold;
	font-size: 40px;
}
.divi_top > .txt {
	font-size: 17px;
	line-height: 1.8;
	margin: 45px 0;
}
.divi_top.bg01 {
	background: url(../img/division/top_bg01.jpg) no-repeat;
    background-size: cover;
}
.divi_top.bg02 {
	background: url(../img/division/top_bg02.jpg) no-repeat;
    background-size: cover;
}
.divi_top > .menu {
	display: flex;
	justify-content: center;
}
.divi_top > .menu li {
	border: 2px solid #FFF;
	width: 260px;
}
.divi_top > .menu li:not(:last-child) {
	margin-right: 20px;
}
.divi_top > .menu a {
	color: #FFF;
	font-weight: bold;
	display: block;
	font-size: 18px;
	padding: 16px 0;
}

/* catalog */
.catalog_kv > .ttl {
	color: #201512;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
    padding: 100px 0 140px;
}
.catalog_slide {
	padding-bottom: 100px;
}
.catalog_slide .txt {
	padding: 30px 0 0 100px;
}
.catalog_slide .slick-dots {
	position: absolute;
	right: 100px;
	bottom: 75px;
}
.catalog_slide .slick-dots li {
	margin-left: 30px;
}
.catalog_slide .slick-dots button {
	border-radius: 50%;
	border: 1px solid #404040;
	background: #FFF;
	width: 10px;
	height: 10px;
}
.catalog_slide .slick-active button {
	background: #fa052c;
	border: none;
}
.catalog_box {
    letter-spacing: 0.05em;
	padding: 70px 0;
}
.catalog_box:last-child {
    padding: 70px 0 100px;
}
.catalog_box.bg {
	background: #f8f8f8;
}
.catalog_box > .container {
	display: flex;
	align-items: center;
}
.catalog_box .detail {
	margin-right: 45px;
}
.catalog_box .detail .ttl {
	color: #404040;
}
.catalog_box .detail .ttl01 {
	font-weight: bold;
	line-height: 1.3;
	font-size: 40px;
	margin-bottom: 10px;
}
.catalog_box .detail .ttl02 {
	font-size: 24px;
}
.catalog_box .detail > .txt {
	font-size: 17px;
	line-height: 1.7;
	padding: 30px 0 20px;
	border-bottom: 1px solid #dcdcdc;
}
.catalog_box .btm {
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.7;
	padding: 20px 0;
	font-size: 15px;
}
.catalog_box .btm .ttl {
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
}
.catalog_box .btm .ttl.last {
	margin-top: 2em;
}
.catalog_box .link {
	padding-top: 30px;
}
.catalog_box .link > a {
	color: #0070c9;
	font-size: 15px;
}
.catalog_box .link > .btn01 {
	color: #FFF;
	font-size: 18px;
	width: 300px;
	margin-top: 15px;
}

/* system */
.system_kv {
    background: url(../img/division/system_kv.jpg) no-repeat;
    background-size: cover;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.system_kv > .ttl {
    padding: 230px 0 260px;
}
.system_kv a {
	color: #FFF;
}
.system_sec {
    padding: 140px 0;
}
.system_sec.bg {
	background: #f8f8f8;
}
.system_sec > .container > .ttl,
.system_sec .box > .ttl {
    text-align: center;
    color: #404040;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
}
.system_sec > .container > .txt,
.system_sec .box > .txt {
    text-align: center;
    line-height: 1.8;
    font-size: 22px;
}
.system_sec > .container > .att {
	width: 1000px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.8;
}
.system_sec > .container > .att a {
	color: #0070c9;
	background: url(../img/common/ico04.png) no-repeat 100% 0;
	background-size: 19px;
	padding-right: 15px;
}
.system_sec .box {
    display: flex;
    margin-top: 70px;
}
.system_sec .box > .detail {
    margin-left: 70px;
}
.system_sec .box > .detail > .ttl {
    font-weight: bold;
    color: #404040;
    font-size: 22px;
    margin-bottom: 15px;
}
.system_sec .box > .detail > .txt {
    font-size: 17px;
    line-height: 1.8;
}
.system_sec .box > .detail > .logo {
	margin: 50px 0 40px;
}
.system_sec .box > .detail > .logo img {
	width: 500px;
}
.system_sec .box > .detail > .btn01 {
    width: 260px;
    padding: 16px 0;
    margin-top: 20px;
}
.system_sec > .container > .cap {
	line-height: 1.8;
	width: 1000px;
	margin: 70px auto;
	font-size: 17px;
}
.system_sec > .container > .ex {
	border: 1px solid #cb0e2c;
	width: 1000px;
	margin: 0 auto;
}
.system_sec > .container > .ex > .ttl {
	background: #cb0e2c;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	padding: 16px 30px;
}
.system_sec > .container > .ex > .txt {
	line-height: 1.8;
	font-size: 17px;
	padding: 25px 30px;
}
.system_sec .flow {
	margin-top: 100px;
}
.system_sec .flow > .ttl {
	position: relative;
	text-align: center;
	color: #404040;
	font-weight: bold;
	font-size: 22px;
}
.system_sec .flow > .ttl:after {
    content: "";
    display: block;
    background: #cb0e2c;
    margin: 18px auto 0;
    width: 40px;
    height: 2px;
}
.system_sec .flow > .step {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.system_sec .container > .img {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.system_sec .container > .img li {
    width: 480px;
    margin: 0 20px;
}
.system_sec .container > .img img {
    width: 100%;
}
.system_sec .container > .img .txt {
    line-height: 1.7;
    color: #404040;
    font-weight: bold;
    font-size: 17px;
    margin-top: 15px;
}
.system_sec .container > .img_hover {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.system_sec .container > .img_hover li {
    position: relative;
}
.system_sec .container > .img_hover .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #FFF;
    display: none;
}
.system_sec .container > .img_hover li:hover .hover {
    display: table;
}
.system_sec .container > .img_hover .hover .txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 1.5;
}
.system_sec .hoken {
	width: 1000px;
	margin: 70px auto 0;
}
.system_sec .hoken > .txt {
	line-height: 2;
}
.system_sec .hoken > .ttl {
	font-weight: bold;
	font-size: 22px;
	margin: 70px 0 15px;
}
.system_sec .hoken > .btn {
	display: flex;
}
.system_sec .hoken > .btn img {
	width: 100%;
}
.system_sec .hoken > .btn li {
	width: 33.33%;
	padding: 10px;
	text-align: center;
}
.system_sec .hoken > .btn li:not(:last-child) {
	border-right: 1px solid #dcdcdc;
}
.system_sec .hoken > .btn span {
	display: inline-block;
	color: #0070c9;
	background: url(../img/common/ico04.png) no-repeat 100% 0;
	background-size: 15px;
	padding-right: 25px;
	margin-top: 10px;
}

.system_sec .slick.sales {
	margin-top: 80px;
}
.system_sec .slick.sales .box {
	position: relative;
	margin-top: 0;
}
.system_sec .slick.sales .box .txt {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #FFF;
	font-weight: bold;
	padding-top: 28%;
	font-size: 32px;
}
.system_sec .slick.sales .box:hover .txt {
	display: block;
	background-color: rgba(0,0,0,.5);
}
.system_sec .slick.sales .box .img,
.system_sec .slick.sales .box img {
	width: 100%;
}
.system_sec .slick.sales .slick-dots {
	justify-content: center;
	margin: 10px 0 100px;
}
.system_sec .slick.sales .slick-dots li {
	margin-left: 10px;
}
.system_sec .slick.sales .slick-dots button {
	border-radius: 50%;
	border: 1px solid #404040;
	background: #FFF;
	width: 10px;
	height: 10px;
}
.system_sec .slick.sales .slick-active button {
	background: #fa052c;
	border: none;
}
.system_sec .slick.sales .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	background: none;
	border: none;
	font-size: 0;
	width: 29px;
	height: 48px;
	margin-top: -24px;
	cursor: pointer;
	outline: none;
}
.system_sec .slick.sales .slick-next {
	right: 220px;
	background: url(../img/common/arrow03_r.png) no-repeat;
}
.system_sec .slick.sales .slick-prev {
	left: 220px;
	background: url(../img/common/arrow03_l.png) no-repeat;
}

/* manager_sec */
.manager_sec {
	background: url(../img/division/manager_bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.manager_sec .ttl {
	color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}
.manager_sec .txt {
    background-color: rgba(255,255,255,.8);
    line-height: 1.8;
    width: 880px;
    margin: 20px auto 0;
    padding: 50px;
    font-size: 18px;
    border-radius: 70px;
    position: relative;
}
.manager_sec .txt:before {
	content: "";
	background: url(../img/division/section_ico.png) no-repeat;
	position: absolute;
	top: 100%;
	left: 20%;
	width: 49px;
	height: 30px
}

/* rental */
.rental_kv {
    background: url(../img/division/rental_kv.jpg) no-repeat;
    background-size: cover;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.rental_kv > .ttl {
    padding: 230px 0 260px;
}
.rental_kv a {
	color: #FFF;
}

/* total */
.total_kv {
    background: url(../img/division/total_kv.jpg) no-repeat;
    background-size: cover;
    color:  #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.total_kv a {
	color: #FFF;
}
.total_kv > .ttl {
    font-weight: bold;
    font-size: 70px;
    padding: 197px 0 212px;
}
.total_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.system_sec.total .btn01 {
	margin: 50px auto 0;
	padding: 16px;
	display: table;
	min-width: 260px;
}
.system_sec.total > .db {
	display: flex;
}
.system_sec.total > .db .box {
	display: block;
	width: 50%;
	padding: 0 50px;
	margin-top: 0;
}
.system_sec.total > .db .box:first-child {
	border-right: 1px solid #dcdcdc;
}
.system_sec.flower {
	background: url(../img/division/total_bg01.jpg) no-repeat;
	background-size: cover;
}
.system_sec.flower .btn01 {
	width: 390px;
	margin: 30px auto 40px;
}
.system_sec.flower .contact {
	display: flex;
	justify-content: center;
}
.system_sec.flower .contact .fax {
	font-weight: bold;
	font-size: 32px;
	margin-right: 50px;
}
.system_sec.flower .contact .fax .ttl {
	font-size: 20px;
}
.system_sec.flower .contact .fax img {
	margin-right: 10px;
}
.system_sec.flower .contact .btn01 {
	margin: 0;
}

/* adc */
.adc_kv {
    background: url(../img/division/adcreation_kv.jpg) no-repeat;
    background-size: cover;
    color:  #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.adc_kv a {
	color: #FFF;
}
.adc_kv > .ttl {
    font-weight: bold;
    font-size: 70px;
    padding: 197px 0 212px;
}
.adc_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.system_sec.adc .btn01 {
	margin: 50px auto 0;
	padding: 16px !important;
	display: table;
	width: inherit !important;
}
.system_sec.adc > .container > .detail > .txt {
	line-height: 1.8;
	font-size: 17px;
	width: 1000px;
	margin: 15px auto 0;
}
.system_sec.adc .box  {
	margin-top: 140px;
}
.system_sec.adc .box > .detail {
	margin-left: 0;
	margin-right: 35px;
}
.system_sec.adc .box > .detail > .ttl {
	font-size: 40px;
	margin-bottom: 50px;
}
.system_sec.adc .box > .detail > .txt {
	font-size: 22px;
	margin-bottom: 30px;
}

/* cm */
.cm_kv {
    background: url(../img/division/cm_kv.jpg) no-repeat;
    background-size: cover;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.cm_kv > .ttl {
    padding: 230px 0 260px;
}
.cm_kv a {
	color: #FFF;
}
.system_sec.cm .txt {
    width: 1000px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
}

/* itb */
.itb_kv {
    background: url(../img/division/inter_kv.jpg) no-repeat;
    background-size: cover;
    color:  #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.itb_kv a {
	color: #FFF;
}
.itb_kv > .ttl {
    font-weight: bold;
    font-size: 70px;
    padding: 142px 0 157px;
}
.itb_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.system_sec.itv .btn {
    display: flex;
    justify-content: center;
}
.system_sec.itv .btn .btn01 {
    margin: 40px 10px 0;
}
.system_sec.itv .btn01 {
    display: block;
    margin: 50px auto 0;
    width: 340px !important;
}

/* pro_list */
.pro_list_kv {
    background: url(../img/division/programlist_kv.jpg) no-repeat;
    background-size: cover;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.pro_list_kv > .ttl {
    padding: 230px 0 260px;
}
.pro_list_kv a {
	color: #FFF;
}
.pro_list_sec {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	padding: 140px 0 100px;
}
.pro_list_sec > li {
	width: 300px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;



}
.pro_list_sec > li:not(:nth-child(3n)) {
	margin-right: 50px;
}
.pro_list_sec .detail {
	display: none;
	position: absolute;
	top: 0;
	height: 420px;

	background-color: rgba(0,0,0,.7);
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px;
	font-size: 13px;
}
.pro_list_sec > li:hover .detail {
	display: block;
}
.pro_list_sec .ttl {
	margin-top: 15px;
}
.pro_flow {
	background: #FFF;
	padding: 10px 60px 40px 40px;
	margin-top: 60px;
}
.pro_flow > .step > li {
	position: relative;
	padding-top: 40px;
	margin-left: 90px;
}
.pro_flow > .step > li:not(:last-child) {
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 50px;
}
.pro_flow > .step > li:not(:last-child):before {
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	background: #dcdcdc;
	position: absolute;
	left: -45px;
}
.pro_flow > .step > li > .ttl {
	position: relative;
	z-index: 1;
	font-weight: bold;
	font-size: 30px;
	margin-left: -90px;
}
.pro_flow > .step > li > .ttl img {
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
	margin-right: 30px;
}
.pro_flow > .step > li > .txt {
	line-height: 2;
	font-size: 17px;
	margin-left: 40px;
	margin-bottom: 30px;
}
.pro_flow > .step > li > .btn01 {
	width: 300px;
	margin-left: 40px;
}
.pro_flow .contact {
	display: flex;
	margin-top: 30px;
}
.pro_flow .contact > li {
	width: 33.33%;
	text-align: center;
	padding: 0 20px;
}
.pro_flow .contact > li:not(:last-child) {
	border-right: 1px solid #dcdcdc;
}
.pro_flow .contact .ttl {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.pro_flow .contact .num {
	font-weight: bold;
	font-size: 28px;
}
.pro_flow .contact .num img {
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
}

/* sales */
.sales_kv {
    background: url(/wp-content/uploads/2017/12/9452.png) no-repeat;
    background-size: cover;
	color:  #000;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.sales_kv > .ttl {
    padding: 230px 0 260px;
}

/* prosales */
.prosales_kv {
    background: url(../img/division/programsales_kv.jpg) no-repeat;
    background-size: cover;
    color:  #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.prosales_kv a {
	color: #FFF;
}
.prosales_kv > .ttl {
    font-weight: bold;
    font-size: 70px;
    padding: 197px 0 212px;
}
.prosales_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.system_sec.prosales .area {
	position: relative;
	margin: 80px auto 0px;
	width: 1000px;
	text-align: right;
}
.system_sec.prosales .area > .detail {
	position: absolute;
	text-align: left;
	top: 45px;
	left: 0;
	width: 550px;
	line-height: 2;
}
.system_sec.prosales .area > .detail .txt,
.system_sec.prosales .traffic > .txt {
	font-size: 17px;
}
.system_sec.prosales .area > .detail .ttl,
.system_sec.prosales .traffic > .ttl {
	font-weight: bold;
	font-size: 22px;
}
.system_sec.prosales .traffic {
	text-align: center;
}
.system_sec.prosales .traffic > .txt {
	margin: 30px 0;
}
.system_sec.prosales .traffic .btn01 {
	width: 420px;
	margin: 0 auto;
}
.system_sec.prosales .bs {
	display: flex;
	width: 1000px;
	margin: 0 auto;
}
.system_sec.prosales .bs > .img {
	margin-right: -260px;
}
.system_sec.prosales .bs > .detail {
	margin-right: 50px;
}
.system_sec.prosales .bs > .detail .ttl {
	font-weight: bold;
	line-height: 1.5;
	font-size: 40px;
}
.system_sec.prosales .bs > .detail .txt {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.8;
}
.system_sec.prosales  > .container > .detail > .txt {
	text-align: center;
}
.system_sec.prosales .movie > ul {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 50px 0 20px;
}
.system_sec.prosales .movie > ul li {
	display: table-cell;
	width: 33.33%;
	text-align: center;
	border: 1px solid #cdcdcd;
}
.system_sec.prosales .movie > ul a {
	font-weight: bold;
	display: block;

	font-size: 24px;
	padding: 48px 0;
}
.system_sec.prosales .movie > .txt {
	font-size: 14px;
}
.system_sec.prosales .movie > .btn01 {
	margin: 20px 0 0;
	float: right;
}

/* flower */
.flower_kv {
    background: url(../img/division/flower_kv.jpg) no-repeat;
    background-size: cover;
    color:  #FFF;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.flower_kv a {
	color: #FFF;
}
.flower_kv > .ttl {
    font-weight: bold;
    font-size: 50px;
    padding: 74px 0 120px;
}
.flower_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.flower_contact {
	background: url(../img/division/flower_bg01.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.flower_contact > .container {
	background-color: rgba(255,255,255,.9);
	padding: 60px 100px;
	display: flex;
	font-weight: bold;
	align-items: center;
}
.flower_contact > .container > * {
	width: 50%;
}
.flower_contact .order > .ttl {
	font-size: 28px;
}
.flower_contact .order > .txt {
	font-size: 20px;
	margin: 15px 0 5px;
}
.flower_contact .order > .fax {
	font-size: 32px;
}
.flower_contact .order > .fax img {
	margin-right: 10px;
}
.flower_contact .btn01 {
	font-size: 30px;
}
.flower_sec {
	padding: 140px 0 100px;
}
.flower_sec > .txt {
	text-align: center;
	font-size: 22px;
}
.flower_sec > .txt a {
	color: #0070c9;
}
.flower_sec > .select {
	padding: 100px 0 70px;
}
.flower_sec > .select,
.flower_sec > .select ul {
	display: flex;
	justify-content: center;
}
.flower_sec > .select li {
	width: 280px;
	margin-right: 20px;
}
.flower_sec > .select select,
.flower_sec > .select input {
	width: 100%;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
}
.flower_sec > .select select {
	border: 1px solid #cdcdcd;
	padding: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/division/flower_arrow01.png) no-repeat 100%;
	background-size: 50px;
}
.flower_sec > .select input {
	color: #FFF;
	background: #d92b2c;
}
.flower_sec > .list {
	display: flex;
	flex-wrap: wrap;
}
.flower_sec > .list .img {
	position: relative;
	cursor: pointer;
	margin-bottom: 6px;
}
.flower_sec > .list .img > .box {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	padding-top: 130px;
	display: none;
}
.flower_sec > .list .img:hover > .box {
	display: block;
}
.flower_sec > .list .img:not(:nth-child(3n)) {
	margin-right: 6px;
}

/*===== COMPANY =====*/
.company_kv {
    background: url(../img/company/top_kv.jpg) no-repeat;
    background-size: cover;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.company_kv > .ttl {
    padding: 230px 0 260px;
}
.company_kv a {
    color: #FFF;
}
.company_top > .message {
    text-align: center;
    color: #404040;
    font-size: 60px;
    line-height: 1.5;
    margin: 120px auto 230px;
}
.company_top > .ttl {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 30px;
    margin: 140px 0 40px;
}
.company_top > table {
    border-top: 1px solid #dcdcdc;
    width: 1000px;
    margin: 0 auto 80px;
}
.company_top > table th,
.company_top > table td {
    line-height: 1.7;
    border-bottom: 1px solid #dcdcdc;
    font-size: 17px;
    padding: 30px 0 25px;
}
.company_top > table td a {
    color: #0070c9;
    text-decoration: underline;
}
.company_top > table th {
    font-weight: bold;
    text-align: left;
    width: 20%;
}
.company_top > .img img {
    width: 100%;
}
.company_top > .menu {
    display: flex;
    justify-content: center;
    max-width: 1710px;
    width: 100%;
    margin: 0 auto 145px;
}
.company_top > .menu li {
    width: 33.33%;
    height: 354px;
    display: table;
    padding: 0;
    background: #FFF;

}
.company_top > .menu li:not(:last-child) {
	margin-right: 0.8%;
}
.company_top > .menu li .ttl {
	font-weight: bold;
	font-size: 34px;
}
.company_top > .menu li a {
    display: table-cell;
    color: #FFF;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.company_top > .menu li.btn01 a {
    background: url(../img/company/top_btn01.jpg) no-repeat;
    background-size: cover;
}
.company_top > .menu li.btn02 a {
    background: url(../img/company/top_btn02.jpg) no-repeat;
    background-size: cover;
}
.company_top > .menu li.btn03 a {
    background: url(../img/company/top_btn03.jpg) no-repeat;
    background-size: cover;
}
.company_top > .menu li a > .btn01 {
	width: 200px;
	margin: 40px auto 0;
	font-size: 15px;
}
.company_top > .menu li a:hover > .btn01 {
	background: #bd000e;
}

/* resluts */
.resluts_kv {
    background: url(/wp-content/uploads/2017/12/finance.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.resluts_kv > .ttl {
    padding: 230px 0 260px;
}
.results_sec {
    background: #f8f8f8;
    padding: 100px 0;
}
.results_sec a {
    color: #0070c9;
}
.results_sec > .box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 2;
    padding: 100px 0 60px;
}
.results_sec > .box .bnr {
    margin-left: 30px;
}
.results_sec > .box .bnr img {
    width: 180px;
}
.results_sec > .list {
    background: #FFF;
    width: 1000px;
    padding: 60px 100px;
}
.results_sec > .list > li {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.results_sec > .list > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.results_sec > .list > li > * {
    margin-right: 10px;
}
.results_sec > .list > li .ico img {
    width: 37px;
}
.results_sec > .list > li > *:nth-child(2) {
    margin-left: 20px;
}
.results_sec > .list > li .ttl:after {
    content: "\FF5C";
    margin-left: 10px;
}
.results_sec > .list > li a {
    text-decoration: underline;
}

/* infog */
.infog_kv {
    background: url(../img/company/infographic_kv.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.infog_kv > .ttl {
    padding: 230px 0 260px;
}
.infog_sec {
    background: #f8f8f8;
    padding: 40px 0 100px;
}
.infog_sec > .container {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;

    text-align: center;
    justify-content: center;
}
.infog_sec > .container > .box {
	width: 470px;
}
.infog_sec > .container > .box:not(:nth-child(2n)) {
	margin-right: 60px;
}
.infog_sec .ttl {
    background: #FFF;
    color: #404040;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 30px;
    padding: 20px 0;
    margin: 100px 0 30px;
    width: 100%;
}
.infog_sec > .container > .box .mg {
    margin: 100px 0 0;
}
.infog_sec .img {
	position: relative;
	padding-bottom: 40px;
}
.infog_sec .img .txt {
	position: absolute;
}
.infog_sec .img .txt.top {
	top: 0;
}
.infog_sec .img .txt.btm {
	right: 0;
	bottom: 0;
}

/* group */
.group_kv {
    background: url(../img/company/group_kv.jpg) no-repeat;
    background-size: cover;
	color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.group_kv > .ttl {
    padding: 230px 0 260px;
}
.group_kv a {
	color: #FFF;
}
.group_sec {
    background: #f8f8f8;
    padding: 140px 0;
}
.group_sec > .list {
    background: #FFF;
    padding: 65px 90px;
}
.group_sec > .list > li {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding: 35px 0;
}
.group_sec > .list > li:last-child {
    border-bottom: none;
}
.group_sec > .list .logo {
    background: #f2f2f2;
    display: table;
    width: 400px;
    height: 200px;
    margin-right: 50px;
}
.group_sec > .list .logo .img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.group_sec > .list .detail {
    line-height: 1.5;
}
.group_sec > .list .name {
    font-size: 20px;
}
.group_sec > .list a {
    color: #0070c9;
    font-weight: bold;
    font-size: 14px;
}
.group_sec > .list .add {
    font-size: 18px;
    margin-top: 20px;
}

/*===== RECRUIT =====*/
.recruit_kv {
    background: url(/wp-content/uploads/2017/12/recruitmain.png) no-repeat;
    background-size: cover;
    color:  #000000;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.recruit_kv a {
	color: #FFF;
}
.recruit_kv > .ttl {
    font-weight: bold;
    font-size: 70px;
    padding: 197px 0 212px;
}
.recruit_kv > .ttl span {
    display: block;
    font-weight: normal;
    font-size: 30px;
}
.recruit_top > .menu {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 120px auto 80px
}
.recruit_top > .menu > li {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 33.33%;
    border: 1px solid #cdcdcd;
}
.recruit_top > .menu a {
    display: block;
    font-weight: bold;
    padding: 53px 0;
    font-size: 24px;
    background: url(../img/common/ico01.png) no-repeat 98% 7%;
    background-size: 19px;
}
.recruit_top > .news {
	width: 1000px;
	margin: 0 auto 80px;
}
.recruit_top > .news > .ttl {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 60px;
}
.recruit_top > .news > .list li {
	display: flex;
	line-height: 1.8;
	margin-top: 40px;
}
.recruit_top > .news > .list .date {
	color: #999;
	font-weight: bold;
	margin-right: 60px;
}
.recruit_top > .news > .list .detail a {
	color: #0070c9;
}
.recruit_top > .news > .list .detail a:after {
    content: "\03e";
    display: inline-block;
    transform: scale(0.5, 1);
    margin: 0 0.25em;
}
.recruit_top > .news > .list .detail .ttl {
	font-weight: bold;
	font-size: 20px;
}
.recruit_top > .btn {
	display: flex;
	margin-bottom: 140px;
}
.recruit_top > .btn a {
	display: table;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 34px;
}
.recruit_top > .btn a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.recruit_top > .btn .btn01 {
	width: 738px;
	height: 446px;
	margin-right: 6px;
	background: url(../img/recruit/top_btn01.jpg) no-repeat;
}
.recruit_top > .btn .btn02 {
	width: 455px;
	height: 220px;
	margin-bottom: 6px;
	background: url(/wp-content/uploads/2017/12/qa2.png) no-repeat;
}
.recruit_top > .btn .btn03 {
	width: 455px;
	height: 220px;
	background: url(../img/recruit/top_btn03.jpg) no-repeat;
}

/* itv */
.itv_kv > .ttl {
	color: #201512;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
    padding: 100px 0 140px;
}
.itv_sec {
	display: flex;
    margin-top: 55px;
    margin-bottom: 225px;
}
.itv_sec > * {
	width: 50%;
}
.itv_sec > .img {
	position: relative;
}
.itv_sec:nth-child(2n) > .img {
	order: 2;
}
.itv_sec > .img img {
	width: 100%;
}
.itv_sec > .img .box {
	position: absolute;
	top: -55px;
	left: 0;
	background: #cb0e2c;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	width: 440px;
	padding: 16px 0;
}
.itv_sec:nth-child(2n) > .img .box {
    right: 0;
    left: inherit;
}
.itv_sec > .img .box .name {
	font-size: 40px;
}
.itv_sec > .detail {
	padding: 0 13% 0 4%;
}
.itv_sec:nth-child(2n)  > .detail {
	padding: 0 4% 0 13%;
}
.itv_sec > .detail {
	line-height:2;
}
.itv_sec > .detail .ttl {
	font-weight: bold;
	margin-bottom: 1em;
	color: #cb0e2c;
	font-size: 24px;
}
.itv_sec > .detail .txt {
	color: #6d6968;
	font-size: 22px;
}

/* recqa */
.recqa_kv {
    background: url(/wp-content/uploads/2017/12/MG1665.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 0.05em;
}
.recqa_kv > .ttl {
    padding: 230px 0 260px;
}
.recqa_sec {
    background: #f8f8f8;
    padding: 100px 0;
}
.recqa_sec > .tab_menu {
    display: flex;
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 0 auto -75px;
}
.recqa_sec > .tab_menu > li {
	position: relative;
    width: 50%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #cdcdcd;
    background: #FFF;
    color: #404040;
    font-weight: bold;
    font-size: 24px;
    padding: 52px 0;
}
.recqa_sec > .tab_menu > li.active {
    color: #FFF;
    background: #d92b2b;
    border: 1px solid #d92b2b;
}
.recqa_sec > .tab_menu > li.active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #d92b2b transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
}
.recqa_sec > .tab_box {
    background: #FFF;

    padding: 170px 100px 100px;
}
.recqa_sec > .tab_box > li {
    display: none;
}
.recqa_sec > .tab_box > li > .ttl {
	text-align: center;
	font-weight: bold;
	color: #404040;
	font-size: 30px;
}
.recqa_sec > .tab_box .qa {
	border-top: 1px solid #dcdcdc;
	margin-top: 60px;
}
.recqa_sec > .tab_box .qa > li {
	border-bottom: 1px solid #dcdcdc;
}
.recqa_sec > .tab_box .qa .box {
	display: flex;
    position: relative;
	padding: 20px 0;
}
.recqa_sec > .tab_box .icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.recqa_sec > .tab_box .box.active .icon {
  transform: rotate(0deg);
}
.recqa_sec > .tab_box .icon:before {
  content: "";
  display: block;
  width: 24px;
  height: 0px;
  border-bottom: solid 4px #cdcdcd;
  position: absolute;
  bottom: 11px;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.recqa_sec > .tab_box .box.active .icon:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 4px #cdcdcd;
  position: absolute;
  bottom: 11px;
  transform: rotate(90deg);
}
.recqa_sec > .tab_box .icon:after {
  content: "";
  display: block;
  width: 24px;
  height: 0px;
  border-bottom: solid 4px #cdcdcd;
  position: absolute;
  bottom: 11px;
}
.recqa_sec > .tab_box .ico {
    margin-right: 30px;
}
.recqa_sec > .tab_box .ico span {
    display: block;
    text-align: center;
	background: #1270b8;
    color: #FFF;
	border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
	width: 50px;
	height: 50px;
    line-height: 50px;
}
.recqa_sec > .tab_box .c01 {
    cursor: pointer;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
}
.recqa_sec > .tab_box .c02 {
	border-top: 1px solid #dcdcdc;
	display: none;
}
.recqa_sec > .tab_box .c02 .ico span {
    background: #d92b2b;
}
.recqa_sec > .tab_box .txt {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 1.5em;
}
.recqa_sec > .tab_box .txt:last-child {
    margin-bottom: 0;
}

/*===== 60th =====*/
.anniversary_kv {
    background: url(../img/60th/bg01.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 1.5;
    color: #201512;
    height: 1080px;
}
.anniversary_kv .ttl01 {
    margin: 60px 0 20px;
}
.anniversary_kv .ttl02 {
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 40px;
}

.anniversary_kv > .txt {
    font-size: 18px;
}
.anniversary_kv .arrow {
    display: block;
    color: #e8341a;
    font-weight: bold;
    font-size: 25px;
    margin-top: 60px;
}
.anniversary_kv .arrow img {
    width: 49px;
    margin-bottom: 20px;
}
.anniversary_sec {
    background: url(../img/60th/bg02.jpg) no-repeat top center;
    background-size: cover;
    color: #FFF;
    padding: 160px 0;
}
.anniversary_sec .date {
    font-weight: bold;
    color: #e8341a;
}
.anniversary_sec .txt {
	line-height: 1.7;


	font-size: 18px;
}
.anniversary_sec .date span {
    font-size: 70%;
}
.anniversary_sec .top {
    text-align: center;
}
.anniversary_sec .top .date {
	font-size: 40px;
}
.anniversary_sec .top .ttl {
	font-size: 24px;
	margin: 15px 0;
}
.anniversary_sec .history {
    background: url(../img/60th/line.png) repeat-y center;
    margin: 65px auto 0;
}
.anniversary_sec .history > li {
    margin-left: 49.2%;
    padding-left: 30px;
    margin-bottom: 40px;
    background: url(../img/60th/ico02.png) no-repeat 0.4% 5px;
    background-size: 15px;
}
.anniversary_sec .history > li:last-child {
    margin-bottom: 0;
}
.anniversary_sec .history > li:first-child {
    background: url(../img/60th/ico01.png) no-repeat;
}
.anniversary_sec .history > li:nth-child(2n) {
	margin-left: 0;
	margin-right: 49.4%;
	text-align: right;
	padding-right: 30px;
	background: url(../img/60th/ico02.png) no-repeat 100% 5px;
	background-size: 15px;
}
.anniversary_sec .history .date {
	font-size: 30px;
	margin-bottom: 10px;
}
.anniversary_sec .btn {
	background: url(../img/60th/line_last.png) no-repeat center top;
	padding-top: 190px;
}
.anniversary_sec .btn01 {
    background: none;
    border: 1px solid #FFF;
    margin: 0 auto;
    width: 400px;
}

/*===== CONTACT =====*/
section.contact{
	width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}
section.contact h1{
	border-left: solid 5px #6f6c6c;
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
}
section.contact p{
    padding: 40px 20px;
}
section.contact p.err{
    color: red;
    font-weight: bold;
    border: 5px solid;
    padding: 20px;
    margin: 20px 0;
}
section.contact p.agree{
	text-align:center;
	line-height:1.6;
}
section.contact p.agree a{
    color: blue;
    border-bottom: 1px solid blue;
}
section.contact table{
    line-height: 1.8;
	margin:0 auto;
}
section.contact table th{
	width: 30%;
    text-align: left;
    vertical-align: top;
}
section.contact table th{
	padding-right:20px;
}
section.contact div.mw_wp_form_confirm table td.set{
	border:none;
}
section.contact div.mw_wp_form_confirm table td.set,section.contact div.mw_wp_form_confirm table td{
	border:1px solid;
	padding-bottom:0;
	padding-left:10px;
}
section.contact table td.set select{
	height:32px;
	margin-bottom:20px;
}
section.contact table td input,section.contact table td textarea{
    border: 1px solid;	
    border-radius:5px;
}
section.contact table td{
    padding-bottom: 10px;
}
section.contact div.btnBox{
    text-align:center;
}
section.contact div.btnBox input.entryBtn{
    color: #fff;
    background: #43496b;
    padding: 10px 30px;
    cursor: pointer;
}
section.contact div.btnBox input.submitBack{
    border: 5px solid;
    padding: 10px 30px;
    margin-right: 40px;
    cursor: pointer;
}
