@charset "shift_jis";
@media screen and (min-width: 769px) {
	.pc_off {
		display: none;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 1.6;
	}
	header {}
	h1 {}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.side_btn {
		position: fixed;
		right: 0;
		top: 30%;
		z-index: 1000;
	}
	/*--------------------contact----------------------*/
	.contact_wrap {
		width: 100%;
		height: 280px;
		background: #333;
	}
	.contact_co {
		width: 1100px;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
		color: #fff;
	}
	.con_title {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
	}
	.contact_co p {
		margin: 0px auto 40px;
		font-size: 35px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
	}
	.contact_btn {
		display: flex;
		justify-content: center;
	}
	.contact_btn a {
		width: 450px;
		height: 70px;
		display: block;
		margin: 0 10px;
		background: #fff;
		line-height: 25px;
		text-decoration: none;
		color: #000;
		font-size: 25px;
		font-weight: bold;
		border-radius: 5px;
		text-indent: 15px;
		position: relative;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.contact_btn a span {
		font-size: 14px;
		display: block;
		font-weight: normal;
	}
	.contact_btn a::before {
		content: "";
		display: inline-block;
		background: url(../img/tel_icon.png);
		background-size: auto;
		width: 28px;
		height: 23px;
		margin-right: 14px;
		margin-bottom: -2px;
		position: absolute;
		top: 35%;
		left: 35px;
	}
	.contact_btn a:nth-child(2):before {
		background: url(../img/mail_icon.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	/*--------------------/contact----------------------*/
	.akiya_con_wrap {
		overflow: hidden;
		color: #000;
	}
	.akiya_con_wrap h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	/*--------------------main----------------------*/
	.akiya_main_wrap {
		background: url(../img/main_bg.png);
		background-size: cover;
		background-position: center;
		height: 500px;
		box-sizing: border-box;
		padding-top: 120px;
	}
	.akiya_main_inner {
		width: 1150px;
		margin: 0 auto;
		text-align: center;
	}
	.akiya_main_inner span {
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		line-height: 30px;
		border-bottom: 1px solid #fff;
		padding: 0 10px 10px;
	}
	.akiya_main_inner p {
		color: #fff;
		font-size: 70px;
		line-height: 70px;
		font-weight: bold;
		margin: 35px 0 30px;
	}
	.akiya_main_inner ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
	.akiya_main_inner ul li {
		width: 215px;
		border: 1px solid #fff;
		color: #fff;
		line-height: 56px;
		border-radius: 10px;
		font-size: 20px;
		letter-spacing: 0.1em;
		font-weight: bold;
		box-sizing: border-box;
	}
	.akiya_main_inner ul li:first-child {
		margin-right: 10px;
	}
	/*--------------------/main----------------------*/
	/*--------------------nayami----------------------*/
	.akiya_nayami_wrap {
		width: 1100px;
		margin: 80px auto;
	}
	.akiya_nayami_wrap ul {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.akiya_nayami_wrap ul::after {
		content: "";
		display: block;
		background: url(../img/nayami_icon.png);
		width: 290px;
		height: 214px;
		position: absolute;
		bottom: 40px;
		left: 420px;
		z-index: 10;
	}
	.akiya_nayami_wrap ul li {
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 20px 30px;
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		position: relative;
		text-align: center;
		margin-bottom: 30px;
	}
	.akiya_nayami_wrap ul li:nth-child(2) {
		margin: 0 30px 30px;
	}
	.akiya_nayami_wrap ul li:nth-child(4) {
		margin: 0 415px 30px 0;
		width: 290px;
		box-sizing: border-box;
	}
	.akiya_nayami_wrap ul li:nth-child(6) {
		margin: 0 360px 30px 0;
		width: 290px;
		box-sizing: border-box;
	}
	.akiya_nayami_wrap ul li:nth-child(9) {
		margin: 0 30px 30px;
	}
	.akiya_nayami_wrap ul li span {
		font-weight: bold;
		background: linear-gradient(transparent 60%, #ffdbde 60%);
	}
	.akiya_nayami_wrap ul li::before {
		content: "";
		border-left: 16px solid transparent;
		border-top: 16px solid #ccc;
		position: absolute;
		right: 35px;
		bottom: -16px;
		transform: rotate(-90deg);
	}
	.akiya_nayami_wrap ul li::after {
		content: "";
		border-left: 15px solid transparent;
		border-top: 15px solid white;
		position: absolute;
		right: 35px;
		bottom: -14px;
		transform: rotate(-90deg);
	}
	.akiya_nayami_wrap ul li:nth-child(5)::before,
	.akiya_nayami_wrap ul li:nth-child(7)::before {
		top: 36px;
		left: -16px;
		right: auto;
		bottom: auto;
		transform: none;
	}
	.akiya_nayami_wrap ul li:nth-child(5)::after,
	.akiya_nayami_wrap ul li:nth-child(7)::after {
		top: 37px;
		left: -14px;
		right: auto;
		bottom: auto;
		transform: none;
	}
	.akiya_nayami_wrap ul li:nth-child(4)::before,
	.akiya_nayami_wrap ul li:nth-child(6)::before {
		top: 56px;
		right: -16px;
		bottom: auto;
	}
	.akiya_nayami_wrap ul li:nth-child(4)::after,
	.akiya_nayami_wrap ul li:nth-child(6)::after {
		top: 57px;
		right: -14px;
		bottom: auto;
	}
	.akiya_nayami_wrap ul li:nth-child(8)::before,
	.akiya_nayami_wrap ul li:nth-child(9)::before,
	.akiya_nayami_wrap ul li:nth-child(10)::before {
		top: -16px;
		right: 35px;
		bottom: auto;
		transform: rotate(-180deg);
	}
	.akiya_nayami_wrap ul li:nth-child(8)::after,
	.akiya_nayami_wrap ul li:nth-child(9)::after,
	.akiya_nayami_wrap ul li:nth-child(10)::after {
		top: -14px;
		right: 35px;
		bottom: auto;
		transform: rotate(-180deg);
	}
	/*--------------------/nayami----------------------*/
	/*--------------------risk----------------------*/
	.akiya_risk_wrap {
		background: #eee;
		padding: 80px 0;
	}
	.akiya_risk_inner {
		width: 1100px;
		margin: 0 auto;
	}
	.akiya_risk_txt {}
	.akiya_risk_txt p {
		text-align: center;
		font-size: 20px;
		line-height: 35px;
		letter-spacing: 0.1em;
		color: #0d73a2;
		font-weight: 500;
		margin: 0 0 50px;
	}
	.akiya_risk_txt p span {
		background: linear-gradient(transparent 60%, #ffdbde 60%);
	}
	.akiya_risk_inner ul li {
		width: 1100px;
		box-sizing: border-box;
		background: #fff;
		padding: 30px;
		margin-bottom: 30px;
		border: 3px solid #307fa9;
		border-radius: 5px;
	}
	.akiya_risk_inner ul li:last-child {
		margin-bottom: 0;
	}
	.akiya_risk_inner ul li h3 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin: 0 0 20px;
		color: #307fa9;
		font-size: 27px;
		line-height: 27px;
		letter-spacing: 0.1em;
	}
	.akiya_risk_inner ul li h3 span {
		display: block;
		background: #307fa9;
		width: 90px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-right: 20px;
	}
	.akiya_risk_con {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.akiya_risk_con picture {
		width: 300px;
	}
	.akiya_risk_con p {
		margin: 0 0 0 30px;
		font-size: 16px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: 0.1em;
		width: 700px;
	}
	/*--------------------/risk----------------------*/
	/*--------------------point----------------------*/
	.akiya_point_wrap {
		width: 1100px;
		margin: 80px auto;
	}
	.akiya_point_txt {
		text-align: center;
	}
	.akiya_point_txt h2 {
		display: inline-block;
		position: relative;
		background: linear-gradient(transparent 60%, #ffdbde 60%);
	}
	.akiya_point_txt h2::before {
		content: "";
		display: block;
		width: 2px;
		height: 50px;
		background: #000;
		transform: rotate(-25deg);
		position: absolute;
		bottom: -5px;
		left: -30px;
	}
	.akiya_point_txt h2::after {
		content: "";
		display: block;
		width: 2px;
		height: 50px;
		background: #000;
		transform: rotate(25deg);
		position: absolute;
		bottom: -5px;
		right: -30px;
	}
	.akiya_point_txt p {
		text-align: center;
		font-size: 20px;
		line-height: 35px;
		letter-spacing: 0.05em;
		color: #0d73a2;
		font-weight: 500;
		margin: 0 0 60px;
	}
	.akiya_point_wrap ul li:not(:last-child) {
		margin-bottom: 50px;
	}
	.akiya_point_wrap ul li h3 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		font-size: 30px;
		font-weight: bold;
		line-height: 30px;
		letter-spacing: 0.1em;
		margin: 0 0 15px;
	}
	.akiya_point_wrap ul li h3 span {
		display: block;
		width: 160px;
		font-size: 25px;
		line-height: 52px;
		background: #ca848a;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		margin: 0 20px 0 20px;
	}
	.akiya_point_con {
		background: #eee;
		border-radius: 10px;
		padding: 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.akiya_point_con picture {
		width: 390px;
	}
	.akiya_point_con p {
		margin: 0 0 0 30px;
		font-size: 18px;
		line-height: 36px;
		font-weight: 500;
		width: 620px;
	}
	/*--------------------/point----------------------*/
	/*--------------------qa----------------------*/
	.akiya_qa_wrap {
		background: #f6f6f6;
		padding: 80px 0;
	}
	.akiya_qa_inner {
		width: 1100px;
		margin: 0 auto;
	}
	.akiya_qa_inner h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	.akiya_qa_inner h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 30px auto 0;
	}
	.salec_qa_list ul {
		padding: 0;
		margin: 0 auto;
		width: 1100px;
	}
	.salec_qa_list ul li {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 5px 20px;
		box-sizing: border-box;
		list-style-type: none;
		margin-bottom: 20px;
		background: #fff;
	}
	.salec_list_q {
		border-bottom: 1px dashed #ccc;
		font-size: 20px;
		font-weight: bold;
		padding: 20px 0 20px 50px;
		background-image: url(../img/q_icon.png);
		background-position: center left;
		background-repeat: no-repeat;
	}
	.salec_list_a {
		font-size: 18px;
		line-height: 30px;
		padding: 20px 0 20px 50px;
		background-image: url(../img/a_icon.png);
		background-position: top 20px left;
		background-repeat: no-repeat;
	}
	/*--------------------/qa----------------------*/
	/*--------------------/media screen----------------------*/
}