@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS master.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */

/* IE用印刷設定CSS
======================================================= */

@media print {
    body {
        _zoom: 67%; /*WinIE only */
    }
    #top_a {
        _zoom: 95%; /*WinIE only */
    }
}

/* 基本設定
======================================================= */

* {
    margin: 0;
    padding: 0;
}

body {
     line-height: 1.8; 
    
    position: relative;
    min-width: 1100px;      /* [1. 基本レイアウト設定]　全体の幅 */
    text-align: left;
    color: #333;       /* [4. 基本文字設定]　文字色 */
    background: #fff ;      /* [2. サイト全体の背景設定]　背景色 */
}

body.contact {
    min-width: 1100px;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #d6261f;       /* [4. 基本文字設定]　リンク文字色 */
}
a:hover,
a:active {
    text-decoration: none;
    color: #d6261f;       /* [4. 基本文字設定]　リンク文字色 */
}

address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}

p {
     font-size: 16px;    
     font-size: 1.6rem; 
}

ul {
    font-size: 16px;    
    font-size: 1.6rem; 
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 16px;
    font-size: 1.6rem; 
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

/*ドラッグ時の色*/
::selection {
    background: #d6261f;
    color: #fff;
}

/*Firefox*/
::-moz-selection {
    background: #d6261f;
    color: #fff;
}


/* レイアウト設定
======================================================= */

.wrapper {
    width: 1100px;      /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto 40px;
    text-align: left;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.wrappertop {
    margin: 0 auto 110px;
    text-align: left;
}

.wrapper .side {
    float: left;
    width: 250px;
    padding: 0;
}

.wrappertop .main {
    overflow: hidden;
}

.wrapper .main {
    float: left;
    width: 800px;      /* [1. 基本レイアウト設定]　メインカラムの幅 */
    padding: 0;
    margin-right: 50px;
    overflow: hidden;
    min-height: 500px;
}

.contact .wrapper {
    font-size: 14px;
    font-size: 1.4rem;
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
}

.contact .wrapper .main {
    float: none;
    width: 800px;
    margin: 0 auto;
    padding: 0;
}


/* header設定
======================================================= */


header {
    padding: 0;
    background: #fff ;   /* [3. ヘッダー設定]　背景色 */
}
body.contact header {
    padding: 0;
    background: #fff ;  
}
header .inner {
    width: 1100px;   /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .head_l {
    width: 347px;
    padding: 19px 0 19px;
    color: #333;    /* [3. ヘッダー設定]　h1、キャッチ文字色 */
}

header .head_l h1,
header .head_l p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
    font-weight: normal;
}

header h1.logo {
    padding: 0;
}

header .logo img {
    max-width: 347px;
    height: auto;
}

header .logo a {
    text-decoration: none;
    color: #333;   /* [3. ヘッダー設定]　h1、キャッチ文字色 */
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

header .head_l .catch {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 10px 0 0 0;
}

header .head_r {
    line-height: 1;
    width: 185px;
}
header .head_r a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 27px 0;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    background-color: #d6261f;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(242, 136, 131, 0.8) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: 0.3s;
}

header .head_r a:hover {
    background-position: -100% 0;
}

header .head_r span {
    background: url(../img/ico_mail.png) no-repeat center left;
    padding-left: 44px;
}


header .head_r .contact {
    margin: 0;
}
header .head_r .contact a {
     padding: 10px 38px; 
    
}

.sp_trigger,
.overlay { display: none;}

.contact header .inner {
    width: 1100px;
}


/* nav
======================================================= */

nav {
    display: block !important;
    width: 516px;
    margin: 0 4px 0 48px;
}

nav ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    color: #333; 
}

nav ul li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 22px 8px;
    position: relative;
    display: inline-block;
    transition: .3s;
}

nav ul li a::after,
nav ul li a.selected::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 4px;
  background-color: #d6261f;
  transition: .2s;
}

nav ul li a:link,
nav ul li a:visited {
    text-decoration: none;
    color: #333;       /* [5. ナビゲーション（第一階層メニュー）設定]　文字色 */
}

nav ul li a.selected {
    color: #d6261f;
}

nav ul li a:hover {
    color: #d6261f;
}

nav ul li a:hover::after,
nav ul li a.selected::after {
  width: 100%;
}

