/*
  Junpu Law Office
  Car Accident Consultations
  Stylesheet fot PC
  ---

  Create:  2016/06/13
  Update:  2017/09/27
  Author:  @kuraryo (TNS Inc.),@mtfuji (TNS Inc.)
  ---
 */


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

  /* ---
    Global Navigation
   */
  nav {
    z-index: 700;
  }
  nav ul {
    list-style: none;
  }
  nav ul li {
  }
  nav ul li a {
    display: inline-block;
    position: absolute;
    right: 36px;
    text-align: center;
    font-size: 110%;
    line-height: 1.2;
    font-weight: bold;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  }
  nav ul li a:hover {
    -webkit-transform: scale( 1.1 );
      -moz-transform: scale( 1.1 );
    color: rgb(255, 255, 255);
  }
  nav ul li a img {
    margin-bottom: 5px;
    padding-top: 25px;
    width: 40%;
    height: 40%;
  }
  nav ul li.btn-contact a {
    top: 36px;
    z-index: 800;
    background-color: rgb(91, 196, 230);
  }
  nav ul li.btn-contact a:hover {
    background-color: rgb(72, 160, 189);
  }
  nav ul li.btn-office a {
    top: 230px;
    z-index: 900;
    background-color: rgb(220, 222, 65);
  }
  nav ul li.btn-office a:hover {
    background-color: rgb(181, 182, 52);
  }
  nav ul li.btn-restart a {
    top: 424px;
    z-index: 900;
    background-color: #95989A;
  }
  nav ul li.btn-restart a:hover {
    background-color: #666;
  }


/* ---
  Window
 */
.win {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 40px auto 80px;
  z-index: 30;
  clear: both;
  padding: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%); /* for Safari */
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1280px;
  /*max-height: 450px;*/
  background-color: rgba(255, 255, 255, .8);
}

.win.brand {
  width: 50%;
}

.win h2 {
  position: relative;
  clear: both;
  font-size: 38px;
  line-height: 1.3;
}

.win h2.heading {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgb(0, 0, 16);
}

.win.adv h2.heading {
  /*margin-left: 120px;*/
}

.win span.tag {
  display: block;
  float: right;
  width: 100px;
  margin: -50px 0 -30px 0;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  background: rgb(91, 196, 230);
}


/* ---
  Box
 */

