@charset "UTF-8";
/* ========================================================================== */

/* S T Y L E. C S S */

/* ========================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot");
	src: url("../fonts/fontawesome-webfont-.eot#iefix&v=4.7.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2") format('woff2'), url("../fonts/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome-webfont.ttf") format('truetype'), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.pmin {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.pc-hid {
	display: none;
}
.sp-hid {
	display: block;
}

@media screen and (max-width: 64em) {
.pc-hid {
	display: block;
}
.sp-hid {
	display: none;
}
}
li {
	list-style: none;
}
p,dd {
	line-height: 1.5em;
}
header {
	width: 100%;
	height: 90px;
	padding: 0;
	background-color: #ffbbe1;
	border-bottom: 1px solid #a1dce6;
}
header .inner {
	width: 980px;
	height: 50px;
}
header h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #dc9a3c;
}
header h2 {
	float: left;
	margin: 10px 0 0;
}
header h3 {
	float: right;
	margin: 10px 0 0;
	font-weight: normal;
}
header h4 {
	float: right;
	margin: 4px 8px 0 0;
}
.headinner {
	background-color: #ffddad;
}
.inner-box {
	width: 980px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}
header .inner {
	width: 980px;
	height: 50px;
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

@media screen and (max-width: 64em) {
a:hover {
	opacity: 1;
}
header {
	display: none;
}
#check_list header {
	display: block;
	height: 64px;
}
#check_list h1 {
	display: none;
}
#check_list img {
	width: 100%;
}
#check_list .h-contact {
	display: none;
}
.check_list_logo {
	width: 80%;
}
}
.title-ber {
	line-height: 1.2em;
	color: #7ea75a;
	padding: 40px 0 0;
	text-align: center;
	font-size: 48px;
	text-shadow: 1px 1px 0 #fff;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
	margin-bottom: 20px;
}

@media screen and (max-width: 64em) {
.title-ber {
	font-size: 1.8em;
}
}

@media screen and (max-width: 48em) {
.title-ber {
	padding: 30px 0 0;
	font-size: 1.8em;
}
}
.title-balloon {
	color: #fff;
	padding: 4px 0;
	width: 100%;
	text-align: center;
	background-color: #fa990f;
	border-top: solid 2px #ec8f0b;
	font-size: 40px;
	font-weight: normal;
	font-family: "Rounded Mplus 1c";
}

@media screen and (max-width: 64em) {
.title-balloon {
	font-size: 1.6em;
}
}

@media screen and (max-width: 48em) {
.title-balloon {
	margin-bottom: 20px;
	font-size: 1.6em;
}
}
/*メイン画像*/
.eye-catch {
	width: 100%;
	max-height: 700px;
	display: flex;
	position: relative;
	overflow: hidden;
	background-image: url(../img/town.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 50%;
	background-color: #ffebd4;
}
.eye-catch .container {
	padding: 0 3%;
	margin: 0 auto;
	height: 100%;
	align-items: center;
	display: flex;
	z-index: 3;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
}
.eye-catch .container .sub-img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.eye-catch h1 {
	text-align: center;
	color: #01B881;
	font-weight: bold;
	line-height: 1.2;
}
.eye-catch h1 .is-sub {
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 0 2px 10px rgba(255,255,255,0.40);
	color: #C80000;
}
.eye-catch .contents p {
	line-height: 1em;
	margin: 2em 0;
}
.catch_inner img{
	width: 100%;
}
@media screen and (max-width: 64em) {
.eye-catch img {
	width: 100%;
	margin: 15px 0 0;
	padding-top: 40px;
}
}

@media screen and (max-width: 48em) {
.logo {
	width: 80%;
}
.eye-catch {
	margin-top: 0;
	flex-direction: row;
	justify-content: center;
	background-position: bottom center;
}
.eye-catch .container {
	width: 100%;
	justify-content: flex-start;
	margin-top: 60px;
	padding: 0 10px;
}
.eye-catch .contents p {
	display: none;
}
.eye-catch img {
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
}
}

@media screen and (max-width: 30em) {
.eye-catch {
	margin-top: 10px;
	flex-direction: row;
	justify-content: center;
	background-position: bottom center;
}
.eye-catch .container {
	margin-top: 50px;
	padding: 0 10px;
}
.eye-catch h1 {
	font-size: 1.2em;
	/*letter-spacing: 4px;*/
	white-space: normal;
	margin-bottom: 20px;
}
}
/*導入部分テキスト*/
#first {
	padding: 100px 0 40px 0;
	background-image: url(../img/bg_stripe.svg);
	background-size: 10%;
	background-color: #ebf5d7;
}
#first .inner {
	max-width: 800px;
}
#first p {
	text-align: center;
	margin-bottom: 24px;
	font-size: 20px;
}
.title {
	color: #7ea75a;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	font-family: "Rounded Mplus 1c";
}
.check_btn {
	background-color: #fff;
	padding: 2% 6%;
	border-radius: 12px;
	border: solid 2px #d8e6bb;
}
.check_btn a {
	position: relative;
	z-index: 3;
	width: 100%;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 40px;
	padding: 24px 0;
	background-color: #13a9e2;
	margin: 0 auto 30px;
	border-radius: 12px;
	letter-spacing: 1px;
	font-family: "Rounded Mplus 1c";
	box-shadow: 0px 7px 20px #cacaca;
	animation: animScale 4s infinite ease-out;
	transform-origin: 50% 50%;
	animation-play-state:running;
}

