.keyimg01 {
	margin: 0 0 30px 0;
}
.h3_basic01 img {
	margin: -37px 0 0 20px;
}

/* お客様の声 */
.note_voice01 {
	margin: 20px 10px;
	padding-bottom: 20px;
}
	.box_note_voice01 {
		width: 650px;
		float: left;
	}
	.box_note_voice01 .h4_basic01 {
		margin: 0 0 20px -30px;
	}
	.pic_note_voice01 {
		width: 200px;
		float: right;
	}
.btn_note_voice01 {
	display: table;
}
	.btn_note_voice01_link {
		padding: 0 0 0 30px;
		width: 270px;
		display: table-cell;
	}
		.btn_note_voice01_link a {
			padding: 13px 15px 12px 15px;
		}
		.btn_note_voice01_link a span {
			padding: 0 0 0 16px;
		}
	.btn_note_voice01_txt {
		padding: 0 0 0 20px;
		display: table-cell;
	}
	.btn_note_voice01 p {
		margin: 0 0 0 0;
		text-align: center;
	}

/* tab */
#tab01 li,
#tab02 li {
	padding: 12px 0 12px 0;
	width: 33%;
	float: left;
	text-align: center;
	cursor: pointer;
}
#tab01 .tab_50,
#tab02 .tab_50 {
	margin: 0 0.5% 0 0;
	background: #f596be;
}
#tab01 .tab_70,
#tab02 .tab_70 {
	margin: 0 0.5% 0 0;
	background: #82d7dc;
}
#tab01 .tab_100,
#tab02 .tab_100 {
	background: #7ea3cf;
}
.content_wrap01,
.content_wrap02 {
	margin: 0 0 10px 0;
	padding: 16px 16px 14px 16px;
	border-left: 2px solid #b2b2b2;
	border-right: 2px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
}
.content_50 {
	border-top: 6px solid #f596be;
}
.content_70 {
	border-top: 6px solid #82d7dc;
}
.content_100 {
	border-top: 6px solid #7ea3cf;
}
	.dog_insurance01 {
		width: 52.3%;
		float: left;
	}
	.dog_insurance02 {
		width: 23.85%;
		float: left;
	}
	.page .content_50 p,
	.page .content_70 p,
	.page .content_100 p {
		margin: 15px 0 0 0;
	}

/* 分類表 */
#sec_dog_table {
	margin: 40px 0 30px 0;
}
.cont-navi ul{
	width: 82%;
	margin: 0 auto;
	padding: 0;
}
.cont-navi li{
	display: inline-block;
	margin: 10px;
	width: 47%;
}
.long-name{
	width: 97.5%!important;
}
.cont-navi a{
	text-decoration: none;
	padding: 5px 10px;
	background-color: #2da3a9;
	border-radius: 50px;
	color: #FFF;
	display: block;
    text-align: center;
	position: relative;
	font-size: 1.3vw;
}
.cont-navi a:after{
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
}
.sec_basic01 .button{
	text-align: center;
    margin-bottom: 15px;
	padding-top: 20px;
}
.sec_basic01 .button a{
	color: #FFFFFF;
    font-size: 20px;
    background-color: #e74069;
    border-radius: 5px;
    padding: 9px 12px 9px 38px;
    margin: 5px;
    text-decoration: none;
    background-image: url(/common/img/link.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}
#webpage .button02{
	text-align: center;
    margin-bottom: 15px;
	padding-top: 50px;
}
#webpage .button02 a{
	color: #FFFFFF;
    font-size: 20px;
    background-color: #e74069;
    border-radius: 5px;
    padding: 9px 12px 9px 38px;
    margin: 5px;
    text-decoration: none;
    background-image: url(/common/img/link.png);
    background-repeat: no-repeat;
    background-position: 5px center;
	display: inline-block;
}
#webpage .button02 a:hover{
    background-color: #00b8bb;
}
/* !tablet(768px)
---------------------------------------------------------- */
@media screen and (max-width: 929px) {
	/* お客様の声 */
	.box_note_voice01 {
		width: 450px;
	}
	.cont-navi ul{
	width: 90%;
	}
	.long-name{
		width: 96%!important;
	}
	.cont-navi li{
		width: 46%;
	}
}