/* exp */
.box {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.adv .box {
  min-height: 345px;
}

.page-o .adv .box {
  min-height: 320px;
}

.box p {
  font-size: 18px;
  line-height: 1.5;
}

.box p.text-line {
  padding: 20px 90px;
  /*line-height: 1.7;*/
  text-align: left;
  line-height: 2;
  clear: both;
}

.look{
  font-size: 28px;
  font-weight: bold;
  background-color: rgb(220, 222, 65);
  margin: 10px 10px 0;
  padding: 0 5px;
}

.interest{
  font-weight: bold;
}

.annotation {
  font-size: 14px;
}

.page-q .box p.text-line {
  padding: 0 90px;
  /*line-height: 1.7;*/
  text-align: center;
}

.text-line img {
  max-width: 80%;
  margin: -20px 0;
}

.box .text-caution {
  margin: 50px 0;
  font-weight: bold;
  color: rgb(91, 196, 230);
}

.box ul {
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}

.box ul li {
  padding: 10px 5px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: 0 10px;
  width: 100%;
}

.box ul li h3 {
  font-size: 24px;
  line-height: 1.3;
  color: rgb(250, 94, 126);
}

.box ul li p {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
}

.box .column-line {
  justify-content: space-between;
  margin-bottom: 30px;
}

.box .column-line ul li {
  margin: auto;
}

.box .column-line h3 {
  width: 80%;
  height: 20%;
  margin: 20px auto;
}

.box .column-line li p {
  width: 80%;
  height: 30%;
  margin: 10px auto 30px;
  display: block;
}

.box .column-line li img {
  width: 60%;
  max-width: 160px;
  padding: 10px;
}

.box .column-line2 li p,.box .column-line2 li h3 {
  height: 10%;
}


.page-e .box .column-line li:nth-child(1) { width: 30%; }
.page-e .box .column-line li:nth-child(2) { width: 30%; }
.page-e .box .column-line li:nth-child(3) { width: 30%; }


.box .column-table table {
  margin-bottom: 30px;
  margin: auto;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  width: 70%;
  background: rgb(255, 255, 255);
}

.box .column-table th,
.box .column-table td {
  padding: 10px;
  border: 1px solid rgb(150, 152, 154);
}

.box .text-caption {
  float: left;
  padding: 0;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  width: 30%;
}

/* adv */
.box .column-lawer {
  margin-right: 20px;
  margin-left: 20px;
}

.box .lawer-name {
  font-weight: normal;
  line-height: 1.5;
}

.column-price{
    width: 50%;
    padding: 10px;
}

.box .column-text {
  padding: 0 90px;
  background-position: left top;
  background-repeat: no-repeat;
}

.page-m .box .column-text,
.page-n .box .column-text {
  padding: 0 0 0 20px;
  background: none;
  font-size: 14px;
}

.box .column-text h4 {
  text-align: left;
  font-size: 18px;
  color: rgb(250, 94, 126);
}

.box .column-text p {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 2;
  font-size: 18px;
}

.box .column-text .career {
  font-size: 20px;
  border-collapse: collapse;
  text-align: left;
  line-height: 2;
  width: ;70%;
}

.box .column-text .career td {
  vertical-align: baseline;
}

.book{
  margin-left: 240px;
  width: auto;
}

.book a {
  color: #5BC4E6;
}

.book a img {
  width: 50px;
}

.book a:hover {
  opacity: 0.5;
  text-decoration: underline;
}

.page-q h3 {
  font-size: 28px;
  line-height: 1.5;
  color: rgb(250, 94, 126);
}


/* ---
  Icons
 */
.icon-group {
  flex-direction: row;
  justify-content: center;
}

.icon-group img {
  margin: 0 50px;
  width: 25%;
}


/* ---
  Buttons
 */
.btn-group {
  flex-direction: row;
  justify-content: center;
  clear: both;
}

.page .btn-group {
  margin-top: 30px;
  margin-bottom: -55px;
}

a.btn {
  display: block;
  margin: 0 35px;
  padding: 18px 10px;
  font-size: 120%;
  font-weight: bold;
  color: rgb(255, 255, 255);
  width: 255px;
  border-radius: 50px;
}

a.btn-blue {
  background-color: rgb(91, 196, 230);
}

a.btn-blue:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(72, 160, 189);
}

a.btn-green {
  background-color: rgb(220, 222, 65);
}

a.btn-green:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(181, 182, 52);
}

a.btn-pink {
  background-color: rgb(250, 94, 126);
}

a.btn-pink:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(250, 94, 126);
}

/* btn-slide */
.btn-slide {
  position: relative;
  margin: -60px -90px 0 0;
  float: right;
  display: inline-block;
}

.adv .btn-slide {
  margin: -50px -90px 0 0;
}

.page-o .adv .btn-slide {
  margin: -60px -90px 0 0;
}

.btn-slide a.btn {
  margin: 0;
  padding: 14px 0;
  font-size: 100%;
  width: 120px;
}

/* btn-circle */
.page .btn-circle {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle a {
  margin: 60px 50px 20px;
  text-align: center;
  font-size: 130%;
  line-height: 1.2;
  font-weight: bold;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.btn-circle a:hover {
  -webkit-transform: scale( 1.1 );
    -moz-transform: scale( 1.1 );
  color: rgb(255, 255, 255);
}

.btn-circle a img {
  margin-bottom: 15px;
  padding-top: 25px;
  width: 40%;
  height: 40%;
}

.btn-circle a {
  background-color: rgb(220, 222, 65);
}

.btn-circle a:hover {
  background-color: rgb(181, 182, 52);
}

/* btn-flash */
@-webkit-keyframes 'pulse' {
  0%{
  border:solid 8px rgba(91, 196, 230, 0);
         }
    100%{
  border:solid 8px rgba(255, 255, 255, .6);
         }
}
.flash{
-webkit-animation-name: pulse;
-webkit-animation-duration: 1.0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
padding: 16px 0;
}


/* ---
 display-hidden
  */
.navi, .exp-m_sp, .exp-n_sp, .page-r_sp, .column-price2 {
  display: none;
}

}