@keyframes animScale {
0% { transform: scale(0.9, 0.9); }
5% { transform: scale(1.1, 1.1); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}

.check_btn img {
	position: relative;
	z-index: 1;
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-bottom: -10px;
}
.check_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check_illust {
	flex-basis: 25%;
}
.check_illust img {
	width: 100%;
}
.check_list {
	flex-basis: 70%;
	color: #000;
}
.check_list h2 {
	color: #f55200;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
.check_list li {
	color: #4F4F4F;
	font-size: 22px;
	padding: 12px;
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 16px;
	border: solid 2px #f7d68a;
}

@media screen and (max-width: 64em) {
#first {
	padding: 20px 0;
}
#first p {
	font-size: 16px;
}
#first .inner {
	max-width: 100%;
	align-items: center;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
}
#first .inner div {
	width: 100%;
	font-size: 14px;
}
#check img {
	width: 100%;
}
#check .container p {
	font-size: 1em;
	margin: 0 10px 30px;
	padding: 30px;
	background-color: #f4f4f4;
	border-radius: 20px;
	box-shadow: 0 6px 5px -5px rgba(0,0,0,.3);
}
#check .container span {
	color: red;
	font-size: 1.3em;
	margin: 0 2px;
	padding: 0 0 -4px;
	border-bottom: 1px dotted#999;
	font-weight: bold;
}
.check_illust {
	display: none;
}
.content {
	padding-top: 40px;
}
.check_list {
	flex-basis: 100%;
}
.check_list h2 {
	font-size: 24px;
	margin-bottom: 8px;
}
.check_list li {
	font-size: 16px;
}
.check_btn img {
	width: 100%;
}
.check_btn a {
	font-size: 26px;
}
.title {
	font-size: 200%;
}
}

/*コンバージョンボタン*/
.conversion {
	padding: 30px 0;
	background-color: #ffbbe1;
	border-top: solid 2px #f3940d;
}
.conversion h3 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px;
	text-shadow: 0 0 1px #bb6e00;
	font-family: "Rounded Mplus 1c";
}
.conversion_icon ul {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.conversion_icon li {
	flex-basis: 16%;
}
.conversion_icon li:nth-child(2) {
	margin: 0 2%;
}
.conversion_time dl {
	color: #fff;
	font-size: 120%;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.conversion p {
	text-align: center;
}
.text_point {
	max-width: 600px;
	padding: 0 20px;
	margin: 0 auto;
	color: #fff;
	font-size: 32px;
	border-bottom: 3px solid #FFE03F;
}
.btn_conversion {
	width: 90%;
	margin: 0 auto 30px;
}
.btn_conversion ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn_check {
	flex-basis: 48%;
	border-radius: 12px;
	background-color: #13a9e2;
	box-shadow: 0px 6px 16px #e29b33;
}
.btn_check a {
	color: #fff;
	text-align: center;
	font-size: 200%;
	display: block;
	padding: 20px;
	text-shadow: 0 0 1px #006288;
}
.btn_check a:hover{
	opacity: 0.5;
}
.btn_conversion ul {
	position: relative;
}
.btn_check img {
	position: absolute;
	top: 64px;
	left: 40%;
}
.btn_tel {
	flex-basis: 48%;
	border-radius: 12px;
	background-color: #ffee20;
	box-shadow: 0px 6px 16px #e29b33;
}
.btn_tel a {
	color: #565656;
	text-align: center;
	font-size: 200%;
	display: block;
	padding: 20px;
	text-shadow: 0 0 2px #fff;
}
.btn_tel a:hover {
	opacity: 0.5;
}
.icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../img/bt_tel_phone.svg);
	background-repeat: no-repeat;
	vertical-align: sub;
}

