@charset "UTF-8";

/*========================================

	東京海上ミレア少額短期保険株式会社

	base.css

========================================*/

/* ページ全体 -------------------- */
#container {
	width: 100%;
	margin: 0 auto;
	min-height: calc(100% - 96px);
}

.bg {
	padding-top: 3px;
	background: url(/img/common/bg.gif) left top repeat-x;
}

/* コンテンツ -------------------- */
#contents {
	width: 940px;
	margin: 0 auto 60px;
	padding: 0;
}

#contents.no_gnavi {
	padding-top: 30px;
}

/* left_side  */
#left_side {
	width: 675px;
	float: left;
}

/* right_side  */
#right_side {
	width: 235px; /*225*/
	float: right;
}

#right_side ul.bn li {
	margin-bottom: 4px;
}

/* ●right_side  */
#submenu_block {
	margin: 5px 0 0 0;
	width: 235px;
	float: right;

}

#submenu {
	width: 235px;
	background: #ececec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}

#submenu ul {
	width: 215px;
	margin: 0 auto;
}

#submenu ul li a {
	display: block;
	width: 215px;
	height: 40px;
}

#submenu ul li a[data-lnavi-class="contractant_r-ssi"] {
	background-image: url(/img/contractant/s_menu01_on.gif);
}

#submenu ul li a:hover img {
	opacity: 0;
}

#submenu ul li img {
	width: 215px;
}

body[data-lnavi-class="contractant_r-ssi"] #submenu ul li a[data-lnavi-class="contractant_r-ssi"] img {
	display: none;
}

/*ぱんくず
---------------------------------------------------------- */
.pan {
	clear: both;
	color: #333;
	margin: 15px 5px 10px;
}

.pan li {
	display: inline;
	padding-right: 5px;
	list-style: none;
}

.pan li.pan_top {
	background: url(/img/common/icon_home.gif) left 5px no-repeat;
	padding-left: 13px;
}

.pan li a {
	padding-right: 10px;
}

/* h2 */
.h2_basic {
	margin: 0 auto 15px auto;
	padding: 8px 10px 5px 10px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
	border-bottom: #79cfe1 solid 2px;
	border-left: #e3e3e3 solid 1px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
	background: #f2fdff;
}

/* h3 */
.h3_basic {
	margin: 0 auto 15px auto;
	padding: 8px 10px 5px 10px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
	border-bottom: #79cfe1 solid 2px;
	border-left: #e3e3e3 solid 1px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
	background: #f2fdff;
}

/* h4 */
.h4_basic {
	margin: 0 10px 15px 0;
	padding: 0 0 0 17px;
	font-size: 108%;
	font-weight: bold;
	border-bottom: #e3e3e3 solid 2px;
	background: url(/img/common/icon02.gif) 2px 3px no-repeat;
}

/* テキストbox -------------------- */
.box {
	padding: 0 15px 50px 15px;
	clear: both;
}

.box p {
	padding: 0 10px;
}

/*テキストエリア*/
.txtarea,
.txtarea_br {
	padding: 0 10px;
}

.txtarea_br p {
	margin-bottom: 10px;
}

.txtarea02 {
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
}

/*※用*/
.asterisk_box {
	padding-right: 20px;
	padding-left: 20px;
}

.asterisk_box01 {
	padding-right: 10px;
	padding-left: 10px;
}

/* タイトル -------------------- */
.ttl01 h1 {
	width: 900px;
	margin: 0 auto;
}

.ttl02_block {
	margin: 0 0 25px 0;
	padding: 0;
	background: url(/img/common/ttl02_ct.jpg) left center no-repeat;
	clear: both;
}

.ttl02_box {
	padding-bottom: 20px;
	background: url(/img/common/ttl02_ft.jpg) left bottom no-repeat;
}

.ttl02_inner {
	padding: 20px 30px 0 30px;
	background: url(/img/common/ttl02_top.jpg) left top no-repeat;
	font-size: 123.1%;
	font-weight: bold;
}

.ttl02_inner h2 span {
	font-size: 100%;
	font-weight: normal;
	color: #777;
}

.ttl03_block {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(/img/common/ttl03_bg.gif) left center repeat-x;
	clear: both;
}

.ttl03_inner {
	padding: 10px 15px;
	background: url(/img/common/ttl03_top.gif) left top repeat-x;
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px solid #f3f3f3;
}

.ttl04_block {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(/img/common/ttl04_ft.gif) left bottom no-repeat;
	clear: both;
}