nav .nav01 {
    display: none;
}

/* パンくず
======================================================= */

ol.breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0 0 40px;
    list-style-type: none;
    width: 100%;
}

ol.breadcrumb li {
    float: left;
}

ol.breadcrumb li a {
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(214, 38, 31) 50%);
    background-position: 0 0;
    background-size: 205% auto;
    transition: 0.3s;
}

ol.breadcrumb li a:hover {
    background-position: -95% 0;
    color: #fff;
    text-decoration: none;
}


/* 下層ナビゲーション
======================================================= */

/* cate_top */

.cate_top a {
    padding: 29px 10px 28px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #d6261f;       /* [9. 下層メニュー設定]　カテゴリ背景色 */
}

.cate_top a:link,
.cate_top a:visited,
.cate_top a:hover {
    color: #fff;       /* [9. 下層メニュー設定]　カテゴリ文字色 */
    text-decoration: none;
}


/* subnav */

.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side ul.subnav {
    margin: 0 0 30px;
}

.side ul.subnav > li {
    border-bottom: 1px solid #d9d9d9;       /* [10. 下層メニュー（第二階層）設定]　枠線色 */
}

.side ul.subnav li li {
    border-top: 1px solid #d9d9d9;       /* [11. 下層メニュー（第三階層）設定]　枠線色 */
}

.side ul.subnav li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 14px 5px 13px 38px;
    background: #fff url(../img/ico_arw_right_r.png) 12px center no-repeat;     /* [10. 下層メニュー（第二階層）設定]　背景色 */
    transition: all 0.3s;
}

.side ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 5px 13px 52px;
    background: url(../img/ico_arw_right_r.png) 24px center no-repeat;  　
    transition: all 0.3s;
}

.side ul.subnav li a:link,
.side ul.subnav li a:visited {
    color: #333;        /* [10. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li a:hover {
    background: #f2f2f2 url(../img/ico_arw_right_r.png) 20px center no-repeat;     /* [10. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */ 
    color: #333;        /* [10. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
    padding-left: 46px;
}

.side ul.subnav li li a:link,
.side ul.subnav li li a:visited {
     background: #f2f2f2 url(../img/ico_arw_right_r.png) 24px center no-repeat;      /* [11. 下層メニュー（第三階層）設定]　背景色 */ 
    color: #333;        /* [11. 下層メニュー（第三階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li li a:hover {
    background: #dedede url(../img/ico_arw_right_r.png) 32px center no-repeat;    /* [11. 下層メニュー（第三階層）設定]　背景色（ハイライト時） */
    color: #333;        /* [11. 下層メニュー（第三階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
    padding-left: 60px;
}

.side ul.subnav li.subselected > a {
    background-color: #f2f2f2; 
    color: #333;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.side ul.subnav li li.localselected a {
    background: #333333 url(../img/ico_arw_right_w.png) 24px center no-repeat;    /* [11. 下層メニュー（第三階層）設定]　背景色（ハイライト時） */ 
    color: #fff;     /* [11. 下層メニュー（第三階層）設定]　文字色（ハイライト時） */
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
}

.side ul.subnav li li.localselected a:hover {
    background: #333333 url(../img/ico_arw_right_w.png) 32px center no-repeat;
}

.side ul.bnr {
    width: 250px;
    margin: 20px 0 0px;
}

.side ul.bnr li {
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}

.side_banner a {
    display: block;
    position: relative;
    transition: 0.3s;
}

.side_banner a:hover {
    opacity: 0.8;
    margin-left: 10px;
}

.side_banner a p {
    position: absolute;
}

.side_banner .sidebnr_protools p {
    bottom: 4px;
    left: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    width: calc(100% - 24px);
    background: url(../img/ico_blank_w.png) 191px center no-repeat;
}

.side_banner .sidebnr_119 p:first-of-type {
    top: 20px;
    left: 14px;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1;
    font-family: 'Montserrat', "YuGothicM", "Yu Gothic", YuGothic, sans-serif;
}

