@charset "UTF-8";
/* マイルストーン CSS Document */

/* 共通部分 */

body {
    background: #fff;
    color: #272727;
}

a {
    color: #000;
}

p {
    font-size: 16px;
}

.header-youtube-overlay {
    background: hsla(0, 0%, 0%, 0.4);
}

.font-type2, .headline-font-type {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.post-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.post-content a {
    color: #272727;
}

.post-content ul {
    list-style: disc;
}

.breadcrumb-wrapper {
    background: none;
}

.breadcrumb li a, .breadcrumb li {
    color: #fff;
}

.signage {
    height: 250px;
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/header.jpg) no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.signage-title.headline-font-type {
    font-size: 35px !important;
    margin-bottom: 0;
    font-weight: 600;
    text-shadow: 2px 2px 10px #505050;
    text-align: center;
}

p.signage-title-sub {
    font-size: 14px !important;
    letter-spacing: 1px;
    text-shadow: none;
}

@media only screen and (max-width: 1024px){

.signage {
    height: 200px;
}

.signage-title.headline-font-type {
    margin-bottom: 5px;
}

p.signage-title-sub {
    font-size: 12px !important;
}
}


@media only screen and (max-width: 740px){

.signage {
    height: 150px;
}

.signage-title.headline-font-type {
	font-size: 25px !important;
}

p.signage-title-sub {
    font-size: 10px !important;
}	
}

@media only screen and (max-width: 670px){

.signage {
    height: 150px;
}
}

/* ナビ */

.logo-image {
    width: 320px;
    top: 20px;
}

img.h_logo {
    width: 100%;
}

.header-bar {
    background: #fff !important;
    box-shadow: 4px 4px 5px hsla(0, 0%, 39%, 0.2);
}

.global-nav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 0 13px;
    color: #272727;
}

.global-nav a:hover {
    color: #028ea6;
}

.global-nav .current-menu-item > a {
    color: #028ea6;
    background: #fff !important;
}

.global-nav .sub-menu a {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: #028ea6;
}

.global-nav .sub-menu a:hover, .global-nav .sub-menu .current-menu-item > a {
    color: #028ea6 !important;
    background: #efefef !important;
}

@media only screen and (max-width: 1024px){

.global-nav-button:before {
    color: #272727;
}

.logo-image {
    width: 230px;
    top: 2px;
}

.header-bar {
    /* border-bottom: 1px solid #fff; */
    box-shadow: none !important;
}

.global-nav-button {
    border-left: 1px solid #fff;
}

.global-nav > ul > li > a {
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.global-nav > ul > li > a:after {
    display: none;
}

.global-nav .current-menu-item > a {
    border-bottom: none !important;
}

.global-nav .menu-item-has-children > a span::before {
    color: #272727;
}
	
.global-nav a, .global-nav a:hover {
    background: #fff;
    color: #272727 !important;
}

.global-nav .menu-item-has-children > a span:hover:before {
    color: #fff;
}

.global-nav a:hover {
    color: #028ea6 !important;
}
}

@media only screen and (max-width: 992px){
	
.header-bar-inner {
    width: 100% !important;
}
}

@media only screen and (max-width: 820px){
    
img.s_logo {
    width: 220px;
}
}

@media only screen and (max-width: 740px){

img.s_logo {
    width: 100%;
}
}

@media only screen and (max-width: 450px){

.logo-image {
    left: 0;
}
}

/* トップ・フッター */

.top-slider-content-inner:after, .top-slider-nav a, .top-slider-nav li.active a {
    display: none;
}

.top-slider-content-inner {
    text-align: left;
}


.top-slider-content, .top-slider-content-inner {
    width: auto !important;
    height: 550px !important;
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/main_logo.png) no-repeat center !important;
    background-size: 55% !important;
    padding: 0 !important;
    margin-left: auto;
    margin-right: 35%;
    border-radius: 0;
}

.original_inner {
    margin: 0 auto;
    width: 1150px;
}

section.original01 {
    padding: 80px 0 100px;
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/top_original01.png) no-repeat #272727;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: auto;
}

section.original01:before {
    content: '';
    position: absolute;
    color: #d8d1c9;
    font-size: 30vh;
    top: 0;
    left: 0;
    z-index: -1;
}

