@charset "utf-8";
/* ==========全ページ共通========== */
/* +++++すべて共通+++++ */

body{
    font-family: "UD Shin Go Regular", sans-serif;
    font-size: 16px;
    color:black;
    background: whtite;
    line-height: 1.2;
    text-align: left;
}
body,div,p,ul,h4{
    margin: 0;
    padding: 0;
}
h1,h2,h3{
    background-image: url(https://suzuki-kota-law.com/images/h-background.png);
    border-radius: 6px;
    padding: 0.1em;
    margin: 0.2em 0;
    border-bottom: solid green 2px;
}
h1{
    font-size: 2rem;
}
h2{
    font-size: 1.4rem;
}
h3{
    font-size: 1.14rem;
}
h4{
    font-size: 1rem;
}
h4::before{
    content: "【";
}
h4::after{
    content: "】";
}

p,td,th,li{
    line-height: 1.7
}
img{
    width: 100%;
    height: auto;
}
.img-qrcode{
	max-width: 160px;
	height: auto;	
	justify-content: center;
}
a{
    text-decoration: none;
    color:black;
}
a:hover{
    color: blue;
}
a:active{
    color: lightblue;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
address{
	margin:0.5em 0
}
.container{
    margin:0 auto;
    padding-left:20px;
    padding-right: 15px;
    max-width: 1000px;
}

.lead{
    font-weight: bold;
}

li{
    list-style-type: none;
}

table{
    border-collapse: collapse;
    margin: 1em 0;
}
th,td{
    border:1px solid grey;
    padding: 0.2em;
}
caption{
    color:green;
}
th{
    background: green;
    color: white;
}
tr:nth-child(odd){
    background: lightgreen;
}

mark{
    background: lemonchiffon;
}

/* +++++ヘッダー部分+++++ */
header{
    background:white;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner table{
    border-collapse: collapse;
    text-align: start;
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    margin: 0;
    }
.header-inner caption{
    border-radius: 15px 15px 0 0;
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    background: lemonchiffon;
    color: black;
}
.header-inner tr{
    background: lemonchiffon;
}
.header-inner td{
    background: lemonchiffon;
    padding: 0;
}

.header-tel{
    border-radius: 15px 15px 0 0;
    background: lemonchiffon;
    text-align: center;
    padding: 0.5em;
    border: solid 2px;
    line-height: 1.2em
}
.subtittle{
    font-size: 1rem;
    line-height: 1.2em;
}

/* +++++ナビゲーション部分+++++ */
nav{
    background:burlywood;
    display: flex;
    justify-content: center;
}

.nav-container{
    padding: 0.15em 0 0 0;
    width:100%;
}
.nav-bar{
    display: flex;
    justify-content: flex-start;
}

.nav-bar li{
    border-right: solid 1px white;
    list-style-type: none;
    text-align: center;
}

.nav-bar li a{
    display: block;
    display: inline;
    color: white;
    padding: 0.2em 0.5em;
}
.nav-bar a:hover{
    background: lightgreen;
}


/* +++++メインコンテンツ部分+++++ */
main{
    display: flex;
    max-width: 1000px;
    flex-flow: column;
}

.main-sentence p{
	text-indent: 1em;
}
.main-sentence a{
    color: blue;
}

.top-visual{
    padding: 0;
}

/* +++++フッター部分+++++ */
.footer-inner-0{
    display: flex;
    justify-content: flex-end;
}

.footer-inner-0 th,td{
    border: none;
}

.footer-inner-0 tr{
    background: none;
}

footer{
    background:burlywood; 
}

.footer-inner-1{
    display: flex;
    justify-content: space-between;
}
.footer-nav li{
    line-height: 1.2;
    list-style-type: disc;
}

footer .footer-inner-2{
    display: flex;
    justify-content: center;
    margin: 0;
}

.footer-inner-2 p{
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .footer-inner-1 {
        flex-flow: column;
    }
}

 

/* ==========トップページ専用========== */


/* ==========事務所概要ページ専用========== */

.sign{
    text-align: right
}
.career-profile, .career-profile li{
}

.career-contents li{
}

.career-profile{
}

.profile li{
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 1em;
}


/* ==========ご相談・ご依頼の流れページ専用========== */

.step-summary li{
		display: inline;
		list-style-type: none;
		margin:0 0.5em; 
		}
.step-summary li::after{
		content: "　⇒";
}
.step-summary li:last-child::after{
		content:none;
}

.counseling-steps li{
    list-style-type: decimal;
}

.houterasu li{
    margin-left: 2em
}
.houterasu img{
    max-width:150px;
    height: auto;
}

.houterasu a:hover{
    opacity: 0.5;
}


/* ==========顧問契約のご案内ページ専用========== */
.komon li{
    list-style-type: decimal;
    margin:0 0 0 2em
}


/* ==========お問合せページ専用========== */
.required{
	color:red;
}

form{
	margin: 2em 0;
	padding:0.5em;
	background: #ffa;
	border-radius: 8px;
}

form p{
	margin:0.5em 0 0.5em 0;
}

input,textarea{
	box-sizing: border-box;
}

input[type="text"],input[type="email"],input[type="tel"]{
	margin:0.5em 0 0.5em 1em;
	border: 1px solid #ccc;
	padding: 0.75em;
	min-width: 95%;
    width: 95%;
	font-size: 16px;
	border-radius: 8px;
}


input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus{
	background: #eeffff;
}

.input-group li{
	display: inline;
	margin:0 0 0 1em;
	list-style-type: none;
}

select{
	margin: 0 0 0 1em;
	font-size: 16px;
}

textarea{
	margin:0.5em 0 0.5em 1em;
	border: 1px solid grey;
	padding:0.75em;
	width:95%; 
    min-width: 95%;
	min-height: 12em;
	border-radius: 8px;
	font-size: 16px;
}

textarea:focus{
	background: #e6ffe9;
}

input[type="submit"],input[type="reset"]{
	border: solid 1px black;
	border-radius: 6px;
	padding: 0.5em 0.5em;
	font-size: 16px;
	font-weight: bold;
}

input[type="submit"]:hover,input[type="reset"]:hover{
	background: grey;
}

input[type="submit"]:active,input[type="reset"]:active{
	background: grey;
	opacity: 0.5;
}


/* ==========アクセスページ専用========== */
.access-map{
	max-width: 700px;
	height: auto;	
	justify-content: center;
}
.access-route li{
    list-style-type: decimal;
}


iframe{
	margin:0.5em 0;
}

.supplement{
	margin:0.5em 0 0.5em 2em
}
.supplement li{
    list-style-type: disc;
}

/* ==========プライバシーポリシーページ専用========== */

.policy li{
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 1em;
}

.policy h2{
    background-image: none;
    border-bottom: none;    
}

.policy h3{
    background-image: none;
    border-bottom: none;    
}
