@charset "UTF-8";
body {
	/*base*/
	color:rgb(33,33,33);
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, "MS Pゴシック", 'MS PGothic', arial, helvetica, sans-serif;
	font-size:16px;
	line-height:1.8;
	word-wrap:break-word;
	font-feature-settings : "pkna" 1;
	letter-spacing:0.2px;
	/*each*/
	background:#F7F5F2;
}
p{
	/*base*/
	text-align:justify;
}
a{
	/*base*/
	color:rgb(33,33,33);
	text-decoration:none;
}
.mark{
	color:#fa5000;
}

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

drawer

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

.drw-pc{}
.drw-mb{display:none;}

/* ▼▼▼▼▼▼▼▼MaxWidth900(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 900px) {
 /* ************** */
.drw-pc{display:none}

.drw-mb{
display:block;
width:8%;
position:absolute;
top:9%;
right:1%;

}

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth600(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 600px) {
 /* ************** */

.drw-mb{
width:10%;
top:9%;
right:1%;
}

 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

.drw-mb{
width:12%;
top:13%;
right:1%;
}

 /* *************** */
}


/*-----------------------------------------------------
//
レスポンシブ｜表示・非表示
//
--------------------------------------------------------*/
@media screen and (min-width:1281px){.wpc{display:block}.spc{display:none}.tb{display:none}.wmb{display:none}.smb{display:none}.pc{display:block}.spc_tb{display:none}.tb_wmb{display:none}.mb{display:none}.pc_tb{display:block}.tb_mb{display:none}.spc_wmb{display:none}}
@media screen and (max-width:1280px){.wpc{display:none}.spc{display:block}.tb{display:none}.wmb{display:none}.smb{display:none}.pc{display:block}.spc_tb{display:block}.tb_wmb{display:none}.mb{display:none}.pc_tb{display:block}.tb_mb{display:none}.spc_wmb{display:block}}
@media screen and (max-width:980px){.wpc{display:none}.spc{display:none}.tb{display:block}.wmb{display:none}.smb{display:none}.pc{display:none}.spc_tb{display:block}.tb_wmb{display:block}.mb{display:none}.pc_tb{display:block}.tb_mb{display:block}.spc_wmb{display:block}}
@media screen and (max-width:600px){.wpc{display:none}.spc{display:none}.tb{display:none}.wmb{display:block}.smb{display:none}.pc{display:none}.spc_tb{display:none}.tb_wmb{display:block}.mb{display:block}.pc_tb{display:none}.tb_mb{display:block}.spc_wmb{display:block}}
@media screen and (max-width:480px){.wpc{display:none}.spc{display:none}.tb{display:none}.wmb{display:none}.smb{display:block}.pc{display:none}.spc_tb{display:none}.tb_wmb{display:none}.mb{display:block}.pc_tb{display:none}.tb_mb{display:block}.spc_wmb{display:none}}
/*-----------------------------------------------------
//
PC
//
--------------------------------------------------------*/
/*▼▼h1▼▼pc*/
h1{
	padding:10px 0;
	font-size:12px;
	text-align:center;
	line-height:1;
	color:#fff;
	background:#F95000;
}
/*▼▼ヘッダー▼▼pc*/
#header>div{
	width:92%;
	max-width:1000px;
	padding:3% 0;
	margin:0 auto;
	position:relative;
}
#header>div .logo{
	width:26%;
	float:left;
}


/* ▼▼▼▼▼▼▼▼MaxWidth1200(pc)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1200px) {
 /* ************** */


 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth900(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 900px) {
 /* ************** */

/*▼▼ヘッダー▼▼pc*/
#header>div{
	width:98%;
	max-width:1000px;
	padding:2% 0;
}

#header>div .logo{
	width:26%;
	margin:1% 0 0 2%;
	float:none;
}
 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */


 /* *************** */
}


/* ▼▼▼▼▼▼▼▼MaxWidth600(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 600px) {
 /* ************** */

#header>div .logo{
	width:40%;
	float:left;
}

 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

/*▼▼ヘッダー▼▼pc*/
#header>div{
	padding:3% 0;
}
#header>div .logo{
	width:50%;
	float:left;
}
 /* *************** */
}
/* ▼▼▼▼▼▼▼▼MaxWidth380(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 380px) {
 /* ************** */


 /* *************** */
}




#header>div .tel{
	width:30%;
	float:right;
}
/*▼▼ナビゲーション▼▼pc*/
#nav>ul{
margin:0 auto;
	width:92%;
	max-width:1000px;
	display:flex;
}
#nav>ul>li{
margin:2% auto;
width:24%;
	border-right:1px solid #646464;
	justify-content: center;
	text-align: center;
	line-height:1;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
}
#nav>ul>li:first-child{
	border-left:1px solid #646464;
}
#nav>ul>li>a{
	font-size:14px;
	color:#646464;
	line-height:1;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
