@charset "UTF-8";
/* CSS Document */

body {
    font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.site-header {
    background: rgba(255,255,255,1);
    display: flex;
    padding: 1em 0 10px 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
}

.site-header.transform {
    background: rgba(255,255,255,0.9);
    padding: 1em 0 10px 20px;
}

.navbar-toggler-2, .navbar-toggler-2 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.navbar-toggler-2 {
    position: fixed;
    top: 10px;
    right: 12px;
    width: 42px;
    height: 36px;
    border: 4px solid #b80000;
    background: #b80000;
    border-radius: 5px;
    z-index: 112;
}
.navbar-toggler-2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.navbar-toggler-2 span:nth-of-type(1) {
    top: 3px;
}
.navbar-toggler-2 span:nth-of-type(2) {
    top: 13px;
}
.navbar-toggler-2 span:nth-of-type(3) {
    bottom: 2px;
}
.navbar-toggler-2.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.navbar-toggler-2.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
.navbar-toggler-2.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}


@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        overflow-y: auto;
        background-color: #f3f3f3;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -10px;
}

.site-header .navbar-brand img {
    width: 160px;
}

ul.navbar-nav {
    margin-top: 10px;
    position: relative;
    padding-right: 15px;
}

ul.navbar-nav li {
    margin-left: 10px;
    margin-bottom: 15px;
}

.site-header.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-bottom: 0;
}

.site-header.navbar-expand-lg .navbar-nav .active .nav-link {
    background: #f21c41;
    color: #fff;
}

ul.navbar-nav li.request a.nav-link {
    background: #b80000;
    color: #fff;
    padding-left: 10px;
    margin-right: 10px;
}

ul.navbar-nav li.request a.nav-link:hover,
ul.navbar-nav li.request a.nav-link:focus {
    background: #000;
    color: #fff;
}

ul.navbar-nav li.contact {
    margin-top: 20px;
}

ul.navbar-nav li.contact span {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    display: none;
}

ul.navbar-nav li.contact a {
    background: #f21c41;
    padding: 12px 24px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-left: 10px;
}

ul.navbar-nav li.contact span::before {
    position: absolute;
    content: '';
    width: 42px;
    height: 24px;
    background: url("../images/freetel.svg") no-repeat;
    background-size: 100%;
    top:4px;
    left: -48px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0.8em;
    font-size: 15px;
    color:#000;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 5px solid #f21c41;
}



.top_img {
    background: url("../images/top_mainimg_02.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 48.75%;
    overflow: hidden;
    margin-top: 52px;
}

.other.top_img {
    background: #fae8b8;
    padding-bottom:0;
    overflow: hidden;
    margin-top: 46px;
}

.top_title {
    background: #ff1571;
    padding-top: 28px;
    padding-bottom: 30px;
}

.top_title h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

.top_title h2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
    font-weight: 700;
}

.recommend {
    background: #fae8b8;
    padding-top: 30px;
    padding-bottom: 40px;
}