section.original01:after {
    content: '';
    position: absolute;
    color: #d8d1c9;
    font-size: 30vh;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.original01_text p {
    margin-bottom: 30px;
}

.original01_text h2 {
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    /* color: #02a6c2; */
}

.original01_text {
    max-width: 710px;
    margin: 0 auto 0;
    color: #fff;
}

.original01_areabox {
    color: #fff;
    text-align: center;
}

.original01_areabox h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

.original01_areabox p {
    font-weight: 600;
    margin-bottom: 10px !important;
}

.original01_areabox img {
    width: 45%;
}

.content02 {
    background: #fff;
}

.content02-inner {
    padding: 85px 0 150px;
}
.content02-item{
	width: 25%;
}
.content02-item:nth-child(2) {
    top: 30px;
}

.content02-item:nth-child(3) {
    top: 60px;
}

.content02-item:nth-child(4) {
    top: 90px;
}

.content02-img {
	width: auto;
    height: auto;
    overflow: hidden;
    margin: auto;
    position: relative;
}

.content02-img img {
    width: 100%;
}

.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: hsla(0, 0%, 0%, 0.5);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.content02-img:hover .mask {
    opacity: 1;
}

.content02-img .caption {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-top: 70px;
}

.content02-title {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-weight: 600;
    color: #028ea6;
}
.content02-title.title01:after {
	content: '（在庫管理）';
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.content02-title.title02:after {
	content: '（送迎管理）';
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.content02-title.title03:after {
	content: '（利用者管理）';
    display: block;
    bottom: 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.content02-title.title04:after {
	content: '（資金繰り管理）';
	display: block;
	bottom: 25px;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}

.content02-text {
    font-size: 15px;
    line-height: 2;
    color: #272727;
}

a.content02-button {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    background: none;
    border-bottom: 2px solid;
}

a.content02-button:after {
    content: '>';
    position: absolute;
    right: 0;
    font-size: 15px;
    line-height: 52px;
}

a.content02-button:hover {
    color: #02a6c2;
    background: none;
    border-bottom: 2px solid;
    padding-left: 20px;
    transition: all .5s;
    transform: translateX(1rem);
}

section.original02 {
    padding: 50px 0;
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/top_original02.png) no-repeat top #02a6c2;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.original02_text {
    color: #fff;
    text-shadow: 3px 3px 4px #072c33;
}

.original02_text h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.6;
}

.column-layout03 {
    background: #f9f9f9;
}

.column-layout03-title, .column-layout03-text {
    width: 480px;
}

.column-layout03-title {
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 600;
}

.column-layout03-text {
    line-height: 2;
}

h2.headline-primary {
    font-size: 34px !important;
    letter-spacing: 1px;
    color: #272727;
    margin-bottom: 40px;
    font-weight: 600;
}

.footer-gallery-title {
	display: none;
}

.footer {
    margin-top: 100px;
    background: #fff;
}

.footer-content {
    margin: 30px auto;
}

.face_line {
    max-width: 320px;
    margin: 0 auto;
}

.footer-logo {
    margin-bottom: 0px;
}

img.f_logo {
    width: 30%;
}

.align1 {
    font-size: 14px;
    line-height: 2;
}

.pagetop a {
    background: #028EA6;
}

.pagetop a:hover {
    color: #028ea6;
}

@media only screen and (max-width: 1024px){

.top-slider-content, .top-slider-content-inner {
    background-size: 65% !important;
    height: 450px !important;
}
	
.original_inner {
    width: 89.84375%;
}
	
section.original01 {
    padding: 50px 0;
}

.original01_text h2 {
    font-size: 35px;
}

.original01_text p {
    line-height: 2;
}

.original01_areabox img {
    width: 35%;
}

.content02-inner {
    padding: 70px 5.07813% 150px;
}

.content02-img {
    text-align: center;
    width: auto;
    height: auto;
}

.content02-img .caption {
    font-size: 18px;
    padding-top: 80px;
}

.content02-title {
    font-size: 22px;
}

.content02-title.title02:after, .content02-title.title03:after {
    font-size: 12px;
}

.original02_text h2 {
    font-size: 30px;
}

.original02_text p {
    line-height: 2;
}

.column-layout03-title, .column-layout03-text {
    width: 426px;
}

.column-layout03-title {
    font-size: 24px;
}

.column-layout03-text {
    font-size: 14px;
    line-height: 2em;
}

h2.headline-primary {
    font-size: 30px !important;
    margin-top: 60px;
    margin-bottom: 20px;
}

.footer-logo {
    margin-top: 10px;
}
}

@media only screen and (max-width: 992px){

.top-slider-content, .top-slider-content-inner {
    background-size: 85% !important;
}

.content02-inner {
    padding: 50px 5.07813% 140px;
}

.content02-img .caption {
    padding-top: 30%;
}

a.content02-button {
    font-size: 15px;
}

a.content02-button:after {
    line-height: 50px;
    font-size: 12px;
}

section.original02 {
    padding: 30px 0;
}

.original02_text h2 {
    font-size: 27px;
}

.original02_text p {
    font-size: 14px;
}

h2.headline-primary {
    margin-top: 45px;
    margin-bottom: 20px;
}

img.f_logo {
    width: 38%;
}
}

@media only screen and (max-width: 820px){

section.original01 {
    padding: 30px 0;
}

.original01_text h2 {
    font-size: 28px;
}

.footer {
    margin-top: 50px;
}

.footer-bar01, .copyright {
    border: 0;
}

.pagetop a {
    border-bottom: 0;
}

.social-nav-item a::before {
    color: #272727;
}

.dp-footer-bar a {
    color: #fff !important;
}

.dp-footer-bar {
    background: #028ea6 !important;
    border-top: solid 1px #fff !important;
}

.dp-footer-bar-item + .dp-footer-bar-item {
    border-left: solid 1px #fff !important;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "Noto Sans JP", sans-serif !important;
}
}
@media only screen and (max-width: 767px){
	.content02-item{
		width: 100%;
	}
}
@media only screen and (max-width: 740px){

.top-slider-content, .top-slider-content-inner {
    background-size: 65% !important;
    height: 280px !important;
}

.top-slider-content-inner:after {
    width: 40px;
    height: 40px;
    line-height: 45px;
    font-size: 14px;
}

section.original01 {
    padding: 30px 0;
}

.original01_text h2 {
    font-size: 25px;
}

.content02-inner {
    padding: 50px 5.07813% 70px;
}
.content02-img .caption {
    padding-top: 200px;
}

.content02-title {
    font-size: 20px;
}

.column-layout03-content {
    background: unset;
}

.column-layout03-title {
    font-size: 22px;
}

h2.headline-primary {
    font-size: 25px !important;
}

.article03 {
    background: #f6f6f6;
}

.article03-title, .article03-date {
    padding: 0 12px;
}

.footer-content {
    margin: 0;
}

.social-nav {
    margin: 0;
}
}

@media only screen and (max-width: 670px){

.top-slider-content, .top-slider-content-inner {
    top: -50px;
}

section.original01 {
    padding: 30px 0;
}

.original01_text h2 {
    font-size: 23px;
    margin-bottom: 10px;
}

.content02 {
    background-position: unset;
}

.content02-img .caption {
    padding-top: 100px;
}

.content02-img {
    width: 340px;
    height: 215px;
}

.content02-title {
    font-size: 22px !important;
    line-height: 1.5;
}

.content02-title:after {
    margin: 5px auto 0;
}
	
.content02-inner {
    padding: 30px 5.07813% 60px;
}

a.content02-button {
	width: 200px;
}

section.original02 {
    padding: 30px 0;
}
	
.original02_text h2 {
    font-size: 22px;
}

.column-layout03-content {
    background: unset;
}

.column-layout03-title {
    font-size: 20px;
    margin-bottom: 5px;
}

h2.headline-primary {
    font-size: 23px !important;
    margin-bottom: 25px;
    margin-top: 30px;
}

h2.headline-primary:after {
    font-size: 12px;
    letter-spacing: 0px;
}

img.f_logo {
    width: 40%;
}

.footer-content {
    margin-bottom: 0px;
}

.align1 {
    font-size: 12px;
    line-height: 1.8;
}

.social-nav-item a::before {
    color: #000;
}
}

@media only screen and (max-width: 450px){

.top-slider-content, .top-slider-content-inner {
    margin-right: auto;
}

.original01_text h2 {
    text-align: left;
}

.original01_areabox h3 {
    text-align: left;
}

.original01_areabox p {
    font-size: 13px;
    margin-bottom: 15px !important;
    text-align: left;
}

.original01_areabox img {
    width: 70%;
}

.original02_text p {
    line-height: 1.8;
}

.column-layout03-title {
    line-height: 1.5em;
    width: 300px;
}

.column-layout03-text {
    width: 300px;
}

img.f_logo {
    width: 70%;
}
}

@media only screen and (max-width: 380px){
  

section.original01:before {
    top: 55vh;
}
}

/* 固定ページ */

.post-content h2 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: 600;
    color: #028ea6;
}

.post-content h2:after {
    content: '';
    background: #02a6c2;
    width: 30px;
    height: 1px;
    display: block;
    margin: 5px 0 0;
}

.post-content h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    color: #02a6c2;
}

