@charset "UTF-8";
/*  共通
----------------------------------------------*/ 
.txt_mr_s {
	margin-right: 20px;
}
.new_body .txt_box.new_page p {
	margin-bottom: 25px;
}
.new_body .txt_box.new_page p:last-child {
	margin-bottom: 0;
}
.new_body .mg_10 {
	margin-bottom: 10px!important;
}
.new_body .mg_40 {
	margin-bottom: 40px;
}
.new_body .mg_60 {
	margin-bottom: 60px;
}
.new_body .mg_70 {
	margin-bottom: 70px;
}
.order_img {
  order: 1;
}
.order_txt {
  order: 2;
}
.new_body .new_entry .note_area {
	text-align: right;
}
.new_body .new_entry .note_area .note {
	text-align: right;
}
.new_body .new_entry .note_area.left .note {
	text-align: left;
}
.new_body .note_area .note {
	padding-top: 0;
}
.new_body .new_entry .note_area.note_min .note {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.new_body .mg_sp_20 {
		margin-bottom: 20px;
	}
	.new_body .mg_sp_30 {
		margin-bottom: 30px!important;
	}
	.new_body .mg_sp_60 {
		margin-bottom: 60px!important;
	}
}
@media screen and (min-width: 768px) {
	.order_img {
  		order: 2;
	}
	.order_txt {
  		order: 1;
	}
}
/*  全体
----------------------------------------------*/ 
.page_content .btn.btn_mg {
	margin-bottom: 60px;
}
.page_content .btn.btn_mg_s {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.new_entry {
		margin: 0 15px;
	}
	.new_main .bread_crumb {
		padding-top: 20px;
		margin: 0 15px 20px;
	}
}
@media screen and (min-width: 992px) {
	.page_content .btn.btn_mg {
		margin-bottom: 70px;
	}
}
/*  コンテンツ
----------------------------------------------*/ 
.new_entry .page_content {
	margin-bottom: 90px;
}
.new_entry .page_content.page_content_min {
	margin-bottom: 60px;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {
	.new_entry .page_content {
		margin-bottom: 130px;
	}
	.new_entry .page_content.page_content_min {
		margin-bottom: 70px;
	}
}
/*  タイトル
----------------------------------------------*/
.ttl {
	color: #282828;
	font-weight: bold;
	position: relative;
}
.ttl_0 {
	font-size: 24px;
	padding: 15px;
	border-top: 3px solid #2e85e6;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.new_body .new_entry .ttl_01 {
	border-left: 5px solid #2e85e6;
}
.new_body .new_entry .ttl_01::before {
	content: none;
}
.new_body .ttl_06 {
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom:2px solid #2e85e6;
	margin-bottom: 10px;
	color: #2e85e6;
}
.new_body .new_entry .ttl_04 {
	font-size:1.8rem;
	margin-bottom: 20px;
}
.ttl_blue{
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   color: #2e85e6;
   letter-spacing: 2px;
}
.ttl_blue span{
   color: #282828;
   font-size: 80%;
}

@media screen and (min-width: 992px) {
	.ttl_0 {
		font-size: 32px;
		padding: 25px 20px;
		margin-bottom: 30px;
	}
	.new_body .ttl_06 {
		font-size: 18px;
	}
	.new_body .new_entry .ttl_04 {
		font-size: 2rem;
	}
	.ttl_blue{
		font-size: 32px;
	}
}
/*  ボタン
----------------------------------------------*/ 
.return {
	text-align: center;
	font-size: 1.4rem;
	color: #2e85e6;
	border: 1px solid #2e85e6;
	position: relative;
	padding: 7px;
	max-width: 150px;
	width: 100%;
	border-radius: 3px;
	font-weight: bold;
}
.return:hover {
	color: #2e85e6;
}
.new_body .link_txt_area .return:hover .arrow::after {
	border-color: #fff;
}
.new_body .link_txt_area .return .arrow::after {
	top: 40%;
	border-color: #2e85e6;
	transform: rotate(-135deg) translateY(-50%)
}
.new_body .btn.btn_min .arrow::after {
	right: 20px;
}
@media screen and (max-width: 768px) {
	.new_body .new_entry .btn {
		padding: 10px 0;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	.new_body .btn.btn_min {
		max-width: 300px!important;
	}
	.new_body .btn.btn_min .arrow::after {
		transform: rotate(45deg) translateY(-50%);
	}
	.btn_450 {
		max-width: 450px!important;
	}
	.btn_400 {
		max-width: 400px!important;
	}
	.return:hover {
		color: #fff;
		background: #2e85e6;
	}
}
/*  背景
----------------------------------------------*/
.bg_dot {
	background: url('../images/new/common/bg_02.jpg');
	padding: 4px;
	margin-bottom: 30px;
}
.bg_inner {
	padding: 20px;
	background: #fff;
}
@media screen and (min-width: 768px) {
	.bg_inner {
		padding: 25px;
	}
}	
/*  page_profile
----------------------------------------------*/
.page_profile {
	padding: 20px;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.page_profile_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
.page_profile_area {
	position: relative;
	width: 30%;
}
.page_profile_img {
	background: url('../images/page_new/profile/page_profile01.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page_profile_txt {
	width: 70%;
	padding-left: 20px;
}
.page_profile_txt li {
	font-size: 12px;
}
.profile_txt_write {
	color: #616161;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}
.profile_txt_name_area {
	font-weight: bold;
	font-size: 14px;
}
.page_profile_txt .link{
	font-size: 1.2rem;
}
@media only screen and (max-width: 750px) {
	.page_profile_img {
		top:80%;
	}
}
@media screen and (min-width: 768px) {
	.page_profile_area {
		width: 15%;
		height: auto;
		margin-bottom: 0;
	}
	.page_profile_inner {
		margin-bottom: 0;
	}
	.profile_txt_write {
		margin-bottom: 0;
	}
	.page_profile_txt {
		width: 85%;
		padding-left: 20px;
	}
	.page_profile_txt .link{
		font-size: 1.4rem;
	}	
}
@media screen and (min-width: 992px) {
	.page_profile_txt li {
		font-size: 14px;
	}
	.profile_txt_write {
		color: #616161;
		font-size: 14px;
	}
	.profile_txt_name_area {
		font-size: 16px;
	}
	.profile_txt_name {
		font-size: 22px;
	}
}
/* 目次
----------------------------------------------*/
.page_table {
	padding: 20px;
	border: 1px solid #dcdcdc;
}
.page_table_ttl {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
.page_table_ttl span{
	font-size: 60%
}
.page_table_list {
	margin-bottom: 10px;
}
.page_table_list_item {
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.page_table_list_item:last-child {
	margin-bottom: 0;
}
.page_table_num {
	font-size: 14px;
	position: absolute;
	left: 0;
	display: inline-block;
	text-align: end;
}
@media screen and (min-width: 768px) {
	.page_table_area {
		display: -webkit-box;
    	display: -webkit-flex;
    	display: flex;
    	justify-content: space-between;
	}
	.page_table_list {
		/* width: 50%; */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.page_table {
		padding: 30px;
	}
	.page_table_ttl {
		font-size: 24px;
	}
	.page_table_num {
		font-size: 16px;
	}
}
/* 任意売却とその仕組みとは？
----------------------------------------------*/
.contrivance_img_area {
	margin-bottom: 60px;
}
.contrivance_img {
	margin-bottom: 30px;
}
.contrivance_box.flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.contrivance_box_img {
	margin-bottom: 30px;
}
.contrivance_box_img_n {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.contrivance_box.flex {
	    align-items: center;
	    flex-direction: column;
	  	flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px) {
	.contrivance_box .order_txt {
		width: 70%;
		padding-right: 10px;
	}
	.contrivance_box_img {
		width: 30%;
		padding-left: 10px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.contrivance_img {
		margin-bottom: 40px;
	}
}

/* 質問 ----------- */
.contrivance_question_area {
	background: url('../images/new/common/bg_02.jpg');
	padding: 4px;
	margin-bottom: 40px;
}
.contrivance_question_inner {
	padding: 20px 15px;
	background: #fff;
}
.contrivance_question_item {
	padding-left: 40px;
	position: relative;
}
.contrivance_question_item.q {
	margin-bottom: 30px;
	margin-top: 30px;
}
.contrivance_question_box:first-child .contrivance_question_item.q {
	margin-bottom: 25px;
	margin-top: 0;
}
.contrivance_question_item.q p {
	font-weight: bold;
	font-size: 1.8rem;
}
.contrivance_question_item.q p::before {
	content: "Q";
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #1675ce;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contrivance_question_item.a {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}
.contrivance_question_box:last-child .contrivance_question_item.a {
	border-bottom: none;
}
.contrivance_question_item.a p::before {
	content: "A";
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #da2420;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_body .contrivance_question_item .txt_box p {
	margin-bottom: 25px;
}

.contrivance_question_item.a .txt_box {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.contrivance_question_inner {
		padding: 12px 25px 30px;
	}
	.contrivance_question_item {}
	.contrivance_question_item.q p {
		font-weight: bold;
		font-size: 2rem;
	}
}

/* 関連 ---------------------------- */
.relation_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border: 1px solid #e7f0f9;
	padding: 10px 5px 10px 15px;
}
.relation_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	color: #2e85e6;
	margin-bottom: 10px;
	width: 30%;
}
.relation_area_link {
	width: 70%;
	padding-left: 10px;
}
.relation_area_link ul li {
	margin-bottom: 10px;
	display: block;
}
@media screen and (min-width: 768px) {
	.relation_area {
    	padding: 13px 5px 13px 30px;
	}
	.relation_ttl {
		text-align: left;
		margin-bottom: 0;
		width: 20%;
	}
	.relation_area_link {
		width: 80%;
		padding-left: 0;
	}
	.relation_area_link ul {
		display: -webkit-box;
    	display: -webkit-flex;
    	display: flex;
	}
	.relation_area_link ul li {
		margin-right: 40px;
		margin-bottom: 0;
	}
	.relation_area_link ul li:last-child {
		margin-right: 0;
	}
}
@media screen and (min-width: 992px) {
	.relation_ttl {
		font-size: 1.8rem;
	}
}
/* 任意売却を検討すべき人
----------------------------------------------*/
.check_list {
	margin-bottom: 40px;
}
.check_list_area {
	margin-bottom: 15px;
}
.check_list_item {
	padding: 8px 15px 8px 40px;
	font-weight: bold;
	font-size: 1.4rem;
	position: relative;
	background: #f3f3f3;
	margin-bottom: 15px;
}
.check_list_item:last-child {
	margin-bottom: 0;
}
.check_list_item::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
    width: 11px;
    height: 4px;
	border-left: 4px solid #da2420;
	border-bottom: 4px solid #da2420;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg) translateY(-50%);
}
@media screen and (min-width: 768px) {
	.check_list {
		display: -webkit-box;
    	display: -webkit-flex;
    	display: flex;
	}
	.check_list_area {
		margin-bottom: 0;
		width: 50%;
	}
	.check_list_area:first-child {
		margin-right: 7.5px;
	}
	.check_list_area:last-child {
		margin-left: 7.5px;
	}
}
@media screen and (min-width: 992px) {
	.check_list_item {
		font-size: 1.6rem;
	}	
}
/* 任意売却を行なった相談者様の事例
----------------------------------------------*/
.case_box_img {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.case_img {
	width: 30%;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;	
}
.case_box_img_txt {
	width: 70%;
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #e7f0f9;
	border-radius: 5px;
}
.case_box_img_txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -34px;
	margin-top: -7px;
	border: 10px solid transparent;
	border-right: 25px solid #e0edff;
}
.new_body .new_entry .case_box_img_txt .ttl_04 {
	margin-bottom: 5px;
}
.case_box_img_txt_name {
	color: #616161;
	font-size: 1.2rem;
}
.case .bg_inner .txt_box p {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.case_img {
		width: 17%;
		align-items: end;
	}
	.case_box_img_txt  {
		width: 83%;
	}
	.case_box_img_txt_name {
		font-size: 1.6rem;
	}
}

/* 住宅金融支援機構も任意売却を勧める理由
----------------------------------------------*/
/* table */
.reason_tabele_txt {
	font-weight: bold;
	font-size: 1.6rem;
}
.reason_bg_01 {
	background: #747474;
	color: #fff;
}
.reason_bg_02 {
	background: #2e85e6;
	color: #fff;
}
.reason_bg_03 {
	background: #f3f3f3;
}
.reason_area {
	margin-bottom: 40px;
}
.new_body .new_entry  .reason_table{
	margin-bottom: 20px;
}
.new_body .new_entry  .reason_table tr {
	border: 1px solid #dcdcdc;
}
.new_body .new_entry  .reason_table th {
	padding: 5px;
	text-align: center;
	border: 1px solid #dcdcdc;
}
.new_body .new_entry .reason_table td {
	padding: 10px 5px;
	border: 1px solid #dcdcdc;
	width: auto;
} 
.new_body .new_entry  .reason_table th:last-child,
.new_body .new_entry  .reason_table td:last-child {
	border-right: none;
}
.new_body .new_entry  .reason.txt_min {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.reason_tabele_txt {
		font-size: 2rem;
	}
	.new_body .new_entry  .reason_table td {
		padding: 15px 20px;
	} 
	.new_body .new_entry .reason_table td:first-child {
		max-width: 180px;
		width: 140px;
	}
}
/* 任意売却のメリット
----------------------------------------------*/
.merit_ttl {
	font-size: 1.8rem;
	padding-left: 50px;
	margin-bottom: 20px;
}
.merit_box_area {
	counter-reset: num;
}
.merit_box {
	padding-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;

}
.merit_box .merit_ttl::before {
	content: "";
	display: inline-block;
	counter-increment:num;
	content:counter(num);
	background: #2e85e6;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 50%;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.merit_box_2c {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
}
.merit_box_2c.mg_b_l {
	margin-bottom: 60px;
}
.merit_img {
	margin-bottom: 30px;
}
/* メリット内list */
.list_num {
	counter-reset: list;
}
.list_num li {
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.list_num li:last-child {
	margin-bottom: 0;
}
.list_num li::before {
	content: "";
	display: inline-block;
	counter-increment:list;
	content:counter(list)".";
	font-size: 1.6rem;
	color: #2e85e6;
	font-weight: bold;
	position: absolute;
	top: -2px;
	left: 5px;
}
.merit_box_txt p {
	margin-bottom: 30px;
}
.merit_box_txt p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.merit_box_2c {
	    align-items: center;
	    flex-direction: column;
	  	flex-wrap: wrap;
	}
	.merit_box_img {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 768px) {
	.merit_box_txt {
		width: 65%;
		padding-right: 10px;
	}	
	.merit_box_img {
		width: 35%;
		padding-left: 10px;
	}
	.list_num li {
		padding-left: 50px;
	}
	.list_num li::before {
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	.merit_box_2c.mg_b_l {
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 992px) {
	.merit_ttl {
		font-size: 2.4rem;
		padding-left: 50px;
	}
}
/* bg_content------------------------  */
.bg_content {
	border: 1px solid #dcdcdc;
	background: #f3f3f3;
	padding: 20px;
}
.bg_content .ttl_06 {
	border-bottom: none;
	padding-bottom: 0;
}
.bg_content_inner .list_dot {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.bg_content_inner {
		display: -webkit-box;
    	display: -webkit-flex;
    	display: flex;
	}
	.bg_content .ttl_06 {
		width: 40%;
	}
	.bg_content_inner .list_dot {
		width: 60%;
	}
	.bg_content_inner .list_dot {
		font-size: 1.4rem;
	}
}

/* list dot  */
.list_dot li {
	padding-left: 30px;
	position: relative;
}
.list_dot li::before {
	content: "・";
	display: inline-block;
	font-size: 3rem;
	color: #2e85e6;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* 任意売却のデメリット
----------------------------------------------*/
.demerit_box_area {
	counter-reset: num;
}
.demerit_box_area .merit_box .merit_ttl::before {
	background: #2b9647;
}
/* 任意売却ができる期間と流れ
----------------------------------------------*/
.flow_area {
	padding-left: 35px;
}
.flow_list {
	counter-reset: num;
	position: relative;
}
.flow_list_item {
	font-weight: bold;
	font-size: 1.6rem;
	padding: 5.5px 10px 5.5px 20px;
	background: #f3f3f3;
	position: relative;
	margin-bottom: 20px;
}
.flow_list_item:last-child {
	margin-bottom: 0;
}
.flow_list_item::before {
	content: "";
	display: inline-block;
	counter-increment:num;
	content:counter(num);
	font-size: 1.8rem;
	background: #2e85e6;
	color: #fff;
	font-weight: bold;
	width: 35px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_list_item_txt_min {
	font-size: 1.1rem;
}
.flow_list_item.blue {
	color: #2e85e6;
	background: #e7f0f9;
}
.flow_list_item_pd {
	padding-left: 20px;
}
.flow_list_item .note {
	display: inline-block;
	margin-top: 0;
}
.flow_side_img {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.flow_area {
		padding-left: 100px;
		position: relative;
	}
	.flow_list_item::before {
		font-size: 2rem;
		width: 45px;
		height: 45px;
		left: -45px;
	}
}
@media screen and (min-width: 992px) {
	.flow_list_item {
		font-size: 2rem;
		padding: 7.5px 10px 7.5px 20px;
	}	
}
/*------------------------------------------------------------
    テーブル
------------------------------------------------------------*/
.tbl tr {
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
}
.tbl tr:last-child {
    border-bottom: 1px solid #efefef;
}
.tbl th,
.tbl td {
    display: block;
    padding: 15px;
    text-align: left;
}
.tbl td p {
	margin-bottom: 15px;
}
.tbl td p:last-child {
	margin-bottom: 0;
}
.tbl th {
    background: #2e85e6;
    font-weight: bold;
    color: #fff;
}
.tbl td {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.tbl tr {
    	border-left: none;
	}
    .tbl th,
    .tbl td {
        display: table-cell;
        padding: 15px 10px 15px 20px;
        text-align: left;
    }
    .tbl th {
        white-space: nowrap;
    }
    .tbl td {
        width: 100%;
    }
}

/*------------------------------------------------------------
    ポイント
------------------------------------------------------------*/
.point_box {
	margin-bottom: 60px;
}
.point_box:last-child {
	margin-bottom: 0;
}
.new_body .point_box .reason_ttl {
	padding: 9px 10px 9px 105px;
}
@media screen and (min-width: 768px) {
	.new_body .point_box .reason_ttl {
		padding: 9px 10px 9px 130px;
	}
}

/*------------------------------------------------------------
   スケジュール
------------------------------------------------------------*/
.schedule_area {
	counter-reset: num;
}
.schedule_box {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
   	margin-bottom: 80px;
}
.schedule_box:last-child {
   	margin-bottom: 0;
}
.schedule_box::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 20px solid #e7f0f9;
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
}
.schedule_box:last-child::after {
	content: none;
}
.schedule_img {
	position: relative;
	margin-bottom: 30px;
}
.schedule_img::before {
	content: "";
	display: inline-block;
	counter-increment:num;
	content:counter(num);
	font-size: 1.6rem;
	background: #2e85e6;
	color: #fff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule_txt .btn.btn_min  {
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.schedule_box {
	    align-items: center;
	    flex-direction: column;
	  	flex-wrap: wrap;
	}
}
@media screen and (min-width: 768px) {
	.schedule_img {
		padding-right: 15px;
		width: 35%;
		margin-bottom: 0;
	}
	.schedule_txt {
		padding-left: 15px;
		width: 65%;
	}
}
/*------------------------------------------------------------
   最後に
------------------------------------------------------------*/
.danger_ico::before {
	content: "";
	display: inline-block;
	background: url('../images/page_new/common/ico_danger.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0px;
}
.danger_txt {
	position: relative;
	color: #da2420;
	font-weight: bold;
	display: inline-block;
	padding-left: 30px;
}
.danger_area {
	padding: 10px;
	text-align: left;
	background: #f3f3f3;
}
.danger_line {
	border: 1px solid #da2420;
}
@media screen and (min-width: 768px) {
	.danger_area {
		text-align: center;
	}
	.danger_ico::before {
		left: -30px;
	}
	.danger_txt {
		padding-left: 0;
	}
}


/*------------------------------------------------------------
   成功事例
------------------------------------------------------------*/
.casesIndexTitle {
    border: 1px solid #dcdcdc;
    border-top: 3px solid #2e85e6;
    font-size: 32px; font-size: 3.2rem;
    font-weight: bold;
    padding: 15px 17px;
    margin-bottom: 25px;
    position: relative;
}
.casesIndexTitle small {
    display: block;
    font-size: 18px; font-size: 1.8rem;
    font-weight: normal;
}
.casesIndexTitle .total {
    display: block;
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translate(0, -50%); transform: translate(0, -50%);
    font-size: 16px; font-size: 1.6rem;
    color: #da2420;
    white-space: nowrap;
}
.casesIndexTitle div {
    font-size: 0px;
    margin-bottom: 10px;
}
.casesIndexTitle div span {
    font-size: 14px; font-size: 1.4rem;
}
.casesIndexTitle div span.postType {
    display: inline-block;
    background: #2e85e6;
    color: #fff;
    font-weight: normal;
    padding: 3px 6px 1px;
    font-weight: bold;
}
.casesIndexTitle div span.term {
    font-weight: normal;
    display: block;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .casesIndexTitle {
        font-size: 24px; font-size: 2.4rem;
    }
    .casesIndexTitle small {
        font-size: 16px; font-size: 1.6rem;
    }
	.casesIndexTitle .total {
	    position: static;
        -webkit-transform: translate(0, 0); transform: translate(0, 0);
	}
    .casesIndexTitle div span {
        font-size: 12px; font-size: 1.2rem;
    }
    .casesIndexTitle div span.postType {
        display: block;
        float: left;
        margin-bottom: 5px;
    }
    .casesIndexTitle div span.term {
        clear: left;
        display: block;
        float: left;
    }
}
.casesIndexLead {
    line-height: 1.6;
    margin-bottom: 50px;
}
.casesIndexLead p {
    margin-bottom: 20px; 
}
.casesIndexLead p:last-of-type {
    margin-bottom: 0;
}
.title01 {
    border-left: 6px solid #2e85e6;
    border-bottom: 1px solid #dcdcdc;
    font-size: 28px; font-size: 2.8rem;
    font-weight: bold;
    padding: 5px 0 5px 17px;
    margin-bottom: 30px;
}
.title02 {
    background: #2e85e6;
    color: #fff;
    text-align: center;
    font-size: 21px; font-size: 2.1rem;
    font-weight: bold;
    padding: 8px;
}
@media screen and (max-width: 768px) {
    .title01 {
        font-size: 20px; font-size: 2.0rem;
    }
    .title02 {
        font-size: 18px; font-size: 1.8rem;
    }
}
.list01 {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 15px 19px 5px;
}
.list01 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.list01 ul li {
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.list01 ul li a {
    color: #00aeff;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    padding-left: 13px;
}
.list01 ul li a:hover {
    text-decoration: none;
}
.list01 ul li a:before {
    display: block;
    content: "";
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    top: 8px;
    left: 0;
    
}
.list01.list01Border01 {
    border: 2px solid #e7f0f9;
}
.list01Area {
    margin-bottom: 30px;
}
.list01Area ul li {
    /*width: 16.666%;*/
    width: 25%;
}
@media screen and (max-width: 768px) {
    .list01 {
        padding: 10px 10px 0;
    }
    .list01 ul {
        margin: 0 -5px;
    }
    .list01 ul li {
        width: 50%;
        padding: 0 5px;
    }
    .list01Area ul li {
        /*width: 25%;*/
        width: 50%;
    }
}



.casesIndexSec {
    margin-bottom: 40px;
}
.casesListRow {
    box-sizing: border-box;
}
.casesListRow a {
    display: block;
}
.casesListRow a .fig {
    float: left;
}
.casesListRow a .fig img {
    width: 100%;
    height: auto;
}
.casesListRow a .text {
    float: right;
    border: 1px solid #dcdcdc;
    border-left: none;
    box-sizing: border-box;
    padding: 10px 15px;
}
.casesListRow a .text .ttl {
    color: #1eb2ff;
    font-weight: normal;
    text-decoration: underline;
}
.casesListRow a .text p {
    font-size: 12px; font-size: 1.2rem;
    color: #cdcdcd;
    text-align: right;
    margin-top: 5px;
}
.casesListRow a:hover {background: #e7f0f9;}
.casesListRow a:hover .text {border: 1px solid #e7f0f9; border-left: none;}
.casesListRow a:hover .text h3 {text-decoration: none;}
.casesListRow a:hover .text p {color: #1eb2ff;}
.casesList01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.casesList01 .casesListRow {
    width: 50%;
    margin-bottom: 24px;
}
.casesList01 .casesListRow:nth-child(odd) {
    padding-right: 12px;
}
.casesList01 .casesListRow:nth-child(even) {
    padding-left: 12px;
}
.casesList01 .casesListRow a .fig {
    width: 156px;
}
.casesList01 .casesListRow a .text {
    width: calc(100% - 156px);
    height: 156px;
}

.casesList02 {
    margin-bottom: 60px;
}
.casesList02 .casesListRow {
    margin-bottom: 30px;
}
.casesList02 .casesListRow a .fig {
    width: 210px;
}
.casesList02 .casesListRow a .text {
    width: calc(100% - 210px);
    height: 210px;
    padding: 20px 25px;
}
.casesList02 .casesListRow a .text .ttl {
    line-height: 1.7;
}


.casesList03 {
    margin: 60px 0;
}
.casesList03 .casesListRow {
    margin-bottom: 20px;
}
.casesList03 .casesListRow a .fig {
    width: 170px;
}
.casesList03 .casesListRow a .text {
    width: calc(100% - 170px);
    height: 170px;
}

@media screen and (max-width: 768px) {
    .casesListRow {
        margin-bottom: -1px!important;
    }
    .casesListRow a {
        border: 1px solid #dcdcdc;
        padding: 8px;
    }
    .casesListRow a .fig {
        width: 80px!important;
    }
    .casesListRow a .text {
        border: none;
        padding: 0 0 0 95px!important;
        margin-left: -95px;
        width: 100%!important;
        height: auto!important;
        box-sizing: border-box;
    }
    .casesListRow a:hover {background: #e7f0f9; border: 1px solid #e7f0f9;}
    .casesListRow a:hover .text {border: none;}
    .casesList01 {
        display: block;
    }
    .casesList01 .casesListRow {
        width: 100%;
        padding: 0!important;
    }
    .casesList02 .casesListRow a .text .ttl {
        line-height: 1.3;
    }
    .casesList03 {
        margin: 40px 0;
    }
}

.caseBtnBack {
	margin-top: 40px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}
.caseBtnBack.caseBtnBackSingle {
    justify-content: center;
}
.caseBtnBack li {
    max-width: 350px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .caseBtnBack {
        display: block;
        margin-bottom: 50px;
    }
    .caseBtnBack li {
        margin: 0 auto 15px;
    }
}
.casesSingleBox {
    margin-bottom: 30px;
}
.casesSingleBox .customer {
	background: url('../images/new/common/bg_02.jpg');
    width: 224px;
    float: right;
    padding: 5px;
    box-sizing: border-box;
    margin-left: 20px;
}
.casesSingleBox .customerIn {
    background: #fff;
    padding: 10px;
}
.casesSingleBox .customerIn .img {
    margin-bottom: 10px;
}
.casesSingleBox .customerIn .img img {
    width: 100%;
    height: auto;
}
.casesSingleBox .customerIn table {
    width: 100%;
    font-size: 12px; font-size: 1.2rem;
}
.casesSingleBox .customerIn table th,
.casesSingleBox .customerIn table td {
    text-align: left;
}
.casesSingleBox .customerIn table th {
    white-space: nowrap;
    padding-right: .5em;
}
.casesSingleBox .request {
    max-width: 490px;
    border: 2px solid #e7f0f9;
    padding: 20px 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.casesSingleBox .request h2 {
    font-size: 22px; font-size: 2.2rem;
    color: #2e85e6;
    font-weight: bold;
} 
.casesSingleBox .kariireImg {
    max-width: 490px;
}
.casesSingleBox .kariireImg img {
    max-width: 100%;
    height: auto;
}
.casesSingleBox .flow {
    margin-top: 50px;
}
.casesSingleBox .flow.clear {
    clear: both;
}
.casesSingleBox .flow h2 {
    max-width: 470px;
}
.casesSingleBox .flow.clear h2 {
    max-width: inherit;
}
.casesSingleBox .voice {
    margin-top: 40px;
    background: url('../images/new/common/bg_03.png');
    padding: 20px;
}
.casesSingleBox .voice h2 {
    font-size: 20px; font-size: 2.0rem;
    color: #2b9647;
    margin-bottom: 10px;
}
.casesSingleBox .voice p {
    font-size: 14px; font-size: 1.4rem;
}
.casesSingleBox .tantosya {
    margin-top: 40px;
}
.casesSingleBox .tantosya h2 {
    color: #2e85e6;
    font-size: 18px; font-size: 1.8rem;
    border-bottom: 2px solid #2e85e6;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.casesSingleBox .tantosya .tantoL {
    width: 100px;
    float: left;
}
.casesSingleBox .tantosya .tantoL .img {
    margin-bottom: 5px;
}
.casesSingleBox .tantosya .tantoL .img img {
    width: 100%;
}
.casesSingleBox .tantosya .tantoL .name {
    font-size: 12px; font-size: 1.2rem;
    text-align: center;
}
.casesSingleBox .tantosya .tantoR {
    float: right;
    width: 100%;
    margin-left: -125px;
    padding-left: 125px;
    box-sizing: border-box;
}
.casesSingleBox .tantosya .tantoR a {
    color: #2e85e6;
    text-decoration: underline;
}
.casesSingleBox .tantosya .tantoR a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .casesSingleBox .customer {
        float: none;
        margin: 0 auto 20px;
    }
    .casesSingleBox .request {
        max-width: inherit;
        padding: 10px 15px;
    }
    .casesSingleBox .request h2 {
        font-size: 18px; font-size: 1.8rem;
    } 
    .casesSingleBox .kariireImg {
        margin: 0 auto;
    }
    .casesSingleBox .flow {
        margin-top: 30px;
    }
    .casesSingleBox .flow h2 {
        max-width: inherit;
        margin-bottom: 15px;
    }
    .casesSingleBox .voice {
        margin-top: 30px;
    }
    .casesSingleBox .tantosya {
        margin-top: 30px;
    }
    .casesSingleBox .tantosya .tantoR {
        margin-left: -112px;
        padding-left: 112px;
    }
}

/*------------------------------------------------------------
   wp_page_numbers
------------------------------------------------------------*/
#wp_page_numbers {margin-bottom: 50px;}
#wp_page_numbers ul {text-align: center; position: relative; font-size: 0px;}
#wp_page_numbers ul li {display: inline-block; margin: 0 5px; font-size: 14px; vertical-align: top;}
#wp_page_numbers ul li.space{line-height: 34px;}
#wp_page_numbers ul li a {box-sizing: border-box; display: block; width: 40px; height: 40px; text-align: center; line-height: 38px; border: 1px solid #dcdcdc;}
#wp_page_numbers ul li a:hover {border-color: #1eb2ff; color: #1eb2ff;}
#wp_page_numbers ul li.active_page a {color: #fff!important; background-color: #1eb2ff!important; border-color: #1eb2ff;}
#wp_page_numbers ul li.prev a,
#wp_page_numbers ul li.next a {background: #f3f3f3; border-color: #f3f3f3;}
@media screen and (max-width:768px) {
	#wp_page_numbers ul li.prev,
	#wp_page_numbers ul li.next{display:none!important;}
}

