@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');

.pc,.nav,#gnavi{
	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);
}

@keyframes fadeIn {
    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%;
	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: 200px;
	margin: 0 !important;
	top:0;
	z-index: 30 !important;
}
#secondary header .block{
    display: block;
    width: 100%;
    height: 200px;
}
#secondary main{
	display: block;
    position: relative;
	width: 100%;
    min-height: 500px;
	padding: 200px 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 50px 0;
    padding: 50px 0 0 0;
	float: left;
	clear: both;
}
footer{
	display: block;
	width: 100%;
    color: #fff;
    background-color:#142e64;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

footer .block{
    display: block;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
    float: left;
    clear: both;
}
.copyright{
	display: block;
    width: 100%;
	height:30px;
	text-align:center;
	color: #fff !important;
	font-size:10px;
    margin-top: 50px;
	float: left;
    clear: both;
}
.fnavi{
    display: none;
}
.info{
	display: block;
    width: 90%;
    text-align: center;
    font-size: 90% !important;
    margin: 0 5%;
	float: left !important;
    clear: none;
}

.info .adress{
	display: block;
    width: 100%;
	float: left;
    clear: both;
}
.logo2{
    display: none;
}
.info .tel{
	display: block;
    width: 100%;
    margin: 10px 0 0 0;
	float: left;
    clear: both;
}
.footer_map{
    display: none;
}

.gnavi_bg{
    display: none;
}
.header-change{
	display: none;
}
#logo_s{
    display: none;
}

#toppage .topimg{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    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: 100%;
    min-height: 100vh;
    object-fit: cover;
    object-position: top center;
    top:0;
    z-index: 2 !important;
}
#toppage .logo_bg{
	display: block;
    position: absolute;
    width: 80% !important;
    height: auto !important;
    margin: auto;
    z-index: 4;
    transition: 0.5s;
}
#toppage .logo{
	display: block;
    position: absolute;
    width: 80% !important;
    height: auto !important;
    margin: auto;
    z-index: 5;
    transition: 0.5s;
}
#secondary .topimg{
    display: flex;
    position: absolute;
    width: 100%;
    height: 200px !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: 200px !important;
    object-fit: cover;
    object-position: top center;
    top:0;
    z-index: 2 !important;
}
#secondary .logo_bg{
	display: block;
    position: absolute;
    width: 200px !important;
    height: auto !important;
    margin: 5px 0 0 0 !important;
    z-index: 4;
    transition: 0.5s;
}
#secondary .logo{
	display: block;
    position: absolute;
    width: 200px !important;
    height: auto !important;
    margin: 5px 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: 90%;
    padding: 0;
	margin: 0 5% !important;
	float: left;
	clear: both;
    z-index: 10 !important;
}
.top_office_introduction{
    display: block;
    width: 100%;
    position: relative;
    text-align: left!important;
    padding: 80px 0 50px 0 !important;
    background-color: #fff;
    border-top:solid 5px #e2dac7;
    z-index: 5;
}
.top_office_introduction br{
    display: none;
    padding: 0;
    margin: 0;
}
.top_office_introduction p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.en-home .top_office_introduction p{
    text-align: justify;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.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: 50px;
    float: left;
    clear: both;
}
.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{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 110% !important;
    float: left;
    clear: both;
}
#toppage h2 span{
    display: block;
    width: 100%;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    float: left;
    clear: both;
}

.top_office_service{
    display: block;
    width: 80% !important;
    position: relative;
    padding: 50px 5%  30px 5% !important;
    background-color: #F7F7F7;
    z-index: 5 !important;
    float: left;
    clear: both;
}
.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: 13px;
    line-height: 180%;
}
.top_office .block p strong{
    font-size: 15px !important;
    font-weight: 500 !important;
}
.service_tri{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: baseline;
    margin-left: 2px;
    margin-right: 5px;
}

