@charset "utf-8";

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active, a:hover {
	outline: 0
}

h1 {
	font-size: 2em
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: "\201C""\201D""\2018""\2019"
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	width: 100%;
	display: block
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button, input {
	line-height: normal
}

button, html input[type="button"], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], input[disabled] {
	cursor: default
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

#navToggle {
	display: none;
	position: absolute;
	right: 14px;
	top: 8px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 2
}

#navToggle div {
	position: relative
}

#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #1f1f1f;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}

#navToggle span:nth-child(1) {
	top: 0
}

#navToggle span:nth-child(2) {
	top: 11px
}

#navToggle span:nth-child(3) {
	top: 22px
}

header nav {
	position: absolute;
	right: 0;
	top: -31pc;
	background-color: #FFF;
	width: 100%;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 1;
	box-sizing: border-box
}

header ul {
	margin: 0
}

header ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #CCC;
	line-height: 1.6;
	padding: 0 10px;
	font-size: 1pc
}

header ul li a {
	display: block;
	color: #1f1f1f;
	padding: .7em 0
}

header ul li a:link, header ul li a:visited {
	text-decoration: none
}

header ul li:after {
	content: ''
}

header ul li:last-child {
	background: url(../images/ico_back.png)no-repeat 96% center #EEE;
	background-size: 15px auto;
	padding: 0 10px;
	border-bottom: 0
}

#navToggle {
	display: block
}

.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.openNav nav {
	-moz-transform: translateY(554px);
	-webkit-transform: translateY(554px);
	transform: translateY(554px)
}


/******************************************************************** common
*/
html {
	font-family: メイリオ, Meiryo, Osaka, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.1pc;
	color: #333
}

body {
	margin: 0;
}

body#index {
	background: #FBF8EF;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.big {
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.yellow {
	color: #FFFF33;
}

.mincho {
	font-family: "Sawarabi Mincho", serif;
}

.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

a {
	color: #0005FF;
}

section h2 {
	background: #0C508D;
	color: #fff;
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	font-size: 6vw;
	padding: 3% 0;
	margin-bottom: 1pc
}

h2 span {
	font-size: 14px
}

li, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

.contact {
	padding: 8% 0 0;
}

.contact p {
	text-align: center;
	border-radius: 24px;
	color: #C00;
	font-size: 4vw;
	margin: 2% 4%;
	padding: 6%;
}

.contact>p {
	margin: 0 4%;
}

