@charset "utf-8";

/*==========================================================
	ページ 全体
==========================================================*/
body {
}

#body {
}

/*==========================================================
	見出し
==========================================================*/
section.top_box {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0px 0 0px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.top_box .innerbox .top_title{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	margin: auto;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.2em;
}

/*==========================================================
	保険のご相談
==========================================================*/
section.service {
	width: 100%;
	margin: 0;
	padding: 40px 0px;
}
section.service .innerbox{
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 100%;
	text-align: center;
	font-size: 0px;
	overflow: hidden;
}

section.service ul.serv_list {
	width: 970px;
	margin: 0 auto;
}
section.service ul.serv_list li {
	display: inline-block;
	width: 430px;
	height: 480px;
	margin: 40px 0;
	padding: 180px 0 0;
	border: 3px solid #FC9B4D;
}
section.service ul.serv_list li:first-of-type {
	margin-right: 40px;
}
section.service ul.serv_list li:last-of-type {
	margin-left: 40px;
}

section.service ul.serv_list li .cate {
	color: #FC9B4D;
	font-size: 45px;
}
section.service ul.serv_list li .btn {
	display: inline-block;
	width: 290px;
	margin-top: 100px;
}

section.service ul.serv_list li .btn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 50px;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #FC9B4D;
	border: 2px solid #FC9B4D;
	border-radius: 20px;
	transition: all 0.5s ease;
}
section.service ul.serv_list li .btn a::after {
	content: '>';
	margin-left: 5px;
}

section.service ul.serv_list li .btn a:hover {
	color: #FC9B4D;
	background-color: #FFFFFF;
}




/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP)
==========================================================*/
@media (max-width: 639px){


	/*==========================================================
		見出し
	==========================================================*/
section.top_box {
	width: 100%;
		height: 60px;
	margin: 0;
	padding: 0px 0 0px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
	section.top_box .innerbox .top_title{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	margin: auto;
	color: #FFFFFF;
		font-size: 24px;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.2em;
}

/*==========================================================
	保険のご相談
==========================================================*/
section.service {
	width: 100%;
	margin: 0;
		padding: 20px 0px;
}
section.service .innerbox{
	position: relative;
	margin: 0 auto;
		width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0px;
	overflow: hidden;
}

section.service ul.serv_list {
		width: 100%;
	margin: 0 auto;
}
section.service ul.serv_list li {
	display: inline-block;
		width: auto;
		height: 300px;
		margin: 10px 10px;
		padding: 80px 0 0;
	border: 3px solid #FC9B4D;
}
section.service ul.serv_list li:first-of-type {
		margin-right: 10px;
}
section.service ul.serv_list li:last-of-type {
		margin-left: 10px;
}

section.service ul.serv_list li .cate {
	color: #FC9B4D;
	font-size: 36px;
}
section.service ul.serv_list li .btn {
	display: inline-block;
		width: 240px;
		margin-top: 50px;
}

section.service ul.serv_list li .btn a {
	display: block;
	width: 100%;
	height: 100%;
		padding: 8px 0px;
	color: #FFFFFF;
		font-size: 16px;
	background-color: #FC9B4D;
	border: 2px solid #FC9B4D;
	border-radius: 20px;
	transition: all 0.5s ease;
}
section.service ul.serv_list li .btn a::after {
	content: '>';
	margin-left: 5px;
}

section.service ul.serv_list li .btn a:hover {
	color: #FC9B4D;
	background-color: #FFFFFF;
}




/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */
/* ★---------------------------★---------------------★ */