.cnavi{
    display: block;
    width: 90%;
    text-align: center;
    margin: 30px 5%;
    clear: both;
}
.cnavi li{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin: 0 0 15px 0;
    clear: both;
    
}
.cnavi li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    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 dl{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    margin: 24px 0 30px 0;
    float: left;
    clear: both;
}
.top_topics dt{
    display: block;
    width: 100%;
    font-size: 15px;
    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;
}
.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: 33%;
    font-size: 10px;
    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: 14px;
    font-weight: 500;
    letter-spacing: 0;
}
.en-home .top_lawyer ul li strong{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
}
.top_lawyer ul li span{
    display: block;
    width: 100%;
    font-size: 10px !important;
    margin-top: 8px;
}
.top_lawyer ul li img{
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px 20px 10px;
}

.secondary_page article{
    display: block;
    width: 90%;
    padding: 0;
    margin: 0 5%;
    float: left;
    clear: both;
}
.secondary_page article .en_greeting_area{
    text-align: justify;
    font-size: 90%;
}
#secondary .subtitle{
    font-size: 18px;
    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: 90% !important;
    margin: 50px 5% 0 5% !important;
    float: left;
    clear: both;
}

.news_area_block article{
    display: block;
    width: 100%;
    font-weight: 400;
    margin: 0 0 30px 0  !important;
    float: left;
    clear: both;
}
aside{
    display: block;
    width: 90%;
    min-height: 100px;
    padding: 20px 5%;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    float: left;
    clear: both;
}
.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: 50px;
    float: left;
    clear: both;
}
.access_map{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.access_map img{
    display: block;
    width: 100%;
    height: auto;
    border: solid 1px #666;
    float: left;
}
.access_text{
    display: block;
    width: 90%;
    margin: 0 5%;
    float: left;
}
.access_text p{
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 20px;
}

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

.fee_area .table_block{
    width: 100% !important;
    max-width: 100% !important;
    overflow: auto;
    margin-bottom: 15px !important;
}
.fee_area th,.fee_area td,
.fee_area th p,.fee_area td p{
    -webkit-text-size-adjust:none !important;
    font-size: 80% !important;
}
.table01{
	display: table;
	width: 900px;
    margin: 20px 0 15px 0;
	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: 500px;
    text-align: left;
    margin: 20px auto 15px 0;
	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: 550px;
    text-align: left;
    margin: 20px auto 15px 0;
	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: 700px;
    text-align: left;
    margin: 20px auto 15px 0;
	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: 700px;
    text-align: left;
    margin: 20px auto 15px 0;
	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: 300px;
    font-size: 85% !important;
    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: 18px;
    line-height: 140%;
    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: 30px;
    float: left;
    clear: both;
}

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

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

.fee_area p{
    font-size: 90%;
    line-height: 160%;
}
.fee_area th{
    font-weight: 500;
}
.fee_area h3{
    display: block;
    width: 100%;
    font-size: 18px;
    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: 16px;
    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: 16px;
    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: 100% !important;
    float: left;
}
#sidebar ul{
    display: block;
    width: 100%;
    margin-bottom: 30px !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: 90% !important;
    line-height: 130% !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: 18px ;
    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{
    margin-bottom: 25px;
}

.news_area_single article{
    font-size: 90%;
    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: 100%;
    line-height: 160%;
    margin-bottom: 20px;
}
.spec_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.main_photo{
    display: block;
    width: 60%;
    margin: 0 20% 30px 20%;
    float: left;
}
.main_photo img{
    display: block;
    width: 100%;
    height: auto;
}
.spec{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.spec_name{
    display: block;
    width: 100%;
    text-align: center;
    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: calc(100% - 20px);
    font-size: 12px !important;
    letter-spacing: 0;
    padding: 10px;
    background-color: #f5f5f5;
    float: left;
    clear: both;
}
.info_block{
    display: block;
    width: 100%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 80%;
    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 0 0 0 !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: 100%;
    font-weight: normal;
    margin-top:10px;
    float: left;
    clear: both;
}
.book strong,
.bengoshikai strong{
    display: inline-block;
    font-size: 110% !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;
}

.info_block_topics{
    display: block;
    position: relative;
    width: 100%;
}
.info_block_topics dl{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    float: left;
    clear: both;
}
.info_block_topics dt{
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    float: left;
    clear: both;
}
.info_block_topics dd{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 20px;
    float: left;
    clear: both;
}

.greeting_area p{
    font-size: 90%;
    line-height: 160%;
    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;
}