.side_banner .sidebnr_119 p:last-of-type {
    bottom: 14px;
    left: 15px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.side_banner .sidebnr_partner p:first-of-type {
    top: 30px;
    left: 0;
    width: 250px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.side_banner .sidebnr_partner p:nth-of-type(2) {
    top: 60px;
    left: 0;
    color: #fff;
    width: 250px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

.side_banner .sidebnr_partner p:last-of-type {
    bottom: 31px;
    left: 0;
    right: 0;
    padding: 5px 0;
    width: 200px;
    text-align: center;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 23px;
    color: #fff;
    background: url(../img/ico_arw_right_w.png) 95% center no-repeat;
}

.side_banner div + div {
    margin-top: 20px;
}


/* トップページ設定
======================================================= */

.wrappertop .block {
    clear: both;
    width: 100%;
    margin: 0 0 40px;
}

.red_btn {
    clear: both;
    margin: 0;
    text-align: center;
}

.red_btn a {
    display: inline-block;
    background-color: #d6261f;
    background-image: url(../img/ico_arw_right_w.png),
    linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(203, 8, 0, 0.83) 50%);        /* [18. CVエリア設定]　ボタン背景色 */
    background-repeat: no-repeat, repeat-x;
    background-position: 90% center, 0 0;
    background-size: auto auto, 200% auto;
    padding: 11px 0!important;
    font-weight: bold;
    width: 300px;
    transition: 0.3s;
}

.red_btn a:link,
.red_btn a:visited {
    text-decoration: none;
    color: #ffffff;        /* [18. CVエリア設定]　ボタン文字色 */
}

.red_btn a:hover {
    background-position: 95% center, -100% 0;
}


/* movie設定
======================================================= */
.mv {
    position: relative;
    height: 750px;
    width: 1100px;
    margin: 0 auto;
}

.mv .backcolor {
    position: absolute;
    right: 0;
    top: 80px;
    height: 670px;
    width: 200%;
    background: #d6261f;
}

.mv .movie {
    position: absolute;
    left: 110px;
    top: 0;
    height: 670px;
    width: 160%;
    overflow: hidden;
}

.mv .movie video {
    height: 670px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 0%;
}

#video2, #video3, #video4, #video5, #video6 {
    display: none;
}

@media (max-width: 1700px) {
    .mv .movie video {
        width: 75%;
    }
}

@media (max-width: 1300px) {
    .mv .movie video {
        width: 60%;
    }
}

.cover_dot {
    background: rgba(0, 0, 0, 0.5) url('../img/img_dot.png');
    position: absolute;
    left: 110px;
    top: 0;
    height: 670px;
    width: 160%;
    overflow: hidden;
    z-index: 1;
}

/* Edge */
@supports (-ms-ime-align: auto) {
    .mv .movie video {
        height: auto;
        position: absolute;
        bottom: -300px;
    }
}

.mv .catch {
    font-size: 40px;
    font-size: 4.0rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2rem;
    position: absolute;
    top: 360px;
    left: 0;
    z-index: 2;
}

.mv > p:nth-of-type(2) {
    top: 430px;
    opacity: 0;
    transition: all .7s ease;
    left: -40px;
}

.mv > p:nth-of-type(3) {
    top: 360px;
    opacity: 0;
    transition: all .7s ease;
    left: -40px;
}

.mv > p:nth-of-type(4) {
    top: 430px;
    opacity: 0;
    transition: all .7s ease;
    left: -40px;
}

.mv > p.catch_fadein {
    opacity: 1!important;
    left: 0!important;
}

/* STRENGTH設定
======================================================= */

.strength {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 760px;
    background: linear-gradient(180deg,#fff 0%,#fff 200px,#333 200px,#333 100%);
}

.strength:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 672px;
    margin: 0 -10% 0;
    background: #fff;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    
    background: url(../img/bg_strength01.png) no-repeat calc(50% - 600px) 250px,
    url(../img/bg_strength02.png) no-repeat calc(50% + 550px) 170px,
    url(../img/bg_strength03.png) no-repeat calc(50% + 710px) 470px,
    linear-gradient(#FFF, #F2F2F2);
    transform-origin: center;
}

_:-ms-input-placeholder, :root .strength:before {
    background: url(../img/bg_strength01.png) no-repeat 20% 250px,
        url(../img/bg_strength02.png) no-repeat 70% 170px,
        url(../img/bg_strength03.png) no-repeat 82% 470px,
        linear-gradient(#FFF, #F2F2F2);
}

@supports (-ms-ime-align: auto) {
    .strength:before {
        background: url(../img/bg_strength01.png) no-repeat 20% 250px,
        url(../img/bg_strength02.png) no-repeat 70% 170px,
        url(../img/bg_strength03.png) no-repeat 82% 470px,
        linear-gradient(#FFF, #F2F2F2);
    }
}

.strength_inner {
    padding: 80px 0 0;
    position: relative;
}

.strength .strength_contents > p:first-of-type {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    margin: 50px 0 20px;
}

.strength .strength_contents div {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.strength .strength_contents div p {
    width: 360px;
    height: 68px;
    border: solid 1px #b5b5b5;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.strength .strength_contents > p:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 26px;
}

.strength .strength_contents .txt_red {
    color: #d6261f;
}

.strength .strength_contents .txt_dot {
    position: relative;
}

.strength .strength_contents .txt_dot:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #d6261f;
    border-radius: 50%;
}

.strength .strength_contents > p:nth-of-type(3) {
    margin-bottom: 30px;
}

/* 特急加工119設定
======================================================= */
.rapid {
    background: url(../img/bg_rapid.jpg) no-repeat 0 0;
    width: 730px;
    padding-top: 25px;
    margin-bottom: 110px;
}

.rapid > p:first-of-type {
    font-size: 40px;
    font-size: 4.0rem;
    color: #fff;
    font-family: 'Montserrat', "YuGothicM", "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    font-weight: 600;
    padding: 0 0 16px 20px;
    margin-bottom: 10px;
    background: url(../img/img_longarw.png) no-repeat 0 bottom;
    line-height: 1;
}

.rapid > p:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
}

.rapid > div {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.rapid a {
    display: block;
    position: relative;
    margin: 0 16px 16px 0;
    box-shadow: 0px 0px 7px 3px rgba(96, 96, 96, 0.2);
}

.rapid a:nth-of-type(3n) {
    margin-right: 0;
}

.rapid a:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.rapid a p:nth-of-type(2) {
    position: absolute;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    bottom: 0;
    width: calc(100% - 20px);
    line-height: 1;
    padding: 10px;
    transition: 0.3s;
    background-image: url(../img/ico_arw_right_r.png),
    linear-gradient(to right, rgba(255,255,255,0.8) 50%, rgb(214, 38, 31) 50%);
    background-repeat: no-repeat, repeat-x;
    background-position: 96% center, 0 0;
    background-size: auto auto, 200% auto;
}

.rapid a:hover p:nth-of-type(2) {
    background-image: url(../img/ico_arw_right_w.png),
    linear-gradient(to right, rgba(255,255,255,0.8) 50%, rgb(214, 38, 31) 50%);
    background-position: 96% center, -100% 0;
    color: #fff;
}


/* protools設定
======================================================= */
.protools {
    width: 360px;
    position: relative;
    margin-bottom: 110px;
}

.protools:before {
    display: block;
    content: '';
    position: absolute;
    width: 260px;
    height: 210px;
    right: 0;
    bottom: 30px;
    background: #e5e5e5;
}

.protools p {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
}

.protools p:first-of-type {
    font-weight: bold;
}

.protools p:first-of-type,
.protools p:nth-of-type(2) {
    text-align: center;
}

.protools p:nth-of-type(3) {
    margin: 20px 0 0 30px;
}

.protools p:nth-of-type(4) {
    font-weight: bold;
    margin: 20px 0 0 60px;
}

.protools p:nth-of-type(5) {
    margin: 0 0 36px 56px;
}

.buy_btn {
    clear: both;
    margin: 0;
    text-align: center;
}

.buy_btn a {
    display: inline-block;
    background: #333 url(../img/ico_blank_w.png) no-repeat 97% center;        /* [18. CVエリア設定]　ボタン背景色 */
    padding: 11px 0!important;
    font-weight: bold;
    width: 300px;

    background-image: url(../img/ico_blank_w.png), 
    linear-gradient(to right, rgb(51, 51, 51) 50%, rgb(20, 20, 20) 50%);
    background-repeat: no-repeat, repeat-x;
    background-position: 97% center, 0 0;
    background-size: auto auto, 200% auto;
    transition: 0.3s;
}

.buy_btn a:link,
.buy_btn a:visited {
    text-decoration: none;
    color: #ffffff;        /* [18. CVエリア設定]　ボタン文字色 */
}

.buy_btn a:hover {
    background-position: 97% center, -100% 0;
}


/* パートナー募集設定
======================================================= */
.partner {
    width: 360px;
}

.partner a {
    display: block;
    position: relative;
    transition: 0.3s;
}

.partner a:hover {
    transform: translate(10px, 0);
    opacity: 0.8;
}

.partner p {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}

.partner p:first-of-type {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    top: 42px;
}

.partner p:nth-of-type(2) {
    top: 98px;
}

.partner p:nth-of-type(3) {
    top: 174px;
    font-weight: bold;
    border: 1px solid #fff;
    width: 198px;
    margin: 0 auto;
    line-height: 1;
    padding: 16px 0;
    background: url(../img/ico_arw_right_w.png) no-repeat 96% center;

}

/* 下層共通設定
======================================================= */

.wrapper .block {
    clear: both;
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
}

.wrap_h1 {
    position: relative;
    height: 170px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wrap_h1 h1 {
    position: absolute;
    width: 1100px;
    height: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wrap_h1 h1:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    z-index: 2;
    margin-right: -200%;
    padding-right: 200%;
    height: 160px;
    width: 990px;
    background: #000 url(../img/bg_h1.jpg) no-repeat left center;
}

.wrap_h1 h1:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin-left: -200%;
    padding-left: 200%;
    margin-top: 10px;
    height: 160px;
    width: 990px;
    background-color: #d6261f;
}

.wrap_h1 h1 span {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;   /* [12. 下層ページ大見出し（タイトル）設定]　文字色 */
    top: 55px;
    z-index: 3;
    position: absolute;
}

.main .block h2 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    margin: 0 0 34px;
    padding: 0 0 6px;
    color: #333;   /* [13. 下層ページ中見出し設定]　文字色 */
    border-bottom: 1px solid #ddd;   /* [13. 下層ページ中見出し設定]　枠線（左線）色 */
}

.main .block h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 13px;
    color: #333;   /* [14. 下層ページ小見出し]　文字色 */
    border-bottom: 2px solid #ddd;   /* [14. 下層ページ小見出し]　枠線（左線）色 */
    position: relative;
}

.main .block h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #d6261f;
    width: 60px;
}

.main .block h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 3px;
    color: #333;   /* [14. 下層ページ小見出し]　文字色 */
    position: relative;
    padding: 0 0 0 38px;
}

