@charset "UTF-8";
/*
CSS Document
Version: 7.0
Last Update: 2023-7-18
Author: nagaoka design office
*/
/* ====================================

    質入れ

==================================== */
/* for SmartPhone
_____________________________________*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5em;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    /* background: #f2e9d6; */
    background-color: white;
}
table {
    font-size: inherit;
    font: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
h1, h2 {
    font-weight: 700;
}
h3, h4 {
    font-weight: 700;
}
h5, h6 {
    font-weight: 400;
}
ul, ol {
    list-style: none;
}
input {
    vertical-align: middle
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
p {
    line-height: 1.5em;
    padding-bottom: 0.5em;
}
p > span {
    display: inline-block;
    white-space: nowrap;
}
.p05 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p20 {
    padding: 20px;
}
.p30 {
    padding: 30px;
}
#wrapper img {
    width: 100%;
}
img.full {
    width: 100%;
    height: auto;
}
img.sp-full {
    width: 100%;
    height: auto;
}
img.half {
    width: 50%;
    height: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.sp-only {
    display: block;
}
.pc-only {
    display: none;
}
/* for PC
_____________________________________*/
@media print, screen and (min-width: 768px) {
    body {
        min-width: 100%;
    }
    img.sp-full {
        width: auto;
    }
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
}
/* End for PC */
/* ====================================

    Layout

==================================== */
/* for SmartPhone 
_____________________________________*/
header {
    position: relative;
    width: 100%;
    /*max-width: 1000px;*/
    height: 50px;
    /* background: #f2e9d6; */
    background-color: white;
    margin: 0 auto;
}
main {
    width: 100%;
    /*max-width: 1000px;*/
    margin: 0 auto;
    background-color: white;
}
h1#Pagetitle {
    width: 150px;
    height: 50px;
    margin: 0 0 0 0;
    overflow: hidden;
}
h1#Pagetitle a {
    display: block;
    width: 150px;
    height: 0;
    padding: 50px 0 0 0;
    text-indent: -99999px;
    background: url("../../common/images/logo-kanteikyoku.png") center center no-repeat;
    background-size: auto 40px;
}
#ShopName {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 1em;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 50px;
}
#ShopName a {
    color: #222;
}
#ShopName span {
	position: relative;
	display: inline-block;
	top: -13px;
	right: -3px;
	transform: rotate(-10deg);
	font-size: 50%;
	color: #c00;
}
/* for PC
_____________________________________*/
@media print, screen and (min-width: 768px) {
    body {}
    h1#PageTitle {
        position: relative;
        width: 100%;
        height: auto;
    }
    #ShopName {}
}
/* End for PC */
/* ====================================

    Contents

==================================== */
/* for SmartPhone
_____________________________________*/
/* Main */
#wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
}
section {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.fullwidth {
    /* original value for website */
    width: 100%;
	max-width: 900px;
}
.contentwidth {
    /* original value for website */
    width: 86%;
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
}
#Breadcrumb {
    display: none;
}
#SendaiOroshimachi {
    padding: 40px 0 120px;
    background-color: #006934;
    background-image: url("../images/oroshimachi-bg-sp.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    #SendaiOroshimachi {
        background-image: url("../images/oroshimachi-bg-sp@2x.jpg");
        background-size: 100% auto;
    }
}
section h3 {
    padding: 10px 0;
    margin: 16px auto 16px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
}
section h3 > span {
    display: inline-block;
    white-space: nowrap;
}
section h3.shichi-h3 {
    width: 95%;
    padding: 0;
    margin: 16px auto;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 54px;
    background: url("../images/h3-bg-sp@2x.png") center center repeat-x;
    background-size: auto 54px;
    border: 4px solid #0071b8;
    border-radius: 50px;
}
/*
section h4 {
    height: auto;
    margin: 2em auto 0.5em;
    line-height: 1.4em;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
*/
section p {
    height: auto;
    margin: 0 auto 0.5em;
    line-height: 1.75em;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
/* 外部リンク */
.external-link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}
.external-link a {
    display: block;
    padding: 0.5em 1em;
    color: white;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    background: #222;
    border-radius: 6px;
}
.external-link a::after {
    content: "\f360";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    margin-left: 0.5em;
}
/* 注釈 */
.notice {
    margin: 20px auto;
    text-align: justify;
    line-height: 1.5em;
    font-size: 90%;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .5);
}
/* Image */
.content-image {
    width: 100%;
    margin: 16px auto;
}
.content-image-small {
    width: 100%;
    margin: 16px auto;
}
.content-image img {
    width: 100%;
    margin: 16px auto 0;
}
.content-image img:first-of-type {
    margin: 0 auto 0;
}
.cap-on-layer {
    position: relative;
}
.cap-on-note {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 1.25em;
    text-align: justify;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}
