@charset "UTF-8";

.red{color: #b10510;font-weight: bold;}

.row-3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.row-3 .col{
    width: 33.3%;
    box-sizing: border-box;
}

#content {
	clear:both;
	width: auto;
}

/*　h タイトル　**********************/
.c_kv_txt_wrap{
    position: relative;
    background: url(/pro/seller/images/kv.jpg) no-repeat center 20%;
    padding: 6rem 0 34rem;
    background-size: cover;
}
.c_kv_txt_wrap:after{
   content: "";
   position:absolute;
   width: 100%;
   height: 220px;
   bottom: 0;
   background: url(/pro/seller/images/kv02.png) 0 100% repeat-x;
   background-size: contain;
}
.c_kv_txt__name small{
	display: block;
	font-weight: bold;
	font-size: 2.6rem;
	padding: 0.5rem 0;
}

.c_kv_txt_wrap h1{
   font-weight: bold;
   text-align: center;
}
.c_kv_txt_wrap h1 .ttl{
     font-size: 3.4rem;
     font-weight: bold;
     margin-bottom: 1rem;
	color: #fff;
}
.c_kv_txt_wrap h1 .txt{
     font-size: 1.8rem;
     color: #fff;
}
.c_kv_btn{
	text-align: center;
	padding: 2rem 0;
	position: absolute;
	left: 50%;
	bottom: 53px;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	background:rgba(500, 500, 500, 0.8);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	padding: 1.8rem 4rem 1.4rem;
	box-sizing: border-box;
	z-index: 1;
}
.c_kv_btn .ttl{
	font-weight: bold;
	color: #0a4067;
	font-size: 2rem;
}
.c_kv_btn > .txt{
	margin: 0.5rem 0;
}
.c_heading_2.underline {
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.c_heading_2.underline::before {
    width: 60px;
    height: 2px;
    top: auto;
    bottom: 0;
}
.c_heading_2 + p{
  text-align: center;
  margin: 0 0 2.5rem;
}
.c_heading_3 + p {
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 1.6rem;
}

/* コンテンツ **********************/

.u_bg__blue_2 {
  padding: 1px 0;
}
.l_contents__inr{
	padding: 5rem 0 6rem;
}
.c_btn__white {
  background: #fff;
  border: 1px solid #b10510;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.c_btn__white:not(.c_btn__icon):not(.c_btn__no_icon)::after {
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid #B2050F;
  border-right: 2px solid #B2050F;
  transform: translateY(-50%) rotate(45deg) !important;
}
.c_btn__white span {
  color: #b10510;
}
.c_btn__white:hover {
    background: #b10510;
}
.c_btn__white:hover span {
     color:#fff;
}
.c_btn__white:not(.c_btn__icon):not(.c_btn__no_icon):hover::after{
 background-image: url(/pro/images_rn/common/icon/icon_arrow_white.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 content: '';
 display: block;
 height: 10px;
 position: absolute;
 right: 9px;
 top: 50%;
 transform: translateY(-50%) rotate(0deg) !important;
}
.lst__disc {
    margin-left: 1.6rem;
    text-indent: -1.6rem;
}
.page_list.l_contents__inr{
	padding: 0 0 3rem;
}
.page_list ul{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.page_list ul li{
	width: 20%;
	text-align: center;
}
.page_list ul li a{
	display: block;
	border: 1px solid #0a4067;
	position: relative;
	padding: 0.5rem 0 1.5rem;
}
.page_list ul li a:after {
  background-image: url(/pro/images_rn/common/icon/icon_arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 50%;
  bottom: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  transform: rotate(90deg);
}
.page_list ul li a:hover{opacity:0.7;}

.column_list{
     display: -webkit-box;
     display: flex;
     -ms-flex-wrap:wrap;
     -webkit-flex-wrap:wrap;
     flex-wrap: wrap;
     justify-content: space-between;
     max-width: 865px;
     margin: 0 auto;
}
.column_list li{
  width: 30%;
}
.column_list li a:hover{
	opacity:0.7;
}
.column_list li p{
  color: #175886;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1.2rem;
  font-size: 1.5rem;
}
.column_list .img{
	position: relative;
}
.ico_toushi, .ico_jigyou{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.8rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
}
.ico_toushi{background: #b88600;}
.ico_jigyou{background: #438882;}

.step_list li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
  align-items: center;
  background: #0a4067;
  margin-bottom: 1.5rem;
}
.step_list .step_list_left{
  padding: 1rem;
  width: 10%;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.step_list .step_list_right{
  background: #edf1f5;
  width: 90%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  height: 78px;
  box-sizing: border-box;
}
.step_list .step_list_right .txt{
  width: 30%;
  font-weight: bold;
  text-align: center;
}
.step_list .step_list_right .note{
  width: 69%;
}
#flow .row-3{background: #efefef;}
#flow .row-3 p{
	font-weight: bold;
	margin-bottom: 1rem;
}
#flow .row-3 .col{
    width: 33.3%;
    margin: 2rem 0 2rem 2rem;
    box-sizing: border-box;
    border-right: 0.2rem dotted #cbcbcb;
}
#flow .row-3 .col:nth-last-of-type(1) {
    border: none !important;
}
#flow .step_list + p{text-align: center;margin: 2rem 0;}
.solutions_box{
	background: #fff;
	padding: 2rem;
	margin-bottom: 2rem;
}
.solutions_box .c_heading_3{
	margin-top: 20px;
}
.solutions_box_inr01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.solutions_box_inr01 .solutions_box_inr_left{
	width: 37%;
	font-size: 2.5rem;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	line-height: 1.4;
	align-items: center;
}
.solutions_box_inr01 .solutions_box_inr_left dd{
	text-align: left;
	margin-left: 1.2rem;
}
.solutions_box_inr01 .solutions_box_inr_left dd strong{
	font-size: 2.5rem;
}
.solutions_box_inr01 .solutions_box_inr_right{
	width: 60%;
}
.solutions_box_inr02 p{
    text-align: center;
    margin-bottom: 2rem;
}
.solutions_box_inr02 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.solutions_box_inr02 .border_box{
	width: 32.5%;
	margin-bottom: 1.5rem;
}
.solutions_box_inr03 p{
    text-align: center;
    margin-bottom: 2rem;
}
.solutions_box_inr03 .img{
    max-width: 918px;
    margin: 3rem auto;
}

.border_box{
	text-align: center;
	padding: 1rem;
	box-sizing: border-box;
	background: #efefef;
}

.c_type_search__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c_type_search__item {
	width: 256px;
	margin: 0 32px 32px 0;
	background: #fff;
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}
.c_type_search__item:nth-child(4n) {
	margin-right: 0;
}
.c_type_search__item a {
	display: block;
	position: relative;
}
.c_type_search__item a:after {
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	transition: border-color 0.5s ease;
}
.c_type_search__item a:hover {
	opacity: 0.8;
}

.c_type_search__item .image img {
	transition: none;
}
.c_type_search__item .ttl {
	color: #0A4067;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0.8em 0.8em 0.8em 3em;
	display: block;
	background-position: left 1em center;
	background-repeat: no-repeat;
	background-size: 30px auto;
}
/*ブルーアイコン*/
.category_icon01s {background-image: url("/pro/needs/images_rn/category_icon01s.png");}
.category_icon02s {background-image: url("/pro/needs/images_rn/category_icon02s.png");}
.category_icon03s {background-image: url("/pro/needs/images_rn/category_icon03s.png");}
.category_icon04s {background-image: url("/pro/needs/images_rn/category_icon04s.png");}

.faq_list__wrap {
  width: 100%;
  box-sizing: border-box; }
  .faq_list__wrap * {
    box-sizing: border-box; }

.faq_list {
  width: 100%;
  margin-bottom: 2rem;
  }

.faq_list_q {
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 4.5rem;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  background: #0a4067;
  color: #fff;
  transition: all .2s ease-out;
  line-height: 1.4;
  }
  .faq_list_q::before {
    content: 'Q';
    position: absolute;
    left: 14px;
    top: 20%;
    font-weight: bold;
    color: #fff;
    }
  .faq_list_q::after {
    content: '';
    width: 8px;
    height: 16px;
    display: block;
    position: absolute;
    right: 12px;
    top: 28%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: url(/pro/images_rn/common/icon/icon_arrow_white.svg);
    transition: all .4s ease-out;
    transform: rotate(90deg);
    }
  .open .faq_list_q::after {
    transform: rotate(270deg);
    }
  .faq_list_q:hover {
    opacity: .6; }

.faq_list_a {
  display: none;
  width: 100%;
  padding: 1.4rem 1.4rem 0;
  position: relative;
}
.faq_list_a a {
    text-decoration: none;
    font-weight: bold;
}
.c_useful_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.c_useful_list .c_useful_list__item {
  letter-spacing: normal;
  width: 22.8%;
  margin: 1.6rem 1.2rem 0;
}
.c_useful_list .c_useful_list__item a {
  display: block;
  position: relative;
  transition: 0.3s;
}
.c_useful_list .c_useful_list__item a:hover {
  opacity: 0.7;
}

.tel_inr{
	display: -webkit-box;
	display: flex;
	justify-content: center;
	line-height: 1.4;
}
.tel_inr .txt{
	font-weight: bold;
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.4;
}

.tel_inr dd{
	text-align: left;
	margin-left: 1.2rem;
}
.tel_inr .tel span {
  padding-left: 26px;
  background: url(/pro/images_rn/common/icon/icon_tel.svg) no-repeat left center;
  background-size: 22px;
  color: #B10510;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: Roboto, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.tel_inr .date{
	font-size: 1.3rem;
	margin-top: -0.5rem;
}
.contact_items .item {
  padding: 30px 50px;
  margin-top: 20px;
  background: #EDF1F5;
}

.contact_items .item:first-child {
  margin-top: 0;
}

.contact_items .item .inner {
  display: table;
  width: 100%;
}

.contact_items .item .inner .txt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

.contact_items .item .inner .c_btn_group {
  float: right;
  width: 380px;
}

.contact_items .item .inner .c_btn_group a {
  padding: 20px 20px;
}

.contact_items .item .inner .tel span {
  display: inline-block;
  padding-left: 45px;
  background: url(/pro/images_rn/common/icon/icon_tel.svg) no-repeat left center;
  color: #B10510;
  font-size: 4rem;
  font-weight: bold;
  font-family: Roboto, 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.notesArea{margin: 0;background: #fff;padding: 20px 0;}
.notesArea .ttl{font-weight: bold;margin: 15px 0 0;font-size: 1rem;line-height: 1.4;padding: 0;}
.notesArea ul{ margin: 0; padding: 0; list-style: none;}
.note01 {text-indent: -1em;padding-left: 1em;margin: 0 0 5px 10px;}
.note01 b{ text-decoration: underline;}

#floatBtnBox {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 0;
}
#floatBtnBox .ttl{
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
#floatBtnBox .floatBtn {
	max-width: 1120px;
	margin: 0 auto;
}
#floatBtnBox .floatBtn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#floatBtnBox .floatBtn ul li {
  width: 30%;
  text-align: center;
}
#floatBtnBox .c_btn{
	padding: 16px 0;
}
#floatBtnBox .c_btn span{
	font-size: 1.6rem;
}
#floatBtnBox .floatBtn .float_tel{
  width: 37%;
}
#floatBtnBox .tel_inr .txt{
	color: #fff;
	margin-top: 1.7rem;
}
#floatBtnBox .tel_inr .tel span{
	color: #fff;
	background: url(/pro/images_rn/common/icon/icon_tel_sp.svg) no-repeat left center;
}
#floatBtnBox .date{
	color: #fff;
}
@media screen and (min-width: 769px) {
   .faq_list_q{pointer-events: none;}
   .faq_list_q::after{content: none;}
   .faq_list_a{display: block;}
}
@media screen and (max-width: 1150px) {
    .l_contents__inr{
      padding: 30px 4.5rem;
      width: auto !important;
   }
	.page_list.l_contents__inr {
      padding-left: 4.5rem;
      padding-right: 4.5rem;
   }
	.c_type_search__item{
		margin: 0;
	}
	.c_useful_list .c_useful_list__item{
		margin: 1.6rem 1rem 0;
	}
}
@media screen and (max-width: 768px) {
	.flex_only_sp{  display: block;}
	.flex_only_sp .col{width: auto !important;}

	 .l_contents__inr {
      padding-left: 20px;
      padding-right: 20px;
     }
	.c_kv_txt_wrap{
       padding: 2rem 0 27rem;
    }
	.c_kv_txt_wrap:after{
	  background-size: cover;
	}
	.c_kv_txt_wrap h1{
		padding: 0 1rem;
	}
   .c_kv_txt_wrap h1 .ttl{
     font-size: 3rem;
    }
	.c_kv_txt_wrap h1 .txt{
		font-size: 1.6rem;
	}
    .c_kv_btn{
	  width: 93%;
	  padding: 1rem;
	  bottom: 28px;
	 }
	.c_kv_btn .ttl{
		font-size: 1.5rem;
	}
	.c_kv_btn > .txt{
		font-size: 1.5rem;
	}
	.tel_inr{
    background: rgba(500, 500, 500, 0.8);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 0 0.5rem 0.5rem;
    border: 1px solid #a1a1a1;
    margin: 1rem 0 0;
   }
	.tel_inr .txt{
		font-size: 1.1rem;
	}
	.tel_inr .tel span{
		font-size: 2rem;
		padding-left: 20px;
		background-size: 16px;
	}
	.tel_inr .date{
		font-size: 1.1rem;
	}
	.c_kv_btn .c_btn{
		padding: 10px 20px;
	}
  .c_heading_3 {
    margin-top: 4rem;
  }
  .page_list.l_contents__inr{padding: 0 2rem 2rem;}
  .page_list ul li{ width: 50%;}
  .page_list ul li:nth-last-of-type(1){width: 100%;}
  .page_list ul li a{
    font-size: 1.4rem;
    padding: 0.4rem 0 1.4rem;
  }
	
  .column_list{
    display: block;
  }
  .column_list li{
      width: auto;
      border-bottom: 1px solid #cbcbcb;
  }
  .column_list li a{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      padding: 2rem 0;
      align-items: center;
  }
   .column_list li .img{
		width: 94px;
	}
	.column_list .ico_toushi,
	.column_list .ico_jigyou{
    font-size: 1.2rem;
    padding: 0 0.4rem;
    }
	
	.column_list li p{
		width: calc(100% - 90px);
		margin: 0;
		padding-left: 10px;
		font-size: 1.6rem;
	}
   .step_list .step_list_left{
    width: 20%;
    padding: 0;
    font-size: 1.4rem;
   }
	
  .step_list .step_list_right{
	display: block;
	width: 80%;
	text-align: left;
	height: auto;
	}
   .step_list .step_list_right .txt{
    width: auto;
    text-align: left;
   }
   .step_list .step_list_right .note{
		width: auto;
	}
	#flow .row-3 .col{
		border-bottom: 0.2rem dotted #acacac;
		border-right: none;
		margin: 0 1.5rem;
		padding: 1px 0 1.5rem;
	}
   #flow .row-3 .col p{
	   margin: 1.5rem 0 0.5rem;
	 }
   .solutions_box_inr01 .solutions_box_inr_left{
		width: 100%;
		margin-bottom: 1rem;
	}
   .solutions_box_inr01 .solutions_box_inr_right{width: 100%;}
	
	.solutions_box_inr01 .solutions_box_inr_left dt{max-width: 50px;}
	.solutions_box_inr01 .solutions_box_inr_left dd strong{font-size: 2.3rem;}
   .solutions_box_inr02 .border_box{ width: 100%;}
    .solutions_box_inr02 p,
	.solutions_box_inr03 p{ text-align: left;}

  .c_type_search__item{
    width: 48%;
    margin: 0 0 1rem;
   }
  .c_type_search__item .ttl{
    font-size: 1.25rem;
    padding: 0.8em 0.5em 0.8em 2.5em;
    background-position: left 0.5em center;
    background-size: 20px auto;
    letter-spacing: -0.5px;
    line-height: 1.4;
    }
   .c_useful_list .c_useful_list__item{width: 47%;margin: 1.2rem auto 0;}
	
  .contact_items .item {
    padding: 20px;
  }
  .contact_items .item .inner {
    display: block;
  }
  .contact_items .item .inner .txt {
    display: block;
  }
  .contact_items .item .inner .c_btn_group {
    float: none;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .contact_items .item .inner .tel span {
    padding-left: 35px;
    width: auto;
    background: url(/pro/images_rn/common/icon/icon_tel_sp.svg) no-repeat left center;
    color: #FFFFFF;
    font-size: 2.5rem;
  }
  .contact_items .item .inner .c_btn_group a.tel {
    padding: 15px 20px;
  }
	.faq_list_a{
		padding: 1.2rem 1.2rem 0;
	}
   .centered-button a{
    font-size: 1.6rem;
    width: 95%;
   }
	.p_pagetop.is_fixed{bottom: 67px !important;}
	
	#floatBtnBox .ttl{font-size: 1.3rem;}
	#floatBtnBox .floatBtn{margin: 0 0.5rem;}
    #floatBtnBox .floatBtn ul li{width: 49%;}
	#floatBtnBox .c_btn{padding: 8px 0;}
	#floatBtnBox .c_btn span{font-size: 1.1rem;}
	#floatBtnBox .floatBtn .float_tel{width: 100%;display: none;}
	#floatBtnBox .floatBtn .tel_inr{display: flex;align-items: baseline;margin-top: 0.3rem;}
	#floatBtnBox .floatBtn .tel_inr dd{
       display: flex;
       margin-left: 0.8rem;
       align-items: center;
     }
	#floatBtnBox .floatBtn .tel_inr dd a{line-height: 1;}
	#floatBtnBox .tel_inr .txt{
		margin-top: 0;
		font-size: 2vw;
		font-weight: normal;
		letter-spacing: -0.04rem;
	}
	#floatBtnBox .tel_inr .tel span{
      font-size: 3vw;
      background-size: 10px;
      padding-left: 1.2rem;
    }
	#floatBtnBox .date{
    font-size: 2vw;
    margin: 0.1rem 0 0 0.5rem;
    letter-spacing: -0.04rem;
   }
}