﻿/*===============================

	大規模修繕の流れ
	work_flow.css

================================*/
/*-------------------------------

	   コンテンツページ共通　

 --------------------------------*/
/*  メニュー　*/
.menu:nth-child(3) a {
    color: #008267 !important;
    font-weight: normal !important;
}
.menu:nth-child(3)::before {
    top: -19px !important;
}
#DivFirstView {
    height: 90vh;
}
/* トップタイトル 5
/* タイトル1 */
.sub-title {
    margin-left:15.7vw;
}
/*-------------------------------

	   フロー図　

 --------------------------------*/
.content-view.single.flow .contents  {
    width: 55%;
    margin: auto;
}
.flow-contents {
}
.flow-title{
    display:flex;
    margin-bottom:1.8vw;
}
/* フロー番号 */
.flow-no{
    width:2.5vw;
    height:2vw;
    border:solid 1px #008267;
    text-align:center;
    border-radius:7px;
    font-size:1.2vw;
    line-height:1.9vw;
    background-color:rgba(0, 130, 103, 0.3);
}
/* フロー名 */
.flow-name{
    line-height:1.9vw;
    font-size:1.4vw;
    margin-left:0.6vw;
}
/* 説明 */
.explan {
    margin-left:3vw;
    line-height:3.3vw;
    opacity:0.65;
}
.explan-link {
    width: 15vw;
    /*margin-left: 10vw;*/
    padding: 0.5vw 0.2vw;
    line-height: 1.2vw;
    border: solid 1px #808080;
    text-align: center;
    transition: 0.3s;
}
.explan a {
    font-size: 1vw;
    color: #000000;
    transition: 0.3s;
}
.explan-link:hover {
    border: solid 1px #008267;
    background-color: rgba(0, 130, 103, 0.3);
}
.explan-link:hover a{
    color:#008267;
    font-size:1vw;
}
/*　フロー線　*/
.flow-grid {
    border-left: 1px solid #CCC9C9;
    margin-left: 1.2vw;
}
.flow-contents:nth-child(1) .flow-grid {
    height: 7.3vw;
    margin-top: -5.1vw;
}
.flow-contents:nth-child(2) .flow-grid {
    height: 14vw;
    margin-top: -11.7vw;
}
.flow-contents:nth-child(3) .flow-grid {
    height: 13.6vw;
    margin-top: -10.8vw;
}
.flow-contents:nth-child(4) .flow-grid {
    height: 11vw;
    margin-top: -8.4vw;
}
.flow-contents:nth-child(5) .flow-grid {
    display:none;
}

/* テキストアニメーション */
.block {
    width: 40vw;
    height: 40vw;
    position:absolute;
    top:10vw;
    left:80%;
    z-index:-100;
}
.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
}
.circleText__circle {
  fill: none;
}
.circleText__text {
    fill: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-shadow: 1px 0 #008267,1px -1px 0 #008267,-1px 1px 0 #008267,-1px -1px 0 #008267;
    opacity:0.5;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------------------------

	   改修時期の目安　

 --------------------------------*/
table {
    width: 100%;
    margin: auto;
}
tr{
    height:5vw;
}
td {
    opacity: 0.8;
    border-bottom: solid 1px #898989;
    width: 50%;
    text-align: center;
}
tr:last-child td {
    border-bottom: none;
}
.grid-line span {
    top: 15%;
    height: 85%;
}
/*---------------------------------------*/
/*               スマホ　     　　       */
/*---------------------------------------*/
@media screen and (min-width:320px ) and (max-width:1079px) {
    #DivFirstView {
        height: 76vh;
    }
    /* タイトル1 */
    .sub-title {
        margin-left: 24vw;
    }
    .contents{
        margin-top:5vw !important;
    }
    .content-view.single.flow .contents {
        width: 90%;
        margin-top: 8vw !important;
    }
    .flow-title{
        margin-bottom:2.8vw;
    }
    /* フロー番号 */
    .flow-no {
        width: 5.5vw;
        height: 5vw;
        border-radius: 1px;
        line-height: 4.5vw;
        font-size:unset;
    }
    /* フロー名 */
    .flow-name {
        line-height: 4.5vw;
        margin-left: 1.6vw;
        font-size: unset;
    }
    /* 説明 */
    .explan {
        margin-left: 6vw;
        line-height: 6vw;
        opacity: 0.6;
        font-size: 2.8vw;
        letter-spacing: 1px;
    }
    .explan-link {
        width: 45vw;
        line-height: 3vw;
        margin-left: 0;
        margin-top:2vw;
    }
    .explan a {
        font-size: 2.8vw;
        color: #000000;
        transition: 0.3s;
    }
    /*　フロー線　*/
    .flow-grid {
        border-left: 1px solid #CCC9C9;
        margin-left: 3vw;
    }
    .flow-contents:nth-child(1) .flow-grid {
        height: 17vw;
        margin-top: -14.7vw;
    }
    .flow-contents:nth-child(2) .flow-grid {
        height: 38vw;
        margin-top: -32.7vw;
    }
    .flow-contents:nth-child(3) .flow-grid {
        height: 33vw;
        margin-top: -27vw;
    }
    .flow-contents:nth-child(4) .flow-grid {
        height: 24vw;
        margin-top: -20.5vw;
    }
    .flow-contents:nth-child(5) .flow-grid {
        display:none;
    }
    /* テキストアニメーション */
    .block {
        width: 70vw;
        height: 70vw;
        position: absolute;
        top: 35vw;
        left: 65%;
        z-index: -100;
    }
    .circleText__text {
        fill: #fff;
        font-size: 5vw;
        letter-spacing: 0.05em;
        text-shadow: 1px 0 #008267,1px -1px 0 #008267,-1px 1px 0 #008267,-1px -1px 0 #008267;
        opacity: 0.3;
    }
    /*.content-view.single.flow {
        height: unset;
    }*/
    /*.content-view.single {
        margin-bottom: 15vw !important;
    }*/
    /*-------------------------------

	       改修時期の目安　

     --------------------------------*/
    .content-view.single.table {
        height: auto;
        border-top: dashed 1px #CCC9C9;
    }
    table {
        width: 100%;
        margin: auto;
    }
    tr{
        height:7vw;
    }
    td{
        font-size:2.5vw;
        opacity:0.8;
    }
    td:first-child{
        width:60%;
    }
    .grid-line span {
        left:58%;
    }
}
/*---------------------------------------*/

/*               PC     　　       */

/*---------------------------------------*/

@media screen and (min-width:960px ){
}