@charset "utf-8";
/* CSS Document */
/*---------------------------------------
 COMMON
---------------------------------------*/

/* breadcrumb
---------------------------------------*/
.breadcrumb{
    margin-left: 20px;
    margin-bottom: 10px;
    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% 5%;
	vertical-align: middle;
}
.blkInsurance02 .boxLogo dd {
	width: 70%;
	display: table-cell;
	padding: 2%;
	border-left: 1px solid #eaeaea;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: underline;
}

/* list-bullet
---------------------------------------*/
.list-bullet01 {
    margin-top: 20px;
}
.list-bullet01 > li {
    padding-left: 14px;
	text-indent: -14px;
	font-size: 14px;
	text-align: left;
}
.list-bullet02 > li {
    padding-left: 30px;
	text-indent: -30px;
	font-size: 14px;
}
.list-bullet03 {
    margin-top: 20px;
}
.list-bullet03 > li {
    padding-left: 35px;
	text-indent: -35px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.list-bullet04 > li {
    padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
}
/* button
---------------------------------------*/
.button {
	margin-top: 30px;
}
.button a {
	border-radius: 5px;
    padding: 20px 25px;
    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%);
	
}

/*---------------------------------------
 GOLF
---------------------------------------*/
.hdg-level02-02 {
	margin-bottom: 40px;
}
.hdg-level02-03 {
	font-size: 20px;
	color: #fff;
	background: #1eaa39;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0;
}
.hdg-level02-04 {
  z-index: 1;
  margin: 0 auto 50px auto;
  height: 75px;
  background: #1eaa39;
  position: relative;
}
 .hdg-level02-04 p {
    color: #fff;
	 font-weight: bold;
    font-size: 20px;
	 padding: 15px 15px 0px 15px;
  }
 .hdg-level02-04 p span {
    font-size: 18px;
  }
 .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 #1eaa39;
  }

/* blk01
---------------------------------------*/
.textLead {
	width: 96%;
	font-size: 17px;
	font-weight: bold;
	color: #1eaa39;
	margin: 0 auto;
}
.blk01 {
	background-color: #edf8dd;
	padding-bottom: 20px;
}
.blk01 .blkInsurance01_inner .text01 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.blk01 .blkInsurance01_inner .text01 span {
	color: #1eaa39;
	font-weight: bold;
}
.blk01 .blkInsurance01_inner .textNote {
	font-size: 13px;
	text-align: left;
}
.boxCase {
	width: 94%;
	display: table;
	padding: 3%;
}
.boxCase .boxInfo {
	width: 70%;
	display: table-cell;
	vertical-align: middle;
}
.boxCase .boxInfo dl {
	width: 100%;
	display: table;
}
.boxCase .boxInfo dl .num {
	width: 8%;
	display: table-cell;
	vertical-align: middle;
	font-size: 45px;
	font-weight: bold;
	color: #1eaa39;
	line-height: 1;
	padding-right: 2%;
}
.boxCase .boxInfo dl .title {
	width: 90%;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #1eaa39;
	text-align: left;
	line-height: 1.2;
}
.boxCase .boxInfo dl dd {
	font-size: 15px;
	text-align: left;
}
.boxCase .boxImg {
	width: 30%;
	display: table-cell;
	vertical-align: top;
}
.boxCase.bg-white {
	background-color: #fff !important;
}
.speech-bubbles {
	width: 30%;
	z-index: 1;
	margin: 20px auto 20px auto;
	background: #1eaa39;
	border-radius: 10px;
	position: relative;
}
 .speech-bubbles p {
   	color: #fff;
	font-weight: bold;
   	font-size: 20px;
	padding: 5px;
  }
 .speech-bubbles::after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1eaa39;
  }
.plan-bubbles{
    width: 96%;
    z-index: 1;
    margin: 20px auto 20px auto;
    padding: 10px 0 5px;
    background: #ff9934;
    border-radius: 10px;
    position: relative;
}
.plan-bubbles p{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
    text-align: left;
}
.plan-bubbles::after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 50%;
    top:96%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff9934;
}
.plan_ttl{
    font-we: bold;
}
.plan_txt{
    text-align: left;
    padding: 0 5%;   
}
.plan_txt span{
    color:#f00;
}
.blk02 .text01 {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
}
.blk02 .text01 span.red {
	color: #cf0a06;
}
.blk02 .text01 span.note {
	font-size: 12px;
	vertical-align: top;
}
.blk02 .text02 {
    font-size: 15px;
    color: #1eaa39;
	font-weight: bold;
	border: 1px solid #1eaa39;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 5px;
    margin-top: 25px;
}
.blk02 .text03 {
    font-size: 15px;
	 margin-top: 15px;
	text-align: left;
}
.blk02 .text03 span {
    color: #cf0a06;
}
.blk02 .textNote {
	font-size: 14px;
	text-align: left;
	padding-left: 14px;
	text-indent: -14px;
	margin-top: 10px;
}
.boxSlide {
	width:100%;
	overflow-x: auto;
	position: relative;
	padding-bottom: 10px;
}
.boxSlide .img{
	width: 616.5px;
	max-width: 616.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;
}
.mb20 {
	margin: 0 auto 20px auto!important;
}