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

/*共通*/
body{
     margin-right: auto;
     margin-left: auto;
     width:750px;
    }
table.type04{
             width: 750px;
             border-collapse:collapse;
            }
table.type04 td{
             margin: 0;
             padding: 0;
             border-collapse:collapse;
                }
table.head {
            width: 100%;
            }
table.head td{
            margin: 0;
            }
.info{
      vertical-align: bottom;
      text-align: right;
      width: 15em;
      font-size: 0.7em;
      }
img.me {
             width: 6px;
             height: 18px;
             }

img.nu {
             width: 123px;
             height: 18px;
             transition: .2s;
             }
img.nu:hover {
             opacity: 0.5;
             }
img.copy {
             width: 300px;
             height: 12px;
             }
/*パンくず*/

table.pan{
          width: 750px;
          }
table.pan td{
              font-size: 0.8em;
              padding: 3px;
             }
/*コピーライト*/
table.cr{
          width: 750px;
             }
table.cr td{
          text-align: center;
             }
hr { 
    width: 750px;
    border: 0 none; 
    height: 2px; 
    color: #696969;
    background-color: #696969;
} 


div {
    width:750px;
    text-align:left;
    }

h1 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#c0c0c0;
  width: 750px;   
   }

h2 {
  padding:5px;
  margin:5px;
  text-align:center;
  font-size:20px;
  background-color:#a1d4e6;
  color: #36464d;
  width: 750px;
   }

h3 {
  padding:5px;
  margin:5px;
  text-align:left;
  font-size:20px; color:purple;
  font-weight:900;
  clear:both;
   }

p.imgLeft { 	   
  margin-left:50px;
  margin-right:10px;
  margin-top:0;
  width:250px;   
  float:left;
   }

p.text {
  width:60px;
  text-align:center;
    }   

table.type01{
             width: 750px;
            }
.right{
       text-align: right;
       vertical-align: bottom;
       }
table.type02{
             width: 750px;
             }
.dai{
     font-size: 1.3em;
     color: purple;
     font-weight: bold;
    }
.tn{
    font-size: 0.8em;
    text-align: right;
    vertical-align: bottom;
    }
span{
     font-weight: bold;
     color: #0080ff;
     }

table.type03 {
            width: 750px;
	    border-collapse: separate;
	    border-spacing: 0;
	    text-align: center;
	    line-height: 1.0;   
	    vertical-align: center;
	    border: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	}
	table.type03 th { 	 
        text-align:center;
	    padding: 7px;
	    font-weight: bold;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	    background: #eee;
	}
	table.type03 td {
	    padding: 7px;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	}       	   
p.center{
         text-align: center;
        }
.bold{
      font-weight: bold
      } 
table.type05{
             width: 750px;
             }
table.type05 td{
                text-align: center;
                }
img.pic{
        width: 120px;
        height: 90px;
        }
table.type06{
             width: 750px;
             border-collapse: collapse;
             }
table.type06 th{
                background: #ffffc2;
                border: solid 2px #c0c0c0;
                padding: 7px;
                text-align: center;
                }
table.type06 td{
                border: solid 2px #c0c0c0;
                padding: 7px;
                }

/*お問合せフロー*/

ul {
    padding: 0;
}
li {
    list-style-type: none;
}
dd {
    margin-left: 0;
}

.flow {
    padding-left: 120px;
    position: relative;
}
.flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
}
.flow > li {
    position: relative;
}
.flow > li:not(:last-child) {
    margin-bottom: 8vh;
}
.flow > li .icon {
    font-size: 12px;
    color: #fff;
    background: rgb(107,144,219);
    background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
    background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 8px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    z-index: 100;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #66d5e9;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flow > li dl {
    padding-left: 70px;
    position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
}
.flow > li dl::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #6b90db;
    border-radius: 50%;
    left: -4px;
}
.flow > li dl::after {
    width: 50px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
}
.flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: rgb(107,144,219);
    margin-bottom: 1vh;
}

/*お問合せフローここまで*/



table.type07 tr td:nth-of-type(1){
  width: 9em;
}
table.type07 tr td:nth-of-type(2){

  text-align: center;
}
table.type07 tr td:nth-of-type(3){

  text-align: center;
}
table.type07 tr td:nth-of-type(4){

  text-align: center;
}
table.type07 tr td:nth-of-type(5){

  text-align: center;
}
table.type07 tr td:nth-of-type(6){

  text-align: center;
}
table.type07 tr td:nth-of-type(7){

  text-align: center;
}
table.type07 tr td:nth-of-type(8){

  text-align: center;
}

table.type07{
             width: 100%;
             border: solid 0.1em ;
             padding: 0.8em;
             border-collapse: collapse;
             }
table.type07 th{
                font-size: 0.7em;
                border: solid 0.1em ;
                padding: 0.3em;
                text-align: center;
                }
table.type07 td{
                font-size: 0.9em;
                border: solid 0.1em ;
                padding: 0.3em 0.5em ;
                }

.fixed01{
  position: sticky;
  top: 0;
  background: #f5f5f5;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 0.2em solid #a9a9a9;
  }
}




  