<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";


/*------------------------------------------------
  レイアウト・コンテナ関連
------------------------------------------------*/

html,body{
    font-size: inherit;
}
#wrapper {
	overflow: hidden;
	
}

body#episode {
	
}
body#episode #wrapper {

}
.pc_only{
    display: none;
}
.sp_only{
   display: show; 
}


/*ヘッダー*/



/*グローバルナビ*/

/*パンくず*/
.breadcrumb{
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 0.8em;
}
.breadcrumb_elem{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.breadcrumb_elem a{
    text-decoration: underline;
}
.breadcrumb_elem 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);
}

/*コンテンツエリア*/
#main {
	margin:0 auto;
	padding-bottom:30px;
	width:100%;
}
#contentsArea {
	padding: 0 20px;
    font-size: 13px;
}
.pageTitle_wrapper{
    /*background-color: #FFEFBD;*/
    padding: 8px 0;
    background: url(../images/pageTitle_bg.png) left center repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pageTitle{
    font-size: 18px;
    font-weight: bold;
    background-color: #fffadd;
    border: 3px solid #fff;
    border-left: none;
    border-right: none;
    padding: 10px 20px;
}
.common_h2,
.common_h3{
    padding: 10px 20px;
    background-color: #F0f0F0;
    border-bottom: 3px solid #70B24F;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;    
}
.common_h2 h2,
.common_h3 h3{
    margin-bottom: -3px;
    font-size: 16px;
    font-weight: bold;
}
.bgh2{
    background: url(../../common_images/title_bg01.gif) repeat-x bottom;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 6px;
    min-height: 30px;
    height: auto !important;
    line-height: 30px;
    border-left: 6px solid #87bc61;
}
.bgh3{
    /*background-image: url(../../common_images/title_bg02.gif);*/
    background-image: url(../images/common/ttl_icon_green.png);
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: auto;
    background-size: 25px auto;
    /*text-indent: 25px;*/
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    min-height: 25px;
    height: auto !important;
    border-bottom: 1px solid #ccc;
}
.common_table table,
.common_table th,
.common_table td{
    border-collapse: collapse;
    border:1px solid #D1D1D1;   
}
.common_table table{
    width: 100%;
}
.common_table th,
.common_table td{
    padding: 15px;   
}
.table_format,
.table_format2{
   border: 1px solid #DBD3C5; 
}
.table_format th,
.table_format td,
.table_format2 td{
    display: block;
    padding: 5px 10px;
}
.table_format th,
.table_format td:first-child,
.table_format2 td:first-child{
    font-weight: bold;
    background-color: #f0f0f0;
}
.red{
    color: #f00;
}

/*フッター*/

/*------------------------------------------------
  コンテンツエリア汎用
------------------------------------------------*/
#contentsArea.noPadding{
    padding: 0;
}

/*フリーダイヤル下注意文言・全ページ共通*/

/*------------------------------------------------
  トップページ独自エリア別スタイル
------------------------------------------------*/


/*スライダー*/




/*------------------------------------------------
  エピソードページ独自スタイル
------------------------------------------------*/




/*------------------------------------------------
  下層ページ独自スタイル（コメントで区切って記述）
------------------------------------------------*/

