@charset "utf-8";

/*---------------------------------------------

ページスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

/* ▼スライド部分PC */
#slide {
	background: url("../img/slide/01.jpg") no-repeat;
	background-size: cover;
	height: 540px;
	position: relative;
}
	
.scroll {
	padding-top: 400px;
	text-align: center;
	position: relative;
	z-index: 20;
}

.scroll img {width: 38px;}

.slidecolor {
	background: #000038;
	opacity: 0.5;
	width: 100%;
	height: 540px;
	position: absolute;
	top: 0;
	z-index: 10;
}

/* ▼トピックスPC */
#topics {
	background: #f2f2f2;
	position: relative;
}

#topics .contents_box {
	width: 900px;
	margin: 50px auto 0 auto;
	padding: 50px 0 45px 0;
}

#topics .h2eng {margin-bottom: 35px;}

#topi_list li {
	background: #fff;
	margin-bottom: 20px;
	display: flex;
}

#topi_list li > p:nth-of-type(1) {
	width: 112px;
	background: #1e2380;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	color: #fff;
}

#topi_list li > p:nth-of-type(2) {
	width: 236px;
	background: #1e2380;
	box-sizing: border-box;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
	color: #fff;
}

#topi_list li > p:nth-of-type(3) {
	width: calc(900px - 112px - 236px);
	box-sizing: border-box;
	padding: 16px 25px;
	font-size: 15px; font-size: 1.5rem;
	line-height: 1.4;
	font-feature-settings: "palt" 1;
}

#topi_list li a {color: #1e2380;}

#aisatsu {margin: 50px 0 20px 0;}

.tpagelink {
	text-align: center;
	margin: 60px 0 20px 0;
	font-weight: bold;
	font-size: 25px; font-size: 2.5rem;
	font-feature-settings: "palt" 1;
}

.tpagelink a {color: #1e2380;}

/* ▼ポリシーPC */
#policy {
	background: #fff;
	position: relative;
}

#policy #page01 {
	top: -160px;
	position: absolute;
}

#policy .contents_box {
	width: 900px;
	margin: 0 auto;
	padding: 80px 0 20px 0;
}

h3 {
	color: #1e2380;
	font-weight: bold;
	font-size: 36px; font-size: 3.6rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 60px;
}

h3:nth-of-type(2) {margin-bottom: 90px;}

.policy_txt01 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	margin-bottom: 90px;
}

.policy_txt01 em {
	font-weight: bold;
	font-style: normal;
	color: #1e2380;
}

.riyu li {
	position: relative;
	margin-bottom: 95px;
}

.riyu h4 {
	color: #1e2380;
	font-weight: bold;
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.riyu p {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.riyu p em {
	font-weight: bold;
	font-style: normal;
	color: #1e2380;
}

.riyu div {
	width: 330px;
	position: absolute;
	top: 0;
}

.riyu div img {width: 100%;}

.riyu li:nth-of-type(odd) h4 {padding-left: 360px;}

.riyu li:nth-of-type(odd) p {padding-left: 360px;}

.riyu li:nth-of-type(even) div {right: 0;}

.riyu li:nth-of-type(even) p {width: 540px;}

/* ▼経営理念PC */
#mana {
	background: #f2f2f2;
	position: relative;
}

#mana .contents_box {
	width: 900px;
	margin: 50px auto 0 auto;
	padding: 80px 0;
}

#mana .h2eng {margin-bottom: 60px;}

.rinenlist {
	list-style: decimal;
	color: #1e2380;
	font-weight: bold;
	margin-bottom: 60px;
}

.rinenlist li {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	margin-left: 25px;
}

.rinenlist li span {
	font-weight: normal;
	color: #000;
}

.vision_title {
	color: #1e2380;
	font-weight: bold;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 40px;
}

.vision_txt {
	color: #1e2380;
	font-weight: bold;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.vision_cate {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.vision_cate span {
	color: #1e2380;
	font-weight: bold;
	margin-right: 5px;
}

.vision_list {margin-left: 45px;}

.vision_list li {
	list-style: disc;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

/* ▼会社概要PC */
#about {
	background: url("../img/about_bk.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

#about #page02 {
	top: -160px;
	position: absolute;
}

#about .contents_box {
	width: 900px;
	margin: 0 auto;
	padding: 120px 0;
}

#about .contents_box h2 {color: #fff;}

#about .contents_box .h2eng {color: #fff;}

.about_box {
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	background: #fff;
}

.about_box table {
	width: 90%;
	margin: 0 auto;
	border-top: solid 1px #ccc;
}

.about_box table th, .about_box table td {
	border-bottom: solid 1px #ccc;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 12px 0;
}

.about_box table th {
	text-align: center;
	width: 300px;
}

#kouken {
	text-align: center;
	margin-top: 50px;
}

/* ▼取扱保険会社PC */
#insurance {
	background: #fff;
	position: relative;
}

