﻿html, body {
	font-family: "Hiragino Sans", BlinkMacSystemFont,-apple-system, Meiryo, YuGothic, Verdana, sans-serif
}

footer {
	margin-top: 40px;
}

/*
	ぱんくずリスト
*/
nav#topicPath {
    margin-left: ,6rem;
    overflow: hidden;
    font-size: .7rem;
}
nav#topicPath li {
    float: left;
    color: #999;
    padding-right: 5px;
    padding-left: 10px;
    background: url(/common2015/img/topicPath_arrow.png) no-repeat left center;
}
nav#topicPath li:first-child {
    padding-left: 0;
    background: none;
}

/*
	画面タイトル/戻る矢印
*/
#content_head {
	display: flex;
	align-items: center;
}
#content_head .return_a {
	position: absolute;
}
#content_head .return_arrow {
    background: url(/faq/images/icon_arrow.svg) no-repeat left center;
    width: 16px;
    height: 17px;
    margin-left: 2px;
    margin: auto;
}

.tab_area {
	border-bottom: 2px solid #3E8ED0;
}
.tab_area .columns {
	margin: 0;
}
.tab_button {
	position: relative;
	padding: 16px 20px 12px 20px;
	color: #515151;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	background-color: rgba(62, 142, 208, 0.1);
	border-radius: 6px 6px 0px 0px;
}
.tab_button.selected {
	color: white;
	font-weight: 700;
	background-color: #3E8ED0;
}
.tab_button.selected::after {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 44%;
	border: 10px solid transparent;
	border-top: 12px solid #3E8ED0;
}


.law_color {
	color: #0068b8;
}
.white_color {
	color: white;
}
.break_word {
	word-break: break-all;
	white-space : pre-line;
}
.fw600 {
    font-weight: 600;
}

#l_header {
	margin-bottom: 0;
}

.link_forward {
	width: 84vw;
	max-width: 400px;
	padding: 0.8rem 0;
	background-color: #3E8ED0;
}
.link_forward span::after {
	content: url(/faq/images/icon_arrow.svg);
	display: inline-block;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 7px;
	transform:rotate(180deg);
	filter: brightness(10);
}
.link_back {
	width: 92%;
	max-width: 400px;
	padding: .8rem 0;
	border: solid 1px #0068b8;
}
.link_back>span::before {
	content: url(/faq/images/icon_arrow.svg);
	display: inline-block;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 7px;
}
.faq_tabs li.column {
  padding: 0;
}
.faq_tabs ul {
  align-items: baseline;
}
.faq_tabs .tab_button {
  width: 100%;
  display: block;
}
.link_add_mark:after {
  content: "＞";
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
	#content_head {
		border-bottom: solid 1px #ccc;
	}
	#content_head p {
		margin-left: 0.4rem;
		font-size: 16px;
		color: #0068b8;
	}
}
@media screen and (max-width: 768px) {
	#contentArea {
		padding: 0;
	}
	#content_head {
		padding-left: 0.8rem;
		background-color: #f5f5f5;
	}
	#content_head p {
	    margin: auto;
	    font-size: 14px;
	    color: black;
	}
	.tab_button {
		padding: 16px 5px 12px 5px;
		font-size: 13px;
	}
}
