@charset "UTF-8";
/*
Theme Name:mrri_tobisystem
Description:mrriの鳶システムのテーマ
Author:mrri
*/

@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
	color: #4d4d4d;
	-webkit-text-size-adjust: 100%;
	line-height: 160%;
    margin-top: -1px;
}

.mintyo {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mt-20{
    margin-top: 20px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}

img {
	height: auto;
	max-width: 100%;
}
p {
    line-height: 2em;
    margin-bottom: 0;
}
.inner {
    padding: 80px 0px;
    margin:0 auto;
}
.pc {
    display: inline;
}
.sp {
    display: none;
}


/*トップ以外のヘッダー*/
.head-bg img {
    height: 50px;
    width: auto;
}
.head-bg {
    background-color: #000;
}

/* -------------------- top -------------------- */
/* メインイメージ
------------------------------------- */
.position,.main-pr  {/*親div*/
    position: relative;/*相対配置*/
}
/* 会社名
------------------------------------- */
h1.main-ab {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 2;
}

.main-pr p {
    writing-mode: vertical-rl;
    letter-spacing: 6px;
    font-size: 30px;
    position: absolute;
    z-index: 3;
    bottom: 15%;
    right: 25%;
	text-align: start;
}

/* -------------------- box0 -------------------- */

.red-bg {
    background-color: #C5180E;
    padding: 30px 0px;
    color: #fff;
    font-size: 80px;
    /* font-weight: bold; */
}

.red-bg p {
    font-weight: bold;
	line-height: 1.3;
  padding:25px 0;
}
.red-bg p span {
  text-align: center;
  font-size: 20px;
}

.red-bg span {
    font-size: 30px;
    text-align: left;
    display: block;
}

.index_box0 {
    background: #FFFFFF;
    padding: 0;
    text-align: center;
}



.index_box0 img {
    margin-top: 0px;
}


/*box1*/
h2.index-h2 {
    background-color: #000;
    padding: 20px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 80px;
}

.img-number span {
    position: absolute;
    z-index: 2;
    font-size: 80px;
    top: 0;
    left: 0px;
}

.system-box dl dt {
    color: #C5180E;
    font-size: 22px;
    border-bottom: solid 2px #000;
    margin: 10px 0px;
}

/*box7*/
section.index_box7.price {
    background-color: #000;
}

.kakaku-title {
    background-color: #C5180E;
    padding: 20px 15px 10px;
    color: #fff;
    font-size: 25px;
    border-bottom: solid 4px #C54954;
}

.kakaku-bg-white {
    background-color: #fff;
    padding: 15px;
}

.box_price {
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
}

.price-f {
    font-size: 90px;
    /*margin-top: 40px;*/
    font-weight: bold;
    /* text-align: right; */
    color:#C5180E;
}

.price-f span {
    font-size: 35px;
    margin: 15px 0px 5px;
    font-weight: bold;
    display: block;
}

.box_list ul li span {
    display: block;
    font-size: 14px;
}
.box_list ul li {
    margin-bottom: 10px;
}

/* 新着情報
------------------------------------- */
.waku_box {
    padding: 10px 0 5px 0;
    border-bottom: 2px dashed #aaa;
    margin: 0px auto 5px auto;
}
.waku_box a:hover {
    opacity: 0.6;
}
.date {
    line-height: 100%;
    color: #4d4d4d;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 16px;
    margin: 0 0 2px 0;
}
.title {
    margin: 10px 0 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 1em;
}
.waku p {
    margin: 11px 0 11px 5px;
    font-size: 16px;
    line-height: 1em;
}

a.btn_0, a.btn_1 {
    display: inline-block;
    background: #C5180E;
    width: 260px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all .5s ease-out;
    padding: 15px 0;
}

a.btn_0:hover:before, a.btn_1:hover:before {
    right: 10px;
}
a.btn_0:before, a.btn_1:before {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    right: 20px;
    width: 12%;
    height: 2px;
    background: #fff;
}

a.btn_0:hover:after, a.btn_1:hover:after {
    right: 10px;
}
a.btn_0:after, a.btn_1:after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
    width: 12px;
    height: 0;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-135deg);
}


