﻿/* CSS Document */
.icon-angle-right {
    content: "\f105";
    font-family: fontAwesome
}
.icon-chevron-down {
    content: "\f078";
    font-family: fontAwesome
}
html{
}
body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
		
}
a:hover, a:active, a:focus {
    text-decoration: none
}
.pc {display: block!important;}
.sp {display: none!important;}
@media screen and (max-width: 767px){
.pc{display: none!important;}
.sp{display: block!important;}
}
/*text*/
.text_red{
	    color: red;
    margin-top: -8rem;
    padding-bottom: 15px;
    text-align: left;
    display: inline-block;
}
#wpadminbar {
	position: fixed;
}

#header {
    position: relative;
    border-bottom: 5px solid #777;
    z-index: 99
}
#header a#logo {
    display: block;
    float: left;
    margin-top: 10px;
    margin-right: 10px
}

@media (max-width: 767px) {
	
#header a#logo {
    width: 58%
}
}

@media (min-width: 768px) {
#header a#logo {
    width: 30%
}
	.text_red span{
	display: inline-block;
    margin-top: -10rem;
}
}
#header h1 {
    font-size: 10px;
    color: #777;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.6
}

@media (max-width: 767px) {
#header h1 {
    margin-right: 70px;
    margin-top: 20px
}
#header .container-fluid {
    position: relative
}
#header .container-fluid .navbar-toggle {
    position: absolute;
    top: 16px;
    right: 10px;
    border: 1px #ccc solid
}
#header .container-fluid .navbar-toggle .icon-bar {
    background: #999
}
}
#header .container-fluid {
    background: white
}

@media (max-width: 767px) {
#header .container-fluid {
    position: static
}
}
#header #submenu {
    position: absolute;
    top: 0;
    right: 5%;
    padding: 5px 0px 0;
    background: #ed7a1f;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 10px 10px;
	/*margin-right: 120px;*/
}
#header #submenu2 {
    position: absolute;
    top: 0;
    right: 5%;
    padding: 5px 0px 0;
    background: #FF8200;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 10px 10px;
}
#header #submenu ul li {
    display: inline-block;
    font-size: 13px
}
#header #submenu ul li a {
    display: block;
    width: 100%;
    padding: 5px 20px 0;
    color: white
}
#header #submenu2 ul li {
    display: inline-block;
    font-size: 13px
}
#header #submenu2 ul li a {
    display: block;
    width: 100%;
    padding: 5px 20px 0;
    color: white
}
#header #freedial {
    position: absolute;
    top: 49px;
    right: 5%
}
#header #freedial .imc-header__description {
    display: table;
    position: absolute;
    width: 143px;
    height: 47px;
    border: 1px solid #add3e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #d7edf9;
    top: 0px;
    right: 276px
}
#header #freedial .imc-header__description span {
    display: table-cell;
    color: #ed7a1f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5
}
#header #freedial .imc-header__freedial {
    font-size: 14px;
    top: 18px;
    right: 0;
}
#header #freedial .imc-header__freedial .imc-freedial {
    position: relative;
    width: 270px;
    height: 50px;
    line-height: 1
}
#header #freedial .imc-header__freedial .imc-freedial__image {
    position: absolute;
    top: 3px;
    left: 0
}
#header #freedial .imc-header__freedial .imc-freedial__number {
    position: absolute;
    /*width: 270px;*/
    color: #f14841;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    top: 0;
    left: 54px
}
#header #freedial .imc-header__freedial .imc-freedial__description {
    position: absolute;
    width: 280px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    top: 34px;
    color: #888
}
#gn {
    padding: 0
}
#gn .navbar-nav {
    margin: 0 auto;
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
#gn .navbar-nav li {
    width: 14%;
    float: left;
    font-size: 15px
}
}
#gn li a {
    display: block;
    width: auto;
    padding: 18px;
    color: #333;
    font-weight: bold;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
#gn li a:after {
    content: "";
    border-bottom: 1px solid #777;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
#gn li a:hover, #gn li a:active, #gn li a:focus, #gn li a.active {
    background: none;
    color: #0443B5;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
#gn li a:hover:after, #gn li a:active:after, #gn li a:focus:after, #gn li a.active:after {
    border-bottom: 5px solid #00A1E9;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
@media (max-width: 767px) {
.nav_sns{
	display: inline-block;
	padding: 10px 0;
	background: #333333;
}
.nav_sns img{
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
}
}
@media (max-width: 767px) {
#gn ul li ul {
    background-color: #D6D6D6
}
#gn ul li ul li a {
    padding: 1rem;
    display: block
}
}
#menu-about {
    width: 100%;
    background: #333
}
#menu-about.open ul.dropdown-menu, #menu-about.block ul.dropdown-menu {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    height: 60px;
    margin-bottom: 6px
}
#menu-about ul.dropdown-menu {
    position: static;
    text-align: center;
    padding: 0 15px;
    display: block;
    margin: 0px;
    bottom: -60px;
    height: 0px;
    line-height: 60px;
    width: 100%;
    background: #333;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
#menu-about ul.dropdown-menu li {
    display: inline-block;
    border-right: 1px solid #4E4E4E;
    padding: 0 3px
}
#menu-about ul.dropdown-menu li:first-child {
    border-left: 1px solid #4E4E4E
}
#menu-about ul.dropdown-menu li a {
    color: white
}
#menu-about ul.dropdown-menu li a:hover, #menu-about ul.dropdown-menu li a:active, #menu-about ul.dropdown-menu li a:focus, #menu-about ul.dropdown-menu li a.active {
    background: none;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}
.breadcrumbs {
    background: #555
}
.breadcrumbs .breadcrumb {
    margin-bottom: 0;
    background: none
}
.breadcrumbs .breadcrumb li {
	color: #fff;
}
.breadcrumbs .breadcrumb li:before {
    content: "\f105";
    font-family: FontAwesome
}
.breadcrumbs .breadcrumb li.current_item {
    color: #fff;
}
.breadcrumbs .breadcrumb li:first-child:before {
    content: none
}
.breadcrumbs .breadcrumb li a {
    color: #fff;
}
#keyv {
    position: relative;
    min-height: 400px;
    background-size: cover;
    position: relative
}
#keyv+div {
    padding-top: 50px
}
#keyv img.keyv {
    width: 100%
}
#keyv .container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center
}
#keyv .container3 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center
}
@media (max-width: 480px) {
#keyv .container {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center
}
	#keyv .container3 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center
}
}
/*#p-about #keyv {
    background: url(/images/keyv/about.jpg) 50% 50% no-repeat;
    background-size: cover
}*/
#p-about #keyv {
    background: url(/images/keyv/about2.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-system #keyv {
    background: url(/images/keyv/system.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-service #keyv {
    background: url(/images/keyv/service.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-voice #keyv {
    background: url(/images/keyv/voice.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-delivery #keyv {
    background: url(/images/keyv/delivery.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-point #keyv {
    background: url(/images/keyv/point_.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-eco #keyv {
    background: url(/images/keyv/drive_hand.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-faq #keyv {
    background: url(/images/keyv/faq_.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-estimate #keyv {
    background: url(/images/keyv/estimate.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-contact #keyv, #p-consultation #keyv {
    background: url(/images/keyv/contact.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-sitemap #keyv {
    background: url(/images/keyv/sitemap.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-privacypolicy #keyv {
    background: url(/images/keyv/privacypolicy.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-blog #keyv {
    background: url(/images/keyv/blog.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-information #keyv {
    background: url(/images/keyv/information.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-branch #keyv {
    background: url(/images/keyv/branch.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-recruit #keyv {
    background: url(/images/keyv/recruit.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-thankyou #keyv {
    background: url(/images/keyv/thankyou.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-thank_you #keyv {
    background: url(/images/keyv/thankyou.jpg) 50% 50% no-repeat;
    background-size: cover
}
#p-about.page-id-106 #keyv {
	background: url(/images/keyv/h_tokyo.jpg) 50% 50% no-repeat;
	background-size: cover
}
/*section.sc {
    padding-bottom: 70px
}*/
.divider-vertical {
    height: 56px;
    width: 1px;
    background-color: #333;
    margin: 100px auto 0
}
.title-line h2, .title-line h1 {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 25px
}
.title-line h2 i, .title-line h1 i {
    display: block;
    font-size: 50%;
    font-style: normal;
    margin-top: 8px
}
#contents {
    font-size: 15px;
    position: relative
}
#contents p {
    font-size: 15px;
}
#contents p2 {
    font-weight: 600;
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin: 20px 0px 100px 0px;
    -webkit-font-smoothing: antialiased;
}
#contents .annotation {
    font-size: 14px
}
#contents .col-sm-6.col-sm-offset-3 {
    margin-bottom: 1em
}

h2 {
    margin-bottom: 30px
}
h2 i {
    display: block
}

@media (min-width: 768px) {
.pull-right-sm {
    float: right
}
}
.entry-inner {
    padding: 20px;
    border: 1px solid #ccc
}
.entry-inner .entry-title {
    margin: 27px 0 30px
}
.entry-inner .entry-desc {
    margin-bottom: 30px
}
.entry-inner .entry-link a {
    padding: 12px 30px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}
.entry-inner footer {
    margin-top: 37px;
    border-top: 1px solid #ccc;
    padding-top: 23px
}
.footer_sns img{
	position: relative;
	bottom: 2px; 
	width: 21px; 
}
.footer_sns a{
	opacity: 1!important;
}
#side {
    background: url("/images/common/bg_sidefixed.png")
}

@media (min-width: 768px) {
#side {
    position: fixed;
    right: 0;
    top: 200px;
    width: 80px;
    padding: 5px;
    font-weight: bold;
    z-index: 9;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0px 0px 10px
}
}
#side li {
    border-bottom: 1px solid #93BF49
}
#side li a {
    color: #A8BB31;
    font-size: 11px;
    display: block;
    text-align: center;
    padding: 15px 0
}

@media (max-width: 767px) {
#side li a:hover, #side li a:active, #side li a.hover {
    background: #dce69f
}
/*追加*/
#contents p2 {
    font-weight: 600;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 15px 30px 50px 30px;
    -webkit-font-smoothing: antialiased;
}
.pc {
	display:inline;
}
}
#side li:last-child {
    border-bottom: none
}
#footer-nav {
    background: #333333;
    padding: 15px 0 5px
}
#footer-nav ul {
    margin-bottom: 0
}
#footer-nav ul li {
    margin-bottom: 10px
}

@media (max-width: 767px) {
#footer-nav ul li {
    display: block
}
#footer-nav ul li:before {
    content: "\f105";
    font-family: fontAwesome;
    color: white;
    padding-right: 5px
}
.footer_sns img{
	position: relative;
	bottom: 2px; 
	width: 21px; 
}
.footer_sns a{
	opacity: 1!important;
}
}
#footer-nav a {
    color: white;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}
#footer-nav a:hover, #footer-nav a:active {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    text-decoration: none
}

#footer #copyright {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	background: #f1f1ef;
	position: relative;
	color: #333;
	font-size: 12px;
	background: none;
	text-align: center;
}
#footer #copyright a {
    color: #333;
	font-size: 12px;
}
@media only screen and (max-width: 768px){
	#footer #copyright {
		width: 100%;
		padding: 10px 10px 80px;
	}
}

.col-2 {
    width: 50%
}
@-moz-document url-prefix() {
.img-responsive {
width:100%
}
}
.img-responsive.center {
    margin: 0 auto
}
.table-row {
    display: table;
    width: 100%;
    height: 100%
}
.table-row .table-cell {
    display: table-cell;
    vertical-align: middle
}
a:link {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
a:link:hover, a:link:active, a:link a.hover {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}
.border {
    border-bottom: 1px solid #333
}
.border-blue, a.btn-white, .ttl-w-link a {
    border: 3px solid #ed7a1f
}
.pull-left-sm {
    float: left
}

@media (max-width: 767px) {
.pull-left-sm {
    float: none
}
}
.bg-gray {
    background-color: #F1F1EF
}
.bg-white {
    background-color: white
}
.bg-slash {
    background: url(/images/bg/border_slantingline_white.gif)
}
a.btn {
    position: relative;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
a.btn-blue {
    background-color: #ed7a1f;
    color: #fff;
    color: white !important;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}
a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus {
    background-color: #58c1f9;
    color: #fff
}
a.btn-black {
    background-color: #333;
    color: #fff;
    color: white !important
}
a.btn-black:hover, a.btn-black:active, a.btn-black:focus {
    background-color: #666;
    color: #fff
}
a.btn-ancher {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background-color: #ed7a1f;
    color: #fff
}
a.btn-ancher:hover, a.btn-ancher:active, a.btn-ancher:focus {
    background-color: #58c1f9;
    color: #fff
}
a.btn-slash {
    background: white;
    color: #258BD6;
    border-image: url(/images/bg/border_slantingline_blue.png) 5 round;
    border-width: 5px;
    border-style: solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 7px
}

@media (max-width: 767px) {
a.btn-slash {
    letter-spacing: 0px;
    padding: 10px !important
}
}
a.btn-slash:hover, a.btn-slash:active, a.btn-slash:focus {
    background: #258BD6;
    color: white;
    border: 5px solid white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
a.btn-detail {
    padding: 8px 100px
}
a.btn-blog {
    background: white;
    color: #333;
    border: 1px solid #333
}
a.btn-blog:hover, a.btn-blog:active, a.btn-blog:focus {
    background: #333;
    color: white;
    border: 1px solid #333;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
a.btn-white, .ttl-w-link a {
    background: white;
    color: #333;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}
a.btn-white:hover, .ttl-w-link a:hover, a.btn-white:active, .ttl-w-link a:active, a.btn-white:focus, .ttl-w-link a:focus {
    text-decoration: none;
    background: #58c1f9;
    color: white;
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
a.btn-lg {
    padding: 17px 0
}
@media (max-width: 767px) {
a.btn-lg {
    padding: 17px 0;
    margin-bottom: 50px;
}
}
a.btn.animation i {
    padding-right: 5px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
a.btn.animation:hover i, a.btn.animation:active i, a.btn.animation:focus i {
    padding-left: 5px;
    padding-right: 0px
}
.animation-right {
    position: relative
}
.animation-right i {
    position: absolute;
    right: 10%;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
.animation-right:hover i, .animation-right:active i, .animation-right:focus i {
    right: 5%
}
.cat {
    color: white;
    background-color: #ed7a1f;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center
}
.cat:hover, .cat:active, .cat:focus {
    background-color: #58c1f9;
    color: #fff
}
.img-on-txt {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #ccc
}
.img-on-txt span {
    position: absolute;
    bottom: 0;
    background: #999;
    padding: .5rem;
    display: block;
    width: 100%;
    color: white;
    font-size: 10px
}
.link-on-arrow {
    display: block;
    position: relative
}
.link-on-arrow:before {
    content: "ttt";
    position: absolute
}
.default-wrap, .active-wrap, .active-wrap-on, .media_effect-link, .media_effect-link-img {
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}
.active-wrap-img {
    position: absolute
}
.active-wrap-on {
    position: absolute
}
.active-wrap-on-txt {
    display: table
}
.active-wrap-on-txt span {
    display: table-cell
}
.media_effect-link-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: white;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity .35s;
    -o-transition: opacity .35s;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}
.media_effect-link-mask-main {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -6rem
}
.media_effect-link-mask-main i {
    display: block;
    font-size: 4rem;
    margin-top: 1rem
}
.media_effect-link-mask-main span {
    border: 1px solid #929292;
    padding: 1rem;
    display: inline-block
}
.media_effect-link:hover .media_effect-link-mask, .media_effect-link:active .media_effect-link-mask, .media_effect-link:focus .media_effect-link-mask {
filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}
.ttl {
    padding: 10px;
    background: #E5E5E5;
    margin-bottom: 25px;
    font-size: 17px;
    padding: 20px 30px
}
.ttl-border {
    background: url(/images/common/ttl_border.gif) 0 100% no-repeat;
    margin-bottom: .8em;
    font-size: 20px;
    padding-bottom: 18px;
    line-height: 1.8
}
.ttl-voice:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px;
    background-image: url(/images/icon/voice.png)
}
.ttl-solution:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px;
    background-image: url(/images/icon/solution.png)
}
.ttl-faq:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px;
    background-image: url(/images/icon/faq.png)
}
.ttl-recent:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px;
    background-image: url(/images/icon/recent.png)
}
.ttl-branch:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px;
    background-image: url(/images/icon/branch.png)
}
.ttl-archive:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px;
    background-image: url(/images/icon/archive.png)
}
.ttl-voice:before, .ttl-solution:before, .ttl-faq:before {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    width: 50px;
    height: 40px;
    display: inline-block;
    margin-bottom: -15px;
    margin-right: 10px
}
.ttl-dot {
    background: url(/images/common/ttl_dot.gif);
    padding: 25px;
    font-size: 25px;
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
    font-weight: bold
}
.ttl-dot_o {
    background: url("../wp-content/themes/dstp/images/common/ttl_dot_o.gif");
    padding: 25px;
    font-size: 25px;
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
    font-weight: bold
}
.ttl-dot_g {
    background: url("../wp-content/themes/dstp/images/common/ttl_dot_g.gif");
    padding: 25px;
    font-size: 25px;
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
    font-weight: bold
}
.ttl-page {
    font-size: 40px;
    text-align: center
}
.ttl-w-link {
    position: relative
}
.ttl-w-link a {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px
}

@media (min-width: 768px) {

.ttl-w-link a {
    position: absolute;
    padding: 6px 20px;
    top: 0;
    right: 0;
    font-size: 12px;
    border: none;
    color: #ed7a1f
}
}
.ttl-w-link a i {
    color: #333
}
.after-h-black, .ttl-box h2:after, .ttl-box h1:after, #p-info .post-title:after {
    content: "";
    width: 30px;
    height: 10px;
    background: #333;
    margin: 20px auto;
    display: block
}
.ttl-box {
    position: relative;
    text-align: center;
    padding: 10px 15px 0px;
    margin: 120px auto
}
.ttl-box.mb50 {
	position: relative;
	text-align: center;
	padding: 10px 15px 0px;
	margin: 120px auto 50px;
}
@media (max-width: 767px) {
	.ttl-page {
    font-size: 27px;
}
.ttl-box {
    position: relative;
    text-align: center;
    padding: 10px 15px 0px;
    margin: 80px 0;
}
.ttl-box.mb50 {
	margin: 80px 0 30px;
}
}
.ttl-box h2, .ttl-box h1 {
    font-size: 15px;
    text-shadow: 0px 1px 2px rgba(255,255,255,0.8)
}
.ttl-box h2 i, .ttl-box h1 i {
    font-style: normal;
    position: absolute;
    display: block;
    width: 100%;
    top: -43px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 15px;
	text-indent: 15px;
}

