@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

.sp,.spnavi{
	display:none !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0;
    float: left;
    clear: both;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
	transition: 1.4s;
    transition-delay: 0.3s;
	transform: translateY(40px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

@media print{
    .spnavi{
        display: none;
    }
    .fade{
        opacity : 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes fadeIn {f
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

a{
	color: #000;
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	width:100%;
	min-width: 1100px;
	height:100%;
	margin:0;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}

header ul {
	list-style:none;
}
#toppage header{
	display: block;
	position: absolute;
	width: 100%;
    height: 108%;
    min-height: 108vh;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
}
#toppage header .block{
    display: block;
    width: 100%;
    height: 108vh;
}
#toppage main{
	display: block;
    position: relative;
	width: 100%;
    min-height: 500px;
	padding: 100vh 0 0 0;
    z-index: 20 !important;
	float: left;
	clear: both;
}
#secondary header{
	display: block;
	position: absolute;
	width: 100%;
    height: 400px;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
}
#secondary header .block{
    display: block;
    width: 100%;
    height: 400px;
}
#secondary main{
	display: block;
    position: relative;
	width: 100%;
    min-height: 500px;
	padding: 400px 0 0 0;
    z-index: 20 !important;
	float: left;
	clear: both;
}
#secondary main section{
	display: block;
	width: 100%;
    border-top:solid 5px #e2dac7;
	margin: 0 0 100px 0;
    padding: 50px 0 0 0;
	float: left;
	clear: both;
}
footer{
	display: block;
	width: 100%;
    color: #fff;
    background-color:#142e64;
	padding:50px 0;
	margin: 0;
	float: left;
	clear: both;
}

footer .block{
    display: block;
    width: 100%;
    max-width: 1050px;
    padding: 50px 0 0 0;
    margin: 0 auto;
    clear: both;
    overflow: auto;
}
.copyright{
	display: block;
	height:50px;
	text-align:left;
	color: #fff !important;
	font-size:10px;
    margin-top: 20px;
	float: left;
    clear: both;
}
.fnavi{
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: left;
    font-feature-settings: "palt" !important;
    margin-bottom: 50px;
    margin-left: -4px;
    float: left;
    clear: both;
}
.fnavi a{
    color: #fff;
}
.fnavi a:hover{
    text-decoration: none;
}
.info{
	display: block;
    width: 450px;
    font-size: 14px;
	float: left !important;
    clear: none;
}

.info .adress{
	display: block;
    width: 450px;
	float: left;
    clear: both;
}
.logo2{
    display: block;
    width: 450px;
    height: auto;
    margin: 0 0 40px 0;
    float: left;
    clear: both;
}
.info .tel{
	display: block;
    width: 450px;
    margin: 10px 0 0 0;
	float: left;
    clear: both;
}

.footer_map{
    display: block;
    width: 420px;
    height: auto;
    float: right !important;
}

.gnavi_bg{
    display: block;
    position: absolute;
    width: 550px;
    height: 45px;
    object-fit: cover;
    top:20px;
    right: 0;
    z-index: 20 !important;
}
nav{
	display: block;
    position: absolute;
	width: 470px;
    height: 45px;
	top: 30px;
    right:75px;
    z-index: 110 !important;
}
#gnavi{
	display: flex;
    position: absolute;
	width: 470px;
	height: 35px;
	text-align: center !important;
    z-index: 120;
}
#gnavi li{
    display: block;
    width: 20%;
    float: left;
}
#gnavi li a{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
	transition-duration: 0.2s;
}
#gnavi li a:hover{
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
	transition-duration: 0.2s;
}

.header-change{
	display: block;
	position: fixed;
	width: 100% !important;
	height: 40px;
    background-color: #142e64;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
	top: -150px;
	transition: 0.8s;
	z-index: 1000;
}
.header-change.show{
    top: 0 !important;
}
.header-change nav{
	display: block;
    position: absolute;
	width: 420px;
    height: 30px;
	top: 6px;
    right:50px;
    z-index: 110 !important;
}
#gnavi2{
	display: flex;
    position: absolute;
	width: 420px;
	height: 30px;
	text-align: center !important;
    z-index: 120;
}
#gnavi2 li{
    display: block;
    width: 20%;
    float: left;
}
#gnavi2 li a{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: left;
	transition-duration: 0.2s;
}
#gnavi2 li a:hover{
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
	transition-duration: 0.2s;
}
#logo_s{
    display: block;
    position: absolute;
    width: 120px;
    height: auto;
    top:7px;
    left: 15px;
}

