@charset "utf-8";
/* common
==================================*/

img{
	width: 100%;
	height:auto;
	vertical-align:top;
}

h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
	transform: rotate(0.001deg);
	margin-bottom:30px;
}

p.lead {
    margin:0 13px 35px;
    line-height: 23px;
}



/* Service
==================================*/
  #Service {
    margin: 0 13px 60px;
  }
  #Service p.photo {
    margin-bottom: 30px;
  }
  #Service .ser_inner dl dt {
    font-size: 20px;
    text-align: center;
    background: #fff4f4;
    color: #c11c37;
    font-weight: 500;
    border: #dedede 1px solid;
	border-bottom:none;
    padding: 14px 0 14px;
	transform: rotate(0.001deg);
  }
  #Service .ser_inner dl dd {
	line-height:23px;
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid;
    padding: 21px;
	transform: rotate(0.001deg);
  }
  #Service .ser_inner dl dd span {
	display:block;
  }
  #Service .ser_inner dl dd span:nth-of-type(1) {
	margin-bottom:8px;
  }
  #Service .ser_inner dl:last-child dd {
    border-bottom: #dedede 1px solid;
  }
  #Service .ser_inner ul li {
    position: relative;
    padding-left: 1.3em;
  }
  #Service .ser_inner ul li::before {
	content: "●";
    color: #f56475;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }



/* About
==================================*/
  #About {
	padding: 56px 13px 60px;
    background: url(/images/support/bg01.jpg) repeat left top;
    background-size: 64px 64px;
    margin-bottom: 56px;
  }
  #About .about_inner {
    background: #FFFFFF;
    padding: 56px 13px;
  }
  #About .about_inner h3 {
    line-height: 1.2;
  }
  #About .about_inner .about_in2 p {
    line-height: 23px;
  }
  #About .about_inner .about_in2 .txt {
    width: 100%;
    border-top: #dedede 1px solid;
    margin-top: 15px;
  }
  #About .about_inner dl {
    display: table;
    width: 100%;
    border-bottom: #dedede 1px solid;
  }
  #About .about_inner dl dt {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transform: rotate(0.001deg);
    width: 114px;
  }
  #About .about_inner dl dd {
	display: table-cell;
    vertical-align: top;
    line-height: 23px;
    padding: 13px 25px;
  }
  #About .about_inner dl dd span.time {
    display: block;
    border-top: #dedede 1px solid;
    margin: 13px -25px 0;
    padding: 13px 25px 0;
  }



/* Fee
==================================*/
  #Fee {
    margin: 0 13px 60px;
  }
  #Fee h4 {
    text-align: center;
    color: #c11c37;
    font-weight: 500;
    transform: rotate(0.001deg);
    margin-bottom: 20px;
  }
  #Fee p.lead {
    margin: 0 0 15px;
	text-align:center;
  }
  #Fee p.caution {
    line-height: 23px;
    color: #FFFFFF;
    background: #fa909d;
    margin-top: 23px;
    padding: 20px;
  }
  #Fee p.kaigotan {
	margin: -30px 0 40px;
    text-align: right;
  }

  #Fee .fee_inner .fbox {
    width: 100%;
    border: #dedede 1px solid;
  }
  #Fee .fee_inner .fbox h5 {
    line-height:23px;
    text-align: center;
    padding: 17px 21px;
    font-weight: 500;
	transform: rotate(0.001deg);
  }
  #Fee .fee_inner .fbox dl {
    border-top: #dedede 1px solid;
  }
  #Fee .fee_inner .fbox dl dt {
    background: #fff4f4;
    font-weight: 500;
    transform: rotate(0.001deg);
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
  }
  #Fee .fee_inner .fbox dl dd {
    padding: 18px 21px;
    line-height: 23px;
    transform: rotate(0.001deg);
  }

  #Fee br.tb {
	display:none;
  }
  #Fee .fee_inner .f_left {
    margin-bottom: 40px;
  }