.main .block h4:before {
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #d6261f;
}


/* 下層ブロック管理画面にCSS効かせたくないスタイル
======================================================= */

/* alink */

ul.alink li {
    float: left;
    margin: 0 15px 10px 0;
}

ul.alink li a {
    display: block;
    margin: 0;
    padding: 15px 43px;
    border: 1px solid #333;
    color: #333;
    background: url(../img/ico_arw_down_b.png) no-repeat 43px center;
    font-weight: bold;
}

ul.alink li a:link,
ul.alink li a:visited {
    text-decoration: none;
}

ul.alink li a:hover {
    text-decoration: underline;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
}

.pagetop a {
    float: left;
    padding-top: 165px;
    height: 0 !important;
    margin: 0;
    overflow: hidden;
    outline: none;
    background: #d6261f url(../img/ico_arw_up_w.png) no-repeat 46% 32px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    width: 50px;
    position: relative;
    transition: 0.3s;
}

.pagetop a:hover {
    padding-top: 195px;
}

.pagetop a > span {
    position: absolute;
    top: 82px;
    left: -24px;
    font-style: italic;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100px;
    transition: .3s;
}

/* footer contact
======================================================= */
.foot_cv {
    background: url(../img/bg_contact.jpg) no-repeat;
    background-size:cover;
}

