@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,.luxbar-item a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
    list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    line-height: 1.7;
}
h2 {
    line-height: 1.7;
}
h3 {
    line-height: 1.7;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.7;
}
li {
/*    line-height: 1.7;*/
    
}
strong {
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
img {
    max-width: 100%;
}
section {
    padding-top: 30px;
    margin-bottom: 30px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
#Crumbs {
    margin: auto;
    position: relative;
    font-size: 15px;
    z-index: 20;
    padding-top: 10px;
    padding-bottom: 10px;
}
a:hover {
    opacity: 0.8;
}
#return_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 3000;
}
.contBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}
/*------------------------
下層ページタイトル
--------------------------*/
/*h2*/
.underPage_Title_h2 {
    color: #003F80;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}
.underPage_Title_h2 h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
}

/*h3*/
.underPage_Title_h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    background: #2989d8; /* Old browsers */
    background: -moz-linear-gradient(left, #2989d8 0%, #004080 0%, #004080 0%, #207cca 58%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2989d8 0%,#004080 0%,#004080 0%,#207cca 58%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

@media screen and (min-width:481px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
   .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .underPage_Title_h2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .underPage_Title_h2 h2 {
        padding-left: 0;
        text-align: center;
    }
    .underPage_Title_h3 h3 {
        font-size: 1em;
    }
    /*電話リンク有効*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
}
/*************************************
ヘッダー
*************************************/
header {
}
.headerbox_Center {
    color: #003F80;
    font-size: 12px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #003F80;
}
#headerBox {
    padding-top: 12px;
    padding-bottom: 12px;
}
.headerBox_Left {
    float: left;
    box-sizing: border-box;
    max-width: 306px;
    width: 30%;
}

.headerBox_Right {
    width: 70%;
    float: right;
    padding-top: 10px;
    box-sizing: border-box;
}
.headerBox_Left img{
    max-width: 100%;
}
.headerBox_Center img {
    max-width: 100%;
}
.headerBox_Right img{
    max-width: 100%;
}
.headerBox_Right_Tel {
    display: inline-block;
}
#globalNavi_pc .container {
    position: relative;
}
.nav_PC {
    background: #fff;
    border-bottom: 2px solid #003F80;
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70%;
    float: right;
}
nav ul li {
    width: 16%;
    text-align: center;
    border-right: 1px  solid #fff;
}
nav ul li:first-child {
    border-left: 1px  solid #fff;
}
nav ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.2s;
    font-size: 0.9em;
}
nav ul li a:hover {
    color: #003F80;
}

/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media screen and (min-width:481px) and ( max-width:1024px){
    #headerBox {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #globalNavi_pc {
        display: block;
    }
    nav ul li {
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 480px) {
    nav {
        background-image: none;
        border-top: none;
        border-bottom: none;
    }
    nav ul {
        width: 100%;
        float: none;;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
        background-color: #004085;
        margin-bottom: 10px;
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
        border-bottom: 1px solid #000;
    }
    nav ul li a {
        color: #000;
    }
    .uk-offcanvas-bar {
            background-color: #fff;
    }
    #globalNavi .uk-navbar-toggle {
        color: #fff;
    }
     svg {
        fill:#fff;
    }
    nav ul li:first-child {
        border-left: none;
    }

}