@media (max-width: 767px) {
.ttl-box h2 i, .ttl-box h1 i {
    font-size: 43px;
    letter-spacing: 6px;
    top: -61px;
    margin-left: -1rem;
    word-wrap: break-word;
	text-indent: 6px;
}
}
.ttl-box h2 i {
    font-size: 40px;
    top: -24px;
    margin-left: -15px
}
.ttl-box .lead {
    font-size: 35px !important;
    color: white;
    font-weight: bold
}

@media (max-width: 767px) {
.ttl-box .lead {
    font-size: 25px !important
}
}
.ttl-box .lead+p {
    color: white
}
.ttl-box-white {
    color: white
}
.ttl-box-white h2, .ttl-box-white h1 {
    text-shadow: 0px 3px 3px rgba(0,0,0,0.8)
}
.ttl-box-white h2:after, .ttl-box-white h1:after {
    background: white
}
.ttl-box_2{
	 position: relative;
    text-align: center;
    padding: 10px 15px 0px;
    margin: -20px 0!important;
}

@media (max-width: 767px) {
.box-map h2 i {
    font-size: 30px;
    top: -20px;
    margin-left: -25px
}
}
.txt-large {
    font-size: 24px !important;
    margin-top: .5rem;
    display: inline-block
}
.txt-red {
    font-size: 24px !important;
    color: #DE2929
}
.txt-big {
    font-size: larger !important
}
.white {
    color: white
}
a.white:hover, a.white:active, a.white:focus {
    color: white;
    text-decoration: underline
}
.bold, a.btn-slash, .ttl-border, .ttl-page, .txt-red, .tel, .box-bar .inner .primary, .box-mention, .box-mention:before, .box-mention:after, .box-section h3, .box-section__title, .timeline .timeline-panel .timeline-title, #p-blog .post-title, #p-information .post-title, #p-point #contents h3, #block-voice .fukidashi p, #block-system a .inner span, #block-system a .inner h4, #block-service .item-service h3, .list-service-bottom li a, .list-service-bottom li a i, #p-home #block-service .row a h3 {
    font-weight: 700
}
.normal {
    font-weight: normal !important
}
.tel {
    font-size: 30px;
    display: block;
	position: relative;
    width: fit-content;
    margin: 0 auto;
}
.tel:before {
    color: #008000;
    content: "\f098";
    font-family: fontAwesome;
    padding-right: 10px;
    position: absolute;
    left: -1.3em;
}
.tel a {
    color: #333
}
.link-arrow-move, #block-system a .inner span {
    display: block;
    color: #333;
    text-align: left;
    text-decoration: none;
    position: relative
}
.link-arrow-move:after, #block-system a .inner span:after {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    content: "\f178";
    font-family: fontAwesome;
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 30px
}
.link-arrow-move:hover, #block-system a .inner span:hover, .link-arrow-move:active, #block-system a .inner span:active, .link-arrow-move:focus, #block-system a .inner span:focus {
    color: #ed7a1f
}
.link-arrow-move:hover:after, #block-system a .inner span:hover:after, .link-arrow-move:active:after, #block-system a .inner span:active:after, .link-arrow-move:focus:after, #block-system a .inner span:focus:after {
    right: 0;
    color: #ed7a1f
}
.box-map {
    padding: 10px 30px 10px;
    background: url(/images/bg/block_map.jpg);
    background-size: cover
}
.box-blue {
    padding: 10px 15px 60px;
    background: #ed7a1f
}
.box-border-blue {
    background: none;
    border: 5px solid #D1E4F8;
    padding: 20px
}
.box-yellow {
    background-color: #FFF7DF;
    padding: 2em
}
.box-slantingline {
    background: url(/images/bg/border_slantingline_white-black.gif);
    border-style: solid;
    border-width: 15px;
    border-color: rgba(238,238,238,0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
.box-slantingline .inner {
    background: white;
    padding: 20px
}
.box-check {
    border: 4px solid #A7C585;
    padding: 25px 25px 0px 25px;
    background-color: #E9F5E9;
    margin-bottom: 4em
}
.box-check__title {
    color: #73A07B;
    font-size: 20px !important;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px !important
}
.box-check__icon {
    font-size: 14px !important;
    margin-bottom: 0px !important
}
.box-check__icon:before {
    content: "\f046";
    font-family: fontawesome;
    color: #008C00;
    font-size: 18px;
    margin-right: .5em
}
.box-bar .inner {
    background: url(/images/bg/boxbar.png) repeat 0 50%;
    margin: 0 auto;
    padding: 2%;
    color: #fff;
    font-size: 200%;
    text-align: center
}
.box-bar .inner p {
    margin-bottom: 0;
    color: #fff;
    text-align: center
}
.box-bar .inner .primary {
    font-size: 25px !important
}
.box-bar .inner .secondary {
    font-size: 18px !important;
    font-weight: normal
}
.box-bar:after {
    content: "";
    width: 78px;
    height: 20px;
    display: block;
    margin: 0 auto;
    background: url(/images/bg/boxbar_bottom.png) no-repeat 0 50%
}
.box-mention {
    background: #E8F2E3;
    font-size: 30px;
    text-align: center;
    color: #468C00;
    padding: 20px 30px;
    position: relative
}

@media (max-width: 767px) {
.box-mention {
    font-size: 20px;
    text-align: left
}
}
.box-mention:before, .box-mention:after {
    position: absolute;
    content: "";
    background: url(/images/common/quotationmark.png) no-repeat;
    width: 78px;
    height: 68px;
    font-size: 50px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
}
.box-mention:before {
    left: -20px;
    top: -50px
}
.box-mention:after {
    right: -20px;
    bottom: -50px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.box-section {
    background: white;
    padding: 50px 45px;
    position: relative
}

@media (max-width: 767px) {
.box-section {
    padding: 25px
}
}
.box-section:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/common/box_section01.gif) no-repeat
}
.box-section-1:before {
    background: url(/images/common/box_section01.gif) no-repeat
}
.box-section-2:before {
    background: url(/images/common/box_section02.gif) no-repeat
}
.box-section-3:before {
    background: url(/images/common/box_section03.gif) no-repeat
}
.box-section-4:before {
    background: url(/images/common/box_section04.gif) no-repeat
}
.box-section-5:before {
    background: url(/images/common/box_section05.gif) no-repeat
}
.box-section-6:before {
    background: url(/images/common/box_section06.gif) no-repeat
}
.box-section-7:before {
    background: url(/images/common/box_section07.gif) no-repeat
}
.box-section-8:before {
    background: url(/images/common/box_section08.gif) no-repeat
}
.box-section h3, .box-section__title {
    color: #ed7a1f;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 1.5em
}
.policyHd{
	color: black!important;
	margin: 2em 0!important;
}
.policyTable{
	    margin-bottom: 2em;
}
.policyTable tr{
padding: 2em 0;
    display: block;
    border-top: 1px solid lightgrey;
	width: 100%
}
.policyTable tr:last-child{
	border-bottom: 1px solid lightgrey;
}
.policyTable th{
	width: 300px;
}
.policyTable td img{
	margin: 1em 0;
}
.tokuteishohiki{
	margin-bottom: 100px;
}
.tokuteishohiki a{
	text-decoration: underline;
	color: #333;
	line-height: 2em;
}
@media (max-width: 767px) {
	.policyTable th{
		display: block;
	}
	.policyTable tr{
		padding: 1em 0;
	}
	.policyTable{
		margin-bottom: 2em;
	}
	.tokuteishohiki{
	margin-bottom: 50px;
}
.box-section h3, .box-section__title {
    font-size: 17px
}
}
.box-white {
    background: white;
    padding: 30px
}
.list-bnr {
    margin-bottom: 3rem
}
.list-bnr li {
    margin-bottom: 1em
}
.list-caution {
    background-color: #FFF7DF;
    padding: 25px;
    margin-bottom: 4em
}
.list-caution li {
    margin-left: 2em;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: .5em
}
.list-caution li:before {
    content: "\f071";
    font-family: fontawesome;
    color: #B22D00;
    margin-left: -2em;
    padding-right: 1em;
    font-size: 16px
}
.list-num li {
    margin-bottom: 2em
}
.list-num li span {
    float: left;
    display: block;
    width: 88%
}
.list-num li .num {
    background: #026CC4;
    font-size: 18px;
    padding: 3px 10px;
    font-weight: bold;
    color: white;
    display: block;
    font-style: normal;
    margin-right: 10px;
    float: left
}
.list-cat {
    text-align: center;
    margin-bottom: 40px
}
.list-cat ul {
    padding-left: 0
}
.list-cat li {
    list-style: none;
    display: inline-block
}
.list-cat li a {
    border: 1px solid #333;
    padding: 8px 3rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #333;
    display: block;
    position: relative;
    z-index: 1;
    background: white;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
.list-cat li a span {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: -3rem;
    z-index: 2;
    opacity: 1;
    background: #ed7a1f;
    color: white;
    font-size: 1rem;
    padding: 3px 10px;
    margin-left: -10px
}
.list-cat li a span:before, .list-cat li a span:after {
    content: "";
    position: absolute
}
.list-cat li a span:before {
    top: 98%;
    border: 5px solid transparent;
    border-top: 5px solid #ed7a1f
}

@media (min-width: 768px) {
.row-table-sm {
    table-layout: fixed;
    display: table
}
.col-cell-sm {
    display: table-cell;
    vertical-align: middle;
    float: none
}
.red_square{
	padding: 1em;
    margin: 2em 0;
    font-weight: 900;
    border: solid 2px #f14841;
    color: #f14841;
	max-width: inherit;
}
.red_square p{
	color: #f14841;
}
}
.red_square{
	padding: 1em;
    margin: 2em 0;
    font-weight: 900;
    border: solid 2px #f14841;
    color: #f14841;
	max-width: fit-content;
}
.red_square p{
	color: #f14841;
}
.label-require {
    color: #ed7a1f;
    padding-left: 3px;
    font-size: 10px;
	font-weight: 700;
}
.section {
    padding-bottom: 5rem
}
.flexrow {
    display: -webkit-flex;
    display: flex
}
.border-dot {
    display: block;
    margin-bottom: 1em;
    border: 2px dashed pink;
    padding: 2%
}
.txt-shadow {
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 0px 0px #fff, 0px -1px 5px #fff
}
.txt-shadow-black, a.btn-black {
    text-shadow: 1px 1px 0px #000, -1px -1px 0px #000, -1px 0px 0px #000, 0px -1px 5px #000
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed
}

@media (min-width: 768px) {
.bg-img {
    background-size: cover
}
}
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none
}
.timeline .timeline-panel {
    background: white
}
.timeline .timeline-panel .timeline-title {
    color: #3387D0
}
.timeline .timeline-panel .pull-right-sm {
    margin-left: 10px;
    margin-bottom: 10px
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #ddd
}
.timeline>li {
    position: relative;
    margin-bottom: 20px
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table
}
.timeline>li:after {
    clear: both
}
.timeline>li>.timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175)
}
.timeline>li>.timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc
}
.timeline>li>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff
}
.timeline>li>.timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}
.timeline-badge.primary {
    background-color: #2e6da4 !important
}
.timeline-badge.success {
    background-color: #3f903f !important
}
.timeline-badge.warning {
    background-color: #f0ad4e !important
}
.timeline-badge.danger {
    background-color: #d9534f !important
}
.timeline-badge.info {
    background-color: #5bc0de !important
}
.timeline-title {
    margin-top: 0;
    color: inherit
}
.timeline-body>p, .timeline-body>ul {
    margin-bottom: 0
}
.timeline-body>p+p {
    margin-top: 5px
}

@media (max-width: 767px) {
ul.timeline:before {
    left: 40px
}
ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px)
}
ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0
}
ul.timeline>li>.timeline-panel {
    float: right
}
ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}
ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}
}
.mt0 {
    margin-top: 0rem !important
}
.mb0 {
    margin-bottom: 0rem !important
}
.mr0 {
    margin-right: 0px !important
}
.ml0 {
    margin-left: 0px !important
}
.pt0 {
    padding-top: 0rem !important
}
.pb0 {
    padding-bottom: 0rem !important
}
.pr0 {
    padding-right: 0px !important
}
.pl0 {
    padding-left: 0px !important
}
.p0 {
    padding: 0rem !important
}

@media (max-width: 767px) {
.p0 {
    padding: 0% !important
}
}
.fs10 {
    font-size: 10px !important
}
.mt1 {
    margin-top: 1rem !important
}
.mb1 {
    margin-bottom: 1rem !important
}
.mr1 {
    margin-right: 1px !important
}
.ml1 {
    margin-left: 1px !important
}
.pt1 {
    padding-top: 1rem !important
}
.pb1 {
    padding-bottom: 1rem !important
}
.pr1 {
    padding-right: 1px !important
}
.pl1 {
    padding-left: 1px !important
}
.p1 {
    padding: 1rem !important
}

@media (max-width: 767px) {
.p1 {
    padding: 1% !important
}
}
.fs11 {
    font-size: 11px !important
}
.mt2 {
    margin-top: 2rem !important
}
.mb2 {
    margin-bottom: 2rem !important
	
}
.mr2 {
    margin-right: 2px !important
}
.ml2 {
    margin-left: 2px !important
}
.pt2 {
    padding-top: 2rem !important
}
.pb2 {
    padding-bottom: 2rem !important
}
.pr2 {
    padding-right: 2px !important
}
.pl2 {
    padding-left: 2px !important
}
.p2 {
    padding: 2rem !important
}

@media (max-width: 767px) {
.p2 {
    padding: 2% !important
}
}
.fs12 {
    font-size: 12px !important
}
.mt3 {
    margin-top: 3rem !important
}
.mb3 {
    margin-bottom: 3rem !important
}
.mr3 {
    margin-right: 3px !important
}
.ml3 {
    margin-left: 3px !important
}
.pt3 {
    padding-top: 3rem !important
}
.pb3 {
    padding-bottom: 3rem !important
}
.pr3 {
    padding-right: 3px !important
}
.pl3 {
    padding-left: 3px !important
}
.p3 {
    padding: 3rem !important
}

@media (max-width: 767px) {
.p3 {
    padding: 3% !important
}
}
.fs13, .afc_contents .comment, .afc_contents figcaption {
    font-size: 13px !important
}
.mt4 {
    margin-top: 4rem !important
}
.mb4 {
    margin-bottom: 4rem !important
}
.mr4 {
    margin-right: 4px !important
}
.ml4 {
    margin-left: 4px !important
}
.pt4 {
    padding-top: 4rem !important
}
.pb4 {
    padding-bottom: 4rem !important
}
.pr4 {
    padding-right: 4px !important
}
.pl4 {
    padding-left: 4px !important
}
.p4 {
    padding: 4rem !important
}

