@charset "UTF-8";

/*
	Theme Name: SEVPLUSUTSUNOMIYA

*/


/****************************************

          General Setting

*****************************************/

html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #555;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Verdana, san-serif;
    line-height: 160%;
    background: #FFF;
    position: relative;
}

.wrapper {
    z-index: 0;
}

#container .hr_re {
    clear: both;
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

.p3 img {
    width: 100%;
}


/****************************************

          Typography

*****************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    margin-bottom: 10px;
    font-size: 240%;
}

h4 {
    font-size: 115%;
    font-weight: bold;
}

blockquote {
    margin-bottom: 2em;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

p {
    margin: 0;
}

.contents_box p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/****************************************

          List

*****************************************/

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul ul {
    margin-left: 1em;
}


/****************************************

          Link

*****************************************/

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #999;
}

.contents_box a {
    color: #125ba3;
    text-decoration: none;
}

.contents_box a:hover {
    color: #666;
}


/****************************************

          Layout

*****************************************/

#container {
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width:900px) {
    .main {
        max-width: 1024px;
        min-width: 880px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

#footer {
    clear: both;
    background: #999;
    color: #333;
    z-index: -1;
}


/****************************************

          header

*****************************************/

#header {
    background: #FFF;
}

*:first-child+html #header>div {
    /* IE7 */
    clear: both;
    zoom: 1;
}

#description {
    margin: 0;
    color: #333;
}


/****************************************

          Navigation

*****************************************/

@media screen and (min-width:900px) {
    #header .alignleft {
        width: 60%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        width: -webkit-calc(100% - 265px);
        width: calc(100% - 265px);
        position: relative;
    }
    #header .alignright {
        width: 265px;
    }
    #side-menu {
        display: none;
    }
    .nav {
        box-sizing: border-box;
        background: transparent;
        border-top: 5px solid #125ba3;
        height: 75px;
        /* -for webkit- */
        -webkit-transition-property: height;
        -webkit-transition-duration: .2s;
        -webkit-transition-timing-function: ease-in;
        /* -for mozilla- */
        -moz-transition-property: height;
        -moz-transition-duration: .2s;
        -moz-transition-timing-function: ease-in;
        /* for prest- */
        -o-transition-property: height;
        -o-transition-duration: .2s;
        -o-transition-timing-function: ease-in;
    }
    .nav_fixed {
        position: fixed;
        width: 100%;
        z-index: 999;
        padding: 0;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        height: 55px;
    }
    .main_menu {
        margin: 0;
        position: absolute;
        top: 0;
        left: 200px;
        width: 70%;
    }
    .main_menu ul li {
        width: 16%;
        width: calc(100% / 6);
        float: left;
        font-size: 12px;
    }
    .main_menu ul li a {
        width: 90%;
        margin: 0 auto;
        font-weight: bold;
        color: #666;
        height: 70px;
        padding-top: 25px;
        text-align: center;
        display: block;
        box-sizing: border-box;
        border-bottom: 2px solid #125ba3;
        -webkit-transition-property: height, padding-top;
        -webkit-transition-duration: .2s;
        -webkit-transition-timing-function: ease-in;
        /* -for mozilla- */
        -moz-transition-property: height, padding-top;
        -moz-transition-duration: .2s;
        -moz-transition-timing-function: ease-in;
        /* for prest- */
        -o-transition-property: height, padding-top;
        -o-transition-duration: .2s;
        -o-transition-timing-function: ease-in;
    }
    .nav_fixed .main_menu ul li a {
        height: 50px;
        padding-top: 15px;
    }
    .nav .alignleft h1#logo,
    .nav .alignright {
        margin-top: 13px;
        -webkit-transition-property: margin-top;
        -webkit-transition-duration: .2s;
        -webkit-transition-timing-function: ease-in;
        /* -for mozilla- */
        -moz-transition-property: margin-top;
        -moz-transition-duration: .2s;
        -moz-transition-timing-function: ease-in;
        /* for prest- */
        -o-transition-property: margin-top;
        -o-transition-duration: .2s;
        -o-transition-timing-function: ease-in;
    }
    .nav_fixed .alignleft h1#logo,
    .nav_fixed .alignright {
        margin-top: 3px;
    }
    .main_menu ul li.current-menu-item a {
        background: #125ba3;
        color: #FFF;
    }
    #tel {
        width: 200px;
        font-size: 20px;
        padding-top: 5px;
        float: left;
        font-weight: bold;
        text-align: right;
        line-height: 17px;
        color: #666;
    }
    #tel .s1,
    #tel .s2 {
        font-size: 13px;
        line-height: 1;
    }
    #contact_bt a img {
        width: 25px;
        height: 25px;
        padding-top: 7px;
        margin: 0;
    }
    #contact_bt a {
        width: 42px;
        height: 42px;
        text-align: center;
        color: #FFF;
        display: block;
        margin-left: 210px;
        box-sizing: border-box;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50%;
        background: #125ba3;
        box-shadow: 1px 1px 1px rgba(5, 5, 5, 0.3);
    }
    #contact_bt a:hover {
        background: #666;
    }
}