span.sab {
    font-size: 18px;
}

.post-content h4 {
    color: #272727;
    margin-bottom: 10px;
}

.post-content table {
    width: 100%;
    margin: 0 0 15px 0;
}

.post-content th, .post-content td {
    font-size: 14px;
    border: 0;
    border-bottom: 1px dotted #c7c7c7;
    vertical-align: middle;
    line-height: 2.4;
    padding: 15px 5px 3px 10px;
}

.post-content th {
    width: 25%;
    font-weight: 600;
    background: none;
    text-align: left;
}

.post-content td {
    text-align: left;
    background: none;
}

p.map {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px){

.post-content th, .post-content td {
    font-size: 13px;
    line-height: 2;
}
}

@media only screen and (max-width: 992px){

span.sab {
    font-size: 14px;
}

.post-content h4 {
    font-size: 15px;
}

.post-content th {
    width: 30%;
}
}

@media only screen and (max-width: 740px){

.post-content h2 {
    font-size: 21px;
    margin-bottom: 15px;
}

.post-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

span.sab {
    font-size: 14px;
}
}

@media only screen and (max-width: 670px){

.post-content h2:after {
    width: 40px;
    margin: 10px 0 0;
}

.post-content h3 {
    font-size: 17px;
    line-height: 1.5;
}

.post-content th, .post-content td {
    padding: 12px 5px 3px 5px;
}

.post-content th {
    width: 20%;
}
}