/*保険一覧*/
.insurance_wrapper h3{
    font-size: 16px;
    font-weight: bold;
}
.insurance_wrapper .selectContents ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    text-align: center;
}
.insurance_wrapper .accordion_onoff{
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 100px;
    width: 35%;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-align: left;
}
.insurance_wrapper .accordion_onoff span{
    font-weight: bold;
}
.insurance_wrapper .accordion_onoff::before{
/*    content: "+";
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px 0;*/
    content: "";
    display: block;
    background-color: #4a4a4a;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 12px;
    right: 15px;
    margin-top: -6px;
}
.insurance_wrapper .accordion_onoff::after{
/*    content: "+";
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px 0;*/
    content: "";
    display: block;
    background-color: #4a4a4a;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    right: 10px;
    margin-top: -1px;
}
.insurance_wrapper .accordion_onoff.open::before{
    background-color: transparent;
}
.insurance_wrapper .accordion_onoff.open::after{
    background-color: #fff;
}
.insurance_wrapper .accordion_onoff.accordion_insurance{
    background-color: #E4F5E2;
    border: 2px solid #72B244;
}
.insurance_wrapper .accordion_onoff.accordion_insurance.open{
    background-color: #72B244;
    color: #fff;
}
.insurance_wrapper .accordion_onoff.accordion_company{
    background-color: #FFF2CF;
    border: 2px solid #FFB21E;
}
.insurance_wrapper .accordion_onoff.accordion_company.open{
    background-color: #FFB21E;
    color: #fff;
}
.insurance_wrapper .accordionContents{
    display: none;
    background-color: #E9E9E9;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.insurance_wrapper .accordionContents ul{
    background-color: #fff;
    border-radius: 10px;
}
.insurance_wrapper .accordionContents ul li{
    padding: 10px 15px;
    border-bottom: 2px solid #E9E9E9;
}
.insurance_wrapper .tabContents.open{
    /*display: block;*/
}
.insurance_wrapper .loadContentsArea{
    margin: 20px 0 30px;
}
.insurance_wrapper .loadContent_wrapper{
    margin-bottom: 15px;
}
.insurance_wrapper .companyTitle{
    padding: 10px 15px;
    background-color: #72B244;
}
.insurance_wrapper .companyTitle h3{
    color: #fff;
}
.insurance_wrapper .list{
    border: 1px solid #72B244;
    margin-bottom: 5px;
}
.insurance_wrapper .list_flexbox{
/*    display: -webkit-flex;
    display: flex;*/
    padding: 10px;
}
.insurance_wrapper .list_left{
    text-align: center;
    margin-bottom: 10px;
}
.insurance_wrapper .list_left img{
    max-width: 80%;
}
.insurance_wrapper .list_right{
    padding: 0 10px;
}
.insurance_wrapper .hokenName{
    color: #70B151;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.insurance_wrapper .price span{
    color: #f00;
} 
.insurance_wrapper .boxtex{
    font-size: 0.8em;
}
.insurance_wrapper .insuranceCode{
    margin-bottom: 10px;
}
.insurance_wrapper .insuranceCode span{
    color: red;
}
.insurance_wrapper .list_bottom{
    padding: 15px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    background-color: #FFFADE;
    text-align: center;
}
.insurance_wrapper .button{
    border-radius: 5px;
    padding: 10px 20px 10px 10px;
    margin: 0 5px;
    min-width: 100px;
    width: 60%;
    color: #fff;
    font-weight: bold;
    font-style: 12px;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content:         center;
    -webkit-align-items: center;
    align-items: center;
}
.insurance_wrapper .button::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -0.5em;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}
.insurance_wrapper .button[href=""]{
    display: none;
}
.insurance_wrapper .button span{
    display: inline-block;
    font-weight: bold;
}