/*************************************
フッター
*************************************/
#footer {
    margin-top: 50px;
    border-top: 2px solid #003F80;
    padding-top: 20px;
}
.footer_Logo {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .footerBoxRight li {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 480px) {
    .footer_Menu .container {
        padding: 0;
    }
    .footer_Menu li {
        width: 50%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/*************************************
コピーライト
*************************************/
.copyright {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
}
.copyright p{
    display: inline-block;
}

.copy_seisaku {
    padding-bottom: 10px;
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 10px;
}
.copy_seisaku p {
    font-size: 0.6em;
}
.copy_seisaku p a{
    color: #fff;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 700px) {
}

/*************************************
トップ
*************************************/

.top_slide .container{
    max-width: 1200px;
}

.top_Slide_Bottom {
    text-align: center;
    margin-top: 20px;
}
.top_Slide_Bottom h2 {
    font-size: 1.2em;
    color: #003F80;
    font-weight: bold;
}
.top_H2 {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

#top_News .top_H2 {
    background: #B30012;
    color: #fff;
}
.top_News_Box {
    background: #fff;
/*    padding-left: 10%;*/
    border-radius: 10px;
}
#top_Menu li {
    margin-bottom: 30px;
    width: 33%;
}
@media screen and (min-width:701px) and ( max-width:1024px){
#top_Menu li {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 700px) {
    .top_News_Box {
        padding-left: 0;
    }
    #top_Menu li {
        text-align: center;
        width: 48%
    }
}

/*************************************
会社案内
*************************************/
.about_Rinen_Inner {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #B30012;
}
.about_Gaiyo_Inner {
    margin-left: 30px;
    position: relative;
}
.about_Gaiyo_Inner table {
    z-index: 1000;
    position: relative;
    width: 100%
        
}
.about_Gaiyo_Inner tr {

}
.about_Gaiyo_Inner th {
    width: 15%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.about_Gaiyo_Inner td {
    width: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.about_Gaiyo_Inner td li span{
    width: 100%;
}
.about_Gaiyo_Inner td li span{
    width: 150px;
    display: inline-block;
}
.about_Gaiyo_Inner td p {
    margin-bottom: 1em;
}
.about_Gaiyo_Back {
    position: absolute;
    top: 0;
    right: 0;
}
.about_Gaiyo_Back img {
    display: block;
    margin-bottom: 30px;
}
.about_Suii_Graph {
    text-align: center;
    margin-bottom: 30px;
}
#about_Suii table {
    width: 70%;
    margin: 0 auto;
}
#about_Suii tr {
    width: 100%;
}
#about_Suii th {
    width: 33%;
    background: #F2F2F2;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #868686;
}
#about_Suii td {
    width: 33%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #868686;
}
#about_Suii td.td_Left {
    text-align: left;
    padding-left: 20px;
}
.about_Enkaku_Box {
	padding: 30px 10px 50px;
/*	border-bottom: 1px dotted #bbb;
    margin-bottom: 50px;*/
}
.about_Enkaku_Box_Ttl {
    width: 30%;
    font-size: 1.3em;
    padding-top: 10px;
	padding-bottom: 30px;
    padding-left: 30px;
    box-sizing: border-box;
	color: #1a1a1e;
}
.about_Enkaku_Box_Ttl_01 {
    background: url("../images/about_enkaku_back_01.png");
    background-repeat: no-repeat;
}
.about_Enkaku_Box_Ttl_02 {
    background: url("../images/about_enkaku_back_02.png");
    background-repeat: no-repeat;
}
.about_Enkaku_Box_Ttl_03 {
    background: url("../images/about_enkaku_back_03.png");
    background-repeat: no-repeat;
}
.about_Enkaku_Box_Ttl_04 {
    background: url("../images/about_enkaku_back_04.png");
    background-repeat: no-repeat;
}

.about_Enkaku_Box_Left {
    width: 70%;
}
.about_Enkaku_Box_Left table {
    width: 100%;
}
.about_Enkaku_Box_Left tr {
    width: 100%;
}
.about_Enkaku_Box_Left th {
    width: 20%;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.about_Enkaku_Box_Left td {
    width: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
}
.about_Enkaku_Box_Left td img{
    margin-left: 30px;
}
.about_Comp_Inner {
    margin-left: 30px;
}
#about_Safe {
    padding-top: 70px;
    margin-top: -50px;
}
.about_Safe_Inner {
    margin-left: 30px;
}
.about_Safe_Box h4 {
    font-size: 1.3em;
    color: #004080;
    margin-bottom: 10px;
}
.about_Safe_Box p {
    margin-bottom: 10px;
}
.about_Safe_Box_01_Left {
    width: 60%;
}
.about_Safe_Box_01_Right {
    width: 35%;
}
.about_Safe_Box_02 li{
    margin-bottom: 20px;
}
#about_Environment {
    padding-top: 70px;
    margin-top: -50px;
}
.about_Environment_Box {
    margin-left: 30px;
}