@media only screen and (max-width: 450px){

.post-content h2 {
    font-size: 20px;
}

.post-content table {
    margin-bottom: 15px;
}

.post-content th, .post-content td {
    font-size: 12px;
}

.post-content th {
    width: 30%;
}
}

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

/* 固定ページ END */

/* お知らせ */

.archive-title {
    color: #000;
    font-weight: 400;
}


.article02-title a {
    color: #272727;
    font-weight: 600;
    font-size: 14px;
}

p.article02-text {
    font-size: 13px;
}

.article03-title {
    font-size: 14px;
    font-weight: 400;
}

.article04 {
    background: #f5f1ed;
    margin-bottom: 32px;
}

.article04-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #272727;
    font-weight: 400;
}

.article04-text {
    font-size: 13px;
    line-height: 1.8;
}

.article07:first-child {
    border-top: 1px solid #efecf5;
}

.article07 {
    border: 1px solid #efecf5;
    border-top: 0;
}

.article07-title {
    color: #272727;
}

.post-title {
    color: #000;
    font-weight: 400;
}

.primary {
    width: 100%;
}

@media only screen and (max-width: 740px){
    
h2.post-title {
    font-size: 25px;
}
}

@media only screen and (max-width: 670px){

.headline-bar {
    font-size: 20px;
    margin-bottom: 10px;
}

h2.archive-title:after {
    font-size: 10px;
    bottom: 0;
}

.article03-title {
    font-size: 13px;
    padding: 0 10px;
}

.article04-title {
    font-size: 15px;
}
}

@media only screen and (max-width: 450px){

.article03-title {
    font-size: 11px;
}
}

/* お知らせ END */

/* コンテンツ 共通 */

.content_bg {
    max-width: 800px;
    margin: 0 auto 0;
}

.margin_bg {
    margin-bottom: 100px;
}

.margin_middle {
    margin-bottom: 50px;
}

.two.left {
    margin: 0 2% 0 0;
}

.two {
    width: 561px;
    display: inline-block;
    vertical-align: top;
}

.triple.left {
    margin-left: 1%;
    margin-right: 2.2%;
}

.triple.center {
    margin-right: 2.3%;
}

.triple {
    width: 31.2%;
    margin-bottom: 40px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}


@media only screen and (max-width: 1024px){

.two {
    width: 448px;
}
}

@media only screen and (max-width: 992px){	

.margin_middle {
    margin-bottom: 20px;
}

.two {
    width: 328px;
}

.triple {
    width: 31.1%;
}
}

@media only screen and (max-width: 740px){

.margin_bg {
    margin-bottom: 50px;
}

.two {
    width: 314px;
}

.triple {
    width: 30.8%;
}
}

@media only screen and (max-width: 670px){

.two.left {
    margin: 0 0 5%;
}

.two {
    width: 100%;
}
}

