@charset "utf-8";

body {
  min-width: 320px;
}

@media screen and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-wrap {
    margin: 30px 0;
    padding: 0;
    width: 100%;
  }
}

.table_block th{
  font-size: 16px;
}

.table_block td{
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  
  .table_block th{
    width: 100% !important;
    display: block;
  }

  .table_block td{
    display: block;
  }
  .table_block.type01 td {
    background-color: transparent;
  }

  .table_block.type01 th,
  .table_block.type01 .table_th {
    border-right: none;
  }
}

.checkerror{
  margin: 10px 0 0 0;
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .p-spWrap{
    padding: 0 10px;
  }
  .p-spPB0 {
    padding-bottom: 0;
  }
  .p-spMT50 {
    margin-top: 50px;
  }
  .p-box-text {
    font-size: 15px;
    line-height: 1.6;
  }
  .imghover:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  select[name="request01"] {
    width: 100%;
  }
  textarea {
    height: 125px;
  }
}

@media screen and (max-width: 768px) {
  .p-fileLabel {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 12.5px 15px;
    line-height: 1;
    border-radius: 19.5px;
    font-size: 14px;
  }
  .btn_wrap.type01.size03 {
    width: 225px;
    height: auto;
  }
  .btn_wrap.type01.size03 .btn {
    background-image: none;
    background-color: #be2222;
    padding: 12.5px 0;
    line-height: 1;
    border-radius: 20.5px;
    max-height: 41px;
  }
  .btn_wrap.type01 .btn_text {
    font-size: 14px;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 65px;
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
    min-height: inherit;
    z-index: inherit;
  }  
}

@media screen and (max-width: 320px) {
  
  .l-header {
    height: 54px;
  }
}

