@charset "utf-8";


.phraseBody {
	width:74%;
	box-sizing:border-box;
	padding-right:20px;
	float:left;
}

h2.hstyle1 span {
	font-size:32px;
	color:#131364;
}
h3.hstyle1 span {
	margin-bottom: .83em;
	border-bottom: 1px solid #131364;
	color: #131364;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.page-business .contents-01 .contents-01-inner-bread {
	max-width: 980px;
    margin: 0 auto;
    padding: 15px 15px 0;
}

/* lnav */
/*---------------------------------------------------------
ローカルナビ
---------------------------------------------------------*/
#lnav {
	margin:0;
	padding:0;
	width:26%;
	float:right;
}

#lnavmain {
	padding-left:0;
}

#lnavmain li {
	list-style:none;
	background:url(/shared/images/ico_arrow_2.png) 0 8px no-repeat;
	padding-left:20px;
	font-size:14px;
	border-bottom:1px dotted #CCCCCC;
	padding: 5px 5px 5px 20px;
}

#lnavmain li a{
	color: #202020;
	display:block;
	font-size: 16px;
}

/* SP */
@media screen and (max-width: 767px) {
.phraseBody {
	width:100%;
	box-sizing:border-box;
	padding-right:0;
	float:none;
}
#lnav {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}
h2.hstyle1 span {
	font-size: 18px;
	color: #131364;
}
}


#explanation {
	overflow: hidden;
	padding:0 10px;
	margin-bottom:20px;
}
.explanationleft {
	float:left;
	width:30%;
	color:#cc0000;
	margin-bottom:10px;
}
.explanationright {
	float:left;
	width:30%;
	margin-bottom:10px;	
}
@media screen and (max-width: 767px) {
.explanationleft {
	width:50%;
}
.explanationright {
	width:50%	
}	
}

#example1 {
	overflow: hidden;
	margin-bottom:20px;
	padding:0 10px;
}

#explanation h4, #example1 h4{
	margin-top:20px;
	color:#24228D;
	font-weight:bold;
	font-size:18px;
}
#explanation  h5, #example1 h5 {
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#333;
	font-size:18px;
}
#explanation span {
    color: #C50018;
    display: block;
    margin-left: 1em;
}

#example1 .honbun dl {
	margin: 10px 0px 20px;
}

#example1 .honbun dt {
	color:#C50018;
	margin-top:10px;
}
#example1 .honbun  dd {
	margin-bottom:10px;
	
}
#example1 .honbun span {
	font-weight: normal;
	color: #333;
	margin-right:10px;
}
#example1 .horizon span {
    color: #C50018;
}
dl.phraseExp {
	margin-bottom:20px;
}
.phraseExp dt {
	margin-top:10px;
	color:#C50018;
}
.phraseExp dd {
	margin-bottom:10px;
}

/* 関連するフレーズ */
.relatedItem {
	margin-left:20px;
	margin-bottom:20px;
}
.relatedItem h3 {
	font-weight: bold;
	font-size:16px;	
}
.relatedItem p {
	margin-bottom:0!important;
}
.relatedItem p a {
	padding-left: 15px;
background: url('http://www.berlitz.co.jp/shared/images/ico_arrow_2.png') no-repeat scroll left 4px transparent
}

/* */
.phrase_bottom_bnr {
	text-align:center;
	margin-bottom:40px;
}
.phrase_bottom_bnr a:hover {
	opacity:0.8;
}
	
table.abbreviation {
	margin:10px 0 20px;
}
table.abbreviation th {
	width:20%;
	color:#C50018;
	vertical-align:top!important;	
	}
table.abbreviation td {	
	vertical-align:top!important;
	padding-bottom:5px;
}
		
