@charset "utf-8";
/* CSS Document */
/*---------------------------------------
 COMMON
---------------------------------------*/

/* breadcrumb
---------------------------------------*/
.breadcrumb{
    margin-left: 20px;
    margin-bottom: 15px;
    padding: 8px 0;
    font-size: 0.8em;
}
.breadcrumb li {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.breadcrumb li a{
    text-decoration: underline;
}
.breadcrumb li a::after{
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* blkInsurance01
---------------------------------------*/
.blkInsurance01 {
    margin: 0 auto 35px auto;
	text-align: center;
}
.blkInsurance01_inner {
 	width: 90%;
	margin: 0 auto;
}
/* hdg-level
---------------------------------------*/
.hdg-level02-01 {
	background: url(../images/bg-01.png) top left repeat-x;
	background-size: 100% 65px;
	font-size: 20px;
	padding: 17px;
}
/* tokioMarine_wrap
---------------------------------------*/
.tokioMarine_wrap {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 3px solid #00A0E9;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(151,186,202,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(151,186,202,1);
	box-shadow: 0px 0px 10px 0px rgba(151,186,202,1);
	
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e5e5e5', GradientType=0 );
}
.tokioMarine_wrap .tokioMarine_ttl{
	background-color: #00A0E9;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.tokioMarine_wrap .tokioMarine_contents{ padding: 5px 10px 10px; }
.tokioMarine_wrap .tokioMarine_contents .inner { 
	width: 100%;
	display: table;
	margin-top: 10px;
}
.tokioMarine_wrap .tokioMarine_upper{
	color:#00A0E9;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
}
.tokioMarine_wrap .freeD_mark{
	width: 20%;
	height: 47px;
	vertical-align: middle;
	display: table-cell;
	padding-right: 5px;
}
.tokioMarine_wrap .freeD_num{
	width: 80%;
	display: table-cell;
	word-break: break-all;
}
.tokioMarine_wrap .freeD_num span{
	font-size: 13px;
	font-weight: bold;
}
.tokioMarine_wrap .freeD_num a{
	font-size: 30px;
	color: #00a3f0;
	font-weight: bold;
	line-height: 1;
	word-break: break-all;
}
/* blkBottom
---------------------------------------*/
.blkBottom {
	width: 90%;
	margin: 10px auto 45px auto;
}
.blkBottom p {
	font-size: 15px;
}
.blkBottom p.date {
	font-size: 12px;
	margin-top: 20px;
	text-align: right;
}
/* blkInsurance02
---------------------------------------*/
.blkInsurance02 {
  	margin: 0 auto 35px auto;
}
.blkInsurance02_inner {
 	width: 90%;
	margin: 0 auto;
}
.blkInsurance02 h2 {
  	font-size: 17px;
	font-weight: bold;
	background-color: #f0f0f0;
	border-bottom: 2px solid #76b54a;
	padding: 5px 5px 5px 15px;
	margin-bottom: 15px;
}
.blkInsurance02 .boxAdd {
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-bottom: 15px;
}
.blkInsurance02 .boxAdd dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.blkInsurance02 .boxAdd dd {
	font-size: 13px;
}
.blkInsurance02 .text01 {
	font-size: 15px;
}
.blkInsurance02 .text01 {
	font-size: 15px;
	margin-top: 15px;
}
.blkInsurance02 .boxLogo {
	width: 100%;
	border: 1px solid #eaeaea;
	display: table;
}
.blkInsurance02 .boxLogo dt {
	width: 26%;
	display: table-cell;
	padding: 2%;
	vertical-align: middle;
}
.blkInsurance02 .boxLogo dd {
	width: 76%;
	display: table-cell;
	padding: 2%;
	border-left: 1px solid #eaeaea;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: underline;
}
/* hdg-level
---------------------------------------*/
.hdg-level02-02 {
	font-size: 35px;
	color: #ff7c00;
	font-weight: bold;
}
.hdg-level02-04 {
  z-index: 1;
  margin: 0 auto 50px auto;
  height: 75px;
  background: #ff7c00;
  position: relative;
}
 .hdg-level02-04 p {
    color: #fff;
    text-align: left;
	 font-weight: bold;
    font-size: 25px;
	 padding: 15px 15px 0px 100px;
	 line-height: 1.2;
  }
 .hdg-level02-04::after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 75px;
    margin-left: -160px;
    width: 0;
    height: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 40px solid #ff7c00;
  }
.hdg-level02-04 .caption {
	width: 100px;
	position: absolute;
	top: -24px;
	left: 5px;
}

/* list-bullet
---------------------------------------*/
.list-bullet01 {
    margin-top: 20px;
}
.list-bullet01 > li {
    padding-left: 20px;
	text-indent: -20px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.list-bullet02 {
    margin-top: 15px;
}
.list-bullet02 > li {
    position: relative;
    padding-left: calc(1em + 12px);
	text-align: left;
	font-size: 12px;
}
.list-bullet02 > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 22px;
    background-image: url(../images/choinori-ico-01.png);
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: left;
}
.list-bullet02 li li {
    padding-left: 15px;
	text-indent: -15px;
	font-size: 12px;
	color: #000000;
}

.list-bullet03 {
    margin-top: 20px;
}
.list-bullet03 > li {
    padding-left: 35px;
	text-indent: -35px;
	font-size: 12px;
	text-align: left;
}
.list-bullet04 > li {
    position: relative;
    padding-left: calc(1em + 20px);
	text-align: left;
	font-size: 12px;
}
.list-bullet04 > li::before {
    background-image: url(../images/choinori-ico-05.png) !important;
	width: 25px;
    height: 26px;
}
.list-bullet05 > li {
    padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
	color: #4a4a4a;
}


/* blk01
---------------------------------------*/
.blk01 {
	background: #3bbff0;
	position: relative;
	padding: 15px 10px 30px 10px;
}
.blk01 h3 {
	font-size: 16px;
	color: #ffe500;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: -1px;
}
.blk01 .img01 {
	width: 164px;
	position: absolute;
	top: -22px;
	right: 0%;
}
.blk01-inner, .blk02-inner {
	position: relative;
}
.blk01-inner .boxText {
	width: 87%;
	position: absolute;
	font-size: 11px;
	text-align: center;
	top: 5%;
	left: 7%;
}
.blk01-inner .boxText span {
	font-weight: bold;
}
.tbl_wrap {
	background: #ff7c00;
	padding: 15px 15px 20px 15px;
}
.tbl_wrap h3 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 15px;
}
.choi_tbl {
	background: #fff;
}
.choi_tbl dt {
	width: 96%;
	display: table;
	padding: 4% 2%;
}
.choi_tbl dt .num {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}
.choi_tbl dt .title {
	width: 80%;
	display: table-cell;
	font-size: 21px;
	font-weight: bold;
	vertical-align: middle ;
	text-align: left;
	padding-left: 5px;
}
.choi_tbl dt .title span {
	color: #ff7c00;
	font-weight: bold;
}
.choi_tbl dd {
	padding: 0 4% 4% 4%;
	font-size: 15px;
	text-align: left;
}
.bg-fff2d7 {
	background-color: #fff2d7 !important;
}

/* choi_useful
---------------------------------------*/
.choi_useful {
	width: 90%;
	margin: 0 auto;
}
.choi_useful01, .choi_useful02, .choi_useful03 {
	margin-bottom: 30px;
}
.choi_useful01 h3 {
	font-size: 21px;
	color: #647ec6;
	font-weight: bold;
	margin-bottom: 10px;
}
.choi_useful02 h3 {
	font-size: 21px;
	color: #70bb2d;
	font-weight: bold;
	margin-bottom: 10px;
}
.choi_useful03 h3 {
	font-size: 21px;
	color: #ec6989;
	font-weight: bold;
	margin-bottom: 10px;
}
.choi_useful01 .text, .choi_useful03 .text, .choi_useful02 .text {
	font-size: 17px;
	text-align: left;
	margin-top: 10px;
	line-height: 1.2;
}

/* button
---------------------------------------*/
.button{
	margin-top: 10px;
}
.button a {
	border-radius: 5px;
    padding: 10px 10px;
    margin: 0 auto;
    min-width: 100px;    
    color: #fff;
    font-weight: bold;
    text-align: center;
	display: block;
	position: relative;
	cursor: pointer;
	border: 2px solid #fc3516;
	background: #ff8338;
	background: -moz-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff8338), color-stop(100%, #fc3516));
	background: -webkit-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: -o-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: -ms-linear-gradient(top, #ff8338 0%, #fc3516 100%);
	background: linear-gradient(to bottom, #ff8338 0%, #fc3516 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5c5c', endColorstr='#fc3516', GradientType=0 );
}
.button a:hover {
	color: #fff;
}
.button .text {
	font-size: 25px;
}
.button .icon {
	width: 9px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
	
}

.blk02 {
	background-color: #fff2d7;
	padding-bottom: 20px;
}
.blk02 .text01 {
	font-size: 17px;
	color: #ff7c00;
	text-align: left;
}
.blk02 .textNote {
	font-size: 14px;
	text-align: left;
	padding-left: 14px;
	text-indent: -14px;
	margin-top: 10px;
}

.blk03 .text01 {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.blk03 .text01 span {
	font-size: 12px;
	vertical-align: top;
}
.blk03 .text02 {
	font-size: 17px;
	color: #fff;
	background-color: #33489c;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2px 5px;
	margin-bottom: 15px;
}
.blk03 .text03 {
	font-size: 15px;
	text-align: left;
	margin-bottom: 15px;
}
.blk03 .text03 span {
	width: 15px;
	display: inline-block;
}

.blk04 .box-speech-bubbles {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
}
.speech-bubbles {
	width: 30%;
	float: left;
	margin-right: 5%;
}
/*
.speech-bubbles {
	width: 90px;
	float: left;
	font-size: 15px;
	color:#fff;
 	 position:relative;
  	padding:17px 5px;
  	margin: 0 10px 10px 0;
	background:#ff6600;

	-webkit-border-top-left-radius: 50% 50%;
	-webkit-border-top-right-radius:50% 50%;
	-webkit-border-bottom-right-radius:50% 50%;
	-webkit-border-bottom-left-radius:50% 50%;
	-moz-border-radius:50% / 50%;
	border-radius:50% / 50%;
	letter-spacing: -1px;
}

.speech-bubbles:after {
  content:"";
  position:absolute;
  bottom: -4px;
  right: 14px;
  border-width: 13px 18px 10px 0px;
  border-style:solid;
  border-color:transparent #ff6600;
  display:block;
  width:0;
}*/

.blk04 .box-speech-bubbles .boxText {
	width: 65%;;
	float: left;
	font-size: 15px;
	color: #33489c;
	text-align: left;
}
.blk04 .box-speech-bubbles .boxText span {
	font-size: 11px;
	vertical-align: top;
}


.blk04 .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;text-align: left;
}
.blk04 .text01 {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.blk04 .text01 span {
	font-size: 12px;
	vertical-align: top;
}
.hdg-level02-03 {
	font-size: 20px;
	color: #fff;
	background: #00a0e9;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0;
}
.boxSlide {
	width:100%;
	overflow-x: auto;
	position: relative;
	padding-bottom: 10px;
}
.boxSlide .img{
	width: 482.5px;
	max-width: 482.5px !important;
}
.boxSlide .slide_icon {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 61px;
	height: 61px;
	background: url(../images/slide_icon.png) center center no-repeat;
	background-size: contain;
}
.boxSlide::-webkit-scrollbar {
	height: 2px;
}

.boxSlide::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eee;
}

.boxSlide::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.mgb-20 {
	margin-bottom: 20px !important;
}
.pdl-20 {
	padding-left: 20px;
}

.tbl_contents {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.tbl_contents caption {
	font-size: 17px;
	color: #fff;
	background: #00b0ee;
}
.tbl_contents th {
	width: 50%;
	font-size: 15px;
	border: 1px solid #99999a;
	padding: 0;
	margin: 0;
}
.tbl_contents th span{
	font-size: 10px;
	vertical-align: top;
}
.tbl_contents th.fisrt {
	background: #d2d3d5;
}
.tbl_contents th.last {
	background: #c2eafb;
}
.tbl_contents td {
	font-size: 15px;
	border: 1px solid #99999a;
	padding: 0;
	margin: 0;
}