@media print {
    #side-menu,
    .main_menu {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .main_menu {
        display: none;
    }
    #header .alignleft {
        width: 50%;
    }
    body {
        overflow-x: hidden;
    }
    .mm-menu.mm-iconbar {
        display: block;
    }
    .mm-page {
        background: inherit;
        min-height: 100vh;
    }
    .mm-slideout {
        box-sizing: border-box;
        padding-right: $mm_iconbarWidth;
        //transform: translate3d( $mm_iconbarWidth, 0, 0 );
    }
    a.mm-title:before {
        content: "MENU";
        font-weight: bold;
    }
    a.mm-prev.mm-btn {
        display: none;
    }
    #hamburger {
        box-sizing: border-box;
        display: block;
        height: 50px;
        background: #FFF;
        width: 100%;
        top: 0px;
        border-bottom: 1px solid #ccc;
    }
    #hamburger:before,
    #hamburger:after,
    #hamburger span {
        background: #999;
        content: '';
        display: block;
        width: 30px;
        height: 4px;
        position: absolute;
        right: 20px;
    }
    #hamburger:before {
        top: 10px;
    }
    #hamburger span {
        top: 20px;
    }
    #hamburger:after {
        top: 30px;
    }
    /* Hamburger animation */
    #hamburger:before,
    #hamburger:after,
    {
        -webkit-transition: none 0.5s ease 0.5s;
        transition: none 0.5s ease 0.5s;
        -webkit-transition-property: transform, top, bottom, left, opacity;
        transition-property: transform, top, bottom, left, opacity;
    }
    html.mm-opening #hamburger:before,
    html.mm-opening #hamburger:after {
        top: 20px;
    }
    html.mm-opening #hamburger span {
        right: -50px;
        opacity: 0;
    }
    html.mm-opening #hamburger:before {
        transform: rotate( 45deg);
    }
    html.mm-opening #hamburger:after {
        transform: rotate( -45deg);
    }
}


/****************************************

          Breadcrumb

*****************************************/

#breadcrumb {
    margin-bottom: 20px;
}

#breadcrumb li {
    float: left;
    margin-right: .5em;
}


/****************************************

          Main

*****************************************/

#main .post,
#main .page {
    overflow: hidden;
    margin-bottom: 59px;
    border-bottom: 1px solid transparent;
}

.sticky {
    /* 先頭固定ポストのスタイル */
}

.post-meta {
    margin-bottom: 1.5em;
}

.post-meta .post-date,
.post-meta .category {
    padding-right: 1em;
}

.comment-num {
    white-space: nowrap;
}

.more-link {
    float: right;
}