.recommend h3 {
    display: block;
    border: 2px solid #ff5f71;
    background: #fff;
    text-align: center;
    padding: 6px 18px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.recommend h3 strong{
    color:#d80000;
    font-size: 20px;
}

.recommend ul {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}

.recommend ul li {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.recommend ul li strong {
    color: #d80000;
}

p.link,
p.link_pdf {
    margin-top: 40px;
    text-align: center;
}

p.link_2 {
    text-align: right;
    margin-bottom: 3px;
}

p.link a,
p.link_2 a {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    padding: 20px 60px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

p.link a span,
p.link_2 a span {
    position: relative;
    display: block;
    transform: translate(-3px, -3px);
    transition: 0.3s;
    z-index: +1;
}

p.link a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #e1000e;
    border-radius: 6px;
    box-sizing: border-box;
    transform: translate(-3px, -3px);
    transition: 0.3s;
}

p.link_2 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #f15a24;
    border-radius: 6px;
    box-sizing: border-box;
    transform: translate(-3px, -3px);
    transition: 0.3s;
}

p.link a:hover span,
p.link_2 a:hover span{
    transform: translate(0, 0);
}

p.link a:hover::after,
p.link_2 a:hover::after{
    transform: translate(0, 0);  
}

p.link a span i,
p.link_2 a span i {
    position: relative;
    font-style: normal;
    z-index: +1;
}

p.link a span i::after,
p.link_2 a span i::after{
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 34%;
    right: -45px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

p.link_pdf a {
    font-weight: 700;
    color: #f21c41;
    text-decoration: underline;
    transition: 0.3s;
}

p.link_pdf a i {
    position: relative;
    font-style: normal;
}

p.link_pdf a i::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 34%;
    right: -20px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #f21c41;
    transition: 0.3s;
}

p.link_pdf a:hover {
    color: #7a7a7a;
}
p.link_pdf a:hover i::after {
    border: 4px solid transparent;
    border-left: 10px solid #7a7a7a;
}

.box_01 {
    background-image: url("../images/recommend_back_02.png");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #d0ecf4;
    padding-top: 40px;
    padding-bottom: 30px;
}

.other.box_01{
    margin-top: 46px;
}


.box_01 h3,
.box_02 h3,
.box_03 h3 {
    font-size: 20px;
    padding: 22px 18px;
    border-bottom: 3px solid #f21c41;
    background: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.box_01 p strong,
.box_02 p strong,
.box_03 p strong{
    color: #f21c41;
    font-weight: 700;
}

.box_01 p span {
	font-weight:bold;
}

.box_01 p span a {
    background: #e1000e;
    padding: 3px 30px 3px 10px;
    border-radius: 4px;
    color:#fff;
    text-decoration: none;
    transition: 0.3s;
	margin-right:6px;
	margin-left:6px;
}

.box_01 p span a:hover {
    background:#cc0023
}

.box_01 p span a i {
	position:relative;
	font-style:normal;
}

.box_01 p span a i::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 30%;
    right:-25px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

.box_02 {
    background-color: #fcf3e2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box_02 p.small {
    font-size: 12px;
}

.box_03 {
    background-color: #d0ecf4;
    padding-top: 60px;
    padding-bottom: 60px;
}

.price {
    border: 3px solid #fff;
    background: #f9e9aa;
    text-align: center;
    padding: 15px 30px;
    border-radius: 24px;
    display: block;
}

.price p span {
    font-size: 13px;
}

.price h4 {
    font-size: 26px;
    color: #d80000;
    font-weight: 700;
}

.price h4 span {
    font-size: 18px;
    color: #000;
    margin-left: 5px;
}

.box_04 {
    background-color: #f9cddf;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box_04 p.link a {
    width: 80%
}

.footer {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 80px;
    color: #000;
}


.footer h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
    background: #8e8e8e;
    padding: 8px 18px;
    color: #fff;
}

.footer ul {
    margin: 0 0 50px 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
    margin-bottom: 15px;
}

.footer ul li a {
    color: #000;
    text-decoration: none;
    transition: .5s;
    font-weight: 400;
}

.footer ul li a:hover {
    color: #b80000;
    text-decoration: none;
}

.footer ul li ul {
    margin: 0;
    padding-left: 15px;
}

.footer p.tel,
.box_02.other-page p.tel {
    font-size: 24px;
    font-weight: 700;
    padding-left: 80px;
    position: relative;
}

.footer p.tel::before,
.box_02.other-page p.tel::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 60px;
    background: url("../images/freetel.svg") no-repeat;
    background-size: 100%;
    top:-10px;
    left: 0px;
}

.footer p.link a {
    width: 100%;
    text-align: left;
    padding-left: 70px;
    position: relative;
}