#insurance #page03 {
	top: -160px;
	position: absolute;
}

#insurance .contents_box {
	width: 1000px;
	margin: 0 auto;
	padding: 120px 0 100px 0;
}

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

.link li {width: 32%;}

.link li img {width: 100%;}

.link2 {
	width: 700px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-top: 80px;
}

.link2 li {
	width: 200px;
	margin-bottom: 30px;
}

.link2 li img {width: 100%;}

.link2::after {
	content: "";
	display: block;
	width: 200px;
}

/* ▼アクセスPC */
#access {
	background: #e5e5e5;
	position: relative;
}

#access #page04 {
	top: -160px;
	position: absolute;
}

#access .contents_box {
	width: 900px;
	margin: 0 auto;
	padding: 80px 0;
}

.access_box {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}

.access_txt {
	text-align: center;
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	padding: 45px 0;
}

.access_add {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	padding: 0 0 40px 35px;
}

.access_box ul.pc {
	position: absolute;
	width: 375px;
	top: 118px;
	right: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.access_box ul li {width: 165px;}

.access_box ul li img {width: 100%;}

.access_box ul.sp {display: none;}
	
.gmap {line-height: 0;}

/* その他PC */
#other {
	background: #1e2380;
	position: relative;
}

#other .contents_box {
	width: 900px;
	margin: 0 auto;
	padding-top: 60px;
}

#acMenu {
	border-bottom: #fff 1px solid;
	color: #fff;
}

#acMenu dt {
	display: block;
	width: 100%;
	font-size: 22px; font-size: 2.2rem;
	padding: 30px 0;
	font-feature-settings: "palt" 1;
	text-align: center;
	border-top: #fff 1px solid;
	cursor: pointer;
}

#acMenu dd {
	width: 100%;
	display: none;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	padding: 0 0 80px 0;
}

#acMenu dd a {color: #fff;}

#acMenu dt {
	background: url("../img/ac01.png") no-repeat;
	background-position: 95% center;
}

#acMenu dt.active {
	background: url("../img/ac02.png") no-repeat;
	background-position: 95% center;
}

.sikaku::before {content: "■";}

.big {font-weight: bold;}

}

@media print, screen and (max-width: 767px) {

/* ▼スライド部分SP */
#slide {
	background: #fff url("../img/slide/01.jpg") right center no-repeat;
	background-size: cover;
	height: 42vh;
	min-height: 300px;
	position: relative;
}
	
.scroll {
	width: 100%;
	bottom: 15%;
	text-align: center;
	position: absolute;
	z-index: 20;
}

.scroll img {width: 7%;}

.slidecolor {
	background: #000038;
	opacity: 0.5;
	width: 100%;
	height: 42vh;
	min-height: 300px;
	position: absolute;
	top: 0;
	z-index: 10;
}

/* ▼トピックスSP */
#topics {
	background: #f2f2f2;
	position: relative;
}

#topics .contents_box {
	width: 94%;
	margin: 6% auto 0 auto;
	padding: 8% 0 4% 0;
}

#topi_list li {
	background: #fff;
	margin-bottom: 6%;
	display: flex;
	flex-wrap: wrap;
}

#topi_list li > p:nth-of-type(1) {
	width: 26%;
	background: #1e2380;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	padding: 2% 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.6vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	color: #fff;
}

#topi_list li > p:nth-of-type(2) {
	width: 74%;
	background: #1e2380;
	box-sizing: border-box;
	padding: 2% 4%;
	display: flex;
	align-items: center;
	font-size: 3.4vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	color: #fff;
}

#topi_list li > p:nth-of-type(3) {
	width: 100%;
	box-sizing: border-box;
	padding: 2%;
	font-size: 3.4vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
}

#topi_list li a {color: #1e2380;}

#aisatsu {margin: 6vw 0 4vw 0;}

#aisatsu img {width: 100%;}

.tpagelink {
	text-align: center;
	margin: 8vw 0 6vw 0;
	font-weight: bold;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
}

.tpagelink a {color: #1e2380;}

/* ▼ポリシーSP */
#policy {
	background: #fff;
	position: relative;
}

#policy #page01 {
	top: -100px;
	position: absolute;
}

#policy .contents_box {
	width: 94%;
	margin: 0 auto;
	padding: 8% 0 0 0;
}

h3 {
	color: #1e2380;
	font-weight: bold;
	font-size: 4.8vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 6%;
}

h3:nth-of-type(2) {margin-bottom: 10%;}

.policy_txt01 {
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	margin-bottom: 10%;
}

.policy_txt01 em {
	font-weight: bold;
	font-style: normal;
	color: #1e2380;
}