.navigation {
    clear: both;
    overflow: hidden;
    margin: 30px 0;
    box-sizing: border-box;
}

.navigation>div {
    width: 50%;
}

.navigation .alignright {
    text-align: right;
}

.navigation a {
    display: block;
    padding: 5px;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.navigation a:hover {
    border-bottom: 3px solid #ddd;
    padding-bottom: 3px;
}

.footer-post-meta {
    margin-top: 40px;
    text-align: right;
}

.post-author {
    padding-left: 1em;
}

.page-link {
    margin: 3em 0;
}

.comment-page-link {
    margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #ddd;
    background: #ddd;
}

.page-link a span,
.comment-page-link a {
    background: #fff;
}

.page-link a {
    border-bottom: none;
    color: #000;
}

.page-link a span:hover,
.comment-page-link a:hover {
    background: #87a820;
    color: #000;
}


/****************************************

          Comments Area

*****************************************/

#comment-area h3 {
    font-size: 150%;
}

.required {
    color: #251135;
}

.commets-list,
.trackback-list {
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 40px;
}

.commets-list li,
.trackback-list li {
    overflow: hidden;
    margin-top: -1px;
    padding: 20px 0 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid transparent;
}

.commets-list .avatar {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small {
    font-size: 80%;
}

.comment-body p {
    clear: both;
}

.reply {
    text-align: right;
}

.bypostauthor {
    /* 記事投稿者のコメントのスタイル */
}

.children {
    padding-left: 2em;
}

#respond {
    margin-bottom: 40px;
}


/****************************************

          index.php Main

*****************************************/

.content-box {
    float: right;
    margin-top: -0.25em;
    width: 420px;
}

.content-box .more-link {
    margin: 0;
}

.thumbnail-box {
    float: left;
    width: 160px;
}

.thumbnail-box img {
    width: 160px;
    height: 160px;
}


/****************************************

          Footer

*****************************************/

#copyright {
    font-size: 80%;
}


/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
    margin: 0;
    padding: 6px 4px;
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #eee;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
    box-sizing: border-box;
}

#comment-area input[type="text"],
#comment-area textarea {
    display: block;
}

textarea {
    overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #444;
}

.button,
button,
input[type="submit"],
input[type="image"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 10px;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #aaa;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="image"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #ccc;
    color: #555;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="image"]:active,
input[type="button"]:active {}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    margin: 10px;
    padding-top: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
}

.wp-caption-text,
.gallery-caption {
    font-size: 80%;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd {
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu>ul:after,
#header ul.menu:after,
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}


/* clearfix for ie7 */

#container,
#header .menu>ul,
#header ul.menu,
.clearfix {
    display: inline-block;
}

#header .menu>ul,
#header ul.menu,
.clearfix {
    display: block;
}

.page,
.post,
.blog {
    line-height: 1.6;
}

.page h1,
.post h1,
.blog h1 {}

.page h1 a,
.post h1 a,
.blog h1 a {}

.pan {
    padding: 3px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.5);
}

.page h2,
.single h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 38px;
}

.page h2 span,
.single h2 span {
    font-size: 15px;
}

.page h3,
.single h3 {
    font-weight: bold;
    font-size: 17px;
    color: #666;
    padding: 0 0 0 7px;
    margin: 15px 0;
    box-sizing: border-box;
    border-left: 3px solid #ccc;
}

h3.work_type_security {
    font-weight: bold;
    font-size: 17px;
    color: #125ba3;
    padding: 15px;
    margin: 20px 0;
    box-sizing: border-box;
    border-left: 10px solid #125ba3;
    background: #efefef;
}

.page table {
    width: 100%;
    border-collapse: collapse;
}

.page table td,
.page table th {
    border: 1px solid #999;
    padding: 5px 10px;
    max-width: 50%;
}

.page table th {
    background: #eee;
}

#sidebar {
    background: #FFF;
    margin: 20px 0;
    padding-bottom: 15px;
}