@media (max-width: 767px) {
.p4 {
    padding: 4% !important
}
}
.fs14 {
    font-size: 14px !important
}
.mt5 {
    margin-top: 5rem !important
}
.mb5 {
    margin-bottom: 5rem !important
}
.mr5 {
    margin-right: 5px !important
}
.ml5 {
    margin-left: 5px !important
}
.pt5 {
    padding-top: 5rem !important
}
.pb5 {
    padding-bottom: 5rem !important
}
.pr5 {
    padding-right: 5px !important
}
.pl5 {
    padding-left: 5px !important
}
.p5 {
    padding: 5rem !important
}

@media (max-width: 767px) {
.p5 {
    padding: 5% !important
}
}
.fs15 {
    font-size: 15px !important
}
.mt6 {
    margin-top: 6rem !important
}
.mb6 {
    margin-bottom: 6rem !important
}
.mr6 {
    margin-right: 6px !important
}
.ml6 {
    margin-left: 6px !important
}
.pt6 {
    padding-top: 6rem !important
}
.pb6 {
    padding-bottom: 6rem !important
}
.pr6 {
    padding-right: 6px !important
}
.pl6 {
    padding-left: 6px !important
}
.p6 {
    padding: 6rem !important
}

@media (max-width: 767px) {
.p6 {
    padding: 6% !important
}
}
.fs16 {
    font-size: 16px !important
}
.mt7 {
    margin-top: 7rem !important
}
.mb7 {
    margin-bottom: 7rem !important
}
.mr7 {
    margin-right: 7px !important
}
.ml7 {
    margin-left: 7px !important
}
.pt7 {
    padding-top: 7rem !important
}
.pb7 {
    padding-bottom: 7rem !important
}
.pr7 {
    padding-right: 7px !important
}
.pl7 {
    padding-left: 7px !important
}
.p7 {
    padding: 7rem !important
}

@media (max-width: 767px) {
.p7 {
    padding: 7% !important
}
}
.fs17 {
    font-size: 17px !important
}
.mt8 {
    margin-top: 8rem !important
}
.mb8 {
    margin-bottom: 8rem !important
}
.mr8 {
    margin-right: 8px !important
}
.ml8 {
    margin-left: 8px !important
}
.pt8 {
    padding-top: 8rem !important
}
.pb8 {
    padding-bottom: 8rem !important
}
.pr8 {
    padding-right: 8px !important
}
.pl8 {
    padding-left: 8px !important
}
.p8 {
    padding: 8rem !important
}

@media (max-width: 767px) {
.p8 {
    padding: 8% !important
}
}
.fs18 {
    font-size: 18px !important
}
.mt9 {
    margin-top: 9rem !important
}
.mb9 {
    margin-bottom: 9rem !important
}
.mr9 {
    margin-right: 9px !important
}
.ml9 {
    margin-left: 9px !important
}
.pt9 {
    padding-top: 9rem !important
}
.pb9 {
    padding-bottom: 9rem !important
}
.pr9 {
    padding-right: 9px !important
}
.pl9 {
    padding-left: 9px !important
}
.p9 {
    padding: 9rem !important
}

@media (max-width: 767px) {
.p9 {
    padding: 9% !important
}
}
.fs19 {
    font-size: 19px !important
}
.mt10 {
    margin-top: 10rem !important
}
.mb10 {
    margin-bottom: 10rem !important
}
.mr10 {
    margin-right: 10px !important
}
.ml10 {
    margin-left: 10px !important
}
.pt10 {
    padding-top: 10rem !important
}
.pb10 {
    padding-bottom: 10rem !important
}
.pr10 {
    padding-right: 10px !important
}
.pl10 {
    padding-left: 10px !important
}
.p10 {
    padding: 10rem !important
}

@media (max-width: 767px) {
.p10 {
    padding: 10% !important
}
}
.fs20, .afc_contents h3 {
    font-size: 20px !important
}
.mt11 {
    margin-top: 11rem !important
}
.mb11 {
    margin-bottom: 11rem !important
}
.mr11 {
    margin-right: 11px !important
}
.ml11 {
    margin-left: 11px !important
}
.pt11 {
    padding-top: 11rem !important
}
.pb11 {
    padding-bottom: 11rem !important
}
.pr11 {
    padding-right: 11px !important
}
.pl11 {
    padding-left: 11px !important
}
.p11 {
    padding: 11rem !important
}

@media (max-width: 767px) {
.p11 {
    padding: 11% !important
}
}
.fs21 {
    font-size: 21px !important
}
.mt12 {
    margin-top: 12rem !important
}
.mb12 {
    margin-bottom: 12rem !important
}
.mr12 {
    margin-right: 12px !important
}
.ml12 {
    margin-left: 12px !important
}
.pt12 {
    padding-top: 12rem !important
}
.pb12 {
    padding-bottom: 12rem !important
}
.pr12 {
    padding-right: 12px !important
}
.pl12 {
    padding-left: 12px !important
}
.p12 {
    padding: 12rem !important
}

@media (max-width: 767px) {
.p12 {
    padding: 12% !important
}
}
.fs22 {
    font-size: 22px !important
}
.mt13 {
    margin-top: 13rem !important
}
.mb13 {
    margin-bottom: 13rem !important
}
.mr13 {
    margin-right: 13px !important
}
.ml13 {
    margin-left: 13px !important
}
.pt13 {
    padding-top: 13rem !important
}
.pb13 {
    padding-bottom: 13rem !important
}
.pr13 {
    padding-right: 13px !important
}
.pl13 {
    padding-left: 13px !important
}
.p13 {
    padding: 13rem !important
}

@media (max-width: 767px) {
.p13 {
    padding: 13% !important
}
}
.fs23 {
    font-size: 23px !important
}
.mt14 {
    margin-top: 14rem !important
}
.mb14 {
    margin-bottom: 14rem !important
}
.mr14 {
    margin-right: 14px !important
}
.ml14 {
    margin-left: 14px !important
}
.pt14 {
    padding-top: 14rem !important
}
.pb14 {
    padding-bottom: 14rem !important
}
.pr14 {
    padding-right: 14px !important
}
.pl14 {
    padding-left: 14px !important
}
.p14 {
    padding: 14rem !important
}

@media (max-width: 767px) {
.p14 {
    padding: 14% !important
}
}
.fs24 {
    font-size: 24px !important
}
.mt15 {
    margin-top: 15rem !important
}
.mb15 {
    margin-bottom: 15rem !important
}
.mr15 {
    margin-right: 15px !important
}
.ml15 {
    margin-left: 15px !important
}
.pt15 {
    padding-top: 15rem !important
}
.pb15 {
    padding-bottom: 15rem !important
}
.pr15 {
    padding-right: 15px !important
}
.pl15 {
    padding-left: 15px !important
}
.p15 {
    padding: 15rem !important
}

@media (max-width: 767px) {
.p15 {
    padding: 15% !important
}
}
.fs25 {
    font-size: 25px !important
}
.mt16 {
    margin-top: 16rem !important
}
.mb16 {
    margin-bottom: 16rem !important
}
.mr16 {
    margin-right: 16px !important
}
.ml16 {
    margin-left: 16px !important
}
.pt16 {
    padding-top: 16rem !important
}
.pb16 {
    padding-bottom: 16rem !important
}
.pr16 {
    padding-right: 16px !important
}
.pl16 {
    padding-left: 16px !important
}
.p16 {
    padding: 16rem !important
}

@media (max-width: 767px) {
.p16 {
    padding: 16% !important
}
}
.fs26 {
    font-size: 26px !important
}
.mt17 {
    margin-top: 17rem !important
}
.mb17 {
    margin-bottom: 17rem !important
}
.mr17 {
    margin-right: 17px !important
}
.ml17 {
    margin-left: 17px !important
}
.pt17 {
    padding-top: 17rem !important
}
.pb17 {
    padding-bottom: 17rem !important
}
.pr17 {
    padding-right: 17px !important
}
.pl17 {
    padding-left: 17px !important
}
.p17 {
    padding: 17rem !important
}

@media (max-width: 767px) {
.p17 {
    padding: 17% !important
}
}
.fs27 {
    font-size: 27px !important
}
.mt18 {
    margin-top: 18rem !important
}
.mb18 {
    margin-bottom: 18rem !important
}
.mr18 {
    margin-right: 18px !important
}
.ml18 {
    margin-left: 18px !important
}
.pt18 {
    padding-top: 18rem !important
}
.pb18 {
    padding-bottom: 18rem !important
}
.pr18 {
    padding-right: 18px !important
}
.pl18 {
    padding-left: 18px !important
}
.p18 {
    padding: 18rem !important
}

@media (max-width: 767px) {
.p18 {
    padding: 18% !important
}
}
.fs28 {
    font-size: 28px !important
}
.mt19 {
    margin-top: 19rem !important
}
.mb19 {
    margin-bottom: 19rem !important
}
.mr19 {
    margin-right: 19px !important
}
.ml19 {
    margin-left: 19px !important
}
.pt19 {
    padding-top: 19rem !important
}
.pb19 {
    padding-bottom: 19rem !important
}
.pr19 {
    padding-right: 19px !important
}
.pl19 {
    padding-left: 19px !important
}
.p19 {
    padding: 19rem !important
}

@media (max-width: 767px) {
.p19 {
    padding: 19% !important
}
}
.fs29 {
    font-size: 29px !important
}
.mt20 {
    margin-top: 20rem !important
}
.mb20 {
    margin-bottom: 20rem !important
}
.mr20 {
    margin-right: 20px !important
}
.ml20 {
    margin-left: 20px !important
}
.pt20 {
    padding-top: 20rem !important
}
.pb20 {
    padding-bottom: 20rem !important
}
.pr20 {
    padding-right: 20px !important
}
.pl20 {
    padding-left: 20px !important
}
.p20 {
    padding: 20rem !important
}

@media (max-width: 767px) {
.p20 {
    padding: 20% !important
}
}
.fs30, .afc_contents h2 {
    font-size: 30px !important
}
.mt21 {
    margin-top: 21rem !important
}
.mb21 {
    margin-bottom: 21rem !important
}
.mr21 {
    margin-right: 21px !important
}
.ml21 {
    margin-left: 21px !important
}
.pt21 {
    padding-top: 21rem !important
}
.pb21 {
    padding-bottom: 21rem !important
}
.pr21 {
    padding-right: 21px !important
}
.pl21 {
    padding-left: 21px !important
}
.p21 {
    padding: 21rem !important
}

@media (max-width: 767px) {
.p21 {
    padding: 21% !important
}
}
.fs31 {
    font-size: 31px !important
}
.mt22 {
    margin-top: 22rem !important
}
.mb22 {
    margin-bottom: 22rem !important
}
.mr22 {
    margin-right: 22px !important
}
.ml22 {
    margin-left: 22px !important
}
.pt22 {
    padding-top: 22rem !important
}
.pb22 {
    padding-bottom: 22rem !important
}
.pr22 {
    padding-right: 22px !important
}
.pl22 {
    padding-left: 22px !important
}
.p22 {
    padding: 22rem !important
}

@media (max-width: 767px) {
.p22 {
    padding: 22% !important
}
}
.fs32 {
    font-size: 32px !important
}
.mt23 {
    margin-top: 23rem !important
}
.mb23 {
    margin-bottom: 23rem !important
}
.mr23 {
    margin-right: 23px !important
}
.ml23 {
    margin-left: 23px !important
}
.pt23 {
    padding-top: 23rem !important
}
.pb23 {
    padding-bottom: 23rem !important
}
.pr23 {
    padding-right: 23px !important
}
.pl23 {
    padding-left: 23px !important
}
.p23 {
    padding: 23rem !important
}

@media (max-width: 767px) {
.p23 {
    padding: 23% !important
}
}
.fs33 {
    font-size: 33px !important
}
.mt24 {
    margin-top: 24rem !important
}
.mb24 {
    margin-bottom: 24rem !important
}
.mr24 {
    margin-right: 24px !important
}
.ml24 {
    margin-left: 24px !important
}
.pt24 {
    padding-top: 24rem !important
}
.pb24 {
    padding-bottom: 24rem !important
}
.pr24 {
    padding-right: 24px !important
}
.pl24 {
    padding-left: 24px !important
}
.p24 {
    padding: 24rem !important
}

@media (max-width: 767px) {
.p24 {
    padding: 24% !important
}
}
.fs34 {
    font-size: 34px !important
}
.mt25 {
    margin-top: 25rem !important
}
.mb25 {
    margin-bottom: 25rem !important
}
.mr25 {
    margin-right: 25px !important
}
.ml25 {
    margin-left: 25px !important
}
.pt25 {
    padding-top: 25rem !important
}
.pb25 {
    padding-bottom: 25rem !important
}
.pr25 {
    padding-right: 25px !important
}
.pl25 {
    padding-left: 25px !important
}
.p25 {
    padding: 25rem !important
}

@media (max-width: 767px) {
.p25 {
    padding: 25% !important
}
}
.fs35 {
    font-size: 35px !important
}
.mt26 {
    margin-top: 26rem !important
}
.mb26 {
    margin-bottom: 26rem !important
}
.mr26 {
    margin-right: 26px !important
}
.ml26 {
    margin-left: 26px !important
}
.pt26 {
    padding-top: 26rem !important
}
.pb26 {
    padding-bottom: 26rem !important
}
.pr26 {
    padding-right: 26px !important
}
.pl26 {
    padding-left: 26px !important
}
.p26 {
    padding: 26rem !important
}

@media (max-width: 767px) {
.p26 {
    padding: 26% !important
}
}
.fs36 {
    font-size: 36px !important
}
.mt27 {
    margin-top: 27rem !important
}
.mb27 {
    margin-bottom: 27rem !important
}
.mr27 {
    margin-right: 27px !important
}
.ml27 {
    margin-left: 27px !important
}
.pt27 {
    padding-top: 27rem !important
}
.pb27 {
    padding-bottom: 27rem !important
}
.pr27 {
    padding-right: 27px !important
}
.pl27 {
    padding-left: 27px !important
}
.p27 {
    padding: 27rem !important
}

@media (max-width: 767px) {
.p27 {
    padding: 27% !important
}
}
.fs37 {
    font-size: 37px !important
}
.mt28 {
    margin-top: 28rem !important
}
.mb28 {
    margin-bottom: 28rem !important
}
.mr28 {
    margin-right: 28px !important
}
.ml28 {
    margin-left: 28px !important
}
.pt28 {
    padding-top: 28rem !important
}
.pb28 {
    padding-bottom: 28rem !important
}
.pr28 {
    padding-right: 28px !important
}
.pl28 {
    padding-left: 28px !important
}
.p28 {
    padding: 28rem !important
}

@media (max-width: 767px) {
.p28 {
    padding: 28% !important
}
}
.fs38 {
    font-size: 38px !important
}
.mt29 {
    margin-top: 29rem !important
}
.mb29 {
    margin-bottom: 29rem !important
}
.mr29 {
    margin-right: 29px !important
}
.ml29 {
    margin-left: 29px !important
}
.pt29 {
    padding-top: 29rem !important
}
.pb29 {
    padding-bottom: 29rem !important
}
.pr29 {
    padding-right: 29px !important
}
.pl29 {
    padding-left: 29px !important
}
.p29 {
    padding: 29rem !important
}

@media (max-width: 767px) {
.p29 {
    padding: 29% !important
}
}
.fs39 {
    font-size: 39px !important
}
.mt30 {
    margin-top: 30rem !important
}
.mb30 {
    margin-bottom: 30rem !important
}
.mr30 {
    margin-right: 30px !important
}
.ml30 {
    margin-left: 30px !important
}
.pt30 {
    padding-top: 30rem !important
}
.pb30 {
    padding-bottom: 30rem !important
}
.pr30 {
    padding-right: 30px !important
}
.pl30 {
    padding-left: 30px !important
}
.p30 {
    padding: 30rem !important
}