.contact div>a {
	line-height: 0;
	border: #FF0000 4px solid;
	border-radius: 6px;
	display: block;
	margin: 0 3.125%;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.contact div>a img {
	border-radius: 6px;
}

.contact div p {
	margin: 2% 4% 0;
}

.center, .contact p {
	text-align: center
}


/******************************************************************** header
*/
header {
	border-bottom: 1px solid #eee;
	background: #FFF;
}

header .disc {
	background: #4ca7ed;
	color: #fff;
	text-align: center;
	font-size: 14px
}

header h1 {
	background: #0f4b8c;
	line-height: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	width: 83.125%;
	width: -webkit-calc(100% - 58px);
	width: calc(100% - 58px);
	text-align: center;
	padding: 7px 0;
	box-sizing: border-box;
}

header h1 img {
	width: 215px;
	display: inline-block;
}

header h1:before {
	display: block;
	content: "メニュー";
	color: #1F1F1F;
	position: absolute;
	width: 58px;
	height: 1em;
	top: 44px;
	right: -58px;
	z-index: 99;
	font-size: 8px;
}

header.openNav h1:before {
	content: "閉じる";
}

header h1:after {
	display: block;
	content: "";
	background: #FFF;
	width: 58px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -58px;
}

header .title_label {
	margin: 2% 0
}

header .st_label {
	background: rgba(0, 0, 0, .75);
	color: #1f1f1f;
	text-align: center;
	font-size: 1pc;
	padding: 5px 0 8px;
	position: absolute;
	bottom: 0;
	width: 100%
}

header .st_label span {
	border-bottom: 1px solid #d00000
}

header .mainV {
	position: relative;
	padding-top: 6.03vw;
	background: #fefefe;
}
.mainV,.support {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}

.mainV_wrap {
	position: relative;
	z-index: 0;
}
.mainV_wrap::after {
	content: '';
	position: absolute;
	right: 0;
	top: 9.66vw;
	background: rgba(24,117,217,.1);
	width: 86%;
	height: calc(100% - 9.66vw);
	z-index: -1
}

.mainV .heading {
	white-space: nowrap;
	font-family: 'Shippori Mincho', serif;
	color: #0f4b8c;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-left: 6.69vw;
	text-shadow: 0 0 4px #fff;
}
.mainV h2 {
	font-size: 9.66vw;
	margin: 0;
}
header .mainV h3 {
	font-size: 4.34vw;
	margin: 0;
}

.achievement {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #8c7608;
	font-size: 2.89vw;
	margin-top: 3.62vw;
	margin-left: 9.17vw;
	margin-bottom: 2.41vw;
	padding: 0 calc(3.62vw + 8px);
	line-height: 1.1;
}
.achievement::before,.achievement::after {
	position: absolute;
	content: '';
	top: 50%;
	width: 3.62vw;
	height: 8.45vw;
}
.achievement::before{
	transform: translateY(-50%);
	left: 0;
	background: url(../images/achievement.svg)no-repeat;
}
.achievement::after{
	transform: translateY(-50%) rotateY(180deg);
	right: 0;
	background: url(../images/achievement.svg)no-repeat;
}
.achievement span.number {
	font-family: 'Shippori Mincho', serif;
	color: #d9b502;
	font-size: 4.83vw;
}

header .mainV .catch-sub li {
	background: #003D7C;
	padding: 0.2em 0.8em;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	font-size: 4vw;
}

header .mainV figure {
	width: 48.3vw;
	position: absolute;
	right: 2.65vw;
	bottom: -1px;
}
.message {
	position: absolute;
	line-height: 1.4;
	bottom: 2.41vw;
	right: 3.62vw;
	background: #fff;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 2.89vw;
	box-shadow: 0 0 4px #ccc;
}
/**/
.support {
	background: #0f4b8c;
	padding: 4% 0;
}
.support .inner {
	margin: 0 3.125%
}
.support h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-size: 7.24vw;
	margin-block-start: 0.5em;
	line-height: 1.2;
}
.support ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 3.38vw;
}
.support ul + ul {
	margin-top: 8px;
}
.support ul li {
	background: #fff;
	border-radius: 3px;
	padding: 2px 8px;
	display: inline-block;
}
.support ul li + li {
	margin-left: 8px;
}
/******************************************************************** footer
*/
.photo {
	margin: 0;
}

address {
	text-decoration: none !important;
	font-style: normal !important
}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	font-size: 14px;
	margin: 0;
}

.footer address {
	text-align: left;
	margin-left: 4%;
	margin-bottom: 1pc
}

.footer span {
	display: block;
	padding: 2%;
	font-size: 9pt;
	background-color: #3e5571
}

#index>footer {
	margin-bottom: 44px
}

#fix_Box {
	position: fixed;
	bottom: -44px;
	width: 100%;
	height: 44px
}

#fix_Box .fix_bottom {
	background: rgba(0, 0, 0, .67)
}

#fix_Box .fix_bottom ul {
	overflow: hidden;
	margin: 0;
	height: 44px;
	width: 100%;
	padding: 0
}

#fix_Box .fix_bottom li {
	width: 50%;
	float: left;
	list-style: none;
	text-align: center
}