.riyu li {
	position: relative;
	margin-bottom: 10%;
}

.riyu h4 {
	color: #1e2380;
	font-weight: bold;
	font-size: 4.2vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 4%;
}

.riyu p {
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	margin-bottom: 3%;
}

.riyu p em {
	font-weight: bold;
	font-style: normal;
	color: #1e2380;
}

.riyu div {width: 100%;}

.riyu div img {width: 100%;}

/* ▼経営理念SP */
#mana {
	background: #f2f2f2;
	position: relative;
}

#mana .contents_box {
	width: 94%;
	margin: 6% auto 0 auto;
	padding: 8% 0;
}

.rinenlist {
	list-style: decimal;
	color: #1e2380;
	font-weight: bold;
	margin-bottom: 10%;
}

.rinenlist li {
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	margin: 0 0 3% 5vw;
}

.rinenlist li span {
	font-weight: normal;
	color: #000;
}

.vision_title {
	color: #1e2380;
	font-weight: bold;
	font-size: 4.2vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	margin-bottom: 4%;
}

.vision_txt {
	color: #1e2380;
	font-weight: bold;
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.vision_cate {
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

.vision_cate span {
	color: #1e2380;
	font-weight: bold;
	margin-right: 2vw;
}

.vision_list {margin-left: 10vw;}

.vision_list li {
	list-style: disc;
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
}

/* ▼会社概要SP */
#about {
	background: url("../img/about_bk.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

#about #page02 {
	top: -100px;
	position: absolute;
}

#about .contents_box {
	width: 94%;
	margin: 0 auto;
	padding: 8% 0;
}

#about .contents_box h2 {color: #fff;}

#about .contents_box .h2eng {color: #fff;}

.about_box {
	width: 100%;
	padding: 5% 3%;
	box-sizing: border-box;
	background: #fff;
}

.about_box table {
	width: 100%;
	border-top: solid 1px #ccc;
}

.about_box table th, .about_box table td {
	font-size: 3.6vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	width: 100%;
	display: block;
}

.about_box table th {
	padding-top: 2%;
	font-weight: bold;
	color: #1e2380;
}

.about_box table td {
	border-bottom: solid 1px #ccc;
	padding-bottom: 2%;
}

#kouken {
	text-align: center;
	margin: 8% 0 4% 0;
}

#kouken img {width: 94%;}

/* ▼取扱保険会社SP */
#insurance {
	background: #fff;
	position: relative;
}

#insurance #page03 {
	top: -100px;
	position: absolute;
}

#insurance .contents_box {
	width: 94%;
	margin: 0 auto;
	padding: 10% 0 12% 0;
}

.link {
	width: 65%;
	margin: 0 auto;
}

.link li {
	width: 100%;
	margin-bottom: 6%;
}

.link li img {width: 100%;}

.link2 {
	width: 70%;
	margin: 0 auto;
	padding-top: 12%;
}

.link2 li {
	width: 100%;
	margin-bottom: 6%;
}

.link2 li img {width: 100%;}

/* ▼アクセスSP */
#access {
	background: #e5e5e5;
	position: relative;
}

#access #page04 {
	top: -100px;
	position: absolute;
}

#access .contents_box {
	width: 94%;
	margin: 0 auto;
	padding: 10% 0;
}

.access_box {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.access_txt {
	text-align: center;
	font-size: 3.6vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	padding: 6% 0;
}

.access_add {
	text-align: center;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	padding-bottom: 6%;
}

.access_box ul.sp {
	width: 85%;
	margin: 0 auto 7% auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.access_box ul li {width: 45%;}

.access_box ul li img {width: 100%;}

.access_box ul.pc {display: none;}
	
.gmap {line-height: 0;}

/* その他PC */
#other {
	background: #1e2380;
	position: relative;
}

#other .contents_box {
	width: 94%;
	margin: 0 auto;
	padding: 10% 0 0 0;
}

#acMenu {
	border-bottom: #fff 1px solid;
	color: #fff;
}

#acMenu dt {
	display: block;
	width: 100%;
	font-size: 3.5vw;
	padding: 5% 0;
	font-feature-settings: "palt" 1;
	text-align: center;
	border-top: #fff 1px solid;
	cursor: pointer;
}

#acMenu dd {
	width: 100%;
	display: none;
	font-size: 3vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	padding: 0 0 10% 0;
}

#acMenu dd a {color: #fff;}

#acMenu dt {
	background: url("../img/ac01.png") no-repeat;
	background-position: 98% center;
	background-size: 12px;
}

#acMenu dt.active {
	background: url("../img/ac02.png") no-repeat;
	background-position: 98% center;
	background-size: 12px;
}

.sikaku::before {content: "■";}

.big {font-weight: bold;}
	
}