@media screen and (max-width: 48em) {
.conversion h3 {
	font-size: 200%;
}
.conversion_icon li {
	flex-basis: 30%;
}
.contact .container {
	width: 100%;
	margin: 0 auto;
}
.btn_tel a, .btn_check a {
	font-size: 160%;
}
.btn_tel, .btn_check {
	flex-basis: 100%;
}
.btn_check img {
	display: none;
}
.text_point {
	font-size: 120%;
}
.btn_check {
	margin-bottom: 24px;
}
.btn_conversion {
	margin: 0 auto;
}
}

/*トップボタン*/
.totop {
	position: relative;
	display: block;
}
.totop p {
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: -35px;
	right: 70px;
	background-color: #20a1e6;
}
.totop p a {
	display: block;
}
.arrow {
	width: 20px;
	height: 20px;
	margin: 30px 0 0 23px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 1px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

@media screen and (max-width: 48em) {
.totop p {
	width: 60px;
	height: 60px;
	color: #fff;
	position: absolute;
	top: -30px;
	right: 30px;
	background-color: #20a1e6;
}
.totop p a {
}
.arrow {
	width: 15px;
	height: 15px;
	margin: 26px 0 0 21px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 1px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
}

/*メリット*/
#merit {
	padding-bottom: 60px;
	background-color: #fff;
}
#case {
	background-image: url(../img/bg_stripe.svg);
	background-size: 10%;
	background-color: #fce4ab;
}
.case_avatar figure {
	font-weight: bold;
}
.case_avatar span {
	font-weight: normal;
	font-size: 80%;
}
.case_innner {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 20px;
}
.case_item_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case_avatar {
	text-align: center;
	flex-basis: 20%;
}
.case_avatar img {
	width: 100%;
}
.case_item {
	position: relative;
	padding: 4%;
	flex-basis: 68%;
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 8px #dcbb6c;
}
.case_item h3 {
	color: #606060;
	font-size: 30px;
	margin-bottom: 8px;
	font-family: "Rounded Mplus 1c";
}
.case_item img {
	width: 100%;
	margin-bottom: 8px;
}
.case_item p:after {
	content: "";
	position: absolute;
	top: 80px;
	left: -15px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #fff transparent transparent;
}
.case_item_l {
	position: relative;
	padding: 4%;
	flex-basis: 68%;
	background-color: #fff;
	border-radius: 16px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 8px #dcbb6c;
}
.case_item_l h3 {
	color: #606060;
	font-size: 30px;
	margin-bottom: 8px;
	font-family: "Rounded Mplus 1c";
}
.case_item_l img {
	width: 100%;
	margin-bottom: 8px;
}
.case_item_l p:after {
	content: "";
	position: absolute;
	top: 80px;
	right: -15px;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 48em) {
.case_item {
	flex-basis: 92%;
}
.case_item_container {
	justify-content: center;
}
.case_item_l {
	flex-basis: 92%;
}
.case_avatar {
	text-align: center;
	flex-basis: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.case_avatar img {
	width: 80%;
}
.case_item p:after, .case_item_l p:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 45%;
	margin-top: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #fff transparent;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.case_innner {
	padding: 0 20px;
}
.case_item h3, .case_item_l h3 {
	font-size: 18px;
}
}