@media (max-width: 767px) {
.p30 {
    padding: 30% !important
}
}
.fs40 {
    font-size: 40px !important
}
form.wpcf7-form .wpcf7-textarea {
    max-width: 100%
}
.form_bottom label {
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: normal
}
.wpcf7-list-item {
    display: block;
    width: 30%;
    float: left
}
.submit-area {
    text-align: center;
    padding: 15px
}
.submit-area input[type="submit"], .submit-area input[type="button"], .submit-area .btn-submit {
    padding: 10px 20%;
    font-size: 15px;
    border: 1px solid #ed7a1f;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background-color: #9BD3FF;
    color: #333;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}
.submit-area input[type="submit"]:hover, .submit-area input[type="submit"]:active, .submit-area input[type="submit"]:focus, .submit-area input[type="button"]:hover, .submit-area input[type="button"]:active, .submit-area input[type="button"]:focus, .submit-area .btn-submit:hover, .submit-area .btn-submit:active, .submit-area .btn-submit:focus {
    background-color: #fff;
    color: #333
}
.submit-area input[type="submit"][disabled] {
    background: #333;
    color: white;
    cursor: not-allowed
}
.list-cat li.list-group-item {
    border: none;
    padding: 0;
    font-size: 1.3rem
}
#p-blog .post-img {
    border: 5px solid #ccc
}
#p-blog .post-title {
    color: #ed7a1f;
    font-size: 23px
}
#p-blog .post-txt {
    line-height: 1.8
}
#p-blog article img {
    max-width: 100%;
    width: 1em auto
}
#p-blog .link-arrow-move, #p-blog #block-system a .inner span, #block-system a .inner #p-blog span {
    text-decoration: underline
}
#p-blog .cat {
    padding: 5px;
	margin-bottom: 5px;
}
#sidebar #side-recent a {
    display: block
}
#sidebar #side-recent .img-thumbnail {
    padding: 2px
}
#sidebar .cat a {
    color: white
}
#sidebar #side-archive li a:before {
    content: "";
    font-family: FontAwesome;
    color: #333;
    margin-right: .3em
}
#p-info .post p {
    line-height: 1.6
}
#p-info .post-title {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold
}
#p-info .post-title:after {
    content: "";
    margin-left: 0
}
#p-info .intro {
    border-bottom: 2px solid #333
}
#p-information #keyv, #p-blog #keyv {
    min-height: 200px;
    background-color: black
}
#p-information #keyv .ttl-box, #p-blog #keyv .ttl-box {
    top: 54px
}
#p-information .cat {
    color: white !important
}
#p-information .list-post a {
    color: #333
}
#p-information .list-post a:hover, #p-information .list-post a:active, #p-information .list-post a:focus {
    color: #ed7a1f
}
#p-information .list-post a:hover .readmore, #p-information .list-post a:active .readmore, #p-information .list-post a:focus .readmore {
    text-decoration: underline
}
#p-information .post-title {
    font-size: 18px
}
#p-information .post-title.after-block {
    margin-bottom: 0
}
#p-information .brick {
    content: "";
    width: 30px;
    height: 10px;
    background: #333;
    margin: 20px 0;
    display: block
}
#p-information .intro {
    border-bottom: 3px solid #333;
    padding-bottom: 1em
}
#p-information .intro2 {
    border-bottom: 3px solid #333;
    padding-bottom: 1em;
	line-height: 10px;
}
.afc_contents .comment, .afc_contents figcaption {
    color: #aaa
}
.afc_contents h2 {
    border-left: 8px solid #ed7a1f;
    background-color: #EEE;
    padding: 1rem
}
.afc_contents h3 {
    border-left: 8px solid #ed7a1f;
    padding-left: 10px;
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-bottom: 1rem
}
.afc_contents figcaption {
    margin-top: .5rem;
    margin-bottom: 1rem
}
.afc_contents a {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}
.afc_contents a:hover img, .afc_contents a:active img, .afc_contents a:focus img {
    -moz-box-shadow: 0px 3px 15px #666;
    -webkit-box-shadow: 0px 3px 15px #666;
    box-shadow: 0px 3px 15px #666
}
.afc_contents blockquote {
    background-color: #f7f7f7;
    padding: 3%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1%
}
.afc_contents blockquote a {
    display: inline-block;
    text-align: right;
    color: #ed7a1f;
    text-decoration: underline
}
.afc_contents blockquote a:after {
    content: "\f08e";
    font-family: FontAwesome
}
.afc_contents .sheet {
    border: 1px solid #ccc;
    border-spacing: 0;
    width: 100%
}
.afc_contents .sheet th, .afc_contents .sheet td {
    border: 1px solid #ccc;
    padding: 0.8rem;
    border-spacing: 0
}
.afc_contents .sheet th {
    background: #eee
}
.afc_contents .sheet td p {
    margin-bottom: 0
}
.social-area-syncer {
    width: 100%;
    min-height: 190px;
    background: #F5F1E9;
    padding: 1.5em 0
}

@media screen and (min-width: 480px) {
.social-area-syncer {
    min-height: 119px
}
}
ul.social-button-syncer li {
    text-align: center;
    height: 71px;
    margin: 0 auto;
    padding: 0
}
.sc-tw {
    width: 71px
}
.sc-tw svg {
    width: 30px;
    height: 30px
}
.sc-tw a {
    height: 56px;
    margin: 0 auto;
    padding-top: 6px;
    display: block;
    background: #1B95E0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-radius: 2px
}
.sc-tw a:hover {
    color: #fff;
    background: #0c7abf
}
.sc-tw span:before {
    white-space: pre;
    content: "\a"
}
.sc-fb {
    z-index: 99;
    width: 69px
}
.sc-li {
    width: 50px
}
.sc-li-img {
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 36px;
    height: 60px
}

@media screen and (min-width: 480px) {
.sc-li {
    display: none
}
}
#p-about #rinen .inner {
    padding: 60px 0 30px;
    background: white;
    border: 25px solid #333
}
#p-about .dl-horizontal dt, #p-about .dl-horizontal dd {
    margin-bottom: 10px
}
#p-about .ttl-dot {
    margin-top: 0;
    margin-bottom: 1em
}
#p-about .ttl-dot_o {
    margin-top: 0;
    margin-bottom: 1em
}
#p-about .ttl-dot_g {
    margin-top: 0;
    margin-bottom: 1em
}
#p-about .intro {
    line-height: 1.65
}
#p-about .license{
	padding-bottom: 2px;
}
#p-point #contents h3 {
    font-size: 30px;
    margin-bottom: 1.3em
}
#p-point #contents .sc>.container>.row {
    padding: 5%
}
#p-point #contents #point01, #p-point #contents #point03, #p-point #contents #point05 {
    background: white
}
#p-point #contents #point02, #p-point #contents #point04, #p-point #contents #point06 {
    color: white
}
#p-point #contents #point01 h3 {
    color: #DA4453
}
#p-point #contents #point02 {
    background: #F6BB42
}
#p-point #contents #point03 h3 {
    color: #8CC152
}
#p-point #contents #point04 {
    background: #3BAFDA
}
#p-point #contents #point05 h3 {
    color: #3386D0
}

@media (min-width: 768px) {
#p-delivery .timeline .timeline-panel {
    margin-left: -10px
}
#p-delivery .timeline .timeline-inverted .timeline-panel {
    margin-right: -10px;
    margin-left: 0
}
}
#p-delivery .timeline-badge {
    background-color: #ed7a1f;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    line-height: 85px
}

@media (max-width: 767px) {
#p-delivery .timeline-badge {
    margin-left: -10px
}
}
#p-delivery .timeline-badge i {
    font-size: 40px
}
#block-voice .fukidashi {
    background: white;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}
#block-voice .fukidashi:before, #block-voice .fukidashi:after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 40px;
    visibility: visible
}
#block-voice .fukidashi:before {
    left: 30px;
    bottom: -30px;
    margin-left: 0;
    background: white;
    border-radius: 0px 0% 100% 0%;
    z-index: 0;
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}
#block-voice .fukidashi p {
    font-size: 18px
}
#block-voice .fukidashi p:before {
    content: '「'
}
#block-voice .fukidashi p:after {
    content: '」'
}
#block-voice .fukidashi span {
    font-size: 14px;
    text-align: right;
    display: block
}
#p-voice #block-voice .ol-sm-6 {
    min-height: 220px
}
#p-voice #block-voice .ol-sm-6.mb1:nth-child(2n+1) {
    clear: left
}
#block-faq .faq-q, #block-faq .faq-a {
    padding: 17px
}
#block-faq .faq-q:before, #block-faq .faq-a:before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 38px;
    margin-right: 15px
}
#block-faq .faq-q {
    font-size: 15px;
    position: relative;
    background: #CCECFB;
    cursor: pointer
}
#block-faq .faq-q:before {
    background: url(/images/icon/faq-q.png) 0 0 no-repeat;
    vertical-align: middle
}

@media (min-width: 768px) {
#block-faq .faq-q .showAnswer {
    background: url(/images/common/btn_showanswer.gif) 0 0 no-repeat;
    height: 30px;
    width: 120px;
    position: absolute;
    right: 22px;
    top: 22px;
    background-size: cover
}
}
#block-faq .faq-a {
    background: white
}
#block-faq .faq-a:before {
    background: url(/images/icon/faq-a.png) 0 0 no-repeat;
    vertical-align: top
}
#block-faq .faq-a div {
    display: inline-block
}
.item-service {
    margin-bottom: 30px
}
#block-system {
    margin-bottom: 110px
}
#block-system a {
    background: url(/images/bg/border_slantingline_white-black.gif);
    display: block;
    width: 100%;
    text-align: center;
    min-height: 400px;
    font-size: 13px;
    border-style: solid;
    border-width: 15px;
    border-color: rgba(238,238,238,0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
#block-system a .inner {
    background: white;
    padding: 20px;
    min-height: 380px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}
#block-system a .inner .border img {
    margin-bottom: 28px
}
#block-system a .inner h3 {
    color: #ed7a1f;
    font-size: 20px;
    margin: 23px 0 15px
}
#block-system a .inner h4 {
    color: #333;
    font-size: 20px;
    margin: 0 0 1em
}
#block-system a .inner h4+p {
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
    padding-bottom: 1em;
    text-align: left;
    font-size: 13px
}
#block-system a:hover, #block-system a:active, #block-system a:focus {
    border: 15px solid #ed7a1f
}
#block-system a:hover .inner, #block-system a:active .inner, #block-system a:focus .inner {
    margin: 0
}
#block-system a:hover .inner span, #block-system a:active .inner span, #block-system a:focus .inner span {
    color: #ed7a1f
}
#block-system a:hover .inner span:after, #block-system a:active .inner span:after, #block-system a:focus .inner span:after {
    right: 0;
    color: #ed7a1f
}
#block-service .item-service {
    color: #333;
    min-height: 400px
}
.heavy_achievement img{
    margin-bottom: 80px;
	margin-top: 20px;
	width: 300px;
	height: auto;
}
.heavy_achievement span{
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 10px;
}
.heavy_achievement{
	display: inline-block;
}

.heavy_achievement ul li{
    list-style-type:none;
	display: inline-block;
}
.heavy_achievement ul{
    padding: 0;
}
.heavy_achievement li{
    margin-right: 80px;
	vertical-align: top;
}
@media (max-width: 767px) {
	.heavy_achievement img{
    margin-bottom: 60px;
	margin-top: 20px;
	width: 100%;
	height: auto;
}
.heavy_achievement span{
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 10px;
}
.heavy_achievement{
	display: block;
}
.heavy_achievement ul{
    padding: 0;
}
.heavy_achievement ul li{
    list-style-type:none;
	display: block;
}
.heavy_achievement li{
    margin-right: inherit;
	vertical-align: inherit;
}
}

@media (max-width: 767px) {
#block-service .item-service {
    min-height: 190px !important
}
}
#block-service .item-service h3 {
    font-size: 16px
}

@media (max-width: 767px) {
#block-service .item-service h3 {
    font-size: 14px
}
	
}
#block-service .item-service p {
    font-size: 14px
}
#p-service #post h3 {
    color: #026CC4
}
#p-service #post .body p {
    font-size: 16px;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    line-height: 1.56
}
#p-service #post .body h4 {
    color: #ed7a1f;
    font-size: 20px;
    letter-spacing: 1px
}
#p-service #case dl {
    background: white !important
}
#p-service #case dl dt {
    color: #ed7a1f
}
#p-service #case dl dd {
    margin-left: 100px
}
.list-service-bottom {
    border-left: 1px solid #026CC4;
    border-top: 1px solid #026CC4
}
.list-service-bottom li {
    padding-left: 0;
    padding-right: 0
}
.list-service-bottom li a {
    border-bottom: 1px solid #026CC4;
    border-right: 1px solid #026CC4;
    display: block;
    color: #333;
    background-color: #F0F9FF;
    font-size: 16px;
    padding: 16px
}

@media (max-width: 767px) {
.list-service-bottom li a {
    font-size: 11px
}
}
.list-service-bottom li a i {
    color: #80B5E1;
    float: right;
    font-size: 200%;
    margin-top: -3%
}
#video {
    width: 100%;
    margin: 0 auto -1em;
    position: relative;
    height: auto
}
#video #videowrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 99.4%;
    background: url(/images/common/overlay.png) repeat;
    z-index: 10
}

@media (max-width: 767px) {
#video #videowrap {
    height: 97%
}
}
#video #copy {
    position: absolute;
    color: white;
    top: 50%;
    left: 10%;
    display: block;
    width: 60%;
    z-index: 20;
    font-size: 30px;
    margin-top: -4em
}

@media (max-width: 767px) {
#video #copy {
    font-size: 15px;
    top: 46%;
    width: 80%
}
}
#video #copy i {
    font-size: 200%;
    display: block;
    font-style: normal;
    font-weight: bold
}
#p-home .keyv ul li {
    position: relative
}
#p-home .copy {
    position: absolute;
    color: white;
    top: 50%;
    left: 10%;
    display: block;
    width: 60%;
    z-index: 20;
    font-size: 30px !important;
    margin-top: -4em;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.8)
}

@media (max-width: 767px) {
#p-home .copy {
    font-size: 15px !important
}
}
#p-home .copy i {
    font-size: 200%;
    display: block;
    font-style: normal;
    font-weight: bold
}
#p-home .copy span {
    display: block
}
#p-home .keyv img {
    width: 100%
}
#p-home #contents {
    padding-top: 0
}

@media (max-width: 767px) {
#p-home #block-point li {
    width: 92%
}
}

@media (min-width: 768px) {
#p-home #block-point li {
    width: 28.8%;
    margin-bottom: 1rem
}
}

@media (min-width: 992px) {
#p-home #block-point li {
    width: 16.8%
}
}

@media (min-width: 1200px) {
#p-home #block-point li {
    width: 17.4%
}
}



#p-home #block-point li a:hover, #p-home #block-point li a:active, #p-home #block-point li a:focus {
    animation: flash 1.5s;
    -webkit-animation: flash 1.5s
}
@keyframes flash {
0% {
background-color:#FAFAFA
}
20% {
background-color:#fff
}
100% {
background-color:#FAFAFA
}
}
@-webkit-keyframes flash {
0% {
background-color:#FAFAFA
}
20% {
background-color:#fff
}
100% {
background-color:#FAFAFA
}
}
#p-home #block-point li a span {
    display: block;
    margin-bottom: 5px
}
#p-home #block-point #point01 a {
    color: #D94452
}
#p-home #block-point #point02 a {
    color: #EC9F00
}
#p-home #block-point #point03 a {
    color: #729E43
}
#p-home #block-point #point04 a {
    color: #3BAFDA
}
#p-home #block-point #point05 a {
    color: #3387D0
}
#p-home section, #p-home .sc {
    margin-bottom: 80px
}
#p-home .bg-gray {
    padding-top: 80px
}
#p-home #block-service .row a {
    color: #333;
    display: block
}
#p-home #block-service .row a h3 {
    font-size: 16px
}
#p-home #block-service .row a p, #p-home #block-service .row a span {
    font-size: 14px
}
#p-home #block-service .row a:active, #p-home #block-service .row a:hover {
    text-decoration: none
}
#p-home #block-news {
    padding: 0 0 80px 0;
}
#p-home #block-news a.cat {
    background: #ed7a1f;
    padding: 3px 10px
}
#p-home #block-news a.excerpt {
    color: #333
}
#p-home #block-news a.excerpt:hover, #p-home #block-news a.excerpt:active, #p-home #block-news a.excerpt:focus {
    text-decoration: underline
}
#p-home #block-about .table-row {
    min-height: 640px
}
#p-home #block-about .col-md-6 {
    background-color: rgba(237,122,31,0.7)
}

#p-home #block-recruit .table-row {
    min-height: 640px
}

#p-home #block-contact .sc {
    margin-top: 80px
}
.inline{
	display: inline-block;
	width: 50%;
	}