#fix_Box .fix_bottom li.tel {
	float: left;
	width: 50%;
	background: #FF4F4F;
	background: -moz-linear-gradient(top, #FF4F4F 0%, #FF2626 100%);
	background: -webkit-linear-gradient(top, #FF4F4F 0%, #FF2626 100%);
	background: linear-gradient(to bottom, #FF4F4F 0%, #FF2626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4F4F', endColorstr='#FF2626', GradientType=0);
	text-align: center;
}

#fix_Box .fix_bottom li.tel a {
	display: block;
	position: relative;
	font-size: 1.1rem;
	line-height: 44px;
}

#fix_Box .fix_bottom li.tel a:before {
	display: inline-block;
	vertical-align: -0.5em;
	content: "";
	background: url(../images/ico_cta_tel.png) no-repeat left center;
	background-size: 20px auto;
	width: 26px;
	height: 34px;
	position: relative;
	z-index: 100;
	margin-right: 0;
}

#fix_Box .fix_bottom li.mail {
	background: #50bd1c;
	background: -moz-linear-gradient(top, #50bd1c 0%, #4e9e27 100%);
	background: -webkit-linear-gradient(top, #50bd1c 0%, #4e9e27 100%);
	background: linear-gradient(to bottom, #50bd1c 0%, #4e9e27 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50bd1c', endColorstr='#4e9e27', GradientType=0);
	float: left;
	width: 50%;
}

#fix_Box .fix_bottom li.mail a {
	display: block;
	position: relative;
	font-size: 1rem;
	line-height: 44px;
}

#fix_Box .fix_bottom li.mail a:before {
	display: inline-block;
	vertical-align: -0.6em;
	content: "";
	background: url(../images/ico_cta_mail.png) no-repeat left center;
	background-size: 33px auto;
	width: 33px;
	height: 33px;
	position: relative;
	z-index: 100;
	margin-right: 0.2em;
}

#fix_Box .fix_bottom li a:link,
#fix_Box .fix_bottom li a:visited {
	color: #FFF;
	text-decoration: none;
}

/******************************************************************** about
*/
body>section {
	margin-bottom: 10%;
}

body>section#about {
	margin-bottom: 0;
}

body>section section {
	margin-bottom: 10%;
}

.description {
	margin: 2% 0 0;
}

.factoring {
	background: #FF0000;
	color: #FFF;
	padding: 8% 0 3%;
	font-size: 4.6vw;
}

.factoring .sub {
	border-radius: 6px;
	padding: 4% 2% 4% 27%;
	background: url("../images/ico_attention.svg") no-repeat 5% center / auto 64%;
	/*background-color: #FFF;*/
	color: #FFFF33;
	border: #FFFF33 4px solid;
	letter-spacing: 0.08em;
	text-align: center;
	font-size: 5.6vw;
	font-weight: bold;
}

.factoring .sub p {
	margin: 0;
	position: relative;
}

.factoring .sub p:last-child {
	margin: 28px 0 0;
}

.factoring .sub p:last-child:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	top: -18px;
	margin: 0 auto;
	border-top: 15px solid #FFFF33;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.factoring .sub p:last-child:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 8px;
	left: 0;
	right: 0;
	top: -26px;
	margin: 0 auto;
	background: #FFFF33;

}

.factoring ol {
	border-radius: 6px;
	padding: 2%;
	margin: 0 4%;
	background-image: url(../images/bg_pattern.gif);
	background-color: #fff;
	color: #FF0000;
	letter-spacing: 0.08em;
}

.factoring ol li {
	list-style: decimal;
	margin-left: 2em;
}


#intro .txt {
	background: #3fd0fd;
	background: -moz-linear-gradient(left, #3fd0fd 0%, #7ae2ff 100%);
	background: -webkit-linear-gradient(left, #3fd0fd 0%, #7ae2ff 100%);
	background: linear-gradient(to right, #3fd0fd 0%, #7ae2ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fd0fd', endColorstr='#7ae2ff', GradientType=1);
	font-size: 5vw;
	text-align: center;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 8% 0 0;
}

#intro figure {
	position: relative;
}

#intro figure:before {
	background: rgba(0, 0, 0, 0.7);
	content: "エストリーガルオフィスの弁護士";
	color: #FFF;
	line-height: 1;
	padding: 5%;
	position: absolute;
	right: 0;
	bottom: 5%;
	font-family: "Sawarabi Mincho", serif;
}