.inner_foot_cv {
    display: -webkit-box;
    display: flex;
    color: #fff;
    width: 1100px;
    margin: 0 auto;
    padding: 92px 0;
}

.inner_foot_cv > div:first-child {
    width: 360px;
    margin-top: 80px;
}

.inner_foot_cv .tit {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-left: 50px;
    line-height: 1;
}

.inner_foot_cv .tit:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
}

.inner_foot_cv .subtit {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 52px;
}

.inner_foot_cv > div:last-child {
    width: 730px;
}

.inner_foot_cv > div:last-child > p:first-of-type {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 8px;
}

.foot_cv_tel {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

.foot_cv_tel p:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1;
}

.foot_cv_tel p:first-of-type span {
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
}

.foot_cv_tel p:nth-of-type(2) {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 60px;
}

.foot_cv_contact a {
    border: 2px solid #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    line-height: 1;
    transition: 0.3s;
    position: relative;
}

.foot_cv_contact a {
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(242, 136, 131, 0.8) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: 0.3s;
}

.foot_cv_contact a:hover {
    background-position: -100% 0;
    color: #fff;
}

.foot_cv_contact a span {
    background: url(../img/ico_mail.png) no-repeat left center;
    padding: 0 0 0 44px;
}

/* 電話
======================================================= */