.ttl04_inner {
	padding: 0 20px 10px 20px;
	background: url(/img/common/ttl04_icon.gif) 5px 5px no-repeat;
	font-weight: bold;
}

.ttl05_block {
	background: url(/img/common/ttl03_top.gif) left bottom repeat-x;
	padding: 0 4px 12px;
	font-size: 116%;
	margin: 0 0 25px 0;
}

.ttl05_block span {
	font-size: 85%;
	color: #777;
	font-weight: normal;
}

/* ページアップ -------------------- */
.pagetop {
	width: 930px;
	margin: 0 auto 10px auto;
	text-align: right;
	clear: both;
	position: sticky;
    top: calc(100vh - 135px);
}

/*テーブル*/
table.format_table01 {
	margin-bottom: 20px;
	width: 100%;
}

table.format_table01 th {
	padding: 15px 10px;
	background: url(/img/common/table01_th_line.gif) left bottom repeat-x;
	font-weight: bold;
	text-align: left;
	border-right: 10px solid #fff;
	width: 70px;
}

table.format_table01 td {
	padding: 15px 10px;
	background: url(/img/common/table01_td_line.gif) left bottom repeat-x;

}

/*お知らせエリア*/
.info ul li {
	background: url(/img/common/line_dot_01.gif) left bottom repeat-x;
	padding: 12px 10px;
}

.info ul div {
	display: inline-block;
	vertical-align: top;
}

.info ul .date {
	font-size: 93%;
	padding-right: 20px;
}

.info ul .date + div {
	width: 75%;
}

.info ul div.icon_new {
	margin-top: 2px;
}

/* ●[11]東京海上共通header -------------------- */
/* ==================================================
01.Common
================================================== */
/* clearfix */
#tbgcHeaderInner {
	*zoom: 1;
}

#tbgcHeaderInner:before,
#tbgcHeaderInner:after {
	display: table;
	content: '';
}

#tbgcHeaderInner:after {
	clear: both;
}

/* ==================================================
02.Foundation
================================================== */
#tbgcHeader,
#tbgcFooter {
	color: #333;
	font-size: 14px;
	line-height: 1.3;
}

#tbgcHeader,
#tbgcHeader input,
#tbgcFooter {
	font-family: "ゴシックMB101 M", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

:lang(en) #tbgcHeader,
:lang(en) #tbgcHeader input,
:lang(en) #tbgcFooter {
	font-family: Univers, Arial, sans-serif;
}

#tbgcHeader *,
#tbgcFooter * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tbgcHeader img,
#tbgcFooter img {
	vertical-align: sub;
	border: none;
}

#tbgcHeader a,
#tbgcFooter a {
	color: #004E80;
}

#tbgcHeader a:hover,
#tbgcFooter a:hover {
	text-decoration: none;
}

#tbgcHeaderInner input {
	border: 1px solid #CCC;
	padding: 7px 7px 6px 7px;
}

@media only screen and (max-width: 980px) {
	body.rwd {
		min-width: inherit;
	}
}

/* ==================================================
03_Structure
================================================== */
/* Header */
#tbgcHeader {
	min-width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

#tbgcHeaderInner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 12px;
	background: #FFF;
	font-size: 12px;
	position: relative;
}

#tbgcHeaderBland {
	text-align: right;
	margin: 0 auto;
	padding: 2px 0 0;
	background-color: #0074CC;
	background: -webkit-gradient(linear, left top, right top, from(#00B3FE), to(#003399));
	background: -moz-linear-gradient(left, #00B3FE, #003399);
	background: -ms-linear-gradient(left, #00B3FE, #003399);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";
}

#tbgcHeaderBland img {
	display: block;
	margin-left: auto;
	width: 137px;
	height: 12px;
}

#tbgcHeaderLogo {
	margin: 10px 0 0;
	float: left;
	width: 355px;
	height: 57px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

#tbgcHeaderLogo a {
	padding: 10px 20px;
	display: block;
	vertical-align: bottom;
}

#tbgcHeaderLogo img {
	width: 100%;
}

#tbgcHeaderUtility {
	float: right;
	margin: 20px 10px 0 -450px;
	width: 100%;
	max-width: 605px;
	text-align: right;
}

#tbgcHeaderUtility li {
	padding: 10px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#tbgcHeaderUtility li a {
	display: inline-block;
	padding: 1px 10px;
	color: inherit;
	text-decoration: none;
}

