/* reset */
* {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
    padding: 0;
    font-size: 90%;
    line-height: 140%;
    color: #333;
}
body, x:-moz-any-link {
line-height:160%;
}
 /* FireFox 2 */
html>/**/body, x:-moz-any-link, x:default {
line-height:160%;
}
/* Only FireFox 3 */* html body {
    line-height: 140%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
}
em {
    font-style: normal;
}
a {
    text-decoration: none;
}
.mv {
}
.mv img {
    width: 100%;
}
address {
    font-style: normal;
}
#goto a {
    width: 45px;
    display: block;
    color: #7B7B7B;
    font-size: 12px;
    text-align: center;
    margin: 77px auto 70px;
    padding: 0 0 118px;
    background: url(../../images/common/gotob.png) no-repeat center bottom;
}
#goto a:before {
    color: #fff;
    display: block;
    content: " ";
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 50%;
    background: url(../../images/common/goto.png) #FF1111 no-repeat center center;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* fade in*/
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 700ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*css animation*/
.fuwa {
    -webkit-animation: fuwa 1.5s infinite linear alternate;
    animation: fuwa 1.5s infinite linear alternate;
}
 @-webkit-keyframes fuwa {
 0% {
-webkit-transform:translate(0, 0) rotate(-5deg);
}
 50% {
-webkit-transform:translate(0, -5px) rotate(0deg);
}
 100% {
-webkit-transform:translate(0, 0)rotate(5deg);
}
}
 @keyframes fuwa {
 0% {
transform:translate(0, 0) rotate(-5deg);
}
 50% {
transform:translate(0, -5px) rotate(0deg);
}
 100% {
transform:translate(0, 0)rotate(5deg);
}
}
.buru {
    -webkit-animation: buru 0.3s infinite linear alternate;
    animation: buru 0.3s infinite linear alternate;
}
 @-webkit-keyframes buru {
 0% {
-webkit-transform:translate(0, 0) rotate(-3deg);
}
 50% {
-webkit-transform:translate(0, -1px) rotate(0deg);
}
 100% {
-webkit-transform:translate(0, 0)rotate(3deg);
}
}
 @keyframes buru {
 0% {
transform:translate(0, 0) rotate(-3deg);
}
 50% {
transform:translate(0, -1px) rotate(0deg);
}
 100% {
transform:translate(0, 0)rotate(3deg);
}
}


.company table a{color:#fff;}



.cycle-pager-active {
    color: #eee;
}

.example-pager{
    text-align: center;
    font-size: 34px;
}

/*catalogue-section*/
.catalogue{
    width: 90%;
    display: flex;
    margin: 0px auto 90px;
    text-align: center;
}
.catalogue_img{
    width: 50%;
    float: left;
    display: inline-block;
}
.catalogue_img img{
    width:100%;
}
.download_b{
    width: 50%;
    float: right;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.d_img{
    top: 29%;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.download_b a{
    opacity: 1 !important;
    position: relative;
    bottom: -44%;
    text-align: center;
    margin: 0 auto;
	z-index: 992;
	
}
.download_b a img{
    width: 45%;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	z-index: 0;
}
/**見出し**/
.head_test {
    margin:  0; 
    position:  relative; 
    font-weight:  normal;
    margin-bottom: 35px;
    font-size: 40px; 
    text-align:  center; 
}
p {
    margin:  0;
    line-height: 2; 
}
.head_test-point {
    display:  block;
    font-size:  14px; 
    margin-top:  10px;
    position:  relative; 
    width: 140px;
    margin: 10px auto 0; 
    background-color:  #fff;
}
 
.head_test-point:before {
    content: ''; 
    height:  1px; 
    background-color:  #000;
    position:  absolute; 
    top: 0; 
    bottom:  0;
    margin:  auto;
    z-index: -1;
    width: 200px; 
    left:  -30px; 
}







.pasaya-01{margin-bottom:15px;}
.pasaya-01 img{width:100%;}


.pasaya .colorlineup-flex2 span{display:block;font-size:90%;text-align:right;}

.pasayati{letter-spacing:0.1em;}