.center2{
	text-align: center;
	margin: 0 auto;
}
.ttl-box2 {
    position: relative;
    text-align: center;
    padding: 10px 15px 0px;
    margin: 40px auto;
	margin-right: 57%;
}
@media (max-width: 750px){
	.ttl-box2 {
		position: relative;
		text-align: center;
		padding: 10px 15px 0px;
		margin: 40px auto;
		margin-right: 20%;
	}
	}
	.ttl-box2 h2, .ttl-box h1 {
		font-size: 15px;
		text-shadow: 0px 1px 2px rgba(255,255,255,0.8)
	}
	.ttl-box2 h2 i, .ttl-box h1 i {
		font-style: normal;
		position: absolute;
		display: block;
		width: 100%;
		top: -43px;
		font-size: 60px;
		font-weight: bold;
		letter-spacing: 15px
	}
@media (max-width: 480px){
	.ttl-box2 h2 i, .ttl-box h1 i {
		font-style: normal;
		position: absolute;
		display: block;
		width: 100%;
		top: -43px;
		font-size: 43px;
		font-weight: bold;
		letter-spacing: 15px
	}
}



/*About背景*/
#p-home #block-about {
	background: url(/images/bg/block_about.webp);
	background-size: cover;
	color: white;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*About背景*/
	#p-home #block-about {
		background: url(/images/bg/block_about_sp.webp);
		background-size: cover;
		color: white;
	}
}

/*Recruit背景*/
#p-home #block-recruit {
	background: url(/images/bg/block_recruit.webp);
	background-size: cover;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*About背景*/
	#p-home #block-recruit {
		background: url(/images/bg/block_recruit_sp.webp);
		background-size: cover;
	}
}

/*Map背景*/
#p-home #block-contact {
	background: url(/images/bg/block_map.webp);
	background-size: cover
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*Map背景*/
	#p-home #block-contact {
		background: url(/images/bg/block_map_sp.webp);
		background-size: cover
	}
}





@media (max-width: 750px){
	.ttl-box2 h2 i, .ttl-box h1 i {
		font-style: normal;
		position: absolute;
		display: block;
		width: 100%;
		top: -43px;
		font-weight: bold;
		letter-spacing: 15px
	}
}

@media (max-width: 767px) {
.ttl-box2 h2 i, .ttl-box2 h1 i {
    font-size: 43px;
    letter-spacing: 6px;
    top: -61px;
    margin-left: -1rem;
    word-wrap: break-word;
}
}
.ttl-box2 h2 i {
    font-size: 40px;
    top: -24px;
    margin-left: -15px;
}
.ttl-box2 .lead {
    font-size: 35px !important;
    color: white;
    font-weight: bold;
}

@media (max-width: 767px) {
.ttl-box2 .lead {
    font-size: 25px !important
}
}
.ttl-box2 .lead+p {
    color: white
}
.ttl-box-white {
    color: white
}
.ttl-box2-white h2, .ttl-box-white h1 {
    text-shadow: 0px 3px 3px rgba(0,0,0,0.8)
}
.ttl-box2-white h2:after, .ttl-box-white h1:after {
    background: white
}



.staff_blog{
	display: inline-block;
	width: 49%;
	padding: 0 0 50px 50px ;
	
}
@media (max-width: 750px){
.staff_blog{
    display: block;
    width: 100%;
	padding: initial;
	margin: 0 40px;
}
}

.blog2{
	display: inline-block;
	width: 49%;
}
@media (max-width: 750px){
.blog2{
    display: block;
    width: 100%;
    margin: 0 40px;
}
}

.staff_blog .blog2{
	padding: 0 0 0 50px ;
}


.col-md-offset {
    margin-left: 8%;
}

.col-md {
    width: 33.33333333%;
}

.verticalLine {
  	border-left: thin solid  #000000;
}
@media (max-width: 750px){
.verticalLine {
  	border-left: none;
}
}

.row2 {
    margin-right: 23px!important;
    margin-left: -48px!important;
}

.btn-block2 {
   /* display: block;*/
    width: 75%;
	margin-top: 20px;
}
@media (max-width: 750px){
.btn-block2 {
    /* display: block; */
    width: 246%;
    position: relative;
    left: -34px;
    margin-top: 20px;
}
}
.h5, h5{
	font-size: 25px;
}

@media (min-width: 1200px){
.container2 {
    width: 1170px!important;
    position: relative!important;
    bottom: 50px!important;
}
}
@media (min-width: 992px){
.container2 {
    width: 970px!important;
}
}
@media (min-width: 768px){
.container2 {
    width: 750px!important;
}
}
#wrapper {
  width:100%;
  overflow:hidden;
}

.img2 {
	width: 261px!important;
	height: 263px!important;
	object-fit: cover;
}

@media (max-width: 1199px){
.img2 {
	height: 211px!important;
	object-fit: cover;
}
}
@media screen and (max-width: 991px) {
.img2 {
	height: 156px!important;
	object-fit: cover;
}
}
.col{
	width: 25%;
    position: relative;
    bottom:31px;
}
@media (max-width: 750px){
.col{
	width: 50%!important;
    position: relative;
    bottom:31px;
}
.img2 {
    width: 261px!important;
    height: 140px!important;
    object-fit: cover;
}
}
.col2{
    position: relative;
    bottom:31px;
}
.center_box{
	position:relative;
   left:-50%;
}
.padding{
	padding-top: 100px;
}

#warehouse h5{
	font-size: 20px;
	display: block;
	text-align: center;
	background-color: #026CC4;
	padding:2% 5%;
	width: 100%;
	color: #fff;
}
#warehouse .box01 {
  margin-bottom: 10vh;
}
#warehouse_box {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 5vh;
}

@media screen and (max-width: 767px) {
  #warehouse_box {
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 0px;  
  }
}

#warehouse_box h2 {
  font-size: 8rem !important;
	    
}

/*#company h2:after {
  top: 48%;
  right: -170px;
  width: 220px;
}*/

#warehouse_box table {
  float: center;
  margin-top: 0;
}

#warehouse_box table tr {
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

#warehouse_box table tr:first-child {
  border-top: 1px solid #ffffff;
}

#warehouse_box table tr td {
  padding: 20px 70px;
}
#warehouse_box th {
  font-size: 16px;
}
#warehouse_box td {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
#warehouse_box h2 {
  font-size: 4rem !important;
	margin-bottom: 30px;
}

#warehouse_box h2:after {
  top: 45%;
    right: -79px;
    width: 80px;
}

#warehouse_box table {
  float: inherit;
  margin-top: 0px;
width: 100%;
}

#warehouse_box table tr {
  border-bottom: 1px solid #ffffff;
  text-align: left;
}

#warehouse_box table tr:first-child {
  border-top: 1px solid #ffffff;
}

