@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

PC用レイアウト

////////////////////////////////////*/

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #000;
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


/**********************************

全体レイアウト、共通設定

**********************************/

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #fff;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #fff;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.8;
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


/**********************************

上部固定ヘッダー設定

**********************************/

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	overflow: auto;
	height: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
}


/*----------------------
ロゴ
----------------------*/
.top_logo_flame{
	width: 27.5%;
	float: left;
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
}

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top_tel_flame:hover{
	opacity: 0.7;
}

.top_tel_flame a{
	display: flex;
}

.free_icon{
	width: 52px !important;
	height: 30px;
	margin-top: 5px;
	margin-right: 3px;
}

.tel_number{
	color: #000;
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom: 4px !important;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.tel_uketuke{
	color: #000;
	font-size: 1.2rem;
	text-align: center;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: 280px;
	float: right;
	height: 50px;
	background: linear-gradient(to right,#0073C2,#7239A2);
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 500px;
	
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 20px 2px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.sp_bottom_cv{
	display: none;
}



/**********************************

ヘッダーメニューエリア

**********************************/
.header_menu_over{
	position: sticky;
	position: -webkit-sticky;
	top: 75px;
	z-index: 5000;
	background-color: #fff;
	overflow: auto;
	border-bottom: solid 1px #ccc;
}

.header_menu_under{
	padding-top: 5px !important;
	padding-bottom: 15px !important;
}

.header_menu_under nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header_menu_under nav a{
	width: 25%;
	text-align: center;
	font-size: 1.3rem;
	color: #000;
	border-left: solid 1px #000;
	display: inline;
}

.header_menu_under nav a:hover{
	cursor: default;
}

.header_menu_under nav a p{
	display: inline;
}

.header_menu_under nav a p:hover{
	text-decoration: underline;
	cursor: pointer;
}

.border_right_1px{
	border-right: solid 1px #000;
}





/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}


/*---------------------------------------------------------------------
	top_fix_btn
----------------------------------------------------------------------*/
.top_fix_btn{
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 10000000;
	background-color: #fff;
	border-radius: 900px !important;
	background-position: bottom;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 3px #3177B5;
}

.top_fix_btn i{
	margin-top: -10px !important;
}

.top_fix_btn i,.top_fix_btn p{
	text-align: center;
	font-weight: bold;
	color: #3177B5;
	font-size: 2rem;
	line-height: 1 !important;
	display: block;
}

.top_fix_btn p span{
	font-size: 1.8rem;
}

.top_fix_btn:hover{
	opacity: 0.7;
	cursor: pointer;
}



/**********************************

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in img{
	width: 100%;
	height: auto;
}


/**********************************

section設定

**********************************/
.section_over_flame{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.section_under_flame{
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 70px 0;
}





/**********************************

悩みエリア

**********************************/
.nayami_over{
	background-image: url("../img/nayami_bg.png");
}

.nayami_under{
	padding-top: 50px;
	padding-bottom: 105px;
}

.nayami_img{
	margin-top: 35px;
}


.nayami_under a{
	display: flex;
	justify-content: center;
	background-color: #fff;
	color: #3177B5;
	font-weight: 600;
	font-size: 2.6rem;
	width: 100%;
	border-radius: 5px;
	padding: 6px 0;
	margin-bottom: 40px;
}

.nayami_under a p{
	font-weight: 600;
}

.nayami_under a p:hover{
	text-decoration: underline;
}



/**********************************

解決エリア

**********************************/
.kaiketu_over{
	
}

.kaiketu_under{
	padding-top: 20px;
	padding-bottom: 90px;
}

.kaiketu_flame{
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #eaf1f6;
	padding: 80px;
	margin-top: 35px;
}

.kaiketu_ue_img_flame{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kaiketu_ue_img_flame img{
	width: 342px;
	height: 342px;
	border-radius: 15px;
}

.kaiketu_ue_img_flame p{
	font-weight: 900;
	font-size: 6.2rem;
}

.shokihiyou{
	width: 628px;
	display: block;
	margin: 0 auto 7px;
}

.kome1{
	margin-top: 20px !important;
	margin-left: 465px !important;
}




.whats_bro_room_flame{
	background-image: url("../img/icon_only.png");
	background-size: 22%;
	background-position: center right 45px;
	background-repeat: no-repeat;
	margin: 55px 0;
	background-color: #EAF1F6;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 45px;
}

.whats_bro_room_flame h3{
	width: 459px;
	height: auto;
	margin-bottom: 30px;
}

.whats_bro_room_flame p{
	font-size: 2.1rem;
}

.kaiketu_shita_retu{
	display: flex;
	justify-content: space-between;
}

.kaiketu_shita_flame{
	width: 304px;
}

.kaiketu_shita_flame h4{
	background-color: #3077b5;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	padding: 8px 0 12px;
	border-radius: 15px 15px 0 0;
}

.kaiketu_shita_flame h4 span{
	font-size: 2.2rem;
}

.miniblue_sankaku{
	width: 40px;
	display: block;
	margin: 0 auto;
}

.kaiketu_shita_flame div{
	border: solid 3px #3077b5;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px;
	padding: 0 17px 17px;
}

.kaiketu_shita_img{
	margin-top: 12px;
	margin-bottom: 12px;
}

.kaiketu_shita_flame .text1{
	white-space: pre-wrap;
}

.kaiketu_shita_flame .text1 span{
	font-weight: bold;
	color: #ff8400;
}






.kaiketu2_over{
	height: 200px;
	background-image: url("../img/kaiketu_bottom_img.jpeg");
}

.kaiketu2_under{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}



/**********************************

初期投資エリア

**********************************/
.big_title_over{
	background-color: #3077b5;
}


.big_title_under{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


.under_triangle{
	width: 0;
	border-top: 48px solid #3077b5;
	border-right: 61px solid transparent;
	border-left: 61px solid transparent;
	margin: 0 auto 30px;
}




.shokitoushi_under{
	padding-top: 0;
}



.shokitoushi_text{
	font-size: 2.6rem;
	line-height: 2 !important;
	text-align: center;
	white-space: pre-wrap;
}



.shokitoushi_text span{
	font-weight: bold;
	text-decoration: underline;
}

.shokitoushi_icon_flame{
	display: flex;
	justify-content: space-between;
	margin: 33px 0 10px;
}

.shokitoushi_icon_flame img{
	width: 304px;
}





.kome2{
	font-size: 1.8rem;
}

.nyuukyo{
	margin-top: 3px !important;
	margin-bottom: 5px !important;
}

.kome2_shita{
	margin-left: 15px !important;
}

.triple_yajirushi{
	width: 92px;
	margin: 35px auto;
	display: block;
}

.text_annotation{
	font-size: 0.5em;
}

/**********************************

2つのプランエリア

**********************************/
.plan2_over{
	background-color: #EAF1F6;
}

.h2_BRO-ROOM_title{
	width: auto;
	height: 135px;
}

.h2_BRO-ROOM_title img{
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.plan2_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

.plan2_flame{
	width: 48.5%;
}



.plan2_inner{
	width: 100%;
	background-color: #fff;
	padding: 0 25px 32px;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
}

.plan_mei{
	width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	border: solid 2px #3177B5;
	padding: 10px 0;
	margin-bottom: 15px;
}

.plan_mei p{
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	color: #3177B5;
	line-height: 1 !important;
}

.plan_mei span{
	text-align: center;
	font-size: 1.5rem;
	display: block;
	color: #3177B5;
	margin-top: 5px;
}

.plan2_text{
	font-size: 2rem;
	padding-left: 12px !important;
}

.plan_sankaku{
	width: 65px;
	display: block;
	margin: 18px auto;
}

.plan2_bottom_text{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #FBA135;
	box-sizing: border-box;
	border: solid 4px #FBA135;
	border-radius: 10px;
	line-height: 2 !important;
}



/**********************************

出口戦略エリア

**********************************/
.deguchi_inner_flame{
	width: 100%;
	height: auto;
	padding: 40px 35px 45px;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #EAF1F6;
}

.deguchi_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.deguchi_flame{
	width: 48.2%;
	height: auto;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 25px;
}

.deguchi_flame img{
	border-radius: 8px;
}

.deguchi_flame h3{
	font-weight: bold;
	text-align: center;
	font-size: 3.2rem;
	margin: 18px auto 15px;
	color: #3177B5;
}

.deguchi_flame p{
	white-space: pre-wrap;
	font-size: 1.75rem;
}

.deguchi_flame p span{
	font-weight: bold;
	color: #ff8400;
}



/**********************************

導入事例エリア

**********************************/
.jirei_over{
	background-color: #eaf1f6;
}

.jirei_flame{
	width: 100%;
	box-sizing: border-box;
	padding: 45px 60px;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 40px;
}

.jirei_flame h3{
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}

.jirei_flame h3 p{
	font-size: 2.8rem;
	font-weight: bold;
}

.jirei_title_nunber{
	background-color: #3177b5;
	border-radius: 900px;
	padding: 0 22px 2px !important;
	margin-right: 25px !important;
	color: #fff;
}

.jirei_title_text span{
	font-size: 2.4rem;
}

.jirei_flame h4{
	font-weight: bold;
	font-size: 3.4rem;
	border-bottom: solid 1px #333;
	padding-bottom: 12px;
	margin-top: 35px;
}

.jirei_flame h4 i{
	color: #3177b5;
	margin-right: 5px;
}

.rinobe_naiyou{
	display: flex;
	justify-content: space-between;
}

.rinobe_zu{
	margin: 42px 0 0;
	width: 52%;
}

.rinobe_zu2{
	width: 50%;
	margin-top: 30px;
}

.rinobe_zu3{
	margin-top: 30px;
	width: 52%;
}


.scroll_content { /* リスト全体のスタイル */
	display: flex;
	max-width: 952px;
	margin: auto;
	margin-top: 35px;
	overflow-x: auto;
}

.scroll_content li { /* 各リストのスタイル */
	width: 780px;
	height: auto;
	margin-right: 40px;
	flex-shrink: 0;
	list-style: none;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}

.scroll_content li img{
	height: auto;
	box-sizing: border-box;
	margin-bottom: 2px;
}








.scroll_content::-webkit-scrollbar {
	height: 12px; /* スクロールバーの高さ */
	padding-top: 30px !important;
}

.scroll_content::-webkit-scrollbar-thumb {
	background: #aaa; /* ツマミの色 */
	border-radius: 6px; /* ツマミ両端の丸み */
}

.scroll_content::-webkit-scrollbar-track {
	background: #ddd; /* トラックの色 */
	border-radius: 6px; /* トラック両端の丸み */
}


.rinobe_naiyou_text{
	margin-top: 18px;
}

.rinobe_naiyou_text div{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.rinobe_naiyou_text i{
	font-size: 2.4rem;
	padding-top: 2px;
	color: #3177b5;
	margin-right: 5px;
}

.rinobe_naiyou_text p{
	line-height: 1.6 !important;
}

.rinobe_naiyou_text p,.rinobe_naiyou_text span{
	font-size: 1.8rem;
	font-weight: 500;
}

.rinobe_naiyou_text span{
	border: solid 2px #3177b5;
	box-sizing: border-box;
	border-radius: 5px;
	color: #3177b5;
	text-align: center;
	padding: 0 10px 2px;
	margin-right: 5px;
}

.rinobe_naiyou_text1{
	margin-top: 35px;
}

.rinobe_naiyou_text2{
	margin-top: 20px;
}

.before_after_flame{
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.before_after_flame img{
	width: 47%;
}

.hyou{
	margin-top: 15px;
}

.jirei_bottom_text{
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3177B5;
	font-size: 3rem;
	margin-top: 30px !important;
	line-height: 1 !important;
}

.jirei_bottom_text span{
	font-weight: bold;
	font-size: 5rem;
	padding-bottom: 5px !important;
	color: #FBA135;
}

.jirei_botttom_btn{
	width: 100%;
	height: auto;
	border-radius: 900px;
	box-sizing: border-box;
	background-color: #3177B5;
	display: block;
	align-items: center;
	justify-content: center;
}

.jirei_botttom_btn:hover{
	opacity: 0.8;
}

.jirei_botttom_btn a{
	color: #fff;
	font-weight: bold;
	font-size: 4.4rem;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding: 24px 0 26px;
	margin-top: 45px;
	background-image: url("../img/cv_fff_migi_yajirushi.png");
	background-repeat: no-repeat;
	background-size: 1.3%;
	background-position: center right 60px;
}




.jirei_slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
}






.slider-container{
	overflow: hidden;
	width: 100%; /* スライダーコンテナの幅 */
	box-sizing: border-box;
	margin-top: 35px;
	white-space: nowrap;
	display: inline-block;
}

.slider-content{
	display: flex;
	transition: transform 0.5s ease-in-out; /* スライドのアニメーション効果 */
}

.slide {
	min-width: 100%; /* 各スライドの幅 */
	box-sizing: border-box;
}

.prev-btn,.next-btn{
	border: none !important;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
}

.prev-btn:hover,.next-btn:hover{
	cursor: pointer;
}






/**********************************

効果エリア

**********************************/
.kouka_over{
	
}

.kouka_under{
	
}

.kouka_h2_shita_text{
	text-align: center;
	font-size: 2.2rem;
	margin: 18px 0 0 !important;
}

.triple_yajirushi2{
	width: 78px;
	margin: 0 auto 27px;
	display: block;
	display: none !important;
}

.kouka_under h3{
	background-color: #000;
	border-radius: 900px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 4rem;
	padding: 12px 0 15px;
	margin-bottom: 40px;
}

.kouka_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.kouka_flame{
	width: 298px;
}

.kouka_flame img{
	margin-bottom: 7px;
}

.kouka_flame p{
	white-space: pre-wrap;
	font-size: 2.1rem;
}

.kouka_flame p span{
	font-size: 1.5rem;
}








/**********************************

メリットエリア

**********************************/
.merit_over{
	background-color: #EAF1F6;
}

.merit_retu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 63px;
}

.merit_woman{
	width: 357px;
	height: 415px;
}

.merit_flame{
	width: 564px;
	height: 151px;
	display: flex;
}

.merit_flame img{
	width: auto;
	height: 100%;
}

.merit_flame div{
	background-color: #fff;
	width: 100%;
	border-radius: 0 10px 10px 0;
}

.merit_flame div h3{
	font-size: 3.6rem;
	font-weight: 900;
	color: #fba135;
	margin-bottom: 10px;
	margin-top: 20px;
	
}

.merit_flame2{
	margin: 20px 0;
}




/**********************************

cvエリア

**********************************/
.cv_over{
	background-color: #3177B5;
	padding-top: 40px;
}

.cv_under{
	background-color: #fff;
	margin: 10px auto 70px;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}

.cv_under a{
	width: 45%;
}

.cv_under a:hover{
	opacity: 0.7;
}

.cv_btn{
	height: auto;
	background: linear-gradient(to right,#0073C2,#7239A2);
	border-radius: 500px;
	
}

.cv_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	margin-left: 28px;
}

.cv_btn p{
	font-size: 3.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.top_cv_btn a p i{
	font-size: 3rem !important;
}



/**********************************

流れエリア

**********************************/
.nagare_over{
	background-color: #EAF1F6;
}

.nagare_under{
	
}

.nagare_flame{
	display: flex;
	align-items: center;
}

.nagare_flame_top{
	margin-top: 40px;
}

.nagare_title_flame{
	display: flex;
	align-items: center;
}

.nagare_title_flame p{
	color: #fff;
	font-weight: bold;
	font-size: 2.2rem;
}

.nagare_number{
	background-color: #5194D0;
	padding: 0 12px !important;
	border-radius: 10px 0 0 10px;
}

.nagare_title{
	background-color: #3177B5;
	width: 235px;
	justify-content: center;
}

.nagare_text_flame{
	background-color: #fff;
	width: 100%;
	padding: 0 20px;
	border-radius: 0 10px 10px 0;
}

.nagare_number,.nagare_title,.nagare_text_flame{
	height: 85px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.nagare_text_flame p{
	white-space: pre-wrap;
	font-size: 1.7rem;
}

.fa-angle-down{
	text-align: center;
	font-size: 4.5rem !important;
	display: block !important;
	line-height: 1.1 !important;
}

.nagare_bottom_text{
	text-align: center;
	color: #3177B5;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.6 !important;
	margin-top: 50px !important;
}



/**********************************

よくある質問エリア

**********************************/
.shitumon_over{
	
}

#q_and_a_list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.q_and_a_item{
	margin-top: 17px;
	cursor:pointer;
	text-align: left;
	background-color: #EAF1F6;
	border-radius: 10px;
}

.q_and_a_item_top{
	margin-top: 0 !important;
}

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #333;
	padding: 20px 0 20px 25px;
	line-height: 1.4;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #333;
	font-weight: 500;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: 30px;
}

.question_text{
	display: flex;
	align-items: center;
}

.answer{
	font-size: 2rem;
	padding: 0 25px 25px;
	display:none;
	color: #333;
}

.answer_text{
	white-space: pre-wrap;
}


/**********************************

実績エリア

**********************************/
.jisseki_over{
	background-color: #EAF1F6;
}

.jisseki_dl_retu{
	display: flex;
}

.jisseki_white_flame{
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
	padding: 35px;
	margin-top: 40px;
	background-image: url("../img/jisseki_img.png");
	background-repeat: no-repeat;
	background-position: top 162px right 35px;
	background-size: 42.2%;
}

.jisseki_white_flame_top_text{
	text-align: center;
	color: #3177B5;
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 5px !important;
	line-height: 1.4 !important;
}

.jisseki_white_flame dt,.jisseki_white_flame dd{
	font-weight: 600;
	line-height: 2;
}

.jisseki_dl_retu,.adress{
	font-size: 1.6rem;
}

.jisseki_white_flame dt{
	width: 130px;
}

.mb_min{
	margin-bottom: -5px;
}

.mini_text{
	font-size: 1.3rem;
	background-image: url("../img/jisseki_joujou_logo.png");
	background-repeat: no-repeat;
	background-size: 16%;
	background-position: left 270px bottom 15px;
}


.kaisha_link{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: solid 2px #3177B5;
	color: #3177B5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	border-radius: 5px;
	padding: 12px 0;
	font-weight: 600;
	margin-top: 40px;
}

.kaisha_link:hover{
	text-decoration: underline;
}





/**********************************

利用条件エリア

**********************************/
.jouken_over{
	background-color: #EAF1F6;
}

.jouken_under{
	padding-top: 0;
	padding-bottom: 40px;
}

.jouken_top_text{
	font-size: 2.5rem;
	font-weight: 500;
}

.jouken_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: #3177B5;
	border: solid 3px #3177B5;
	border-radius: 8px;
	font-size: 3.6rem;;
	font-weight: bold;
	padding: 14px 0 17px;
	line-height: 1.2;
	background-color: #fff;
}

.jouken_btn:hover{
	background-color: #3177B5;
	color: #fff;
}

.jouken_short_btn{
	width: 48.7%;
}

.jouken_retu{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.tab_riyoujouken,.sp_riyoujouken{
	display: none;
}





/**********************************

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EAF1F6;
}

.footer_under{
	border-top: solid 1px #333;
	padding-top: 15px;
}

.footer_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}

.footer_link a,.footer_link p{
	color: #fff;
	font-size: 1.8rem;
}

.footer_link a:hover{
	text-decoration: underline;
}

.footer_link p{
	margin: 0 25px !important;
}

.small{
	text-align: center;
	display: block;
	padding: 15px 0;
	width: 100%;
	background-color: #3177B5;
	font-size: 1.6rem;
	color: #fff;
}




/**********************************

別ページ

**********************************/

.betu_nomal_text{
	font-size: 1.8rem;
	white-space: pre-wrap;
}

.betu_big_text{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.6 !important;
}

.betu_big_text span{
	font-size: 3.4rem;
	font-weight: bold;
	color: #3177B5;
}

.betu_under dl{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #000;
	padding-bottom: 10px;
	margin-top: 20px;
}

.betu_dl_top{
	margin-top: 30px !important;
}

.betu_under dl dt{
	font-weight: 600;
	font-size: 2.2rem;
	width: 310px;
}