/* メイン */
#Shichiire {
	width: 100%;
	margin: 0 auto;
}
/* イントロ */
#Intro {
    width: 90%;
    margin: 0 auto;
}
/* メリット */
#Merit1 {
    position: relative;
    overflow: visible;
    height: 50vw;
}
#Merit1 .innerbox {
    position: relative;
    width: 95%;
    margin: 0 0 0 5%;
}
#Merit1 .innertext {
    position: absolute;
    display: block;
    top: 20vw;
    bottom: 0;
    right: 5%;
    width: 90%;
    text-align: justify;
}
#Merit2 {
    position: relative;
    overflow: visible;
    height: 60vw;
}
#Merit2 .innerbox {
    position: relative;
    width: 95%;
    margin: 0 5% 0 0;
}
#Merit2 .innertext {
    position: absolute;
    display: block;
    top: 28vw;
    left: 5%;
    width: 90%;
    text-align: justify;
}
@media print, screen and (max-width: 499px) {
    #Merit1 {
        height: 270px;
    }
    #Merit2 {
        height: 310px;
    }
}
@media print, screen and (max-width: 767px) {
    #Merit1 .innertext::before {
        content: url("../images/brank.png");
        width: 56%;
        height: 28vw;
        position: relative;
        float: left;
        display: block;
    }
    #Merit2 .innertext::before {
        content: url("../images/brank.png");
        width: 56%;
        height: 20vw;
        position: relative;
        float: right;
        display: block;
    }
}
/* 質入れがおすすめ */
#ForExample {
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
#ForExample div.pannel {
    margin: 0;
    width: auto;
    display: block;
}
/* 質入れの手順 */
#Step {}
#Step ul {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
}
#Step ul li.step-li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 15px;
}
#Step ul li.step-li::after {
    content: "";
    overflow: hidden;
}
#Step ul li.step-li img {
    display: block;
    position: relative;
    width: 200px;
    height: auto;
}
#Step h5 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 15px;
    font-weight: 700;
    color: white;
    padding: 0.25em 0.5em;
    background-color: rgba(0, 0, 0, .8);
    margin: 0 0 0.5em 0;
}
#Step .innertext {
    display: block;
    position: absolute;
    top: 0px;
    left: 220px;
}
#Step .innertext p {
    padding: 0;
    font-size: 15px;
    line-height: 1.5em;
}
@media print, screen and (max-width: 499px) {
    #Step ul li.step-li {
        margin: 0 auto 8px;
    }
    #Step ul li.step-li img {
        width: 40%;
    }
    #Step .innertext {
        left: calc(40% + 15px);
    }
}
@media print, screen and (max-width: 374px) {
    #Step ul li.step-li:nth-of-type(3) {
        height: 44vw;
    }
    #Step ul li.step-li:nth-of-type(4) {
        height: 56vw;
    }
}
/* 返済期限｜お預かり期限 */
#Limit {
    margin: 0 auto 40px;
}
#Limit .innertext {
    width: 90%;
    margin: 0 auto;
}
#Limit .innertext p {
    margin: 0 0 1em 0;
    padding: 0 0 0 20px;
    border-left: 5px solid #ddd;
}
/* 質入れ後の流れ */
#AfterFlow {
    margin: 0 auto 40px;
}
#AfterFlow .innerbox {
    width: 90%;
    margin: 0 auto;
}
#AfterFlow .subtitlebox {
    display: flex;
    align-items: flex-start;
    align-items: stretch;
}
#AfterFlow .subtitlebox > h4 {
    display: block;
    width: 120px;
    margin: 0;
    background-color: #88c23f;
}
#AfterFlow .subtitlebox > p.h4-right {
    display: block;
    margin: 0;
    width: calc(100% - 120px);
    padding: 8px 15px;
    text-align: justify;
    background-color: whitesmoke;
}
#AfterFlow .flow-img {
    width: 100%;
    margin: 10px auto 30px;
}
#AfterFlow .bottomtext {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #c00;
    padding: 8px 15px;
    background-color: #fcc;
}
/* 利息 */
#InterestBox {
    margin: 0 auto 40px;
}
#InterestBox .innerbox {
    width: 90%;
    margin: 0 auto;
}
#InterestBox .interest-example {
    width: 90%;
    max-width: 560px;
    margin: 20px auto;
}
.case-month {
	list-style: disc;
	margin: 0 0 1em;
	padding: 0.6em 0.6em 0.6em 3em;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.case-month li {
	font-size: 15px;
	line-height: 1.5em;
	padding: 0.25em 0;
}
/* 利息シミュレーター */
#Simulation {
    display: block;
	width: 90%;
    margin: 30px auto;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: whitesmoke;
    text-align: center;
}
#Simulation h3 {
    display: inline-block;
    margin: 0 auto 30px;
    padding: 0;
}
#Simulation .input-para {
    display: inline-block;
	margin: 0 auto 15px;
}
#Simulation .input-para > span {
    display: inline-block;
    padding: 6px 16px;
    background-color: #333;
    color: white;
    vertical-align: middle;
}
#Simulation .input-para > span.pre-yen {
    display: block;
	width: 100%;
	margin: 0 auto 0;
}
#Simulation .input-para > span.yen {
    display: inline-block;
	width: 34px;
    padding: 6px 16px 6px 2px;
    background-color: #ee9;
    color: #222;
    vertical-align: middle;
}
#Simulation input[type="text"] {
    text-align: right;
    font-size: 20px;
    vertical-align: middle;
}
#Simulation input[type="number"] {
	width: calc( 100% - 34px );
    padding: 6px 0px;
    background-color: #ee9;
    border: none;
    text-align: right;
    font-size: 16px;
    vertical-align: middle;
}
#Simulation input[type="number"]:focus {
    outline: none;
    background-color: #dd8;
}
#Simulation input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
#Simulation select {
    display: inline-block;
    margin: 0 12px;
    font-size: 16px;
    padding: 5px 12px;
    vertical-align: middle;
	background-color: #eee;
    border: 1px solid #999;
}
#Simulation #Amount {
    width: 200px;
    margin: 0;
}
#Simulation #SimulationSubmit {
    width: auto;
    margin: 0;
    padding: 5px 16px;
    background-color: #39b34a;
    color: white;
    border: 1px solid #39b34a;
    border-radius: 5px;
}
#Simulation #SimulationSubmit:hover {
    cursor: pointer;
}
#Simulation .divider {
    height: 80px;
    line-height: 80px;
}
#SimulationResult {
    display: block;
}
#SimulationResult > div {
    display: block;
    width: 100%;
    margin: 0 auto 1px;
    padding: 8px 14px;
    background-color: #333;
    vertical-align: middle;
}
#SimulationResult > div span {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 16px;
    line-height: 1.25em;
    vertical-align: middle;
}
#SimulationResult > div input[type="text"] {
	display: inline-block;
    width: 100px;
    margin: 0;
    padding: 0;
    background-color: #333;
    border: none;
    color: white;
    font-size: 16px;
    line-height: 1.25em;
    vertical-align: middle;
}
/* 品物（質草）と融資額の例 */
#PawnPrice {
    margin: 0 auto 40px;
}
#PawnPrice .innerbox {
	width: 90%;
	margin: 0 auto;
}
#PawnPriceTable {
    table-layout: auto;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 1px;
    color: #222;
}
#PawnPriceTable thead th {
    width: auto;
    color: #222;
    background-color: #eee;
    padding: 0.5em 0;
    text-align: center;
    font-weight: 700;
}
#PawnPriceTable thead th.price {
	width: 90px;
}
#PawnPriceTable tbody td {
    padding: 0;
    font-size: 15px;
    line-height: 1.25em;
    color: #f0f0f0;
    font-weight: 400;
    text-align: left;
    background-color: #222222;
}
#PawnPriceTable tbody td.photo {
    padding: 5px;
    height: 50px;
	width: 50px;
}
#PawnPriceTable tbody td.photo img {
    height: 50px;
    width: auto;
}
#PawnPriceTable tbody td.price {
    padding: 0 0.5em 0 0;
	font-size: 13px;
	font-weight: 400;
    color: #FFFFFF;
    text-align: right;
	white-space: nowrap;
}
#PawnPriceTable tbody td.price span {
	font-size: 1.3rem;
	font-weight: 700;
	color: #FF7070;
}
#PawnPriceTable tbody th > span, #PawnPriceTable tbody td > span {
    display: inline-block;
	white-space: nowrap;
}
#PawnPrice p.note {
    margin: 0.5em 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #333;
}
/* 安心査定 */
#AnshinSatei {
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
#AnshinSatei > div {
    display: block;
    width: 48%;
}
#AnshinSatei h5 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}
#AnshinSatei h5 > span {
    display: inline-block;
    white-space: nowrap;
}
/* ガイド */
#Guide {
    margin: 10px auto;
}
#Guide dl {
	display: block;
	justify-content: flex-start;
	margin: 20px auto;
	width: 100%;
	background-color: rgba(0, 0, 0, .2);
	padding: 10px 20px;
}
#Guide dl dt {
	width: auto;
	color: white;
	line-height: 30px;
	text-align: center;
}
#Guide dl dd {
	width: auto;
}
.guide {
    color: white;
    line-height: 1.35em;
    padding: 5px 0 5px 34px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.guide.icon-subway {
    background-image: url("../images/icon-subway@2x.png");
    background-size: 30px 30px;
	background-position: 0 0;
}
.guide.icon-car {
    background-image: url("../images/icon-car@2x.png");
    background-size: 30px 30px;
	background-position: 0 0;
}
/* 初心者 */
#Hajimete {
    margin: 10px auto;
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}
/* スピード決済 */
#Spead {
    margin: 10px auto;
}
#SpeadHeadline {
    margin: 10px auto;
}
#Spead > p {
    color: white;
    margin: 0.2em auto;
}
/* 利息表 */
#Interest {
    width: 100%;
    table-layout: auto;
    border-spacing: 1px;
    border-collapse: collapse;
}
#Interest tbody tr th {
    font-weight: 400;
    padding: 4px 1em;
    text-align: center;
    color: #fff;
    background-color: #333;
    border: 1px solid #999;
}
#Interest tbody tr th:first-child {
    width: auto;
}
#Interest tbody tr td {
    font-weight: 400;
    padding: 4px 1em;
    text-align: center;
    color: #222;
    border: 1px solid #999;
}
/* バナー */
.banner {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 30px;
}
.banner img {
	width: 100%;
	height: auto;
}
/* Link Button */
.linkbtn-box {
    width: 86%;
    text-align: center;
    margin: 20px auto 30px;
}
a.linkbtn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 6px auto;
    line-height: 1.2em;
    font-size: 14px;
    padding: 14px 0 12px;
    font-weight: 700;
    color: #fff;
    background: #222;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.under-linkbtn {
    display: inline-block;
    font-size: 13px;
    line-height: 1.5em;
    color: #fff;
}
/* for Tab
_____________________________________*/
@media (min-width: 768px) and (max-width: 899px) {
	/* メイン */
	#Shichiire {
		width: 95%;
		max-width: 900px;
		margin: 0 auto;
	}
	/* メリット */
    #Merit1 {
        position: relative;
        width: 95%;
        height: auto;
        margin: 0 0 30px 5%;
    }
    #Merit1 .innerbox {
        position: relative;
        width: 100%;
        margin: 0;
    }
    #Merit1 .innertext {
        position: absolute;
        top: 42%;
        bottom: 0;
        right: 5%;
        width: 42.5%;
        height: auto;
        text-align: justify;
    }
    #Merit2 {
        position: relative;
        width: 95%;
        height: auto;
        margin: 0 5% 30px 0;
    }
    #Merit2 .innerbox {
        position: relative;
        width: 100%;
        margin: 0;
    }
    #Merit2 .innertext {
        position: absolute;
        top: 60%;
        bottom: 0;
        left: 5%;
        width: 42.5%;
        height: auto;
        text-align: justify;
    }
	#SendaiOroshimachi {
		padding: 30px 0 240px;
	}
}
/* for PC
_____________________________________*/
@media print, screen and (min-width: 900px) {
    /* Main */
    #wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    section {
        clear: both;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .fullwidth {
        /* original value for website */
        width: 100%;
        margin: 0 auto;
    }
    .contentwidth {
        /* original value for website */
        padding: 0 0 40px;
    }
    #Head {
        background: url("../images/head-bg.jpg") center top repeat-x;
        background-size: 10px 900px;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #Head {
            background: url("../images/head-bg@2x.jpg") center top repeat-x;
            background-size: 10px 900px;
        }
    }
    #SendaiOroshimachi {
        padding: 60px 0 300px;
        background-color: #006934;
        background-image: url("../images/oroshimachi-bg-pc.jpg");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #SendaiOroshimachi {
            background-image: url("../images/oroshimachi-bg-pc@2x.jpg");
            background-size: 100% auto;
        }
    }
    section h3 {
        padding: 15px 0;
        margin: 25px auto 25px;
        font-size: 30px;
    }
    section h3 > span {}
    section h3.shichi-h3 {
        width: 100%;
        text-align: center;
        color: white;
        font-size: 32px;
        line-height: 80px;
        background: url("../images/h3-bg@2x.png") center center no-repeat;
        background-size: 100% auto;
        border: none;
        border-radius: 0;
    }
    section h4 {
        font-size: 18px;
    }
    section p {
        font-size: 17.5px;
    }
	/* メイン */
	#Shichiire {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}
    /* イントロ */
    #Intro {
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
    }
    /* メリット */
    #Merit1 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }
    #Merit1 .innerbox {
        position: relative;
        width: 100%;
        margin: 0;
    }
    #Merit1 .innertext {
        position: absolute;
        top: 42%;
        bottom: 0;
        right: 0;
        width: 47%;
        height: auto;
        text-align: justify;
    }
    #Merit2 {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0;
    }
    #Merit2 .innerbox {
        position: relative;
        width: 100%;
        margin: 0;
    }
    #Merit2 .innertext {
        position: absolute;
        top: 60%;
        bottom: 0;
        left: 0;
        width: 47%;
        height: auto;
        text-align: justify;
    }
    /* 質入れがおすすめ */
    #ForExample {
        margin: 40px auto;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    /* 質入れの手順 */
    #Step {}
    #Step ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #Step ul li.step-li {
        position: relative;
        display: block;
        width: calc(25% - 20px);
    }
    #Step ul li.step-li::after {
        content: "\f0da";
        position: absolute;
        width: 20px;
        right: -20px;
        top: 220px;
        font: var(--fa-font-solid);
        font-weight: 900;
        font-size: 20px;
        text-align: center;
    }
    #Step ul li.step-li:last-of-type::after {
        content: none;
    }
    #Step ul li.step-li img {
        width: 100%;
    }
    #Step h5 {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin: 6px 0 2px;
        padding: 6px 0;
        text-align: center;
        color: #222;
        font-size: 16px;
        font-weight: 700;
        background-color: #eee;
    }
    #Step .innertext {
        position: relative;
        top: 0;
        left: 0;
    }
    #Step .innertext p {
        font-size: 16px;
        line-height: 1.75em;
    }
    /* 返済期限｜お預かり期限 */
    #Limit {
        margin: 0 auto 60px;
    }
    #Limit .innertext {
        width: 100%;
    }
    #Limit .innertext p {}
    /* 質入れ後の流れ */
    #AfterFlow {
        margin: 0 auto 60px;
    }
    #AfterFlow .innerbox {
        width: 100%;
        margin: 0 auto;
    }
    #AfterFlow .subtitlebox {
        display: flex;
        align-items: flex-start;
    }
    #AfterFlow .subtitlebox > h4 {
        display: block;
        width: 190px;
        margin: 0;
    }
    #AfterFlow .subtitlebox > p.h4-right {
        display: block;
        width: calc(100% - 190px);
        padding: 10px 20px;
        text-align: justify;
        background-color: whitesmoke;
    }
    #AfterFlow .flow-img {
        width: 100%;
        max-width: 560px;
        margin: 15px auto 50px;
    }
    #AfterFlow .bottomtext {
        border: 2px solid #c00;
        padding: 10px 20px;
        background-color: #fcc;
    }
    /* 利息 */
    #InterestBox {
        margin: 0 auto 60px;
    }
    #InterestBox .innerbox {
        width: 100%;
        margin: 0 auto;
    }
    #InterestBox .interest-example {
        width: 90%;
        max-width: 560px;
        margin: 50px auto;
    }
	/* 利息シミュレーター */
	#Simulation {
		width: 100%;
		margin: 50px auto;
		padding: 50px 80px;
		border-radius: 16px;
	}
	#Simulation .input-para {
		margin: 0 auto 15px;
	}
	#Simulation .input-para > span.pre-yen {
		display: inline-block;
		width: auto;
	}
	#Simulation .input-para > span.yen {
		display: inline-block;
		width: auto;
	}
	#SimulationResult > div {
		width: 100%;
		max-width: 620px;
		margin: 0 auto 1px;
		padding: 12px 20px;
	}
	#SimulationResult > div span {
		font-size: 20px;
	}
	#SimulationResult > div input[type="text"] {
		width: 160px;
		font-size: 20px;
	}
	/* 品物（質草）と融資額の例 */
	#PawnPrice {
		margin: 0 auto 80px;
	}
	#PawnPrice .innerbox {
		width: 100%;
	}
	#PawnPriceTable {
		table-layout: auto;
		width: 100%;
		max-width: 900px;
	}
	#PawnPriceTable thead th {
		width: 50%;
	}
	#PawnPriceTable thead th.price {
		width: 50%;
	}
	#PawnPriceTable tbody td {
		padding: 0 0 0 1em;
		font-size: 18px;
	}
	#PawnPriceTable tbody td.photo {
		padding: 5px 10px;
		height: 150px;
		width: 150px;
	}
	#PawnPriceTable tbody td.photo img {
		height: 150px;
		width: auto;
	}
	#PawnPriceTable tbody td.price {
		font-size: 1.5rem;
		font-weight: 400;
		padding: 0 2em 0 0;
	}
	#PawnPriceTable tbody td.price span {
		font-size: 2rem;
		font-weight: 700;
	}
	#PawnPriceTable tbody th > span, #PawnPriceTable tbody td > span {
	}
    /* 外部リンク */
    .external-link {
        width: 90%;
        max-width: 900px;
        margin: 30px auto;
    }
    .external-link a {
        font-size: 20px;
        border-radius: 10px;
    }
    .external-link a::after {}
    /* Image */
    .content-image {
        width: 100%;
        margin: 0 auto 20px;
    }
    .content-image-small {
        width: 50%;
        max-width: 450px;
        margin: 0 auto 20px;
    }
    .content-image-left {
        display: block;
        float: left;
        margin: 0 2% 20px 0;
    }
    .content-image-right {
        display: block;
        float: right;
        margin: 0 0 20px 2%;
    }
    .content-image img {
        width: 100%;
        margin: 20px auto 0;
    }
    .content-image img:first-of-type {
        margin: 0 auto 0;
    }
    .headline-pict {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
	/* ガイド */
	#Guide {
		margin: 10px auto;
	}
	#Guide dl {
		display: flex;
		justify-content: flex-start;
	}
	#Guide dl dt {
		width: 20%;
		line-height: 30px;
		align-items: center;
		text-align: center;
	}
	#Guide dl dd {
		width: 80%;
		align-items: center;
	}
	.guide {
	}
    /* 初心者 */
    #Hajimete .headline-pict {
        max-width: 600px;
    }
    /* 利息表 */
    /* 電話 */
    a[href^="tel:"] {
        pointer-events: none;
    }
    /* バナー */
    .banner {
        width: 100%;
        max-width: 900px;
        margin: 50px auto 30px;
    }
    /* Link Button */
    .linkbtn-box {
        clear: both;
        margin: 30px auto 60px
    }
    a.linkbtn {
        margin: 20px auto;
        line-height: 40px;
        font-size: 16px;
        padding: 16px 0 14px;
    }
    a.under-linkbtn {}
}
/* End for PC */
/* ====================================

    Info, Map

==================================== */
/* for SmartPhone
_____________________________________*/
#information {
    width: 100%;
    margin: 0;
    color: #222;
}
#information h3 {
    background: none;
}
/* 新型コロナウイルス対策 */
.corona {
    width: 86%;
    margin: 30px auto;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.corona h3 {
    margin: 0 auto;
    padding: 0 0 12px;
    background: none !important;
}
.corona p {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
}
/* 店舗情報 */
#information table {
    table-layout: auto;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    width: 86%;
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 0;
	border: 1px solid #999;
}
#information table th {
    width: 25%;
    color: #222;
    font-weight: 700;
    background: none;
    padding: 12px;
    border-top: 1px solid #999;
}
#information table td {
    color: #222;
    font-weight: 400;
    background: none;
    border-top: 1px solid #999;
}
#information table tr:first-child th,
#information table tr:first-child td {
	border-top: none;
}
#information table tbody td {
    padding: 12px;
}
#information table tfoot td {
    padding: 0;
    background: none;
}
.place-photo {
    display: block;
    width: 86%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}