#nav>ul>li>a:hover{
	color:#F95000;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
/*▼▼【下層ページ】タイトル▼▼pc*/
#title{
	margin-bottom:4%;
	background:#FA9600;
}
#title>div{
	width:92%;
	max-width:1000px;
	padding:2% 0;
	margin:0 auto;
	background:#F95000;
}
#title>div>h2{
	padding:0 5%;
	font-size:24px;
	color:#fff;
}
/*▼▼お問い合わせ番号▼▼pc*/
.contact{
	padding-bottom:6%;
}
.contact>div{
	width:92%;
	max-width:780px;
	margin:0 auto;
}
.contact>div>p:nth-child(1){
	width:60%;
	margin:0 auto 3%;
}
.contact>div>p:nth-child(2){
	margin-bottom:3%;
}
.contact>div>a:nth-child(3){
	width:60%;
	padding:4% 12%;
	margin:0 auto 4%;
	background:#5AC800;
	line-height:1;
	display:block;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
.contact>div>a:nth-child(3):hover{
	background:#FA9600;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
.contact>div>p:nth-child(4){
	font-size:12px;
	text-align:center;
}
/*▼▼googlemap▼▼pc*/
.mapcomment{
	margin-bottom:1%;
	font-size:14px;
	color:#3c3c3c;
	text-align:center;
}
#map{
	width:100%;
	height:460px;
	border-top:1px solid #c8c8c8;
	background:#c8c8c8;
	position:relative;
}
#map iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
/*▼▼フッター▼▼pc*/
#footer{
	padding:8% 0 9%;
	background:#fa5000;
}
#footer>div{
	width:92%;
	max-width:980px;
	margin:0 auto;
}

.policy-link{
margin:10px auto;
width:100%;
}

.policy-link a{
color:#fff;
text-decoration: underline
}

.policy-link a:hover{
color:#FA9600;
transition:0.3s;
}

#footer>div>div:nth-child(1){
	width:35%;
	float:left;
}
#footer>div>div:nth-child(1)>p:nth-child(1){
	margin-bottom:10%;
}
#footer>div>div:nth-child(1)>p:nth-child(2){
	margin-bottom:6%;
}
#footer>div>div:nth-child(1)>a{
	padding:7% 16%;
	border:1px solid #fff;
	border-radius:5px;
	line-height:1;
	display:block;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
#footer>div>div:nth-child(1)>a:hover{
	background:#FA9600;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
#footer>div>div:nth-child(2){
	width:20%;
	margin-left:5%;
	float:left;
}
#footer>div>div:nth-child(2)>ul>li{
	margin-bottom:9%;
	line-height:1;
}
#footer>div>div:nth-child(2)>ul>li>a{
	padding-left:18px;
	font-size:14px;
	color:#fff;
	line-height:1;
	text-decoration:underline;
	background-image:url(../img/footer_arrow.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:auto 90%;
}
#footer>div>div:nth-child(2)>ul>li>a:hover{
	text-decoration:none;
}
#footer>div>div:nth-child(3){
	width:32%;
	float:right;
}
#footer>div>div:nth-child(3)>h3{
	padding-bottom:6%;
	border-bottom:1px solid #fff;
	margin-bottom:6%;
}
#footer>div>div:nth-child(3)>h3>img{
	width:40%;
}
#footer>div>div:nth-child(3)>p{
	font-size:13px;
	line-height:1.6;
	color:#fff;
}
/*▼▼コピーライト▼▼pc*/
#copyright{
	padding:2% 0;
	font-size:10px;
	color:#f8f8fa;
	letter-spacing:2px;
	text-align:center;
	background:#000;
}
/*▼▼固定メールフォムリンク▼▼pc*/
.fixedbtn{
	width:30px;
	padding:2.5% 1.5%;
	border:1px solid #F7F5F2;
	border-radius:10px 0 0 10px;
	background:#5AC800;
	line-height:1;
	display:block;
	position:fixed;
	bottom:18%;
	right:-2px;
	z-index:1000;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
.fixedbtn:hover{
	background:#FA9600;
	-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-ms-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;
}
/*▼▼トップにスクロール▼▼pc*/
#goup{
	width:50px;
	height:50px;
	background-image:url(../img/scroll.gif);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	position:fixed;
	bottom:0;
	right:0;
	z-index:9999;
}
#goup:hover{
	background-image:url(../img/scroll_on.gif);
}
/*▼▼流れ▼▼pc*/
#flow{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}
#flow>h3{
	width:40%;
	margin:0 auto 4%;
}
/*////////////////////////////
▼▼トップ・保険共通▼▼pc
////////////////////////////*/
/*▼▼代表挨拶▼▼pc*/
#thought{
	margin-bottom:8%;
}
#thought>div{
	width:92%;
	max-width:980px;
	padding:3% 5% 4%;
	margin:0 auto;
	border-radius:10px;
	overflow:hidden;
	background:#FA9600;
	position:relative;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
}
#thought>div>p.pc_tb{
	width:28%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