#sidebar h4 {
    margin: 0;
    color: #FFF;
    padding: 10px;
    background: #cee2e8;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px #333;
}

#sidebar ul {
    list-style-type: none;
    margin-bottom: 10px;
}

#sidebar ul li {
    border: 1px #cee2e8 solid;
    margin-top: 5px;
    box-sizing: border-box;
    font-size: 13px;
}

#sidebar ul li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #999;
    font-size: 90%;
    box-sizing: border-box;
}

#sidebar ul li a:hover {
    background: #aaa;
    color: #FFF;
}


/*Pagenation*/

.pagenation {
    margin: 1em 0;
    padding-top: 30px;
    clear: both;
}

.pagenation:after,
.pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #333;
    cursor: not-allowed;
    padding: 10px 20px;
}

.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #333;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
    background-color: #444444;
    color: #333;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

table.about_table th {
    width: 30%;
}

@media screen and (max-width:480px) {
    .child_page {
        min-width: 100%;
    }
    .page table {
        border-top: 1px solid #999;
    }
    .page table tr,
    .page table th,
    .page table td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        border-top: none;
        max-width: 100%;
    }
}

#infomation {
    margin: 20px 0;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

#infomation p.info_txt {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    padding: 0;
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 480px) {}

@media screen and (max-width: 480px) {}

.ms_page {
    position: relative;
    background: url(images/bg.png) no-repeat;
    background-size: contain;
}

.page table#contact td {
    padding: 15px;
}

.page table#contact td,
.page table#contact th {
    border: none;
    border-bottom: #ccc solid 1px;
    background: #FFF;
}

.page table#contact th span {
    color: red;
    font-size: 85%;
}

.p_title {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
}

.p_tex2 {
    color: #999;
    font-size: 12px;
}

#acc {
    width: 100%;
    min-height: 300px;
}

.sev_mess1 {
    font-size: 150%;
    font-weight: bold;
}

.sev_mess1 span {
    color: #4787bd;
}

h4.sev_mess2 {
    font-size: 15px;
    font-weight: normal;
    padding: 5px;
    border-top: 5px solid #4787bd;
    border-bottom: 5px solid #4787bd;
}

h2.sev_mess3 {
    border-bottom: 3px solid #4787bd;
    padding: 5px;
    font-size: 17px;
}

.p_more {
    text-align: center;
    padding: 3px;
    background: #4787bd;
    color: #FFF;
    font-size: 12px;
    margin-top: 5px;
}

a:hover .p_more {
    background: #999;
}

.product .contents_box h2.title {
    margin: 20px 0 10px;
    color: #999;
}

.product .contents_box h2.title:first-letter {
    color: #125ba3;
}

a.of_bt {
    width: 100%;
    display: block;
    background: #4787bd;
    color: #FFF;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
}

a.of_bt:hover {
    background: #ccc;
    color: #333;
}

.blog_title {
    border-bottom: 2px solid #4787bd;
}

#map_canvas,
#map_canvas iframe {
    width: 100%;
    height: 300px;
}

#topnews {
    border-bottom: 3px solid #cee2e8;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 27px;
}

#topnews a {
    width: 100%;
    display: block;
    padding: 1rem 0;
}

#topnews p {
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}

#topnews .topnews_title {
    font-weight: bold;
    color: #4787bd;
    margin: 0 1rem 0 0;
    padding-right: 1rem;
    display: inline-block;
    border-right: 3px solid #4787bd;
    font-size: 1rem;
    vertical-align: top;
}

#topnews .topnews_p {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    #topnews .topnews_title,
    #topnews p {
        display: block;
        font-size: 14px;
        margin: 0;
    }
    #topnews .topnews_p {
        padding: .25rem 0 0;
        font-size: 16px;
    }
    #topnews .topnews_title {
        border: none;
        border-bottom: 3px solid #4787bd;
        margin-bottom: .5rem;
    }
}