.about_Environment_Box {
    margin-bottom: 30px;
}
.about_Environment_Box h4 {
    font-size: 1.3em;
    color: #004080;
    margin-bottom: 10px;
}
.about_Environment_Box p {
    margin-bottom: 10px;
}
.about_Environment_Box_01_Left {
    width: 65%;
}
.about_Environment_Box_01_Right {
    width: 30%;
}
.about_Environment_Box_02_Box {
    box-sizing: border-box;
    padding: 15px;
    background: #FFD1BC;
    border-radius: 15px;
    align-items: center;
}
.about_Environment_Box_02_Box_Left {
    width: 25%;
    background-color: #ffffff;
    border-radius: 10px;
    padding:20px 10px;
    text-align: center;
}
.about_Environment_Box_02_Box_Right {
    width: 70%;
}
.about_Environment_Box p {
    margin-bottom: 10px;
}
.about_Environment_Box_01_Left {
    width: 65%;
}
.about_Environment_Box_01_Right {
    width: 30%;
}
.about_Product_Inner {
    margin-left: 30px;
}
.about_Renkei_Box {
    margin-left: 30px;
}
.about_Renkei_Box_01_Left {
    width:45%;
}
.about_Renkei_Box_01_Right {
    width: 53%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
    justify-content: space-between;
}
.about_Renkei_Box_01_Right img{
        display: block;
       width: 48%;
    }
@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    .about_Gaiyo_Inner {
        margin-left: 0;
    }
    .about_Gaiyo_Inner th {
        width: 100%;
        display: block;
        background: #F2F2F2;
    }
    .about_Gaiyo_Inner td {
        width: 100%;
        display: block;
        padding-left: 0;
    }
    .about_Gaiyo_Inner td li {
        margin-bottom: 1em;
    }
    .about_Gaiyo_Inner td li span {
        display: block;
    }
    #about_Suii table {
        width: 100%;
    }
    .about_Enkaku_Box_Ttl {
        width: 100%;
        font-size: 1.3em;
        padding-top: 10px;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .about_Enkaku_Box_Ttl_01 {
        background: url("../images/about_enkaku_back_01.png");
        background-repeat: no-repeat;
    }
    .about_Enkaku_Box_Ttl_02 {
        background: url("../images/about_enkaku_back_02.png");
        background-repeat: no-repeat;
    }
    .about_Enkaku_Box_Ttl_03 {
        background: url("../images/about_enkaku_back_03.png");
        background-repeat: no-repeat;
    }
    .about_Enkaku_Box_Left {
        width: 100%;
    }
    .about_Enkaku_Box_Left td img {
        margin-left: 0;
    }
    .about_Safe_Inner {
        margin-left: 0;
    }
    .about_Safe_Box_01_Left {
        width: 100%;
    }
    .about_Safe_Box_01_Right {
        width: 100%;
        text-align: center;
    }
    .about_Safe_Box_02 li{
        text-align: center;
        width: 100%;
    }
    .about_Environment_Box {
        margin-left: 0;
    }
    .about_Environment_Box_01_Left {
        width: 100%;
    }
    .about_Environment_Box_01_Right {
        width: 100%;
        text-align: center;
    }
    .about_Environment_Box_02_Box {
        box-sizing: border-box;
        padding: 20px;
        background: #FFD1BC;
        border-radius: 15px;
    }
    .about_Environment_Box_02_Box_Left {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .about_Environment_Box_02_Box_Right {
        width: 100%;
    }
    .about_Product_Inner {
        margin-left: 0;
    }
    .about_Renkei_Box {
        margin-left: 0;
    }
    .about_Renkei_Box_01_Left {
        width: 100%;
        margin-bottom: 10px;
    }
    .about_Renkei_Box_01_Right {
        width: 100%;
        text-align: center;
    }
}

/*************************************
塩釜工場（本社）
*************************************/
.shiogama_Top_Box_Left {
    width: 40%;
}
.shiogama_Top_Box_Right {
    width: 55%;
}
.shiogama_Top_Box_Right h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #3D62AD;
    font-weight: bold;
}
.shiogama_Map_Box_Left {
    width: 48%;
}
.shiogama_Map_Box_Right {
    width: 48%;
}
.shiogama_Map_Box_Left h4 {
    font-size: 1.4em;
    background: #3D62AD;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.shiogama_Map_Box_Left p {
    margin-bottom: 30px;
}
#shiogama_List .flexBox,
#hachinohe_List .flexBox,
#hitachinaka_List .flexBox{
    margin-top: 25px;
    align-items: center;
}
#shiogama_List li {
    margin-bottom: 50px;
    width: 48%;
}

@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    .shiogama_Top_Box_Left {
        width: 100%;
        margin-bottom: 15px;
    }
    .shiogama_Map_Box_Left a {
        display: block;
        text-align: center;
    }
    .shiogama_Top_Box_Right {
        width: 100%;
    }
    .shiogama_Map_Box_Left {
        width: 100%;
        margin-bottom: 30px;
    }
    .shiogama_Map_Box_Right {
        width: 100%;
    }
}