table.abbreviation td:last-child {
	width:40%;

}
.sub {
	border-bottom: 2px solid #80bae6;
}
.total{
	border-top: 2px solid #80bae6;
	border-right: none;
	border-bottom: 2px solid #80bae6;
	border-left: none;
}
.total_L{
	border-top: 2px solid #80bae6;
	border-bottom: 2px solid #80bae6;
	border-left: 2px solid #80bae6;
}
.total_R{
	border-top: 2px solid #80bae6;
	border-right: 2px solid #80bae6;
	border-bottom: 2px solid #80bae6;
}

/*****   02ページの結語の例　　******/

.example1 h5 {
	font-size:18px;
}

.example1 table {
	width:100%;
	border-collapse:collapse;
}
.example1 table th:first-child {
	width:160px;
}
.example1 table th {
	text-align:left;
	color:#cc0000;
	font-weight:normal;
	border:1px #ccc solid;
	padding:5px;
}
.example1 table td {
	text-align:left;
	border:1px #ccc solid;
	padding:5px;	
}
.example1 table td:nth-child(3) {
	text-align:center;
}

.example1 table.abbreviation th {
	border-right:none;
	border-left:none;	
	border-top:none;
	border-bottom:dotted 1px #CCCCCC;	
}

.example1 table.abbreviation td {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:dotted 1px #CCCCCC;
}
.example1 table.abbreviation td:nth-child(3) {
	text-align:left;
}

@media screen and (max-width: 767px) {
.example1 table th:first-child {
	width:20%;
}

.example1 table.abbreviation th {
	display:block;
	text-align:left;
	border:none;
	padding:0;
}
.example1 table.abbreviation td {
	display:block;
	border:none;
	padding:0;	
}
.example1 table.abbreviation tr {
	margin-bottom:10px;
}
.example1 table.abbreviation td:nth-child(3) {
	text-align:left;
}
.example1 table.abbreviation td:last-child {
	width: 100%;
	padding-bottom:10px;
}

}

/*--------------------------------------------
サイドバー
--------------------------------------------*/
.p-sideCt {
	margin-top: 20px;
	width: 26%;
}
.p-sideCt__list,
.p-sideCt__article__list {
	padding: 0;
}
.p-sideCt__article__category {
	background: #1D1D1D;
    color: #fff;
    font-weight: bold;
    padding: 6px 4px 3px;
}
.p-sideCt__article__list {
	font-size: 14px;
}
.p-sideCt__article__item {
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.p-sideCt__article__list .p-sideCt__article__item:last-child {
	border-bottom: none;
}
.p-sideCt__article__item a[href],
.p-sideCt__article__item a[href]:visited {
	display: block;
	color: #333;
	padding: 12px 6px;
}
.p-sideCt__article__item a[href]:hover {
	background: #e8e8e8;
	text-decoration: none;
}
.p-sideCt__article__more {
	display: none;
}
@media only screen and (max-width: 767px){
	.p-sideCt {
		width: 100%;
	}
	.p-sideCt__article__list {
		position: relative;
		padding-bottom: 10px;
    	margin-bottom: 20px;
	}
	.p-sideCt__article__moreTxtArea {
		background: #fff;
		padding: 10px 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -14px;
		text-align: center;
	}
	.p-sideCt__article__moreCt.is-open .p-sideCt__article__moreTxtArea {
		bottom: -10px;
	}
	.p-sideCt__article__moreTxt {
		display: inline-block;
		position: relative;
		padding-right: 20px;
	}
	.p-sideCt__article__moreTxt:before {
		content: "";
		border-left: 2px solid #333;
    	border-bottom: 2px solid #333;
    	display: block;
	    position: absolute;
	    right: 5px;
	    top: -5px;
	    bottom: 0;
	    margin: auto;
	    -ms-transform: rotate(-45deg);
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    height: 5px;
    	width: 5px;
	}
	.p-sideCt__article__moreCt.is-open .p-sideCt__article__moreTxt:before {
		border-left: none;
    	border-bottom: none;
    	border-right: 2px solid #333;
    	border-top: 2px solid #333;
    	top: 2px;
	}
}