#warehouse_box table tr td {
  padding: 20px 0px;
}
#warehouse_box th {
  width: 80px;
}	
}
/*[class^="img-flex-"] {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}*/
[class^="img-flex-"] {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.img-flex-2 img { max-width: 49%!important; height: auto!important;}
.img-flex-3 img { max-width: 32%!important; height: auto!important;}
.img-flex-4 img { max-width: 24%!important; height: auto!important;}

@media screen and (max-width: 767px) {
[class^="img-flex-"] {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
/*[class^="img-flex-"] {
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}*/
}
.img_inline{
	
}
.img_inline ul{
	padding: 0;
}
.img_inline ul li{
	display: inline-block!important;
}
.img_inline li{
	width: 32%!important;
	margin-bottom: 20px!important;
	margin-right: 5px;
	justify-content: space-between!important;
}
.img_inline img { max-width: 100%!important; height: auto!important;}
@media screen and (max-width: 767px) {
.img_inline li{
	width: 49%!important;
	margin-bottom: 5px!important;
	margin-right: 0;
	justify-content: space-between!important;
}
.img_inline img { max-width: 100%!important; height: auto!important;}
}

.mapArea {
	position: relative;
	width: 100%;
	height: 481px;
}

.mapArea .readTextLarge { font-size: 140%; 
}

.mapArea .readTextMiddle { font-size: 135%; 
}

.overMap {
	position: relative;
	width: 475px;
	height: 481px;
	margin-left: 10px;
}
.overMap ul li {
	position:absolute;
}
.overMap .btn01 {
	width: 102px;
	height: 29px;
	left: 334px;
	top: 216px;
}
.overMap .btn02 {
	width: 102px;
	height: 29px;
	left: 363px;
	top: 73px;
}
.overMap .btn03 {
	width: 102px;
	height: 29px;
	left: 233px;
	top: 254px;
}
.overMap .btn04 {
	width: 102px;
	height: 29px;
	left: 109px;
	top: 234px;
}
.overMap .btn05 {
	width: 112px;
	height: 29px;
	left: 175px;
	top: 197px;
}
.overMap .btn06 {
	width: 102px;
	height: 29px;
	left: 0px;
	top: 374px;
}
.overMap .btn07 {
	width: 181px;
	height: 26px;
	left: 272px;
	top: 322px;
}
.overMap .btn08 {
	width: 181px;
	height: 26px;
	left: 123px;
	top: 360px;
}
.overMap .btn09 {
	/* width: 102px; */
	/* height: 29px; */
	/* left: 33px; */
	/* top: 271px; */
}
.overMap .btn10 {
	width: 102px;
	height: 29px;
	left: 241px;
	top: 160px;
}
.overMap .btn11 {
	width: 73px;
	height: 26px;
	left: 215px;
	top: 322px;
}

.borderBox {
	padding:16px 22px;
}
.borderBox .col2RightText {
	width:380px;
}
.borderBox h3 {
	font-size:170%;
}

.map{
	background: url(../wp-content/themes/dstp/images/about/map-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1100px;
    width: 100%;
    /* display: block; */
    /* margin: 0 80px; */
    background-position: center center;
    overflow: hidden;
	margin-bottom: 100px;
}
.maptest{
	background: url(../wp-content/themes/dstp/images/about/0703map.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1100px;
    width: 100%;
    /* display: block; */
    /* margin: 0 80px; */
    background-position: center center;
    overflow: hidden;
	margin-bottom: 100px;
}
.warehousemap{
	background: url(../wp-content/themes/dstp/images/about/warehousemap.png);
	 background-repeat: no-repeat;
    background-size: contain;
    height: 1100px;
    width: 100%;
    /* display: block; */
    /* margin: 0 80px; */
    background-position: center center;
    overflow: hidden;
	margin-bottom: 100px;
}
.warehousemap .b3 {
    position: relative;
    top: 180px!important;
    left: 500px;
}
.warehousemap .b3 li:nth-child(1) {
    background-color: #348dcd!important;
    position: relative;
    left: 0;
}
.warehousemap .b2 {
    top: 350px!important;
}
.warehousemap .b2 li:nth-child(2) {
    top: 45px!important;
}
.warehousemap .b1 {
    position: relative;
    top: 678px!important;
    left: -80px!important;
}
.warehousemap .b1 li:nth-child(1){
	background-color: #348dcd!important;
}
.warehousemap .b6 {
    position: relative;
    top: 540px!important;
    left: 600px!important;
}
.warehousemap .b6 li:nth-child(1) {
    background-color: #348dcd!important;
}
.map ul li{
	background-color: #ed7123;
    padding: 1% 2%;
    margin: 10px 0;
    list-style: none!important;
    width: 210px;
    color: #fff;
}
.sample5-2::before{
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow{
        position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	transition: all 0.3s ease;
}
.arrow:hover{
	color: #fff;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 150px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.map .b1{
	position: relative;
    top: 568px;
    left: 30px;
}

.map .b1 li:nth-child(1){
	position: relative;
	left: 70px;
}
.map .b1 li:nth-child(2){
	background-color: #555;
	position: relative;
	left: 70px;
}
.maptest .b1 li:nth-child(2){
	   left: 44px;
}
.map .b1 li:nth-child(3){
	background-color: #348dcd;
}
.map .b2{
	position: relative;
    top: 244px;
    left: 240px;
}
.maptest .b2{
	top: 225px;
}
.map .b2 li:nth-child(1){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.map .b2 li:nth-child(2){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.map .b2 li:nth-child(3){
	background-color: #348dcd;
}
.map .b3{
	position: relative;
    top: -15px;
    left: 500px;
}

.map .b3 li:nth-child(1){
	background-color: #58b53f;
	position: relative;
	left: 0;
}


.map .b3 li:nth-child(2){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.map .b3 li:nth-child(3){
	background-color: #348dcd;
}
.map .b4{
	    position: relative;
	    top: -40px!important;
	    left: 900px;
}
.maptest .b4{
	    position: relative;
	    top: -75px;
	    left: 900px;
}
.map .b4 li:nth-child(1){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.map .b4 li:nth-child(2){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.map .b4 li:nth-child(3){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.maptest .b4 li:nth-child(2){
	background-color: #348dcd;
	position: relative;
	left: 0;
}
.map .b5{
	position: relative;
	top: 90px;
	left: 680px;
	z-index: 1;
}
.maptest .b5{
	top: 20px;
}
.map .b5 li:nth-child(1){
	background-color: #ed7123;
	position: relative;
	left: 20px;
	width: 210px;
}
.map .b5 li:nth-child(2){
	background-color: #ed7123;
	position: relative;
	left: 0;
}
.map .b6{
	position: relative;
    top: -5px;
    left: 400px;
}

.map .b6 li:nth-child(1){
	background-color: #58b53f;
	position: relative;
	left: -30px;
	width: 210px;
}
.maptest .b6 li:nth-child(1){
	background-color: #58b53f;
}
.map .b6 li:nth-child(2){
	background-color: #ed7123;
	position: relative;
	left: 20px;
	width: 210px;
}
.maptest .b6 li:nth-child(2){
	background-color: #ed7123;
}
.map .b6 li:nth-child(3){
	background-color: #348dcd;
	position: relative;
	left: 75px;
}
.map .b6 li:nth-child(4){
	background-color: #348dcd;
	position: relative;
	left: 140px;
}
.map .b7{
	position: relative;
    top: -7px;
    left: 400px;
}
.map_category{
	background: #fff;
    padding: 1% 2%;
    border-radius: 5px;
    width: fit-content;
    float: right;
    margin: 0 0 0 auto;
    position: relative;
    bottom: 200px;
}
.map_category ul li{
	list-style: none;
}
.map_category ul{
	padding: 0;
	margin: 0
}
.map_category li:nth-child(1){
	color: #348dcd;
	font-size: 15px;
}
.map_category li:nth-child(1):before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
	background-color: #348dcd;  /* 背景色指定 */
		margin-right: 5px;

}
.map_category li:nth-child(2){
	color: #ed7123;
	font-size: 15px;
}
.map_category li:nth-child(2):before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
	background-color: #ed7123;  /* 背景色指定 */
		margin-right: 5px;

}
.map_category li:nth-child(3){
	color: #58b53f;
	font-size: 15px;
}
.map_category li:nth-child(3):before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
	background-color: #58b53f;  /* 背景色指定 */
	margin-right: 5px;
}
@media screen and (max-width: 1200px){
	.map_ovewrwrap{
		width: 1000px;	
	}
	.map{
		background: url(../wp-content/themes/dstp/images/about/map-2.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 900px;
		width: 100%;
		/* display: block; */
		/* margin: 0 80px; */
		background-position: center center;
		overflow: hidden;
		margin-bottom: 100px;
	}
	.map ul li{
		background-color: #ed7123;
		padding: 1% 2%;
		margin: 10px 0;
		list-style: none!important;
		width: 200px;
		color: #fff;
	}
	.sample5-2::before{
		left: 3px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.arrow{
			position: relative;
		display: inline-block;
		padding: 0 16px 0 0;
		color: #fff;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
	}
	.arrow::before,
	.arrow::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 150px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.map .b1{
		position: relative;
		top: 440px;
		left: 0px;
	}
	.map .b1 li:nth-child(1){
		position: relative;
		left: 70px;
	}
	.map .b1 li:nth-child(2){
		background-color: #555;
		position: relative;
		left: 70px;
	}
	.map .b1 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b2{
		position: relative;
		top: 155px;
		left: 180px;
	}
		.maptest .b2{
		top: 145px;
	}
	.map .b2 li:nth-child(1){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.map .b2 li:nth-child(2){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.map .b2 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b3{
		position: relative;
		top: -70px;
		left: 405px;
	}

	.map .b3 li:nth-child(1){
		background-color: #58b53f;
		position: relative;
		left: 0;
	}


	.map .b3 li:nth-child(2){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.map .b3 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b4{
		position: relative;
		top: -90px !important;
		left: 770px;
		transform: scale(0.9);
		transform-origin: top left;
	}
	.map .b4 li:nth-child(1){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.map .b4 li:nth-child(2){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.maptest .b4 li:nth-child(2){
		background-color: #348dcd;
	}
	.map .b4 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b5{
		position: relative;
		top: -85px;
		left: 600px;
	}
	.map .b5 li:nth-child(1){
		background-color: #ed7123;
		position: relative;
		left: 0px;
		top: 40px;
		width: 210px;
	}
	.map .b5 li:nth-child(2){
		background-color: #ed7123;
		position: relative;
		left: 0;
	}
	.map .b6{
		position: relative;
		top: -120px;
		left: 310px;
	}
		.maptest .b6{
			top: -129px;
		left: 319px;
		}
	.map .b6 li:nth-child(1){
		background-color: #58b53f;
		position: relative;
		left: 0;
		width: 210px;
	}
		.maptest .b6 li:nth-child(1){
		background-color: #ed7123;
	}
	.map .b6 li:nth-child(2){
		background-color: #ed7123;
		position: relative;
		left: 20px;
		width: 210px;
	}
	.maptest .b6 li:nth-child(2){
		background-color: #348dcd;
	}
	.map .b6 li:nth-child(3){
		background-color: #348dcd;
		position: relative;
		left: 75px;
	}
	.map .b6 li:nth-child(4){
		background-color: #348dcd;
		position: relative;
		left: 140px;
	}
}
@media screen and (max-width: 767px) {
	.map_ovewrwrap{
		width: auto;	
	}
	.map{
		background: url(../wp-content/themes/dstp/images/about/map_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top center;
		height: 800px;
		width: 350px;
		min-width: 350px;
		/* display: block; */
		/* margin: 0 80px; */
		background-position: center center;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 100px;
		position: relative;
	}
	.maptest{
		background: url(../wp-content/themes/dstp/images/about/0703maptest_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 900px;
		width: 100%;
		/* display: block; */
		/* margin: 0 80px; */
		background-position: center center;
		overflow: hidden;
		margin-bottom: 100px;
	}
	.warehousemap{
		background: url(../wp-content/themes/dstp/images/about/warehousemap_sp.png);
		background-repeat: no-repeat;
		background-size: contain;
		height: 600px;
		width: 100%;
		/* display: block; */
		/* margin: 0 80px; */
		background-position: center center;
		overflow: hidden;
		margin-bottom: 0px;
	}
	.warehousemap .b3{
		top: 160px!important;
		left: 90px!important;
	}
	.warehousemap .b6 {
		top: 180px!important;
		left: 69px!important;
	}
	.warehousemap .b1 {
		position: relative;
		top: 200px!important;
		left: -40px!important;
	}
	.warehousemap .b2 {
		top: 0px!important;
	}
	.map ul li{
		background-color: #ed7123;
		padding: 2% 3%;
		margin: 8px 0;
		list-style: none!important;
		width: 140px;
		color: #fff;
	}
	.sample5-2::before{
		left: 3px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.arrow{
			position: relative;
			display: inline-block;
			padding: 0 16px 0 0;
			color: #fff;
			vertical-align: middle;
			text-decoration: none;
			font-size: 12px;
	}
	.arrow::before,
	.arrow::after{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 120px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.map .b1{
		position: absolute;
		top: 280px;
		left: -30px;
	}
	.maptest .b1{
		top: 320px;
		left: -30px;
	}
	.map .b1 li:nth-child(1){
		position: relative;
		left: 0;
	}
	.map .b1 li:nth-child(2){
		background-color: #555;
		position: relative;
		left: 1px;
	}
	.map .b1 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b2{
		position: absolute;
		top: 145px;
		left: 20px;
	}
	.maptest .b2{
		top: 49px;
	}
	.map .b2 li:nth-child(1){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.map .b2 li:nth-child(2){
		background-color: #348dcd;
		position: relative;
		left: -17px;
	}
	.map .b2 li:nth-child(3){
		background-color: #348dcd;
		position: relative;
		left: -27px;
	}
	.map .b3{
		position: absolute;
		top: 17px;
		left: 66px;
	}
	.map .b3 li:nth-child(1){
		background-color: #58b53f;
		position: relative;
		left: 42px;
	}

	.map .b3 li:nth-child(2){
		background-color: #348dcd;
		position: relative;
		left: 19px;
	}
	.maptest .b3 li:nth-child(2){
		left: 12px;
    	top: 41px;
	}
	.map .b3 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b4{
		position: absolute;
		top: 450px !important;
		left: unset;
		z-index: 10;
		right: -18px;
	}
	.map .b4 li:nth-child(1){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.maptest .b4 li:nth-child(1){
		background-color: #348dcd;
		top: -408px;
		left: -70px;
	}
	.map .b4 li:nth-child(2){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.maptest .b4 li:nth-child(2){
		background-color: #ed7123;
	}
	.map .b4 li:nth-child(3){
		background-color: #348dcd;
	}
	.maptest .b4 li:nth-child(3){
		background-color: #348dcd;
	}
	.map .b5{
		position: absolute;
		top: 550px;
		left: 65px;
	}
	.maptest .b5{
		top: 170px;
		left: 57px;
	}
	.map .b5 li:nth-child(1){
		background-color: #ed7123;
		position: relative;
		left: 85px;
		width: 140px;
		top: 65px;
	}
	.map .b5 li:nth-child(2){
		background-color: #ed7123;
		position: relative;
		left: 33px;
	}
	.map .b6{
		position: absolute;
		top: 500px;
		left: 24px;
	}
	.maptest .b6{
	    top: -67px;
    	left: 36px;
	}
	.map .b6 li:nth-child(1){
		background-color: #58b53f;
		position: relative;
		left: -30px;
		width: 140px;
	}
	.maptest .b6 li:nth-child(1){
		background-color: #58b53f;
	}
	.map .b6 li:nth-child(2){
		background-color: #ed7123;
		position: relative;
		left: -30px;
		width: 140px;
	}
	.maptest .b6 li:nth-child(2){
		background-color: #ed7123;
	}
	.map .b6 li:nth-child(3){
		background-color: #348dcd;
		position: relative;
		left: -15px;
	}
	.map .b6 li:nth-child(4){
		background-color: #348dcd;
		position: relative;
		left: 0;
	}
	.map_category{
		background: #fff;
		padding: 4% 8%;
		border-radius: 5px;
		width: fit-content;
		float: right;
		margin: 0 0 0 auto;
		position: relative;
		bottom: 186px;
	}
	.map_category ul li{
		list-style: none;
	}
	.map_category ul{
		padding: 0;
		margin: 0
	}
	.map_category li:nth-child(1){
		color: #348dcd;
		font-size: 13px;
	}
	.map_category li:nth-child(1):before {
		content:  "";     /* 空の要素作成 */
		width:  10px;               /* 幅指定 */
		height:  10px;              /* 高さ指定 */
		display:  inline-block;     /* インラインブロックにする */
		background-color: #348dcd;  /* 背景色指定 */
			margin-right: 5px;

	}
	.map_category li:nth-child(2){
		color: #ed7123;
		font-size: 13px;
	}
	.map_category li:nth-child(2):before {
		content:  "";     /* 空の要素作成 */
		width:  10px;               /* 幅指定 */
		height:  10px;              /* 高さ指定 */
		display:  inline-block;     /* インラインブロックにする */
		background-color: #ed7123;  /* 背景色指定 */
			margin-right: 5px;

	}
	.map_category li:nth-child(3){
		color: #58b53f;
		font-size: 13px;
	}
	.map_category li:nth-child(3):before {
		content:  "";     /* 空の要素作成 */
		width:  10px;               /* 幅指定 */
		height:  10px;              /* 高さ指定 */
		display:  inline-block;     /* インラインブロックにする */
		background-color: #58b53f;  /* 背景色指定 */
		margin-right: 5px;
	}
}


.box_cool{
	width: auto;
}
.cool{
	margin-bottom: 0;
    display: block;
    width: 100%;
}
.cool .cool_1{
	width: 100%;
}
.cool_2{
	    width: auto;
}
.cool .cool_1 h3 {
  padding: 0.4rem 0 0.4rem 2rem;
  border-left: 8px solid #ed7a1f;
	font-size: 30px;
	color: #000!important;
	margin-bottom: 50px;
	margin-top: 50px;
	line-height: 1.2em;
}
.cool .cool_1 p {
	margin-top: -30px;
}
.cool .cool_1 h3 span {
background: linear-gradient(transparent 60%, #ffe600 50%);
}

.cool_box{
  border: 2px solid #f3f3f1;
  border-radius: 0;
  position: relative;
  margin-top: 3em;
}

.cool_box h4{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1.2em;
}

.cool_box span{
  padding: 0 .5em;
  background: #FFF;
  color: #0094D6;
	font-size: 16px;
}
.cool_box .inner{
	padding: 1.8em .5em 1.8em;
	margin: 0 auto!important;
	text-align: center!important;
}
.cool_box .inner span{
}
.cool_box .box-check__icon {
    font-size: 23px !important;
    margin-bottom: 0px !important;
	color: #000000;
}
.cool_box .box-check__icon:before {
    content: "\f046";
    font-family: fontawesome;
    color: #ed7a1f;
    font-size: 23px;
    margin-right: .5em
}
.cool_2 ul{
	padding-left: 0!important;
}
.cool_2 ul li{
	display: inline-block;
}
.cool_2 ul li img{
vertical-align:;
    margin-left: 50px;
    width: 500px;
}
@media screen and (max-width: 1200px){
	.cool_2 ul li{
		display: block;
	}
	.cool_2 ul li img{
		margin-left: 0;
		width: 80%;
	}
}
@media screen and (max-width: 767px){
.box_cool{
	width: auto;
	overflow: hidden;
	margin-top: -50px;
}
.cool .cool_1 h3 {
	font-size: 24px;
}
#gallery-1 .gallery-item {
    float: inherit!important;
    margin-top: 10px;
    text-align: center;
    width: 100%!important;
}
	}
.kansai_img{
	padding: 10px 0 50px 0;
	display: inline-block;
}
.kansai_img img{
	display: inline-block;
	width: 500px;
	height: auto;
}
@media screen and (max-width: 767px){
	.kansai_img{
	padding: 10px 0 30px 0;
	display: block;
}
.kansai_img img{
	display: block;
	width: 100%;
	height: auto;
}
	}
.quality1 .content01{
	margin: 50px 0;
}
.quality1 .box01{
	width: 48%;
	display: inline-block;
}
.quality1 .box01 p{
	font-size: 40px!important;
	font-weight: 900;
	line-height: 1.6em;
}
.quality1 .under_yellow{
	    background: linear-gradient(transparent 50%, #ffe500 10%);
    padding-bottom: 4px;
}
.quality1 .text01{

	line-height: 1.8em;
	margin-top: 2em;
}
.quality1 .box02{
	 width: 48%;
	display: inline-block;
	position: absolute;
	margin: 0 0 0 5%;
}
.quality1 .box02 img{
	 width: 60%;
}









@media screen and (min-width: 1000px){
.quality_common{
	width: 800px;
	margin:0 auto;
	margin-bottom: 15vh;
}
}

.quality_tit{
	 font-size: 30px;
    border-left: 6px solid;
    border-color: #3F92D9;
	margin: auto 0;
    font-weight: 600;
    padding-left: 20px;
	margin-bottom: 2em;
	margin-top: 2em;
}

.quality_common .content_tit{
	font-size: 16px;
    font-weight: 600;
    border: 2px solid black;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 12px 25px;
    width: fit-content;
    border-radius: 30px;
}

.quality2 .quality2_slogan{
	background: #F2F2F2;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.quality2_slogan1{
	font-size: 35px!important;
    font-family: serif;
    font-weight: 700;
    text-align: center;
    margin: 1em 0 0.5em 0;
    letter-spacing: 0.15em;
}

.quality2_slogan2{
	display: flex;
    flex-direction: row;
    justify-content: center;
	font-family: serif;
    font-size: 16px;
}
.quality2 .content01 .content_box{
	    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 3em;
	margin-bottom: 4em;
}

.quality2 .content_box1 img{
	width: 88%;
}

.quality2 .content_box2 img{
	width: 60%;
}

.quality3 p{
 
    line-height: 1.8em;
    margin-top: 2em;
	margin: auto 0;
}

.quality3_img{
	width: 70%;
	display: block;
    margin: 3em auto;
}

.quality_table{
	display: flex;
	justify-content: space-between;
}
.quality_table img{
	width: 50px;
    margin: 15px;
}


.quality_table table{
	border: #DDDDDD 1px solid;
}

.quality_table th{
	background: #F2F2F2;
}

.quality_table td{
	padding: 2em;
    text-align: center;
}


.qua_tb_head1{
	display: flex;
	justify-content: center;
}

.quality_table .box01{
	width: 45%;
}

.quality4 h6{
	    font-size: 20px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
	line-height: 1.8em;
}

.quality4 .box01 img{
	width: 25px;
	margin-right: 13px;
	margin-top: 5px;
}
.quality4 .box01{
	    background: #F2F2F2;
    padding: 2em 8em;
    border-radius: 30em;
	line-height: 1.8em;
	margin-bottom: 3em;
}
.quality4 .box01_ct{
	display: flex;
	align-items:flex-start;
}

.quality-page{
	margin-top: 3em;
}
/*追加240307*/
.quality-page2{
	margin-top: 1em;
}
.quality5 .mark_box01{
	    display: flex;
}
.quality5 h7{
	display: flex;
    text-align: center;
    justify-content: center;
	font-size: 30px;
    font-weight: 600;
    color: #3F92D9;
    margin: 30px 0px;
	margin-bottom: 10px;
}
.quality5 .mark_box01{
	background: #F2F2F2;
    padding: 2em 8em;
    border-radius: 30em;
	line-height: 1.8em;
	margin-bottom: 3em;
	margin-top: 2em;
}
.quality5 .mark_box01 img{
	width: 85px;
	margin-right: 13px;
	margin-top: 5px;
}
.quality5 img{
	width: 100%;
}
.quality5 h8{
	font-size: 19px;
    font-weight: 600;
    line-height: 33px;
	margin-top: 10px;
    margin-left: 10px;
}


@media screen and (max-width: 820px){
	
	.quality1 .box01 {
    width: 100%;
}
	
	.quality1 .box02 {
    width: 48%;
    position: absolute;
    right: 0;
    margin: 0 auto;
}
	
	.quality1 .box02 img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
/*追加240308*/
	.quality5 h7{
	display: flex;
    text-align: center;
    justify-content: center;
	font-size: 22px;
    font-weight: 600;
    color: #3F92D9;
    margin: 0px 0px;
}
	.quality5 .mark_box01 img{
	width: 100px;
	margin-right: 3px;
}
	.quality5 h8{
	font-size: 12px;
    font-weight: 600;
    line-height: 23px;
}
.quality5 img{
	width: 100%;
}
.pc {
display:none;
}
	.quality5 .mark_box01{
    background: #F2F2F2;
    padding: 2em 3em;
    border-radius: 30em;
    line-height: 1.8em;
    margin-bottom: 3em;
    margin-top: 2em;
    display: flex;
    justify-content: flex-start;
}
}





@media screen and (max-width: 767px){
	.quality1 .box01{
		width: 100%;
		display: block;
	
}
	.quality1 .box02{
	
		display: block;
		width: 80%;
   
    margin: 0 auto;
    left: 0;
    right: 0;
	}
	.quality1 .box02 img {
    width: 80%;
    margin: 0 auto;
		margin-top: 25px;}
	
	.quality1 .box01 p {
		font-size: 30px!important;}
	
	.quality2{
		margin-top: 20em;
	}
	
	.quality2_slogan1{
		letter-spacing: 0;
	}
	
	.quality2 .content_box2 img{
		    width: 100%;
	}
	
	.quality_tit {
		font-size: 25px;}
	
	.quality3_img {
		width: 100%;}
	.quality_table {
		display: block;}
	.quality_table .box01 {
    width: 100%;
		    margin-bottom: 2em;
}
	.quality4 .box01 {
    padding: 2em 2em;
		border-radius: 30px;}
}



.txt-time tr td {
	text-align: left;
}

.txt-time .margin20{
	padding-right: 20px;
}




/*委託ページここからーーーーーーーーーーーーーー*/
.commissionPage ul{
	list-style: none;
}
html{
	scroll-behavior: smooth!important;
}
.commissionPage {
	
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.comBgBlue{
	background: #EBF8FF;
    padding: 5vw 5vw 0;
	margin: 5em auto;
	    position: relative;
}
.comBgBlue .box01{
	display: flex;
	justify-content: center;
	    margin-bottom: -5em;
}

.comBgBlue .bgBlueTit{
	font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 2px;
}
.comBgBlue .box01 p{
	font-weight: 600;
    line-height: 2em;
}
.commissionPage .yellowUnder{
	background: linear-gradient(transparent 50%, #fff500 10%);
    padding-bottom: 5px;
    line-height: 1.5em;
}

.comBgBlue .fontsize50{
	font-size: 1.4em;
	line-height: 1.5em;
}

.uma{
	margin-top: -3em;
	width: 45%;
}
.uma img{
	width: 100%;
}

.comBgBlue .box02{
	padding: 0;
	display: flex;
	text-align: center;
	justify-content: space-between;
	position: inherit;
    bottom: -130px;
}
.comBgBlue .box02 li{
	width: 23%;
}
.comBgBlue .box02 img{
	width:-webkit-fill-available;
}

.comBgBlue .box02 li p{
	    padding: 10px 0;
    background: #0099EA;
    font-size: 18px;
    color: white;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    width: auto;
}
.comBgWhite{
	padding: 6vw;
	position: relative;
    z-index: 1;
}

.comBgWhiteSub{
	font-weight: 600;
    text-align: center;
    line-height: 2em;
}

.bgWhiteTit{
font-size: 3em;
    text-align: center;
    margin: 4em auto 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}

.comBgWhite .comPast{
	text-align: center;
	    background: #F2F2F2;
    padding: 2em;
	    margin: auto 6vw;
	position: relative;
}

.comBgWhite .comPast img{
	margin: 1em auto 2em;
	width: 90%;
}

.comBgWhite .comPast::before{
	content: "Before";
    width: 6em;
    height: 6em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: gray;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, -43px);
    padding-top: 2.3em;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.comBgWhite .comPast::after{
	content: url("../wp-content/themes/dstp/images/commission/arrow.svg");
	position: absolute;
	bottom: -9em;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.comBgWhite .comFuture::before{
	content: "After";
    width: 6em;
    height: 6em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0099EA;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, -43px);
    padding-top: 2.3em;
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.comBgWhite .comFuture{
    background: #EBF8FF;
    padding:2vw 4vw 12vw;
    margin: 7vw 6vw 0;
    position: relative;
	z-index: -2;
}

.comBgWhite .comFuture img{
	margin: 1em auto 1em;
	width: 100%;
}

.comCostdown{
	width: 62%!important;
    margin: -3em auto -5em!important;
    text-align: center;
}




.comBgWhite .pastfuture{
	font-size: 20px!important;
    font-weight: 600;
	line-height: 1.8em;
	text-align: center;
}
.comBgWhite .costdown{
	font-size: 24px!important;
}
.comFuture .bgWhiteTit{
	position: relative;
}
.comFuture .bgWhiteTit::before{
	content: url("../wp-content/themes/dstp/images/commission/sarani.svg");
	position: absolute;
	left: 6vw;
    top: -1em;
}

.comFuture .mapContent{
	display: inline-block;
    width: 45%;
    text-align: left;
    line-height: 31px;
}

.comFuture .mapContent .blueUnder{
	background: #CBF0FC;
    padding-bottom: 5px 0;
}
.comFuture .mapTit{
	font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    display: block;
    margin-bottom: 30px;
}
.comFuture .mapIcon{
    margin-top: -26em;
	position: relative;
	width: 83%;
    margin-left: 10em;
}
.comFuture .point01{
	position: absolute;
    right: -19px;
    top: 38%;
    width: 23%!important;
}

.comFuture .point02{
	position: absolute;
    right: 6vw;
    top: 70%;
    width: 30%!important;
}

.comBgMap{
	background-image: url("../wp-content/themes/dstp/images/commission/bgBlueMap.jpg");
	background-repeat: repeat-y;
	background-size: contain;
	padding: 1vw 9vw;
}
.comBgMap .svboxWhite{
	    background: white;
    padding: 3vw 5vw;
	margin-bottom: 4vw;
}
.comBgMap .svbox{
	    background: #F4F4F4;
    border-radius: 10px;
    padding: 3vw 5vw;
	margin-top:4vw;
	
}
.comBgMap .svboxWhite .blueTit{
	background: #0099EA;
    border-radius: 10px;
    display: flex;
    padding: 10px 18px;
    color: white;
}
.comBgMap .svboxWhite .blueTit h4{
	    margin: auto 0 auto 20px;
	font-size: 24px;
	font-weight: 600;
}

.comBgMap .topBox{
	position: relative;
	  margin: 0 auto 3.7em;
}

.comBgMap .topBox h3{
	display: inline-block;
    color: black!important;
    font-size: 30px;
    font-weight: 600;
    margin: 0!important;
    padding: 0!important;
	vertical-align: top;
}
.comBgMap .text{
	margin: 2em 0;
    font-weight: 600;
	line-height: 30px;
}


.comBgMap .topBox ul{
	    display: inline-block;
    margin: auto 0;
}
.comBgMap .topBox li::before{
   content:url("../wp-content/themes/dstp/images/commission/check.svg");
  display: block;
  position: absolute;
	top: 0px;
    left: -22px;
  width: 10px;
  height: 10px;
  /*border-left: 2px solid #646464;
  border-bottom: 2px solid #646464;
	transform: rotate(-45deg);*/
  
}
.comBgMap .topBox li{
 margin-left: 1em;
 position: relative;
margin-top: 5px;
	margin-bottom: 5px;
}
.comBgMap .topBox img{
	position: absolute;
	right: 0;
    top: -25px;
}

.comBgMap .topBox .robot{
    top:0;
}
.comBgMap .underBoxTit{
	width: 100%; 
   text-align: left; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 
.comBgMap .span{
	 background:#F4F4F4; 
	padding: 0 15px 0 0;
    font-size: 20px!important;
    font-weight: 600;
}

.comBgMap .comCase{
	display: flex;
    margin: 3vw 0;
	justify-content:flex-start;
}
	
.comBgMap .comCase img{
		width: 50%;
		height: 50%;
	}
.comCase .tuikajirei img{
		width: 100%;
		height: auto;
	}
.comCase .tuikajirei{
	width: 100%;
    font-size: 14px;
}
.starUpbox .jireibox{
    background: #F4F4F4;
    padding: 10px 20px;
    border-radius: 10px;
	margin-top: 1em!important;
	margin-bottom: 1em!important;
}
.comCase .tuikajirei p{
	margin: 0!important;
}
.comBgMap .comCase p{
	    margin: auto 0;
    margin-left: 4vw;
    line-height: 30px;
}
.comBgMap .flex p {
        margin: auto 0;
    line-height: 30px;
    margin-right: 4vw;
}
.comBgMap .flex{
	flex-direction: row-reverse;
}
.comBgMap .underBox ul{
	padding: 0!important;
    display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.comBgMap .underBox li{
	width: 22%;
	position: relative;
}
.comBgMap .underBox li::before{
	content: "";
    position: absolute;
    top: 50%;
    left: -1.5vw;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 11px solid #707070;
}
.comBgMap .underBox li:nth-child(1)::before{
	display: none;
}
.comBgMap .underBox li img{
	width: -webkit-fill-available;
}

.svboxWhite .comCase .starUpbox{
	margin: auto 0!important;
}

.svboxWhite .starUpButton{
	background: url("../wp-content/themes/dstp/images/commission/starUpButton.png");
	background-size: contain;
	width: 288px;
	height: 70px;
	background-repeat: no-repeat;
	margin-top: 2em!important;
	position: relative;
}

.svboxWhite .starUpButton a{
	    position: absolute;
    left: 14%;
    bottom: 21px;
	font-weight: 600;
	color: #0099EA!important;
}

.comContact{
	margin: 10rem 7vw 0!important;
}

.contact_tokusho{
	text-align: left;
	background: #fff;
	padding: 30px 80px;
	margin-top: 80px;
	margin-bottom: 60px;
	color: #555;
}

.contact_tokusho_top{
	background: #F1F1EF;
    border-radius: 4px;
    width: 100%;
}

.contact_tokusho h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
}

.contact_tokusho p{
	margin: 0!important;
}

.contact_tokusho .red{
	color: #DE2929
}


.contact_tokusho .tokusho_link{
	/* float: right; */
	margin-top: 30px;
}

.contact_tokusho .arrow{
  width: 16em;
  position: relative;
  display: inline-block;
  color: #337ab7;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em;
}

.contact_tokusho .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
  border-top: 1px solid #337ab7;  /* thickness, color */
  border-right: 1px solid #337ab7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px){
.contact_tokusho{
	text-align: left;
	background: #fff;
	padding: 30px 5%;
	margin-top: 80px;
	margin-bottom: 60px;
	color: #555;
}
	
.contact_tokusho h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	margin-top: 10px;
}

.contact_tokusho p{
	font-size: 15px!important;
	margin: 0!important;
}

.contact_tokusho .red{
	color: #DE2929
}


.contact_tokusho .tokusho_link{
	/* float: right; */
	margin-top: 20px;
}

.contact_tokusho .arrow{
  width: 17em;
  position: relative;
  display: inline-block;
  color: #337ab7;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.1em;
}

.contact_tokusho .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.6em;   /* arrow size */
  height: 0.6em;  /* arrow size */
  border-top: 1px solid #337ab7;  /* thickness, color */
  border-right: 1px solid #337ab7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
	.contact_tokusho_top{
	background: #F1F1EF;
    border-radius: 4px;
    width: 100%;
}
}


/*委託ページSP*/
@media (max-width: 1300px){
	.comBgMap .topBox ul{
		display: block;
		margin: 1em 0;
    padding: 0;
	}
	
	.comFuture .mapContent{
		width: 100%;
	}
	
	.comBgWhite .comFuture img{
		width: 100%;
	}
	.comFuture .mapIcon {
    margin:0;
    position: relative;
    width: 100%;	
	}
	.comFuture .bgWhiteTit::before{
		left: -3vw;
    top: -1.5em;
	}

}
@media (max-width: 900px){
	.comCostdown {
    width: 68%!important;
    margin: -2em auto -9em!important;
    text-align: center;
}
	.bgWhiteTit {
    margin: 4em auto 1em;
}
	.comBgMap .bgWhiteTit {
    margin: 2em auto 1em;
}
	.comBgBlue .bgBlueTit{
		letter-spacing: normal;
		
	}
	.uma{
		margin-top: 8em;
		width: 63%;
	}
	.comBgBlue .box01 p{
		line-height: 2em;
	font-size: 14px!important;
	}
	.comBgBlue .box02{
		bottom: -95px;
	}
	.comBgWhite .comPast{
		    margin: 0;
	}
	.comBgWhite .comFuture{
		    margin: 14vw 0;
	}
	.comBgWhite {
    padding: 6vw 6vw 0;
}
	.comBgWhite .comFuture::before,
	.comBgWhite .comPast::before{
		width: 5em;
    height: 5em;
	transform: translate(-32%, -51px);
    padding-top: 1.8em;
	}
	.comBgWhite .comPast img {
    width: 100%;
}
	
	.comBgMap{
		    padding: 1vw 3vw;
	}
	
	
	
}

@media (max-width: 767px){	
	.comBgBlue .box01{
	display: block
}
	.comBgBlue .bgBlueTit{
		font-size: 6vw;
		
	}
	.comBgWhiteSub{
		font-size: 14px!important;
		letter-spacing: -0.4px;
	}
	.uma{
		margin: 0 auto;
    margin-right: 0;
    text-align: right;
    width: 100%;
	}
	
	.comBgBlue {
    padding: 5vw 3vw 12vw;
}
	.comBgBlue .box02 li p{
		font-size: 12px!important;
	}
	
	.comBgBlue .box02 {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
		text-align: center;
	    margin-top: 24vw;
		position: initial;
	}
	.comBgBlue .box02 li {
    width: 49%;
}
	.comBgWhite {
    padding: 3vw;
}
	
	.bgWhiteTit {
		font-size: 1.8em;
		margin: 2em auto 1em;
	}
	.comCostdown{
	width: 114%!important;
    margin: -1em 0 -3em -5.4vw!important;
	}
	.comBgWhite .comPast{
		margin: 25vw 0vw;
		padding: 5em 1em 3em;
	}
	.comBgWhite .comPast::before{
		top: -3em;
    left: 0;
    right: 0;
		transform: none;
	}
	.comBgWhite .comPast img{
		width: 100%;
	}
	
	.comBgWhite .comFuture{
		margin: 14em 0vw 10vw;
		padding: 3em 1em 10em;
	}
	
	.comBgWhite .comFuture img{
		width: 100%;
	}
	
	.comBgWhite .comFuture::before{
		top: -3em;
    left: 0;
    right: 0;
		transform: none;
	}
	.comBgWhite .pastfuture {
    font-size: 16px!important;
		text-align: center;
	}
	.comBgWhite .costdown{
	margin-top: -6em;
    text-align: left;
    margin-bottom: 0em;
}
	.comFuture .bgWhiteTit{
	margin: 6em 0 1em;
	}
	.comBgMap .bgWhiteTit{
		margin: 2em auto 1.5em;
	}
	.comFuture .bgWhiteTit::before{
		left: -1em;
    top: -4.3em;
	}
	.comFuture .mapContent{
		width: 100%;
	}
	.comFuture .mapTit {
		font-size: 20px;}
	
	.comFuture .mapIcon{
		margin-top: 0;
		position: unset;
    width: 100%;
		margin-left: 0;
	}
	
	.comFuture .point01{
		   right: 5vw;
    bottom: 8%!important;
		top: auto;
		    width: 30%!important;
	}
	.comFuture .point02{
		    right: 28vw;
    bottom: 2%!important;
		top: auto;
		width: 36%!important;
	}
	.comBgMap {
    padding: 1vw 2vw;
}
	.comBgMap .svboxWhite{
		padding: 5vw 2vw;
	}
	
	.svboxWhite .blueTit img{
		width: 14%;
	}
	.comBgMap .svboxWhite .blueTit h4 {
		font-size: 17px!important;}
	
	.comBgMap .svbox{
		padding: 3vw;
		margin-bottom: 7vw;
	}
	
	.comBgMap .topBox{
		margin: 3em 0;
	}

	
	.comBgMap .topBox h3 {
		display: block;}
	
	.comBgMap .topBox img {
    top: -0.5em;
    width: 100px;
}
	.comBgMap .comCase{
		display: block;
		    margin: 8vw 0 5vw;
	}
	
	.comBgMap .comCase p{
		margin-left: 0;
	}
	.comBgMap .comCase img{
		margin-bottom: 1em;
		    width: 100%;
		    height: 100%;
	}
	.comBgMap .underBox li{
		width: 100%;
		    margin-bottom: 3em;
	}
	
	.comBgMap .underBox ul{
		flex-direction: column;
	}
	
	.comBgMap .underBox li::before{
		top: -12%;
    left: 49%;
    transform: rotate(90deg);
	}
	
	.comBgMap .topBox .officeillu{
    top: -3em;
    width: 82px;
	}
	.comBgMap .underBox li:nth-child(4){
		margin-bottom: 0;
	}
	
	.svboxWhite .starUpButton{
		margin: 2em auto 0!important;
	}
	
	.comBgMap .flex p{
		margin-right: 0;
	}
	.comBgBlue {
    padding: 5vw 3vw 0;
		margin: 5em auto 2em;}
	
	
	
	
	
	
}






/*委託ページここまでーーーーーーーーーーーーーー*/

#header .bana2024{
	display: block;
    position: fixed;
    z-index: 999;
    right: -20px;
    bottom: 0;
}
#header .bana2024 img{
	width: 300px;
}

.bluebana2024 a{
	    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.bluebana2024 img{
	    width: 100%;
    margin: 0 auto 7em;
}
.bluebana2024contact img{
	margin: 5em auto 5em;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
	animation: fadeOut 0.5s ease-in-out; /* fadeOutアニメーションを適用し、0.3秒かけてフェードアウト */
	pointer-events: none; /* 非表示時にクリックなどのイベントを無効にする */
	opacity: 0;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
	  display: none;
  }
}
#footer{
	    z-index: 9999;
    position: relative;
}

#copyright{
	background: #F1F1EF;
}
@media (max-width: 767px){
	#footer{
	    z-index: 1;
	}
		.bluebana2024 a{
			width: 90%;
	}
		.bluebana2024 img {
		margin: -7em auto 3em;
	}
		.bluebana2024contact img{
		margin: 3em auto 3em;
	}
			.bluebana2024contact a{
		width: 100%;
	}
	#header .bana2024{
		right: 0px;
		bottom: 0;
	}
	#header .bana2024 img{
		width: 100%;
	}
}

.wp-block-button__link.flex {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}


#p-home #block-point ul {
	width: calc(100% - 30px);
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	grid-row-gap: 30px;
}
#p-home #block-point ul > li {
	width: calc(100% / 5 - 24px);
	height: auto;
	aspect-ratio: 1/1;
	padding: 5px;
	margin: 0;
	position: relative;
	background: url(/images/bg/border-slantingline.gif);
}
#p-home #block-point ul > li a {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 10px;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	background: #FAFAFA;
	text-align: center;
	padding: 15px;
	position: relative;
	background-color: #FAFAFA;
	font-weight: bold;
}
#p-home #block-point ul > li a img {
	width: auto;
	max-width: auto;
	height: 80px;
}
@media (max-width: 767px) {
	#p-home #block-point ul {
		width: calc(100% - 30px);
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	#p-home #block-point ul::before {
		display: none;
	}
	#p-home #block-point ul > li {
		width: calc(100% / 2 - 5px);
		height: auto;
		aspect-ratio: 1/1;
		padding: 5px;
		margin: 0;
		position: relative;
		background: url(/images/bg/border-slantingline.gif);
	}
	#p-home #block-point ul > li a {
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		grid-row-gap: 7px;
		width: 100%;
		height: 100%;
		aspect-ratio: 1/1;
		background: #FAFAFA;
		text-align: center;
		padding: 10px;
		position: relative;
		background-color: #FAFAFA;
		font-weight: bold;
		font-size: 12px;
	}
	#p-home #block-point ul > li a span {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
	}
	#p-home #block-point ul > li a img {
		width: auto;
		max-width: auto;
		height: 60px;
	}
}



/*ヘッダー*/
#header-area {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
/*-ヘッダーテキスト*/
#header-area > .header-text {
	width: 100%;
	padding: 5px 0;
	margin: 0 auto;
	background: #ed7a1f;
	position: relative;
}
#header-area > .header-text > h1 {
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 10px;
	line-height: 1;
	font-weight: lighter;
	color: #fff;
	text-align: left;
}
/*-中段*/
.header-wrap {
	width: 100%;
	max-width: 1140px;
	min-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
	column-gap: 30px;
}
.header-left {
	width: auto;
	padding: 25px 0;
	margin: 0;
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
.header-right {
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 13px;
}
/*-ロゴ*/
.header-left img {
	width: auto;
	height: 100px;
}
/*-サブメニュー*/
.header-submenu {
	width: fit-content;
	padding: 0 20px 10px;
	margin: 0;
	background: #ed7a1f;
	border-radius: 0 0 10px 10px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 20px;
	list-style: none;
}
.header-submenu > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.header-submenu > li a {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}
/*メインメニュー*/
.header-right .container-fluid {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.header-right #gn ul.nav {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 0;
	list-style: none;
	border-left: 1px solid #c8c8c8;
}
.header-right #gn ul.nav > li {
	padding: 5px 0;
	margin: 0;
	position: relative;
	width: calc(100% / 5);
	text-align: center;
	border-right: 1px solid #c8c8c8;
	box-sizing: border-box;
}
.header-right #gn ul.nav > li a {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}
.header-right #gn ul.nav > li a:hover {
	font-size: 14px;
	line-height: 1;
	color: #ed7a1f;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}
.header-right #gn ul.nav > li a::before,
.header-right #gn ul.nav > li a::after {
	display: none;
}
/*-電話など*/
.header-right-box {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 15px;
	position: relative;
}
/*--電話番号*/
.header-right-box .tel {
	display: inline-flex;
	justify-content: flex-end;
	flex-direction: column;
	grid-row-gap: 5px;
	width: fit-content;
	padding: 0;
	margin: 0;
}
.header-right-box .tel::before,
.header-right-box .tel::after {
	display: none;
}
.header-right-box .tel > a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	color: #f14841;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
.header-right-box .tel > a::before {
	content: '';
	display: block;
	width: auto;
	height: 25px;
	aspect-ratio: 48 / 27;
	background-image: url('https://dstp.co.jp/images/common/freedial.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.header-right-box .tel > p {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
.header-right-box .tel > p strong {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}
.header-right-box .tel > p span {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: lighter;
	color: #888;
	white-space: nowrap;
}
/*--即日相談*/
.header-right-box .tel-disc {
	display: inline-block;
	color: #ed7a1f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	border: 1px solid #ed7a1f;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffe2cb;
	white-space: nowrap;
	padding: 5px 10px;
	margin: 0;
}
/*--コピー*/
.header-right-box > h2 {
	width: fit-content;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1.4em;
}

/*ボトムメニュー*/
.header-bottom {
	width: 100%;
	padding: 0 0 15px;
	margin: 0 auto;
	position: relative;
}
.btmNav {
	width: 100%;
	max-width: 1140px;
	min-width: 1140px;
	padding: 10px 15px;
	margin: 0 auto;
	background: #888;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.btmNav > li {
	padding: 5px 20px;
	margin: 0;
	position: relative;
}
.btmNav > li::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: rgba(255,255,255,0.3);
}
.btmNav > li:last-child::after {
	display: none;
}
.btmNav > li a {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btmNav > li a:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}

/*バナー*/
#header-area .bana2024{
	display: block;
	position: fixed;
	z-index: 999;
	right: -20px;
	bottom: 0;
}
#header-area .bana2024 img{
	width: 300px;
}

/*スマホ対応*/
@media (max-width: 767px) {
	/*ヘッダー*/
	#header-area {
		width: 100%;
	}
	/*-ヘッダーテキスト*/
	#header-area > .header-text {
		width: 100%;
		padding: 5px;
		overflow-x: scroll;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#header-area > .header-text::-webkit-scrollbar{
		display:none;
	}
	/*-中段*/
	.header-wrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		align-items: center;
		column-gap: 10px;
		flex-wrap: wrap;
	}
	.header-left {
		width: 100%;
		padding: 10px;
	}
	.header-right {
		width: 100%;
	}
	/*-ロゴ*/
	.header-left img {
		width: auto;
		height: 40px;
	}
	.header-left > img {
		display: none;
	}
	/*-サブメニュー*/
	.header-submenu {
		display: none;
	}
	/*メインメニュー*/
	.header-right .container-fluid {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.header-right .container-fluid .navbar-header {
		margin: 0;
	}
	.header-right .container-fluid .navbar-toggle .icon-bar {
		background: #333;
	}
	.header-right .container-fluid .navbar-toggle {
		position: absolute;
		top: -55px;
		right: 0;
		z-index: 10;
	}
	.header-right #gn {
		padding: 0;
		margin: 0;
	}
	.header-right #gn ul.nav {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		list-style: none;
		border-left: none;
		background: #888;
	}
	.header-right #gn ul.nav > li {
		width: 100%;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		box-sizing: border-box;
	}
	.header-right #gn ul.nav > li a {
		display: block;
		width: 100%;
		padding: 15px 10px;
		color: #fff;
	}
	.header-right #gn ul.nav > li a:hover {
		opacity: 0.8;
		color: #fff;
		transition: all 0.3s ease;
	}
	.header-right #gn ul.nav > li a::before,
	.header-right #gn ul.nav > li a::after {
		display: none;
	}
	/*サブナビゲーション*/
	.header-right #gn .subnav {
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		list-style: none;
		border-left: none;
		background: #666;
	}
	.header-right #gn .subnav > li {
		width: 100%;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		box-sizing: border-box;
	}
	.header-right #gn .subnav > li a {
		display: block;
		width: 100%;
		padding: 15px 10px;
		color: #fff;
		text-align: center;
	}
	.header-right #gn .subnav > li a:hover {
		opacity: 0.8;
		color: #fff;
		transition: all 0.3s ease;
	}
	.header-right #gn .subnav > li a::before,
	.header-right #gn .subnav > li a::after {
		display: none;
	}
	/*-電話など*/
	.header-right-box {
		display: none;
	}

	/*ボトムメニュー*/
	.header-bottom {
		width: 100%;
		padding: 0 0 15px;
		margin: 0 auto;
		position: relative;
		display: none;
	}
	.btmNav {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 10px 15px;
		margin: 0 auto;
		background: #888;
		position: relative;
		list-style: none;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.btmNav > li {
		padding: 5px 20px;
		margin: 0;
		position: relative;
	}
	.btmNav > li::after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
		background: rgba(255,255,255,0.3);
	}
	.btmNav > li:last-child::after {
		display: none;
	}
	.btmNav > li a {
		padding: 0;
		margin: 0;
		font-size: 14px;
		line-height: 1;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: all 0.3s ease;
	}
	.btmNav > li a:hover {
		opacity: 0.8;
		transition: all 0.3s ease;
	}
	/*バナー*/
	#header-area .bana2024{
		display: block;
		position: fixed;
		z-index: 999;
		right: unset;
		bottom: 0;
	}
}