#toppage .topimg{
    display: flex;
    position: absolute;
    width: 100%;
    height: 108vh;
    min-height: 550px;
    justify-content: center;
    align-items: center;
    top:0;
    overflow: hidden;
    z-index: 1 !important;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#toppage .mainimg{
    display: block;
    position: absolute;
    width: 100%;
    height: 108%;
    min-height: 108vh;
    object-fit: cover;
    object-position: top center;
    top:0;
    z-index: 2 !important;
}
#toppage .logo_bg{
	display: block;
    position: absolute;
    width: 600px !important;
    height: auto !important;
    margin: auto;
    z-index: 4;
    transition: 0.5s;
}
#toppage .logo{
	display: block;
    position: absolute;
    width: 600px !important;
    height: auto !important;
    margin: auto;
    z-index: 5;
    transition: 0.5s;
}

@media screen and (max-width:1300px)  {
    #toppage .logo_bg{
        width: 45% !important;
        min-width: 400px;
        height: auto !important;
        transition: 0.5s;
    }
    #toppage .logo{
        width: 45% !important;
        min-width: 400px;
        height: auto !important;
        transition: 0.5s;
    }
}

#secondary .topimg{
    display: flex;
    position: absolute;
    width: 100%;
    height: 350px !important;
    justify-content: center;
    align-items: center;
    top:0;
    overflow: hidden;
    z-index: 1 !important;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#secondary .mainimg{
    display: block;
    position: absolute;
    width: 100%;
    height: 350px !important;
    object-fit: cover;
    object-position: top center;
    top:0;
    z-index: 2 !important;
}
#secondary .logo_bg{
	display: block;
    position: absolute;
    width: 350px !important;
    height: auto !important;
    margin: 30px 0 0 0 !important;
    z-index: 4;
    transition: 0.5s;
}
#secondary .logo{
	display: block;
    position: absolute;
    width: 350px !important;
    height: auto !important;
    margin: 30px 0 0 0 !important;
    z-index: 4;
    transition: 0.5s;
}

#toppage section{
	display: block;
    position: relative;
	width: 100%;
	float: left;
	clear: both;
    z-index: 5;
}
#toppage section article{
	display: block;
    position: relative !important;
	width: 100%;
    padding: 0 50px;
	margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
	float: none;
	clear: both;
    z-index: 10 !important;
}
.top_office_introduction{
    position: relative;
    max-width: 1100px;
    text-align: center !important;
    padding: 70px 0 50px 0 !important;
    background-color: #fff;
    border-top:solid 5px #e2dac7;
    z-index: 5;
}
.top_office_introduction p{
    font-size: 16px;
    line-height: 220%;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.top_office_introduction a{
    color: #000;
}
.top_office_introduction a:hover{
    text-decoration: none;
}
.top_office h2{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 75px;
}
.top_lawyer h2{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 110px;
}
.top_topics h2{
    display: block;
    width: 200px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
    float: left;
}

#toppage h2{
    font-size: 35px;
    line-height: 110% !important;
}
#toppage h2 span{
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5 !important;
}

