@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

/* guide */

/*--------------------------------------
	common
---------------------------------------*/

.side_contents {
	float:left !important;
	width: 240px !important;
}

.main_contents {
	float: right !important;
	width: 700px !important;
}

#guide_index_contents .intro_box .list_cont,
#guide_cancel_contents .intro_box .list_cont,
#guide_insurance_contents .intro_box .list_cont {
	padding-top: 30px;
	margin-right: 14px;
	vertical-align: middle;
	width: 221px;
	height: 83px;
	border: 1px solid #888;
	border-radius : 10px;
	text-align: center;
}

#guide_index_contents .intro_box .list_cont a,
#guide_cancel_contents .intro_box .list_cont a,
#guide_insurance_contents .intro_box .list_cont a {
	color: inherit;
	text-decoration: none;
}

.intro_box .list_cont.current {
	background: #efefef;
}

.intro_box .list_cont p {
	padding-bottom: 15px;
	background: url(../../images/common/decoration/icon_order_arrow02.png) no-repeat center bottom;
}

.intro_box .list_cont p.menu_insurance {
	padding-top: 15px;
	padding-bottom: 25px;
	background: url(../../images/common/decoration/icon_order_arrow02.png) no-repeat center bottom;
}

.heading_part {
	padding-top: 10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

.heading_part .heading02 {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../../images/common/decoration/icon_logo_heading.png) no-repeat left center;
}

.bt_hover {
	background: #efefef;
}

.icon_kome {
	font-size: 12px;
	font-size: 1.2rem;
}

.heading03 {
	color: #AD1F24;
}

/*--------------------------------------
	index
---------------------------------------*/

#guide_index_container .clm5 {
	display: flex;
	justify-content: space-between;
}

#guide_index_container .clm5 li {
	float: none;
	flex-basis: 17% !important;
	position: relative;
}

#guide_index_container .clm5 li::after {
	color: #AD1F24;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -18px;
    top: 37%;
}

#guide_index_container .clm5 li:nth-child(5)::after {
	display: none;
}

#guide_index_container .clm5 li a {
	transition: all 0.3s ease;
}

#guide_index_container .clm5 li a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

#guide_index_container .heading02 {
	padding-top: 1em;
}

#guide_index_container .heading02 span {
	color: #AD1F24;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-right: 0.5em;
}

#guide_index_container .cover .heading03::before {
	color: #AD1F24;
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
	margin-right: 0.5em;
}

#guide_index_container .heading05 {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1em;
	border-left: 5px solid #AD1F24;
	padding-left: 1em;
}

#guide_index_container .cover {
	background: #ECEDED;
	border-radius: 0;
}

#guide_index_container .btn_cont {
	text-align: center;
    margin: 2em auto;
}

#guide_index_container #guide_index_box_04 ul li {
	background: none;
	padding: 0;
}

#guide_index_container .application_part,
#guide_index_container #guide_index_box_04 .part:last-child {
	margin-top: -2em;
}

#guide_index_container #application_01::before,
#guide_index_container #application_02::before,
#guide_index_container #application_03::before {
	content: "";
	display: block;
	padding-top: 2em;
}

#guide_index_container .application_part ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

#guide_index_container .application_part ul li {
	box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.7);
	flex-basis: 32%;
	position: relative;
	padding-bottom: 2em;
}

#guide_index_container .application_part.test ul li {
	flex-basis: 48%;
}

#guide_index_container .application_part ul li a .heading04 {
	background: #AD1F24;
	color: #FFF;
	padding: 1em;
	margin: 0;
}

#guide_index_container .application_part ul li a .heading04::after {
	color: #AD1F24;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

#guide_index_container .application_part ul li a:hover .heading04::after {
	bottom: 0.5em;
}

#guide_index_container .application_part ul li a {
	color: #333;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

#guide_index_container .application_part ul li a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

#guide_index_container .application_part ul li p {
	line-height: 1.6em;
	padding: 1em;
}

#guide_index_box_01 .part,
#guide_index_box_02 .part,
#guide_index_box_03 .part,
#guide_index_box_04 .part,
#guide_index_box_05 .part {
	margin-bottom: 4em;
}

#guide_index_container .freedial {
	width: 50%;
}

#guide_index_container .card_title {
	width: 40%;
}

#guide_index_container .card {
	width: 60%;
}


