@charset 'utf-8';

body {
background: #fff;
font-family: 'メイリオ', sans-serif;
-webkit-touch-callout: default;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.wrapper {
color: #444;
}
.wrapper a {
color: #444;
}
ul {
list-style: none;
padding: 0;
}
h1{margin: 0;}


.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
header .icon {
display: inline-block;
text-align: left;
text-indent: -9999px;
overflow: hidden;
}
*:first-child + html body header .icon {
display: inline;
zoom: 1;
}
header .icon-arw {
width: 12px;
height: 18px;
margin-top: -9px;
background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
header .icon-arw-small {
width: 7px;
height: 10px;
margin-top: -5px;
background: url(../images/symbol_arw_right_small2.png) 0 0 nno-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-small {
width: 10px;
height: 15px;
margin-top: -8px;
background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
}
}
header .icon-arw-down {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-down {
width: 17px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
}
}
header .icon-arw-up {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-up {
width: 17px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
}
}
header .icon-box {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/symbol_box.png) 0 0 no-repeat;
}
header .icon-outer-small {
width: 10px;
height: 8px;
margin-top: -4px;
background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-outer-small {
width: 13px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
}
}
header .icon-outer-mid {
width: 16px;
height: 13px;
margin-top: -7px;
background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-outer-mid {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
}
}


/*=========================================

COMMON

=========================================*/


.caption{
    text-align: center;
    border: 10px solid #fbe920;
    padding: 10px;
    font-size: 20px;
  line-height:30px;
}

.tLeft{text-align:left;}
.tCenter{text-align:center;}
.tRight{text-align:right;}

@media screen and (max-width: 481px) {

.caption{
  font-size:15px;
  line-height:20px;
    border: 5px solid #fbe920;
}

}


/*=========================================

HEADER

=========================================*/


.header__langList {
position: relative;
height: 20px;
}

@media screen and (min-width: 481px) {
.header__langList {
height: 22px;
}
}
@media screen and (min-width: 769px) {
.header__langList {
height: 17px;
}
}
.langList {
position: absolute;
right: 0;
top: 0;
z-index: 2;
width: 80px;
min-height: 22px;
overflow: hidden;
font-size: 11px;
margin-left: auto;
background: #1db3cb;
color: #fff;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
-webkit-transition: opacity height 0.1s linear;
-moz-transition: opacity height 0.1s linear;
transition: opacity height 0.1s linear;
cursor: pointer;
}
.langList:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}
.langList.is-open:hover {
opacity: 1;
filter: none;
}
.langList ul {
margin: 0;
}
.langList li {
line-height: 2;
display: none;
height: 22px;
text-align: center;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}
.langList li:hover {
background: #38cbe3;
}
.langList li a {
display: block;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
}
.langList li.is-current {
display: block;
}
.langList .iconContainer {
position: absolute;
right: 10px;
top: 11px;
z-index: 0;
}
.langList .iconContainer .icon {
vertical-align: top;
}
.langList li {
text-indent: -12px;
}
@media screen and (min-width: 481px) {
.langList {
width: 159px;
min-height: 35px;
font-size: 20px;
}
.langList .iconContainer {
right: 15px;
top: 18px;
}
.langList li {
height: 35px;
text-indent: -15px;
}
}
@media screen and (min-width: 769px) {
.langList {
width: 150px;
min-height: 29px;
font-size: 14px;
}
.langList .iconContainer {
right: 16px;
top: 14px;
}
.langList li {
height: 29px;
text-indent: -16px;
}
}
.titleLogo {
position: relative;
height: 40px;
}
.titleLogo:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.titleLogo img {
min-width: 120px;
max-width: 100%;
height: auto;
vertical-align: bottom;
margin-left: -10px;
}
@media screen and (min-width: 481px) {
.titleLogo {
height: 56px;
}
.titleLogo img {
margin-left: 0;
}
}
.header__nav {
height: 40px;
margin-right: -10px;
}
@media screen and (min-width: 481px) {
.header__nav {
height: 56px;
}
}
.header__nav ul {
/*clear float by parent div tag*/
zoom: 100%;
display: block;
position: relative;
height: 100%;
font-size: 0;
text-align: right;
}
.header__nav ul:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.header__nav ul:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.header__nav li {
position: relative;
padding-left: 1px;
display: inline-block;
vertical-align: bottom;
width: 50%;
padding: 0;
line-height: 1.1;
font-size: 12px;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
*:first-child + html body .header__nav li {
display: inline;
zoom: 1;
}
.header__nav li [class*='icon-'] {
margin-left: 2px;
}
@media screen and (min-width: 481px) {
.header__nav li [class*='icon-'] {
margin-left: 4px;
}
}
.header__nav li span {
display: inline-block;
text-align: left;
}
.header__nav li br {
line-height: 2px;
}
@media screen and (min-width: 481px) {
.header__nav li {
text-align: center;
}
.header__nav li.nav__long_1 {
width: 60%;
}
.header__nav li.nav__long_2 {
width: 40%;
}
}
@media screen and (min-width: 481px) and (max-width: 700px) {
.header__nav li {
font-size: 15px;
}
}
@media screen and (min-width: 701px) and (max-width: 768px) {
.header__nav li {
font-size: 20px;
}
}
@media screen and (min-width: 769px) {
.header__nav li {
font-size: 14px;
}
}
@media screen and (min-width: 769px) {
.header__nav li {
width: 14.68189233%;
}
.header__nav li.nav__long_1 {
width: 28.54812398%;
}
.header__nav li.nav__long_2 {
width: 19.57585644%;
}
}
.header__nav li a {
position: relative;
display: block;
}
.header__nav li a:hover {
text-decoration: none;
}
.header__nav li a:after {
content: "";
display: block;
background: #444;
margin-top: 3px;
margin-right: 1px;
height: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear;
}
@media screen and (min-width: 481px) {
.header__nav li a:after {
margin-top: 4px;
}
}
@media screen and (min-width: 769px) {
.header__nav li a:after {
margin-top: 6px;
}
}
.header__nav li a:hover:after {
background: #1db3cb;
}


/*=========================================

CONTENTS

=========================================*/




/*=========================================

FOOTER

=========================================*/


footer {
padding: 0 0 100px;
}
@media screen and (min-width: 481px) {
footer {
padding: 10px 0 100px;
}
}
@media screen and (min-width: 769px) {
footer {
padding: 20px 0 100px;
}
}
.footer__logo {
margin: 0 auto 10px;
text-align: center;
}
.footer__credit {
line-height: 2;
font-size: 9px;
text-align: center;
}
@media screen and (min-width: 481px) {
.footer__credit {
font-size: 16px;
}
}
@media screen and (min-width: 769px) {
.footer__credit {
font-size: 12px;
}
}
@media screen and (max-width: 320px) {
.wrapper__inner {
width: 320px;
margin: 0 auto;
}
}
@media screen and (min-width: 961px) {
.wrapper__inner {
width: 940px;
margin: 0 auto;
}
}


/*=========================================

20170322

=========================================*/