/********************************************/
/* フッターメニュー */
/********************************************/
#footerNav,
#p-home #footerNav {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	background: #e5e5e5;
}
#footerNav > h2 {
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
.footerNav_wrap {
	width: 100%;
	max-width: 1140px;
	min-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.menu-footer-menu {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.menu-footer-menu li {
	padding: 0 0 0 1.2em;
	margin: 0;
	position: relative;
}
.menu-footer-menu li::before {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #ed7a1f;
	position: absolute;
	top: 0.6em;
	left: 0;
}
.menu-footer-menu li a {
	color: #333;
	transition: all 0.3s ease;
}
.menu-footer-menu li a:hover {
	color: #337ab7;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.menu-footer-menu .sub-menu {
	width: fit-content;
	padding: 0.3em 0 0.3em 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
/*スマホ対応*/
@media (max-width: 767px) {
	#footerNav,
	#p-home #footerNav {
		width: 100%;
		padding: 30px;
		margin: 0 auto;
		position: relative;
		background: #e5e5e5;
	}
	#footerNav > h2 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		position: relative;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
	}
	.footerNav_wrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 5px;
	}
	.menu-footer-menu {
		width: 100%;
		grid-row-gap: 5px;
	}
	.menu-footer-menu li {
		padding: 0 0 0 1.2em;
		margin: 0;
		position: relative;
	}
	.menu-footer-menu .sub-menu {
		width: fit-content;
		padding: 0.3em 0 0 0;
		grid-row-gap: 5px;
	}
}