/* 仮画像時のリンク設置 */

.contents_part {
	position: relative;
}

.contents_part .link_img_web {
	position: absolute;
	top: 125px;
	left: 20px;
}

.contents_part .link_img_corporation {
	position: absolute;
	top: 195px;
	left: 507px;
}

.contents_part .link_img_individual {
	position: absolute;
	top: 223px;
	left: 507px;
}

/* ここまで */

.guide_part {
	padding-bottom: 100px;
	margin-bottom: 30px;
	background: url(../../images/guide/arrow.png) no-repeat 50px bottom;
}

.guide_part.last_guide_part {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

.guide_part .image_cont {
	width: 248px;
	border: 1px solid #666;
}

.guide_part .image_cont p,
.guide_part .image_cont img {
	margin-bottom: 0;
}
.guide_part .texts_cont {
	width: 420px;
}

/* guide_index_about_box */

#guide_index_about_box .application_part .pic img {
	width: 200px;
	height: auto;
}

/* guide_index_office_box */

#guide_index_office_box .list_cont li {
	padding: 10px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #000;
}

#guide_index_office_box .list_cont li:last-child {
	border: none;
}

#guide_index_office_box span.icon_bg_red {
	float: left;
	width: 60px;
	text-align: center;
}

#guide_index_office_box .heading04,
#guide_index_return_box .heading04 {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

/*--------------------------------------
	insurance
---------------------------------------*/

.insurance_box.bg_gray {
	background: #F2F2F2;
    padding: 3em;
}

.insurance_box.bg_gray .part:last-child {
	margin: 0;
}

.insurance_box .heading_wrap {
    margin-bottom: 2em;
    text-align: center;
}

.insurance_box .heading_wrap .heading02 {
	margin-bottom: 0;
    color: #0D4261;
}

.insurance_box ul.insurance_list li {
	background: none;
	margin-bottom: 2em;
}

.insurance_box ul.insurance_list li:last-child {
	margin-bottom: 0;
}

.insurance_box ul.insurance_list li .heading04::before {
    content: "●";
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
    color: #0D4261;
}

.insurance_box h5.heading05 {
	background: #0D4261;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1em;
    margin-bottom: 1em;
}

.insurance_box h5.heading05 span {
	font-size: 1.1rem;
    padding-left: 1em;
}

.insurance_box .part.bg_beige {
	background: #FAF4EE;
    padding: 3em;
}

.insurance_box .part.bg_beige .pic:not(:last-child) {
	margin-bottom: 2em;
}

.insurance_box ul.caution_list {
    font-size: 1.1rem;
    width: 80%;
    margin: 0 auto;
}

.intro_box {
	margin-bottom: 30px;
}

.insurance_cont {
	margin-bottom: 40px;
}

.individual_part .heading_cont {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 7px solid #D7361D;
}

.individual_part .heading_cont .icon_individual {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 5px 2px 5px;
	background: #D7361D;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}

.individual_part .heading_cont .heading03 {
	margin-bottom: 0;
	color: #D7361D;
}

.individual_part .heading_cont p.text {
	margin-bottom: 0;
}

.corporation_part .heading_cont {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 7px solid #546373;
}

.corporation_part .heading_cont .icon_corporation {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 5px 2px 5px;
	background: #546373;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}

.exchangedrive_part .heading_cont {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 7px solid #0084DB;
}

.exchangedrive_part .heading_cont .icon_exchangedrive {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 5px 2px 5px;
	background: #0084DB;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}

.corporation_part .heading_cont .heading03 {
	margin-bottom: 0;
	color: #546373;
}

.exchangedrive_part .heading_cont .heading03 {
	margin-bottom: 0;
	color: #0084DB;
}

.corporation_part .heading_cont p.text {
	margin-bottom: 0;
}

.support_table {
	border-top: 1px solid #333;
}

.support_table th.price,
.support_table td.price {
	width: 10%;
    border-right: none;
}

.support_table th.support_head {
    text-align: left;
	width: 18%;
}
.support_table th {
    color: #000;
    background: #ECEDED;
    font-weight: bold;
}
.support_table th,
.support_table td {
    border-bottom: 1px solid #333;
    border-right: 1px dotted #333;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
}

/*--------------------------------------
	cancel
---------------------------------------*/

.cancel_table th {
	width: 60%;
}



/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display: block;
}
/* */