.place-photo img {
    display: block;
    width: 100%;
}
.guidemap {
    padding: 0;
	width: 100%;
}
.g-map {
    width: 100%;
    max-width: 900px;
    height: 450px;
    border: none;
    margin: 0 auto;
}
/* 外部地図アプリ */
.maplink {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 15px auto;
}
a.btn-applemap, a.btn-googlemap {
    display: inline-block;
    margin: 0 2px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    color: #fff;
    background: #222;
    overflow: hidden;
}
/* for Tab */
@media print, screen and (min-width: 768px) {
    #information table {
        margin: 0 auto 60px;
    }
}
/* for PC */
@media print, screen and (min-width: 900px) {
    #information table {
		width: 900px;
        margin: 0 auto 60px;
    }
}
/* for SmartPhone */
/* ==================

    フッター

================== */
footer {
    clear: both;
    margin: 0 0 100px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0;
}
/* 許認可 */
.permission {
	clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0.5em 1em;
    height: auto;
    line-height: 1.3em;
    color: #333;
    text-align: center;
    font-size: 14px;
}
.permission > span {
    display: inline-block;
}
/* コピーライト */
.copyright {
    clear: both;
    display: block;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    height: 10px;
    line-height: 10px;
    color: #333;
    text-align: center;
    font-size: 12px;
}
.copyright a {
    color: #246;
}
/* ページトップへ */
.pageback {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.pageback a {
    display: inline-block;
    margin: 30px auto 30px;
    line-height: 1.2em;
    text-align: center;
    overflow: hidden;
    background: none;
    font-size: 20px;
    color: #222;
}
.gotop {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.gotop a {
    display: inline-block;
    margin: 20px auto 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: none;
    font-size: 36px;
    color: #222;
}
/* for PC */
@media print, screen and (min-width: 768px) {
    /* フッター */
    footer {
        clear: both;
        margin: 0 0 120px;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 0;
    }
    /* コピーライト */
    .copyright {
        clear: both;
        display: block;
        margin: 0;
        padding: 15px 0 30px;
        height: 1.2em;
        line-height: 1.2em;
        text-align: center;
        font-size: 12px;
    }
    /* CODE */
    .mobilecode {
        width: 116px;
        margin: 30px auto;
    }
    /* ページトップへ */
    .pageback {}
    .gotop {
        position: absolute;
        right: 30px;
        top: auto;
        bottom: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: none;
    }
    .gotop:hover {
        top: auto;
        bottom: 22px;
    }
    .gotop a {
        font-size: 32px;
        color: #333;
        margin: 0;
        width: 60px;
        height: 60px;
    }
} /* End for PC */