.tel a {
    color: #fff;
}


/* footer
======================================================= */

footer {
    background: #ca2d2d;    /* [17. フッター（住所、Copyright部）設定]　背景色 */
}

footer .foot_in {
    width: 1100px;      /* [1. 基本レイアウト設定]　全体の幅 */
    margin: 0 auto;
}

/* foot_sitemap */
.foot_sitemap {
    background: #505050;
    padding: 70px 0;
}

.inner_foot_sitemap {
    display: flex;
    justify-content: space-around;
    width: 1100px;
    margin: 0 auto;
}

.inner_foot_sitemap ul {
    list-style-type: none;
    margin: 0;
}

.inner_foot_sitemap div > ul li {
    font-weight: bold;
    margin-bottom: 10px;
}

.inner_foot_sitemap div > ul li > ul li:before {
    font-weight: normal;
    content: '-';
    color: #d6261f;
    padding-right: 4px;
}

.inner_foot_sitemap div > ul li > ul li {
    font-weight: normal;
    margin-bottom: 0;
}

.inner_foot_sitemap a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    display: inline-block;
}

.inner_foot_sitemap a:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;  
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
}

.inner_foot_sitemap a:hover:after {
    width: 100%;
}

/* foot_info */
.foot_info {
    color: #fff;    /* [17. フッター（住所、Copyright部）設定]　文字色 */
    background-color: #444;
}

.foot_info .foot_in {
    display: flex;
    justify-content: space-around;
    width: 1100px;
    margin: 0 auto;
    padding: 36px 0; 
}

.foot_info span {
    margin-left: 30px;
}

.copy {
    background-color: #333;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 18px 0;
    color: #fff;
}


.contact footer .foot_in {
    width: 1100px;
}

.contact footer .foot_info .logo_address {
    float: left;
    width: 580px;
}

.contact footer .foot_info .logo_address .logo {
    float: left;
    width: 200px;
}

.contact footer .foot_info .logo_address ul {
    float: right;
    width: 360px;
}

.contact footer .foot_info .f_sns {
    float: right;
    padding: 15px 0 0;
}


/* お知らせ設定
======================================================= */

#top-c .block {
    width: 710px;
    margin-bottom: 0
}

.mceTopics {
    margin: 0;
    padding: 0;
}

.mceTopics ul,
.mceTopics ol {
    font-size: 14px;    
    font-size: 1.4rem; 
    line-height: 1.5;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.mceTopics li {
    margin: 5px 0 0;
    padding: 0 0 5px;
    overflow: hidden;
}
.mceTopics li span {
    display: block;
}
.mceTopics li span.day {
    float: left;
    width: 120px;
    color: #333;
}
.mceTopics li span.title {
    float: left;
    width: 570px;
}

.mceTopics li span.title a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    border-bottom: 2px dotted #333;
}

.mceTopics li span.title a:hover {
    color: #d6261f;
    border-bottom: 2px dotted #d6261f;
    background-position: 0 0;
}

.topicsblock_un {
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;   /* [12. 下層ページ大見出し（タイトル）設定]　枠線（下線）色 */
}

.main .topicsblock_un h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    margin: 0;
    padding: 0 0 18px;
    float: left;
    width: 620px;
    border: 0;
}

#top .topicsblock h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: normal;
    background: none;
    margin: 0;
    padding: 0;
    color: #333;
    border: none;
    position: relative;
    padding: 0 0 0 60px;
    text-align: left;
    display: inline-block;
}

#top .topicsblock h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #d6261f;
}

#top .topicsblock h2 span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 16px;
}

.topicsblock .linkset {
    float: right;
    width: 160px;
    margin-top: 10px;
}