.footer p.link a span i::after{
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -15%;
    right: -60px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

.footer p.link a span {
    position: relative;
    width: 100%;
}

.footer p.link a span::before {
    content: '';
    background: url("../images/icon_mail.svg") no-repeat;
    background-size:100%;
    width: 40px;
    height: 55px;
    position: absolute;
    top:0;
    left: -50px;
    z-index: +1;
}

.footer h4 {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer_copy {
    background: #3f3f3f;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer_copy p {
    font-size: 12px;
    color: #fff;
    margin:0;
}

.box_02 .tab-pane,
.box_02 .price_page,
.box_02 .voice_page,
.box_02 .company_page {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.box_02 .tab-content h2,
.box_02 .price_page h2,
.box_02 .voice_page h2,
.box_02 .company_page h2 {
    font-size: 20px;
    border-bottom:1px solid #dfdfdf;
    padding-bottom: 6px;
    font-weight: 700;
}

.box_02 .tab-content h2 strong,
.box_02 .price_page h2 strong,
.box_02 .voice_page h2 strong,
.box_02 .company_page h2 strong {
    font-weight: 700;
    color: #f21c41;
}

.box_02 .tab-content ul {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}

.box_02 .nav-tabs .nav-link {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transition: 0.3s;
    font-weight: 700;
    color: #f21c41;
}

.box_02 .nav-tabs .nav-link:hover {
    background:#f21c41;
    color: #fff;
}

.content h1 {
    font-size: 22px;
}


.content .feature {
    margin-top: 20px;
    padding: 14px;
    background: #fff;
}

.content .feature p {
    margin: 0;
}

.box_02 ul.form_list {
    margin: 20px 0 0;
    padding: 0;
}

.box_02 ul.form_list li {
    list-style: none;
}

.box_02 ul.form_list li h3 {
    border-left:15px solid #f21c41;
    border-bottom: none;
    margin-bottom: 12px;
    padding: 4px 15px;
    font-size: 19px;
}

.box_02 ul.operation {
    margin: 0;
    padding: 0;
}

.box_02 ul.operation li {
    list-style: none;
    border: #ccc solid 1px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.box_02 ul.operation li h3 {
    color: #fff;
    border-bottom: none;
    margin: 0 0 12px;
    padding: 4px 10px;
    background: #f21c41;
    border-radius: 10px;
}

.box_02 ul.operation li p {
    color: #333;
    margin-bottom: 0;
}

.box_02 ul.howtoselect {
    margin: 0;
    padding: 0;
}

.box_02 ul.howtoselect li {
    list-style: none;
    margin-bottom: 40px;
}

.box_02 ul.howtoselect li h2 {
    border-bottom: none;
}

.box_02 ul.howtoselect li h2 span {
    background:#f21c41;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 22px;
    border-radius: 8px;
    color: #fff;
}

.box_02 ul.howtoselect li p {
    padding-left: 45px;
}

.box_02.other-page ul.feature_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 15px 0 0;
}

.box_02.other-page ul.feature_list li {
	font-size: 16px;
	line-height: 1.4em;
	padding-left: 30px;
	position: relative;
	color:#4a4a4a;
	margin-bottom:15px;
}

.box_02.other-page ul.feature_list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ed0334;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.box_02 .support h3 {
    margin: 0 0 25px;
    padding: 10px;
    background: #f21c41;
    color: #fff;
    border-radius: 15px;
}


.box_02 .support .youtube_movie {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の縦幅*/
  height: 0;
  overflow: hidden;
}
 
.box_02 .support .youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box_02 .support .movie_manual_box {
    margin-top: 30px;
}

.box_02 .support .movie_manual_box p.download {
line-height: 2em;
}

.box_02 .support .movie_manual_box p.download a {
    background: #e1000e;
    padding: 7px 30px 7px 10px;
    border-radius: 4px;
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.box_02 .support .movie_manual_box p.download a:hover {
    background:#cc0023
}

.box_02 .support .movie_manual_box p.download a i {
    position: relative;
}

.box_02 .support .movie_manual_box p.download a i::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 27%;
    right:-25px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

.box_02 .support .movie_manual_box ul {
    margin: 20px 0 0;
    padding-left: 20px;
}

.box_02 .support .movie_manual_box ul li {
    list-style: none;
    margin-bottom: 6px;
}

.box_02 .support .movie_manual_box ul li a {
    color: #e1000e;
}

.box_02 .support .movie_manual_box ul li a:hover {
    color:#790015;
    text-decoration: none;
}


.box_02 .support p.widescreen i {
	position:relative;
	width:30px;
	margin-left:10px;
	margin-right:30px;
}

.box_02 .support p.widescreen i::after {
	display: block;
	content: "";
	background:url("../images/icon_widescreen.png") no-repeat;
	background-size:18px;
	position: absolute;
	top:0;
	left: 0;
	width: 18px;
	height: 18px;
}

.box_02 .price_page dl {
    margin: 20px 0;
    padding: 0;
}

.box_02 .price_page dl dt {
    background: #f21c41;
    padding: 10px 10px;
    color: #fff;
    width: 100%;
    float: none;
    text-align: center;
}

.box_02 .price_page dl dd {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.box_02 .price_page dl dd span {
    font-size: 28px;
    color: #f21c41;
    font-weight: 700;
}

.box_02 .voice_page ul {
    margin: 20px 0 0;
    padding: 0;
}

.box_02 .voice_page ul li {
    list-style: none;
}

.box_02 .voice_page ul li dl {
    margin-bottom: 20px;
}

.box_02 .voice_page ul li dl dt {
    color: #f21c41;
    margin-bottom: 5px;
}

.box_02 .voice_page ul li dl dt span {
    background: #f21c41;
    padding: 3px 5px;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    margin-right: 10px;
}

.box_02 .company_page ul {
    margin: 20px 0 0;
    padding: 0;
}

.box_02 .company_page ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: 1px dotted#efefef;
}

.box_02 .company_page ul li dl {
    margin: 0;
    padding: 0;
}

.box_02 .company_page ul li dl dt {
    background: #f4f4f4;
    padding: 6px 10px;
}

.box_02 .company_page ul li dl dd {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.box_02 .company_page ul.software {
    padding: 0 0 0 20px;
}

.box_02 .company_page ul.software li {
    list-style: disc;
    border-bottom: 1px solid #efefef;
    margin-bottom: 7px;
}

.box_02 .company_page ul.software li span {
    margin-left: 10px;
    display: inline-block;
    width: 250px;
}

.box_02 .company_page ul.software li span a {
    background: #e1000e;
    padding: 3px 30px 3px 10px;
    border-radius: 4px;
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.box_02 .company_page ul.software li span a:hover {
    background:#cc0023

}


.box_02 .company_page ul.software li span a i {
    position: relative;
}

.box_02 .company_page ul.software li span a i::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 30%;
    right:-25px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

.box_02 .company_page ul.site_map {
    margin: 0 0 50px 0;
    padding: 0;
}

.box_02 .company_page ul.site_map li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: none;
}

.box_02 .company_page ul.site_map a {
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.box_02 .company_page ul.site_map a:hover {
    color: #b80000;
    text-decoration: none;
}

.box_02 .company_page ul.site_map ul {
    margin: 0;
    padding-left: 15px;
}

.box_02 ul.accountant {
    border: 2px solid #ff5f71;
    padding: 15px 15px 15px 35px;
    margin: 20px 0;
    background: #ffe9ec;
}

.box_02 ul.accountant li {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.8em;
}

.box_02 ul.accountant li:last-child {
    margin-bottom: 0;
}


.box_02 ul.accountant li span {
    display: block;
    width: auto;
	font-weight:normal;
}

.box_02 ul.accountant li span a {
    background: #e1000e;
    padding: 3px 30px 3px 10px;
    border-radius: 4px;
    color:#fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
	font-weight:bold;
}

.box_02 ul.accountant li span a:hover {
    background:#cc0023
}


.box_02 ul.accountant li span a i {
    position: relative;
}

.box_02 ul.accountant li span a i::after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 30%;
    right:-25px;
    box-sizing: border-box;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
}

.box_02 ul.accountant li ul {
	margin-top:15px;
}

.box_02 ul.accountant li ul li {
	margin-bottom:6px;
}

.box_02 ul.accountant li ul li {
	font-weight:normal;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }

    .news ul li dl dt {
        color: #fff;
        font-weight: 400;
        float: left;
        width: 140px;
        margin-bottom: 0;
    }

    .news ul li dl dd {
        margin-left: 150px;
    }

    .top_img {
        background: url("../images/top_mainimg_02.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        padding-bottom: 48.75%;
        overflow: hidden;
    }
    
    .top_title h1 {
        font-size: 24px;
    }

    .top_title h2 {
        font-size: 24px;
    }
    
    .recommend {
        padding-top: 60px;
        padding-bottom: 80px;
         background-image: url("../images/recommend_back.png");
        background-position: center bottom 30px;
        background-repeat: no-repeat;
        background-size:90%;
    }
    
    .recommend h3 {
        border-radius: 20px;
        font-size: 24px;
        font-weight: 700;
    }

    .recommend h3 strong{
        font-size: 28px;
    } 
    
    .recommend ul li {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .box_01 h3,
    .box_02 h3,
    .box_03 h3 {
        font-size: 24px;
        margin-bottom:0;
    }
    
    .box_01 p,
    .box_02 p,
    .box_03 p{
        font-size: 20px;
    }
    
    .box_02.other-page p {
        font-size: 16px;
    }
    
    .price h4 {
        font-size: 38px;
    }

    .price h4 span {
        font-size: 22px;
    }
    
    .footer ul li {
        margin-bottom: 6px;
    }
    
    .footer ul li a {
        font-weight: normal;
    }
    
    .footer p.tel,
    .box_02.other-page p.tel {
        font-size: 34px;
    }
    
    .footer p.tel::before,
    .box_02.other-page p.tel::before {
        top:0;
        left: 0;
    }
    
    .footer p.link a {
        width: 100%;
        text-align: left;
        padding-left: 100px;
        position: relative;
    }

    .footer p.link a span::before {
        content: '';
        background: url("../images/icon_mail.svg") no-repeat;
        background-size:100%;
        width: 60px;
        height: 55px;
        position: absolute;
        top:0;
        left: -80px;
        z-index: +1;
    }
    
    .box_02 ul.operation {
        display:-webkit-box;
        display:-moz-box;
        display:-ms-box;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
         display:-ms-flex;
        display:flex;
        flex-wrap: wrap;
        justify-content: space-around; 
    }
    
    .box_02 ul.operation li {
        width: 49.5%;
        margin-right: 1%;
        float: left;
    }
    
    .box_02 ul.operation li:nth-child(2n+2) {
        margin-right: 0;
    }
    
    .box_02 ul.operation li:last-child {
        width: 100%;
        background: #ffeea9;
    }
    
    .box_02 .price_page dl dt {
        background: #f21c41;
        padding: 10px 10px;
        color: #fff;
        width: 200px;
        float: left;
        text-align: center;
    }

    .box_02 .price_page dl dd {
        margin-left: 220px;
        padding: 10px;
        text-align: left;
    }
}
@media (min-width: 992px) {

    .navbar-toggler-2 {
        display: none;
    }
    
    ul.navbar-nav li.contact {
        position: absolute;
        top: -20px;
        right: 0;
        font-size: 22px;
        font-weight: 700;
        margin-top: 0;
    }
    
    ul.navbar-nav li.contact a {
        text-decoration: none;
        transition: 0.3s;
    }
    
    ul.navbar-nav li.contact a:hover {
        background: #cc0023
    }
    
    .navbar-light .navbar-nav .nav-link:hover, 
    .navbar-light .navbar-nav .nav-link:focus {
        border-bottom: 5px solid #f21c41;
    }
    
    .site-header.navbar-expand-lg .navbar-nav .active .nav-link {
        border-bottom: 5px solid #f21c41;
        background: #f3f3f3;
        color: #000;
    }
    .site-header.navbar-expand-lg .navbar-nav .active .nav-link:hover {
        color: #fff;
    }
    
    ul.navbar-nav li.contact span {
        display: inline-block;
    }
    
    .site-header {
        padding: 0.9em 0 0 20px;
    }

    .site-header.transform {
        padding: 0.9em 0 0 20px;
    }
    
    .site-header .navbar-brand img {
        width: 200px;
        transition: .5s;
    } 

    .site-header.transform .navbar-brand img {
        width:180px;
    }
    
    .site-header.navbar-expand-lg .navbar-nav li.request .nav-link {
        padding-left: 4em;
        padding-top: 2.1em;
        transition: .5s;
        color:#fff;
    }

    .site-header.transform.navbar-expand-lg .navbar-nav li.request .nav-link {
        padding-top: 1.1em;
    }

    .site-header.navbar-expand-lg .navbar-nav .nav-link {
        padding-top:10px;
        padding-right: 15px;
        transition: .5s;
        padding-bottom: 0;
        border-bottom: 5px solid #f21c41;
        background: #f21c41;
        margin-top: 22px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #fff;
    }
    
    .site-header.navbar-expand-lg .navbar-nav .nav-link:hover {
        background: #cc0023;
        border-bottom: 5px solid #cc0023;
    }
    
    .site-header.transform.navbar-expand-lg .navbar-nav .nav-link {
        padding-top:6px;
        margin-top: 22px;
    }
    
    ul.navbar-nav li {
        margin-left: 10px;
        margin-bottom: 0;
    }
    
    ul.navbar-nav li:first-child {
        margin-left: 0;
    }

    ul.navbar-nav li.request a.nav-link {
        background: #b80000;
        color: #fff;
        padding-left: 10px;
        margin-right: 0;
    }
    
    ul.navbar-nav li.request {
        margin-top: -1.55em;
    }
    ul.navbar-nav li.request a.nav-link {
        text-align: right;
        padding-right: 15px;
    }
    
    .top_img {
        margin-top: 80px;
    }
    
    .other.top_img {
        margin-top: 80px;
    }
    .footer h4 {
        font-size: 23px;
    }
    
    .footer ul {
        margin: 0 0 0 0;
    }

    .footer_copy p {
        font-size: 14px;
    }
    
    .box_01 {
        padding-top: 60px;
    }
    
    .box_02 .nav-tabs .nav-link {
        font-size: 18px;
    }
    
    .box_02 .tab-content h2,
    .box_02 .price_page h2{
        font-size: 23px;
    }
    
    .box_02 .tab-pane {
        background: #fff;
        padding-top: 45px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .box_02 .nav-tabs .nav-link.active,
    .box_02 .nav-tabs .nav-item.show .nav-link {
        font-size: 18px;
        font-weight: 700;
        color: #000;
      }

      .box_02 ul.form_list li h3 {
        font-size: 20px;

    }

     .content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .box_02 .voice_box_01 {
        background:url("../images/voice_back_01.jpg") no-repeat;
        background-size: 100%;
        background-position: left center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 300px;
        /*border-left: #ffe1e7 180px solid;*/
        margin-bottom: 30px;
    }
    
    .box_02 .voice_box_02 {
        background:url("../images/voice_back_02.jpg") no-repeat;
        background-size: 100%;
        background-position: left center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 300px;
        padding-right: 20px;
        /*border-left: #ffe1e7 180px solid;*/
        margin-bottom: 30px;
    }
    
    .box_02 .voice_box_03 {
        background:url("../images/voice_back_03.jpg") no-repeat;
        background-size: 100%;
        background-position: left center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 300px;
        /*border-left: #ffe1e7 180px solid;*/
        margin-bottom: 30px;
    }
    
    .box_02 .voice_box_04 {
        background:url("../images/voice_back_04.jpg") no-repeat;
        background-size: 100%;
        background-position: left center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 300px;
        padding-right: 20px;
        /*border-left: #ffe1e7 180px solid;*/
        margin-bottom: 30px;
    }
    
    .box_02 .voice_box_01 h2,
    .box_02 .voice_box_02 h2,
    .box_02 .voice_box_03 h2,
    .box_02 .voice_box_04 h2 {
        background: rgba(255,255,255,0.78);
        padding: 15px;
        border-radius: 10px;
    }
    
    .box_02 .voice_box_01 ul li,
    .box_02 .voice_box_02 ul li,
    .box_02 .voice_box_03 ul li,
    .box_02 .voice_box_04 ul li {
        background: rgba(255,255,255,0.78);
        padding: 15px;
        border-radius: 10px;
    }
    
    .box_02 .company_page ul li dl dt {
        background: #f4f4f4;
        padding: 6px 10px;
        width: 180px;
        float: left;
    }

    .box_02 .company_page ul li dl dd {
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top:6px;
        margin-left: 180px;
    }
}

@media (min-width: 1030px) {
    .site-header .navbar-brand img {
        width: 220px;
        transition: .5s;
    } 

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
}
@media (min-width: 1260px) {
    .site-header .navbar-brand img {
        width: 270px;
        transition: .5s;
    } 
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }

    .site-header.navbar-expand-lg .navbar-nav li.request .nav-link {
        padding-left: 13em;
    }
    
    .top_img {
        background: url("../images/top_mainimg_02.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        padding-bottom: 48.75%;
        max-height: 780px;
        overflow: hidden;
    }
    
    .top_img {
        padding-right: 8%;
    }
    
    .recommend {
        background-image: url("../images/recommend_back.png");
        background-position: center bottom 30px;
        background-repeat: no-repeat;
        background-size:1200px;
    }
    
}

@media (min-width: 1450px) {

    ul.navbar-nav li {
        margin-left: 20px;
        margin-bottom: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    .site-header.navbar-expand-lg .navbar-nav li.request .nav-link {
        padding-left: 15em;
    }
}