#thought>div>div{
	width:68%;
	float:right;
}
#thought>div>div>h2{
	margin-bottom:3%;
	color:#fff;
	font-size:24px;
	letter-spacing:2px;
}
#thought>div>div>p{
	margin-bottom:3%;
	color:#fff;
	font-size:13px;
	line-height:1.6;
}
#thought>div>div>h3{
	color:#fff;
}
/*▼▼取扱い保険会社▼▼pc*/
#partner{
	padding:3% 0 4%;
	margin-bottom:8%;
	background:#FA9600;
}
#partner>div{
	width:92%;
	max-width:980px;
	margin:0 auto;
}
#partner>div>h2{
	margin-bottom:3%;
	text-align:center;
	color:#fff;
}
#partner>div>h2>span{
	padding-bottom:1%;
	border-bottom:2px solid #fff;
	font-size:26px;
	display:inline-block;
}
#partner>div>ul li{
	width:15%;
	padding:2%;
	margin-right:1.25%;
	border-radius:10px;
	background-color:#fff;
	box-shadow:0 0 6px #a0a0a0;
	float:left;
}
#partner>div>ul li:nth-child(5){
	margin-right:0;
}
/*-----------------------------------------------------
//
MAXWIDTH / 1280
//
--------------------------------------------------------*/
@media screen and (max-width:1280px){
}
/*-----------------------------------------------------
//
MAXWIDTH / 960
//
--------------------------------------------------------*/
@media screen and (max-width:960px){
}
/*-----------------------------------------------------
//
MAXWIDTH / 600
//
--------------------------------------------------------*/
@media screen and (max-width:600px){
}
/*-----------------------------------------------------
//
MAXWIDTH / 480
//
--------------------------------------------------------*/
@media screen and (max-width:480px){
/*▼▼h1▼▼480*/
h1{
	padding:12px 0;
	font-size:11px;
}

/*▼▼ナビゲーション▼▼480*/
#nav>ul{
	width:100%;
	margin:0 auto 5%;
}
#nav>ul>li:first-child{
	border-left:none;
}
#nav>ul>li:last-child{
	border-right:none;
}
#nav>ul>li>a{
	font-size:13px;
}
/*▼▼【下層ページ】タイトル▼▼pc*/
#title{
	margin-bottom:8%;
}
#title>div{
	width:92%;
	padding:5% 0;
}
#title>div>h2{
	padding:0;
	font-size:18px;
	line-height:1;
	text-align:center;
}
/*▼▼お問い合わせ番号▼▼480*/
.contact{
	padding-bottom:10%;
}
.contact>div{
	width:88%;
}
.contact>div>p:nth-child(1){
	width:100%;
	margin:0 auto 3%;
}
.contact>div>p:nth-child(2){
	margin-bottom:5%;
}
.contact>div>a:nth-child(3){
	width:100%;
	padding:6% 18%;
	margin:0 auto 4%;
	line-height:1;
}
.contact>div>p:nth-child(4){
	font-size:10px;
	color:#a0a0a0;
	line-height:1.6;
}
/*▼▼googlemap▼▼480*/
.mapcomment{
	padding:0 3%;
	margin-bottom:4%;
	font-size:10.2px;
	text-align:justify;
	line-height:1.5;
	color:#505050;
	text-align:left;
}
#googlemap{
	height:330px;
}
html body #googlemap .gmnoprint{
	display:none;
}
/*▼▼フッター▼▼480*/
#footer{
	padding:12% 0;
}
#footer>div{
	width:88%;
}
#footer>div>div:nth-child(1){
	width:100%;
	margin-bottom:5%;
	float:none;
}
#footer>div>div:nth-child(1)>p:nth-child(1){
	width:90%;
	margin-bottom:8%;
}
#footer>div>div:nth-child(1)>p:nth-child(2){
	margin-bottom:6%;
}
#footer>div>div:nth-child(1)>a{
	padding:8% 16%;
}
#footer>div>div:nth-child(2){
	width:100%;
	margin-left:0;
	float:none;
}
#footer>div>div:nth-child(2)>ul{
	margin-bottom:8%;
}
#footer>div>div:nth-child(2)>ul>li{
	margin-bottom:0;
	margin-right:5px;
	line-height:1;
	display:inline-block;
}
#footer>div>div:nth-child(2)>ul>li>a{
	padding-left:14px;
	font-size:12px;
	background-size:auto 80%;
}
#footer>div>div:nth-child(3){
	width:100%;
	float:none;
}
#footer>div>div:nth-child(3)>h3{
	padding-bottom:6%;
	margin-bottom:6%;
}
#footer>div>div:nth-child(3)>h3>img{
	width:40%;
}
#footer>div>div:nth-child(3)>p{
	font-size:11px;
	line-height:1.7;
}
/*▼▼コピーライト▼▼480*/
#copyright{
	padding:12px 0 71px;
	letter-spacing:0;
}
/*▼▼固定メールフォムリンク▼▼480*/
.fixedbtn{
	display:none;
}
/*▼▼モバイル用固定ボタン▼▼480*/
#mb_fixedbtn{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background:#F95000;
	z-index:3000;
}
#mb_fixedbtn>a{
	width:50%;
	padding:6%;
	line-height:1;
	display:block;
	float:left;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;
}
#mb_fixedbtn>a:nth-child(1){
	border-right:1px solid #b43c00;
}
#mb_fixedbtn>a:nth-child(2){
	border-left:1px solid #fac8aa;
}
/*▼▼流れ▼▼480*/
#flow{
}
#flow>h3{
	width:80%;
	margin:0 auto 8%;
}
/*////////////////////////////
▼▼トップ・保険共通▼▼480
////////////////////////////*/
/*▼▼代表挨拶▼▼480*/
#thought{
	margin-bottom:10%;
}
#thought>div{
	width:93%;
	padding:0;
}
#thought>div>p{
	width:100%;
}
#thought>div>div{
	width:84%;
	padding:9% 8% 10% 8%;
	float:none;
}
#thought>div>div>h2{
	margin-bottom:6%;
	font-size:20px;
	text-align:center;
	letter-spacing:0;
}
#thought>div>div>p{
	margin-bottom:6%;
	font-size:12px;
	line-height:1.5;
	letter-spacing:0;
}
/*▼▼取扱い保険会社▼▼480*/
#partner{
	padding:7% 0 8%;
	margin-bottom:10%;
}
#partner>div{
	width:94%;
}
#partner>div>h2{
	text-align:center;
	color:#fff;
}
#partner>div>h2>span{
	padding-bottom:3%;
	border-bottom:1px solid #fff;
	margin-bottom:6%;
	font-size:20px;
}
#partner>div>ul li{
	width:25%;
	padding:3%;
	margin-right:3.5%;
	margin-bottom:3%;
	border-radius:10px;
}
#partner>div>ul li:nth-child(3),#partner>div>ul li:nth-child(5){
	margin-right:0;
}
#partner>div>ul li:nth-child(-n+2){
	margin-bottom:0;
}
}

	
/* ************************************************************
◆ 外部リンクバナー ◆
************************************************************ */