.topicsblock .infolist {
    float: left;
}
.topicsblock .infolist a,
.topicsblock .inforss a {
    padding: 0 30px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: url(../img/ico_arw_right_r.png) 100% 46% no-repeat;
    color: #333;
    text-decoration: none;
}
.topicsblock .infolist a,
.topicsblock .infolist a:visited {
    color: #333;       /* [4. 基本文字]　リンク文字色 */
}

.topicsblock .infolist a:hover,
.topicsblock .inforss a:hover {
    color: #d6261f;
    background-position: 100% 46%;
}

.topicsblock .inforss {
    float: left;
    width: 35px;
    padding: 0;
    margin-left: 30px;
}

.wrap_h1 .inforss {
    position: absolute;
    right: 80px;
    top: 77px;
    z-index: 20;
    width: 1020px;
    margin: 0 auto;
    left: 0;
    text-align: right;
}

.wrap_h1 .inforss a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    background: #d6261f;
    padding: 3px 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.wrap_h1 .inforss a:hover {
    opacity: 0.7;
}

ul.pager {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.pager li strong {
    display: inline-block;
    padding: 10px 11px;
    color: #fff;
    border: 1px #d6261f solid;
    background-color: #d6261f;
}
ul.pager li a {
    display: inline-block;
    padding: 10px 11px;
    text-decoration: none;
    border: 1px #ccc solid;
}
ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}
ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #999;
    background-color: #999;
}

/* サイトマップ設定
======================================================= */

.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
.block_sm h2.sitemap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
}
.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}
.sitemap_ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}
.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}
.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    background: #333;    
}

.dvc_switch ul {
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    list-style-type: none;
}

.dvc_switch li.pc {
    display: none;
}

.dvc_switch li.sp {
    text-align: center;
}