#tbgcHeaderUtility li a:hover {
	text-decoration: underline;
}

#tbgcHeaderUtility li.line {
	border-left: 1px solid #CCC;
	margin: 0 0 0 8px;
	padding: 0 0 0 10px;
}

#tbgcHeader.noSearch #tbgcHeaderUtility {
	margin: 20px 10px 0 -450px;
}

/* pc */
@media only screen and (max-width: 980px) {
	body.rwd #tbgcHeaderInner {
		width: 100% !important;
	}

	body.rwd #tbgcHeaderLogo a {
		padding: 10px !important;
		width: auto;
	}

	body.rwd #tbgcHeaderUtility {
		margin: 0 10px 0 0;
		width: auto;
	}
}

/* ●[12]東京海上共通footer -------------------- */
#tbgcFooter {
	min-width: 980px;
	margin: 0 auto;
	position: sticky;
    top: 100vh;
}

#tbgcFooterUtility {
	margin: 0 auto;
	text-align: center;
	background-color: #0074CC;
	border: 1px solid #FFF;
	border-width: 1px 0;
}

#tbgcFooterUtility > ul {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

#tbgcFooterUtility > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#tbgcFooterUtility > ul > li.line {
	position: relative;
	padding-left: 5px;
}

#tbgcFooterUtility > ul > li.line:before {
	top: 50%;
	left: 0;
	width: 1px;
	height: 1.2em;
	content: "";
	margin-top: -0.6em;
	background: #FFF;
	position: absolute;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#tbgcFooterUtility > ul > li a {
	color: #FFF;
	display: block;
	padding: 13px 12px 12px;
	font-size: 12px;
	text-decoration: none;
}

#tbgcFooterUtility > ul > li a:hover {
	text-decoration: underline;
}

#tbgcFooterUtility > ul > li a img {
	margin-left: 4px;
}

#tbgcFooterInfo {
	margin: 0 auto;
	background-color: #0074CC;
	background: -webkit-gradient(linear, left top, right top, from(#00B3FE), to(#003399));
	background: -moz-linear-gradient(left, #00B3FE, #003399);
	background: -ms-linear-gradient(left, #00B3FE, #003399);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B3FE', endColorstr='#003399', GradientType=1)";
	position: relative;
	height: 100%;
	overflow: hidden;
}

#tbgcFooterGroup {
	max-width: 1020px;
	margin: 0 auto;
	padding: 27px 20px 0;
}

#tbgcFooterGroup img {
	width: 148px;
	height: 17px;
}

#tbgcFooterBland {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-top: 16px;
	padding-right: 134px;
}

#tbgcFooterBland:after {
	content: url(/img/common/footer_bland_02.png);
	width: 116px;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#tbgcFooterBland img {
	width: 239px;
	height: 25px;
}

#tbgcFooterCopy {
	font-size: 10px;
	color: #FFF;
	text-align: right;
	padding: 0 140px 5px;
	margin: -1px 0 0;
}
.text-icon{
	background:#f86f04;
	color:#fff;
	font:7px Tahoma, Geneva, sans-serif;
	border-radius:2px;
	padding:2px 3px;
	margin:0 7px;
}
.pagetop a{
	display: inline-block;
	width: 70px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/img/common/totop_on.gif);
}
.pagetop a:hover img {
	opacity: 0;
}


/* リンクボタン */
.btn_arrow {
	width: 100%;
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	color: #333 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 60px;
    box-sizing: border-box;
	background-image: url(/img/common/ico_arrow.png), linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #f6f6f6 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: right 20px top 27px, center top;
	background-size: 25px 25px, 100% 160px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.1), 0px 0px 0px 2px #fff inset;
	transition: .3s all;
}
.btn_arrow:hover {
	text-decoration: none;
	background-position: right 20px top 27px, center bottom;
}
.btn_arrow_sm {
	height: 55px;
	font-size: 16px;
	font-weight: bold;
	color: #333 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 60px;
    box-sizing: border-box;
	background-image: url(/img/common/ico_arrow.png), linear-gradient(to bottom, #fff 0%, #f6f6f6 50%, #f6f6f6 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: right 10px top 20px, center top;
	background-size: 15px 15px, 100% 160px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.1), 0px 0px 0px 2px #fff inset;
	transition: .3s all;
}
.btn_arrow_sm:hover {
	text-decoration: none;
	background-position: right 10px top 20px, center bottom;
}