/******************************************************************** fee
*/
.costBox, section .inner {
	padding: 0 2%;
}

.costBox_kabarai {
	border-radius: 6px;
	padding: 2%;
	background-image: url(../images/bg_pattern.gif);
	background-color: #fff;
	border: 4px solid #0C508D;
}

.costBox_kabarai .exet {
	border: #1173CC 2px solid;
	background: #FFF;
	margin-bottom: 1em;
	padding: 4%;
	font-size: 0.8em;
}

.costBox_kabarai .exet ul {
	display: block;
	margin: 0 0 2%;
}

.costBox_kabarai .exet ul li {
	margin-bottom: 0.3em;
	padding-left: 2em;
	text-indent: -2em;
}

.costBox_kabarai .exet ul li:last-child {
	margin-bottom: 0;
}

.costBox_kabarai .exet p {
	border-top: #ccc 1px dotted;
	margin: 0;
	padding: 2% 0;
}

#fee .txt {
	margin: 0 0 6%;
}

.memo {
	border-top: #FF0000 2px solid;
	border-bottom: #FF0000 2px solid;
	color: #0C508D;
	padding: 4%;
	font-family: "Sawarabi Mincho", serif;
}

.memo:before {
	display: inline;
	content: "memo : ";
	color: #FF0000;
}


/******************************************************************** cheapest
*/
#cheapest {
	background-color: #0C508D;
	color: #0C508D;
	padding: 30px 2%;
}

.cheapest-hukidashi {
	display: flex;
	justify-content: center;

}

.cheapest-hukidashi>div {
	display: inline-block;
	padding: 10px;
	background: #ffd700;
	text-align: center;
	position: relative;
	font-weight: bold;
	width: 100%;
	font-size: 1.3rem;
}

.cheapest-hukidashi>div::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffd700;
}

img.best-p{
	display: block;
	margin: 0 auto;
	width: 90%;
}

p.cheapest{
	font-weight: bold;
}

#cheapest h4{
	background: #ffd700;
	padding: 10px;
	margin: 40px 0 35px;
	font-size: 1.3rem;
	text-align: center;
	color: #dc143c;
}


.cheapest-box{
	padding: 3%;
	background-color: #fff;
	color: #333;
	font-size: 0.9rem;
	margin-top: 30px;
}

.cheapest-box ul {
    padding-left: 1em;
    margin: 0;
}

span.red-cheap{
	color: #dc143c;
	font-weight: bold;
}


/******************************************************************** example
*/
#example li {
	padding: 5% 3%;
	background-image: url(../images/bg_pattern.gif);
	background-color: #fff;
	border: 1px solid #CCC;
	margin-bottom: 5%;
}

#example li:last-child {
	margin-bottom: 0;
}

#example .man {
	background: url(../images/ico_man01.png) no-repeat left center;
	background-size: 60px;
	padding-left: 70px;
}

#example li:nth-child(even) .man {
	background: url(../images/ico_man02.png) no-repeat left center;
	background-size: 60px;
}

#example .woman {
	background: url(../images/ico_woman01.png) no-repeat left center;
	background-size: 60px;
	padding-left: 70px;
}

#example li:nth-child(even) .woman {
	background: url(../images/ico_woman02.png) no-repeat left center;
	background-size: 60px;
}

#example li h3 {
	margin: 0 0 0.2em;
}

#example li p {
	margin: 0;
	color: #666;
	font-size: 0.9em;
}

#example .comment {
	margin: 6% 0;
	font-size: 0.8em;
	background: #FFF2C8;
	padding: 4%;
	border-radius: 4px;
	position: relative;
}

#example .comment:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	top: -15px;
	margin: 0 auto;
	border-bottom: 15px solid #FFF2C8;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

#example .result {
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	font-size: 4.4vw;
	font-weight: bold;
	font-feature-settings: "palt";
	margin: 36px 0 0;
	color: #F00;
	position: relative;
}

