@charset "UTF-8";
/*
 * page.css
 *
 */


/*==================================
             
==================================*/
.taishosha li {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px;;
}
.taishosha li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    position: relative;
    left : -10px;
    color: #ffb03f;
    font-weight: 900;
}
.taishosha li span {
    font-size: 12px;
}
ul.shippei {
    border: solid 2px #ffb03f;
    padding: 20px 40px;
    position: relative;
    margin: 10px;
    grid-auto-flow: column;
    grid-template-rows: repeat(10, auto);
    gap: 10px 0px;
    display: grid;
}
ul.shippei li {
    font-size: 12px;
    padding: 2px 0px;
}

.service-flow li h5 {
    font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #666464;
}
.sevice-flow-h5no {
    font-size: 50px;
    font-weight: bold;
    margin-left: 15px;
    color: #FF0000;
    line-height: 1.1em;
    padding: 0px 15px 0px 0px;
}
.service-flow ul li div {
    display: flex;
}
.service-flow ul li div>p {
    width: 60%;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 2.5;
}
.service-flow ul li div>img {
    width: calc(40% - 40px);
    padding: 20px 40px;
}
.service-flow li {
    position: relative;
    margin-bottom: 40px;
}
.service-flow li::before {
    content: "";
    bottom: -65px;
    width: 0px;
    height: 11px;
    border: 20px solid transparent;
    border-top: 20px solid #CD0018;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.service-flow li:nth-of-type(5)::before {
    display: none;
}
.service-sakusei {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.service-sakusei li {
    margin: 20px;
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 30px 20px;
    width: calc((100% - 240px)/3);
}
.service-sakusei li h5 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.service-sakusei li h5 span {
    font-size: 14px;
}
.service-sakusei li h5 span::before {
    content: '\A';
    white-space: pre;
}
.service-sakusei li img {
    margin: 10px;
    width: auto;
}
.p02 {
    text-align: center;
}
.p02 span {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fff59d 0%);
}
.link li {
    padding: 20px 0px;
}
.link li::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    padding: 0px 15px 0px 0px;
    position: relative;
    top: 2px;
    color: #000;
}
.link li::after {
    content: "\f35d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    padding: 0px;
    position: relative;
    top: 0px;
    color: #000;
    right: -13px;
}
.gaiyo {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 50px;
}
.gaiyo dt {
    width: 200px;
    padding: 35px 10px;
    border-top: 1px solid #FF0000;
    font-weight: bold;
    color: #999;
}
.gaiyo dd {
    width: calc(100% - 240px);
    padding: 35px 10px;
    border-top: 1px solid #D7D7D7;
}
.enkaku {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 50px;
}
.enkaku dt {
    width: 200px;
    padding: 35px 10px;
    border-top: 1px solid #FF0000;
    font-weight: bold;
    color: #999;
}
.enkaku dt:nth-of-type(2),
.enkaku dt:nth-of-type(5) {
    border-top: none;
}
.enkaku dt .dounen {
    display: inline-block;
    padding-left: 67px;
}
.enkaku dd {
    width: calc(100% - 240px);
    padding: 35px 10px;
    border-top: 1px solid #D7D7D7;
}
.enkaku dd .ddpadding1 {
    padding-left: 16px;
}
.enkaku dd .ddpadding2 {
    padding-left: 32px;
}
.enkaku dd .ddpadding3 {
    padding-left: 16px;
}
.enkaku dd .ddpadding4 {
    padding-left: 160px;
}
.enkaku dd .ddpadding5 {
    padding-left: 16px;
}
.enkaku dd .ddpadding6 {
    padding-left: 16px;
}
#daihyo div {
    display: flex;
}
#daihyo div img {
    width: 200px;
    height: 276px;
}
#daihyo div p {
    font-size: 21px;
    line-height: 2em;
    padding: 20px;
}
.contact-form {
    margin: 10px 50px;
    display: flex;
    flex-wrap: wrap;
}
.contact-form dt {
	width: 200px;
    padding: 0px 10px;
    margin-bottom: 50px;
	text-align: left;
}
.contact-form dd textarea ,
.contact-form dd input[type="text"],
.contact-form dd input[type="tel"],
.contact-form dd input[type="email"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 21px;
}
.contact-form input {
    font-size: 21px;
}
.contact-form dd {
    width: calc(100% - 240px);
    margin-bottom: 50px;
    line-height: 1.5;
    padding: 0px 10px;
}
.required {
    background-color: #df1014;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 5px;
}
form input[type="submit"] {
    color: #fff;
    background-color: #68be8d;
    border: 2px solid #68be8d;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 18px 100px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form input[type="submit"]:hover {
    cursor: pointer;
    color: #68be8d;
    text-decoration: none;
    background-color: #fff;
    border-color: #68be8d;
}
.about_staff {
    display: flex;
    flex-wrap: wrap;
}
.about_staff li {
    width: calc((100% - 248px) / 4);
    margin: 0px 10px 10px;
    border: 1px solid #BDBDBD;
    padding: 10px 20px;
}
.about_staff li>a {
    display: inline-block;
    text-align: center;
}
.about_staff li img {
    width: 60%;
}
#menu-sitemap_menu li {
    margin: 20px;
    margin-left: 40px;
}
#menu-sitemap_menu li:nth-of-type(1) {
    margin-left: 20px;
}
#menu-sitemap_menu li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    padding: 0px 15px 0px 0px;
    position: relative;
    top: 0px;
    color: #707070;
}
.date-box {
    padding: 0px 0px 50px;
}
.archive_list {
    padding: 20px;
}
.archive_list li {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    display: flex;
}
.archive_list li time {
    margin-right: 30px;
}