@charset "UTF-8";

/* 52 20190903 Start */
body.top .trouble {
      width: 100%;
      margin: 24px auto;
      font-size: 2.0rem;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,.2);
      padding: 15px;
      border-radius: 10px;
      font-weight: 600;
      background-color: #ffff7f;
      line-height: 25px;
  }
  body.top .trouble div {
      display: inline-block;
      vertical-align: middle;
  }
  body.top .trouble div.trouble-img {
      max-width: 50%;
  }
  body.top .trouble .pc .button_box .btn {
      width: auto;
      max-width: 100%;
      min-width: 350px;
  }
  body.top .trouble div.trouble-msg {
      text-align: center;
      width: 95%;
     /* font-size: 20px;*/
      font-weight: 700;
  	  color: #c6101a; 
  }
  body.top .trouble div.trouble-msg a.ublue{
  	font-size: 1.7rem;
  }
  @media only screen and (max-width: 768px) {
      body.top .trouble {
          width: 95%;
          margin: 10px auto 30px;
          font-size: 1.2rem;
          line-height: 18px;
      }
      body.top .trouble div.trouble-img {
          max-width: 50%;
      }
      body.top .trouble div.trouble-msg {
          /*width: 80%;*/
      }
      body.top .trouble div.trouble-msg a.ublue{
	  	font-size: 1.0rem;
	  }
	  body.top .trouble .sp.trouble-btn,
	  body.top .trouble .sp.trouble-btn .button_box {
	    width: 100%;
	  }
  }
/* 52 20190903 End */

/* sendo 20210217 Start*/
  #form .sec .block table td small.att{
    color:#c6101a;
	font-weight:bold;
	text-indent:-1em;
	padding-left:1em;
	margin-top: 0px;
  }

  @media only screen and (max-width: 768px){
	#form .sec .block table td.head span.att{
      width: calc(100% - 50px);
	  margin-top: 0px;
	}
  }

  #form.confirm .sec table tr td{
	word-break:break-all;
  }
/* sendo 20210217 End */


/* 追加 2024/05/15 追加 ここから */
  .actuhnim {
    padding: 5px 0 0;
    float: right;
  }
  @media only screen and (max-width: 768px) {
    .actuhnim {
      padding: 40px 0 0;
    }
  }
  @media only screen and (max-width: 768px) {
    .actuhnim img {
      width: 90px;
  	}
  }


/* 追加 2024/05/15 追加 ここまで */