/*流れ*/
#flow {
	padding: 0 0 60px;
	background-color: #ebf5d7;
}
#flow .container {
	overflow: hidden;
}
.flow-detail p {
	color: #6c757d;
	font-size: 1.5em;
	text-align: center;
	padding: 20px 0;
	background-color: #fff;
	width: 900px;
	text-shadow: 1px 1px 0 #fff;
	border: solid 2px #d8e6bb;
}
.flow-detail .flow-front i, .flow-back i {
	color: #bbbbbb;
	width: 100%;
	font-size: 55px;
	margin: 10px 0;
	text-align: center;
}
.flow-detail ul {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	list-style: none;
}
.flow-detail ul li {
	float: left;
	margin: 0 auto;
}
.flow-front {
	width: 100%;
}
.flow-middle li {
	width: 50%;
}
.flow-middle i {
	color: #bbbbbb;
	font-size: 55px;
	margin: 20px 0;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
.flow-back i {
	width: 160px;
	display: block;
}
.justice {
	color: #fff;
	font-weight: normal;
	font-size: 1.8em;
	text-align: center;
	padding: 20px 0;
	background-color: #7ea75a;
	width: 40%;
	box-shadow: 2px 2px 0 #fff;
}
.judgment {
	color: #fff;
	font-weight: normal;
	font-size: 1.8em;
	float: right;
	text-align: center;
	padding: 20px 0;
	background-color: #fa990f;
	width: 40%;
}
.fa-angle-double-left:before {
	content: "\F100"
}
.fa-angle-double-right:before {
	content: "\F101"
}
.fa-angle-double-up:before {
	content: "\F102"
}
.fa-angle-double-down:before {
	content: "\F103"
}
.fa-angle-left:before {
	content: "\F104"
}
.fa-angle-right:before {
	content: "\F105"
}
.fa-angle-up:before {
	content: "\F106"
}
.fa-angle-down:before {
	content: "\F107"
}

@media screen and (max-width: 64em) {
.flow-detail {
	width: 100%;
}
.flow-detail p {
	font-size: 1.6em;
	padding: 20px 0;
	width: 100%;
}
.flow-detail ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	list-style: none;
}
.flow-back i {
	width: 120px;
	display: block;
	margin: 10px 0;
}
.justice {
	font-size: 1.6em;
	text-align: center;
	padding: 20px 0;
	width: 41.5%;
}
.judgment {
	font-size: 1.6em;
	float: right;
	padding: 20px 0;
	width: 41.5%;
}
.flow-detail .flow-front i, .flow-back i {
	margin: 0;
}
.flow-middle i {
	margin: 0
}
}

@media screen and (max-width: 48em) {
.flow-detail p {
	font-size: 1.1em;
	padding: 12px 0;
}
.flow-detail .flow-front i, .flow-back i, .flow-middle i {
	font-size: 40px;
}
.flow-back i {
	padding: 10px 0;
}
.flow-detail ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	clear: both;
	list-style: none;
}
.flow-back i {
	width: 80px;
	display: block;
	margin: 5px 0;
}
.justice {
	font-size: 1.1em;
	padding: 12px 0;
}
.judgment {
	font-size: 1.1em;
	padding: 12px 0;
}
#flow {
	padding: 0 0 30px;
}
}

@media screen and (max-width: 32em) {
.flow-back i {
	width: 60px;
	display: block;
	margin: -3px 0;
}
.justice {
	font-size: 1.1em;
	width: 40%;
}
.judgment {
	font-size: 1.1em;
	width: 40%;
}
}