@media screen and (max-width: 768px) {
  .l-header-scrollBody {
    position: relative;
    z-index: 1000;
  }
  .l-header-scrollBody.is-active {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.6);
  }
  .l-header-scrollBody.is-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .l-header-inner {
    background-color: #fff;
    border-bottom: solid 1px #bdbdbd;
  }
  
  .l-header-title {
    float: left;
    letter-spacing: -5px;
    font-weight: normal;
  }
  .l-header-title img {
    vertical-align: top;
    width: 115px;
  }
}
@media screen and (max-width: 320px) {
  
  .l-header-title img {
    vertical-align: top;
    width: 95px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-titleTxt {
    padding: 10px 0 0 15px;
    font-size: 12px;
    line-height: 1.25;
    display: inline-block;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 320px) {
  .l-header-titleTxt {
    padding: 8px 0 0 12px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-menu {
    float: right;
    margin: 10px 10px 0 0;
    text-align: center;
    padding-top: 8px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border: solid 2px #34b043;
    border-radius: 5px;
  }
}
@media screen and (max-width: 320px) {
  .l-header-menu {
    margin: 8px 8px 0 0;
    padding-top: 6px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-menu img {
    display: block;
    margin: 0 auto;
    width: 29px;
  }
}
@media screen and (max-width: 320px) {
  .l-header-menu img {
    width: 23px;
  }  
}
@media screen and (max-width: 768px) {
  .l-header-menuBox,
  .l-header-menuBox div {
    transition: all .4s;
    box-sizing: border-box;
  }

  .l-header-menuBox {
    position: relative;
    width: 27px;
    height: 18.5px;
    margin: 0 auto 3.5px;
  }
}
@media screen and (max-width: 320px) {
  
  .l-header-menuBox {
    position: relative;
    width: 20px;
    height: 14px;
    margin: 0 auto 3px;
  } 
}
@media screen and (max-width: 768px) {
  .l-header-menuBox div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #55a16c;
    border-radius: 2px;
  }
}
@media screen and (max-width: 320px) {

  .l-header-menuBox div {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-menuBoxTop {
    top: 0;
  }
  .l-header-menuBoxMiddle {
    top: 7.5px;
  }
  .l-header-menuBoxBottom {
    bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  
  .l-header-menuBoxMiddle {
    top: 5.5px;
  }  
}
@media screen and (max-width: 768px) {
  .l-header-scrollBody.is-active .l-header-menuBoxTop {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .l-header-scrollBody.is-active .l-header-menuBoxMiddle {
    opacity: 0;
  }
  .l-header-scrollBody.is-active .l-header-menuBoxBottom {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}
@media screen and (max-width: 320px) {
  .l-header-scrollBody.is-active .l-header-menuBoxTop {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .l-header-scrollBody.is-active .l-header-menuBoxBottom {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}

/* l-gNav
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .l-gNav {
    display: none;
    background-color: #fff;
  }
  
  .l-gNav li {
    border-bottom: solid 1px #bdbdbd;
  }
  
  .l-gNav a {
      display: block;
      font-size: 17px;
      color: #333333;
      padding: 20px 0 20px 10px;
      line-height: 1;
  }
}
/* l-footer
---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .l-footer {
    background-color: #fff;
  }
  .l-footer-list li {
    box-sizing: border-box;
    border-bottom: solid 1px #bdbdbd;
  }
  .l-footer-list li:nth-of-type(even) {
    border-right: solid 1px #bdbdbd;
  }
  
  .l-footer-list li:not(:first-of-type){
    float: left;
    width: 50%;
  }
  
  .l-footer a{
    display: block;
    padding: 16px 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  
  .l-footer-copyRight {
    padding: 12px 0 10px;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #1d1d1d;
  }
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    position: relative;
    height: 35px;
    background-color: #bdbdbd;
    width: 100%;
    left: 0;
    border-radius: inherit;
    margin: 0;
  }
  .l-pagetop a {
    background: none;
    display: block;
    position: absolute;
    top: -27.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px;
    padding: 0;
  }
}

/*------------------------ 分類：見出し系 ------------------------*/
@media screen and (max-width: 768px) {
.pageTitle {
  position: relative;
  padding: 12.5px 0 25px;
  background-image: url(/images/common/sp/bg_pipe.png),url(/images/common/sp/bg_border.png);
  background-repeat: no-repeat,repeat-x;
  background-position: right top,left bottom;
  background-size: 66.5px auto, auto 17px;
  -ms-background-size: 66.5px auto, auto 17px;
  line-height: 1;
}
}
@media screen and (max-width: 320px) {
  .pageTitle {
    background-size: 52px auto, auto 17px;
  }
}
@media screen and (max-width: 768px) {
.pageTitle-jpTxt {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-shadow: 2.5px 2.5px 0 rgba(0,0,0,0.2);
}
.pageTitle-enTxt {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 0.05em;
  color: #52d473;
}
.pageTitle .inner {
  padding: 12.5px 10px 15px;
}
.p-mvImageLeft {
    position: absolute;
    left: 10px;
    top: 0;
}
.p-mvImageRight {
    position: absolute;
    right: 10px;
    top: 0;
}
.p-mvTxt {
    display: block;
    float: left;
    margin-left: 60px;
}
}
@media screen and (max-width: 320px) {
  .p-mvTxt {
    margin-left: 48px;
  }
}
@media screen and (max-width: 768px) {
.mv-iconNote-left {
  width: 40px;
  margin-top: 12px;
}
}
@media screen and (max-width: 320px) {
  .mv-iconNote-left {
    width: 32px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .mv-iconHuman-right {
    width: 28px;
    margin-top: 18px;
  }
}

/*  .contact_flow */

.contact_flow{
  letter-spacing: -0.4em;
}

.contact_flow-in{
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align:  top;
  margin: 0 85px 0 0;
}

.contact_flow-in:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -62px;
  margin: -18px 0 0 0;
	background: url(../../images/contact/icn_arrow3.png) 0 0 no-repeat;
	width: 36px;
	height: 36px;
	z-index: 2;
}

@media screen and (max-width: 768px) {
  .contact_flow-in {
    width: 28%;
    margin-right: 8%;
  }
  .contact_flow-in:after {
    right: -22%;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    background-size: cover;
    -ms-background-size: cover;
  }
  .contact_flow-in:last-of-type {
    margin-right: 0;
    letter-spacing: 0.025em;
  }
  .contact_flow-in:last-of-type:after {
    display: none;
  }
}

.contact_flow-box{
	width: 250px;
	height: 52px;
	text-align: left;
	vertical-align: top;
	position: relative;
	color: #959595;
	border: 2px solid #959595;
	background: #959595;
}

.contact_flow-box:before{
	content: "";
	text-align: center;
	width: 56px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact_flow-box {
    width: 100%;
    height: auto;
  }
  .contact_flow-box:before {
    width: 22px;
  }
}

.contact_flow-01{
	font-size: 191.66667%; /* 24px */
	font-weight: 900;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 20px;
}
@media screen and (max-width: 768px) {
  .contact_flow-01 {
    font-size: 15px;
    left: 5px;
    top: 50%;
    margin-top: -11px;
  }
}

.contact_flow-in:last-child{
  margin-right: 0;
}

.contact_flow-in:last-child:after{
  display: none;
}

.contact_flow-text{
	font-size: 133.33333%;
	line-height: 1.6;
	text-align: left;
	font-weight: 900;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	padding: 9px 0 0 70px;
	margin-bottom: 9px;
	/*margin-right: 80px;*/
	white-space: nowrap;
	overflow: hidden;
	height: auto;
}
@media screen and (max-width: 768px) {
  .contact_flow-text {
    font-size: 15px;
    padding: 10px 0 10px 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .contact_flow-text {
    font-size: 10px;
  }
}

.contact_flow-in.active .contact_flow-box{
  color: #52d473;
  border: 2px solid #52d473;
  background: #52d473;
}

/*  .icon_check /.contact_title:after  */

.icon_check,
.contact_title:after{
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 60px;
  text-align: center;
  padding: 5px 0 5px 0;
  color: #ffffff;
  vertical-align: baseline;
}

.contact_title:after{
  position: absolute;
  top: 0;
  right: 0;
  content: "任意";
  background: #959595;
}

.free .contact_title:after{
  background: #959595;
  content: "任意";
}

.must .contact_title:after{
  background: #ff6c6c;
  content: "必須";
}

/*  .must2 */

.icon_check{
  background: #959595;
}

.icon_check.must{
  background: #ff6c6c;
}

.icon_check.free {
  background: #959595;
}

/* .contact_title */

.contact_title{
  position: relative;
  padding: 0 80px 0 0;
}

/* .p-gsign */

.p-gsign{
	border: 1px solid #52d473;
	padding: 20px;
	background: #FFFFFF;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 768px) {
  .p-gsign {
    padding: 17.5px 10px;
  }
}

.p-gsign > *{
  letter-spacing: 0.05em;
}

.p-gsign .ssl_img{
  display: inline-block;
  vertical-align:  middle;
	width: 100px;
  height: 50px;
  background: #eeeeee;
}
@media screen and (max-width: 768px) {
  .p-gsign .ssl_img {
    float: left;
  }
}

.p-gsign .ssl_text{
  display: inline-block;
  vertical-align:  middle;
  width: 700px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-gsign .ssl_text{
    width: calc(100% - 110px);
    margin-left: 10px;
  }
}

.p-gsign p{
	font-size: 108.33333%;
	text-align: left;
	line-height: 1.53;
}

/* .tel_box */

.tel_box{
  width: 590px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tel_box {
    width: 100%;
    background-color: transparent;
  }
}
.tel_box .tel_box_in{
  padding-right: 20px;
  text-align: center;
}

/* .input_box */

.input_box{
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .input_box {
    margin-bottom: 15px;
  }
}

.input_box:last-child{
  margin: 0 0 0 0;
}

.input_box.upload_box{
  padding: 0 0 20px 0; margin: 20px 0; border-bottom: 1px solid #eeeeee;
}

.input_box.upload_box:first-child{
  margin-top: 0;
}

.input_box.upload_box:last-child{
  padding-bottom: 0;
  margin-bottom :0;
  border-bottom: 0;
}