.insurance_wrapper .button-request{
    border: 1px solid #d00c07;
    background: #ea3637;
    background: -moz-linear-gradient(top, #ea3637 0%, #cc0500 100%);
    background: -webkit-linear-gradient(top, #ea3637 0%,#cc0500 100%);
    background: linear-gradient(to bottom, #ea3637 0%,#cc0500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3637', endColorstr='#cc0500',GradientType=0 );
}
.insurance_wrapper .button-request.normal{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.insurance_wrapper .button-application{
    border: 1px solid #f66f00;
    background: #ff9600;
    background: -moz-linear-gradient(top, #ff9600 0%, #f66e00 100%);
    background: -webkit-linear-gradient(top, #ff9600 0%,#f66e00 100%);
    background: linear-gradient(to bottom, #ff9600 0%,#f66e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9600', endColorstr='#f66e00',GradientType=0 );
}
.insurance_wrapper .aflac .button-application{
    border: 1px solid #24964b;
    background: #2fbc60;
    background: -moz-linear-gradient(top, #2fbc60 0%, #24964b 100%);
    background: -webkit-linear-gradient(top, #2fbc60 0%,#24964b 100%);
    background: linear-gradient(to bottom, #2fbc60 0%,#24964b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbc60', endColorstr='#24964b',GradientType=0 );
}
.insurance_wrapper .button-application.normal{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.insurance_wrapper .approvalNumber{
}

.insurance_wrapper .bnrtel{
    margin-bottom: 30px;
}
.insurance_wrapper .bnrtel img{
    margin-bottom: 5px;
}

.insurance_wrapper .guidance_title{
    padding: 15px 20px;
    background-color: #DFF1BD;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
    border-left: 5px solid #71b244;
    position: relative;
}
.insurance_wrapper .guidance_title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 28px solid transparent;
    border-left: 10px solid #7a0;
}
.insurance_wrapper .guidance_title h3{
    background: url(../images/title_leaf.png) left center no-repeat;
    background-size: contain;
    padding-left: 40px;
}
.insurance_wrapper .guidance_flow table{
    width: 100%;
    margin-bottom: 10px;
}
.insurance_wrapper .guidance_flow th{
    background-color: #FFFADE;
}
.insurance_wrapper .pushNumber{
    background-color: #FFB231;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 20px;
    border-radius: 6px;
}
.insurance_wrapper .attention dd{
    text-indent: -1em;
    margin-left: 1em;
}
.insurance_wrapper .guidance{
    margin-bottom: 30px;
}
.insurance_wrapper .agency{
    margin-bottom: 30px;
}
.insurance_wrapper .agency_title{
}
.insurance_wrapper .agency_title h3{
}
.insurance_wrapper .agency_box{
    border: 1px solid #D1D1D1;
    padding: 10px;
    margin-bottom: 10px;
}
.insurance_wrapper .agency_box dt{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.insurance_wrapper .underwriting_company th{
    width: 80px;
}
.insurance_wrapper .underwriting_company a{
    text-decoration: underline;
}
.insurance_wrapper .underwriting_company{
    margin-bottom: 10px;
}
.insurance_wrapper .link_scroll,
.insurance_wrapper .prev_arrow-down{
    padding-left: 20px;
    position: relative;
    display: block;
}
.insurance_wrapper .link_scroll::before,
.insurance_wrapper .prev_arrow-down::before{
    content: "";
    position: absolute;
    left: 4px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 4px solid transparent;
    top: 50%;
}
.insurance_wrapper .link_scroll::before{
    border-left: 6px solid #000;
    margin-top: -6px;
}
.insurance_wrapper .prev_arrow-down::before{
    border-top: 6px solid #000;
    margin-top: -3px;
}
/*よくあるご質問*/
.qa_wrapper .section_qa{
    overflow: visible;
}
.qa_wrapper .qaTitle_wrapper{
    background-color: #FFB20A;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
    width: 80%;
}
.qa_wrapper .qaTitle{
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0 10px 20px;
    color: #fff;
}
.qa_wrapper .qalist dt,
.qa_wrapper .qalist dd{
    padding: 10px 50px;
    border-top: 1px solid #ccc;
    position: relative;
}
.qa_wrapper .qalist dd{
    display: none;
}
.qa_wrapper .qalist dt::before{
    content: "Q.";
    position: absolute;
    left: 20px;
    top:10px;
    color: #6BAF3F;
    font-size: 14px;
    font-weight: bold;
}
.qa_wrapper .qalist dd::before{
    content: "A.";
    position: absolute;
    left: 20px;
    top: 10px;
    color: #FEB10A;
    font-size: 14px;
    font-weight: bold;
}
.qa_wrapper .qalist dt span::before{
    content: "";
    display: block;
    background-color: #6BAF3F;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 12px;
    right: 25px;
    margin-top: -6px;
}
.qa_wrapper .qalist dt span::after{
    content: "";
    display: block;
    background-color: #6BAF3F;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    right: 20px;
    margin-top: -1px;
}
.qa_wrapper .qalist dt.open{
    background-color: #f0f0f0;
}
.qa_wrapper .qalist dt.open span::before{
    background-color: transparent;
}
.qa_wrapper .qalist{
    border-bottom: 1px solid #ccc;
}


/*ご契約について*/
.contract_wrapper .attention{
    margin-top: 20px;
}
.contract_wrapper .attention dt{
    font-weight: bold;
    margin-bottom: 5px;
}
.contract_wrapper .attention dd{
    text-indent: -1em;
    margin-left: 1em;
}
.contract_wrapper .attention dd:first-of-type{
    text-indent: 0;
    margin-left: 0;
}
.contract_wrapper .contract_flow{
    text-align: center;
}
.contract_wrapper .contract_flow li{
    padding-bottom: 30px;
    position: relative;
}
.contract_wrapper .contract_flow li:not(:last-child)::after{
    content: "";
    position: absolute;
    box-sizing: border-box;
    bottom: -15px;
    left: 50%;
    margin-left: -1.5em;
    border: 20px solid transparent;
    border-top: 20px solid #FEA83A;
}
.contract_wrapper .contract_flow li.flow_pink::after{
    border-top: 20px solid #FD7AE0;
}

/*保険推奨販売方針*/


/*勧誘方針*/
.policy_wrapper .btmline p{
    text-indent: -1em;
    margin-left: 1em;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box &gt; #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 2px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	margin: 8px 0;
}
.info .marker {
	width:500px;
	margin:20px auto 0 auto;
}
.info .marker dl.list {
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.info .marker dd {
	margin:0px;
	float:left;
}

dl.voice {
	width:720px;
	overflow:hidden;
	margin:0 auto 0 auto;
	padding:5px 5px 3px 0px;
	background-color:#FFFCF7;
}
dl.voice dd {
	width:98%;
	margin:0 5px 5px 5px;
	padding:5px 5px 8px 5px;
	border-bottom: #A75A5A dotted 1px;
}
dl.voice02 {
	width:700px;
	text-align:left;
	overflow:hidden;
	margin:0 auto 0 auto;
	padding:5px 5px 3px 0px;
	background-color:#FFFCF7;
}
dl.voice02 dt {
	font-weight:bold;
	margin:5px 5px 0px 5px;
	padding:0 5px 0px 5px;
}
dl.voice02 dd {
	margin:0px 5px 10px 5px;
	padding:5px 15px 10px 15px;
	border-bottom: #A75A5A dotted 1px;
}


/*------lightBox CSS end------*/

/*------------------------------------------------
  episode
------------------------------------------------*/
#episode #contentsArea{
	width: 100%;
	padding: 0 0 16vw 0;
	background: url(../episode/images/episode_bg.gif) top left repeat;
}
#episode #contentsArea h3 {
	width: 100%;
	position: relative;
}
#episode #contentsArea h3 span {
	width: 100%;
	font-size: 3.733333333333333vw;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
}
#episode #contentsArea #epiindex {
	width: 100%;
	margin-top: -4.8vw;
}
#episode #contentsArea #epiindex li:nth-of-type(1) {
	width: 66.93333333333333vw;
	margin: 0 auto 0 auto;
}
#episode #contentsArea #epiindex li:nth-of-type(2) {
	width: 71.46666666666667vw;
	margin: 3.733333333333333vw auto 0 auto;
}
#episode #contentsArea #epiindex li:nth-of-type(3) {
	width: 66.93333333333333vw;
	margin: 4vw auto 0 auto;
}
#episode #contentsArea #epiindex li:nth-of-type(4) {
	width: 70vw;
	margin: 3.733333333333333vw auto 0 auto;
}
#episode #contentsArea #epiindex li a {
	width: 100%;
	display: block;
}
#episode #contentsArea .bnrBottom {
	width: 94%;
	margin: 16vw auto 0 auto;
}
#episode .inner {
	width: 94%;
	margin: 3.733333333333333vw auto 0 auto;
}
#episode .inner .detail{
	width: 90%;
	margin: 0 auto;
	background: #ffffff;
	padding: 5%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#episode .inner .detail p.text{
	font-size: 3.733333333333333vw;
	margin-bottom: 8vw;
}
#episode .btn {
	width: 90%;
	margin: 8vw auto 3.733333333333333vw auto;
}
#episode .btn a {
	display: block;
	font-size: 5.333333333333333vw;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	background: url(../episode/images/ico_arrow.gif) 95% 50% no-repeat #71b244;
	background-size: 6px auto;
	border-radius: 10px;
	padding: 16px;
	font-weight: bold;
}
#episode .list {
	width: 90%;
	margin: 0 auto 3.733333333333333vw auto;
}
#episode .list li {
	font-size: 3.733333333333333vw;
	text-indent: -10vw;
	margin: 2vw 0 0 10vw;
}
#episode .list li:first-child {
	margin: 0vw 0 0 10vw;
}
#episode .list li a {
	text-decoration: none;
	color: #4a4a4a;
}
#episode .list li span{
	text-decoration: underline;
}
/*------------------------------------------------
  glossary
------------------------------------------------*/
#glossary #contentsArea{
	width: 100%;
	padding: 0;
}
#glossary .hdg-level02-01 {
	font-size: 4.266666666666667vw;
	background: url(../glossary/images/ico_01.png) left top no-repeat #e0f1bc;
	background-size: 59px 46px;
	font-weight: bold;
	line-height: 1.2;
	padding: 13px 10px 13px 65px;
	text-align: left;
	margin-bottom: 20px;
}
#glossary #contentsGlossary {
	width: 100%;
	margin: 0 auto 80px;	
}
#glossary #contentsGlossary dl {
	width: 100%;
	margin: 0 auto;
}
#glossary #contentsGlossary dl dt {
	width: 84%;
	font-size: 5.333333333333333vw;
	 padding: 4%;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-align: left;
	background-color: #71b244;
	color: #ffffff;
	margin: 3.733333333333333vw 4% 0 4%;
}
#glossary #contentsGlossary dl dt::before{
/*    content: "+";
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px 0;*/
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 12px;
    right: 15px;
    margin-top: -6px;
}
#glossary #contentsGlossary dl dt::after{
/*    content: "+";
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px 0;*/
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    right: 10px;
    margin-top: -1px;
}
#glossary #contentsGlossary dl dt.open::before{
    background-color: transparent;
}
#glossary #contentsGlossary dl dt.open::after{
    background-color: #fff;
}
#glossary #contentsGlossary dl dd {
	padding: 3.733333333333333vw 0;
}
#glossary #contentsGlossary dl dd h3 {
	font-size: 3.733333333333333vw;
	background: #f0f0f0;
	padding: 3.733333333333333vw;
	color: #4a4a4a;
}
#glossary #contentsGlossary dl dd h3 span {
	font-size: 4.8vw;
	color: #71b244;
	font-weight: bold;
}
#glossary #contentsGlossary dl dd p {
	font-size: 3.733333333333333vw;
	padding: 3.733333333333333vw;
	color: #4a4a4a;
}

/*------------------------------------------------
  アコーディオン
------------------------------------------------*/




.indent p{
text-indent: -2.5em;
margin-left: 2em;
}
	
	
</pre></body></html>