@charset "utf-8";
/* CSS Document */
/* ================================================
   初期化設定
================================================ */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
address, caption, cite, code, dfn, th, var {
font-style: normal;
font-weight: normal;
}
caption, th {
text-align: left;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img, abbr, acronym, fieldset {
border: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
img {
vertical-align: top;
max-width:100%;
height:auto;
}
a {
outline: none;
}
@media screen and (max-width:600px)  {
img  {
max-width:100%;
height:auto;
}
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47

body{font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
*/



/* ================================================
   基本レイアウト
================================================ */
body {
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    overflow-y: scroll;
    min-width: 100%;
}
div#wrapper {
overflow-x: hidden;
}
a {
color: #000;
text-decoration:none;
}
a:hover {
opacity: 0.7;
}
img  {
max-width:100%;
height:auto;
}
/* ================================================
   トップページ
================================================ */
.mv {
    background: url(images/top1.jpg) no-repeat center center;
    background-size: cover;
}
.mv-inr {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
header {
    background: #434343;
    padding: 10px 20px;
}
header a {
    color: #fff;
}
.header-l, .header-r {
    display: block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 100%;
}
.header-l h1 {
    font-family: Myriad Pro;
    font-size: 30px;
    color: #535353;
    font-weight: bold;
}
.header-tel {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    color: #fff;
}
.header-tel span {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    display: block;
}
nav ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
nav ul li {
    width: 33.333%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.mv-txt {
    padding: 0 20px;
    margin: 40px 0;
}
.mv-txt p {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mv-txt span {
    font-size: 12px;
    font-family: Myriad Pro;
    margin-top: 10px;
    font-weight: normal;
}
.scroll {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
.scroll:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.top-ttl {
    text-align: center;
    font-size: 20px;
    margin: 40px 0;
}
.top-ttl h2 {
    font-weight: bold;
}
.top-ttl h2 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 0;
}
.top-block1 {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.top-block2 {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.top-block1 ul, .top-block2 ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.top-block1 ul li {
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
}
.top-block1 ul li:first-child {
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-top: 0;
}
.top-block1 ul li:last-child {
    margin-right: 0;
}
.top-block-ttl {
    margin: 0 0 20px;
}
.top-block-ttl p {
    font-size: 18px;
    font-weight: bold;
}
span.number {
    font-size: 16px;
}
.top-block-ttl h3 {
    font-size: 36px;
    font-weight: bold;
	position:relative;
}
.top-block1 .top-block-ttl h3:after {
    content: "";
    display: none;
    width: 50%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-block2 ul li {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
}
.top-block2 ul li:first-child {
    margin-left: 0;
}
.top-block2 ul li:last-child {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
    order: -1;
    margin-top: 0;
}
.top-block2 .top-block-ttl h3:after {
    content: "";
    display: none;
    width: 50%;
    height: 1px;
    background: #000;
    position: absolute;
    right: 105%;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.top-block-list li:first-child {
    width: 100%;
}
ul.top-block-list li {
    width: 49%;
}
.bottom-menu {
    background: url(images/top13.jpg) no-repeat center center;
    background-size: cover;
}
.bottom-menu-inr {
    width: 100%;
    margin: auto;
    padding: 40px 10px;
    box-sizing: border-box;
}
.bottom-menu-inr ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.bottom-menu-inr ul li {
    width: 32%;
    background: #434343;
}
.bottom-menu-inr ul li:nth-child(2) {
    margin: 0 2%;
}
.bottom-menu-inr ul li a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
}
.bottom-menu-inr ul li span {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    position: relative;
    font-weight: normal;
}
.bottom-menu-inr ul li span:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    margin: auto;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.top-map {
    width: 100%;
    margin: 40px 0;
}
footer {
    background: #434343;
    color: #fff;
}
.footer-inr {
    width: 100%;
    padding: 20px 20px 10px;
    margin: auto;
    letter-spacing: -.5em;
    box-sizing: border-box;
}
.footer-l, .footer-r {
    display: block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 100%;
}
.footer-l a {
    font-family: Myriad Pro;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.footer-r ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    margin: 20px 0;
}
.footer-r ul li {
    width: 33.333%;
    text-align: center;
}
.footer-r ul li a {
    color: #fff;
    font-size: 16px;
}
p.copy {
    text-align: right;
    font-size: 13px;
}
/* ================================================
   下層
================================================ */
.breadcrumb {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 0;
}
.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
}
.breadcrumb ul li {
    margin-right: 30px;
    position: relative;
	font-size:12px;
}
.breadcrumb ul li:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
}
.breadcrumb ul li:last-child:after {
    display: none;
}
.contents {
    padding: 0;
    margin-bottom: 40px;
}
.contents-inr {
    background: #ededed;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}
/* ================================================
   company
================================================ */
.company-lr1 {
    letter-spacing: -.5em;
}
.company-lr1 .company-l, .company-lr1 .company-r {
    display: block;
    vertical-align: top;
    letter-spacing: normal;
}
.company-lr1 .company-l {
    width: 100%;
}
.company-lr1 .company-r {
    width: 100%;
	margin-top:20px;
}
.company-lr1 .company-l {
    font-size: 16px;
}
.company-lr1 table {
    table-layout: fixed;
    width: 100%;
}
.company-lr1 .company-l table tr {
    border-bottom: 1px solid #fff;
}
.company-lr1 .company-l table tr:last-child {
    border-bottom: none;
}

.company-lr1 .company-l table tr th, .company-lr1 .company-l table tr td {
    padding: 10px;
}
.company-lr1 .company-l table tr th {
    font-weight: bold;
    width: 100%;
    display: block;
}
.company-lr1 .company-l table tr td  {
	width:100%;
	display:block;
}
.company-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.company-list ul li:last-child {
	border-bottom:none;
}
.company-lr2 {
    letter-spacing: -.5em;
}
.company-lr2 .company-l, .company-lr2 .company-r {
    display: block;
    letter-spacing: normal;
    vertical-align: top;
}
.company-lr2 .company-l {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
}
.company-lr2 .company-r {
    width: 100%;
}
.company-lr2 .company-r h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.company-lr2 .company-r p {
    font-size: 16px;
}
/* ================================================
   ADD
================================================ */
.b {
font-weight:bold;
}
.center {
text-align:center;
}
.txt-r  {
text-align:right;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt30  {
margin-top: 30px;
}
.mt40 {
margin-top: 40px;
}
.mt50  {
margin-top: 50px;
}
.mt60 {
margin-top: 60px;
}
.mt80 {
margin-top: 80px;
}
.mt100  {
margin-top: 100px;
}
.mt120 {
margin-top: 120px;
}
.f12{
font-size: 12px;
}
.f14{
font-size: 14px;
}
.f15{
font-size: 15px;
}
.f16{
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.f21 {
font-size: 21px;
}
.f24 {
font-size: 24px;
}
.f30  {
font-size:30px;
}
.f36  {
font-size:36px;
}
.txt-r {
text-align: right;
}
.spmt20-40  {
margin-top:40px;
}
@media screen and (max-width:600px)  {
.spmt20-40  {
margin-top:20px;
}
}
/* ================================================
   clearfix
================================================ */
div#contents div.contentsinr,
.clearfix {
/zoom: 1;
}

.cfx:after,
.clearfix:after {
content: '';
display: block;
clear: both;
}

/*ADD*/
.att {
color:red !important;
font-size:16px !important;
background-color: rgb(255,255,255,0.9);
padding:20px;
}
.mt10 {
margin-top:10px !important;
}