.top_office_service{
    width: calc(100% - 2px);
    max-width: 950px;
    position: relative;
    padding: 50px 50px 30px 50px !important;
    background-color: #F7F7F7;
    border: solid 1px #999999;
    z-index: 5 !important;
}
.top_office h3 span{
    display: inline;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 160%;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 3px;
    border-bottom: solid 3px #666666;
}
.top_office h3{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.top_office .caution{
    font-size: 14px;
    margin-bottom: 25px;
}
.top_office .block{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    clear: both;
}
.top_office .block p{
    font-size: 14px;
    line-height: 170%;
}
.top_office .block p strong{
    font-size: 15px !important;
    line-height: 220%;
    font-weight: 500 !important;
}
.service_tri{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: baseline;
    margin-left: 2px;
    margin-right: 5px;
}

.cnavi{
    display: flex;
    width: 450px;
    text-align: center;
    margin: 0 auto;
    flex-wrap:wrap;
    justify-content: space-between;
    clear: both;
}
.cnavi li{
    display: inline-block;
    width: 47%;
    font-size: 14px;
    margin: 50px 0 30px 0;
    
}
.cnavi li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 7px 10px;
    background-color: #2F4F84;
    background-image: url("../images/cnavi_tri.svg");
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-size: 8px auto;
    border-radius: 3px;
    transition: 0.2s;
}
.cnavi li a:hover{
    background-color: #598FE8;
    transition: 0.2s;
}

