/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
} */

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #515769;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    color: #515769;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #515769;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #515769;
}

.widget3 {
    font-size: 16px;
    padding: 0 0 4px 0px;
    margin: 0 0 15px;
    position: relative;
}

.widget3:before {
    position: absolute;
    content: '';
    bottom: -3px;
    right: 5px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-bottom: solid 15px rgb(204, 0, 1);
}



.widget3:after {
    position: absolute;
    content: '';
    bottom: -3px;
    right: 10px;
    width: calc(100% - 5px);
    border-bottom: solid 3px rgb(204, 0, 1);
}

.widget2 {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 0 15px;
}

.widget {
    font-size: 20px;
    position: relative;
    padding: 0.25em 0;
}

.widget:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
    margin-top: 5px;
}

.customer {
    font-size: 16px;
    font-weight: bold;
    color: #515769;
}

.customer2 {
    font-size: 14px;
}

.full-screen {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*
		body    {
		    display:none
		}
		*/
.tel3 a {
    font-size: 15px;
    font-weight: bold;
    color: #FF5B5E;
}

.link2 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #bd0401;
    border-radius: 5px;
    padding: 5px 10px;
}

.link3 {
    font-size: 15px;
    font-weight: 600;
    color: #0F62FF;
}

.link4 {
    font-size: 15px;
    font-weight: 600;
    color: #ff8400;
}

.tel {
    margin-top: 70px;
}


.tel_tittle {
    font-size: 16px;
    font-weight: bold;
    color: #515769;
}

.tel2 a {
    font-size: 24px;
    font-weight: bold;
    color: #FF5B5E;
}

.tel3 a {
    font-size: 15px;
    font-weight: bold;
    color: #FF5B5E;
    display: inline-block;
    margin-top: 10px;

}

span,
p {
    font-size: 16px;
    /* color: #333; */
    line-height: 1.7;
    color: #6c707a;
}

.form-control2 p {
    font-size: 14px;
    color: #8e8f94;
}

.head-content-paragraph {
    font-size: 14px;
    text-align: justify;
}

.blog-refer {
    font-size: 14px;
}

@media(max-width:768px) {
    .widget {
        font-size: 16px;
    }
}


.pan {
    margin-top: -20px;
    margin-bottom: 20px;
}


.pan ul li {
    display: inline-block;
    list-style-type: none;

}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    margin: 0px;
    list-style-type: none;
    list-style-position: outside;

}

li a {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-link {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 800px;
    background-color: #bd0401;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    z-index: 9;
}

.contact-link-box {
    background-color: rgba(120, 119, 120, 0.8);
    padding: 20px;
    position: sticky;
    z-index: 8;
    bottom: 0px;
    left: 0;
    width: 100%;
    display: none;
}

@media(max-width:768px) {
    .contact-link {
        font-size: 16px;
        width: calc(100% - 60px);
        padding: 10px;
        border-radius: 3px;
        margin: 0;
    }

    .contact-link-box {
        padding: 10px;
    }

    .sidebar {
        display: none;
    }

}

.back-to-top.back-to-top-fade-out {
    opacity: 1;
    cursor: pointer;
}

.post-thumbnail,
.post-images-slider,
.post-video {
    margin: 0 0 20px;
}


.post-entry {
    border-top: 1px dotted #c2c2c2;
    padding-top: 20px;
    margin-top: 10px;
}

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

.widget {
    /* margin-bottom: 60px; */
}

.widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #515769;
}



.pan {
    margin-top: 20px;
}

.blogtext_1 {
    color: #FF0004;
}

.underline {
    border-bottom: solid #f6ff00;
    font-weight: bold;
}

.link2 {
    color: #fff;
}

.blog p,
.form p {
    font-size: 14px;
}
/* .full-width{
    height:170px !important;
    object-fit: cover;
    object-position: 0px 0px;
}
.work-content h2{
    opacity: 1;
} */

@media(max-width:600px) {
    .masonry-grid-item{
        width: 50% !important;
        pointer-events: none;
    }
}

@media(min-width:1000px) {
    .top-img img{
        height:700px !important;
        object-fit: cover;
        object-position:0 -100px;
    }
}

/* body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
} */
   
.h1-title {
    text-align: center;
    background-color: #AA1415;
    color: #fff;
    margin: 0;
    padding: 10px ;
    letter-spacing: 1px;
}

.menu-title {
    display: flex;
    justify-content:
        space-between;
    align-items: center;
}

.index_content p {
    margin: 0 0 6px 0;
    font-size: 120%;
    color: #999;
}

.index_content ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0 0;
}

.index_content {
    border: solid 1px #eebebe;
    padding: 10px 20px 10px 40px;
    border-radius: 3px;
}

.index_content li {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 1px;
}

.index_content a:link,
.index_content a:visited {
    color: #428bca;
    text-decoration: none;
}

.ez-toc-toggle label {
    float: right;
    position: relative;
    font-size: 16px;
    padding: 0;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
    left: 0px;
    width: 35px;
}

.ez-toc-toggle input {
    display: none;
}

:has(.ez-toc-toggle input:checked)+nav {
    /*チェック入ってるとき ~ メニューが*/
    display: none;
    /*追加*/
    animation: 1s fadeIn;
}

:has(.ez-toc-toggle input:checked)>.ez-toc-toggle label {
    margin-left: 20px;
}

@media(max-width:768px) {
    body {
        width: 100%;
        overflow: hidden;
    }
    .h1-title{
        font-size: 3vw;
        letter-spacing: 0;
    }
    .index_content{
       margin:15px; 
       padding-left: 10px;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    padding: 10px;
    background: #778ca3;
    color: #fff;
    border: solid 1px #666666;
    text-align: center;
}
td {
    padding: 10px;
    border: solid 1px #666666;
}
td:first-child {
    text-align: center;
}
td p {
    font-size: 0.8em;
    color: #000;
    padding-left: 1.3em;
    margin-bottom: 0;
}