.dvc_switch li.sp a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li a {
    width: 100%;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

/* 表示切替
======================================================= */
.pc_none {
    display: none;
}


/* スクロールアニメーション
======================================================= */
.sa {
    opacity: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa_up_s {
  transform: translate(0, 25px);
}

.sa_up {
  transform: translate(0, 50px);
}

.sa_up_m {
  transform: translate(0, 100px);
}

.sa_lr {
  transform: translate(-50px, 0);
}

.sa_lr_m {
  transform: translate(-100px, 0);
}



/*!
 * =============================================================
 * dropify v0.2.2 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2017 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */

.dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
  content: url(../img/ico_file.png); }

.dropify-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 5px 10px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial";
  font-size: 14px;
  line-height: 22px;
  color: #777;
  background-color: #FFF;
  background-image: none;
  text-align: center;
  border: 2px solid #E5E5E5;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear; }
  .dropify-wrapper:hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
    -webkit-animation: stripes 2s linear infinite;
            animation: stripes 2s linear infinite; }
  .dropify-wrapper.has-preview .dropify-clear {
    display: block; }
  .dropify-wrapper.has-error {
    border-color: #F34141; }
    .dropify-wrapper.has-error .dropify-message .dropify-error {
      display: block; }
    .dropify-wrapper.has-error:hover .dropify-errors-container† {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .dropify-wrapper.disabled input {
    cursor: not-allowed; }
  .dropify-wrapper.disabled:hover {
    background-image: none;
    -webkit-animation: none;
            animation: none; }
  .dropify-wrapper.disabled .dropify-message {
    opacity: 0.5;
    text-decoration: line-through; }
  .dropify-wrapper.disabled .dropify-infos-message {
    display: none; }
  .dropify-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5; }
  .dropify-wrapper .dropify-message {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .dropify-wrapper .dropify-message span.file-icon {
      font-size: 50px;
      color: #CCC; }
    .dropify-wrapper .dropify-message p {
      font-weight: bold;
      margin: 5px 0 0 0; }
      .dropify-wrapper .dropify-message p.dropify-error {
        color: #F34141;
        font-weight: bold;
        display: none; }
  .dropify-wrapper .dropify-clear {
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 7;
    top: 10px;
    right: 10px;
    background: none;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial";
    font-size: 11px;
    padding: 4px 8px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .dropify-wrapper .dropify-clear:c {
      background: rgba(255, 255, 255, 0.2); }
  .dropify-wrapper .dropify-preview {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFF;
    padding: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-align: center; }
    .dropify-wrapper .dropify-preview .dropify-render img {
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      position: relative;
      max-width: 100%;
      max-height: 100%;
      background-color: #FFF;
      -webkit-transition: border-color 0.15s linear;
      transition: border-color 0.15s linear; }
    .dropify-wrapper .dropify-preview .dropify-render .dropify-extension {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      margin-top: 10px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: -0.03em;
      font-size: 13px;
      width: 42px;
      white-space: nowrap;
      overflow: hidden;
      background: url(../img/ico_file.jpg) no-repeat;
      text-overflow: ellipsis; }
    .dropify-wrapper .dropify-preview .dropify-infos {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
      .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -40%);
                transform: translate(0, -40%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        width: 100%;
        padding: 0 20px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p {
          padding: 0;
          margin: 0;
          position: relative;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #FFF;
          text-align: center;
          line-height: 25px;
          font-weight: bold; }
          .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
            margin-top: 15px;
            padding-top: 15px;
            font-size: 12px;
            position: relative;
            opacity: 0.5; }
            .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
              content: '';
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
                      transform: translate(-50%, 0);
              background: #FFF;
              width: 30px;
              height: 2px; }
  .dropify-wrapper:hover .dropify-clear {
    opacity: 1; }
  .dropify-wrapper:hover .dropify-preview .dropify-infos {
    opacity: 1; }
    .dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner {
      margin-top: -5px; }
  .dropify-wrapper.touch-fallback {
    height: auto !important; }
    .dropify-wrapper.touch-fallback:hover {
      background-image: none;
      -webkit-animation: none;
              animation: none; }
    .dropify-wrapper.touch-fallback .dropify-preview {
      position: relative;
      padding: 0; }
      .dropify-wrapper.touch-fallback .dropify-preview .dropify-render {
        display: block;
        position: relative; }
        .dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file {
          position: relative;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          top: 0;
          left: 0; }
          .dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file::before {
            margin-top: 30px;
            margin-bottom: 30px; }
        .dropify-wrapper.touch-fallback .dropify-preview .dropify-render img {
          position: relative;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); }
      .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos {
        position: relative;
        opacity: 1;
        background: transparent; }
        .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
          position: relative;
          top: 0;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          padding: 5px 90px 5px 0; }
          .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
            padding: 0;
            margin: 0;
            position: relative;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #777;
            text-align: left;
            line-height: 25px; }
            .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
              font-weight: bold; }
            .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
              margin-top: 0;
              padding-top: 0;
              font-size: 11px;
              position: relative;
              opacity: 1; }
              .dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message::before {
                display: none; }
    .dropify-wrapper.touch-fallback .dropify-message {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      padding: 40px 0; }
    .dropify-wrapper.touch-fallback .dropify-clear {
      top: auto;
      bottom: 23px;
      opacity: 1;
      border-color: rgba(119, 119, 119, 0.7);
      color: #777; }
    .dropify-wrapper.touch-fallback.has-preview .dropify-message {
      display: none; }
    .dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner {
      margin-top: 0; }
  .dropify-wrapper .dropify-loader {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 9; }
    .dropify-wrapper .dropify-loader::after {
      display: block;
      position: relative;
      width: 20px;
      height: 20px;
      -webkit-animation: rotate 0.6s linear infinite;
              animation: rotate 0.6s linear infinite;
      border-radius: 100%;
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #777;
      border-left: 1px solid #CCC;
      border-right: 1px solid #777;
      content: ''; }
  .dropify-wrapper .dropify-errors-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(243, 65, 65, 0.8);
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.15s,opacity 0.15s linear;
    transition: visibility 0s linear 0.15s,opacity 0.15s linear; }
    .dropify-wrapper .dropify-errors-container ul {
      padding: 10px 20px;
      margin: 0;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .dropify-wrapper .dropify-errors-container ul li {
        margin-left: 20px;
        color: #FFF;
        font-weight: bold; }
    .dropify-wrapper .dropify-errors-container.visible {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .dropify-wrapper ‾ .dropify-errors-container ul {
    padding: 0;
    margin: 15px 0; }
    .dropify-wrapper ‾ .dropify-errors-container ul li {
      margin-left: 20px;
      color: #F34141;
      font-weight: bold; }

@-webkit-keyframes stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }

@keyframes stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); } }