@media only screen and (max-width: 450px){

.triple.left, .triple.center {
    margin-right: 2%;
}

.triple {
    width: 98%;
    margin-bottom: 20px;
    margin-left: 1%;
}
}

/* 事業内容・パッケージソフトウェア 共通 */

.business_box, .software_box {
    font-size: 14px;
    height: 380px;
    padding: 25px;
    border: 1px solid #02a6c2;
    box-sizing: border-box;
}
div.post-content .tuikabox{
    height:auto;
	    margin: 15px 0 0 0;
}
@media only screen and (max-width: 1024px){	

.business_box, .software_box {
    padding: 20px;
}
}

/* 事業内容・パッケージソフトウェア 共通 END */

/* 事業内容 */

.business_box.triple.left {
    margin-left: 0;
}

.business_box.triple {
    width: 31.6%;
    margin-bottom: 0;
}

.business_box p, .business_box ol, .business_box ul {
    margin-bottom: 0;
}

.order_sec {
    height: 400px;
}

.package_sec {
    height: 260px;
    display: inline-block;
}

.management_sec {
    height: 490px;
}

.service_sec {
    height: 160px;
}

@media only screen and (max-width: 1024px){

.business_box.triple {
    width: 31.5%;
}

.order_sec {
    height: 420px;
}

.management_sec {
    height: 510px;
}

.service_sec {
    height: 150px;
}
}

@media only screen and (max-width: 992px){	

.business_box.triple {
    width: 31.4%;
}

.business_box h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.business_box li {
    line-height: 2;
}

.order_sec {
    height: 530px;
}

.package_sec {
    height: 240px;
}

.management_sec {
    height: 640px;
}

.service_sec {
    height: 130px;
}

.service_sec p {
    font-size: 14px;
}
}

@media only screen and (max-width: 740px){

.order_sec {
    height: 550px;
}
}

@media only screen and (max-width: 670px){

}

@media only screen and (max-width: 450px){

.business_box.triple {
    width: 100%;
    margin-left: 0;
}

.business_box.triple.left, .business_box.triple.center {
    margin: 0 0 3%;
}

.business_box {
    height: auto;
}
}

/* 事業内容 END */


/* システム開発  */

.flow_box {
    padding: 50px 0 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

.flow_box:after {
    content: '';
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/flow_img.png) no-repeat center top;
    display: block;
    background-size: 100%;
    width: 8%;
    height: 25px;
    position: absolute;
}

.flow_box.first_step {
    padding: 40px 0 0;
}

.flow_box.last_step {
    border-bottom: 0;
}

.flow_box.last_step:after {
    background: none;
}

h3.flow {
    font-size: 20px;
    font-weight: 600;
    padding-left: 175px;
    line-height: 1.5;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
    border: none;
}

h3.flow:before {
    content: "STEP 1";
    letter-spacing: 1px;
    position: absolute;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    left: 0;
    top: -20px;
    z-index: -1;
    color: #e6e6e6;
}

h3.flow.step02:before {
    content: 'STEP 2';
}

h3.flow.step03:before {
    content: 'STEP 3';
}

h3.flow.step04:before {
    content: 'STEP 4';
}

h3.flow.step05:before {
    content: 'STEP 5';
}

h3.flow.step06:before {
    content: 'STEP 6';
}

h3.flow.step07:before {
    content: 'STEP 7';
}

h3.flow.step08:before {
    content: 'STEP 8';
}

h3.flow.step09:before {
    content: 'STEP 9';
}

h3.flow.step10:before {
    content: 'STEP 10';
}

.merit_box {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #02a6c2;
    box-sizing: border-box;
    color: #fff;
}

.merit_box h3 {
    text-shadow: 1px 1px 2px #015867;
    margin-bottom: 10px;
    color: #fff;
}

.merit_box p {
    line-height: 1.8;
    margin-bottom: 0;
}

.merit_box.lastbox {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 992px){

}

@media only screen and (max-width: 740px){
    
.flow_box.first_step {
    padding: 10px 0 0;
}

.flow_box {
    padding: 30px 0 0;
}

h3.flow {
    font-size: 18px;
    padding-left: 115px;
}

h3.flow:before {
    font-size: 25px;
    top: -5px;
}

.merit_box {
    padding: 20px;
    margin-bottom: 10px;
}

.merit_box p {
    font-size: 14px;
}
}

@media only screen and (max-width: 670px){

}

@media only screen and (max-width: 450px){

.flow_box:after {
    width: 10%;
}
}

/* システム開発 END */