#example .result:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	top: -18px;
	margin: 0 auto;
	border-top: 15px solid #F00;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

#example .result:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 8px;
	left: 0;
	right: 0;
	top: -26px;
	margin: 0 auto;
	background: #F00;

}

/******************************************************************** reason
*/
body>section#reason {
	margin-bottom: 0;
}

.step h3 {
	font-size: 6vw;
	padding: 0.5em 0 0.5em 50px;
	margin: 0;
	color: #fff;
	position: relative;
	line-height: 1.5;
}

.step h3:before {
	background: url(../images/ico_01.png) no-repeat center center;
	background-size: 40px;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.step h3 span {
	display: block;
	text-align: center;
}

.step p {
	margin: 0;
}

.step .step2 h3:before {
	background: url(../images/ico_02.png) no-repeat center center;
	background-size: 40px;
}

.step .step3 h3:before {
	background: url(../images/ico_03.png) no-repeat center center;
	background-size: 40px;
}

.step1, .step2, .step3 {
	border-radius: 6px;
	padding: 2%;
	margin-bottom: 20px;
}

.step1 {
	background: #5FABA5;
}

.step2 {
	background: #FBC036;
}

.step3 {
	background: #F77894;
	margin-bottom: 0;
}

.step .step1 p, .step .step2 p, .step .step3 p {
	background: hsla(0, 0%, 100%, .9);
	padding: 2%;
	color: #333;
}


/******************************************************************** faq
*/
#faq dl {
	margin: 0;
}

#faq .inner {
	margin-bottom: 0;
}

#faq dl dt {
	padding: 5% 5% 0;
	background: url(../images/bg_pattern.gif) repeat center center #fff;
	font-weight: bold;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	color: #F00;
}

#faq dl dt:before {
	display: inline;
	content: "質問 : ";
}

#faq dl dd {
	padding: 5%;
	background: url(../images/bg_pattern.gif) repeat center center #fff;
	margin: 0 0 4%;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

#faq dl dd:last-child {
	margin-bottom: 0;
}

#faq dl dd p {
	margin: 0;
}

#faq dl dd .detail {
	color: #0C508D;
}

#faq dl dd .detail:before {
	display: inline;
	content: "回答 : ";
	font-weight: bold;
}

#faq .txt {
	margin-bottom: 0;
}

.ttl {
	font-size: 6vw;
	text-align: center;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 8%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	font-feature-settings: "palt";
}


/******************************************************************** aboutus
*/
body>section#aboutus {
	margin-bottom: 0;
}

#aboutus li {
	border-bottom: #CCC 1px solid;
	margin-bottom: 1.5em;
}

#aboutus li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#aboutus .photo {
	position: relative;
}

#aboutus .photo figure {
	line-height: 0;
}

#aboutus .photo figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	text-align: center;
}

#aboutus .add {
	font-size: 0.6em;
	margin: 2% 0 0;
	text-align: center;
}

#aboutus .txt {
	margin-bottom: 0;
}


/******************************************************************** access
*/
#access .inner p {
	margin: 0 0 2%;
	font-size: 1pc;
}

#access .inner p.add {
	font-size: 0.9pc;
}

#access .inner ul {
	margin: 0 0 4%;
}

#access .inner ul li {
	list-style: disc;
	margin-left: 1.5em;
	font-size: 1pc;
}

#access .picture {
	position: relative;
	padding: 0 2%;
}

#access .ttl {
	font-size: 5vw;
}

.privacy {
	background: #FFF;
	width: 96%;
	/*height: 40vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;*/
	margin: 10% auto 0;
	font-size: 0.6rem;
	padding: 4%;
	box-sizing: border-box;
}

.privacy h3 {
	font-size: 0.8rem;
}

.privacy h4 {
	border-bottom: #CCC 1px solid;
	font-size: 0.7rem;
}

.privacy .pl03 {
	padding-left: 2%;
}


.content_w {
	padding: 0 2%;
}