@charset "UTF-8";

/*========================================

	東京海上ミレア少額短期保険株式会社

	skin_plus.css
	Recent Edit | 2018.10.11

	[0]共通パーツ

========================================*/

/* ●[0]共通パーツ -------------------- */
/* ●clearfix */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE ¥*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* */

/* △ここまではclearfix基本セット。あとは任意で */

/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/

/* ●clear */
.clear {
	clear: both;
}

/*----------------------------------------------------*/

#container {
	width: 100%;
	padding-top: 4px;
}

#pan {
	width: 910px;
	margin: 0 auto;
	padding: 12px 0 10px;
}

#contents {
	width: 916px;
	margin: 30px auto 30px auto;
	padding: 0 15px 0 12px;
	clear: both;
}

/* ●right_side  */
#submenu_block {
	margin: 5px 0 0 0;
	width: 235px;
	float: right;
}

#submenu_hd {
	width: 235px;
	height: 10px;
	background: url(/common/img/submenu_hd.gif) bottom center no-repeat;
}

#submenu {
	text-align: center;
	padding: 10px;
	background: #ebebeb;
	border-radius: 6px;
}

#submenu ul {
	width: 215px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}

#submenu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu ul li.mb10 {
	margin-bottom: 10px;
}

#submenu_ft {
	width: 235px;
	height: 10px;
	background: url(/common/img/submenu_ft.gif) top center no-repeat;
}

.submenu_line {
	width: 215px;
	height: 2px;
	margin: 10px auto;
	background: url(/img/top/s_menu_line.gif) left center no-repeat;
}

/* ●left_side  */
#main {
	width: 663px;
	float: left;
}

#main p {
	padding: 0;
	margin: 0;
}

#main p img {
	/*width: 100%;*/
	margin: 0;
	padding: 0;
}

#main .btn_box {
	position: relative;
}

#main .btn_box p.btn01 {
	position: absolute;
	top: 180px;
	left: 180px;
}

#main .btn_box p.btn01 img,
#main .btn_box p.btn02 img {
	width: 281px;
	height: 61px;
}

#main .btn_box p.btn02 {
	position: absolute;
	top: 140px;
	left: 180px;
}

.pageup {
	width: 910px;
	margin: 0 auto 10px auto;
	text-align: right;
	clear: both;
}

img {
	border: none;
	outline: none;
}

/* ●[1]商品案内 -------------------- */
#oheya_block .box01 img {
	width: 100%;
	height: auto;
}

/* ●submenu -------------------- */
#submenu_block {
	margin: 5px 0 0 0;
	width: 235px;
	float: right;
}

#submenu_hd {
	width: 235px;
	height: 10px;
	background: url(/img_common/submenu_hd.png) bottom center no-repeat;
}

#submenu_ft {
	width: 235px;
	height: 10px;
	background: url(/img_common/submenu_ft.png) top center no-repeat;
}

#submenu ul {
	width: 215px;
	margin: 0 auto;
	border-top: #d3d3d3 solid 1px;
}

#submenu ul a {
	display: block;
}

#submenu ul a[data-lnavi-class="plus_index"] {
	background-image: url(/plus/img/s_menu01_on.gif);
}

#submenu ul a[data-lnavi-class="plus_contractant"] {
	background-image: url(/plus/img/s_menu02_on.gif);
}

#submenu ul a[data-lnavi-class="plus_keiyakusya"] {
	background-image: url(/plus/img/btn_side_login_on.png);
}

#submenu ul a[data-lnavi-class="plus_tetsuduki"] {
	background-image: url(/plus/img/s_menu05_on.gif);
}

#submenu ul a[data-lnavi-class="plus_jiko"] {
	background-image: url(/plus/img/s_menu06_on.gif);
}

#submenu ul a:hover img,
body[data-lnavi-class="plus_index"] #submenu ul a[data-lnavi-class="plus_index"] img,
body[data-lnavi-class="plus_tetsuduki"] #submenu ul a[data-lnavi-class="plus_tetsuduki"] img {
	opacity: 0;
}

/* ●main -------------------- */
#main {
	width: 663px;
	float: left;
}

.box01 {
	padding-right: 15px;
	padding-left: 15px;
}

/* ●商品紹介 -------------------- */
.pdf_link {
	margin: 0 20px 20px 20px;
}

.pdf_link li {
	padding: 15px 5px 15px 25px;
	background: url(/img_common/icon_pdf.gif) left center no-repeat;
	font-weight: bold;
	border-bottom: #ccc dotted 1px;
}

/* ●[1]各種お手続き -------------------- */