/* パッケージソフトウェア */

h4.price_text {
    color: #c12623;
    margin-bottom: 15px;
}

span.price_sab_text {
    font-size: 13px;
}

table.price {
    margin-bottom: 5px;
}

table.price th, table.price td {
    font-size: 15px;
    padding: 15px 10px 12px 15px;
    border: 1px solid #e6e6e6;
}

table.price th {
    color: #028ea6;
    text-align: center;
    background: #efefef;
}

td.price_th {
    width: 20%;
}

.works_box {
    padding: 15px 0 10px 20px;
    margin-bottom: 40px;
    display: inline-block;
    background: #efefef;
    box-sizing: border-box;
}

.works_box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #028ea6;
    padding: 0;
}

ul.works_list {
    font-weight: 600;
    display: inline-flex;
    list-style: none;
    margin: 0;
}

ul.works_list li {
    padding-right: 30px;
}

.asagibox {
    padding: 20px 25px;
    height: 315px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: -2px 1px 5px #ececec, 2px 1px 5px #ececec;
}

h3.asagi_title {
    color: #028ea6;
    text-align: center;
}

img.asagi_intro_img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 20px auto 20px;
}

img.asagi_intro_img.img_03 {
    max-width: 150px;
    margin: 20px auto;
}

.asagibox p {
    font-size: 14px;
    margin-bottom: 0;
    height: 115px;
}

.four_bg {
    width: 271px;
    margin-right: 1.5%;
    vertical-align: top;
    display: inline-block;
}

.four_bg.lastbg {
    margin-right: 0;
}

.software_box.asagi_sac {
    height: 570px;
}

.software_box.moegi_sac {
    height: 510px;
}

.software_box h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #028ea6;
    padding-top: 0;
}

.software_box ul {
    margin-bottom: 0;
}

.software_box li {
    margin-bottom: 10px;
    line-height: 1.8;
}

@media only screen and (max-width: 1024px){	

.four_bg {
    width: 216px;
}

.software_box {
    height: 440px;
}

.software_box.asagi_sac {
    height: 610px;
}

.software_box.moegi_sac {
    height: 630px;
}

.asagibox {
    padding: 20px;
    height: 320px;
}
}

@media only screen and (max-width: 992px){	

table.price th {
    font-size: 13px;
}

td.price_th {
    width: 22%;
    text-align: left !important;
}

table.price td {
    text-align: right;
}

.four_bg {
    width: 328px;
    margin-right: 1%;
    margin-bottom: 2%;
}

.software_box {
    height: 370px;
}

.software_box.asagi_sac {
    height: 490px;
}

.software_box.moegi_sac {
    height: 510px;
}

.asagibox {
    height: 370px;
}
}

@media only screen and (max-width: 740px){	

table.price th, table.price td {
    font-size: 12px;
}

td.price_th {
    width: 65%;
}

h4.price_text {
    font-size: 17px;
    margin-bottom: 10px;
}

.works_box h3 {
    font-size: 18px;
}

ul.works_list li {
    font-size: 14px;
    padding-right: 20px;
}

.four_bg {
    width: 100%;
}

.software_box, .software_box.asagi_sac, .software_box.moegi_sac {
    padding: 15px 25px 10px;
    height: auto;
}

.asagibox {
    height: 370px;
    padding: 15px 20px;
}
}

@media only screen and (max-width: 450px){	

td.price_th {
    width: 65%;
}

.asagibox, .asagibox p {
    height: auto;
}
}

/* パッケージソフトウェア END */

/*ITマネージメント */

ol.management_list {
    font-size: 16px;
    margin: 0;
    counter-reset: my_counter;
    list-style: none;
}

ol.management_list li {
    padding-left: 40px;
    margin-bottom: 5px;
    position: relative;
}

ol.management_list li:after {
    position: absolute;
    top: calc(50% - 12px);
    content: counter(my_counter);
    counter-increment: my_counter;
    width: 25px;
    height: 25px;
    line-height: 25px;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #02a6c2;
    border-radius: 50%;
}

.top-box, .middle-box02 {
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/management_01.jpg) no-repeat right bottom;
    background-size: 55%;
    position: relative;
}

.middle-box {
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/management_02.jpg) no-repeat left top;
    background-size: 55%;
    padding-bottom: 55px;
}

.middle-box02 {
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/management_03.jpg) no-repeat right bottom;
    background-size: 55%;
}