/*************************************
八戸工場
*************************************/
.hachinohe_Top_Box_Left {
    width: 40%;
}
.hachinohe_Top_Box_Right{
    width: 55%;
}
.hachinohe_Top_Box_Right h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #D63A47;
    font-weight: bold;
}
.hachinohe_Map_Box_Left {
    width: 48%;
}
.hachinohe_Map_Box_Right {
    width: 48%;
}
.hachinohe_Map_Box_Left h4 {
    font-size: 1.4em;
    background: #D63A47;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.hachinohe_Map_Box_Left p {
    margin-bottom: 30px;
}
#hachinohe_List li {
    margin-bottom: 50px;
    width: 48%;
}

@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    .hachinohe_Top_Box_Left {
        width: 100%;
        margin-bottom: 15px;
    }
    .hachinohe_Top_Box_Right {
        width: 100%;
    }
    .hachinohe_Map_Box_Left {
        width: 100%;
        margin-bottom: 30px;
    }
    .hachinohe_Map_Box_Left a {
        display: block;
        text-align: center;
    }
    .hachinohe_Map_Box_Right {
        width: 100%;
    }
}

/*************************************
ひたちなか
*************************************/
.hitachinaka_Top_Box_Left {
    width: 40%;
}
.hitachinaka_Top_Box_Right{
    width: 55%;
}
.hitachinaka_Top_Box_Right h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #007045;
}
.hitachinaka_Map_Box_Left {
    width: 48%;
}
.hitachinaka_Map_Box_Right {
    width: 48%;
}
.hitachinaka_Map_Box_Left h4 {
    font-size: 1.4em;
    background: #007045;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.hitachinaka_Map_Box_Left p {
    margin-bottom: 30px;
}
#hitachinaka_List li {
    margin-bottom: 50px;
    width: 48%;
}
#hitachinaka_List li.hitachinaka_List_Mt {
    margin-top: 24px;
}

@media screen and (min-width:701px) and ( max-width:1024px){
    #hitachinaka_List li.hitachinaka_List_Mt {
        margin-top: 19px;
        margin-left: 19px;
        width: 45%;
    }
}
@media screen and (max-width: 700px) {
    .hitachinaka_Top_Box_Left {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .hitachinaka_Top_Box_Right{
        width:100%;
    }
    .hitachinaka_Map_Box_Left {
        width: 100%;
    }
    .hitachinaka_Map_Box_Left a {
        display: block;
        text-align: center;
    }
    .hitachinaka_Map_Box_Right {
        width: 100%;
    }
    .hitachinaka_Map_Box_Left {
        width: 100%;
        margin-bottom: 30px;
    }
    .hitachinaka_Map_Box_Right {
        width: 100%;
    }
    #hitachinaka_List li.hitachinaka_List_Mt {
        margin-top: 8px;
        margin-left: 8px;
        width: 46%;
    }
}
/*************************************
倉吉工場
*************************************/
.kurayoshi_txt{
	color: #ff7a32!important;
}
.kurayoshi_bc{
    background: #ff7a32!important;
}


/*************************************
お問い合わせ
*************************************/
#contact_Top {
    text-align: center;
}
#contact_Top h3 {
    font-size: 3em;
    color: #B30012;
}
.contact_Box {
    text-align: center;
}
.contBox h3 {
    padding-top: 10px;
    padding-bottom:  10px;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 30px;
}
.contact_Box_Shiogama h3 {
    background: #3D62AD;
}
.contact_Box_Hachinohe h3 {
    background: #D63A47;
}
.contact_Box_Hitachinaka h3 {
    background: #007045;
}
.contact_Box_Kurayoshi h3 {
    background: #ff7a32;
}
@media screen and (min-width:701px) and ( max-width:1024px){

}
@media screen and (max-width: 700px) {
    #contact_Top h3 {
        font-size: 2em;
    }
}


/*************************************
決算公告(20220614追加)
*************************************/
.ta-left{
    text-align: left;
}
.kessan-container{
    margin-top: 30px;
    margin-bottom:100px;
}
.kessan-container li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    padding: 40px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 40px;
}
.kessan-container li h3{
    color: #003f80;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}
.kessan-container li a{
    display: block;
    margin-left: 15px;
}
.kessan-pdf-btn img{
    width: 210px;
    height: auto;
}

@media screen and (max-width:767px){
    .kessan-container li{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        padding: 25px;
        margin-bottom: 25px;
    } 
    .kessan-container li a{
        margin-top: 15px;
        margin-left: 0;
    }
}