#footerBan,
#p-home #footerBan {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
}
.footerBan_wrap {
	width: 100%;
	max-width: 1140px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 30px;
}
.footerBanList {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 15px;
}
.footerBanList > li {
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0;
	position: relative;
}
.footerBanList > li img {
	width: auto;
	height: 100%;
}

.footerBan-right {
	width: fit-content;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	column-gap: 15px;
	position: relative;
}
#contents .footerBan-right .tel-disc {
	display: inline-block;
	color: #ed7a1f;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	border: 1px solid #add3e6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #d7edf9;
	white-space: nowrap;
	padding: 5px 10px;
	margin: 0;
}
.footerBan-right .tel {
	display: inline-flex;
	justify-content: flex-end;
	flex-direction: column;
	grid-row-gap: 5px;
	width: fit-content;
	padding: 0;
	margin: 0;
}
.footerBan-right .tel:before {
	display: none;
}
.footerBan-right .tel > a {
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	color: #f14841;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
.footerBan-right .tel > a::before {
	content: '';
	display: block;
	width: auto;
	height: 25px;
	aspect-ratio: 48 / 27;
	background-image: url(https://dstp.co.jp/images/common/freedial.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
#footerBan .footerBan-right .tel > p {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
#footerBan .footerBan-right .tel > p strong {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
}
#footerBan .footerBan-right .tel > p span {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	font-weight: lighter;
	color: #888;
	white-space: nowrap;
}
/*スマホ対応*/
@media (max-width: 767px) {
	#footerBan,
	#p-home #footerBan {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	.footerBan_wrap {
		width: 100%;
		max-width: 100%;
		padding: 30px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.footerBanList {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.footerBanList > li {
		width: auto;
		height: 70px;
	}

	.footerBan-right {
		width: 100%;
		justify-content: center;
	}
	#footerBan .footerBan-right .tel-disc {
		display: inline-block;
		color: #ed7a1f;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		line-height: 1.4;
		border: 1px solid #add3e6;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #d7edf9;
		white-space: nowrap;
		padding: 5px 10px;
		margin: 0;
	}
	.footerBan-right .tel {
		display: inline-flex;
		justify-content: flex-end;
		flex-direction: column;
		grid-row-gap: 5px;
		width: fit-content;
		padding: 0;
		margin: 0;
	}
	.footerBan-right .tel:before {
		display: none;
	}
	.footerBan-right .tel > a {
		display: inline-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		column-gap: 5px;
		color: #f14841;
		font-family: 'Open Sans', sans-serif;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
		white-space: nowrap;
	}
	.footerBan-right .tel > a::before {
		content: '';
		display: block;
		width: auto;
		height: 25px;
		aspect-ratio: 48 / 27;
		background-image: url(https://dstp.co.jp/images/common/freedial.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
	}
	#footerBan .footerBan-right .tel > p {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		column-gap: 10px;
	}
	#footerBan .footerBan-right .tel > p strong {
		display: inline-block;
		font-size: 12px;
		line-height: 1;
		font-weight: bold;
		color: #333;
		white-space: nowrap;
	}
	#footerBan .footerBan-right .tel > p span {
		display: inline-block;
		font-size: 11px;
		line-height: 1;
		font-weight: lighter;
		color: #888;
		white-space: nowrap;
	}
}

/********************************************/
/* カスタマイズ */
/********************************************/

/*サービス一覧*/
@media (max-width: 767px) {
	.list-service {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 10px;
	}
}

/********************************************/
/* 物流システム */
/********************************************/
#block-future {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background: #F1F1EF;
	position: relative;
}
.future-main {
	width: 100%;
	max-width: 1050px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.future-main img {
	width: 100%;
	height: auto;
}

/********************************************/
/* 日本全国どこでも配送・輸送します */
/********************************************/
.service-header {
	width: 100%;
	max-width: 1140px;
	padding: 0 0 100px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 50px;
	grid-row-gap: 50px;
}
.service-header-info {
	width: calc(60% - 25px);
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.service-header-info > h2 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	font-size: 35px !important;
	color: #333;
	line-height: 1.3em;
	font-weight: bold;
	border: none;
	background: none;
}
.service-header-info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: #333;
	border: none;
	background: none;
}
.service-header-info > p {
	padding: 0;
	margin: 0 0 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.y-marker {
	display: inline;
	background: linear-gradient(transparent 50%, #fff500 10%);
}
.service-header-info > p:last-of-type {
	margin-bottom: 0;
}
.service-header > figure {
	width: calc(40% - 25px);
	padding: 0;
	margin: 0;
	position: relative;
}
.service-header > figure img {
	width: 100%;
	height: auto;
}
.service-header > figure::before {
	content: '';
	display: block;
	width: 150px;
	height: auto;
	aspect-ratio: 1/1.1;
	background-image: url('https://dstp.co.jp/wp-content/themes/dstp/images/commission/mapIcon02.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
@media (max-width: 767px) {
	.service-header {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0 0 80px;
		column-gap: 0;
		grid-row-gap: 15px;
	}
	.service-header-info {
		width: calc(100%);
	}
	.service-header-info > h2 {
		margin: 0 auto 15px;
		font-size: 23px !important;
		line-height: 1.3em;
	}
	.service-header-info > h3 {
		margin: 0 auto 15px;
		font-size: 18px;
	}
	.service-header > figure {
		width: calc(100%);
	}
	.service-header > figure::before {
		content: '';
		display: block;
		width: 140px;
	}
}


/********************************************/
/* エリア */
/********************************************/
.areaHead_txt {
	padding: 0;
	margin: 0 auto 40px;
	text-align: center;
}
.areaList {
	width: 100%;
	max-width: 1140px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
.areaList > li {
	width: calc(100% / 3 - 13.4px);
	padding: 20px;
	margin: 0;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
}
.areaList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.areaList > li > figure::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.areaList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.areaList > li > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	border: none;
	background: none;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.areaList > li > a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	margin: auto auto 0;
	background: #ed7a1f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 767px) {
	.areaHead_txt {
		margin: 0 auto 20px;
		text-align: center;
	}
	.areaList {
		width: 100%;
		max-width: 100%;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.areaList > li {
		width: calc(100%);
		padding: 20px;
	}
	.areaList > li > figure {
		width: 100%;
		margin: 0 auto 15px;
	}
	.areaList > li > figure::before {
		padding-top: 65%;
	}
	.areaList > li > h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		position: relative;
		border: none;
		background: none;
		color: #333;
		font-size: 20px;
		font-weight: bold;
	}
	.areaList > li > a {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		width: 100%;
		padding: 10px 20px;
		margin: auto auto 0;
		background: #ed7a1f;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
}

/*# sourceMappingURL=style.css.map */


