@charset "UTF-8";

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

img.wauto{
width:auto;
max-width:100%;
height:auto;
}


.sp, .brSp {
display: inline-block;
}
.pc, .brPc {
display: none;
}
/* -----------------------------------------------
base
----------------------------------------------- */
.inner {
width: auto;
}
#page {
min-width: inherit;
}
.anchor{
margin-top:-69px;
padding-top:69px;
display: block;
}
/* -----------------------------------------------
textBt
----------------------------------------------- */


/* -----------------------------------------------
header
----------------------------------------------- */
#globalHeader {
position: fixed;
z-index: 1000;
top: 0 !important;
left: 0;
width: 100%;
}
#globalHeader-sticky-wrapper {
height: auto !important;
}
#subNav {
display: none;
}
#mainNav {
height: auto;
background: #FFF url(../images/bar.png) left bottom repeat-x;
text-align: left;
-webkit-background-size: 239px 3px;
background-size: 239px 3px;
padding-bottom: 3px;
}
#mainNav nav {
display: block;
}
#mainNav nav h1 {
display: block;
height: auto;
}
#mainNav nav h1 img {
height: 46px;
padding: 10px;
}
#mainNav nav ul {
display: none;
}
#spMenu {
position: absolute;
width: 40px;
height: 66px;
top: 0;
right: 0;
}
#menuNavi {
display: block;
width: 24px;
height: 16px;
position: absolute;
top: 50%;
left: 8px;
margin-top: -8px;
}
/*1本目*/
#menuNavi:before {
content: "";
width: 24px;
height: 2px;
display: inline-block;
background-color: #2a2a2a;
position: absolute;
top: 0px;
left: 0px;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#globalHeader #menuNavi.close:before {
-webkit-transform: translate3d(0px, 7px, 0px) rotate(-45deg);
transform: translate3d(0px, 7px, 0px) rotate(-45deg);
background-color: #2a2a2a;
}
/*2本目*/
#menuNavi>i {
width: 24px;
height: 2px;
position: absolute;
top: 7px;
left: 0;
display: inline-block;
background-color: #2a2a2a;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#globalHeader #menuNavi.close >i {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #2a2a2a;
}
/*3本目*/
#menuNavi:after {
content: "";
width: 24px;
height: 2px;
display: inline-block;
background-color: #2a2a2a;
position: absolute;
bottom: 0;
left: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
#globalHeader #menuNavi.close:after {
opacity: 0;
}
#menuNavi span {
position: absolute;
top: 20px;
left: -13px;
width: 50px;
text-align: center;
display: block;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#globalFooter .inner {
border: none;
}
#globalFooter li a {
display: block;
}
#globalFooter .inner:before, #globalFooter .inner:after {
display: none;
}
#globalFooter .inner ul {
float: none;
overflow: hidden;
}
#globalFooter .inner .foot-main-nav {
width: auto;
}
#globalFooter .inner .foot-category-nav {
width: auto;
}
#globalFooter .inner .foot-info-nav {
width: auto;
float: none;
}
#globalFooter .inner .foot-category-nav li, #globalFooter .inner .foot-info-nav li {
width: 50%;
float: left;
}
#globalFooter .copyBox {
position: relative;
width: auto;
}
/* -----------------------------------------------
#mv
----------------------------------------------- */
#mv {
padding-bottom: 20px;
}
#message-mv {
width: auto;
}
#mv h2 {
font-size: 15px;
padding: 15px;
letter-spacing: 0px;
text-align: center;
}
#mv .image {
padding: 0 15px;
}
#mv .image img {
width: 100%;
}
#mv .messageLink {
position: relative;
text-align: center;
letter-spacing: 0px;
padding: 15px 0 0 0;
}
#mv .messageLink span {
display: inline-block;
position: relative;
padding: 5px 0 0 0;
line-height: 1;
}
#about-mv {
display: none;
}
#mv .messageLink span:after {
position: absolute;
content: "";
bottom: -5px;
left: -3px;
width: 100%;
height: 2px;
background: #ef8f7a;
}
#mv .messageLink a:after {
display: none;
}
/* -----------------------------------------------
contents
----------------------------------------------- */
#contents {
}
#main {
width: auto;
float: none;
padding: 10px;
}
#sideBar {
width: auto;
float: none;
}
.fullPage {
background: #FFF;
padding: 15px;
margin: 0;
}
[canvas] {
padding-top: 69px;
}
[canvas=container] {
background: #e9eaea;
}
[off-canvas] {
border-left: #939494 solid 1px;
background: #e9eaea;
padding-top: 69px;
}
/* -----------------------------------------------
whatsnews
----------------------------------------------- */