.bottom-box {
    background: url(https://mile-stone2016.com/wp-content/uploads/2020/03/management_04.jpg) no-repeat left center;
    background-size: 55%;
}

.top-box:after {
    content: 'management';
    font-weight: 600;
    font-size: 10vh;
    line-height: 1;
    background: linear-gradient( to bottom, #e6e6e6 35%, #ffffff 20% );
    -webkit-background-clip: text;
    color: transparent;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: block;
    right: -25%;
    position: absolute;
}

.top-box_text, .middle-box02_text {
    padding: 0 30px 0 0;
    background: hsla(0, 0%, 100%, 0.75);
    margin-right: 55%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.middle-box02_text {
    background: 0;
    padding: 0;
}

.middle-box_text, .bottom-box_text {
    margin-left: 57%;
    padding: 0 0 0 30px;
    background: hsla(0, 0%, 100%, 0.75);
    margin-bottom: 0;
    box-sizing: border-box;
}

.bottom-box {
    padding-bottom: 0;
}


@media only screen and (max-width: 1024px){

.top-box, .middle-box02 {
    background-size: 60%;
}

.middle-box, .bottom-box {
    padding: 0;
}

.top-box:after {
    display: none;
}

.top-box_text, .middle-box02_text {
    margin-right: 45%;
}

.middle-box_text, .bottom-box_text {
    margin-left: 48%;
}
}

@media only screen and (max-width: 990px){

.top-box, .middle-box02 {
    background-position: center bottom;
    background-size: 80%;
    padding: 0 30px 350px;
}

.middle-box, .bottom-box {
    padding: 0 30px 340px;
    background-size: 80%;
    background-position: center bottom;
}

.middle-box_text, .bottom-box_text {
    font-size: 14px;
    margin-left: 0;
    background: none;
    padding: 0;
}

.top-box_text, .middle-box02_text {
    font-size: 14px;
    margin: 0;
    background: 0;
    padding: 0;
}
}

@media only screen and (max-width: 740px){

.top-box, .middle-box02 {
    padding: 0 0 420px;
    background-size: 100%;
}

.middle-box, .bottom-box {
    padding: 0 0 420px;
    background-size: 100%;
}

ol.management_list {
    font-size: 13px;
}

ol.management_list li {
    padding-left: 35px;
    margin-bottom: 10px;
    line-height: 2;
}
}

@media only screen and (max-width: 670px){

}

@media only screen and (max-width: 450px){

.top-box, .middle-box02 {
    padding: 0 0 235px;
}

.middle-box, .bottom-box {
    padding: 0 0 235px;
}
}

@media only screen and (max-width: 380px){

.top-box, .middle-box02 {
    padding: 0 0 210px;
}

.middle-box, .bottom-box {
    padding: 0 0 210px;
}    
}

/*ITマネージメント END */

/* 採用情報 */

.recruit_box {
    padding: 35px 35px;
    box-sizing: border-box;
    background: #efefef;
}

.recruit_box img {
    margin-bottom: 15px;
}

.recruit_box p {
    margin-bottom: 0;
}

a.engineer_con, a.programmer_con {
    width: 50%;
    padding: 10px 20px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    background: #028ea6;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

a.engineer_con:after, a.programmer_con:after {
    content: '>';
    /* color: #fff; */
    line-height: 35px;
    position: absolute;
    width: 6vh;
    right: 0;
}

a.engineer_con:hover, a.programmer_con:hover {
    background: #fff;
    color: #028ea6;
}

@media only screen and (max-width: 1024px){	

a.engineer_con, a.programmer_con {
    width: 65%;
}
}

@media only screen and (max-width: 992px){	

.recruit_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

a.engineer_con, a.programmer_con {
    font-size: 14px;
    width: 80%;
}

a.engineer_con:after, a.programmer_con:after {
    line-height: 30px;
}
}

@media only screen and (max-width: 830px){
    
a.engineer_con, a.programmer_con {
    width: 100%;
}
}

@media only screen and (max-width: 740px){

.recruit_box {
    padding: 20px;
}

.recruit_box h2:after {
    width: 25px;
    margin: 3px 0 0;
}
}


/* 採用情報 END */

/* よくある質問 */

.faq {
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.faq.lastbox {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.faq h2 {
    font-size: 20px;
    line-height: 1.5;
    padding: 3px 0 0 50px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    z-index: 10;
}

.faq h2:before {
    content: 'Q';
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #028ea6;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 20px;
    text-align: center;
    margin: 0;
}

.faq h2:after {
    margin: 0;
    height: 0;
}

p.answer {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    padding: 5px 0 5px 50px;
}

p.answer::before {
    content: 'A';
    color: #028ea6;
    background: #e6e6e6;
    font-weight: 400;
    font-size: 19px;
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 20px;
    line-height: 35px;
    text-align: center;
    z-index: -1;
    top: 5px;
    left: 0;
    display: block;
}

@media only screen and (max-width: 992px){	

.faq {
    padding-bottom: 30px;
    margin-bottom: 40px;
}

p.answer {
    font-size: 14px;
}
}

@media only screen and (max-width: 740px){

.faq {
    margin-bottom: 30px;
}

.faq h2 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 3px 0 0 40px;
}

.faq h2:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 27px;
}

p.answer {
    padding: 5px 0 0 40px;
}

p.answer:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
}

@media only screen and (max-width: 670px){

p.answer {
    font-size: 14px;
    line-height: 1.8;
}
}

@media only screen and (max-width: 450px){
    
.faq h2 {
    padding: 0 0 0 35px;
}
}

/* よくある質問 END */


/* お問い合わせ */

.telbox {
    margin-bottom: 100px;
}

p.con_tel {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}

span.contel_sab {
    font-size: 16px;
    letter-spacing: 0px;
    margin-right: 5px;
}

br.con_br {
    display: none;
}

span.con_fax {
    font-size: 40px;
    margin-left: 10px;
}

span.con_fax::before {
    content: '/';
    margin-right: 10px;
    font-size: 25px;
}

span.mail_sab {
    font-size: 17px;
    margin-left: 20px;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    background: #c12623;
    box-sizing: border-box;
}

span.reply {
    color: #c12623;
    font-weight: 600;
}

.infobox h3 {
    font-size: 18px;
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

.infobox p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}

span.required {
    background: #c12623;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 1px 5px 1px;
    border-radius: 3px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.wpcf7 {
    border: none;
    background: none;
}

.wpcf7 p {
    font-size: 14px !important;
    font-weight: 600;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    background: #efefef;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 8px;
}

.wpcf7 form {
    margin: 0;
}

.wpcf7 input.wpcf7-submit {
    width: 450px;
    height: 65px;
    font-size: 16px;
    font-weight: 600;
    background: #028ea6;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.wpcf7 input.wpcf7-submit:hover {
    color: #02a6c2;
    background: #efefef;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}

.policy_box h3 {
    font-weight: 400;
    padding: 0;
    background: none;
    text-align: center;
    color: #000;
}

.policy_box p {
	font-size: 13px;
	margin-bottom: 0px;
}

.policy_box ol {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

@media only screen and (max-width: 992px){

.telbox {
    margin-bottom: 60px;
}

span.contel_sab {
    font-size: 14px;
    margin-right: 2px;
}

p.con_tel {
    font-size: 40px;
}

span.con_fax {
    font-size: 35px;
}

.wpcf7 input.wpcf7-submit {
    width: 350px;
}
}

@media only screen and (max-width: 740px){

p.con_tel {
    font-size: 32px !important;
}

span.con_fax {
    font-size: 30px;
}
}

@media only screen and (max-width: 670px){

.telbox p {
    font-size: 14px;
    margin-bottom: 10px;
}

span.contel_sab {
    font-size: 11px;
}

p.con_tel {
    letter-spacing: 2px;
}

span.mail_sab {
    font-size: 14px;
}

.infobox h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.infobox p {
    font-size: 13px;
}
	
.wpcf7 input.wpcf7-submit {
    margin-top: -5px;
}
}

@media only screen and (max-width: 450px){

.telbox {
    margin-bottom: 40px;
}

p.con_tel {
    font-size: 36px;
    line-height: 1.5 !important;
}

span.con_fax {
    font-size: 26px;
    margin-left: 0;
}

br.con_br {
    display: unset;
}

span.con_fax::before {
    margin: 0;
    display: none;
}

.wpcf7 input.wpcf7-submit {
    width: 300px;
}
}

/* お問い合わせ END */

.margin-100 {
   margin-bottom:100px;
}

.margin-90 {
   margin-bottom:90px;
}

.margin-80{
   margin-bottom:80px;
}

.margin-70{
   margin-bottom:70px;
}

.margin-60{
   margin-bottom:60px;
}

.margin-50{
   margin-bottom:50px;
}

.margin-40 {
   margin-bottom:40px;
}

.margin-30 {
   margin-bottom:30px;
}

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

.margin-10 {
   margin-bottom:10px;
}