/* -------------------- フッター -------------------- */
footer.inner {
    background: #000000;
    padding: 60px 0 30px;
    margin: 0 auto;
}

dl.footer-2-dl, dl.footer-2-dl a {
    color: #fff;
}

#footer-copyright {
    background: #000;
}
dl.footer-dl {
    text-align: center;
    display: block ruby;
    margin: 0;
}
dl.footer-dl dt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
dl.footer-dl dt img.footer-img {
    padding-right: 15px;
}
dl.footer-dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.tel,.tel a {
  font-size: 40px;
  line-height: 1em;
  margin-top: 5px;
  color: #ffffff;
}
.tel span {
  font-size: 30px;
}
.tel-2 {
  color: #cccccc;
  margin-top: -3px;
  text-align: left;
}
address {
    font-style: normal;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 10px 0 10px 0;
    font-size: 16px;
}

dl.footer-dl dt img {
    width: 50px;
}

dt.fs-30 {
    font-size: 30px;
    padding-bottom: 5px;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
}

/* h2

/* -------------------- top -------------------- */
section.index_box1 {
    text-align: center;
}
.font_mi {
    font-size: 26.5px;
    font-weight: bold;
    line-height: 1.5em;
}
/* h2
------------------------------------- */
h2.index_h2 {
  text-align: center;
  color: #333;
  font-size: 40px;
  line-height: 1.5em;
}
h3.index_h3 {
  text-align: center;
  color: #333333;
  font-size: 30px;
}
/* マーカー紫
------------------------------------- */
span.marker {
    color: #333;
    background-image: linear-gradient(transparent 65%, #825a8a 50%);
}
span.marker_2 {
    color: #333;
    background-image: linear-gradient(transparent 65%, #feed57 50%);
}

.box_gray {
    background: #808080;
    color: #ffffff;
    padding: 50px;
    margin-top: 80px;
    margin-right: -80px;
    z-index: 999;
    position: relative;
}
.box_purple {
    background: #825a8a;
    color: #ffffff;
    padding: 50px;
    margin-top: 40px;
    margin-left: -100px;
}
.box_siro {
    background: #ffffff;
    color: #333333;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
}
.box_sen {
    border: 1px solid #333333;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
}
.box_sen p.box6_p {
    font-size: 36px;
    margin-bottom: 15px;
}
.box_sen p {
    font-weight: bold;
}

section.index_box2, section.index_box6 {
    background: url("./images/index_bg2.jpg") no-repeat center top;
    background-size: auto;
    background-size: cover;
    text-align: center;
}
section.index_box4 {
    background: #4d4d4d;
}
section.index_box8 {
   /* background: url("./images/index_bg1.jpg") no-repeat center top;*/
   background-color: #f2f2f2;
    background-size: auto;
    background-size: cover;
}
/* （テーブル0）＆お問い合わせ
------------------------------------- */
.table_0 {
    width:100%;
    margin: 15px 0;
}
.table_0 tr {
    border: 1px solid #B3B3B4;
}
.table_0 th {
    padding:10px;
    width:20%;
    border-right: 1px solid #B3B3B4;
    text-align:center;
    vertical-align: middle;
    background: rgba(197, 24, 14, 0.1);
}
.table_0 td {
    padding: 10px;
    width: 60%;
    background: #fff;
    vertical-align: middle;
}
/*送信ボタン
------------------------------------- */
.button {
    border: 1px solid #C5180E;
    border-radius: 5px;
    background: #C5180E;
    color: #fff;
    list-style-type: none;
    margin: 0px auto;
    padding: 7px 85px 7px 95px;
    display: table;
    text-align: center;
    letter-spacing: 10pt;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.button:hover {
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
    text-decoration:none;
    letter-spacing: 10pt;
    text-align:center;
}
.haba1 {
    width: 100%;
}
.haba2 {
    width: 200px;
}





/* ここまで
------------------------------------- */

/* -----------------------------------スマホ------------------------------------- */
@media screen and (max-width: 767px) {
    h1.main-ab img {
        max-height: 500px;
    }


/*メイン画*/
.main-pr p {
    font-size: 23px;
    right: 100%;
    color: #fff;
    text-shadow: #000 1px 0 10px;
}
 


/*box0*/
.red-bg span {
    font-size: 22px;
}

.red-bg p {
    background-color: #C5180E;
    padding: 30px 0px;
    color: #fff;
    font-size: 45px;
    /* font-weight: bold; */
}

/*box1*/
h2.index-h2 {
    margin-bottom: 30px;
}


.img-number span {
    position: absolute;
    z-index: 2;
    font-size: 80px;
    top: 65px;
    left: 10px;
}

.mt-40{
    margin-top: 20px;
}
.navbar {
    min-height: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.navbar-brand > img {
    width: 60px;
    margin: 42px 0 0 0px;
}
.inner {
    padding: 30px 0;
    margin: 0 auto;
}
p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5em;
}
.mb-40 {
    margin-bottom: 15px;
}
.mt-60 {
    margin-top: 20px;
}
.pc {
    display: none;
}
.sp {
    display: initial;
}


section.index_box1 {
  text-align: left;
}
.font_mi {
  font-size: 15px;
}
h2.index_h2 {
    font-size: 23px;
}
h3.index_h3 {
    font-size: 21px;
}
.box_gray {
  padding: 20px;
  margin-top: 20px;
  margin-right: 0px;
  font-size: 16px;
  margin-bottom: 20px;
}
.box_purple {
  padding: 20px;
  margin-top: 20px;
  margin-left: 0px;
}
.box_siro { 
    padding: 5px;
}
.box_siro p {
    font-size: 14px;
}
.box_sen {
    margin-bottom: 10px;
}


.table_0 {
    font-size: 70%;
    line-height: 1.3em;
}
.table_0 th {
    padding: 5px;
    width: 40%;
}
.table_0 td {
    padding: 5px;
}
address {
    font-size: 13px;
}

a.btn_0, a.btn_1 {
    width: 235px;
}

}

/* -----------------------------------タブレット------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.inner {
  padding: 50px 0px;
  margin: 0 auto;
}
.mt-60 {
  margin-top: 30px;
}
h2.index_h2 {
    font-size: 30px;
}
h3.index_h3 {
    font-size: 21px;
}
.box_gray {
    padding: 30px;
    margin-top: 50px;
}
.font_mi {
  font-size: 19px;
}
.box_purple {
    margin-left: -400px;
}
.box_sen p {
    font-size: 16px;
}


a.btn_0, a.btn_1 {
    width: 200px;
}


}

/* -----------------------------------19インチ------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    a.btn_0, a.btn_1 {
        width: 200px;
    }
}




@media (max-width: 1600px){
    h1.main-ab img {
        max-height: 500px;
    }
}


@media (max-width: 1199px){
h1.main-ab img {
    max-height: 350px;
}

.main-pr p {
    font-size: 23px;
}

.price-f {
    font-size: 65px;
}


.price-f span {
    font-size: 35px;
    margin: 30px 0px 5px;
    font-weight: bold;
    display: block;
}

.price-f span {
    font-size: 25px;
    margin: 20px 0px -5px;
    font-weight: bold;
    display: block;
}

}

@media (max-width: 767px){
    h1.main-ab img {
        max-height: 500px;
    }
    
    .main-pr p {
        font-size: 23px;
    }

    .ob-fit {
            object-fit: cover;
            height: 600px;
    }

    .price-f {
        font-size: 55px;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    dl.footer-dl {
        text-align: left;
        margin: 10px 0px;
    }
    }