.keiyaku_block {
	clear: both;
	overflow: hidden;
}

.keiyaku_icon {
	float: left;
	padding: 8px;
}

.keiyaku_icon:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: “alpha(opacity=70) ”;
}

.keiyaku_text {
	position: relative;
	background: #fff;
	border: 1px solid #c8c8c8;
	margin: 14px 0;
	padding: 20px;
	width: 570px;
	font-size: 13px;
	border-radius: 10px;
	float: right;
}

.keiyaku_text:after,
.keiyaku_text:before {
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.keiyaku_text:after,
.keiyaku_text:before {
	right: 100%;
}

.keiyaku_text:after {
	border-color: rgba(255, 255, 255, 0);
	border-width: 15px;
	margin-top: -15px;
}

.keiyaku_text:after {
	border-right-color: #fff;
}

.keiyaku_text:before,
.keiyaku_text:before {
	border-color: rgba(200, 200, 200, 0);
	border-width: 16px;
	margin-top: -16px;
}

.keiyaku_text:before {
	border-right-color: #c8c8c8;
}

#ind_block {
	margin: 20px 0 20px 12px;
	clear: both;
}

#ind_block li {
	width: 420px;
	margin: 0 26px 10px 0;
	float: left;
}

#ind_block .keiyaku_area {
	float: left;
	width: 420px;
	margin-right: 26px;
}

#ind_block ul li a:hover img {
	opacity: 0.6;
}

/* ●[2]もし事故が起こったら -------------------- */

.jiko_btn {
	padding: 0 0 0 60px;
	clear: both;
}

.jiko_btn li {
	margin: 0 2px;
	float: left;
}

/* ●[3]保険金お支払いまでの流れ -------------------- */

.shi_zu {
	margin: 50px auto 0 auto;
	text-align: center;
}

.shi_zu01,
.shi_zu02 {
	margin: 50px auto 0 auto;
	text-align: center;
	position: relative;
}

.shi_zu01 .btn_area {
	position: absolute;
	top: 296px;
	right: 95px;
}

.shi_zu02 .btn_area {
	position: absolute;
	top: 316px;
	right: 41px;
}

/* ●[4]各種手続きについて -------------------- */
.tetuduki_btn {
	margin: 30px 0 0 0;
	text-align: center;
}

.tetuduki_step {
	border-top: #ccc dotted 1px;
	text-align: left;
	width: 633px;
	margin: 0 auto 30px;
}

.tetuduki_step02 {
	width: 633px;
	margin: 30px auto 40px auto;
	border-bottom: #ccc dotted 1px;
	text-align: left;
}

.tetuduki_line_none {
	border-top: none !important;
}

.tetuduki_step ul {
	padding: 10px 5px;
	border-bottom: #ccc dotted 1px;
	clear: both;
}

.tetuduki_step02 ul {
	padding: 10px 5px;
	border-top: #ccc dotted 1px;
	clear: both;
}

.tetuduki_step li,
.tetuduki_step02 li {
	float: left;
}

.tetuduki_step_no {
	width: 77px;
}

.tetuduki_step_text {
	width: 500px;
	padding-top: 5px;
}

/* ●[5]Webサービスに関するよくある質問 -------------------- */
.faq_box {
	margin: 0 10px;
	padding: 5px 0 20px 0;
	border-bottom: #e3e3e3 dotted 1px;
	clear: both;
}

.fqa_ttl {
	margin: 0 0 10px 0;
	background: url(/contractant/img/ttl_q_bg.gif) left top repeat-y;
}

.fqa_ttl li {
	float: left;
}

.fqa_ttl .icon {
	width: 45px;
	margin: 0 5px 0 0;
}

.fqa_ttl .ttl {
	width: 517px;
	padding: 6px 0 2px 0;
	font-weight: bold;
}

.faq_box ul {
	clear: both;
}

.faq_box li {
	float: left;
}

.fqa_a {
	width: 43px;
	margin-right: 10px;
}

.fqa_text {
	width: 507px;
}

.fqa_text img {
	margin: 2px 3px 0 3px;
}