.outlink{
margin:0 auto 2%;
width:100%;
max-width:800px;
position:relative;
}

.outlink-title{
margin:3% auto 2%;
width:100%;
font-size:30px;
color:#656565;
font-weight:600;
text-align: center;
letter-spacing: 0.08em;
line-height:1.5;
}

.outlink dl{
margin:0 auto 4%;
width:43%;
display:inline-block;
border:4px #FA9600 solid;
border-radius: 25px;
padding:2%;
background-color:#ffffff;
}
.outlink dl:nth-of-type(1){
margin-right:2%
}

.outlink dt{
margin:4% auto;
width:100%;
text-align: center;
font-size:20px;
color:#656565;
font-weight:600;
text-align: center;
letter-spacing: 0.08em;
line-height:1.5;
}

.outlink dd{
margin:0 auto 2%;
width:100%;
}

.outlink dd img:hover{
opacity:0.7;
transition:0.5s;
}

/* ▼▼▼▼▼▼▼▼MaxWidth1024(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */

.outlink{padding:2%;}

.outlink dl{
margin-left:2%;
width:40%;
}
.outlink dl:nth-of-type(1){
margin-right:0;
margin:0 auto;
}
 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */


.outlink{
padding:0;
text-align: center
}

.outlink-title{
width:80%;
font-size:25px;
}
.outlink dl{
margin-left:0;
margin:2% auto;
float:none;
width:50%;
text-align: center;
}

.outlink dt{
font-size:16px;
}

 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth600(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 600px) {
 /* ************** */


.outlink-title{
width:80%;
font-size:20px;
}

.outlink-title{
margin:5% auto;
width:80%;
}
.outlink dl{
margin:5% auto;
width:60%;
}

.outlink dd{width:90%;
}
 /* *************** */
}

/* ▼▼▼▼▼▼▼▼MaxWidth480(mobile)▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */


.outlink dl{
width:80%;
text-align: center;
}

 /* *************** */
}
