/*********************************************
 * リセット
 ********************************************/

@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

* {
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
}

/*********************************************
 * 背景
 ********************************************/

#background {
    padding: 10px;
    background: rgba(119, 213, 213, 0.4);
}

#background_inner {
    padding: 10px;
}

/*********************************************
 * ヘッダー
 ********************************************/

#header {

}

#header_inner {
}

#header_inner .catch_message {
    color: #ec2147;
    font-size: 28px;
    font-weight: bold;
}

/*********************************************
 * ヘッダーナビゲーション
 ********************************************/

#header_navigation {

}

#header_navigation_inner {

}

#header_navigation_inner .line,
#header_navigation_inner .mail,
#header_navigation_inner .phone {
    padding: 10px;
    color: #FFF;
}

#header_navigation_inner .line {
    background: #1dcd00;
}

#header_navigation_inner .mail {
    background: #4598FF;
}

#header_navigation_inner .phone {
    background: #4337CC;
}

/*********************************************
 * メイン
 ********************************************/

#main {

}

#main_inner {

}

/*********************************************
 * トップページ
 ********************************************/

#index_section_menu {
}

#index_section_menu_inner {
    background: rgba(255, 255, 255, 0.8);
}

#index_section_service {

}

#index_section_service_inner {

}

#index_section_service_inner a {
    display: block;
}

#index_section_service_inner a:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: 1s;
}

/*********************************************
 * 共通
 ********************************************/

.left_bubble {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    padding: 25px;
    background-color: #FFF;
    border-radius: 5px;
}

.left_bubble:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: transparent #FFF;
    border-width: 10px 10px 10px 0;
    top: 50%;
    left: -10px;
    margin-top: -10px;
}

.text_stroke_white {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}


#company_info {
    margin: 20px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
}

#company_info .table {

}

#company_info .table tbody {

}

#company_info .table tbody tr {

}

#company_info .table tbody tr th {
    font-size: 14px !important;
    vertical-align: middle !important;
}

#company_info .table tbody tr td {
    font-size: 14px !important;
}

#company_info .uk-table tbody tr td a {
    font-size: 40px;
    vertical-align: bottom;
    line-height: 1;
}

/***
 Slide
 */

.slideshow ul {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slideshow li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slideshow li:first-child {
    position: relative;
    display: block;
    float: left;
}

.slideshow img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.pr img {
	border: solid 1px #D5D5D5;
	width: 100% !important;
}
.pr {
	margin-bottom: 30px;
}