/* !smt(480px)
---------------------------------------------------------- */
@media screen and (max-width: 728px) {
	.keyimg01 {
		margin: 0 -15px 30px -15px;
	}
	
	/* お客様の声 */
	.h3_basic01 {
		position: relative;
	}
	.h3_basic01 img {
		margin: -37px 0 0 5px;
		position: absolute;
	}
	.note_voice01 {
		margin: 0 0 20px 0;
	}
		.box_note_voice01 {
			width: 100%;
			float: none;
		}
		.box_note_voice01 .h4_basic01 {
			margin: 0 0 20px 0;
		}
		.box_note_voice01 .h5_basic01 {
			margin: 0 15px 10px 15px;
		}
		.box_note_voice01 p {
			margin: 0 15px 20px 15px;
		}
		.pic_note_voice01 {
			margin: 0 0 20px 0;
			width: 100%;
			float: none;
			text-align: center;
		}
	.btn_note_voice01 {
		display: block;
		text-align: left;
	}
		.btn_note_voice01_link,
		.btn_note_voice01_txt {
			padding: 0 0 0 0;
			width: auto;
			display:block;
		}
		.btn_note_voice01_link {
			margin: 0 0 10px 0;
		}
		.btn_note_voice01_txt p {
			text-align: left;
		}
	/* tab */
	#tab01 li,
	#tab02 li {
		padding: 7px 0 7px 0;
	}
	.content_wrap01,
	.content_wrap02 {
		padding: 16px 10px 10px 10px;
	}
	.dog_insurance01,
	.dog_insurance02 {
		width: 100%;
		float: none;
	}
	.dog_insurance02 {
		margin: 10px 0 0 0;
	}
}


/* 各種保険　*/

.dog_hoken01_img { width:39%; padding-right:2%; }
.dog_hoken01_text { width:58%; }

.dog_hoken01_img,
.dog_hoken01_text,
.dog_hoken01_h_table,
.dog_hoken01_sankaku_table {
	position:relative;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	margin:0;
	vertical-align: top;
	text-align:left;
	background:#FFFFFF; }


.dog_hoken01_img img {
	width:100%;
	border:5px solid #F0FAFC;
	margin:0 0 0.5em; }

.dog_hoken01_h_table {
	width:47.0%;
	margin-bottom:1em; }

.table_box {
	margin-bottom:1em; }

.table_box table	{ width: 100%; }
.table_box th, .table_box td	{ padding:0.5em 0.7em; border: 1px solid #666666; }
.table_box th	{ background: #f4f4f4; text-align:center; }

th.goukei {
	background:#FFFFFF;
	text-align:center;
	color:#F40A43;
	font-size:16px;
	font-weight:bold; }

th.goukei span { font-size:14px; }

th.goukei_text {
	font-weight:bold; }

th.plan50 {background:#FAE5EC; font-weight:bold; font-size:16px; }
th.plan70 {background:#CBEEEF; font-weight:bold; font-size:16px; }
th.plan100 {background:#D7E3F2; font-weight:bold; font-size:16px; }



.dog_hoken01_sankaku_table {
	margin:230px 0.5% 0;
	width:0;
	height: 0;
	border-left: 30px solid #E93D67;
	border-bottom: 50px solid transparent;
	border-top: 50px solid transparent;
}

.tokucyou_img {
	float:right;
	width:39%; padding-left:1%; }

.tokucyou_img img {
	width:100%;
	border:5px solid #F0FAFC;
	margin:0 0 0.5em; }


/*----------------------------------------------------
	.demo02
----------------------------------------------------*/
.demo02 th { width: 13%; }

.demo02 th.koumoku { width: 17%; }
.demo02 th.kazu { width: 4%; }
.demo02 td.hokengo { width:40%; }

.demo02 td	{ text-align: center; }
.demo02 td:first-child	{ text-align: left; }



@media screen and (max-width: 929px) {

.dog_hoken01_sankaku_table {
	margin:230px 0 0;
	width:0;
	height: 0;
	border-left: 30px solid #E93D67;
	border-bottom: 50px solid transparent;
	border-top: 50px solid transparent;
}


}


@media screen and (max-width: 728px) {

.dog_hoken01_img { width:96%; padding-right:0; }
.dog_hoken01_text { width:100%; }

.dog_hoken01_h_table {
	width:100%; }
.demo02 th.kazu { width: 1%; }

.dog_hoken01_sankaku_table {
	margin:-20px 0 10px 70px;
	width: 0;
height: 0;
border-style: solid;
border-width: 30px 60px 0 60px;
border-color: #e93d68 transparent transparent transparent;
}
.cont-navi ul{
	width: 90%;
	margin: 0 auto -20%;
	padding: 0;
}
.long-name{
	width: 100%!important;
}
.cont-navi li{
	display: inherit;
	margin: 10px 0;
	width: 100%;
}
.cont-navi a{
	font-size: 2vw;
	line-height: 120%;
	padding: 8px 20px;
}
}