/*債務整理の方法*/
#method {
	padding: 0 0 35px;
}
.method_inner {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.method_item_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.method_item {
	flex-basis: 28%;
	padding: 2%;
	background-color: #f3f3f3;
	border-radius: 12px;
}
.method_item h4 {
	font-size: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}
.method_item p {
	margin-bottom: 20px;
}
.method_item_inner img {
	height: 100%;
	width: 100%;
}
.method_item_text {
	min-height: 200px;
}

@media screen and (max-width: 64em) {
.method_item {
	flex-basis: 60%;
	padding: 4%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.method_item_text {
	min-height: auto;
}
}

@media screen and (max-width: 48em) {
.method_item {
	flex-basis: 90%;
	padding: 4%;
	margin: 0 auto;
	margin-bottom: 30px;
}
}

/*3つの安心ポイント*/
.relief_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
	background-color: #ebf5d7;
	padding: 2%;
	border-radius: 16px;
	border: solid 2px #d8e6bb;
}
.relief_text {
	flex-basis: 72%;
	margin-right: 2%;
	position: relative;
}
.relief_text dt {
	font-size: 22px;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 6px #d9e8ba;
}
.relief_text img {
	float: left;
}
.relief_img {
	flex-basis: 23%;
}
.relief_img img {
	width: 100%;
}
.relief_icon {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px dotted #b7cc8e;
}
.relief_icon:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.relief_icon_item1 {
	flex-basis: 16%;
}
.relief_icon_item1 img {
	width: 100%;
}
.relief_icon_item2 {
	flex-basis: 80%;
}

@media screen and (max-width: 64em) {
.relief_text {
	flex-basis: 100%;
	margin-right: 0;
	position: relative;
}
.relief_container {
	max-width: 90%;
}
.relief_img {
	flex-basis: 30%;
	margin: 0 auto;
}
.relief_text dt {
	font-size: 20px;
}
}

@media screen and (max-width: 48em) {
.relief_img {
	display: none;
}
}

/*滞納は危険です*/
#caution {
	padding: 0 0 30px;
}
.caution_inner {
	padding: 0 20px;
	max-width: 900px;
	margin: 0 auto;
}
.caution_item_container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.caution_inner dt {
	min-height: 48px;
	text-align: center;
	flex-basis: 10%;
	font-size: 20px;
	margin-bottom: 24px;
	background-image: url(../img/caution_icon.svg);
	background-repeat: no-repeat;
	background-size: 48%;
	background-position: center;
	padding: 10px 0;
	background-color: #ff7676;
}
.caution_inner dd {
	display: flex;
	align-items: center;
	flex-basis: 90%;
	font-size: 20px;
	border-bottom: solid 1px #d5d8dc;
	margin-bottom: 24px;
	text-indent: 16px;
	background-color: #eff2f5;
}
@media screen and (max-width: 64em) {
.caution_inner dt {
	flex-basis: 20%;
}
.caution_inner dd {
	display: flex;
	align-items: center;
	flex-basis: 72%;
	font-size: 16px;
	border-bottom: solid 1px #d5d8dc;
	margin-bottom: 24px;
	padding: 4%;
	background-color: #eff2f5;
}
}

/*事務所概要*/
#overview {
	padding: 0 0 30px;
}
.overview_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	max-width: 900px;
	margin: 0 auto;
}
.overview_photo {
	flex-basis: 20%;
}
.overview_photo img{
	width: 100%;
}
.overview_photo figure{
	text-align: center;
	font-size: 12px;
}
.overview_table {
	flex-basis: 70%;
}
.overview_table dl{
	display: flex;
	flex-wrap: wrap;
	border: solid 2px #717171;
	width: 100%;
}
.overview_table dt {
    color: #000;
    text-shadow: 1px 1px 0 #fdfdfd;
    display: flex;
    align-items: center;
    flex-basis: auto;
	width: 20%;
    padding: 3% 1%;
    border-right: solid 1px #717171;
    border-bottom: solid 1px #717171;
    background-color: #d6d6d6;
    font-weight: bold;
}
.overview_table dd{
	flex-basis: auto;
	width: 80%;
	padding: 3% 1%;
	border-bottom: solid 1px #000;
}
.overview_table dt:nth-child(7){
	border-bottom: none;
}
.overview_table dd:nth-child(8){
	border-bottom: none;
}

@media screen and (max-width: 48em){
.overview_inner {
	justify-content: center;
}
.overview_photo {
	flex-basis: 100%;
}
.overview_photo img{
	display: block;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 8px;
}
.overview_table {
	flex-basis: 100%;
}
.overview_table dl{
	margin-bottom: 30px;
}
.overview_table dt {
	border-right: none;
    flex-basis: 100%;
}
.overview_table dd{
	flex-basis: 100%;
}
.overview_table dt:nth-child(7){
	border-bottom: solid 1px #717171;
}
}



#loadingAria.is-open{
  display: block!important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, .5);
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
#loadingAria.is-open .text{
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  color: rgba(250, 250, 250, 1);
  font-size: 24px;
  text-align: center;
}
