@charset "utf-8";

/*
Theme Name: itso
Author: abeden co.ltd.
Version: 1.0
*/

@font-face {
    font-family: 'mgenplus-2p';
    src: url('font/mgenplus-2p.eot');
    src: url('font/mgenplus-2p.woff2') format('woff2'), url('font/mgenplus-2p.woff') format('woff'), url('font/mgenplus-2p?#iefix') format('embedded-opentype'), url('font/mgenplus-2p.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #555;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

h1 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 2px 5px;
}

h1 a {
    color: #999;
}

h2 {
    position: relative;
    font-family: 'mgenplus-2p';
    font-size: 3rem;
    line-height: 1.1em;
    margin: 50px 0 70px;
}

h2 span {
    display: inline-block;
    font-size: 1.4rem;
    color: #f99b48;
    margin: 0 10px;
}

h2::before {
    position: absolute;
    content: "";
    background: #f99b48;
    width: 40px;
    height: 40px;
    left: -10px;
    bottom: 10px;
    z-index: -1;
    opacity: .3
}

h3 {
    font-family: 'mgenplus-2p';
    font-size: 2.6rem;
    color: #f99b48;
    line-height: 1.2em;
    border-top: solid thin #f99b48;
    border-bottom: solid thin #f99b48;
    padding: 20px 0 17px;
    margin: 50px 0;
}

h4 {
    font-family: 'mgenplus-2p';
    font-size: 2.2rem;
}

h5 {
    font-family: 'mgenplus-2p';
    font-size: 1.8rem;
    border-bottom: solid thin #f99b48;
}

a {
    color: #4682b4;
    text-decoration: none;
}

a:hover {
    color: #bbc8e6;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
}

ul {
    list-style: none;
}

ol {
    padding-left: 25px;
}

ol li {
    margin: 10px 0;
}

dt {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4682b4
}

dd {
    margin: 20px 0 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 80px;
}

caption {
    background: #f99b48;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 11px 10px 7px;
    border-radius: 5px 5px 0 0;
}

tr:nth-child(even) {
    background-color: #fff4ea;
}

th,
td {
    padding: 20px 10px;
}

hr {
    border: 0;
    background: url(img/temp-img/dot.svg);
    width: 100%;
    height: 10px;
    margin: 100px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    border: solid thin #ccc;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    background-color: #0095d9;
    color: #fff;
    padding: 5px 15px;
    margin: 20px 0;
    cursor: pointer;
    border-radius: 3px;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.in_block {
    display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* header */

.header {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 100px;
    font-family: 'mgenplus-2p';
    text-align: center;
    padding: 15px;
    margin: auto;
}

.logo {
    display: inline-block;
}

.top_contact {
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: right;
}

.top_contact a {
    position: relative;
    display: inline-block;
    color: #f99b48;
    border: solid 1px #f99b48;
    padding: 5px 15px 3px 45px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.top_contact a::before {
    position: absolute;
    content: url(img/temp-img/mail.svg);
    top: 8px;
    left: 15px;
}

.top_contact .tel {
    font-size: 2.8rem;
    color: #f99b48;
}

.top_contact .tel::before {
    content: url(img/temp-img/tel.svg);
    margin-right: 5px;
}

/* nav */

nav {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

nav ul {
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

nav li {
    position: relative;
    display: table-cell;
    width: 100px;
}

nav li::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .1);
    width: 1px;
    height: 90%;
    top: 5%;
    right: 0;
}

nav li:last-child::after {
    display: none;
}

nav a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.2em;
    vertical-align: middle;
    padding: 5px 0 15px;
    z-index: 1;
}

nav a span {
    display: block;
    font-size: 1.2rem;
    color: #f99b48;
}

nav a::before {
    position: absolute;
    content: "";
    background: #f99b48;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

nav a::after {
    position: absolute;
    content: url(img/temp-img/navi_arrow.svg);
    width: 9px;
    height: 6px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
}

nav a:hover {
    background: #f99b48;
    color: #fff;
}

nav a:hover span {
    color: #fff;
}

nav a:hover::before {
    height: 100%;
    transition-duration: .5s;
}

nav a:hover::after {
    content: url(img/temp-img/navi_arrow_w.svg);
}

.slicknav_menu {
    display: none;
}

/* pankuzu */

.pankuzu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    color: #eee;
    padding: 5px 20px;
    top: 0;
}

.pankuzu ul {
    width: 100%;
    max-width: 1080px;
    padding-left: 0;
    margin: auto;
}

.pankuzu ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 10px;
    margin-right: 0;
}

.pankuzu a {
    display: inline-block;
    color: #fff;

}

.pankuzu .home:before {
    display: inline-block;
    content: url(img/temp-img/home.svg);
    margin-right: 5px;
}

/* slide */

.swiper-slide {
    width: 100%;
    max-width: 1024px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    background: url(img/temp-img/slide_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-pagination-bullet-active {
    background: #f99b48;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    min-height: 100px;
    padding: 20px 40px;
    flex-basis: 450px;
    flex-grow: 1;
}

.co_box_s {
    padding: 40px 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.co_img_m {
    position: relative;
    padding: 0;
    flex-basis: 300px;
    flex-grow: 1;
    text-align: center;
}

.co_img_m img {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: auto;
    vertical-align: middle;
}

.co_img_s {
    flex-basis: 250px;
    flex-grow: 1;
}

.co_img_s img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.p_less {
    padding-top: 0;
    padding-bottom: 0;
}

.band {
    background-color: #eee;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: -5;
}

.bg_w {
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.bg_alpha {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg_r {
    background: #e95464;
}

.bg_g {
    background: #38b48b;
}

.bg_p {
    background: #bc64a4;
}

.wrap {
    width: 100%;
    max-width: 1024px;
    padding: 100px 20px;
    margin: 0 auto;
}

.division {
    margin: 100px 0;
}

.red {
    color: red;
}

.padding {
    padding: 20px;
}

.more {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #f99b48;
    overflow: hidden;
    transition: .3s;
    margin: 40px 10px;
    padding: 15px 10px;
    border: solid 2px #f99b48;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    transform: rotate(0.1deg);
}

.more::before {
    position: absolute;
    content: url(img/temp-img/arrow-right.svg);
    width: 41px;
    height: 11px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 10;
}

.more::after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: -10%;
    bottom: 0;
    height: 120%;
    background: #f99b48;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    z-index: -1;
}

.more:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.more:hover::before {
    content: url(img/temp-img/arrow-right-w.svg);
    transition-duration: .3s;
}

.more:hover::after {
    left: -10%;
    width: 120%;
}

.absolute_cap {
    position: absolute;
    font-family: 'mgenplus-2p';
    top: 10px;
    left: 10px;
    font-size: 2.4rem;
    color: #fff;
}

.absolute_cap_sub {
    position: absolute;
    font-family: 'mgenplus-2p';
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    top: 50px;
    right: 0;
    transform: rotate(90deg);
}

.absolute_cap_sub::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 25px;
    height: 1px;
    top: 12px;
    left: -31px;
    font-weight: bold;
}

.list {
    list-style: disc;
    padding-left: 20px;
}

.large {
    font-size: 1.8rem;
    font-weight: bold;
}

.cap_1 {
    background: #f99b48;
    font-family: 'mgenplus-2p';
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding: 7px 15px 5px;
    margin: 20px 0;
    border-radius: 20px;
    transform: rotate(0.05deg);
}

.cap_2 {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 10px;
    margin-bottom: 10px;
    z-index: 30;
}

.cap_2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #d1e8ff;
    width: 100%;
    height: 10px;
    z-index: -1;
}

.cap_3 {
    background: #f99b48;
    font-family: 'mgenplus-2p';
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    padding: 20px 0;
    margin: 50px 0;
}

.cap_4 {
    display: inline-block;
    background: #70b6f2;
    font-family: 'mgenplus-2p';
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 5px;
}

.cap_5 {
    background: #d1e8ff;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 10px 5px;
    border: solid thin #ccc;
    border-radius: 5px 5px 0 0;
}

.bg_r {
    background: #e95464;
}

.bg_g {
    background: #38b48b;
}

.bg_p {
    background: #bc64a4;
}

.space {
    margin: 100px 0;
}

.bg_fixed {
    min-height: 400px;
    background-image: url(img/reform/sewing-machine-sepia.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.variable img {
    width: 100%;
    height: auto;
}

.sp {
    display: none;
}

/* index */

.index_img img {
    width: 100%;
    height: auto;
}

.index_txt {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
}

.index_txt p {
    text-align: center;
}

.index_cap {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 70px;
    z-index: 5;
}

.index_cap::before {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -25px;
    background-color: rgba(10, 90, 220, 0.2);
    width: 1px;
    height: 50px;
    z-index: -1;
}

.index_cap::after {
    position: absolute;
    content: "";
    right: -25px;
    bottom: -15px;
    background-color: rgba(10, 100, 200, 0.2);
    width: 50px;
    height: 1px;
    z-index: -1;
}

.map {
    margin: 30px 0;
}

.map iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.facebook iframe {
    display: inline-block;
    border: none;
    overflow: hidden;
}

/* rental */

.balloon {
    position: relative;
    display: inline-block;
    background: #d1e8ff;
    width: 420px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: justify;
    padding: 20px;
    margin: 30px 20px 100px;
    border-radius: 10px;
}

.balloon::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 10px;
    bottom: -9px;
    border-top: solid 10px #d1e8ff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    transform: rotate(10deg);
}

.worry_img {
    position: absolute;
    left: 10px;
    bottom: -90px;
}

.worry_img img {
    width: 50px;
    height: auto;
}

.price_list {
    width: 100%;
    border: solid thin #eee;
    margin: 100px 0 0;
}

.price_list th {
    border-bottom: solid thin #eee;
}

.price_list th img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.price_list td {
    text-align: center;
}

.price {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    color: #4682b4;
    margin: 0 10px;
}

.acd_check {
    display: none;
}

.acd_label {
    display: block;
    width: 100%;
    background: #70b6f2;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.acd_label::before {
    display: inline-block;
    content: "＋";
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
    margin: 0 20px 0 10px;
}

.acd_content {
    height: 0;
    opacity: 0;
    transition-duration: .3s;
    overflow: hidden;
    margin-bottom: 80px;
}

.acd_content .price_list {
    margin-top: 0;
}

.acd_content .caution {
    margin: 0;
}

.acd_check:checked + .acd_label + .acd_content {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.acd_check:checked + .acd_label::before {
    transform: rotate(45deg);
    transition-duration: .2s;
}

.co_box_s .acd_label {
    margin-left: 20px;
}

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

.caution {
    position: relative;
    background: #e95464;
    color: #fff;
    padding: 14px 20px 12px 60px;
    margin: 100px 0 50px;
    border-radius: 30px;
}

.caution::before {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: url(img/temp-img/exclamation.svg);
    vertical-align: middle;
    margin: auto 10px;
}

.stepflow {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
    padding: 0;
}

.stepflow > li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #b0bec5;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.stepflow > li .flow_txt {
    background: #fff4ea;
    min-height: 170px;
    color: #00acc1;
    padding: 20px 10px;
    margin: 10px;
}

.stepflow > li .bubble {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    margin: 0 0 0.5em;
    border-radius: 50%;
    background-color: #4dd0e1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.stepflow > li .bubble::after,
.stepflow > li .bubble::before {
    position: absolute;
    top: 13px;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #4dd0e1;
    color: #fff;
    z-index: -1;
}

/* simulation */

.simulation {
    position: relative;
    margin: 0;
}

.simulation [type="number"] {
    width: 60px;
}

.simulation table {
    margin: 10px auto;
}

.simulation td {
    min-width: 120px;
    height: 70px;
    padding: 15px 20px;
}

#mailformpro {
    position: relative;
}

div#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

#mfp_price {
    font-size: 2rem;
    font-weight: bold;
    color: #70b6f2;
    padding: 15px 20px;
    margin: 20px 10px;
    border: solid thin #70b6f2;
}

.price_total {
    color: #70b6f2;
    padding: 15px 20px;
    margin: 20px 10px;
    border: solid 3px #70b6f2;
}

.price_total input {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    border: none;
}

.simulation .hidden {
    display: none;
}

.on_off ~ .chk_dis {
    display: none;
}

.on_off:checked ~ .chk_dis {
    display: inline-block;
}

/* reform */

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

.tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.7;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

#menfuton:checked ~ #menfuton_content,
#umofuton:checked ~ #umofuton_content {
    display: block;
}

.tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
}

.point_list ol {
    counter-reset: number;
    list-style: none;
    padding-left: 0;
}

.point_list ol li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 30px;
}

.point_list ol li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    left: 0;
    background: #f99b48;
    width: 25px;
    height: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

ul.check li{
    position: relative;
	list-style: none;
    font-weight: bold;
	padding-left: 25px;
	margin: 20px 0;
}
ul.check li:before,
ul.check li:after{
	content: "";
	display: block;
	position: absolute;
}
ul.check li:before{
	width: 20px;
	height: 20px;
	background: #f99b48;
    top: 2px;
	left: 0;
    border-radius: 50%;
}
ul.check li:after{
	width: 10px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    top: 8px;
	left: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.appeal {
    position: relative;
    text-align: center;
    padding: 40px 20px 20px;
    border: solid 3px #f99b48;
    border-radius: 10px;
}

.flow {
    position: relative;
    margin: 80px 0;
}

.flow .container {
    margin: 30px 0;
}

.flow_num {
    position: relative;
    display: inline-block;
    background: #70b6f2;
    width: 50px;
    height: 50px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
}

.flow_num::after {
    position: absolute;
    content: "";
    background: #70b6f2;
    width: 2px;
    height: 160px;
    top: 50px;
    left: 49%;
    z-index: 1;
}

.flow .co_box {
    background: rgba(255, 255, 255, .8);
    z-index: 5;
}

.flow .co_img_s {
    text-align: center;
    padding: 20px 0;
}

.flow .co_img_s img {
    max-width: 250px;
}

.price_card {
    min-height: 100px;
    padding: 10px;
    flex-basis: 250px;
    flex-grow: 1;
}

.price_card .price_list {
    margin-top: 0;
    border: solid thin #ccc;
}

.price_title {
    font-size: 1.4rem;
    font-weight: bold;
}

.contact {
    text-align: center;
    margin: 150px 0 100px;
}

.contact a {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    color: #f99b48;
    border: solid 2px #f99b48;
    padding: 15px 35px 12px 70px;
    margin-bottom: 10px;
    border-radius: 30px;
}

.contact a::before {
    position: absolute;
    content: url(img/temp-img/mail.svg);
    width: 22px;
    height: 17px;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
}

.contact a:hover {
    background: #f99b48;
    color: #fff;
}

.contact a:hover::before {
    content: url(img/temp-img/mail_w.svg);
}

/* mailform */

.mfp_buttons button {
    color: #333;
}

.mailform .acd_content {
    margin-bottom: 0;
}

/* pagetop */

.pagetop a {
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 0;
    opacity: 0.7;
}

.pagetop a:hover {
    opacity: 0.4;
    bottom: 25px;
    transition-duration: 0.3s;
}

.pagetop a img {
    width: 50px;
    height: 50px;
}

/* footer */

footer {
    font-family: 'mgenplus-2p';
    background: #f99b48;
}

.footer {
    width: 100%;
    max-width: 1024px;
    color: #fff;
    padding-top: 10px;
    margin: 0 auto;
}

.footer_logo {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 20px;
}

.footer_logo img {
    display: inline-block;
    width: 120px;
    height: 50px;
    margin: 15px 0 0;
}

.footer_logo a {
    color: #fff;
}

.footer_block {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    margin: 20px;
}

.footer_tel {
    font-size: 1.8rem;
}

.f_link {
    text-align: center;
    padding: 20px 20px 0;
    margin: 0 auto;
}

.f_link a {
    font-size: 1.3rem;
    color: #fff;
}

.copyright {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .site_title {
        margin-left: 5%;
    }

    .co_box {
        padding-right: 50px;
    }
}

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

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

    .header {
        height: auto;
    }

    .top_contact {
        position: relative;
        top: 5px;
        right: 0;
        text-align: center;
    }

    #menu {
        display: none;
    }

    nav li {
        width: 100%;
        text-align: left;
    }

    nav a {
        width: 100%;
    }

    nav a::after {
        transform: rotate(-90deg);
        top: 12px;
        left: -15px;
        right: auto;
    }

    .slicknav_menu {
        display: block;
        z-index: 300;
    }

    .slicknav_menu li a span {
        display: none;
    }

    .wrap {
        padding: 50px 20px;
    }

    .site_title img {
        margin-bottom: 2px;
    }

    .co_cat_img {
        padding-top: 0;
    }

    .footer {
        text-align: center;
    }

}

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

    [type="email"],
    [type="text"],
    textarea {
        width: 100%;
    }

    .index_cap {
        font-size: 2.4rem;
        margin-bottom: 50px;
    }

    .cd-fixed-bg {
        background-attachment: scroll;
        background-size: cover;
        background-position: top center;
        height: 220px;
    }

    .co_box_single {
        padding: 20px 0;
    }

    .co_side {
        padding: 50px 0;
    }

    .stepflow {
        display: block;
    }

    .stepflow > li {
        width: 100%;
        margin-bottom: 50px;
    }

    .stepflow > li .bubble::after,
    .stepflow > li .bubble::before {
        width: 3px;
        height: 100%;
    }

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

    .flow_num::after {
        display: none;
    }

    .sp {
        display: block;
    }
}

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

    body {
        font-weight: 400;
    }

    h3 {
        font-size: 3rem;
        margin: 30px 0;
    }
    
    h5 {
        
    }

    .site_title {
        text-align: center;
    }

    .cd-fixed-bg::before {
        width: 210px;
        height: 130px;
    }

    .bg_fixed {
        background-attachment: scroll;
    }
    
    .co_box {
        padding: 50px 0;
    }

    .co_cat {
        padding: 20px 0;
    }

    .co_box_s {
        padding: 40px 0;
    }

    .balloon {
        width: 100%;
        font-size: 1.6rem;
        margin: 30px 0 100px;
    }

    .price_list {
        border: none;
    }

    .price_list tr {
        display: block;
        margin-bottom: 20px;
    }

    .price_list th,
    .price_list td {
        display: block;
        border: solid thin #eee;
    }
    
    .price_total input {
        max-width: 150px; 
    }
    
    .tab_content {
        padding: 0 0 20px;
    }

    .contact {
        margin: 50px 0;
    }
    
    .contact a {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 360px) {
    hr {
        margin: 70px 0;
    }
    
    .cap_2 {
        padding: 0;
    }
    
    .simulation table {
        width: 100%;
        margin: 20px 0;
    }
    
    .simulation th,
    .simulation td {
        display: block;
        width: 100%;
        max-width: 320px;
    }
}