/*テーブル*/
table.tetuduki_table,
table.tetuduki_table02 {
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

.tetuduki_table th {
	width: 120px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: url(/img_common/table_bg.gif);
	padding: 10px;
	text-align: center;
}

.tetuduki_table td {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
}

table.tetuduki_table02 {
	width: 633px;
	margin: 20px auto 15px auto;
}

.tetuduki_table02 th {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: url(/img_common/table_bg.gif);
	padding: 5px 10px;
	text-align: center;
}

.tetuduki_table02 td {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 5px 10px;
}

.tetuduki_table th img {
	margin: 5px 0 5px 0;
}

.tetuduki_bg {
	background: #f8f0f8;
}

/* ●[5]現場急行サービス -------------------- */

/*テーブル*/
table.kyuko_table {
	margin: 0 0 5px 0;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

.kyuko_table th {
	width: 50%;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: url(/img_common/table_bg.gif);
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.kyuko_table td {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
}

/*注意*/
.kyuko_linebox {
	margin: 30px auto 0;
	padding: 10px 10px;
	border: #d73bc6 solid 1px;
	background: #f8f0f8;
}

.kyuko_linebox02 {
	width: 495px;;
	margin-left: 5px;
	padding: 10px 10px;
	border: #d73bc6 solid 1px;
	background: #f8f0f8;
	clear: both;
}

.kyuko_tyui {
	margin: 30px 10px 0 10px;
}

p.tyui {
	font-size: 108%;
	font-weight: bold;
	padding: 0;
	color: #d73bc6;
}

/*図*/
.kyuko_zu {
	margin: 30px 0;
	text-align: center;
}

/*フォントカラー*/
.txt_blue01 {
	color: #5cc8e1;
}

/*手続きの流れ*/
.tetuduki_download {
	width: 621px;
	margin: 0 auto 40px;
	padding: 10px;
	border-right: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
	border-left: #ccc dotted 1px;
	clear: both;
}

.tetuduki_download p {
	margin-left: 0;
	padding-left: 0;
}

.tetuduki_download .asterisk {
	text-indent: -1em;
	padding-left: 1em;
}

/* 異動・解約等の手続き */
.tetuduki_h4 {
	width: 633px;
	margin: 0 auto;
	padding: 3px 5px 1px 5px;
	color: #fff;
	background: #e450c8;
	/*border-bottom: #ccc solid 1px;*/
	font-weight: bold;
	clear: both;
}

.tetuduki_text {
	margin-left: 15px;
	clear: both;
}

.tetuduki_btn {
	margin-top: 0;
	margin-bottom: 20px;
}

.tetuduki_h5 {
	margin-bottom: 10px;
	font-weight: bold;
}

.tetuduki_h6 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: #aaa dotted 1px;
	clear: both;
}

.tetuduki_h6 h5 {
	padding: 2px 10px 0 5px;
	border-left: #d73bc6 solid 3px;
	font-size: 100%;
}

.freedial_img {
	margin: 2px 2px 0 2px;
}

.kyuko_linebox_list {
	margin: 0 10px;
	clear: both;
}

.kyuko_linebox_list dl {
	margin-bottom: 10px;
}

.kyuko_linebox_list dt {
	width: 35px;
	float: left;
}

.kyuko_linebox_list dd {
	width: 530px;
	float: left;
	margin-left: 0;
}

.contact_text_tetuduki {
	width: 450px;
	float: right;
}

.tetuduk_textbox {
	margin-left: 35px;
	clear: both;
}

.h2_basic {
	margin: 0 auto 15px auto;
	padding: 8px 10px 5px 10px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
	border-bottom: #d73bc6 solid 2px;
	border-left: #e3e3e3 solid 1px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
	background: #f8f0f8;
}

.red01 {
	color: #d73bc6;
}

#container {
	width: 100%;
	padding-top: 4px;
	background: url(/plus/img/contatiner_bg.gif) left top repeat-x;
	clear: both;
}

#pan {
	width: 910px;
	margin: 0 auto;
	padding: 12px 0 10px;
}

#contents {
	width: 916px;
	margin: 30px auto 30px auto;
	padding: 0 15px 0 12px;
	clear: both;
}

/* ページアップ */
.pageup {
	width: 910px;
	margin: 0 auto 10px auto;
	text-align: right;
	clear: both;
}

h1 {
	margin: 0;
}

h3 {
	background: #f8f0f8;
	margin: 0 auto 15px auto;
	padding: 8px 10px 5px 10px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
	border-bottom: #d73bd6 solid 2px;
	border-left: #e3e3e3 solid 1px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
}

.pink01 {
	color: #d73bd6;
}

.tetuduki_step li,
.tetuduki_step02 li {
	float: left;
	list-style: none;
}

.tetuduki_step_no {
	width: 77px;
}

#main .asterisk {
	text-indent: -1em;
	padding-left: 1em;
}

/* ● 汎用マージン・パディング */

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr05 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.align_c {
	text-align: center;
}
.font_b {
	font-weight: bold
}