.top_topics{
    display: block;
    position: relative;
    width: 100%;
    padding: 190px 0 70px 0;
    background-color: #eeeadf;
    margin-top: -125px;
    border-bottom: solid 5px #D6C6AA;
    z-index: 1 !important;
}
.top_topics article{
    max-width: 1000px;
}
.top_topics dl{
    display: block;
    width: 750px;
    font-size: 13px;
    line-height: 130%;
    margin: 24px 0 30px 0;
    float: right;
}
.top_topics dt{
    display: block;
    width: 250px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.top_topics dd{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 35px;
    float: left;
    clear: both;
}
.top_topics dl a:hover{
    text-decoration: none;
}
.to_news_list a{
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-image: url("../images/to_news_list_tri.svg");
    background-repeat: no-repeat;
    background-position: right 4px;
    background-size: 8px auto;
    float: right;
    clear: both;
    transition: 0.2s;
}
.to_news_list a:hover{
   color: #C1C1C1;
   transition: 0.2s;
}

.top_lawyer{
    display: block;
    padding: 60px 0 100px 0;
}
.top_lawyer article{
    display: block;
    max-width: 1100px !important;
}
.top_lawyer ul{
    display: flex;
    position: relative;
    width: 100%;
    text-align: center;
    flex-wrap:wrap;
    justify-content: center;
}

.top_lawyer ul li{
    display: inline-block;
    width: 20%;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
    transition-duration: 0.4s;
}
.top_lawyer ul li a{
    text-decoration: none;
}
.top_lawyer ul li:hover{
    transform: scale(1.08);
    transition-duration: 0.3s;
}
.top_lawyer ul li strong{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.top_lawyer ul li span{
    display: block;
    width: 100%;
    font-size: 12px !important;
    margin-top: 8px;
}
.top_lawyer ul li img{
    display: block;
    width: calc(100% - 60px);
    margin: 0 30px 20px 30px;
}

.secondary_page article{
    display: block;
    width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-x: hidden;
    float: none;
}
#secondary .subtitle{
    font-size: 32px;
    line-height: 120%;
    width: calc(100% - 30px);
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0 0 2px 20px;
    margin-bottom: 60px;
    border-left:solid 10px #142e64;
}
.h2_map{
    margin-top: 50px;
    float: left;
    clear: both;
}
.news_area_block{
    display: block;
    width: 1000px !important;
    margin: 50px auto 0 auto !important;
    overflow: auto;
    overflow-x: hidden;
    overflow: hidden;
    float: none !important;
}

.news_area_block article{
    display: block;
    width: calc(100% - 280px) !important;
    font-weight: 400;
    margin: 0  !important;
    float: left;
}
aside{
    display: block;
    width: 230px;
    min-height: 100px;
    margin-bottom: 50px;
    float: right;
}
.news_area dl{
    display: table;
    width: 100%;
    margin: 0;
    float: left;
}
.news_area dl dt{
    display: table-cell;
    width: 250px;
    font-weight: bold;
    margin: 0 20px 12px 0;
    float: left;
    clear: both;
}
.news_area dl dd{
    display: table-cell;
    width: 100% !important;
    margin: 0 0 32px 0;
    float: left;
    clear: both;
}
.news_area dl dd strong{
    font-weight: 400;
    font-size: 16px !important;
}
.news_area dl dd strong a:hover{
    text-decoration: none;
}
.news_area dl hr{
    display: block;
    width: 100% !important;
    height: 30px !important;
    border: 0;
    border-top: solid 1px #ccc;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}
.news_excerpt{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 160%;
    color: #333;
    margin: 8px 0;
    float: left;
    clear: both;
}

.category{
    display: inline-block;
    width: 130px;
    color: #000;
    font-size: 9px !important;
    line-height: 9px !important;
    text-align: center !important;
    font-weight: normal !important;
    padding: 5px 0 5px 0;
    margin: 0 0 0 0 !important;
    background-color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    vertical-align: top  !important;
    float: right;
}
.news_area .category{
    background-color: #ebebeb;
    margin: 4px 0 0 0 !important;
}

.map_area{
    display: block;
    width: 100%;
    margin-bottom: 80px;
    float: left;
    clear: both;
}
.access_map{
    display: block;
    width: 652px;
    float: left;
}
.access_map img{
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #666;
    float: left;
}
.access_text{
    display: block;
    width: 270px;
    float: right;
}
.access_text p{
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 20px;
}

.table_outline{
	display: table;
	width: 100%;
    font-size: 14px;
    margin: 20px auto 80px auto;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table_outline th{
	display: table-cell;
    width: 150px;
    text-align: center;
    font-weight: 500;
	padding: 15px 15px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5;
}
.table_outline td{
	display: table-cell;
    text-align: left;
	padding: 15px 15px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.table01{
	display: table;
	width: 90%;
    font-size: 12px;
    margin: 20px auto 30px 5%;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table01 th{
	display: table-cell;
    min-width: 120px;
    text-align: center;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5;
}
.table01 td{
	display: table-cell;
    text-align: left;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.table02{
	display: table;
	width: 400px;
    font-size: 12px;
    text-align: left;
    margin: 20px 5% 30px 5%;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table02 th{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5;
}
.table02 td{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.table03{
	display: table;
	width: 450px;
    font-size: 12px;
    text-align: left;
    margin: 20px 5% 30px 5%;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table03 th{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5;
}
.table03 td{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.table04{
	display: table;
	width: 450px;
    font-size: 12px;
    text-align: left;
    margin: 20px 5% 30px 5%;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table04 th{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5;
}
.table04 td{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.table05{
	display: table;
	width: 600px;
    font-size: 12px;
    text-align: left;
    margin: 20px 5% 30px 5%;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table05 th{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #f5f5f5;
}
.table05 td{
	display: table-cell;
	padding: 5px 10px;
	margin: 0;
	border: solid 1px #ccc !important;
}

.table06{
	display: table;
	width: 350px;
    font-size: 13px;
    font-weight: normal !important;
    text-align: left;
    margin: 5px 0 10px;
	border-collapse: collapse;
	border: none;
	background-color: #fff;
    font-feature-settings: "palt";
	clear: both;
}
.table06 th{
	display: table-cell;
    font-weight: normal !important;
	padding: 2px 0;
	margin: 0;
	border: none;
}
.table06 td{
	display: table-cell;
	padding: 2px 0;
	margin: 0;
	border: none;
}

#secondary h3{
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 150%;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #999;
    float: left;
    clear: both;
}

.privacy_area{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
    float: left;
    clear: both;
}

.privacy_area hr{
    display: block;
    width: 100%;
    height: 20px;
    border: none;
    float: left;
    clear: both;
}
.privacy_area p{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
}
.privacy_area strong{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    padding-bottom: 5px;
    margin-top: 20px;
    float: left;
    clear: both;
}
.privacy_area ul{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 20px;
    margin-left: 25px;
}

.fee_area{
    display: block;
    width: 100%;
    margin-bottom: 80px;
    float: left;
    clear: both;
}

.fee_area p{
    font-size: 14px;
    line-height: 160%;
}
.fee_area th{
    font-weight: 500;
}
.fee_area h3{
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: solid 1px #999;
    float: left;
    clear: both;
}
.fee_area h4{
    display: block;
    width: calc(100% - 20px);
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 0 0 15px;
    margin-top: 50px;
    margin-bottom: 5px;
    border-left:solid 5px #327CB3;
    float: left;
    clear: both;
}

.fee_area strong{
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 140%;
    font-weight: 500;
    padding-bottom: 5px;
    margin-top: 25px;
    float: left;
    clear: both;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:20px;
	text-align:center;
	font-size:16px;
    font-weight: 400;
	margin:0 0 0 0;
	float:left;
	clear:both;
}
a.page-numbers,
.pager .current{
	color: #333;
	text-decoration: none;
	margin:0 10px;
}
.pager .current{
	color:#142e64;
    font-weight: 600 !important;
}

#sidebar{
    display: block;
    width: 230px !important;
    float: right;
}
#sidebar ul{
    display: block;
    width: 100%;
    margin-bottom: 50px !important;
    float: left;
    clear: both;
}
#sidebar ul li{
    width: calc(100% - 30px) !important;
    line-height: 120% !important;
    margin-bottom: 10px !important;
    margin-left: 30px;
    float: left;
    clear: both !important;
}
#sidebar ul li a{
    display: inline;
    width: 100%;
    font-size: 12px !important;
    line-height: 120% !important;
    clear: both !important;
}
#sidebar ul li a:hover{
    text-decoration: none;
}

.snavi_title strong{
    display: block;
    width: 100%;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin: 0 0 15px 0;
    float: left;
    clear: both;
}

.info_navi{
	display: flex;
	width: 100%;
    padding: 10px 0 0 0;
	margin: 80px auto 0 auto;
    font-size: 10px;
    color: #000;
    flex-direction: row;
    justify-content: space-around;
    border-top: solid 1px #ccc;
	float: none;
	clear: both;
}
.icon-prev{
	display: block;
	width: 200px;
	height: auto;
    text-align: left;
	float: left;
}

.icon-next{
	display: block;
	width: 200px;
	height: auto;
    text-align: right;
	float: left;
}
.icon-list{
	display: block;
	width: 200px;
	height: auto;
    text-align: center;
	float: left
}
.info_navi a{
    text-decoration: none;
    color: #666 !important;
}
.info_navi a:hover{
    color: #5BA2A7 !important;
}

.article_title_area{
    display: block;
    width:100%;
    margin-bottom: 50px;
    float: left;
    clear: both;
}
.news_area_single .article_title strong{
    display: block;
    width: 100%;
    font-size: 22px ;
    line-height: 130%;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #999;
    float: left;
    clear: both;
}
.news_area_single article .date{
    display: block;
    width: 250px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.news_area_single article .category{
    float: right;
}

.news_area_single article p{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 25px;
}

.news_area_single article{
    font-size: 15px;
    line-height: 160%;
}
.news_area_single article .block{
    min-height: 400px;
}
.news_area_single article a{
    color: #000;
}
.news_area_single article a:hover{
    text-decoration: none;
}
.news_area_single h1{
    display: inline-block;
    width: 100%;
    font-size: 30px ;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.news_area_single h2{
    display: inline-block;
    width: 100%;
    font-size: 25px ;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.news_area_single h3{
    display: inline-block;
    width: 100%;
    font-size: 20px !important;
    line-height: 130% !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
    color: #2753AC;
    border: none !important;
    float: left;
    clear: both;
}

.info_contents{
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 160%;
    margin: 30px 0 20px 0;
    float: left;
    clear: both;
}
.info_contents p{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
}
.spec_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.main_photo{
    display: block;
    width: 380px;
    float: left;
}
.main_photo img{
    display: block;
    width: 100%;
    height: auto;
}
.spec{
    display: block;
    width: 550px;
    float: right;
}
.spec_name{
    display: block;
    width: 100%;
    border-bottom: solid 1px #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
    float: left;
    clear: both;
}

.post{
    display: block;
    width: 100%;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.name_jp{
    display: block;
    width: 100%;
    font-size: 35px !important;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
    float: left;
    clear: both;
}
.name_en{
    display: block;
    width: 100%;
    font-size: 17px !important;
    letter-spacing: 1px;
    float: left;
    clear: both;
}
.spec_area .tel{
    display: block;
    width: 100%;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.spec_area .tel2{
    display: block;
    width: 100%;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.spec_area .mail{
    display: block;
    width: 100%;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.spec_area .mail_caution{
    display: block;
    width: 100%;
    font-size: 12px !important;
    letter-spacing: 0;
    float: left;
    clear: both;
}
.info_block{
    display: block;
    width: calc(100% - 60px);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 12px;
    line-height: 140%;
    font-weight: 300 !important;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    border-top: solid 1px #ddd;
    margin: 40px 0 0 0;
    padding: 60px 30px 0 30px !important;
    float: left;
    clear: both;
}
.info_block p{
    margin-bottom: 12px;
}

.profile_subtitle{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px !important;
    float: left;
    clear: both;
}

.school strong{
    display: inline-block;
    width: 160px;
    font-weight: normal;
    margin-bottom: 3px;
}
.book strong,
.bengoshikai strong{
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.info_block dl{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    margin:  0;
}
.info_block dt{
    display: block;
    width: 150px;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
}
.info_block dd{
    display: block;
    width: calc(100% - 150px);
    margin-bottom: 10px;
    float: left;
}
.info_block dl a:hover{
    text-decoration: none;
}


#gnavi li ul{
	display: block;
	width:auto;
	height: auto!important;
	list-style: none;
	position: absolute;
	background-image:url("../images/gnavi_bg.png");
	top: 100%;
	left: 0;
	margin: 0 0 0 90px;
	padding:0 0 0 0;
	z-index: 100;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.3));
}
#gnavi2 li ul{
	display: block;
	width:auto;
	height: auto!important;
	list-style: none;
	position: absolute;
    background-color: #132E64;
	top: 100%;
	left: 0;
	margin: 0 0 0 90px;
	padding:0 0 0 0;
	z-index: 100;
}

#gnavi li:last-child ul,
#gnavi2 li:last-child ul{
	/*left: -50%;*/
	/*width: 100%;*/
}

#gnavi li ul li,
#gnavi2 li ul li{
	overflow: hidden;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	clear: both;
}
#gnavi .gnavi01 li a{
}

#gnavi li ul li a{
	width: 120px;
	color: #fff !important;
	text-align: left;
	font-size: 13px !important;
	line-height: [13px] !important;
	font-weight: normal!important;
	text-decoration: none;
	padding: 0 10px 0 32px;
    background-image: url("../images/cnavi_tri.svg");
    background-position: 16px 7px;
    background-repeat: no-repeat;
    background-size: 5px auto;
    transition-duration: 0.2s;
}

#gnavi2 li ul li a{
	width: 110px;
	color: #fff !important;
	text-align: left;
	font-size: 12px !important;
	line-height: [12px] !important;
	font-weight: normal!important;
	text-decoration: none;
	padding: 0 10px 0 32px;
    background-image: url("../images/cnavi_tri.svg");
    background-position: 16px 7px;
    background-repeat: no-repeat;
    background-size: 5px auto;
    transition-duration: 0.2s;
}

#gnavi li ul li a:hover,
#gnavi2 li ul li a:hover{
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
	transition-duration: 0.2s;
}
#gnavi li:hover ul li,
#gnavi2 li:hover ul li{
	overflow: visible;
	height: 32px;
}
#gnavi li:hover ul li:first-child,
#gnavi2 li:hover ul li:first-child{
	border-top: 0;
}
#gnavi li:hover ul li:last-child,
#gnavi2 li:hover ul li:last-child{
	border-bottom: 0;
}
#gnavi li:hover ul li:last-child a,
#gnavi2 li:hover ul li:last-child a{
	height: 40px !important;
}


.greeting_area p{
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    margin-bottom: 20px;
}

/* メディアファイルレイアウト */
 .alignleft{
	display: inline-block;
    max-width: 100% !important;
	float:left !important;
	margin:0 0 40px 0;
}

.alignright{
	display: inline-block;
    max-width: 100% !important;
	float:right !important; 
	margin:0 0 40px 0;
    clear: right;
}
.aligncenter,
.alignnone{
	display:block;
    max-width: 100% !important;
	margin:0 auto 40px auto !important;
	float:none !important;
	clear:both;
}