#whatsNew ul {
background: none;
border-radius: 0;
padding: 0 15px;
}
#whatsNew li {
width: 100%;
float: none;
background: #FFF;
border-radius: 6px;
margin-bottom: 2px;
padding: 10px 0;
}
#whatsNew li a {
padding: 0 10px;
}
#whatsNew li:last-child {
margin-bottom: 0;
}
#whatsNew li a {
border: none;
}
/* -----------------------------------------------
list
----------------------------------------------- */
#pageList .list, .list {
margin: 0 -1% 0 0;
-webkit-flex-direction: row;
flex-direction: row;
}
#pageList .list li, .list li {
width: 49%;
margin: 0 1% 1% 0;
}
.list li .icon {
width: 21px;
padding-right: 2px;
height: 45px;
line-height: 42px;
}
.list li .icon img {
height: 35px;
width: auto;
}
.list li .text {
display: none;
}
/* -----------------------------------------------
designConcept
----------------------------------------------- */
#designConcept {
padding: 20px;
height: auto !important;
}
#designConcept h2 {
font-size: 18px;
margin-left: 0;
text-align: center;
margin-top: 1em;
}
#designConcept p {
font-size: 12px;
line-height: 19px;
margin-left: 0;
}
#designConcept p.logo {
position: relative;
top: inherit;
text-align: center;
}
#designConcept p.logo img {
width: 80px;
height: auto;
}
/* -----------------------------------------------
pdfList
----------------------------------------------- */
.pdfList li .text{
display: none;
}
.pdfList li{
padding: 6px;
}
.pdfList li a{
padding: 6px 0;
}
.pdfList li a > div{
padding: 6px;
}
.pdfList li a .icon{
padding: 3px 6px;
font-size: 11px;
}
.pdfList li h3 {
font-size: 15px;
padding-bottom: 0px;
}
/* -----------------------------------------------
topicPath
----------------------------------------------- */
#topicPath {
border-bottom: #949494 solid 1px;
height: auto;
overflow: hidden;
padding: 5px 0;
}
#topicPath li a, #topicPath li > span {
padding: 0 10px;
border-right: none;
}
#topicPath li a:after, #topicPath li > span:after {
width: 5px;
height: 5px;
margin-top: -4px;
right: -5px;
}
#topicPath li a, #topicPath li > span {
line-height: 21px;
height: auto;
}
/* -----------------------------------------------
catTitle
----------------------------------------------- */
h1#catTitle {
position: relative;
padding: 5px 10px;
font-size: 18px;
letter-spacing: 0;
margin: 0 0 10px 0;
}
.full h1#catTitle {
margin-bottom: 10px;
text-align: left;
text-indent: 0;
}
.full h1#catTitle.small {
letter-spacing: 0;
text-indent: 0;
}
/* -----------------------------------------------
message
----------------------------------------------- */
#message p {
font-size: 14px;
line-height: 30px;
}
/* -----------------------------------------------
about
----------------------------------------------- */
#about p {
font-size: 14px;
line-height: 30px;
}

/* -----------------------------------------------
people100
----------------------------------------------- */
#people100 p{
font-size: 14px;
line-height: 30px;
}
#people100 h2{
font-size: 21px;
padding-bottom: 0.5em;
}
.if-list{
-webkit-flex-wrap: wrap; 
  flex-wrap:         wrap;
}
.if-list.first dl{
width: 50%;
}
.if-list.second dl{
width: 100%;
}

/* -----------------------------------------------
voice
----------------------------------------------- */
.voiceList li {
width: 143px;
}
.voiceList li a figure {
width: 133px;
height: 133px;
}
.voiceList li img {
width: 100%;
height: auto;
}
#modal-content {
width: 75%;
}
#modal-content figure {
float: none;
width: 100%;
text-align: center;
padding-bottom: 10px;
}
#modal-content .textBox {
margin-left: 0;
}
#modal-content .textBox .date {
position: relative;
right: inherit;
}
#modal-content .textBox .name {
font-size: 18px;
line-height: 1.4;
}
#modal-content .textBox .name span {
font-size: 13px;
}
#modal-content .textBox .note {
font-size: 14px;
line-height: 1.8;
}
/* -----------------------------------------------
sideBar
----------------------------------------------- */
section#facebook {
margin: 25px 20px;
}
section#pickUp li {
margin-bottom: 10px;
}
section#pickUp li:last-child {
margin-bottom: 15px;
}
aside#partner ul {
padding-bottom: 0px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: baseline;
align-items: baseline;
}
aside#partner li {
width: 50%;
text-align: center;
padding: 10px 20px;
}
aside#partner li img {
max-width: 100%;
vertical-align: middle;
}
/* -----------------------------------------------
slideMenuNav
----------------------------------------------- */
#slideMenuNav .slide-main-nav li {
line-height: 1;
font-size: 14px;
font-weight: bold;
padding: 10px;
border-bottom: #939494 solid 1px;
}
#slideMenuNav .slide-main-nav li img {
vertical-align: middle;
}
#slideMenuNav .slide-main-nav li i {
display: inline-block;
width: 35px;
text-align: center;
}
#slideMenuNav .slide-main-nav li span {
vertical-align: middle;
display: inline-block;
padding-left: 5px;
}
#slideMenuNav .foot-main-nav, #slideMenuNav .foot-info-nav {
font-size: 12px;
line-height: 22px;
overflow: hidden;
}
#slideMenuNav .foot-main-nav li, #slideMenuNav .foot-info-nav li {
border-bottom: #939494 solid 1px;
padding: 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#slideMenuNav .foot-info-nav li {
width: 50%;
float: left;
}
#slideMenuNav .foot-info-nav li:nth-child(1), #slideMenuNav .foot-info-nav li:nth-child(3) {
border-right: #939494 solid 1px;
}
#slideMenuNav .foot-info-nav li:last-child {
width: 100%;
}
#slideMenuNav .spSns {
background: #FFF;
padding: 30px;
text-align: center;
border-bottom: #939494 solid 1px;
}
#slideMenuNav .spSns li {
display: inline-block;
padding: 0 5px;
}
#slideMenuNav .spSns li a {
display: inline-block;
width: 40px;
height: 40px;
border-radius: 50%;
background: #939494;
font-size: 18px;
line-height: 40px;
text-align: center;
color: #FFF;
}

}
