@charset "utf-8";

/**front**/
#top_newsletter_area{display: none;}
#top_books_wrapper{display: none;}
/*=====================================
reset
=====================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* common style */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  position: relative;
  color: #000;
  line-height: 2;
  letter-spacing: .06em;
    font-size: 16px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}
input[type="submit"], input[type="reset"] {
  cursor: pointer;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
a {
  text-decoration: none;
    cursor : pointer;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
}
.in-block{
    display: inline-block;
}
main{
}
/* 共通装飾 */
.line{
    width: 100px;
    height: 1px;
    background-color: #003366;
    position: relative;
    margin: 10px auto;
}

    .komonkeiyaku {
        display: none;
    }

@media screen and (max-width: 425px) {
.line{
        margin: 5px auto;
    }
}
/* レスポンシブ用 */
.w_pc {
  display: block;
}
.w_tab{
    display: none;
}
.w_sp {
  display: none;
}
.w_768{
    display: none;
}

@media screen and (max-width: 1024px) {
	.w_pc {
	  display: none;
	}
	.w_tab {
	  display: block;
	}
}
@media screen and (max-width: 768px) {
	.w_768 {
	  display: block;
	}
    .w_769{
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .w_tab {
	  display: none;
	}
    .w_sp {
	  display: block;
	}
}


/*=====================================
header
=====================================*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 95px;
    padding: 20px 0;
    z-index: 9999;
    transition: 0.8s;
}
header .header_inner{
    position: relative;
}
header .area_logo{
    position: absolute;
    left: 50px;
}
header .area_logo .h1_txt,header .area_logo p{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
    display: block;
}
header .area_logo .logo img{
    width: 340px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    transition: 0.8s;
		position: relative;
		top: -2px;
	
}
_:-ms-lang(x)::backdrop, header .area_logo .logo img{
    width: 340px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
    transition: none;
}
header .area_logo .logo span{
    display: inline-block;
		font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #000;
}
nav{
    position: absolute;
    top: 10px;
    right: 20px;
}
nav ul{
    letter-spacing: -.4em;
}
nav ul li{
    font-size: 14px;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 30px;
}
nav ul li a{
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
    color: #000;
}
nav ul li a:hover{
    opacity: 1;
    color: #003366;
    border-bottom: 2px solid #003366;
    padding-bottom: 6px;
}

/* Fixed */
.area_header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
.area_header.fixed #global-navi ul li a {
    color: #333;
    padding: 0 20px;
}
/* Toggle Button */
.btn-gnavi {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.btn-gnavi p {
    position: relative;
}
.btn-gnavi span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn-gnavi span:nth-child(1) {
    top: 0;
}
.btn-gnavi span:nth-child(2) {
    top: 11px;
}
.btn-gnavi span:nth-child(3) {
    top: 22px;
}
@media screen and (min-width: 1025px){
	header .area_logo .logo span{
    vertical-align: unset!important;
}
}
@media screen and (min-width: 1025px){
    /* ↓↓↓ スクロール後 ↓↓↓ */
    .area_header.transform{
        height: 70px;
        padding: 10px 0;
        transition: 0.8s;
    }
    .area_header.transform .area_logo .logo img{
        width: 300px;
        transition: 0.8s;
		    vertical-align: sub;
			top:-2px;
    }
    .area_header.transform .area_logo p{
        font-size: 14px;
    }
    .area_header.transform .area_logo .logo span{
        font-size: 20px;
		font-size: 19px;
        vertical-align: middle;
    }
     _:-ms-lang(x)::backdrop, .area_header.transform .area_logo .logo img{
        width: 300px;
        transition: none;
    }
}
@media screen and (min-width: 1648px){
	 /*header .area_logo .logo span{
    vertical-align: inherit;
    }*/
}
@media screen and (max-width: 1440px){
    header .area_logo{
        left: 10px;
    }
    nav{
        right: 0;
    }
    nav ul li{
        margin: 0 25px;
    }
}
@media screen and (max-width: 1300px){
    header .area_logo .logo img{
        width: 300px;
    }
    header .area_logo .logo span{
        font-size: 20px;
    }
    
nav {
    /*left: 500px;*/
    right: 10px;
}    
    nav ul li{
        margin: 0 10px;
    }
}
@media screen and (max-width: 1024px){
    header{
        height: 70px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width: 1024px){
    .area_header.fixed {
        padding-top: 0;
        background: transparent;
    }
    .area_logo_sp {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    .area_header.fixed .area_logo,
    .area_header .area_logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #000;
        font-size: 26px;
    }
    #global-navi {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        /*top: -500px;*/
        top: -567px;
        background: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-navi ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-navi ul li {
        float: none;
        position: static;
    }
    .area_header #global-navi ul li a,
    .area_header.fixed #global-navi ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 15px 0;
    }
    .area_header #global-navi ul li{
        border-bottom: 1px solid #003366;        
    }
    .area_header #global-navi ul li:first-child{
        border-top: 1px solid #003366;
    }
    .area_header #global-navi ul li.nav_home,.area_header.fixed #global-navi ul li.nav_home{
        padding: 15px 0;
    }
    .area_header #global-navi ul li.nav_home a,.area_header.fixed #global-navi ul li.nav_home a{
        display: inline;
    }
    .btn-gnavi {
        display: block;
    }
    /* .btn-gnavi 切り替えアニメーション */
    .open .btn-gnavi span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open .btn-gnavi span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .btn-gnavi span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-navi スライドアニメーション */
    .open #global-navi {
        /* #global-navi top + .area_logo_sp height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

}
@media screen and (min-width:1380px){
header .area_logo .logo img {
    margin-bottom: -1px;
}
}
@media screen and (min-width:1200px){
header .area_logo .logo img {
    margin-bottom: 0!important;
}
}
@media screen and (max-width: 600px){
    header .area_logo .logo img{
        width: 250px;
	}
ader .area_logo .logo span{
        font-size: 18px;
        vertical-align: top;
    }
    header .area_logo .h1_txt,header .area_logo p{
        padding: 0;
    }
}
@media screen and (max-width: 425px){
    header{
        padding: 15px 0;
    }
    header .area_logo{
        left: 5px;
    }
    header .area_logo .logo img {
        width: 170px;
    }
    header .area_logo span.logo img {
        margin-bottom:3px;
			top:0;
    }
    header .area_logo .logo span{
        font-size: 13px;
        margin-top: 3px;
    }
    .logo{
        line-height: 1.8;
    }
    header .area_logo .h1_txt,header .area_logo p{
        font-size: 11px;
    }
    header .btn-gnavi{
        width: 20px;
        right: 15px;
        top: 8px;
    }
    #global-navi{
        /*top: -510px;*/
        top: -572px;
    }
}
@media screen and (max-width: 320px){
    header{
        height: 60px;
        padding: 12px 0;
    }
    header .logo{
        line-height: 1.5;
    }
    header .btn-gnavi{
        right: 10px;
    }
    header .area_logo .logo img {
        width: 170px;
        margin-right: 2px;
			top: -2px;
    }
    header .area_logo span.logo img {
        margin-bottom: 3px;
    }
}

/*=====================================
area_contact
=====================================*/
.area_contact{
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 68px;
    z-index: 4;
    transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
}
.area_contact .area_contact_inner{
    width: 100%;
    height: 108px;
    position: relative;
}
.area_contact .area_contact_inner a{
    width: 330px;
    height: 65px;
    display: block;
    position: absolute;
    transition: 1s;
    -webkit-transition: 1s;
}
.area_contact .area_contact_inner a:hover{
    transform: translateX(-250px);
    opacity: 1;
}
.area_contact .area_contact_inner a.btn_mail{
    top: auto;
    bottom: -30px;
}
.area_contact .btn_tel{
    color: #fff;
    background-color: #301E0E;
    font-size: 26px;
    margin-bottom: 10px;
}
.area_contact .btn_tel {
    display: block;
    padding: 8px 8px 8px 10px;
    width: 310px;
}
.area_contact .btn_contact .box_icon{
    display: inline-block;
    vertical-align: top;
    margin: 4px 5px;
}
.area_contact .btn_tel span{
    display: block;
    font-size: 12px;
}
.area_contact .btn_tel span.icon-tel{
    font-size: 22px;
    vertical-align: top;
    padding: 2px 0 0 2px;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align:center;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.area_contact .btn_tel span.num{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08rem;
}
.area_contact a.btn_contact .seek{
    display: inline-block;
}
.area_contact a.btn_contact:hover .seek{
    display: inline-block;
}
.area_contact .btn_mail{
    color: #301E0E;
    background-color: #fff;
    border: 1px solid #301E0E;
}
.area_contact .btn_mail .box_icon{
    margin: 0 10px 0 4px;
}
.area_contact .btn_mail .icon-mail{
    margin: 2px 0 0;
    font-size: 24px;
    vertical-align: top;
    padding: 4px 0 0 1px;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align:center;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #301E0E;
}
.area_contact .btn_mail .icon-mail:before{
    color: #301E0E;
}
.area_contact .btn_mail{
    display: block;
    padding: 10px;
    width: 310px;
}
.area_contact .btn_mail .seek{
    font-size: 18px;
    margin-top: 3px;
}
/*お問い合わせ*/
@media screen and (min-width:2060px){
	.area_contact_pc ul {
		padding: 0 31%!important;}
}
@media screen and (min-width:2001px){
	.area_contact_pc ul {
		padding: 0 30%!important;}
}
@media screen and (max-width: 2000px){
	.area_contact_pc ul {
		padding: 0 29%!important;}
}
@media screen and (max-width:1970px){
	.area_contact_pc ul {
		padding: 0 28.5%!important;}
}
@media screen and (max-width: 1900px){
	.area_contact_pc ul {
		padding: 0 28%!important;}

}
@media screen and (max-width: 1800px){
	.area_contact_pc ul {
		padding: 0 27%!important;}
}
@media screen and (max-width: 1700px){
	.area_contact_pc ul {
		padding: 0 26%!important;}
}
@media screen and (max-width: 1680px){
	.area_contact_pc ul {
		padding: 0 25%!important;}
}
@media screen and (max-width: 1600px){
	.area_contact_pc ul {
		padding: 0 24%!important;}
}
@media screen and (max-width: 1530px){
	.area_contact_pc ul {
		padding: 0 23%!important;}
}
@media screen and (max-width: 1450px){
	.area_contact_pc ul {
		padding: 0 22.5%!important;}
}
@media screen and (max-width: 1400px){
	.area_contact_pc ul {
		padding: 0 22%!important;}
}
@media screen and (max-width: 1380px){
	.area_contact_pc ul {
		padding: 0 21%!important;}
}
@media screen and (max-width: 1350px){
	.area_contact_pc ul {
		padding: 0 20%!important;}
}
@media screen and (max-width: 1300px){
	.area_contact_pc ul {
		padding: 0 18%!important;}
}
@media screen and (max-width: 1200px){
	.area_contact_pc ul {
		padding: 0 17%!important;}
}

@media screen and (max-width: 1150px){
	.area_contact_pc ul {
		padding: 0 16%!important;}
}

@media screen and (max-width: 1100px){
	.area_contact_pc ul {
		padding: 0 12%!important;}
}
@media screen and (max-width: 1105px){
	.area_contact_pc ul {
		padding: 0 13%!important;}
}
@media screen and (max-width: 1060px){
	.area_contact_pc ul {
		padding: 0 12%!important;}
}

@media screen and (min-width: 1025px){
    /* area_contact_pc */
    .area_contact_pc{
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #301E0E;
        z-index: 9999;
        /*border-top: 1px solid #ccc;*/
    }
    .area_contact_pc p{
        text-align: center;
    }
	.area_contact_pc .point{
        text-align: center;
		background-color: #d1d1d1;
		padding: 3px 0;
		font-size:14px;
		font-weight: bold;
    }
    .area_contact_pc ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
		width: 100%;
		height: 80px;
        padding: 0 22%;
       /* -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;*/
        justify-content:space-between;
    }
    .area_contact_pc .btn_tel{
        color: #fff;
        background-color: #301E0E;
		/*padding: 0 0 0 240px;
        /*width: 100%;
        vertical-align: top;
		margin: 0 auto;*/
        
        line-height: 1.5;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_pc .btn_tel {
        color:#fff !important;
        background-color: #301E0E;
        /*width:100%;*/
        vertical-align: top;
        height: 65px;
        line-height: 1.2;
    }
    .area_contact_pc .btn_tel a,.area_contact_pc .btn_mail a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .area_contact_pc .btn_tel a{
        padding:12px 0;
        text-align: center;
        color: #fff;
    }
    .area_contact_pc .btn_tel span.txt_24h{
        font-size: 14px;
        display: block;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_pc .btn_tel span.txt_24h {
           font-size: 14px;
            display: block;
    }
    .area_contact_pc .btn_tel span.num{
        font-size: 38px;
		font-weight: bold;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_pc .btn_tel span.num{
        font-size: 26px;
    }
    .area_contact_pc .btn_tel span.icon-tel{
        font-size: 30px;
    }
    .area_contact_pc .btn_mail{
        color: #301E0E;
		/*padding: 0 150px 0 30px;
       background-color: #fff;*/
    
    }
    .area_contact_pc .btn_mail a{
        padding: 15px 0;
    }
    .area_contact_pc .btn_mail span.icon-mail{
        font-size: 26px;
        vertical-align: middle;
        margin-right: 8px;
    }
    .area_contact_pc .btn_mail span.icon-mail:before{
        color: #fff;
    }
    .area_contact_pc .btn_mail span.txt_mail{
        letter-spacing: -0.05rem;
        color: #fff;
		border: 1px solid;
    display: block;
    padding:0.5rem 1rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    box-sizing: border-box;
    box-sizing: -moz-border-box;
    box-sizing: -webkit-border-box;
    position: relative;
    }
}
@media screen and (max-width:640px){
	.area_contact_sp .down{display: block;}
	.area_contact_sp .point{line-height: 1.6;}
}
@media screen and (max-width:375px){
	.area_contact_sp .point{font-size: 12px!important;}
}
@media screen and (max-width: 1024px){
	.area_contact_sp .point{
        text-align: center;
		background-color: #d1d1d1;
		padding: 5px 0;
		font-size:14px;
		font-weight: bold;
    }
	.area_contact_pc{display:none;}
    /* area_contact_sp */
    .area_contact_sp{
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9999;
        /*border-top: 1px solid #ccc;*/
    }
    .area_contact_sp p{
        text-align: center;
    }
    .area_contact_sp ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content:space-between;
    }
    .area_contact_sp .btn_tel{
        color: #fff;
        background-color: #301E0E;
        width: 50%;
        vertical-align: top;
        height: 65px;
        line-height: 1.2;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_sp .btn_tel {
        color:#fff !important;
        background-color: #301E0E;
        width: 50%;
        vertical-align: top;
        height: 65px;
        line-height: 1.2;
    }
    .area_contact_sp .btn_tel a,.area_contact_sp .btn_mail a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .area_contact_sp .btn_tel a{
        padding: 16px 0;
        text-align: center;
        color: #fff;
    }
    .area_contact_sp .btn_tel span.txt_24h{
        font-size: 14px;
        display: block;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_sp .btn_tel span.txt_24h {
           font-size: 14px;
            display: block;
    }
    .area_contact_sp .btn_tel span.num{
        font-size: 26px;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_sp .btn_tel span.num{
        font-size: 26px;
    }
    .area_contact_sp .btn_tel span.icon-tel{
        font-size: 22px;
    }
    .area_contact_sp .btn_mail{
        color: #301E0E;
        background-color: #fff;
        border: 1px solid #301E0E;
        display: inline-block;
        letter-spacing: normal;
        width: 50%;
        height: 65px;
        font-size: 18px;
        text-align: center;
    }
    .area_contact_sp .btn_mail a{
        padding: 12px 0;
    }
    .area_contact_sp .btn_mail span.icon-mail{
        font-size: 26px;
        vertical-align: middle;
        margin-right: 3px;
    }
    .area_contact_sp .btn_mail span.icon-mail:before{
        color: #301E0E;
    }
    .area_contact_sp .btn_mail span.txt_mail{
        letter-spacing: -0.05rem;
        color: #301E0E;
    }
}
@media screen and (max-width: 768px){
    /* area_contact_sp */
    .area_contact_sp .btn_tel span.txt_24h{
        font-size: 12px;
        display: inline-block;
    }
    _::-webkit-full-page-media, _:future, :root .area_contact_sp .btn_tel span.txt_24h {
           font-size: 12px;
            display: inline-block;
    }
}
@media screen and (max-width: 480px){
    .area_contact_sp .btn_tel a{
        padding: 15px 0;
    }
    .area_contact_sp .btn_tel span.txt_24h{
        display: none !important;
    }
    .area_contact_sp .btn_tel span.num{
        font-size: 22px !important;
    }
    .area_contact_sp .btn_tel{
        height: 60px !important;
    }
    .area_contact_sp .btn_mail{
        font-size: 14px;
        height: 60px !important;
    }
    .area_contact_sp .btn_mail span.icon-mail{
        font-size: 22px;
    }
}
@media screen and (max-width: 425px){
    .area_contact_sp .btn_tel a{
        padding: 18px 0;
    }
    .area_contact_sp .btn_tel span.icon-tel{
        font-size: 16px;
    }
    .area_contact_sp .btn_tel span.num{
        font-size: 16px !important;
    }
    .area_contact_sp .btn_tel{
        height: 55px !important;
    }
    .area_contact_sp .btn_mail{
        font-size: 14px;
        height: 55px !important;
    }
    .area_contact_sp .btn_mail span.icon-mail{
        font-size: 18px;
    }
    .area_contact_sp p{
        font-size: 14px;
    }
}
@media screen and (max-width: 320px){
    .area_contact_sp .btn_mail span.txt_mail{
        letter-spacing: -0.1rem;
    }
}
/*電話/来所法律相談初回一時間無料*/
.hourfree{
    text-align:center;
    font-size:0.8em;
    display:block;
    margin-top:10px;
    background:#180c02;
    padding:10px 15px;
    border-radius:3px;
}
.hourfree span{
    display:block;
    color:#fbf1c8;
    font-weight:bold;
    font-size: 1rem;
}
.footer_svg img{
    width: 100%;
    max-width: 400px;
    vertical-align: bottom;
    margin:0 auto;
}
@media screen and (max-width: 1024px){
.area_contact_sp .point {
    color:#900;          
}
}

/*=====================================
mainvisual(.area_top)
=====================================*/
.area_top{
    /*background: url("images/index/bg_main.jpg") no-repeat center;
    background-size: cover;
/*    margin-bottom: 180px;*/
    position: relative;
    margin-top: 95px;
}
.area_top > div:first-of-type{
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center;
    margin: 0 !important;
}
.area_top .area_top_inner{
    max-width: 1730px;
    padding: 140px 0 100px 100px;
    margin: 0 auto;
}
.area_top .txt_top_main{
    font-size: 46px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    max-width: 800px;
    text-shadow:1px 0px 5px #fff,-1px 0px 5px #fff,0px -1px 5px #fff,-1px 0px 5px #fff,1px 1px 5px #fff,-1px 1px 5px #fff,1px -1px 5px #fff,-1px -1px 5px #fff;
}
.area_top .txt_top_main span{
    display: inline-block;
    letter-spacing: 0.15rem;
}
.area_top .txt_top_sub{
    font-size: 22px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
    max-width: 790px;
    text-shadow:1px 1px 5px #fff,-1px 1px 5px #fff,1px -1px 5px #fff,-1px -1px 5px #fff;
}
.area_top .list_top{
    max-width: 755px;
    letter-spacing: -.4rem;
    margin: 50px 0 0;
}
.area_top .list_top li{
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #003366;
    display: inline-block;
    letter-spacing: normal;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}
.area_top .list_top li:last-of-type{
    margin-right: 0;
}
.area_top .list_top li:hover{
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
    transform: translateY(-0.1em);
    /*opacity: 0.7;*/
}
.area_top .list_top li span.icon{
    display: block;
    font-size: 55px;
    margin-bottom: 25px;
}
.area_top .list_top li span.icon.icon-hands{
    font-size: 70px;
    margin: 0 0 10px;
}
.area_top .list_top li a{
    display: block;
    padding: 45px 0 ;
    position: relative;
    color: #fff;
}
.area_top .list_top li a:hover{
    opacity: 1;
}
.area_top .list_top li a::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.area_top .list_top li a::after{
    content: url("images/common/icon_arrows_s.svg");
    position: absolute;
    right: 3px;
    bottom: 0;
}
@media screen and (max-width: 1600px){
    .area_top .area_top_inner{
        padding: 140px 0 100px 70px;
    }
}
@media screen and (max-width: 1440px){
    .area_top .area_top_inner{
        padding: 140px 0 100px 20px; 
        background-position: bottom 0 right -10%;
    }
    .area_top .txt_top_main{
        font-size: 44px;
        max-width: inherit;
        width: 60%;
    }
}
@media screen and (max-width: 1366px){
    .area_top .txt_top_main.w_pc{
        display: none;
    }
    .area_top .txt_top_main.w_tab{
        display: block;
        font-size: 40px;
    }
    .area_top .area_top_inner{
        padding: 100px 0 100px 20px; 
    }
}
@media screen and (max-width: 1200px){
    .area_top .area_top_inner{
/*        padding: 100px 0 100px 20px; 
        background-position: bottom 0 right -15%;
        background-size: 690px;*/
    }
    .area_top .txt_top_sub{
        max-width: inherit;
        width: 80%;
    }
    .area_top .txt_top_sub span{
        display: inline-block;
    }
    .area_top .list_top{
        max-width: inherit;
        width: 55%;
    }
    .area_top .list_top li{
        line-height: 1.5;
    }
    .area_top .list_top li span.icon{
        font-size: 45px;
    }
    .area_top .list_top li span.icon.icon-hands{
        font-size: 60px;
    }
    .area_top .list_top li span{
        display: inline-block;
    }
    .area_top .list_top li a{
        height: 180px;
        padding: 30px 0;
    }
}
@media screen and (max-width: 1024px){
	.area_top .txt_top_main span.block {
    display: block;
}
	.area_top .txt_top_main {
    font-size: 40px;
    width: 70%;
}
    .area_top{
/*        margin-bottom: 100px;*/
        margin-top: 70px;
    }
    .area_top .area_top_inner{
        width: 100%;
    max-width: inherit;
    background-size: 59%;
    background-position: bottom 0 right -50px;
    padding: 8vw 0 7vw 20px;
    }
    .area_top .txt_top_main.w_tab{
        font-size: 40px;
        width: auto;
    }
    .area_top .area_top_inner .w_769{
        width: 65%;
    }
    .area_top .txt_top_sub{
        font-size: 18px;
        line-height: 1.7;
    }
    .area_top .list_top{
        max-width: inherit;
        width: 60%;
    }
    .area_top .list_top li{
        font-size: 15px;
        line-height: 1.3;
    }
    .area_top .list_top li span{
        display: inline-block;
    }
    .area_top .list_top li span.icon,.area_top .list_top li span.icon.icon-hands{
        font-size: 35px;
        margin-bottom: 15px;
    }
    .area_top .list_top li a{
        padding: 20px 0;
        height: 130px;
    }
    .area_top .list_top li:hover{
        box-shadow: none;
        transform: none;
    }
}
@media screen and (max-width: 940px){
    .area_top .area_top_inner{
      background-size: 57%;
      /*background-position: bottom 0 right -70px;*/
    }
}
@media screen and (max-width: 900px){
    .area_top .area_top_inner{
        padding: 6vw 0 5vw 20px;
        /*background-position: bottom 0 right -64px;*/
    }
    .area_top .txt_top_main.w_tab{
        font-size: 35px;
    }
/*    .area_top .txt_top_sub{
        font-size: 20px;
    }*/
    .area_top .list_top{
        margin: 30px 0 0;
    }
}
@media screen and (max-width: 768px){
	.area_top .txt_top_sub {
    width: 98%;
    margin: 0 auto;
    text-align: center;
}
	.area_top .area_top_txt {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 70px 0;
}
  .area_top {
    margin-top: 70px;
    margin-bottom: 0;
}
    .area_top .txt_top_main{
       /*font-size: 42px; */
    font-size: 38px;
    max-width: inherit;
    /* width: 90%; */
    width: 95%;
    margin: 0 auto 15px;
    text-align: center;
    }
    .area_top .txt_top_main span{
        display: inline-block;
        letter-spacing: 0.05rem;
    }
    .area_top .list_top{
        max-width: inherit;
        width: 100%;
        margin: 0;
        /*margin: 450px 0 0;*/
    }
    .area_top .area_top_inner{
        background: none;
        padding:  0;
    }
    .area_top .list_top li{
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-right: 0;
    }
    .area_top .list_top li:last-of-type{
        border-bottom: 1px solid #003366;
    }
    .area_top .list_top li a{
        padding: 20px 0;
        height: auto;
    }
    .area_top .list_top li span.icon{
        display: none;
    }
}
@media screen and (max-width: 425px){
	.area_top .txt_top_main {
    font-size: 30px;
}
	.area_top .area_top_txt {
    padding: 60px 0;
}
    .area_top .area_top_inner{
       /* padding: 15px 0 0;*/
    }
    .area_top .list_top li a{
        padding: 15px 0;
    }
}
@media screen and (max-width: 375px){
.area_top .txt_top_main {
    font-size: 28px;
}
	area_top .txt_top_sub {
    font-size: 17px;
}
}
@media screen and (max-width: 320px){
.area_top {
	margin-top: 60px;}
	.area_top .txt_top_main {
    font-size: 26px;
}
	.area_top .txt_top_sub {
    font-size: 15px;
}
}
/*=====================================
front-page
=====================================*/
/* 共通 */
h2{
    font-size: 32px;
    text-align: center;
    letter-spacing: .3rem;
    line-height: 1.4;
}
h2 span{
    display: inline-block;
}
p.h2_small{
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}
a.btn_blue{
    color: #fff;
    background-color: #003366;
    border: 1px solid #fff;
}
a.btn_blue:hover{
    color: #003366;
    background-color: #f3f4f8;
    border: 1px solid #003366;
    opacity: 1;
}


/* area_field */
.area_field{
    margin: 0 auto 0!important;
    padding: 120px 0;
    background: url("images/index/bg_field.jpg") no-repeat center;
    background-size: cover;
}
.area_field .webp {background-image: url(images/index/bg_field.jpg.webp);}
.area_field .area_field_inner{
    max-width: 1200px;
    margin: 0 auto;
    height: 500px;
}
.area_field .area_field_inner .area_field_h2{
    color: #fff;
    background-color: rgba(0,51,108,0.90);
    width: 31%;
    margin-right: 2%;
    float: left;
    height: 100%;
    padding: 180px 0 0;
}
.area_field .area_field_inner .area_field_h2 h2{
    font-size: 36px;
}
.area_field .area_field_inner .area_field_h2 .line{
    background-color: #fff;
}
.area_field .area_field_inner .area_field_h2 p.h2_small{
    font-size: 24px;
}
.area_field .area_field_inner .list_field{
    width: 67%;
    float: right;
    letter-spacing: -.4rem;
}
.area_field .area_field_inner .list_field li{
    background-color: rgba(255,255,255,0.9);
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
    width: 32%;
    display: inline-block;
    letter-spacing: 0.1rem;
    margin: 0 2% 10px 0;
    height: 245px;
    vertical-align:top;
    position: relative;
}
.area_field .area_field_inner .list_field li:nth-of-type(3n){
    margin-right: 0;
}
.area_field .area_field_inner .list_field li a{
    color: #003366;
    height: 100%;
    display: table;
    width: 100%;
    padding: 10px;
    position: relative;
}
.area_field .area_field_inner .list_field li a:hover{
    color: #fff;
    background: rgba(0,51,102,0.9);
    opacity: 1;
}
.area_field .area_field_inner .list_field li a div{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /*width: 90%;
    height: 90%;*/
    width: 100%;
    height: 100%;
}
.area_field .area_field_inner .list_field li a div::before{
    content: url("images/common/icon_arrows_mb.svg");
    color: #003366;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.area_field .area_field_inner .list_field li a:hover div::before{
    content: url("images/common/icon_arrows_mw.svg");
}
.area_field .area_field_inner .list_field li a span{
    display: block;
}
/* 取扱分野のボーダー部分 */
.c4-izmir {
  --padding: 1em;
  --transition-duration: 600ms;
  --border-margin: 10px;
  --border-width: 1px;
  --border-color: #fff;
  position: relative;
  overflow: hidden;
  color: var(--text-color);
  border-radius: var(--border-radius);
}
.c4-izmir:before, .c4-izmir:after,.c4-izmir *:before, .c4-izmir *:after {
    box-sizing: border-box;
    transition: all 700ms ease;
    transition: all var(--transition-duration) ease;
}
.c4-izmir figcaption {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*padding: 1em;
    padding: var(--padding);*/
    width: 100%;
    width: auto;
    z-index: 1;
}
/* ボーダー自体の表示 */
[class^='c4-border']:before, [class^='c4-border']:after,
[class^='c4-border'] figcaption:before,
[class^='c4-border'] figcaption:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
  background-color: #ffffff;
  background-color: var(--border-color);
  position: absolute;
  content: '';
}
[class*=' c4-border']:hover:before,
[class*=' c4-border']:hover:after,
[class*=' c4-border']:hover figcaption:before,
[class*=' c4-border']:hover figcaption:after,
[class*=' c4-border']:focus:before,
[class*=' c4-border']:focus:after,
[class*=' c4-border']:focus figcaption:before,
[class*=' c4-border']:focus figcaption:after, :focus >
[class*=' c4-border']:before, :focus >
[class*=' c4-border']:after,
:focus >
[class*=' c4-border'] figcaption:before,
:focus >
[class*=' c4-border'] figcaption:after {
  transform: scale(1);
}
/* 上下ボーダーの表示 */
[class^='c4-border']:before, [class^='c4-border']:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after {
  z-index: 1;
  height: 1px;
  height: var(--border-width);
  left: 0;
  left: var(--border-margin);
  right: 0;
  right: var(--border-margin);
  transform: scaleX(0);
}
[class^='c4-border']:before,
[class*=' c4-border']:before {
  top: 15px;
  top: var(--border-margin);
}
[class^='c4-border']:after,
[class*=' c4-border']:after {
  bottom: 15px;
  bottom: var(--border-margin);
}
/* 左右ボーダーの表示 */  
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
    z-index: -1;
    width: 1px;
    width: var(--border-width);
    top: 15px;
    top: var(--border-margin);
    bottom: 15px;
    bottom: var(--border-margin);
    transform: scaleY(0);
}
[class^='c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:before {
    left: 15px;
    left: var(--border-margin);
}
[class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:after {
    right: 15px;
    right: var(--border-margin);
}
.c4-gradient-top {
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
  background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-izmir figcaption {
    padding: 10px;
}
.c4-izmir.hover figcaption > *, .c4-izmir:hover figcaption > *, .c4-izmir:focus figcaption > *, :focus > .c4-izmir figcaption > * {
    opacity: 1;
}
/* IEでのホバー対応 */
_:-ms-fullscreen, :root .area_field .area_field_inner .list_field li{
    opacity: 0.8;
}
_:-ms-fullscreen, :root .area_field .area_field_inner .list_field li:hover{
    opacity: 1;
}
_:-ms-fullscreen, :root .c4-izmir figcaption{
    position: static;
}
_:-ms-fullscreen, :root [class^='c4-border']:before, _:-ms-fullscreen, :root [class^='c4-border']:after,
_:-ms-fullscreen, :root [class^='c4-border'] figcaption:before,
_:-ms-fullscreen, :root [class^='c4-border'] figcaption:after,
_:-ms-fullscreen, :root [class*=' c4-border']:before,
_:-ms-fullscreen, :root [class*=' c4-border']:after,
_:-ms-fullscreen, :root [class*=' c4-border'] figcaption:before,
_:-ms-fullscreen, :root [class*=' c4-border'] figcaption:after {
  position: static;
}
_:-ms-fullscreen, :root header .area_logo .logo img{
    transition: 0 !important;
}


/* area_industry */
.area_industry{
    max-width: 1200px;
    margin: 0 auto 100px;
}
.area_industry ul.list_industry{
    letter-spacing: -.4rem;
    margin: 80px auto 0;
}
.area_industry ul.list_industry li{
    font-size: 20px;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
    width: 32%;
    margin: 0 2% 2% 0;
    background: #fff;
    border: 1px solid #003366;
    position: relative;
}
.area_industry ul.list_industry li:nth-of-type(3n){
    margin-right: 0;
}
.area_industry ul.list_industry li a{
    display: block;
    display: flex;
    flex-direction: column;
    opacity: 1;
}
.area_industry ul.list_industry li a:hover{
    transform: 0.8s;
    opacity: 0.6;
}
.area_industry ul.list_industry li a .text{
    padding: 10px 0;
    position: relative;
    color: #fff;
    background-color: #003366;
}
.area_industry ul.list_industry li a div{
    padding: 35px 0;
    /*border: 1px solid #fff;*/
    position: relative;
}
/* .area_industry ul.list_industry li a:hover div{
    padding: 35px 0;
    position: relative;
} */
.area_industry ul.list_industry li a .text::before{
    /*content: url("images/common/icon_arrows_mw.svg");*/
    content: "";
    background-image: url("images/index/arrow_wh.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 9px;
    position: absolute;
    right: 10px;
    /*bottom: 0;*/
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* .area_industry ul.list_industry li a:hover div::before{
    content: url("images/common/icon_arrows_mb.svg");
} */
.area_industry ul.list_industry li a .img{
    height: 100px;
    width: 100%;
    position: relative;
}
.area_industry ul.list_industry li a .img::before{
    content: "";
    width: 63px;
    height: 51px;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.area_industry ul.list_industry li.box01 a .img::before{
    background-image: url("images/index/url_icon01.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.area_industry ul.list_industry li.box02 a .img::before{
    background-image: url("images/index/url_icon02.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 58px;
    height: 54px;
}
.area_industry ul.list_industry li.box03 a .img::before{
    background-image: url("images/index/url_icon03.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    height: 64px;
}
.area_industry ul.list_industry li.box04 a .img::before{
    background-image: url("images/index/url_icon04.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 51px;
}
.area_industry ul.list_industry li.box05 a .img::before{
    background-image: url("images/index/url_icon05.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.area_industry ul.list_industry li.box06 a .img::before{
    background-image: url("images/index/url_icon06.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.area_industry ul.list_industry li.box07 a .img::before{
    background-image: url("images/index/url_icon07.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.area_industry ul.list_industry li.box08 a .img::before{
    background-image: url("images/index/url_icon08.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}


/* area_komon */
.area_komon{
    background-image: url("images/index/bg_komon_l.png"),url("images/index/bg_komon_r.png");
    background-repeat:  no-repeat;
    background-position:  bottom 0 left 0, top 0 right 0;
    background-color: #f3f4f8;
}
.area_komon .webp {background-image: url("images/index/bg_komon_l.png.webp"),url("images/index/bg_komon_r.png.webp");}
.area_komon .area_komon_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 170px 0;
}
.area_komon .area_komon_inner .area_komon_txt{
    max-width: 720px;
}
.area_komon .area_komon_inner .area_komon_txt p{
    font-size: 44px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
    text-shadow:1px 1px 10px #f3f4f8,-1px 1px 10px #f3f4f8,1px -1px 10px #f3f4f8,-1px -1px 10px #f3f4f8;
}
.area_komon .area_komon_inner .area_komon_txt p span{
    display: inline-block;
}
.area_komon .area_komon_inner .area_komon_txt p span.font_red{
    display: inline;
    color: #990000;
}
.area_komon .area_komon_inner .area_komon_txt a{
    display: table;
    font-size: 20px;
    padding: 20px 40px;
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
}
.area_komon .area_komon_inner .area_komon_txt a span{
    display: inline-block;
}



/* area_support */
.area_support{
    margin: 0 auto 0!important;
    padding: 120px 0;
    background: #e7ebf4;
}




/*.area_support{
	padding: 100px 0;
	background-color: #EFEFEF;
}*/
.area_support ul.list_industry{
    max-width: 1200px;
    letter-spacing: -.4rem;
    margin: 80px auto 0;
}
.area_support ul.list_industry li{
    font-size: 20px;
    text-align: center;
    display: inline-block;
    letter-spacing: normal;
    width: 32%;
    margin: 0 2% 2% 0;
    border: 1px solid #003366;
    box-shadow: 10px 10px 0px 0px rgba(0,51,102,1);
    -webkit-box-shadow: 10px 10px 0px 0x rgba(0,51,102,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,51,102,1);
}
.area_support ul.list_industry li:hover{
    box-shadow: 10px 10px 0px 0px rgba(0,51,102,0.6);
    -webkit-box-shadow: 10px 10px 0px 0x rgba(0,51,102,0.6);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,51,102,0.6);
}
.area_support ul.list_industry li:nth-of-type(3n){
    margin-right: 0;
}
.area_support ul.list_industry li a{
    display: block;
    padding: 5px;
    color: #000;
    background-color: #fff;
    opacity: 1;
}
.area_support ul.list_industry li a:hover{
    /*background: #f3f4f8;
    color: #003366;*/
    transform: 0.8s;
    opacity: 0.6;
}
.area_support ul.list_industry li a div{
    padding: 35px 0;
    /*border: 1px solid #fff;*/
    position: relative;
}
.area_support ul.list_industry li a:hover div{
    /*border: 1px solid #003366;*/
}
.area_support ul.list_industry li a div::before{
    /*content: url("images/common/icon_arrows_mw.svg");*/
    content: "";
    background-image: url("images/index/arrow_blue.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 9px;
    position: absolute;
    right: 10px;
    /*bottom: 0;*/
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.area_support ul.list_industry li a:hover div::before{
    /*content: url("images/common/icon_arrows_mb.svg");*/
}



/* area_button */
.area_button{
    max-width: 1200px;
    margin: 120px auto 120px;
    letter-spacing: -.4rem;
}
.area_button a{
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.1rem;
    width: 32%;
    padding: 10px;
}
.area_button a.flow{
    background: url("images/index/bg_flow.png") no-repeat center;
    background-size: cover;
    margin-right: 2%;
}
.area_button a.flow .webp {background: url("images/index/bg_flow.png.webp");}

.area_button a.access{
    background: url("images/index/bg_access.png") no-repeat center;
    background-size: cover;
    margin-right: 2%;
}
.area_button a.access .webp {background: url("images/index/bg_access.png.webp");}

.area_button a.booklist{
    background: url("images/index/bg_booklist.png") no-repeat center;
    background-size: cover;
}
.area_button a.booklist .webp {background: url("images/index/bg_booklist.png.webp");}

.area_button a div{
    border: 1px solid #fff;
    padding: 40px 10px;
    position: relative;
}
.area_button a div::before{
    content: url("images/common/icon_arrows_lw.svg");
    position: absolute;
    right: 15px;
    bottom: 0;
}


/* area_column */
.area_column{
    background-color: #f3f4f8;
    padding: 100px 0;
}
.area_column_inner{
    max-width: 1200px;
    margin: 0 auto;
}
.area_column_inner ul.list_column{
    letter-spacing: -.4rem;
    margin: 70px auto;
}
.area_column_inner ul.list_column li{
    width: 280px;
    display: inline-block;
    letter-spacing: normal;
    margin-right: 26px;
    vertical-align: top;
}
.area_column_inner ul.list_column li:last-of-type{
    margin-right: 0;
}
.area_column_inner ul.list_column li p.date{
    font-size: 14px;
    margin: 10px 0 0;
}
.area_column_inner ul.list_column li p.lead{
    min-height: 100px;
    line-height: 1.8;
}
.area_column_inner ul.list_column li a{
    display: table;
    color: #003366;
    border: 1px solid #003366;
    padding: 0 20px;
    margin: 0 0 0 auto;
}
.area_column_inner ul.list_column li a:hover{
    color: #fff;
    background-color: #003366;
    opacity: 1;
}
.btn_column{
    display: table;
    font-size: 18px;
    padding: 10px 110px;
    margin: 0 auto;
}


@media screen and (max-width: 1440px){
    /* area_field */
    .area_field .area_field_inner{
        padding: 0 2%;
    }
    /* area_industry */
    .area_industry{
        padding: 0 2%;
    }
    /* area_support */
    .area_support{
        padding: 16% 2% 10%;
    }
    
    
    /* area_komon */
    .area_komon{
        background-position: bottom 0 left 0, top 0 right -10vw;
    }
    .area_komon .area_komon_inner .area_komon_txt{
        max-width: 760px;
        padding: 0 0 0 2%;
    }
    /* area_button */
    .area_button{
        padding: 0 2%;
    }
    /* area_column */
    .area_column_inner ul.list_column li{
        width: 22.5%;
        margin-right: 2%;
    }
    .area_column_inner ul.list_column li:first-of-type{
        margin-left: 2%;
    }
    .area_column_inner ul.list_column li:last-of-type{
        margin-right: 2%;
    }
    .area_field .area_field_inner .list_field li{
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px){
    /* area_komon */
    .area_komon{
        background-position: bottom 0 left -3vw, top 0 right -20vw;
    }
    .area_komon .area_komon_inner .area_komon_txt{
        max-width: 720px;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        letter-spacing: 0.1rem;
    }
    .area_field .area_field_inner .list_field li{
        font-size: 18px;
    }
    
}
@media screen and (max-width: 1024px){
    /* area_field */
    .area_field .area_field_inner .list_field li{
        font-size: 18px;
    }
    .area_field .area_field_inner .area_field_h2 h2{
        font-size: 32px;
    }
    /* area_komon */
    .area_komon{
        background-image: url(images/index/bg_komon_r.png);
        background-position: top 0 right -260px;
    }
    .area_komon .area_komon_inner{
        padding: 100px 0;
    }
    .area_komon .area_komon_inner .area_komon_txt{
        max-width: inherit;
        width: 70%;
        padding: 0 0 0 5%;
    }
    .area_komon .area_komon_inner .area_komon_txt p span span{
        display: block;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        margin: 0 auto 0 0;
    }
    .area_button a {
        font-size: 16px;
    }
    /* area_column */
    .area_column{
        padding: 70px 0 100px;
    }
    
_:-ms-fullscreen, :root .c4-izmir figcaption{
    position: static;
    max-width: 140px;
}
.area_support ul.list_industry li{
    font-size: 2vw;
}
.area_support ul.list_industry li a div::before{
    right: 1vw;
}


}
@media screen and (max-width: 900px){
_:-ms-fullscreen, :root .c4-izmir figcaption{
    position: static;
    max-width: 100%;
}
    /* area_field */
    .area_field .area_field_inner{
        height: auto;
    }
    .area_field .area_field_inner .area_field_h2{
        width: 100%;
        margin-right: 0;
        float: none;
        height: auto;
        padding: 20px 0 20px;
        margin-bottom: 15px;
    }
    .area_field .area_field_inner .list_field{
        width: 100%;
        float: none;
    }
    /* area_column */
    .area_column{
        padding: 60px 0 100px;
    }
    .area_column_inner ul.list_column{
        text-align: center;
        margin: 70px auto 30px;
    }
    .area_column_inner ul.list_column li{
        width: 40%;
        margin-right: 7%;
        margin-bottom: 40px;
        text-align: left;
    }
    .area_column_inner ul.list_column li:first-of-type{
        margin-left: 0;
    }
    .area_column_inner ul.list_column li:nth-of-type(2n){
        margin-right: 0;
    }
    .area_column_inner ul.list_column li img{
        width: 100%;
    }
    .area_column_inner ul.list_column li p.lead{
        min-height: 70px;
    }
}
@media screen and (max-width: 768px) {
    h2{
        font-size: 28px;
    }
    /* area_field */
    .area_field{
        padding: 100px 0;
    }
    .area_field .area_field_inner .area_field_h2 h2{
        font-size: 28px;
    }
    .area_field .area_field_inner .area_field_h2 p.h2_small{
        font-size: 18px;
    }
    .area_field .area_field_inner .list_field li{
        width: 49%;
        height: 160px;
        letter-spacing: 0;
    }
    .c4-izmir figcaption {
        padding: 0;
    }
    .area_field .area_field_inner .list_field li:nth-of-type(3n){
        margin-right: 2%;
    }
    .area_field .area_field_inner .list_field li:nth-of-type(2n){
        margin-right: 0;
    }
    .area_field .area_field_inner .list_field li a div{ 
    }
    .area_field .area_field_inner .list_field li{
/*        opacity: 0.9;*/
    }
    .area_field .area_field_inner .list_field li:hover{
        opacity: 1;
    }
    .c4-izmir figcaption{
        position: static;
    }
    [class^='c4-border']:before,  [class^='c4-border']:after,
    [class^='c4-border'] figcaption:before,
    [class^='c4-border'] figcaption:after,
    [class*=' c4-border']:before,
    [class*=' c4-border']:after,
    [class*=' c4-border'] figcaption:before,
    [class*=' c4-border'] figcaption:after {
      position: static;
    }
    
    /* area_industry */
    .area_industry ul.list_industry{
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .area_industry ul.list_industry li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
        font-size: 3vw;
    }
    .area_industry ul.list_industry li:nth-of-type(3n){
        /*margin-right: 2%;*/
    }
    .area_industry ul.list_industry li:nth-of-type(2n){
        margin-right: 0;
    }
    .area_industry ul.list_industry li a .text::before{
        width: 3.6vw;
        height: 1.8vw;
        right: 5px;
    }
    .area_industry ul.list_industry li a .img{
        height: 12vw;
    }
    .area_industry ul.list_industry li a .img::before{
        width: 7.6vw;
        height: 6.1vw;
    }
    .area_industry ul.list_industry li.box02 a .img::before{
        width: 7.0vw;
        height: 6.5vw;
    }
    .area_industry ul.list_industry li.box03 a .img::before{
        height: 7.7vw;
    }
    .area_industry ul.list_industry li.box04 a .img::before{
        width: 5.2vw;
        height: 6.1vw;
    }

    /* area_support */
    .area_support ul.list_industry{
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 5px;
    }
    .area_support ul.list_industry li{
        width: 48%;
        margin-bottom: 3%;
        font-size: 3.2vw;
        position: relative;
        box-shadow: 5px 5px 0px 0px rgba(0,51,102,1);
        -webkit-box-shadow: 5px 5px 0px 0x rgba(0,51,102,1);
        -moz-box-shadow: 5px 5px 0px 0px rgba(0,51,102,1);
    }
    .area_support ul.list_industry li:hover{
        box-shadow: 5px 5px 0px 0px rgba(0,51,102,0.6);
        -webkit-box-shadow: 5px 5px 0px 0x rgba(0,51,102,0.6);
        -moz-box-shadow: 5px 5px 0px 0px rgba(0,51,102,0.6);
    }
    .area_support ul.list_industry li:nth-of-type(3n){
        margin-right: 2%;
    }
    .area_support ul.list_industry li:nth-of-type(2n){
        margin-right: 0;
    }
    .area_support ul.list_industry li a div{
        padding: 0;
        line-height: 1.3;
    }
    .area_support ul.list_industry li a{
        padding: 0;
        height: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .area_support ul.list_industry li a div::before{
        display: none;
        width: 3.4vw;
        height: 1.8vw;
        right: 2vw;
    }
    .area_support ul.list_industry li::before{
        content: "";
        background-image: url("images/index/arrow_blue.svg");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        width: 3.4vw;
        height: 1.8vw;
        position: absolute;
        right: 2vw;
        top:50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .area_support ul.list_industry li a div span{
        display: block;
    }
    .area_industry{
        margin-bottom: 10%;
    } 

    /* area_komon */
    .area_komon{
        background-size: cover;
        background-position: top 0 right -220px;
    }
    .area_komon .area_komon_inner{
        padding: 70px 0;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        font-size: 37px;
        margin-bottom: 30px;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        font-size: 18px;
        padding: 15px 20px;
    }
    /* area_button */
    .area_button {
        padding: 0;
        margin: 100px auto;
    }
    .area_button a{
        font-size: 24px;
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .area_button a.flow{
        margin-right: auto;
        margin-bottom: 30px;
    }
    .area_button a.access{
        margin-right: auto;
        margin-bottom: 30px;
    }
    .area_button a div{
        padding: 60px 10px;
    }
}

@media screen and (max-width: 600px) {
    /* area_industry */
    .area_industry ul.list_industry li{
        /*font-size: 18px;*/
    }
        /* area_support */
    .area_support ul.list_industry li{
        /*font-size: 18px;*/
    }
    .area_support ul.list_industry li{
        font-size:3.5vw;
	    margin-bottom: 4%;
    }    

    /* area_komon */
    .area_komon{
        background-position: top 0 right -170px;
    }
    .area_komon .area_komon_inner{
        padding: 50px 0;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        font-size: 30px;
    }
    .area_komon .area_komon_inner .area_komon_txt{
        padding: 0 0 0 3%;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    /* area_komon */
  
    .area_komon {
        background-position: top 0 right -180px;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        font-size: 28px;
        letter-spacing: normal;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        padding: 12px 15px;
    }
    .area_industry ul.list_industry li{
		font-size:3.6vw;
	}
}

@media screen and (max-width: 425px) {
    .komonkeiyaku {
        display: block;
    }
    h2{
        font-size: 24px;
    }
    p.h2_small{
        font-size: 16px;
    }
    /* area_field */
    .area_field {
        padding: 60px 0;
    }
    .area_field .area_field_inner{
        padding: 0;
        width: 90%;
    }
    .area_field .area_field_inner .area_field_h2{
        padding: 15px 0;
    }
    .area_field .area_field_inner .area_field_h2 h2{
        font-size: 24px;
    }
    .area_field .area_field_inner .area_field_h2 p.h2_small{
        font-size: 16px;
    }
    .area_field .area_field_inner .list_field li{
        font-size: 13px;
        width: 49%;
        margin-right: 2%;
        height: 90px;
        line-height: 1.5;
/*        padding: 7px;*/
    }
    .area_field .area_field_inner .list_field li a div::before {
        bottom: -4px;
        right: 5px;
    }
    /* area_industry */
    .area_industry{
        padding: 0;
        width: 90%;
    }
    .area_industry ul.list_industry{
        margin: 40px auto 0;
    }
    .area_industry ul.list_industry li{
        /*width: 100%;
        margin-right: 0;*/
    }
    .area_industry ul.list_industry li a div{
        /*padding: 15px 0;*/
    }
    
    /* area_support */
    .area_industry{
        padding: 0;
        width: 90%;
    }
    .area_support ul.list_industry{
        margin: 40px auto 0;
    }
    .area_support ul.list_industry li{
        /*width: 100%;
        margin-right: 0;*/
    }
    .area_support ul.list_industry li a div{
        /*padding: 15px 0;*/
    }
    
    
    /* area_komon */
    .area_komon{
        background-position: top 0 right -130px;
    }
    .area_komon .area_komon_inner .area_komon_txt{
        width: auto;
        padding: 0;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        font-size: 24px;
        width: 70%;
        margin-bottom: 20px;
        padding-left: 5%;
    }
    .area_komon .area_komon_inner{
        padding: 40px 0;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
    /* area_button */
    .area_button{
        margin: 80px auto;
    }
    .area_button a{
        width: 90%;
        font-size: 20px;
    }
    .area_button a div{
        padding: 50px 10px;
    }
    .area_button a div::before{
        content: url("images/common/icon_arrows_mw.svg");
    }
    /* area_column */
    .area_column{
        padding: 50px 0 100px;
    }
    .area_column_inner ul.list_column{
        width: 80%;
        margin: 50px auto 10px;
    }

    .area_column_inner ul.list_column li{
        width: 100%;
        margin-bottom: 50px;
    }
    .btn_column{
        width: 80%;
        padding: 10px 0;
        text-align: center;
    }
}
@media screen and (max-width: 375px){
    /* area_komon */
    .area_komon{
        background-position: top 0 right -120px;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        font-size: 21px;
        width: 71%;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        font-size: 14px;
    }
    .area_button a div {
        padding: 40px 10px;
    }
    .area_button a {
        font-size: 16px;
    }
}
@media screen and (max-width: 320px){
    /* area_komon */
    .area_komon{
        background-position: top 0 right -126px;
    }
    .area_komon .area_komon_inner .area_komon_txt p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .area_komon .area_komon_inner .area_komon_txt a{
        font-size: 14px;
    }
    /* area_button */
    .area_button{
        margin: 60px auto;
    }
    .area_button a div{
        padding: 40px;
    }
    /* area_column */
    .btn_column{
        font-size: 16px;
    }
}


/*=====================================
footer
=====================================*/
footer{
    color: #fff;
    background-color: #003366;
    padding: 40px 0 30px;
    position: relative;
}
footer .footer_inner{
    margin-bottom: 60px;
}
footer .logo_f{
    position: absolute;
    top: 40px;
    left: 40px;
    width: 35%;
}
footer .logo_f p{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    line-height: 1;
    padding-left: 5px;
}
footer .logo_f a img{
    width: 370px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
    margin-top: 5px;
}
footer .logo_f a span{
    display: inline-block;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    line-height: 0.5rem;
padding-left: 5px;
}
footer .box_menu{
    float: right;
    letter-spacing: -.4rem;
}
footer .box_menu .list_menu{
    font-size: 13px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 70px;
}
footer .box_menu .list_menu:last-of-type{
    margin-right: 50px;
}
footer .box_menu .list_menu a{
    color: #fff;
}
footer .box_menu .list_menu.opa a{
    opacity: 0.7;
}
footer .box_menu .list_menu.opa a:hover{
    opacity: 1;
}
footer .box_menu .list_menu.opa p{
    font-weight: bold;
}
footer .box_menu .list_menu ul li{
    margin-bottom: 5px;
}
footer .info_reg{
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}
footer .info_reg span{
    display: inline-block;
}
footer small{
    display: block;
    font-size: 12px;
    text-align: center;
}
.nest{
    display: block;
}
footer .link_ofi{
    color: #fff;
    text-decoration: underline;
}
footer .link_ofi:hover{
    text-decoration: none;
}

@media screen and (max-width: 1440px){
    footer .logo_f{
        left: 20px;
    }
    footer .logo_f a img{
        width: 330px;
        margin-right: 1px;
    }
    footer .logo_f a span{
        font-size: 20px;
    }
    footer .box_menu .list_menu{
        margin-right: 30px;
    }
    footer .box_menu .list_menu:last-of-type{
        margin-right: 20px;
    }
}
@media screen and (max-width: 1200px){
    footer .footer_inner{
        margin-bottom: 20px;
    }
    footer .logo_f{
        position: static;
        text-align: center;
        width: 100%;
    }
    footer .logo_f p{
        padding: 0;
    }
    footer .box_menu{
        float: none;
        width: 90%;
        margin: 0 auto 50px;
    }
    footer .box_menu .list_menu{
        margin-right: 3%;
        width: 25%;
    }
    footer .box_menu .list_menu:first-of-type{
        width: 16%;
    }
    footer .box_menu .list_menu:last-of-type{
        margin-right: 0;
    }
    footer .info_reg{
        width: 90%;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 1024px){
    footer{
        padding: 30px 0 120px;
    }
    footer .box_menu .list_menu:first-of-type{
        width: 15%;
    }
    footer .box_menu .list_menu:nth-of-type(2){
        margin-right: 5%;
    }
    footer .box_menu .list_menu:nth-of-type(3){
    width: 24%;
    }
}
@media screen and (max-width: 768px){
    footer .box_menu .list_menu,footer .box_menu .list_menu:first-of-type,footer .box_menu .list_menu:nth-of-type(3){
        width: 49%;
        margin-right: 2%;
    }
    footer .box_menu .list_menu:first-of-type,footer .box_menu .list_menu:nth-of-type(2){
        margin-bottom: 40px;
    }
    footer .box_menu .list_menu:nth-of-type(2){
        margin-right: 0;
    }
    footer .info_reg{
        font-size: 10px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 425px){
    footer{
        padding: 0 0 110px !important;
    }
    footer .box_menu{
        width: 100%;
        margin: 0 auto 40px;
    }
    footer .box_menu .list_menu{
        font-size: 15px;
    }
    footer .box_menu .list_menu,footer .box_menu .list_menu:first-of-type,footer .box_menu .list_menu:nth-of-type(3){
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        margin-right: 0;
    }
    footer .box_menu .list_menu:first-of-type, footer .box_menu .list_menu:nth-of-type(2){
        margin-bottom: 0;
    }
    footer .box_menu .list_menu ul li{
        margin-bottom: 0;
    }
    footer .box_menu .list_menu a{
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #fff;
    }
    footer .box_menu .list_menu.opa a{
        opacity: 1;
        border-bottom: 1px dotted #fff;
    }
    footer .box_menu .list_menu.opa li:last-child a{
        border-bottom: 1px solid #fff;
    }
    footer .box_menu .list_menu.opa p{
        font-weight: normal;
    }
    footer .logo_f a img{
        width: 250px;
    }
    footer .logo_f a span{
        font-size: 16px;
    }
    footer .logo_f p{
        font-size: 15px;
    }
    /* アコーディオン用 */
    .button {
        padding: 15px 0;
        width: 100%;
        color: #fff;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .button.button_1 {
        background-color: #f5f4f2;
        color: #1abc9c;
    }
    .button:after {
        content: "+";
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
    }
    .button.active:after {
        content: "-";
        top: 0;
        font-size: 30px;
    }
    .nest{
        display: none;
    }
    footer .box_menu .list_menu.opa .nest ul li {
        background-color: #3c658e;
    }
}


/*=====================================
article
=====================================*/
.main_bg {
    margin-top: 95px;
}
#main_big_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
    color: #1d1d1d;
}
article.main_container {
    width: 67%;
    font-size: 1rem;
    line-height: 1.8;
    float: left;
}
aside#sidebar {
    width: 300px;
    padding: 0;
    float: right;
}
article.main_container h1 {
    color: #010101;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 60px 0;
    margin-bottom: 60px;
    border-top: 1px solid #003366;
    border-bottom: 1px solid #003366;
}
article.main_container h1 span {
    display: inline-block;
}
article.main_container h2.article_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    background-color: #f2f5f7;
    width: 100%;
    padding: 20px;
    border-bottom: 2px solid #003366;
    letter-spacing: normal;
    margin: 50px 0 40px;
}
article.main_container h3 {
    font-weight: bold;
    font-size: 18px;
}
article.main_container>p, article.main_container section p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 2;
    /*text-align: justify;*/
}
article.main_container section .mb_0 {
	margin-bottom: 0;
}
article.main_container section .bg_gray {
	font-weight: bold;
	background-color:#f5f5f5;
	display: inline-block;
	padding: 1.5rem;
	margin: 0.5rem 0 40px;
}
article.main_container>p:last-of-type, article.main_container section p:last-of-type {
    margin-bottom: 0;
}
article.main_container section li {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
}
article.main_container section li:last-of-type {
	margin-bottom: 0;
}
article.main_container section .bold {
	font-weight: bold;
	margin: 0;
}
article.main_container section ul.dot {
	padding-left: 1rem;
}
article.main_container section ul.dot li {
	position: relative;
}
article.main_container section ul.dot li:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -1em;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background: #003366;
}
article.main_container section ol li {
	text-indent: -1em;
	padding-left: 1em;
}

/*記事内table*/
article.main_container section table .bg {
	background: #eee;
}
article.main_container section table.sp_bl .bg {
	background: #fff;
}
article.main_container section table.article_table {
	border-top: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	vertical-align: middle;
	margin-top: 0.5rem;
}
article.main_container section table.article_table th, article.main_container section table.article_table td {
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	padding: 15px 15px;
	line-height: 1.4;
}
article.main_container section table.article_table th {
	background: #eee;
	font-weight: bold;
	
}



article.main_container .article_link a{
	margin: 20px auto 20px auto;
	padding: 13px;
	background: #003366;
	color:#fff;
	display: block;
	text-align: center;
	min-width: 100px;
	max-width: 480px;
}
article.main_container .article_link a:hover{
	background:rgba(0,51,102,0.80);
}

table.kijitable{
	width: 100%;
	margin-bottom: 60px;
}
table.kijitable caption {
	font-size: 14px;
	margin-bottom: 10px;
}
table.kijitable th{
    border: 1px solid #ccc;
    padding: 10px;
	font-size: 14px;
	background-color: #F0F0F0;
	width: auto;
}
 table.kijitable td{
	font-size: 14px;
	border: 1px solid #ccc;
    padding: 10px;
	width: auto;
}
ul.kijilist {
	list-style: disc outside;
	margin-left: 24px;
	margin-bottom: 40px;
}
 ul.kijilist li {
	line-height: 2.3;
	margin-bottom: 15px;
}


@media screen and (max-width: 1230px){
    #main_big_wrap {
        padding: 5rem 2%;
    }
}
@media screen and (max-width: 1024px){
    .main_bg {
        margin-top: 70px;
    }
    #main_big_wrap {
        padding: 5rem 3% 5rem;
        display: block;
    }
    article.main_container {
        float: none;
        width: 100%;
        margin-bottom: 60px;
    }
    aside#sidebar {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px){
    #main_big_wrap {
        padding: 3rem 5%;
    }
    article.main_container h1 {
        font-size: 38px;
        margin-bottom: 60px;
    }
    article.main_container h2.article_ttl {
        margin: 40px 0 30px;
    }
    article.main_container>p, article.main_container section p {
        margin-bottom: 30px;
    }
	article.main_container section .bg_gray {
		margin: 0.5rem 0 30px;
	}
}
@media screen and (max-width: 480px){
    article.main_container h1 {
        font-size: 32px;
    }
    /*#main_big_wrap {
        padding: 4rem 5%;
    }*/
	article.main_container section table .sp_none {
		display: none;
	}
	article.main_container section table.sp_bl .bg {
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		background: #eee;
	}
	article.main_container section table.sp_bl th, article.main_container section table.sp_bl td {
		display: block;
		width: 100%;
		font-size: 14px;
		padding: 1rem;
	}
}
@media screen and (max-width: 425px){
    /*aside#sidebar{
        display: none;
    }*/
    #main_big_wrap {
        padding: 2.5rem 5% 1rem;
    }
    article.main_container {
        margin-bottom: 40px;
    }
    article.main_container h1 {
        padding: 30px 0;
        margin-bottom: 30px;
    }
    article.main_container h2.article_ttl {
        padding: 15px;
        font-size: 18px;
        margin-bottom: 25px;
    }
    article.main_container h3 {
        font-size: 16px;
    }
    article.main_container>p, article.main_container section p {
        margin-bottom: 25px;
    }
	article.main_container section .bg_gray {
		margin: 0.5rem 0 25px;
	}
}
@media screen and (max-width: 375px){
    article.main_container h1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 320px){
    #main_big_wrap {
        padding: 2rem 5% 0;
    }
    .main_bg {
        margin-top: 60px;
    }
    article.main_container h2.article_ttl {
        margin-top: 30px;
    }
}

/*cv_area*/
.roumu_cv_area {
    margin-top: 90px;
}
.cv_area {
    width: 100%;
    background: url("images/article/contact_bg.png") no-repeat top right, #f2f5f7;
    border: 1px solid #003366;
    text-align: center;
    padding: 40px 280px 40px 30px;
	background-size:auto 100%;
	/*background-position-x: 320px;*/
	background-position-x: right;
}
.cv_area .pc {
    display: block;
}
.cv_area .sp {
    display: none!important;
}
.cv_area .cv_area_head {
    font-size: 27px;
    color: #1d1d1d;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif Mincho", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
    line-height: 1.4;
    text-align: center;
}
.cv_area .red {
    color: #990000;
}
.cv_area .block {
    display: block;
}
.cv_area .inline-block {
    display: inline-block;
}
.cv_area .cv_area_sub {
    display: inline-block;
    font-size: 14px;
    color: #1d1d1d;
    border-top: 1px solid #003366;
    border-bottom: 1px solid #003366;
    padding: 2px 20px;
    margin: 15px 0 0;
}
.cv_area .cv_tel a {
    color: #003366;
    font-size: 35px;
    font-weight: bold;
}
.cv_area .cv_tel span.icon-tel {
    font-size: 28px;
    vertical-align: baseline;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.cv_area .cv_tel span.icon-tel:before {
    color: #003366;
}
.cv_area .cv_mail {
    background: #003366;
    /*display: inline-block;*/
    margin: 0 auto 20px;
    width: 54%;
    border: 1px solid #003366;
}
.cv_area .cv_mail:hover {
    background: #fff;
}
.cv_area .cv_mail a {
    display: block;
    color: #fff;
    font-size: 15px;
    width: 100%;
    padding: 6px 0;
    line-height: 1;
}
.cv_area .cv_mail:hover a {

    color: #003366;
    opacity: 1;
}
.cv_area .cv_mail span.icon-mail {
    font-size: 18px;
    vertical-align: text-bottom;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    margin-right: 5px;
}
_::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_mail span.icon-mail {
    vertical-align: text-top;
}
.cv_area .cv_mail span.icon-mail:before {
    color: #fff;
}
.cv_area .cv_mail:hover a span.icon-mail:before {
    color: #003366;
}
.cv_area .p_txt{
	font-weight: bold;
	color: #990000;
	line-height: 1.4;
	display: block;
	margin-bottom: 5px;
}
.cv_area .p_txt .down{display: block;}
.cv_area .at_note{
	font-size: 11px;
	line-height: 1.4;
}
.cv_area .at_note span{
	display: inline-block;
}
@media screen and (max-width: 1200px){
    .cv_area {
        padding: 45px 38% 46px 5%;
		/*background-position-x: 300px;*/
    }
    .cv_area .cv_area_head {
        font-size: 23px;
    }
	
}
/*@media screen and (max-width: 1170px){
	.cv_area {
		background-position-x: 250px;}
}*/
@media screen and (max-width: 1075px){
/*	.cv_area {
		background-position-x: 220px;}*/
}
@media screen and (max-width: 920px){
/*	.cv_area {
		background-position-x:340px!important;}*/
}
@media screen and (max-width: 900px){
	.cv_area {
		background-position-x:right!important;}
}
@media screen and (max-width: 850px){
	/*.cv_area {
		background-position-x: 300px!important;}*/
}
@media screen and (max-width: 1024px){
   /* .cv_area {
    background-position-x: 370px;
}*/
    .cv_area .cv_area_head {
        font-size: 30px;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 29px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 29px;
    }
    .cv_area .cv_area_sub {
        font-size: 19px;
    }
    .cv_area .cv_tel a {
        font-size: 45px;
    }
    .cv_area .cv_tel span.icon-tel {
        font-size: 36px;
    }
    .cv_area .cv_mail{
        width: 60%;
    }
    .cv_area .cv_mail a{
        font-size: 20px;
    }
    .cv_area .cv_mail span.icon-mail {
        font-size: 20px;
        line-height: 20px;
        vertical-align: bottom;
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_mail span.icon-mail {
        vertical-align: middle;
    }
}
@media screen and (max-width: 900px){
    .cv_area {
        padding: 3% 38% 3% 3%;
    }
    .cv_area .cv_area_head {
        font-size: 26px;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 25px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 25px;
    }
    .cv_area .cv_area_sub {
        font-size: 18px;
    }
    .cv_area .cv_tel a {
        font-size: 40px;
    }
    .cv_area .cv_mail{
        width: 65%;
    }
    .cv_area .cv_tel span.icon-tel {
        font-size: 32px;
    }
}
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
          pointer-events: none;
    }
}
@media screen and (max-width: 768px){
    .cv_area {
        background-image: none;
        padding: 0;
        margin-top: 70px;
    }
    .cv_area .pc {
        display: none;
    }
    .cv_area .sp {
        display: block!important;
    }
    .cv_area .cv_area_head {
        background: url("images/article/contact_bg.png") no-repeat, #fff;
        background-position: right top;
        background-size: contain;
        padding: 6% 38% 6% 4%;
        font-size: 30px;
        text-align: left;
        text-shadow:1px 0px 3px #fff,-1px 0px 3px #fff,0px -1px 3px #fff,-1px 0px 3px #fff,1px 1px 3px #fff,-1px 1px 3px #fff,1px -1px 3px #fff,-1px -1px 3px #fff;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 28px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 28px;
    }
    .cv_area .cv_area_sub {
        margin: 0;
        width: 100%;
        background: #003366;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        margin-top: 2px;
        padding: 0;
        line-height: 1.4;

    }
    .cv_area .cv_button_wrap {
        border-top: 1px solid #003366;
        padding: 4%;
    }
    .cv_area .cv_tel {
        width: 100%;
        border: 1px solid #003366;
        margin-bottom: 15px;
    }
    .cv_area .cv_tel a {
        font-size: 34px;
        color: #fff;
        display: block;
        width: 100%;
        line-height: 1;
        padding: 10px;
        background: #003366;
    }
    .cv_area .cv_tel span.icon-tel {
        font-size: 28px;
    }
    .cv_area .cv_tel span.icon-tel:before {
        color: #fff;
    }
    .cv_area .cv_mail {
        width: 100%;
    }
    .cv_area .cv_mail a {
        font-size: 22px;
        color: #003366;
        padding: 13px 0;
        background: #fff;
    }
    .cv_area .cv_mail span.icon-mail {
        font-size: 24px;
        line-height: 30px;
        vertical-align: middle;
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_mail span.icon-mail {
        vertical-align: text-top;
    }
    .cv_area .cv_mail span.icon-mail:before {
        color: #003366;
    }
}
@media screen and (max-width: 600px){
    .cv_area .cv_area_head {
        font-size: 23px;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 22px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 22px;
    }
     .cv_area .cv_area_sub {
        font-size: 15px;
    }
    .cv_area .cv_tel a {
        font-size: 30px;
    }
    .cv_area .cv_tel span.icon-tel {
        font-size: 22px;
    }
    .cv_area .cv_mail a {
        font-size: 20px;
        padding: 14px 0;
    }
    .cv_area .cv_mail span.icon-mail {
        font-size: 21px;
        line-height: 21px;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 480px){
    .cv_area {
        margin-top: 60px;
    }
    .cv_area .cv_area_head {
        font-size: 21px;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 20px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 20px;
    }
    .cv_area .cv_area_sub {
        font-size: 14px;
    }
}
@media screen and (max-width: 425px){
	.cv_area .cv_mail {
    margin: 0 auto 10px;
}
	.cv_area .p_txt {
    font-size: 12px;
}
    .cv_area .cv_area_head {
        font-size: 19px;
        padding: 8% 36% 8% 4%;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 18px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 18px;
    }
    .cv_area .cv_area_sub {
        font-size: 14px;
    }
    .cv_area .cv_tel a {
        font-size: 26px;
    }
    .cv_area .cv_tel span.icon-tel {
        font-size: 22px;
    }
    .cv_area .cv_mail a {
        font-size: 18px;
        padding: 16px 0;
    }
    .cv_area .cv_mail span.icon-mail {
        font-size: 22px;
        line-height: 21px;
    }
}
@media screen and (max-width: 375px){
    .cv_area .cv_area_head {
        font-size: 16px;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_head {
            font-size: 15px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_head {
        font-size: 15px;
    }
    .cv_area .cv_area_sub {
        font-size: 12px;
        margin-top: 0;
    }
    @supports (-ms-ime-align: auto) {
        .cv_area .cv_area_sub {
            font-size: 11px;
        }
    }
    _::-ms-backdrop, _:-ms-lang(x), .cv_area .cv_area_sub {
        font-size: 11px;
    }
    .cv_area .cv_tel a {
        font-size: 24px;
    }
    .cv_area .cv_tel span.icon-tel {
        font-size: 20px;
    }
    .cv_area .cv_mail a {
        font-size: 16px;
        padding: 14px 0;
    }
    .cv_area .cv_mail span.icon-mail {
        font-size: 18px;
        line-height: 18px;
        vertical-align: text-top;
    }
}

/*---- consultation ----*/
.roumu_cv_area .consultation_wrap {
	background: #f2f5f7;
	margin: 0 0 30px!important;
	text-align: center;
	padding: 30px;
}
.roumu_cv_area .consultation_wrap .midashi{
	text-align: center;
	font-size: 18px;
	padding: 5px 0;
	font-weight: bold;
	color: #003366;
	line-height: 2.2rem;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	display: inline-block;
	margin: 0 auto;
	width: 90%;
	max-width: 524px;
}
.roumu_cv_area .consultation_wrap .consultation{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	line-height: 2rem;
	margin: 20px auto!important;
	width: 90%;
	max-width: 524px;
}
.roumu_cv_area .consultation_wrap .consultation_list img {
	color: #333;
	max-width: 520px;
		margin: 0 auto;
}

@media screen and (max-width: 768px){

	.roumu_cv_area .consultation_wrap {
		padding: 6% 4%;
	}
	.roumu_cv_area .consultation_wrap .midashi{
		font-size: 14px;
	}
	.roumu_cv_area .consultation_wrap .consultation{
		text-align: center;
		margin: 5% auto!important;
		width: 90%;
		max-width: 524px;
	}
	.roumu_cv_area .consultation_wrap .consultation span{
		display: block;
		font-weight: bold;
		font-size: 1.5rem;
		text-align: center;
		color: #003366;
		line-height: 1.4;
	}
}
@media screen and (max-width: 480px){
	.roumu_cv_area .consultation_wrap .consultation span{
		font-size: 1rem;
	}
}
/*sidebar*/
.side_box_ttl {
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #003366;
    padding: 10px 0;
}
.side_box_a, .side_box_b, .side_box_c {
    margin-bottom: 30px;
}
.side_box_a {
    border-left: 1px solid #003366;
    border-right: 1px solid #003366;
}
.side_box_a .side_box_ttl {
    border-bottom: 1px solid #fff;
}
.side_box_a ul li {
    border-bottom: 1px solid #003366;
}
.side_box_a ul li a {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    padding: 15px 15px 15px 40px;
    display: block;
    width: 100%;
    color: #1d1d1d;
}
.side_box_a ul li a:hover {
    color: #fff;
    background: #003366;
    opacity: 1;
}
.side_box_a ul li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 15px;
    background: url("images/article/arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 42%;
    left: 20px;
}
.side_box_a ul li a:hover:before {
    content: "";
    display: block;
    width: 7px;
    height: 15px;
    background: url("images/article/arrow_hover.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 42%;
    left: 20px;
}
_::-ms-backdrop, _:-ms-lang(x), .side_box_a ul li a:before {
    top: 41%;
}

.side_box_b ul li {
    border: 1px solid #003366;
    width: 48.5%;
    float: left;
    margin: 3% 3% 0 0;
}
.side_box_b ul li:nth-of-type(2n) {
    margin-right: 0;
}
.side_box_b ul li a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #003366;
    text-align: center;
    padding: 6px;
}
.side_box_b ul li a:hover {
    color: #fff;
    background: #003366;
    opacity: 1;
}
.side_bnr_box a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    letter-spacing: 0.1rem;
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
}
.side_bnr_box a.komon {
    background: url("images/article/bnr_bg_komon.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a.flow {
    background: url("images/article/bnr_bg_flow.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a.booklist {
    background: url("images/article/bnr_bg_booklist.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a.jireilist {
    background: url("images/article/bnr_bg_jirei.png") no-repeat center;
    background-size: cover;
}
.side_bnr_box a div {
    border: 1px solid #fff;
    padding: 33px 0;
    position: relative;
}

/*side_box_c*/
.side_box_c {
  border-left: 1px solid #003366;
  border-right: 1px solid #003366;
}
.side_box_c .side_box_ttl {
  border-bottom: 1px solid #fff;
}
.side_box_c ul li {
  border-bottom: 1px solid #003366;
}
.side_box_c ul li a {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  padding: 15px 15px 15px 40px;
  display: block;
  width: 100%;
  color: #1d1d1d;
  background: #f1f5f8;
}
.side_box_c ul li a:hover {
  color: #fff;
  background: #003366;
  opacity: 1;
}
.side_box_c ul li a:before {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  background: url("images/article/arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 42%;
  left: 20px;
}
.side_box_c ul li a:hover:before {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  background: url("images/article/arrow_hover.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 42%;

  left: 20px;
}
_::-ms-backdrop, _:-ms-lang(x), .side_box_c ul li a:before {
  top: 41%;
}









@media screen and (max-width: 1024px){
    .side_box_a, .side_box_b, .side_box_c {
        margin-bottom: 60px;
    }
    .side_box_ttl {
        font-size: 20px;
    }
    .side_box_b ul li {
        width: 49.5%;
        margin: 1% 1% 0 0;
    }
    .side_box_a ul li a {
        font-size: 16px;
    }
    .side_box_b ul li a {
        font-size: 16px;
        padding: 15px 0;
    }
    .side_box_c ul li a {
      font-size: 16px;
  }
    .side_bnr_box a {
        width: 49.5%;
        float: left;
        font-size: 18px;
    }
    .side_bnr_box a.komon {
        margin-right: 1%;
    }
}
@media screen and (max-width: 480px){
    .side_box_b ul li {
        width: 49%;
        margin: 2% 2% 0 0;
    }
    .side_bnr_box a {
        width: 100%;
        float: none;
        margin-right: 0!important;
    }
}
@media screen and (max-width: 375px){
    .side_box_a, .side_box_b, .side_box_c {
        margin-bottom: 40px;
    }
    .side_box_ttl {
        font-size: 18px;
    }
    .side_box_a ul li a {
        font-size: 14px;
        padding: 15px 15px 15px 35px;
    }
    _::-ms-backdrop, _:-ms-lang(x), .side_box_a ul li a {
        font-size: 13px;
    }
    .side_box_b ul li a {
        font-size: 14px;
    }
    _::-ms-backdrop, _:-ms-lang(x), .side_box_b ul li a {
        font-size: 13px;
    }
    .side_box_c ul li a {
      font-size: 14px;
      padding: 15px 15px 15px 35px;
  }
  _::-ms-backdrop, _:-ms-lang(x), .side_box_c ul li a {
      font-size: 13px;
  }
    .side_bnr_box a {
        margin-bottom: 20px;
    }
}


/*outline*/
/*#outline img {
    width: 100%;
    height: auto;
}*/
#outline .sp {
    display: none;
}
.column.greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

#outline .column + .column {
    margin: 100px auto 0;
}

#outline .column.greeting h2 {
  margin-top: 0;
}

#outline .column.greeting .inner {
    width: 65%;
}
#outline .column.greeting figure.pc {
    width: 30%;
}
#outline .column.greeting p.name {
    margin: 20px 0 0;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}
#outline .column.greeting p.name span:first-of-type {
    font-size: 14px;
    display: block;
}
#outline .column.greeting p.name span:last-of-type {
    font-size: 12px;
    display: block;
}
#outline .column .video {
    width: 100%;
    margin: 0 auto;
}
#outline .column .video .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#outline .column .video .inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#outline .column.photo dl dd p {
  margin-bottom: 0;
}
#outline .column.photo dl dd {
  margin-bottom: 40px;
}
#outline .column.photo dl dt {
    margin: 0 0 20px;
    padding: 0 0 5px;
    color: #003366;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #003366;
    line-height: 1.4;
}
#outline .column.photo dl dt span:before {
    content: "―";
    margin: 0 6px 0 0;
}
#outline .column.photo dl dt span {
    font-size: 14px;
}
#outline .column.photo dl dd figure {
    margin: 0 auto 20px;
}
/*#outline .column.profile dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    font-size: 1.4rem;
}*/
#outline .column.profile dt, #outline .column.profile dd {
/*    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px #ccc dotted;*/
    font-size: 16px;
}
#outline .column.profile dt {
/*    font-weight: bold;
    background-color: #f0f0e1;
    width: 30%;*/
}
/*#outline .column.profile dd {
    width: 70%;
    display :block;
}*/
#outline .column.profile dd span {
    display: inline-block;
}
#outline .column.profile dl li + li {
    margin: 5px 0 0;
}
dl.roumu-office-info {
  background-color: #FFF;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
dl.roumu-office-info dt {
  background-color: #eee;;
  font-size: 16px;
  font-weight: bold;
  width: 30%;
}
dl.roumu-office-info dd {
	width: 70%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
dl.roumu-office-info dt,
dl.roumu-office-info dd {
  padding: 15px;
  box-sizing: border-box;
  border-right:  1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 768px){
    #outline .pc {
        display: none;
    }
    #outline .sp {
        display: block;
    }
    .column.greeting {
        display: block;
    }
    #outline .column + .column {
        margin: 60px auto 0;
    }
    #outline .column.greeting figure.sp {
        margin: 0 auto 20px;
    }
    #outline .column.greeting .inner {
        width: 100%;
    }
    #outline .column.greeting p.name {
        font-size: 16px;
    }
    #outline .column.greeting p.name span:first-of-type {
        font-size: 14px;
    }
    #outline .column.greeting p.name span:last-of-type {
        font-size: 12px;
    }
    #outline .column.photo dl dt {
        font-size: 16px;
    }
/*    #outline .column.profile dl {
        display: block;
    }*/
/*    #outline .column.profile dt, #outline .column.profile dd {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    #outline .column.profile dt {
        padding: 10px 0;
        text-align: center;
        font-weight: bold;
    }*/
/*    #outline .column.profile dd {
        padding: 20px 0;
    }*/
	dl.roumu-office-info dt {
	  width: 100%;
	}
	dl.roumu-office-info dd {
		width: 100%;
	}
}

/*fee*/
/*#fee .column img.pc {
    display: block;
}
#fee .column img.sp {
    display: none;
}
@media screen and (max-width: 480px){
    #fee .column img.pc {
        display: none;
    }
    #fee .column img.sp {
        display: block;
    }
}*/
#fee {
    -webkit-text-size-adjust: 100%;
}
#fee h3 {
    width: 100%;
    margin: 40px 0 20px;
    padding: 0 0 8px;
    color: #003366;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .2rem;
    border-bottom: 1px #003366 solid;
    text-align: left;
    font-weight: bold;
}
#fee h3:first-of-type {
    margin-top: 0!important;
}
#fee .col p.note {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}
#fee .red {
    color: #900;
}
#fee .emphasis {
    font-weight: bold;
}
#fee .col p.note.right {
    text-align: right;
}
#fee table, #fee tr, #fee th, #fee td {
    border: 1px solid #b9b9b9;
}
#fee .plan1, #fee .plan3 {
    width: 100%;
}
#fee .plan2 {
    width: 100%;
}
#fee .plan1 th, #fee .plan1 td, #fee .plan3 th, #fee .plan3 td {
    padding: 20px 5px;
}
#fee th {
    font-weight: bold;
}
#fee th, #fee td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
#fee th {
    background: #eee;
}
#fee .plan2 tr:nth-child(even) td {
    background: #f5fcff;
}
#fee .plan2 th span {
    display: inline-block;
}
#fee .plan2 .th_a {
    width: 21%;
    padding: 0 5px;
    background: #003366;
    color: #fff;
}
#fee .plan2 .th_b {
    width: 46%;
}
#fee .plan2 .td_b {
    padding: 10px;
    text-align: left;
}
#fee .plan2 .th_c {
    width: 11%;
}
#fee .plan3 {
    width: 100%;
}
/*弁護士費用　リンクボタン*/
#fee .fee_link{
    display: block;
    margin:60px auto;
}
#fee .fee_link a{
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #003366;
    padding: 20px;
    display: block;
    width:450px;
    margin: 0 auto;
}
@media screen and (max-width: 530px){
    #fee .fee_link a{
        width:90%;
        font-size:14px;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 320px){
    #fee .fee_link a{
        width:95%;
        font-size:13px;
    }
}

/*---- consultation ----*/

#fee .consultation{
	margin: 5px auto 15px;
	color: #003366;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#fee .consultation span{
	display: inline-block;
	font-size: 24px;
}
#fee .consultation span{
	display: block;
}
#fee .consultation span.br{
	display: inline-block;
}
#fee .consultation_list {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
#fee .consultation_list.sp {
	display: none;
}
#fee .consultation_list .note {
	display: inline-block;
}
@media screen and (max-width: 768px) {
    #fee .col p.note {
        font-size: 12px;
    }
    #fee .scroll {
        overflow: auto;
        white-space: nowrap;
    }
    #fee .plan2 th span {
        display: block;
    }
    #fee th, #fee td {
        font-size: 13px!important;
    }
	/*---- consultation ----*/
	#fee .consultation{
		font-size: 16px;
		line-height: 1.4;
	}
	#fee .consultation span{
		font-size: 18px;
	}
	#fee .consultation_list {
		max-width: 480px;
		width: 100%;
		margin: 0 auto;
	}
	#fee .consultation_list.pc {
		display: none;
	}
	#fee .consultation_list.sp {
		display: block;
	}
}


/*access*/
#access .column .photos{
    background-color: #f0f0e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    align-items: center;

}
#access .column .photos li {
    width: 50%;
}
#access .column .photos li img {
    width: 100%;
    height: auto;
}
#access .column .photos .photo2{
    order: 4;
}
#access .column .photos .photo3{
    order: 5;
    }
#access .column .photos .tx1{
    order: 2;
}
#access .column .photos .tx2{
    order: 3;
}
#access .column .photos .tx3{
    order: 6;
}
#access .column .photos li:nth-of-type(even){
    padding: 30px 0;
    text-align: center;
}
#access .column .photos li span{
    position: relative;
    padding: 0 0 8px;
}
#access .column .photos li span:after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
#access .column .photos .tx1 span:after{
    background-color: #900;
}
#access .column .photos .tx2 span:after{
    background-color: #036;
}
#access .column .photos .tx3 span:after{
    background-color: #030;
}
#access .access_map .gmap{
    margin: 30px auto 0;
    overflow: hidden;
    width: 100%;
    height: 525px;
    position: relative;
}
#access .access_map .gmap iframe{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 525px;
    border:none;
}
#access .access_map dl {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
#access .access_map dt {
    width: 30%;
    margin: 0;
    padding: 20px 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px #ccc dotted;
    position: relative;
    font-weight: bold;
    background-color: #f0f0e1;
}
#access .access_map dd {
    width: 70%;
    margin: 0;
    padding: 20px 0 20px 20px;
    border-bottom: 1px #ccc dotted;
}
#access .access_map dd span {
    display: inline-block;
}

@media screen and (max-width: 768px){
    #access .access_map .gmap{
        height: 300px;
    }
    #access .access_map .gmap iframe{
        height: 300px;
    }
    #access .access_map dl {
        display: block;
    }
    #access .access_map dt {
      position: relative;
      margin: 0 0 10px;
      padding: 10px;
      font-weight: bold;
      background-color: #f0f0e1;
      width: 100%;
      border-bottom: none;
      line-height: 1;
  }
    #access .access_map dd {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
        border-bottom: none;
    }
}
@media screen and (max-width: 480px){
    #access .column .photos{
        display: block;
    }
    #access .column .photos li {
        width: 100%;
    }
}

/*profile*/
#profile .col .profile_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

#profile .col .profile_list .profile_box {
    width: 49%;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 4%;
}
#profile .col .profile_list>li:nth-of-type(2n) {
    margin-left: 2%;
}
#profile .col .profile_list .profile_text {
    padding: 20px;
}
#profile .col .profile_list .profile_box_title {
    font-size: 20px;
    line-height: 1.5;
}
#profile .col .profile_list .profile_box_title .wakizawa{
	display: inline-block;
	height: 20px;
	margin-top: 0.2em;
}
#profile .col .profile_list .profile_box_title img{
	max-height: 100%;
}
#profile .col .profile_list .profile_box_text {
    margin-bottom: 20px;
	text-align: center;
}
#profile .col .profile_list .profile_box_comment {
    text-align: left;
}
@media screen and (max-width: 768px){
    #profile .col .profile_list {
        display: block;
    }
    #profile .col .profile_list .profile_box {
        width: 70%;
        max-width: 460px;
        margin: 0 auto 4%;
    }
    #profile .col .profile_list>li:nth-of-type(2n) {
        margin: 0 auto 4%;
    }
    #profile .col .profile_list .profile_box_title {
        font-size: 16px;
    }
    #profile .col .profile_list .profile_box_text {
        font-size: 14px;
    }
	#profile .col .profile_list .profile_box_title .wakizawa{
		height: 18px;
	}
}
@media screen and (max-width: 480px){
    #profile .col .profile_list .profile_box {
        width: 100%;
    }
    #profile .col .profile_list .profile_text {
        padding: 5%;
    }
}
@media screen and (max-width: 375px){
    #profile .col .profile_list .profile_box_text {
       margin-bottom: 10px;
    }
}


/*flow*/
#flow .col div h3.midashi {
    padding: 8px 10px;
    color: #003366;
    font-weight: bold;
    border-top: 1px #003366 solid;
    border-bottom: 1px #003366 solid;
}
#flow .col div h3 {
    margin-top: 50px;
}
#flow .col p {
    margin-bottom: 20px;
}
#flow .col span.bold {
    font-weight: bold;
}
#flow .col .tel_box p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}
#flow .col .tel_box p:last-of-type {
	line-height: 1.5;
}
#flow .col .tel_box .tel {
    margin: 30px 0 10px;
}
#flow .col .tel_box a {
    color: #003366;
    font-size: 45px;
    font-weight: bold;
}
#flow .col .tel_box span.icon-tel {
    font-size: 35px;
    vertical-align: baseline;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
#flow .col .tel_box span.icon-tel:before {
    color: #003366;
}

#flow .col .tel_box:hover {
    background: #fff;
}

#flow .col .mail_box .mail {
    background: #003366;
    display: block;
    margin: 40px auto 0;
    width: 48%;
    max-width: 380px;
    border: 1px solid #003366;
    text-align: center;
}
#flow .col .mail_box .mail:hover {
    background: #fff;
}
#flow .col .mail_box .mail a {
    display: block;
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 15px 0;
    line-height: 1;
}
#flow .col .mail_box .mail:hover a {
    color: #003366;
    opacity: 1;
}
#flow .col .mail_box .mail span.icon-mail {
    font-size: 22px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    margin-right: 5px;
}
_::-ms-backdrop, _:-ms-lang(x), #flow .col .mail_box .mail span.icon-mail {
    vertical-align: middle;
}
#flow .col .mail_box .mail span.icon-mail:before {
    color: #fff;
}
#flow .col .mail_box .mail:hover a span.icon-mail:before {
    color: #003366;
}
#flow .col .money {
    color: #900;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 30px 0 90px;
}
@media screen and (max-width: 768px){
    #flow .col .mail_box .mail {
        width: 70%;
    }
}
@media screen and (max-width: 480px){
    #flow .col p {
        margin-bottom: 15px;
    }
    #flow .col div h3.midashi {
        margin-top: 40px;
    }
    #flow .col .tel_box .tel {
        margin: 30px 0 0px;
    }
    #flow .col .tel_box a {
        font-size: 34px;
    }
    #flow .col .tel_box span.icon-tel {
        font-size: 26px;
    }
    #flow .col .tel_box p {
        font-size: 12px;
    }
    #flow .col .mail_box .mail a {
        font-size: 16px;
    }
    #flow .col .mail_box .mail span.icon-mail {
        font-size: 18px;
        vertical-align: text-bottom;
    }
    _::-ms-backdrop, _:-ms-lang(x), #flow .col .mail_box .mail span.icon-mail {
        vertical-align: text-top;
    }
  #flow .col .money {
        font-size: 18px;
    }
}
@media screen and (max-width: 375px){
    #flow .col .tel_box a {
        font-size: 28px;
    }
    #flow .col .tel_box span.icon-tel {
        font-size: 22px;
    }
    #flow .col .mail_box .mail {
        width: 80%;
    }
}


/*=====================================
contact
=====================================*/
#mailform .description {
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px;
    background: #fafafa;
    border: 1px #eee solid;
    border-radius: 2px;
    text-align: justify;
    font-size: 15px;
}

#mailform h2 {
    width: 100%;
    margin: 50px 0 30px;
    padding: 0 0 8px;
    color: #003366;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .2rem;
    border-bottom: 1px #003366 solid;
    text-align: left;
   font-weight: bold;
}

#mailform table tr {
  border-bottom: 1px dotted #ccc;
}
#mailform table th {
    width: 30%;
    display: table-cell;
    padding: 8px;
    font-weight: normal;
    background-color: #f2f2f2;
    text-align: left;
}
#mailform table td {
    width: 70%;
    padding: 15px;
    display: table-cell;
    background-color: white;
    background-color: #f9f9f9;
    position: relative;
}
#mailform table td span.contact {
    margin-top: 10px;
    display: inline-block;
}
#mailform .error.show {
    opacity: 0.85;
    bottom: calc(100% - 10px);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
}
#mailform .error {
    opacity: 0;
    background: #ee0101;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    left: 10px;
    bottom: calc(100% - 18px);
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: -1;
}
#mailform table .annotation {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0px 4px;
    color: #fff;
    background-color: #900;
    font-size: 11px;
    vertical-align: middle;
    border-radius: 3px;
}
#mailform table input[type="text"], #mailform table input[type="tel"], #mailform table input[type="number"], #mailform table input[type="email"], #mailform table input[type="fax"] {
    border: 1px solid #ccc;
    width: 100%;
    margin: 5px auto;
    padding: 6px;
    font-size: 16px;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1) inset;
    border-radius: 2px;
    background: #fff;
}
#mailform select {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    max-width: 360px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 5px;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1) inset;
    background: #fff;
}
#mailform select#pref{
    width:calc(50% - 17px);
    margin:10px 10px 10px 0;
}
#mailform .box{
    display:inline-block;
    position:relative;
}
#mailform input[type=radio],
#mailform input[type=checkbox]{
    opacity:0;
    position:absolute;
}
#mailform label.radio,
#mailform label.checkbox{
    box-sizing:border-box;
    -webkit-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear;
    position:relative;
    display:inline-block;
    margin:2px 10px;
    padding:12px 12px 12px 42px;
    border-radius:8px;
    background-color:#f6f7f8;
    vertical-align:middle;
    cursor:pointer;
    text-indent:0;
}
#mailform label.radio:hover,
#mailform label.checkbox:hover{
    background-color:#d7e4ed;
}
#mailform label.radio:hover:after,
#mailform label.checkbox:hover:after{
    border-color:#0050b3;
}
#mailform label.radio:after,
#mailform label.checkbox:after{
    box-sizing:initial;
    -webkit-transition:border-color 0.2s linear;
    transition:border-color 0.2s linear;
    position:absolute;
    top:50%;
    left:15px;
    display:block;
    margin-top:-10px;
    width:16px;
    height:16px;
    border:2px solid #bbb;
    border-radius:6px;
    content:'';
}#mailform label.radio:before{
    box-sizing:initial;
    -webkit-transition:opacity 0.2s linear;
    transition:opacity 0.2s linear;
    position:absolute;
    top:50%;
    left:20px;
    display:block;
    margin-top:-5px;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#0050b3;
    content:'';
    opacity:0;
}
#mailform input[type=radio]:checked+label.radio:before{opacity:1}#mailform .checkbox:before{
    box-sizing:initial;
    -webkit-transition:opacity 0.2s linear;
    transition:opacity 0.2s linear;
    position:absolute;
    top:50%;
    left:21px;
    display:block;
    margin-top:-7px;
    width:5px;
    height:9px;
    border-right:3px solid #0050b3;
    border-bottom:3px solid #0050b3;
    content:'';
    opacity:0;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#mailform input[type=checkbox]:checked+label.checkbox:before{opacity:1}#mailform .error{
    opacity:0;
    background:#ee0101;
    color:#fff;
    min-width:120px;
    font-size:11px;
    border:2px solid #ddd;
    box-shadow:0 0 6px #000;
    padding:5px 10px;
    border-radius:6px;
    position:absolute;
    left:10px;
    bottom:calc(100% - 18px);
    cursor:pointer;
    -webkit-transition:all .2s;
    transition:all .2s;
    z-index:-1;
}
#mailform .error:after{
    display:block;
    content:"";
    width:10px;
    height:10px;
    background:#ee0101;
    border-left:2px solid #ddd;
    border-bottom:2px solid #ddd;
    box-shadow:-1px 2px 3px -1px #444;
    transform:rotate(-45deg);
    position:absolute;
    left:21px;
    top:calc(100% - 5px);
}
#mailform .error.show{
    opacity:0.85;
    bottom:calc(100% - 10px);
    -webkit-transition:all .5s;
    transition:all .5s;
    z-index:2;
}
#mailform .error.show.b50{
    bottom:calc(100% - 50px);
}
#mailform #zip1, #mailform #zip2 {
    border: 1px solid #ccc;
    margin: 5px auto;
    padding: 6px;
    font-size: 16px;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1) inset;
    border-radius: 2px;
    background: #fff;
    text-align: center;
}
#mailform #zip1, #mailform #pct1, #mailform #pct2 {
    width: 4em;
    text-align: center;
}
#mailform #ajaxzip {
    display: inline-block !important;
    width: auto;
    margin: 0px 10px;
    padding: 6px 12px;
    color: #036;
    line-height: 100%;
    vertical-align: middle;
    border: 1px solid #999;
    background: #EEE none repeat scroll 0% 0%;
    cursor: pointer;
    border-radius: 5px;
}
#mailform textarea {
    font-size: 16px;
    width: 100%;
    margin: 5px auto;
    padding: 6px;
    height: 7em;
    border: 1px solid #ccc;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1) inset;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
}
#mailform .term2 {
    width: 100%;
    max-height: 200px;
    margin: 0 auto 20px auto;
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    border: 1px #ccc solid;
    background: #fff;
    overflow-y: scroll;
}
#mailform .term2 ul {
    padding: 0 0 0 20px;
}
#mailform input[type="submit"], #mailform input[type="button"] {
    display: block;
    margin: 0 auto;
      padding: 8px 25px;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    background: #444;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
}
#mailform .seal {
    margin: 50px auto;
    font-size: 10px;
    border: none !important;
    width: auto;
    text-align: center;
}

#mailform .seal a {
    display: block;
    width: 60px;
    margin: 5px auto;
}
#mailform .seal a img {
    max-width: 100%;
}
@media screen and (max-width: 768px){
    #mailform table th, #mailform table td {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 425px){
    #mailform h2 {
        margin: 40px 0 20px;
    }
/*    #mailform table input[type="tel"], #mailform table input[type="fax"] {
        font-size: 13px;
        padding: 7px 6px;
    }*/
}

/*送信内容確認*/
#roumu_confirm table {
      width: 100%;
}
#roumu_confirm .btn {
    text-align: center;
    margin-top: 30px;
}
#roumu_confirm .btn li {
/*    width: 50%;*/
    display: inline-block;
    margin: 0 20px;
}
#submitBtn, #backBtn, #closeBtn {
    width: auto;
    margin: 10px auto;
    padding: 8px 25px;
    color: #444;
    font-size: 1.4rem;
    text-align: center;
    background: transparent -moz-linear-gradient(center top, #fafafa 0%, #e3e3e3 100%) repeat scroll 0% 0%;
    border-radius: 3px;
    border: 2px solid #bebebe;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
}
#roumu_confirm #mailform table td span.contact {
    display: block;
}
#errtext {
  margin-bottom: 30px;
}
@media screen and (max-width: 425px){
    #roumu_confirm .btn li {
        margin: 0 10px;
    }
}

/*thanks*/
#thanks a.return_btn {
    background: #003366;
    display: block;
    margin: 40px auto 0;
    width: 54%;
    border: 1px solid #003366;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    line-height: 1;
}
#thanks a.return_btn:hover {
    background: #fff;
    color: #003366;
    opacity: 1;
}
@media screen and (max-width: 768px){
    #thanks a.return_btn {
        width: 90%;
    }
}
@media screen and (max-width: 425px){
    #thanks a.return_btn {
        font-size: 16px;
    }
}


/*=====================================
breadcrumb
=====================================*/
#breadcrumb {
    font-size: 12px;
    padding: 10px 2%;
    background: #f2f5f7;
}
div#breadcrumb>.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
}
div#breadcrumb>.breadcrumbs a {
    color: #000;
}
#breadcrumb .breadcrumbs>span {
    margin: 0 5px;
}
#breadcrumb .breadcrumbs>span:first-of-type {
    margin-left: 0;
}
#breadcrumb .breadcrumbs>span:last-of-type {
    margin-right: 0;
}


/*=====================================
book_list
=====================================*/
#book_list #books_list_index_wrapper {
  width: 100%;
/*  padding: 40px 0 0;*/
}
#book_list #books_list_index_wrapper{
	width:94%;
/*	padding: 0 2.5% 2.5% 2.5%;*/
	margin:0 auto 70px auto;
/*	border:1px solid #ccc;*/
	box-sizing: border-box;
	min-height:1000px;
/*	background:#fff;*/
	position:relative;
	top:0px;
	}

#books_list_contents_wrapper{width:90%;margin:0 auto 50px auto;}

#masonry {
  width: 100%!important;
}

#masonry:after {content:''; display:block; clear:both;}

.grid-item {width: 49%; border:1px solid #f0f0f0; box-sizing:border-box;/*min-height:655px;*/}

.grid-item {
  overflow:hidden;
  margin-bottom:2%;
  padding:15px;
  background:#fff;
  float:left;
  text-align:left;
  border-radius:4px;
  box-sizing:border-box;
/*  padding: 5px;*/
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media screen and (max-width:900px) {
	.grid-sizer,
	.grid-item {width: 49%;}
	.gutter-sizer {width:2%;}
}

@media screen and (max-width:640px) {
	.grid-sizer,
	.grid-item {width:99%; margin-bottom: 4%;}
	.gutter-sizer {width:2%;}
}

#book_list p {
	margin-bottom: 0;
}

.books_list_images{
	width:80%;
	margin:0 auto;
	max-width:220px;
	}
.books_images_area{
	width:100%;
	text-align:center;
	}
.books_date{
	width:100%;
	font-size:14px;
	color:#990000;
	letter-spacing:.06em;
	line-height:1.3;
	margin:20px 0;
	font-weight:bold;
	}
.books_data{
	font-size:14px;
	color:#000;
	letter-spacing:.035em;
	line-height:1.75;
}
.books_shupan_title{
	font-size:12px;
	width:100%;
	border:1px solid #ccc;
	text-align:center;
	letter-spacing:.08em;
	background:#f5fcff;
	padding:3px 0;
	margin:5px 0 0 0!important;
	}
.books_shupan{
	font-size:12px;
	width:100%;
	border:1px solid #ccc;
	text-align:center;
	letter-spacing:.08em;
	padding:3px 0;
	margin:0!important;
	border-top:none;
	border-bottom:none;
	}
.books_hakkou_title{
	font-size:12px;
	width:100%;
	border:1px solid #ccc;
	text-align:center;
	letter-spacing:.08em;
	background:#f5fcff;
	padding:3px 0;
	margin:0!important;
	}
.books_hakkou{
	font-size:12px;
	width:100%;
	border:1px solid #ccc;
	text-align:center;
	letter-spacing:.08em;
	padding:3px 0;
	margin:0 0 5px 0;
	border-top:none;
	}

.rousei_link{
	width:100%;
	text-align:center;
	letter-spacing:.03em;
	color:#990000;
	text-decoration:underline;
	display:block;
	margin:10px 0;
	}
.rousei_link:hover{
	color:#ccc;
	text-decoration:none;	
	}
.amazon_link {
	display: block;
	max-width: 252px;
	width: 80%;
	margin: 10px auto 0;
}
.amazon_link img {
	width: 100%;
	height: auto;
}
.chosyo_link{
	color:#666;
	border-bottom:1px dotted;	
	}
.chosyo_link:hover{
	color:#ccc;
	border-bottom:none;	
	}


/*=====================================
a-slide
=====================================*/
.images_ps{width:200px;height:auto;display:inline-block;transform:rotate(5deg);}
#da-slider nav {top: inherit;}
#top_books_wrapper {background: #efefef;}
.da-arrows {position: static;}
.da-slider{max-width:940px; width: 100%; margin: 0 auto;min-width:520px;height:400px;position:relative;/*margin:30px auto;*/overflow:hidden;-webkit-transition:background-position 1s ease-out 0.3s;-moz-transition:background-position 1s ease-out 0.3s;-o-transition:background-position 1s ease-out 0.3s;-ms-transition:background-position 1s ease-out 0.3s;transition:background-position 1s ease-out 0.3s;}
.da-slide{position:absolute;width:100%;height:100%;top:0px;left:0px;text-align:left;}
.da-slide-current{z-index:1000;}
.da-slider-fb .da-slide{left:100%;}
.da-slider-fb .da-slide.da-slide-current{left:0px;}
.da-slide h3,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{position:absolute;opacity:0;left:10%;}
.da-slider-fb .da-slide h3,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{left:7.5%;opacity:1;}
.da-slider-fb .da-slide .da-img{left:64%;opacity:1;}
.da-slide h3{line-height: 1.3; color:#990000;font-size:32px;width:60%; max-width: 560px; top:60px;white-space:inherit;z-index:10;font-family:noto;font-weight:500;-moz-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-webkit-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-ms-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff; /*margin: 2% 0 0 7%;*/}
.da-slide p{width:54%;top:200px;color:#000000;font-size:14px;line-height:26px;height:80px;overflow:hidden;font-weight:400;}
.da-slide .slide_a{top:170px!important;}
#top_books_wrapper p.da_date{width:54%!important;top:260px!important;color:#990000!important;font-size:14px!important;line-height:26px!important;height:30px!important;overflow:hidden!important;font-weight:400!important;}
#top_books_wrapper p.da_data{width:54%!important;top:285px!important;color:#990000!important;font-size:14px!important;line-height:26px!important;height:30px!important;overflow:hidden!important;font-weight:400!important;}
.da-slide .da-img{text-align:center;width:36%;top:40px;height:256px;line-height:320px;left:10%;}
.da-slide .da-link{top:270px;border-radius:30px;box-shadow:0px 1px 1px rgba(0,0,0,0.1);color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,0.2);border:8px solid rgba(255,255,255,0.8);padding:2px 20px 0px;font-size:18px;line-height:30px;width:80px;text-align:center;background:rgba(255,255,255,0.2);}
.da-slide .da-link:hover{background:rgba(255,255,255,0.3);}
.da-dots{width:100%;position:absolute;text-align:center;left:0px;bottom:20px;z-index:2000;-moz-user-select:none;-webkit-user-select:none;}
.da-dots span{display:inline-block;position:relative;width:12px;height:12px;border-radius:50%;background:#666;margin:3px;cursor:pointer;box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);}
.da-dots span.da-dots-current:after{content:'';width:8px;height:8px;position:absolute;top:2px;left:2px;border-radius:50%;background:rgb(255,255,255);background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);background:linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0);}
.da-arrows{-moz-user-select:none;-webkit-user-select:none;}
.da-arrows span{position:absolute;top:50%;height:30px;width:30px;border-radius:50%;/*background:#666;*/cursor:pointer;z-index:2000;opacity:0;/*box-shadow:1px 1px 1px rgba(0,0,0,0.1) inset,
1px 1px 1px rgba(255,255,255,0.1);-webkit-transition:opacity 0.4s ease-in-out-out 0.2s;*/-moz-transition:opacity 0.4s ease-in-out-out 0.2s;-o-transition:opacity 0.4s ease-in-out-out 0.2s;-ms-transition:opacity 0.4s ease-in-out-out 0.2s;transition:opacity 0.4s ease-in-out-out 0.2s;}
.da-slider:hover .da-arrows span{opacity:1;}
.da-arrows span:after{content:'';position:absolute;width:20px;height:20px;top:5px;left:5px;background:transparent url("images/index/arrows.png") no-repeat top left;border-radius:50%;box-shadow:1px 1px 2px rgba(0,0,0,0.1);}
.da-arrows span:hover:after{/*box-shadow:1px 1px 4px rgba(0,0,0,0.3);*/}
.da-arrows span:active:after{box-shadow:1px 1px 1px rgba(255,255,255,0.1);}
.da-arrows span.da-arrows-next:after{background-position:top right;}
.da-arrows span.da-arrows-prev{left:15px;}
.da-arrows span.da-arrows-next{right:15px;}
.da-slide-current h3,
.da-slide-current p,
.da-slide-current .da-link{left:7.5%;opacity:1;}
.da-date{left:7.5%;opacity:1;}
.da-slide-current .da-img{left:64%;opacity:1;}
.da-slide-fromright h3{-webkit-animation:fromRightAnim1 0.6s ease-in-out 0.8s both;-moz-animation:fromRightAnim1 0.6s ease-in-out 0.8s both;-o-animation:fromRightAnim1 0.6s ease-in-out 0.8s both;-ms-animation:fromRightAnim1 0.6s ease-in-out 0.8s both;animation:fromRightAnim1 0.6s ease-in-out 0.8s both;}
.da-slide-fromright p{-webkit-animation:fromRightAnim2 0.6s ease-in-out 0.8s both;-moz-animation:fromRightAnim2 0.6s ease-in-out 0.8s both;-o-animation:fromRightAnim2 0.6s ease-in-out 0.8s both;-ms-animation:fromRightAnim2 0.6s ease-in-out 0.8s both;animation:fromRightAnim2 0.6s ease-in-out 0.8s both;}
.da-slide-fromright .da-link{-webkit-animation:fromRightAnim3 0.4s ease-in-out 1.2s both;-moz-animation:fromRightAnim3 0.4s ease-in-out 1.2s both;-o-animation:fromRightAnim3 0.4s ease-in-out 1.2s both;-ms-animation:fromRightAnim3 0.4s ease-in-out 1.2s both;animation:fromRightAnim3 0.4s ease-in-out 1.2s both;}
.da-slide-fromright .da-img{-webkit-animation:fromRightAnim4 0.6s ease-in-out 0.8s both;-moz-animation:fromRightAnim4 0.6s ease-in-out 0.8s both;-o-animation:fromRightAnim4 0.6s ease-in-out 0.8s both;-ms-animation:fromRightAnim4 0.6s ease-in-out 0.8s both;animation:fromRightAnim4 0.6s ease-in-out 0.8s both;}
.da-slide-fromright .da_date, .da-slide-fromright .da_data{-webkit-animation:fromRightAnim5 0.6s ease-in-out 0.9s both;-moz-animation:fromRightAnim5 0.6s ease-in-out 0.9s both;-o-animation:fromRightAnim5 0.6s ease-in-out 0.9s both;-ms-animation:fromRightAnim5 0.6s ease-in-out 0.9s both;animation:fromRightAnim5 0.6s ease-in-out 0.9s both;}
@-webkit-keyframes fromRightAnim1{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-webkit-keyframes fromRightAnim2{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-webkit-keyframes fromRightAnim3{0%{left:10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-webkit-keyframes fromRightAnim4{0%{left:10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-webkit-keyframes fromRightAnim5{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromRightAnim1{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromRightAnim2{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromRightAnim3{0%{left:10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromRightAnim4{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromRightAnim5{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromRightAnim1{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromRightAnim2{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromRightAnim3{0%{left:10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromRightAnim4{0%{left:10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-o-keyframes fromRightAnim5{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromRightAnim1{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromRightAnim2{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromRightAnim3{0%{left:10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromRightAnim4{0%{left:10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-ms-keyframes fromRightAnim5{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromRightAnim1{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromRightAnim2{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromRightAnim3{0%{left:10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromRightAnim4{0%{left:10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@keyframes fromRightAnim5{0%{left:10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
.da-slide-fromleft h3{-webkit-animation:fromLeftAnim1 0.6s ease-in-out 0.6s both;-moz-animation:fromLeftAnim1 0.6s ease-in-out 0.6s both;-o-animation:fromLeftAnim1 0.6s ease-in-out 0.6s both;-ms-animation:fromLeftAnim1 0.6s ease-in-out 0.6s both;animation:fromLeftAnim1 0.6s ease-in-out 0.6s both;}
.da-slide-fromleft p{-webkit-animation:fromLeftAnim2 0.6s ease-in-out 0.6s both;-moz-animation:fromLeftAnim2 0.6s ease-in-out 0.6s both;-o-animation:fromLeftAnim2 0.6s ease-in-out 0.6s both;-ms-animation:fromLeftAnim2 0.6s ease-in-out 0.6s both;animation:fromLeftAnim2 0.6s ease-in-out 0.6s both;}
.da-slide-fromleft .da-link{-webkit-animation:fromLeftAnim3 0.4s ease-in-out 1.2s both;-moz-animation:fromLeftAnim3 0.4s ease-in-out 1.2s both;-o-animation:fromLeftAnim3 0.4s ease-in-out 1.2s both;-ms-animation:fromLeftAnim3 0.4s ease-in-out 1.2s both;animation:fromLeftAnim3 0.4s ease-in-out 1.2s both;}
.da-slide-fromleft .da-img{-webkit-animation:fromLeftAnim4 0.6s ease-in-out 0.6s both;-moz-animation:fromLeftAnim4 0.6s ease-in-out 0.6s both;-o-animation:fromLeftAnim4 0.6s ease-in-out 0.6s both;-ms-animation:fromLeftAnim4 0.6s ease-in-out 0.6s both;animation:fromLeftAnim4 0.6s ease-in-out 0.6s both;}
.da-slide-fromleft .da_date, .da-slide-fromleft .da_data{-webkit-animation:fromLeftAnim5 0.6s ease-in-out 0.6s both;-moz-animation:fromLeftAnim5 0.6s ease-in-out 0.6s both;-o-animation:fromLeftAnim5 0.6s ease-in-out 0.6s both;-ms-animation:fromLeftAnim5 0.6s ease-in-out 0.6s both;animation:fromLeftAnim5 0.6s ease-in-out 0.6s both;}
@-webkit-keyframes fromLeftAnim1{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-webkit-keyframes fromLeftAnim2{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-webkit-keyframes fromLeftAnim3{0%{left:-10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-webkit-keyframes fromLeftAnim4{0%{left:-10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-webkit-keyframes fromLeftAnim5{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromLeftAnim1{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromLeftAnim2{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromLeftAnim3{0%{left:-10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-moz-keyframes fromLeftAnim4{0%{left:-10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-moz-keyframes fromLeftAnim5{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromLeftAnim1{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromLeftAnim2{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromLeftAnim3{0%{left:-10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-o-keyframes fromLeftAnim4{0%{left:-10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-o-keyframes fromLeftAnim5{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromLeftAnim1{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromLeftAnim2{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromLeftAnim3{0%{left:-10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@-ms-keyframes fromLeftAnim4{0%{left:-10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@-ms-keyframes fromLeftAnim5{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromLeftAnim1{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromLeftAnim2{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromLeftAnim3{0%{left:-10%;opacity:0;}
1%{left:7.5%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
@keyframes fromLeftAnim4{0%{left:-10%;opacity:0;}
100%{left:64%;opacity:1;}
}
@keyframes fromLeftAnim5{0%{left:-10%;opacity:0;}
100%{left:7.5%;opacity:1;}
}
.da-slide-toright h3{-webkit-animation:toRightAnim1 0.6s ease-in-out 0.6s both;-moz-animation:toRightAnim1 0.6s ease-in-out 0.6s both;-o-animation:toRightAnim1 0.6s ease-in-out 0.6s both;-ms-animation:toRightAnim1 0.6s ease-in-out 0.6s both;animation:toRightAnim1 0.6s ease-in-out 0.6s both;}
.da-slide-toright p{-webkit-animation:toRightAnim2 0.6s ease-in-out 0.3s both;-moz-animation:toRightAnim2 0.6s ease-in-out 0.3s both;-o-animation:toRightAnim2 0.6s ease-in-out 0.3s both;-ms-animation:toRightAnim2 0.6s ease-in-out 0.3s both;animation:toRightAnim2 0.6s ease-in-out 0.3s both;}
.da-slide-toright .da-link{-webkit-animation:toRightAnim3 0.4s ease-in-out both;-moz-animation:toRightAnim3 0.4s ease-in-out both;-o-animation:toRightAnim3 0.4s ease-in-out both;-ms-animation:toRightAnim3 0.4s ease-in-out both;animation:toRightAnim3 0.4s ease-in-out both;}
.da-slide-toright .da-img{-webkit-animation:toRightAnim4 0.6s ease-in-out both;-moz-animation:toRightAnim4 0.6s ease-in-out both;-o-animation:toRightAnim4 0.6s ease-in-out both;-ms-animation:toRightAnim4 0.6s ease-in-out both;animation:toRightAnim4 0.6s ease-in-out both;}
.da-slide-toright .da_date,.da-slide-toright .da_data{-webkit-animation:toRightAnim5 0.6s ease-in-out 0.5s both;-moz-animation:toRightAnim5 0.6s ease-in-out 0.5s both;-o-animation:toRightAnim5 0.6s ease-in-out 0.5s both;-ms-animation:toRightAnim5 0.6s ease-in-out 0.5s both;animation:toRightAnim5 0.6s ease-in-out 0.5s both;}
@-webkit-keyframes toRightAnim1{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-webkit-keyframes toRightAnim2{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-webkit-keyframes toRightAnim3{0%{left:7.5%;opacity:1;}
99%{left:7.5%;opacity:0;}
100%{left:100%;opacity:0;}
}
@-webkit-keyframes toRightAnim4{0%{left:64%;opacity:1;}
30%{left:55%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-webkit-keyframes toRightAnim5{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-moz-keyframes toRightAnim1{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-moz-keyframes toRightAnim2{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-moz-keyframes toRightAnim3{0%{left:7.5%;opacity:1;}
99%{left:7.5%;opacity:0;}
100%{left:100%;opacity:0;}
}
@-moz-keyframes toRightAnim4{0%{left:64%;opacity:1;}
30%{left:55%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-moz-keyframes toRightAnim5{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-o-keyframes toRightAnim1{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-o-keyframes toRightAnim2{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-o-keyframes toRightAnim3{0%{left:7.5%;opacity:1;}
99%{left:7.5%;opacity:0;}
100%{left:100%;opacity:0;}
}
@-o-keyframes toRightAnim4{0%{left:64%;opacity:1;}
30%{left:55%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-o-keyframes toRightAnim5{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-ms-keyframes toRightAnim1{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-ms-keyframes toRightAnim2{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-ms-keyframes toRightAnim3{0%{left:7.5%;opacity:1;}
99%{left:7.5%;opacity:0;}
100%{left:100%;opacity:0;}
}
@-ms-keyframes toRightAnim4{0%{left:64%;opacity:1;}
30%{left:55%;opacity:1;}
100%{left:100%;opacity:0;}
}
@-ms-keyframes toRightAnim5{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@keyframes toRightAnim1{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@keyframes toRightAnim2{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
@keyframes toRightAnim3{0%{left:7.5%;opacity:1;}
99%{left:7.5%;opacity:0;}
100%{left:100%;opacity:0;}
}
@keyframes toRightAnim4{0%{left:64%;opacity:1;}
30%{left:55%;opacity:1;}
100%{left:100%;opacity:0;}
}
@keyframes toRightAnim5{0%{left:7.5%;opacity:1;}
100%{left:100%;opacity:0;}
}
.da-slide-toleft h3{-webkit-animation:toLeftAnim1 0.6s ease-in-out both;-moz-animation:toLeftAnim1 0.6s ease-in-out both;-o-animation:toLeftAnim1 0.6s ease-in-out both;-ms-animation:toLeftAnim1 0.6s ease-in-out both;animation:toLeftAnim1 0.6s ease-in-out both;}
.da-slide-toleft p{-webkit-animation:toLeftAnim2 0.6s ease-in-out 0.3s both;-moz-animation:toLeftAnim2 0.6s ease-in-out 0.3s both;-o-animation:toLeftAnim2 0.6s ease-in-out 0.3s both;-ms-animation:toLeftAnim2 0.6s ease-in-out 0.3s both;animation:toLeftAnim2 0.6s ease-in-out 0.3s both;}
.da-slide-toleft .da-link{-webkit-animation:toLeftAnim3 0.6s ease-in-out 0.6s both;-moz-animation:toLeftAnim3 0.6s ease-in-out 0.6s both;-o-animation:toLeftAnim3 0.6s ease-in-out 0.6s both;-ms-animation:toLeftAnim3 0.6s ease-in-out 0.6s both;animation:toLeftAnim3 0.6s ease-in-out 0.6s both;}
.da-slide-toleft .da-img{-webkit-animation:toLeftAnim4 0.6s ease-in-out 0.5s both;-moz-animation:toLeftAnim4 0.6s ease-in-out 0.5s both;-o-animation:toLeftAnim4 0.6s ease-in-out 0.5s both;-ms-animation:toLeftAnim4 0.6s ease-in-out 0.5s both;animation:toLeftAnim4 0.6s ease-in-out 0.5s both;}
.da-slide-toleft .da-date,.da-slide-toleft .da-data{-webkit-animation:toLeftAnim5 0.6s ease-in-out 0.5s both;-moz-animation:toLeftAnim5 0.6s ease-in-out 0.5s both;-o-animation:toLeftAnim5 0.6s ease-in-out 0.5s both;-ms-animation:toLeftAnim5 0.6s ease-in-out 0.5s both;animation:toLeftAnim5 0.6s ease-in-out 0.5s both;}
@-webkit-keyframes toLeftAnim1{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-webkit-keyframes toLeftAnim2{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-webkit-keyframes toLeftAnim3{0%{left:7.5%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-webkit-keyframes toLeftAnim4{0%{left:64%;opacity:1;}
70%{left:30%;opacity:0;}
100%{left:-50%;opacity:0;}
}
@-webkit-keyframes toLeftAnim5{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-moz-keyframes toLeftAnim1{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-moz-keyframes toLeftAnim2{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-moz-keyframes toLeftAnim3{0%{left:7.5%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-moz-keyframes toLeftAnim4{0%{left:64%;opacity:1;}
70%{left:30%;opacity:0;}
100%{left:-50%;opacity:0;}
}
@-moz-keyframes toLeftAnim5{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-o-keyframes toLeftAnim1{0%{left:7.5%;opacity:1;}

30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-o-keyframes toLeftAnim2{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-o-keyframes toLeftAnim3{0%{left:7.5%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-o-keyframes toLeftAnim4{0%{left:64%;opacity:1;}
70%{left:30%;opacity:0;}
100%{left:-50%;opacity:0;}
}
@-o-keyframes toLeftAnim5{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-ms-keyframes toLeftAnim1{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-ms-keyframes toLeftAnim2{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-ms-keyframes toLeftAnim3{0%{left:7.5%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@-ms-keyframes toLeftAnim4{0%{left:64%;opacity:1;}
70%{left:30%;opacity:0;}
100%{left:-50%;opacity:0;}
}
@-ms-keyframes toLeftAnim5{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@keyframes toLeftAnim1{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@keyframes toLeftAnim2{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@keyframes toLeftAnim3{0%{left:7.5%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@keyframes toLeftAnim4{0%{left:64%;opacity:1;}
70%{left:30%;opacity:0;}
100%{left:-50%;opacity:0;}
}
@keyframes toLeftAnim5{0%{left:7.5%;opacity:1;}
30%{left:15%;opacity:1;}
100%{left:-50%;opacity:0;}
}
@media screen and (min-width:512px) and (max-width:800px){#top_books_wrapper{/*padding:40px 0;*/color:#000;}
#books_area{width:90%;margin:0 auto;position:relative;}
#books_area h2{font-family:'Radley', serif;font-size:30px;color:#07061b;position:relative;letter-spacing:.04em;}
#books_area h2:after{content:"著書・論文・監修協力";color:#07061b;position:absolute;font-size:14px;margin-top:38px;font-weight:500;top:0px;right:0px;left:0;}
#books_area a.books_more{line-height:1.7;background:#07061b;border:1px solid #666;padding:6px 35px 4px;position:absolute;color:#fff;display:block;font-size:14px;letter-spacing:.06em;right:1px;top:13px;border:1px solid #666;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#books_area a.books_more:after{font-family:'icomoon';content:"\e90e";position:absolute;top:-50%;right:0px;margin-top:23px;font-size:14px;z-index:10;font-weight:normal;color:#fff;}
#books_area a.books_more:hover{background:#fff;color:#07061b;transition:all 0.3s;}
#books_area a.books_more:hover:after{font-family:'icomoon';content:"\e90e";position:absolute;top:-50%;right:0px;margin-top:23px;font-size:14px;z-index:10;font-weight:normal;color:#07061b;}
#books_area .overflow_line{height:400px;color:#fff;padding:100px 0 0 0;}
.da-slider{width:100%;min-width:320px;height:400px;position:relative;/*margin:30px auto;*/overflow:hidden;-webkit-transition:background-position 1s ease-out 0.3s;-moz-transition:background-position 1s ease-out 0.3s;-o-transition:background-position 1s ease-out 0.3s;-ms-transition:background-position 1s ease-out 0.3s;transition:background-position 1s ease-out 0.3s;}
.da-slide h3{line-height: 1.3;color:#990000;font-size:22px;width:90%;white-space:inherit;z-index:10;font-family:noto;font-weight:500;-moz-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-webkit-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-ms-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;}
.images_ps{width:110px;height:auto;display:inline-block;transform:rotate(5deg);}
.da-slide p{width:88%;top:144px;color:#000000;font-size:14px;line-height:1.35;height:80px;overflow:hidden;font-weight:400;}
#top_books_wrapper p.da_data{width:54%!important;top:275px!important;color:#990000!important;font-size:12px!important;line-height:1.5!important;height:30px!important;overflow:hidden!important;font-weight:400!important;}
#top_books_wrapper p.da_date{width:54%!important;top:245px!important;color:#990000!important;font-size:12px!important;line-height:1.5!important;height:30px!important;overflow:hidden!important;font-weight:400!important;}
.da-arrows span.da-arrows-prev{left:0px;}
.da-arrows span.da-arrows-next{right:0px;}
}
@media screen and (max-width:511px){.main_images_area{width:100%;min-height:610px;position:relative;background-position:50% 0;background-repeat:no-repeat;}
.main_images_area_second_back{width:100%;min-height:610px;}
#top_books_wrapper{/*padding:40px 0;*/color:#000;}
#books_area{width:90%;margin:0 auto;position:relative;}
#books_area h2{font-family:'Radley', serif;font-size:26px;color:#07061b;position:relative;letter-spacing:.01em;}
#books_area h2:after{content:"著書・論文・監修協力";color:#07061b;position:absolute;font-size:14px;margin-top:36px;font-weight:500;top:0px;right:0px;left:0;}
#books_area a.books_more{line-height:1.7;background:#07061b;border:1px solid #666;padding:6px 35px 4px;position:absolute;color:#fff;display:block;font-size:14px;letter-spacing:.06em;right:1px;top:13px;border:1px solid #666;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#books_area a.books_more:after{font-family:'icomoon';content:"\e90e";position:absolute;top:-50%;right:0px;margin-top:23px;font-size:14px;z-index:10;font-weight:normal;color:#fff;}
#books_area a.books_more:hover{background:#fff;color:#07061b;transition:all 0.3s;}
#books_area a.books_more:hover:after{font-family:'icomoon';content:"\e90e";position:absolute;top:-50%;right:0px;margin-top:23px;font-size:14px;z-index:10;font-weight:normal;color:#07061b;}
#books_area .overflow_line{height:400px;color:#fff;padding:100px 0 0 0;}
.da-slider{width:100%;min-width:270px;height:400px;position:relative;/*margin:30px auto;*/overflow:hidden;-webkit-transition:background-position 1s ease-out 0.3s;-moz-transition:background-position 1s ease-out 0.3s;-o-transition:background-position 1s ease-out 0.3s;-ms-transition:background-position 1s ease-out 0.3s;transition:background-position 1s ease-out 0.3s;}
.da-slide h3{line-height: 1.3; color:#990000;font-size:22px;width:90%;white-space:inherit;z-index:10;font-family:noto;font-weight:500;-moz-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-webkit-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-ms-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;}
.images_ps{width:80px;height:auto;display:inline-block;transform:rotate(5deg);}
.da-arrows span.da-arrows-prev{left:0px;}
.da-arrows span.da-arrows-next{right:0px;}
.da-slide p{width:86%;top:145px;color:#000000;font-size:14px;line-height:26px;height:80px;overflow:hidden;font-weight:400;}
.bg_seminar{position:relative;overflow:hidden;text-align:center;height:180px;}
.bg_seminar:before{z-index:0;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.65);z-index:1;}
.bg_seminar:after{position:absolute;content:"";display:block;width:100%;height:100%;top:0;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;background-size:cover;,
-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}
.bg_seminar:hover:after{opacity:.8;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.top_seminar_button{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(18,41,11,.37);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.top_seminar_button:hover{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(18,41,11,.9);}
.top_seminar_button_txt{top:0;line-height:120px;font-family:Radley,serif;font-weight:400;font-size:18px;letter-spacing:.01em;}
.top_seminar_button_txt,.top_seminar_button_txt:before{position:absolute;bottom:0;right:0;left:0;margin:auto;color:#fff;width:120px;}
.top_seminar_button_txt:before{content:"セミナー情報";font-size:10px;font-family:Noto Sans Japanese,メイリオ,Meiryo,serif;font-weight:400;top:32px;height:120px;}
.bg_media{position:relative;overflow:hidden;text-align:center;height:180px;}
.bg_media:before{z-index:0;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.65);z-index:1;}
.bg_media:after{position:absolute;content:"";display:block;width:100%;height:100%;top:0;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;background-size:cover;,
-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}
.bg_media:hover:after{opacity:.8;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.top_media_button{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(82, 11, 23, 0.37);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.top_media_button:hover{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(82, 11, 23, .9);}
.top_media_button_txt{top:0;line-height:120px;font-family:Radley,serif;font-weight:400;font-size:18px;letter-spacing:.01em;}
.top_media_button_txt,.top_media_button_txt:before{position:absolute;bottom:0;right:0;left:0;margin:auto;color:#fff;width:120px;}
.top_media_button_txt:before{content:"メディア情報";font-size:10px;font-family:Noto Sans Japanese,メイリオ,Meiryo,serif;font-weight:400;top:32px;height:120px;}
.bg_newsletter{position:relative;overflow:hidden;text-align:center;height:180px;}
.bg_newsletter:before{z-index:0;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.65);z-index:1;}
.bg_newsletter:after{position:absolute;content:"";display:block;width:100%;height:100%;top:0;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;background-size:cover;,
-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}
.bg_newsletter:hover:after{opacity:.8;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.top_newsletter_button{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(11, 29, 82, 0.37);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.top_newsletter_button:hover{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(11, 29, 82, .9);}
.top_newsletter_button_txt{top:0;line-height:120px;font-family:Radley,serif;font-weight:400;font-size:18px;letter-spacing:.01em;}
.top_newsletter_button_txt,.top_newsletter_button_txt:before{position:absolute;bottom:0;right:0;left:0;margin:auto;color:#fff;width:120px;}
.top_newsletter_button_txt:before{content:"ニューズレター";font-size:10px;font-family:Noto Sans Japanese,メイリオ,Meiryo,serif;font-weight:400;top:32px;height:120px;}
.bg_example_saiban{position:relative;overflow:hidden;text-align:center;height:180px;}
.bg_example_saiban:before{z-index:0;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.65);z-index:1;}
.bg_example_saiban:after{position:absolute;content:"";display:block;width:100%;height:100%;top:0;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;background-size:cover;,
-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}
.bg_example_saiban:hover:after{opacity:.8;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.top_example_saiban_button{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(82, 48, 11, 0.37);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.top_example_saiban_button:hover{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(82, 48, 11, .9);}
.top_example_saiban_button_txt{top:0;line-height:120px;font-family:Radley,serif;font-weight:400;font-size:18px;letter-spacing:.01em;}
.top_example_saiban_button_txt,.top_example_saiban_button_txt:before{position:absolute;bottom:0;right:0;left:0;margin:auto;color:#fff;width:120px;}
.top_example_saiban_button_txt:before{content:"裁判例";font-size:10px;font-family:Noto Sans Japanese,メイリオ,Meiryo,serif;font-weight:400;top:32px;height:120px;}
.bg_publications{position:relative;overflow:hidden;text-align:center;height:180px;}
.bg_publications:before{z-index:0;content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.65);z-index:1;}
.bg_publications:after{position:absolute;content:"";display:block;width:100%;height:100%;top:0;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;background-size:cover;,
-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;}
.bg_publications:hover:after{opacity:.8;-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.bg_publications_button{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(2, 37, 82, .37);-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.bg_publications_button:hover{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;width:120px;height:120px;z-index:1;border:1px solid #fff;background:rgba(2, 37, 82, .9);}
.bg_publications_button_txt{top:0;line-height:120px;font-family:Radley,serif;font-weight:400;font-size:18px;letter-spacing:.01em;}
.bg_publications_button_txt,.bg_publications_button_txt:before{position:absolute;bottom:0;right:0;left:0;margin:auto;color:#fff;width:120px;font-size:26px;}
.bg_publications_button_txt:before{content:"著書・論文・監修協力";font-size:10px;font-family:Noto Sans Japanese,メイリオ,Meiryo,serif;font-weight:400;top:32px;height:120px;}
#top_lawyer_info{background:#7d0000;height:360px;width:100%;position:relative;}
#top_lawyer_info p{font-size:14px;color:#fff;letter-spacing:.06em;text-align:cneter;width:100%;}
#top_lawyer_info:after{content:'';position:absolute;top:0px;left:0px;-moz-background-size:cover;background-size:cover;vertical-align:middle;width:44%;height:480px;display:none;}
.top_lawyer_info_area{width:100%;padding:5%;box-sizing:border-box;text-align:center;position:absolute;top:0;margin-top:0;right:0;height:250px;bottom:0;left:0;margin:auto;}
.top_lawyer_info_title{font-family:'Radley', serif;font-size:26px;color:#fff;letter-spacing:.06em;line-height:1.45;}
.top_lawyer_info_button{width:60%;background:#07061b;line-height:50px;display:block;margin:25px auto;color:#fff;}
.top_lawyer_info_button:hover{background:#000;}
.da-slide h3{color:#990000;font-size:18px;width:90%;white-space:inherit;z-index:10;font-family:noto;font-weight:500;-moz-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-webkit-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;-ms-text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;text-shadow:0 0 21px #fff, 0 0 19px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 13px #fff, 0 0 11px #fff, 0 0 9px #fff, 0 0 7px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 1px #fff;}
.images_ps{width:110px;height:auto;display:inline-block;transform:rotate(5deg);/*display:none;*/}
.da-slide p{width:88%;top:150px;color:#000000;font-size:14px;line-height:1.35;height:150px;overflow:hidden;font-weight:400;}
.da-slide .slide_a{width:88%;top:135px!important;color:#000000;font-size:14px;line-height:1.35;height:150px;overflow:hidden;font-weight:400;}
#top_books_wrapper p.da_data{width:80%!important;top:275px!important;color:#990000!important;font-size:12px!important;line-height:1.5!important;height:40px!important;overflow:hidden!important;font-weight:400!important;}
#top_books_wrapper p.da_date{width:80%!important;top:245px!important;color:#990000!important;font-size:12px!important;line-height:1.5!important;height:30px!important;overflow:hidden!important;font-weight:400!important;}
.da-arrows span.da-arrows-prev{left:0px;}
.da-arrows span.da-arrows-next{right:0px;}
}
#top_media_area {margin-top: 3rem;}
#top_books_wrapper.books_area { background: #F0F0E1;}
.books_area {
    background-color: #F0F0E1;
    padding: 3rem 0 6rem!important;
}
@media screen and (max-width: 480px) {
  .da-slide .da-img {
      width: 26%;
  }
}
/* media_area, books_area */
.h2_under{
    text-align: center;
    font-size: 13px;
    font-family: '游明朝', sans-serif;
    font-weight: 500;
}
.media_area .line,
.books_area .line,
.newsletter_area .line{
    margin-bottom: 10px;
}
.media_area_inner,
.newsletter_area_inner{
    max-width: 1000px;
    margin: 0 auto 8rem;
}
.media_area_inner .overflow_line,
.newsletter_area_inner .overflow_line{
    height: 400px;
    padding: 70px 0 0 0;
    font-size: 14px;
}
.media_area_inner .overflow_line p,
.media_area_inner .overflow_line h3,
.newsletter_area_inner .overflow_line p,
.newsletter_area_inner .overflow_line h3{
    padding-left: 10px;
    line-height: 1.5;
}
.media_area_inner .overflow_line h3,
.newsletter_area_inner .overflow_line h3{
    font-size: 16px;
}
.media_area_inner .overflow_line h3 a,.media_area_inner .overflow_line p a,
.newsletter_area_inner .overflow_line h3 a,.newsletter_area_inner .overflow_line p a{
    border-bottom: 1px dotted;
    color: #000;
}
hr.line_under{
    border:0px;
    border-bottom:1px dotted #000;
    margin:20px 0 20px 0;
}

.newsletter_area{
background-color: #f9f9f9;
}
.newsletter_area_inner{
    margin-bottom: 8rem;
    padding-bottom: 5rem;
}
.newsletter_area_inner .title_02{
    margin-top: 0;
    padding-top: 50px;
}
/* books_area */
.books_area{
    background-color: #F0F0E1;
    padding: 3rem 0 6rem;
}
.books_area .title_02{
    margin-top: 0;
}
@media screen and (max-width: 1024px) {
    .media_area_inner, .newsletter_area_inner {
        max-width: inherit;
        width: 90%;
        margin: 5rem auto;
    }
}

/*20200514 法律事務所労務修正用*/
header{
    z-index: 9999;
}
footer{
    padding: 40px 0 130px;
}
/* top_books_wrapper -------- */
#top_books_wrapper.books_area {
    background: #efefef;
}
#top_books_wrapper {
    background: #efefef;
    padding-top: 5rem;
}
#top_books_wrapper .overflow_line{
    padding: 30px 0 0;
}
#top_books_wrapper .box_link .btn_blue{
    display: table;
    margin: 60px auto 0;
    padding: 10px 50px;
}
/* top_newsletter_wrapper -------- */
#top_newsletter_wrapper.newsletter_area { 
    background: #efefef;
    padding-top: 5rem;
}
/* section.seminar -------- */
section.seminar{
    padding: 5rem 0;
}
section.seminar .seminar_inner{
    max-width: 1000px;
    margin: 0 auto;
}
section.seminar h3{
	font-size: 20px;
    font-weight: bold;
}
section.seminar ul.seminar_list{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: justify;
}
section.seminar li{
	padding: 40px 0;
}
section.seminar li + li{
	border-top: 1px solid #ccc;
}
section.seminar dl{
	margin: 20px auto 0;
}
section.seminar dt{
	margin: 0 0 10px;
	padding: 6px;
	line-height: 1;
	border-left: 6px solid #194f80;
	background-color: #F7F7F7;
}
section.seminar dd{
	padding: 10px 0;
}
section.seminar dd + dd{
	margin:0 0 20px;
	border-top: 1px dotted #cfcfcf;
}
section.seminar dd span{
	display: block;
}
section.seminar .box_link {
	margin: 40px auto 0;
}
section.seminar .box_link .btn_blue{
    display: table;
    margin: 0 auto;
    padding: 10px 50px;
}
@media screen and (min-width: 769px) {
	section.seminar dd {
		padding: 10px 0;
	}
	section.seminar dd + dd{
		padding: 0 0 10px;
		border-top: inherit;
	}
	section.seminar dd span{
		display: inline-block;
	}
}
@media screen and (min-width: 1025px) {
	section.seminar ul.seminar_list{
        width: 100%;
		margin: 40px auto 0;
		text-align: left;
	}
	section.seminar dl {
		margin: 30px auto 0;
	}
	section.seminar dt{
		padding: 6px 12px;
		background-color: inherit;
	}
}
@media screen and (max-width: 1024px) {
    .newsletter_area_inner {
        margin: 0 auto 5rem;
    }
}
@media screen and (max-width: 768px) {
    section.seminar h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 425px) {
    #top_newsletter_wrapper.newsletter_area{
        padding-top: 0;
    }
    .newsletter_area_inner .overflow_line{
        padding: 40px 0 0;
    }
    section.seminar h3{
        font-size: 16px;
    }
    section.seminar .box_link{
        margin: 0 auto;
    }
}
/* ================================================================

	section.books
	著書・論文・監修協力

================================================================ */
section.books {
	background-color: #efefef!important;
	padding: 5rem 0!important;
}
section.books .overflow_line {
	width: 90%;
	max-width: 1200px;
    height: 400px;
	margin: 50px auto 0;
	padding: 30px 0 0;
	overflow: auto;
}
section.books .overflow_line a{
	border-bottom: 1px dotted #333;
	transition: all .3s;
}
section.books .overflow_line a:hover{
	border-bottom: none;
	opacity: .6;
}
/*
	section.books p
==================================== */
section.books .overflow_line p{
	/*font-size: 1.4rem;*/
	font-size: 0.85rem;
}
section.books .overflow_line h3{
	font-weight: bold;
}
/*
	slick
==================================== */
section.books .slick-prev:before,
section.books .slick-next:before{
	font-family: "icons";
	font-weight: normal;
	background-color: rgba(0,0,0,.4);
	padding: 6px 12px;
	border-radius: 50%;
}
/*.slick-prev -------- */
section.books .slick-prev {
    left: 0;
	z-index: 1;
}
/*.slick-next -------- */
section.books .slick-next {
    right: 0;
	z-index: 1;
}
/* ============================================
	PC small
============================================ */
@media screen and (min-width: 1024px) {
	section.books .overflow_line{
		margin: 40px auto 0;
		padding: 20px 0 0;
	}
	/*
		section.books p
	==================================== */
	section.books .box_link {
		margin: 100px auto 0;
	}
	section.books #books_area .slider li .inner{
		width: 90%;
	}
	/*
	section.books #books_area .slider li .book_img
	==================================== */
	section.books #books_area .slider li .book_img{
		width: 40%;
		margin: 0;
		float: left;
	}
	section.books #books_area .slider li .book_img img{
		height: 280px;
	}
	/*
	section.books #books_area .slider li .book_text
	==================================== */
	section.books #books_area .slider li .book_text{
		width: 60%;
		float: right;
	}
}

/* ============================================
	tablet～PC
============================================ */

@media screen and (min-width: 768px) {
	/*
		section .link_box
	==================================== */
	section.books .box_link{
		width: 300px;
	}
	section.books .box_link a{
		padding: 10px 0;
	}
}

/* ============================================
	PC large
============================================ */
@media screen and (min-width: 1366px) {
	/*
		section .link_box
	==================================== */
	section.books .box_link{
		margin: 6rem auto 0;
	}
}

/*mvフェイド部分*/
.fadeSlider div {
	display: block;
	
}
/*↓フェードイメージ↓*/
@media screen and (min-width:768px) {
.fadeSlider {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow:hidden;
	animation-iteration-count:infinite!important;
}
.fadeSlider div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.fadeSlider_01 {
    background-image: url("images/index/bg_main01.png");
    animation: fadeSlideImg 35s ease-out infinite;
	animation-delay:0;
}
.fadeSlider_01 .webp {background-image: url(images/index/bg_main01.png.webp);}	
	
.fadeSlider .fadeSlider_02 {
    opacity: 0;
    background-image: url("images/index/bg_main02.png");
    animation: fadeSlideImg 35s ease-out infinite;
    animation-delay: 10s;
}
.fadeSlider_02 .webp {background-image: url("images/index/bg_main02.png.webp");}	
.fadeSlider .fadeSlider_03 {
    opacity: 0;
    background-image: url("images/index/bg_main03.png");
    animation: fadeSlideImg 35s ease-out infinite;
    animation-delay: 15s;
}
.fadeSlider_03 .webp {background-image: url(images/index/bg_main03.png.webp);}	
	
.fadeSlider .fadeSlider_04 {
    opacity: 0;
    background-image: url("images/index/bg_main04.png");
    animation: fadeSlideImg 35s ease-out infinite;
    animation-delay: 20s;
}
.fadeSlider_04 .webp {background-image: url(images/index/bg_main04.png.webp);}	
	
.fadeSlider .fadeSlider_05 {
    opacity: 0;
    background-image: url("images/index/bg_main05.png");
    animation: fadeSlideImg 35s ease-out infinite;
    animation-delay: 25s;
}
.fadeSlider_05 .webp {background-image: url(images/index/bg_main05.png.webp);}	
}
@keyframes fadeSlideImg{
   0% { opacity: 0; }
   10% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 1; }
 40% { opacity: 0; }
}
/*@keyframes fadeSlideImg01 {
0% {
opacity: 1;
}
 10% {
opacity: 0;
}
 20% {
opacity: 0;
}
 30% {
opacity: 0;
}
 40% {
opacity: 0;
}
 50% {
opacity: 0;
}
 60% {
opacity: 0;
}
 70% {
opacity: 0;
}
 80% {
opacity: 0;
}
 90% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeSlideImg02 {
0% {
opacity: 0;
}
 10% {
opacity: 1;
}
 20% {
opacity: 0;
}
 30% {
opacity: 0;
}
 40% {
opacity: 0;
}
 50% {
opacity: 0;
}
 60% {
opacity: 0;
}
 70% {
opacity: 0;
}
 80% {
opacity: 0;
}
 90% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@keyframes fadeSlideImg03 {
0% {
opacity: 0;

}
 10% {
opacity: 0;
}
 20% {
opacity: 1;
}
 30% {
opacity: 0;
}
 40% {
opacity: 0;
}
 50% {
opacity: 0;
}
 60% {
opacity: 0;
}
 70% {
opacity: 0;
}
 80% {
opacity: 0;
}
 90% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@keyframes fadeSlideImg04 {
0% {
opacity: 0;
}
 10% {
opacity: 0;
}
 20% {
opacity: 0;
}
 30% {
opacity: 1;
}
 40% {
opacity: 0;
}
 50% {
opacity: 0;
}
 60% {
opacity: 0;
}
 70% {
opacity: 0;
}
 80% {
opacity: 0;
}
 90% {
opacity: 0;
}
 100% {
opacity: 0;
}
}
@keyframes fadeSlideImg05 {
0% {
opacity: 0;
}
 10% {
opacity: 0;
}
 20% {
opacity: 0;
}
 30% {
opacity: 0;
}
 40% {
opacity: 1;
}
 50% {
opacity: 0;
}
 60% {
opacity: 0;
}
 70% {
opacity: 0;
}
 80% {
opacity: 0;
}
 90% {
opacity: 0;
}
 100% {
opacity: 0;
}
}*/
@media screen and (max-width:768px) {
	.fadeSlider{
	display: none;
}
}

/*解決事例一覧 労務*/

.btn_area{
	display:flex;
}
.btn_area a{color: #fff;}
.btn_area div{
    transition: 0.2s linear;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.25);
    border-radius: 3px;
    text-align: center;
	padding: 10px 20px;
	margin-right: 20px;
}
.btn_area span a:after {
    content: "▼";
    display: inline-block;
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -2px;
    left: 2px;
}
.jirei_box .kotuu{
    width: 90%;
    max-width: 1000px;
    padding: 70px;
    margin: 0 auto 70px auto;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
}
/*.jirei_box{margin-top:20px;}*/
.jirei_box p {
   /* border-bottom: 1px dotted #ccc;*/
    margin: 0 auto 50px;
    width: 100%;
    /*padding: 0 0 20px;*/
	text-overflow: ellipsis;
}
/*.jirei_box p a{
padding: 0 0 0 1em;
	color: #333;
}*/
.jirei_box p a:hover {
    width: 100%;
    background-color: #efefef;
    opacity: 0.5;
}
.jirei_box p a {
	color: #333;
    display: block;
    padding: 2em 1em 1.6em 1.5em;
    border-bottom: 1px #ccc dotted;
    font-size: 0.9em;
    line-height: 1.7rem;
    position: relative;
}
#ko01 .jirei_box p:before{
	content: '';

    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	margin-top:10px;
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;
}
#ri02 .jirei_box p:before{
	content: '';

    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	margin-top:10px;
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;
}
#so03 .jirei_box p:before{
	content: '';

    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	margin-top:10px;
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;

}
#ke04 .jirei_box p:before{
	content: '';

    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	margin-top:10px;
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;

}
#ro05 .jirei_box p:before{
	content: '';
    background: url("../img/index/awro.png");
    width: 8px;
    height: 16px;
    display: block;
    /*top: 19.8%; */
	margin-top: 64.5px;
	/*margin-top:10px;*/
	margin-right: 1em;
    position: absolute;
    background-size: 70%;
    background-repeat: no-repeat;

}
.jirei_box .update_date {
    font-size: 11px;
    color: #606060;
    margin-right: 10px;
    vertical-align: middle;
	display: block;

}
#ko.article_ttl {
	/* border-left: 3px solid;*/
    background-color: #fff!important;
    border-bottom: 2px solid #145A9B;
	padding-bottom: 10px;
   padding-left: 0;
}

#ri02 .article_ttl {
	/* border-left: 3px solid;*/
    background-color: #fff!important;
    border-bottom: 2px solid #f86e7e!important;
	padding-bottom: 10px;
	padding-left: 0;
   
}

#so.article_ttl {
	/* border-left: 3px solid;*/
    background-color: #fff!important;
    border-bottom: 2px solid #96834e;
	padding-bottom: 10px;
	padding-left: 0;
   
}

#ke.article_ttl {
	/* border-left: 3px solid;*/
    background-color: #fff!important;
    border-bottom: 2px solid #121f3c;
	padding-bottom: 10px;
	padding-left: 0;
   
}
#ro.article_ttl {
	/* border-left: 3px solid;*/
    background-color: #fff!important;
    border-bottom: 2px solid #5c3224;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 0;
   
}
#ro.article_ttl:before{
	content: '';
	background: url("images/index/icon5.png");
	width: 35px;
	height: 35px;
	display: inline-block;
    vertical-align: top;
    background-size: 65%;
    background-repeat: no-repeat;
	margin-top: 1.5px;
   
}
@media screen and (max-width: 550px){
	.btn_area{
	display:block!important;

}
	.btn_area div{
		margin-bottom: 10px;
				margin-right: 0!important;
	}
}
/*-------------------------------------------------------

事例詳細ページ

---------------------------------------------------------*/
/*-------------------------------------------------------
事例INFO
---------------------------------------------------------*/
#jirei_file .info{
	margin:0 0 2rem;
	padding:5px;
	background-color:/*#F7F7F7*/#F0F0E1;
	/*border:1px #DEDEDE solid;*/
}
#jirei_file .info dl{
	clear:both;
	border-bottom:1px #333 dotted;
	margin:0 15px;
	padding:10px 0;
	overflow:hidden;
}
#jirei_file .info dl dt{
	display: inline-block;
	/*padding:0 0 0 2em;*/
	background-repeat:no-repeat;
	background-size: 20px;
	background-position:left center;
	line-height:23px;
	font-size:12px;
	color:#3E3E3E;
}
@media screen and (min-width:768px) {
#jirei_file .info dl dt{
	/*padding:0 0 0 40px;*/
	font-size:16px;
	background-position:10px center;
}
}
#jirei_file .info dl dd{
	display: inline-block;
	margin:0 5px 0 0;
	padding:6px;
	border-radius:5px;
	font-size:12px;
	color:#fff;
}
@media screen and (min-width:768px) {
#jirei_file .info dl dd{
	font-size:15px;
}

}
/*-------------------------------------------------------
Before&After テーブル
---------------------------------------------------------*/
#jirei_file .con table{
	width:100%;
	margin:0 0 2rem;
	border-collapse: inherit;
	border:2px #145A9B solid;
}
#jirei_file .con table tr{
	position: relative;
}
#jirei_file .con table tr:nth-of-type(n+2){
	padding: 0 0 40px;
	display:flex;
}
#jirei_file .con table tr:nth-of-type(n+3){
	border-top: 1px #ccc solid;
}
#jirei_file .con table th{
	background-color:#145A9B;
	font-size:16px;
	color:#fff;
	border: none;
}
#jirei_file .con table td{
	border:none;
	padding: 0;
	font-size:16px;
	box-sizing:content-box;
}
@media screen and (min-width:768px) {
#jirei_file .con table tr:nth-of-type(n+2){
	border-top: 1px #ccc solid;
	padding: 0;
	display:table-row;
	text-align: center;
}
#jirei_file .con table th{
	line-height:40px;
	font-size:20px;
}
#jirei_file .con table td{
	font-size:18px;
}
#jirei_file .con table tr:nth-of-type(n+2) td{
	border-top: 1px #ccc solid;
}

}
/*項目
---------------------------------------------------------*/
#jirei_file .con table td.koumoku{
	padding:10px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #EEE;
}
/*短い矢印*/
#jirei_file .con table td.koumoku.kou{

}
/*長い文言用*/
#jirei_file .con table td.koumoku.rou{
	min-width:150px;

	font-size: 17px;
}
#jirei_file .con table td.koumoku span{
	font-size:12px;
}
@media screen and (min-width:768px) {
	#jirei_file .info{

		padding:20px;}
#jirei_file .con table td.koumoku{
	padding:15px;
	position: inherit;
	width: inherit;
	background-color:transparent;
	border-right:none;
	border-left:none;
}
#jirei_file .con table td.koumoku:after{
	content: "：";
}
}
/*Before
---------------------------------------------------------*/
#jirei_file .con table td.before{
	width: 40%;
	padding:55px 15px 15px 3px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
#jirei_file .con table td.before span{
	display:block;
	font-size:12px;
	margin-top:5px;
	line-height: 18px;
}
@media screen and (min-width:768px) {
#jirei_file .con table td.before{
	width: auto;
	padding:15px 15px 15px 3px;
	font-size:18px;
}
}
/*→矢印のセル
---------------------------------------------------------*/
#jirei_file .con table td.arrow{
	width: 20%;
	padding:55px 0 15px;
	text-align:center;
	font-size:20px;
}
@media screen and (min-width:768px) {
#jirei_file .con table td.arrow{
	width: auto;
	padding:15px 0;
}
}
/*After
---------------------------------------------------------*/
#jirei_file .con table td.after{
	width: 40%;
	padding:55px 15px 15px 3px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#EC4300;
}
#jirei_file .con table td.after span{
	display:block;
	font-size:12px;
	margin-top:5px;
	line-height: 18px;
}
@media screen and (min-width:768px) {
#jirei_file .con table td.after{
	width: auto;
	padding:15px 15px 15px 3px;
	font-size:20px;
}
}
/*finaly 吹き出し部分
---------------------------------------------------------*/
#jirei_file .con table td.finaly{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
}
#jirei_file .con table td.finaly span{
	width: 90%;
	display: block;
	margin: 0 auto;
	padding:7px 13px;
	border-radius:5px;
	background-color:#DF3F00;
	font-size:16px;
	color:#fff;
	position:relative;
}
@media screen and (min-width:768px) {
#jirei_file .con table td.finaly{
	width: auto;
	position: inherit;
	padding:0 15px;
	font-size:13px;
	bottom:auto;
}
#jirei_file .con table td.finaly span{
	width: auto;
	display: inline-block;
}
#jirei_file .con table td.finaly span:after{
	content: "";
	position: absolute;
	top: 36%;
	left: -8px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 8px 5px 0;
	border-color: transparent #DF3F00 transparent transparent;
}
}
@media screen and (max-width:767px) {
	#jirei_file .con table th {
   
    padding: 10px;
}
#jirei_file .con table td.finaly span,
#jirei_file .con table td.koumoku{
  text-align: center;
}
	#jirei_file .con table td.before {
		padding: 58px 0 15px 3px;}
}
@media screen and (max-width:550px) {
#jirei_file .con table td.after {
	font-size: 16px;
	padding: 57px 15px 15px 3px;}
}
/*note 説明テキスト
---------------------------------------------------------*/
#jirei_file .con table td.note{
	font-size: 16px;
	line-height: 1.4;
	vertical-align: middle;
}

/*-------------------------------------------------------
事件の概要・活動及び解決結果
---------------------------------------------------------*/
#jirei_file .k_jirei section{
	margin:0 0 30px;
}
#jirei_file .k_jirei section h3{
	color:#fff;
	margin:0 0 15px;
	padding:13px 0 13px 20px;
	background-color:#11335E;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
}
#jirei_file .k_jirei section p{
	margin:0 20px 15px;
	line-height:28px;
	font-size:16px;
	color:#454545;
}
#jirei_file .memo{margin-bottom:3rem;}
#jirei_file .memo .red {
    color: #E00003;
}
#jirei_file .memo .marker{
    font-weight: bold;
    background-color: #FFFABD!important;
    display: inline;
	background: none;
}
/*タイトル*/
#jirei_file .memo h2 {
    padding:1.5em 1em ;
	text-indent: inherit;
    /*text-indent: 1.2em;*/
    margin: 0 0 1em;
	font-weight: bold;
	text-align: left;
}
#jirei_file .memo h2 {
    background-color: #145A9B;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    top: 0;
    width: 100%;
    display: table;
    line-height: 1.3;
    margin: 0 0 30px;
}
#jirei_file .memo p{
	margin-bottom: 20px!important;
	line-height: 2.3;
	    margin: 0 1.5%;
}
.breadcrumbs .ttl_j{
	display: inline;
    font-size: 12px;
   
}
 #jirei_wrapper #jirei_file .box_link .btn_blue {
    display: table;
    margin: 0 auto 6rem;
    padding: 10px 50px;
}
#jirei_wrapper #jirei_file .btn_blue {
    color: #fff;
    background-color:#121f3c!important;
    border: 1px solid #fff;
}
#jirei_wrapper #jirei_file .box_link .btn_blue:hover {
    color: #121f3c!important;
    background-color: #f3f4f8!important;
    border: 1px solid #121f3c!important;
    opacity: 1!important;
}
@media screen and (min-width:1100px){
	.breadcrumbs .ttl_j{
    font-size: 14px;
   
}
}
.breadcrumbs .ttl_j br{display: none;}
@media screen and (min-width:819px){
	.ttl_j{
		font-size:30px;
		display: block;
    line-height: 1.8;
	}
}
@media screen and (max-width:818px){
	.ttl_j{
		font-size:24px;
		display: block;
    line-height: 1.8;
	}
}
@media screen and (max-width:768px){
		#jirei_file .j2{margin-bottom:2em!important;}
}
@media screen and (max-width:550px){
	.ttl_j{
		font-size:20px;
		display: block;
	}
}
@media screen and (max-width:438px){
	.ttl_j br{
		display:none;
	}
	.ttl_j{
		padding: 0 2%;
		font-size: 18px;
	}
}
@media screen and (max-width: 425px){

#jirei_file .memo h2 {
	
    font-size: 1rem;
    line-height: 1.2;
	    padding: 1em;
	}
}
@media screen and (max-width: 320px){
.ttl_j {
    font-size: 16px;
}
	}
#jirei_wrapper .detail_btn{
	  text-align: center;
    padding:10px;
    display: block;
    margin: 45px auto 0;
    width: 35%;
}
#jirei_wrapper #ko_l .detail_btn:hover {
  color:#145A9B;
 border: 1px solid #145A9B!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#jirei_wrapper #ri_l .detail_btn:hover {
  color: #ce5555;
 border: 1px solid #ce5555!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#jirei_wrapper #so_l .detail_btn:hover {
  color: #96834e;
 border: 1px solid #96834e!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#jirei_wrapper #ke_l .detail_btn:hover {
  color: #121f3c;;
 border: 1px solid #121f3c!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media screen and (max-width: 590px){
	.btn_area {
	display:block!important;

}
	.btn_area div{
		width: 100%!important;
		margin-bottom: 10px;
		margin-right: 0!important;
	}
	#jirei_wrapper .detail_btn {
    font-size: 14px;
    width: 85%;
}
}

/*労務フロント解決事例一覧*/

.front_jirei_ro{
	margin: 0 auto;
	padding:5em 0 5em;
	background-image:url("images/index/bg_ro.png");
	background-size: cover;
}
.front_jirei_ro h2{
	/*font-size: 24px;
    margin:0 auto 1em;
    font-weight: bold;
	text-align: center;*/
}
.front_jirei_ro .title{
	margin: 0 0 3rem;
}
.front_jirei_ro .webp{background-image:url("images/index/bg_ro.webp");}
.front_jirei_ro p.jirei_txt{
	text-align: center;
	margin: 0 0 2rem;
	font-weight: bold;
}
.front_jirei_ro p.jirei_txt span{
	display: inline-block;
}
.front_jirei_ro .update_date{
	font-size: 11px;
    color: #606060;
    margin-right: 10px;
	vertical-align: middle;
}
.front_jirei_ro a.btn_blue {
    display: table;
    font-size: 20px;
    padding: 20px 40px;
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
}
.front_jirei_ro a.btn_blue {
    color: #fff;
    background-color: #003366;
    border: 1px solid #fff;
}
.front_jirei_ro a.btn_blue:hover{
    color: #003366;
    background-color: #f3f4f8;
    border: 1px solid #003366;
    opacity: 1;
}
@media screen and (max-width: 768px){
.front_jirei_ro a.btn_blue {
    font-size: 18px;
    padding: 15px 20px;
}
	}
@media screen and (max-width: 600px){
.front_jirei_ro a.btn_blue {
    font-size: 16px;
	width: 90%;
}
}
@media screen and (max-width: 480px){
.front_jirei_ro a.btn_blue {
    padding: 12px 15px;
}}
@media screen and (max-width: 320px){
.front_jirei_ro a.btn_blue {
    font-size: 14px;
}
	}
@media screen and (max-width: 425px){
.front_jirei_ro a.btn_blue {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
	}
@media screen and (min-width:420px) {
.front_jirei_ro p.jirei_txt span{
	display: inline;
}
.front_jirei_ro .update_date{
	font-size: 12px;
}

}
.front_jirei_ro ul#Data{
	max-width: 1260px;
	margin: 0 auto 4em;
	padding: 2rem 0;
	background-color: #fff;
	/*border: 4px solid #edebeb;*/
}
.front_jirei_ro ul#Data li{
	margin: 0 2rem;
}
.front_jirei_ro ul#Data li a{
	display: block;
	border-top: 1px #ccc dotted;
	/*line-height:2.7rem;*/
	font-size: 17px;
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	color: #333;
	line-height: 1.4;
	padding: 10px 0;
}
.front_jirei_ro ul#Data li a span.ttl {
	display: inline-block;
}
.front_jirei_ro ul#Data li:last-child a{

	border-bottom: 1px #ccc dotted;
}
.front_jirei_ro ul#Data li a span.souten{
	display: inline-block;
	width: 122px;
	margin: 0 1rem 0 0;
	background-color:#003366;
	line-height: 1.5rem;
	border-radius:3px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.front_jirei_ro p.jirei_number{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.front_jirei_ro p.jirei_number span{
	color: #990000;
}
.front_jirei_ro a.jirei_list{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 1em 0;
	border:1px solid #0E315B;
	background-color: #fff;
	color: #0E315B;
	font-weight: bold;
	text-align: center;
	position:relative;
}
.front_jirei_ro a.jirei_list i{
	position: absolute;
	right: 1em;
	top:50%;
	transform: translateY(-50%);
}
.front_jirei_ro a.jirei_list:hover{
	background-color: #0E315B;
	color: #fff;
	opacity: 1;
}
@media screen and (max-width:1300px) {
	.front_jirei_ro ul#Data li a span.ttl {
		display: block;
    margin-top: 5px;
	}
}
/*事例スマホ*/
@media screen and (max-width:1260px) {
	
	.front_jirei_ro{
	background-position: right;
	padding: 5em 0 5em;
	

}
.front_jirei_ro ul#Data{
	margin: 0 2% 2em;
	padding: 4% 0;
}
.front_jirei_ro ul#Data li{
	margin: 0 4%;
	position: relative;
}
.front_jirei_ro ul#Data li a{
/*	padding: 0 0 0 1em;*/
	font-size: 15px;
}
}
@media screen and (max-width:500px) {
	front_jirei_ro .title {
    margin: 0 0 2rem;
}
.front_jirei_ro ul#Data li a span.ttl::before{
	/*font-family: 'hugicons';
	content: "\f0da";
	color: #124488;
	margin-right: 0.3em;
	position: absolute;
	left: 0;
	top: 0.7em;*/
	content: '';
	background: url("images/index/awro.png");
	width: 8px;
	height: 16px;
	display: block;
	top: 5px;
	left: -1em;
	position: absolute;
	background-size: 70%;
	background-repeat: no-repeat;
	
}
	/*.front_jirei ul#Data li i{
		left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
	}*/
.front_jirei_ro ul#Data li a {
	padding: 8px 0 8px 1em;
}
.front_jirei_ro ul#Data li a span.souten{
	display: none;
}
.front_jirei_ro ul#Data li a span.ttl{
	position: relative;
}
		#jirei .update_date {
    font-size: 12px;
	
	}
}
@media screen and (max-width: 375px){
.front_jirei_ro {
    padding: 3em 0;
}
}

/*労務フロントコラム一覧*/

.front_column_ro{
	margin: 0 auto;
	padding:5em 0 5em;
	/*background-image:url("images/index/bg_ro.png");
	background-size: cover;*/
    background-color: #F3F4F8;
}
.front_column_ro h2{
	/*font-size: 24px;
    margin:0 auto 1em;
    font-weight: bold;
	text-align: center;*/
}
.front_column_ro .title{
	margin: 0 0 3rem;
}
.front_column_ro .webp{background-image:url("images/index/bg_ro.webp");}
.front_column_ro p.jirei_txt{
	text-align: center;
	margin: 0 0 2rem;
	font-weight: bold;
}
.front_column_ro p.jirei_txt span{
	display: inline-block;
}
.front_column_ro .update_date{
	font-size: 11px;
    color: #606060;
    margin-right: 10px;
	vertical-align: middle;
}
.front_column_ro a.btn_blue {
    display: table;
    font-size: 20px;
    padding: 20px 40px;
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
}
.front_column_ro a.btn_blue {
    color: #fff;
    background-color: #003366;
    border: 1px solid #fff;
}
.front_column_ro a.btn_blue:hover{
    color: #003366;
    background-color: #f3f4f8;
    border: 1px solid #003366;
    opacity: 1;
}
@media screen and (max-width: 768px){
.front_column_ro a.btn_blue {
    font-size: 18px;
    padding: 15px 20px;
}
}
@media screen and (max-width: 600px){
.front_column_ro a.btn_blue {
    font-size: 16px;
	width: 90%;
}
}
@media screen and (max-width: 480px){
	.front_column_ro a.btn_blue {
		padding: 12px 15px;
	}
	.front_column_ro h2 span{
		display: block;
	}
}
@media screen and (max-width: 320px){
.front_column_ro a.btn_blue {
    font-size: 14px;
}
	}
@media screen and (max-width: 425px){
.front_column_ro a.btn_blue {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}
	}
@media screen and (min-width:420px) {
.front_column_ro p.column_txt span{
	display: inline;
}
.front_column_ro .update_date{
	font-size: 12px;
}

}
.front_column_ro ul#Data{
	max-width: 1260px;
	margin: 0 auto 4em;
	padding: 2rem 0;
	background-color: #fff;
	/*border: 4px solid #edebeb;*/
}
.front_column_ro ul#Data li{
	margin: 0 2rem;
}
.front_column_ro ul#Data li a{
	display: block;
	border-top: 1px #ccc dotted;
/*	line-height:2.7rem;*/
	font-size: 17px;
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	color: #333;
	line-height: 1.4;
	padding: 10px 0;
}
.front_column_ro ul#Data li a span.ttl {
	display: inline-block;
}
.front_column_ro ul#Data li a br{
	display: none;
}
.front_column_ro ul#Data li:last-child a{

	border-bottom: 1px #ccc dotted;
}
.front_column_ro ul#Data li a time.date {
	display: inline-block;
	width: 122px;
	margin: 0 1rem 0 0;
	line-height: 1.5rem;
	border-radius:3px;
	color: #606060;
	font-size: 13px;
	font-weight: normal;
}
.front_column_ro p.column_number{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.front_column_ro p.column_number span{
	color: #990000;
}
.front_column_ro a.column_list{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 1em 0;
	border:1px solid #0E315B;
	background-color: #fff;
	color: #0E315B;
	font-weight: bold;
	text-align: center;
	position:relative;
}
.front_column_ro a.column_list i{
	position: absolute;
	right: 1em;
	top:50%;
	transform: translateY(-50%);
}
.front_column_ro a.column_list:hover{
	background-color: #0E315B;
	color: #fff;
	opacity: 1;
}

 .front_column_ro ul li a:before {
    display: inline-block;
    min-width: 250px;
    margin: 0 1rem 0 0;
/*    background-color: #920909;*/
    background-color: #003366;
    line-height: 1.5rem;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
}
@media screen and (max-width:1300px) {
	.front_column_ro ul#Data li a span.ttl {
		display: block;
		margin-top: 5px;
	}
}

/*事例スマホ*/
@media screen and (max-width:1260px) {
	
	.front_column_ro{
	background-position: right;
	padding: 5em 0 5em;
	
}
.front_column_ro ul#Data{
	margin: 0 2% 2em;
	padding: 4% 0;
}
.front_column_ro ul#Data li{
	margin: 0 4%;
	position: relative;
}
.front_column_ro ul#Data li a{
/*	padding: 0 0 0 1em;*/
	font-size: 15px;
}
}
@media screen and (max-width: 1024px){
	.front_column_ro ul li a:before {
	    min-width: 200px;
	}
}

@media screen and (max-width: 768px){
    /* .front_column_ro ul li a:before {
    display: inline-block;
    max-width: 250px;
    margin: 0.5rem 1rem 0 0;
    background-color: #003366;
    line-height: 1.5rem;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
} */
.front_column_ro ul li a:before {
    /* display: block;
    max-width: 250px; */
    margin: 0 1rem 0 0;
    line-height: 1.5rem;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.front_column_ro ul#Data li a {
    /*line-height: 1.8rem;*/
}
	.front_column_ro ul#Data li a span.ttl {
    margin-top: 5px;
}
}
@media screen and (max-width:500px) {
	.front_column_ro .title {
    margin: 0 0 2rem;
}
.front_column_ro ul#Data li a{
/*	padding: 0;*/
}

.front_column_ro ul#Data li a time.date{
}
		#jirei .update_date {
    font-size: 12px;
	}
.front_column_ro ul#Data li a time.date {
    display: block;
    line-height: 1em;
    padding-top: 0.5rem;
}
}
@media screen and (max-width: 375px){
	.front_column_ro {
			padding: 3em 0;
	}
	.front_column_ro ul li a:before {
		min-width: 100%;
		box-sizing: border-box;
	}
}




/*=====================================
コラム記事
=====================================*/

/*article .date{
	font-size: 14px;
	text-align: right;
	color: #666;
	margin-bottom: 10px;
}
article .date .update_date {
	margin-left: 10px;
	position: relative;
}
article .date .update_date:before {
	content: "/";
	display: inline-block;
	margin-right: 10px;
}*/
/*@media screen and (max-width: 480px) {
	article .date .release_date {
		display: block;
	}
	article .date .update_date {
		display: block;
	}
	article .date .update_date:before {
		display: none;
	}
}*/
article .cat_tag{
	margin: 0 0 20px;
}
article .cat_tag li{
	background: #003366;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 8px;
	line-height: 1;
	margin-right: 5px;
}
/*目次*/
#toc_container {
	width: 100% !important;
	margin: 40px auto 0;
	background: #f2f5f7;
	border: 1px solid #ddd;
}
#toc_container .toc_title {
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
#toc_container .toc_title a {
	color: #003366;
}
#toc_container .toc_list {
	padding: 0 30px 30px;
	font-size: 16px;
}
#toc_container .toc_list ul {
	margin-left: 1rem;
}
#toc_container .toc_list li {
	font-weight: bold;
}
#toc_container .toc_list a {
	color: #1d1d1d;
	transition: all .3s;
	margin-bottom: 5px;
	display: inline-block;
}
#toc_container .toc_list li a .toc_number {
	margin-right: 5px;
	color: #003366;
}
@media screen and (max-width: 768px) {
	#toc_container .toc_list {
		padding: 0 5% 5%;
		font-size: 14px;
	}
}
/*目次出さない*/
.lower_p #toc_container {
    display: none;
}
.jirei #toc_container {
    display: none;
}
.s_jirei #toc_container {
    display: none;
}

/* h3 */
.field_column h3 {
	width: 100%;
	margin: 50px 0 20px;
	padding: 0 0 8px;
	color: #003366;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: inherit;
	border-bottom: 1px #003366 solid;
	text-align: left;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.field_column h3 {
		margin: 40px 0 30px;
	}
}
@media screen and (max-width: 425px) {
	.field_column h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 320px) {
	.field_columnn h3 {
		margin: 30px 0 25px;
	}
}

/* p */
.field_column .m_b_0 {
	margin-bottom: 0;
}
.field_column .bold {
	font-weight: bold;
}
.field_column .indent {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
article.main_container section p.sub_midashi{
	position: relative;
	margin: 50px 0 0;
	padding: 5px 10px;
	color: #08233e;
	font-weight: bold;
	line-height: 2.0rem;
	border-left: 6px solid #08233e;
	background-color: #f2f4f5;
}
/* box_area */
.field_column .box_area {
	border: 1px solid #b9b9b9;
	margin-bottom: 40px;
	padding: 15px 20px;
}
/* ol */
.field_column ol li {
	padding-left: 1em;
	text-indent: -1em;
	margin: 10px 0 0;
}

.field_column ol + p {
	margin-top: 40px!important;
}
@media screen and (max-width: 768px) {
	.field_column ol + p {
		margin-top: 30px!important;
	}
}
@media screen and (max-width: 425px) {
	.field_column ol + p {
		margin-top: 25px!important;
	}
}







/* ul */
.field_column ul.disc_list {
	padding-left: 1rem;
}
.field_column ul.disc_list li {
	list-style-type: disc;
}
/* table */
.table_cap {
	margin-bottom: 5px!important;
	font-weight: bold;
	line-height: 1.6!important;
	
}
.text_underline {
	text-decoration: underline;
}
.text_bold {
	font-weight: bold;
}
.text_red {
	color: #990000;
}
.column_table_wrap {
	margin-bottom: 60px;
}

.column_table {
	width: 100%;
	border: 1px solid #b9b9b9;
	margin: 0 0 60px;
	font-size: 0.9em;
}

.column_table caption {
	text-align: left;
	font-weight: bold;
}
.column_table th, .column_table td {
	border-right: 1px solid #b9b9b9;
}
.column_table th, .column_table td {
	display: table-cell;
	float: none;
	clear: inherit;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-bottom: 1px solid #b9b9b9;
}
.column_table th {
	background: #003366;
	font-weight: bold;
	color: #fff;
}
.column_table td {
	text-align: left;
	vertical-align: top;
}
.column_table td:first-of-type {
	background: #eee;
}
.column_table.nogray td:first-of-type {
	background: #fff;
}
.column_table tr:last-of-type td {
	border-bottom: none;
}
.column_table li {
	margin: 0!important;
}
.column_table li + li{
	margin: 10px 0 0!important;
}
.column_table.table_1 td {
	width: 39%;
}
.column_table.table_1 td:first-of-type {
	width: 22%;
}
.column_table.table_2 td:first-of-type {
	width: 34%;
}
@media screen and (max-width: 768px) {
	.column_table_wrap.scroll {
		overflow: auto;
	}
	.column_table.table_1 {
		table-layout: auto;
		width: 690px;
	}
}
@media screen and (max-width: 480px) {
.column_table_wrap.scroll {
	overflow: auto;
}
	.column_table th, .column_table td {
		font-size: 14px;
	}
	.column_table.table_1 {
		table-layout: auto;
		width: 690px;
	}
	.column_table.table_2 {
		table-layout: auto;
		width: 460px;
	}
	.column_table.table_2 td:first-of-type {
		width: 40%;
	}

}

/*====================================== 記事内Q&A ======================================*/
.main_container section.article_qa h3{
	margin: 2rem 0 .8rem;
	border-radius: 5px;
	padding: 1.5rem 1.2rem;
    color: #003366;
    background-color: #f0f7fb;
    font-weight: bold;
    text-align: left;
    letter-spacing: inherit !important;
    display: inline-flex;
    width: 100%;
	border: 0;
}
.main_container section.article_qa h3:before{
	content: "Q.";
	margin: 0 0.2rem 0 0;
	color: #003366;
}
.main_container section.article_qa div{
	background-color: #fff8f8;
	border-radius: 5px;
	margin: 0;
	padding:1.5rem 1.2rem 1.5rem;
}
.main_container section.article_qa .answer_head:before{
	content: "A.";
	margin: 0 0.2rem 0 0;
	color: #B50000;
	font-weight: bold;
}
.main_container section.article_qa p > span {
	margin-bottom:0;
	padding: 1.5rem 0 0;
}
.main_container section.article_qa p a.link_btn{
	margin:0 auto;
	background-color: #fff;
}
.main_container section.article_qa .qa_bg{
	background-color: #fff8f8;
	border-radius: 5px;
	margin: 0;
	padding:1.5em 0.7em 1.5em;
}
.main_container section.article_qa div ol.kijilist {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 40px;
}
.main_container section.article_qa div ol.kijilist:last-of-type {
	margin-bottom: 0;
}
.main_container section.article_qa div ol.kijilist li {
	line-height: 2.3;
	margin-bottom: 15px;
}

@media screen and (min-width:768px) {
    .main_container section.article_qa p{
			margin: 0;
    }
    .main_container section.article_qa p span:first-of-type:before{
        font-size: 1.2em;
    }
}

@media screen and (max-width:425px) {
    .main_container section.article_qa h2{
        font-size: 1rem;
    }
    
}



/* 関連記事 */
.archive_list_toggle {
	background-color: #003366;
	color: #fff;
	font-size: 1rem;
	padding: 15px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*cursor: pointer;*/
	margin: 60px 0 0;
	position: relative;
}
.archive_list {
	padding: 0.5em 1.5em;
	border: 1px solid #b9b9b9;
	overflow-y: auto;
	max-height: 200px;
}
.archive_list a {
	display: block;
	color: #1d1d1d;
	font-size: 16px;
	margin: 0.5em;
	text-decoration: underline;
	padding-left: 15px;
	position: relative;
}
.archive_list a:hover {
	text-decoration: none;
}
.archive_list a::before {
	content: "";
	display: block;
	width: 7px;
	height: 10px;
	background: url(images/article/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0;
}
.archive_list_toggle .accordion_icon{
	display: none;
}
/*
.archive_list_toggle .accordion_icon,
.archive_list_toggle .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
	box-sizing: -moz-border-box;
	box-sizing: -webkit-border-box;
}
.archive_list_toggle .accordion_icon {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 50%;
	right: 15px;
}
.archive_list_toggle .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.archive_list_toggle .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.archive_list_toggle .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.archive_list_toggle .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.archive_list_toggle .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}*/
@media screen and (max-width: 768px) {
	.archive_list {
		padding: 5%;
	}
	.archive_list a {
		font-size: 14px;
	}
}

/* #sidebar .category_list */
.category_list.sp {
	display: none;
}
.category_list .category_not {
	display: none;
}
.category_list {
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	margin-bottom: 30px;
}
.category_list dt {
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #003366;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.category_list dt {
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #003366;
	padding: 10px 0;
}
.category_list dd {
	border-bottom: 1px solid #003366;
}
.category_list dd a {
	display: block;
	width: 100%;
	padding: 15px 15px 15px 40px;
	color: #1d1d1d;
	font-size: 14px;
	position: relative;
}
.category_list dd a:hover {
	color: #fff;
	background: #003366;
	opacity: 1;
}
.category_list dd a:before {
	content: "";
	display: block;
	width: 7px;
	height: 15px;
	background: url(images/article/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 42%;
	left: 20px;
}
.category_list dd a:hover:before {
	content: "";
	display: block;
	width: 7px;
	height: 15px;
	background: url("images/article/arrow_hover.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 42%;
	left: 20px;
}
_::-ms-backdrop, _:-ms-lang(x), .category_list dd a:before {
	top: 41%;
}
@media screen and (max-width: 1024px) {
	.category_list {
		margin-bottom: 60px;
	}
	.category_list dd a {
		font-size: 16px;
	}
}
@media screen and (max-width: 425px) {
	.category_list.sp {
		display: block;
	}
}
@media screen and (max-width: 375px) {
	.category_list dd a {
		font-size: 14px;
		padding: 15px 15px 15px 35px;
	}
}

/*column_list*/
.column_list > ul li {
	position: relative;
}
.column_list > ul li {
	border-bottom: 1px solid #efefef;
}
.column_list > ul li a {
	display: block;
	padding: 40px 25px 15px 15px;
	color: #1d1d1d;
}
.column_list > ul li a:hover {
/*	text-decoration: underline;*/
	opacity: 1;
	background: #efefef;
}
.column_list > ul li a:before {
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: left;
/*	background-color: #bc975b;*/
	background-color: #d16666;
	position: absolute;
	top: 15px;
	left: 135px;
	font-weight: bold;
}
/*.column_list > ul li.overtime a:before {
	content: "残業代請求対応、未払い賃金対応";
}
.column_list > ul li.labor_problems a:before {
	content: "問題社員";
}
.column_list > ul li.dismissal a:before {
	content: "解雇・雇止め";
}
.column_list > ul li.harassment a:before {
	content: "ハラスメント対応";
}
.column_list > ul li.labor_union a:before {
	content: "団体交渉、労働組合対策";
}
.column_list > ul li.labor_tribunal a:before {
	content: "労働審判";
}
.column_list > ul li.agreement a:before {
	content: "弁護士との顧問契約";
}
.column_list > ul li.global_koyou a:before {
	content: "外国人の受け入れ";
}
.column_list > ul li.working a:before {
	content: "働き方改革";
}
.column_list > ul li.litigation a:before {
	content: "労働訴訟";
}*/

ul li.overtime a:before {
	content: "残業代請求対応、未払い賃金対応";
}
ul li.labor_problems a:before {
	content: "問題社員";
}
ul li.dismissal a:before {
	content: "解雇・雇止め";
}
ul li.harassment a:before {
	content: "ハラスメント対応";
}
ul li.labor_union a:before {
	content: "団体交渉、労働組合対策";
}
ul li.labor_tribunal a:before {
	content: "労働審判";
}
ul li.agreement a:before {
	content: "弁護士との顧問契約";
}
ul li.mondai a:before {
	content: "問題社員";
}
ul li.working a:before {
	content: "働き方改革";
}
ul li.litigation a:before {
	content: "労働訴訟";
}
ul li.covid19 a:before {
	content: "新型コロナウィルス";
}
ul li.mental-health a:before {
	content: "メンタルヘルス";
}
ul li.labor-regulations a:before {
	content: "就業規則";
}
ul li.salary a:before {
	content: "給与";
}
ul li.taishoku a:before {
	content: "退職・解雇";
}
ul li.warimashi a:before {
	content: "割増賃金";
}
ul li.transfer a:before {
	content: "異動";
}
ul li.roudou-jouken a:before {
	content: "労働条件";
}
ul li.senior a:before {
	content: "高齢者雇用";
}
ul li.working-hours a:before {
	content: "労働時間";
}
ul li.harassment a:before {
	content: "ハラスメント";
}
ul li.flex a:before {
	content: "フレックスタイム";
}
ul li.roudou-shinpan a:before {
	content: "労働審判";
}
ul li.other a:before {
	content: "その他";
}
ul li.chingin a:before {
	content: "賃金";
}
ul li.lawyer a:before {
	content: "弁護士依頼";
}
.column_list > ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #003366;
	border-right: 2px solid #003366;
	transform: rotate(45deg) translate(0, -50%);
}
.column_list > ul li a time.date {
	position: absolute;
	top: 15px; 
	left: 15px;
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	color: #666;
}
@media screen and (max-width: 425px) {
	.column_list > ul li a time.date {
		left: 15px;
		right: inherit;
	}
	.column_list > ul li a {
		padding: 60px 30px 15px 15px;
	}
	.column_list > ul li a:before {
		top: 35px;
		left: 15px;
	}
}

/*column_list_btn*/
.column_list_btn a {
	color: #fff;
	display: table;
	background-color: #003366;
	border: 1px solid #003366;
	margin: 60px auto 0;
	padding: 10px 50px;
}
.column_list_btn a:hover {
	color: #003366;
	background-color: inherit;
	opacity: 1;
}

/*コロナリンク*/

.txt_link_front {
    max-width: 1200px;
	width: 95%;
    margin: 30px auto;
    border: 1px dotted #999;
    text-align: center;
    padding: 15px 0;
    line-height: 1.4;
}
.txt_link_front a, .txt_link_front span {
    font-size: 13px;
    /* padding: 0 10px;
   display: block;
    line-height: 1.8;*/
}
.txt_link_front a {
    text-decoration: underline;
		color: #000;

}
@media screen and (max-width: 425px){
.txt_link_front {
    margin: 10px;
    text-align: left;
}
	
}
@media screen and (max-width: 768px){
	.txt_link_front {
		margin: 30px auto;
			padding: 15px 10px;

	}
}


/*ie調整用*/
@media screen and (-ms-high-contrast:none) {
    header .area_logo .logo span {
        position: relative;
        top: 3px;
    }
}


/*労務記事内のh3とh4装飾*/
.column h3,.field h3 {
    font-weight: bold;
    font-size: 18px;
    padding: 0.5rem 1rem;
    border-top: 1px dotted #003366;
    border-bottom: 1px dotted #003366;
    border-right: 1px dotted #003366;
    color: #003366;
    border-left: 3px solid #003366;
    margin: 0 0 1.3rem;
}

.column h4,.field h4 {
    border-bottom: 3px solid #003366;
    margin: 0 0 1rem;
    font-weight: bold;
    color: #003366;
    padding: 0.5rem 0;
}

/*記事見出し下　最終更新日と公開日部分のテキスト*/
.posted_date {
    text-align: right;
    padding: 10px 0 35px;
}
time.date {
    color: #555;
    font-size: 0.85em;
    font-weight: bold;
	display: block;
}
@media screen and (min-width:420px) {
time.date {
	display: inline;
}
time.date.update {
	margin: 0 20px 0 0;
}
}

/* コラム記事監修エリア */
#supervision{
	display: table;
    width: 100%;
	margin: 60px auto 0;
	padding: 20px;
    border: 1px solid #eeeeee;
}
#supervision a:hover{
 opacity: 0.6;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/* p ---- */
.traffic_accident #supervision .midashi{
	padding-left: 10px;
	border-left: 4px solid #036;
	font-weight: bold;
	line-height: 1.2;
}
.divorce #supervision .midashi{
	padding-left: 10px;
	border-left: 4px solid #A53838;
	font-weight: bold;
	line-height: 1.2;
}
.souzoku #supervision .midashi{
	padding-left: 10px;
	border-left: 4px solid #60491B;
	font-weight: bold;
	line-height: 1.2;
}
.keiji #supervision .midashi{
	padding-left: 10px;
	border-left: 4px solid #121F3C;
	font-weight: bold;
	line-height: 1.2;
}

/* dl ------------ */
#supervision dl{
	margin: 10px auto 0;
	display: table;
	width: 100%;
}
/* dt ---- */
#supervision dt{
	display: table-cell;
	width: 15%;
	margin-top: 0;
	text-align: center;
}
#supervision dt img{
	width: 100%;
	max-width: 100px;
	border-radius: 100px;
}
/* dd ---- */
#supervision dd{
	display: table-cell;
	vertical-align: middle;
	width: 85%;
	padding-left: 20px;
}
/* author */
#supervision dd .author .position{
	font-size: 15px;
}
#supervision dd .author .position span{
	display: inline-block;
}
#supervision dd .author .name:after{
    content: "/";
    margin:0 10px;
}
#supervision dd .author{
	font-weight: bold;
    margin-bottom: 3px;
}
/* profile */
#supervision .profile{
	margin: 10px auto 0;
	color: #1E1E1E;
	font-size: 14px;
    text-align: justify;
}
#supervision .profile.sup_mob{
	display: none;
}
#supervision .profile_bottom{
    display:block;
    margin-top: 10px;
}
.certification_mark{
    background: #003366;
    padding: 5px 8px;
    color: #fff;
    margin-right: 5px;
}
.certification{
    font-size:14px;
    font-weight:bold;
}
#supervision div.link{
    text-align: right;
}
#supervision div.link a{
    background: #003366;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    padding:5px 30px 6px 20px;
    border-radius: 40px;
    position:relative;
    font-size:13px;
}
#supervision div.link a:after{
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height:7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right:10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#supervision .lawyer{
    font-size: 15px;
    }
@media screen and (max-width:767px) {
	#supervision dt{
		width: 20%;
	}
	#supervision dd{
		width: 80%;
		vertical-align: middle;
	}
	#supervision dd .author{
		position: relative;
	}
	/* profile */
	#supervision .profile{
		text-align: justify;
	}
    #supervision .profile_bottom{
    margin-top: -10px;
    }
	/* .profile.sup_mob */
	#supervision .profile.sup_mob{
		display: block;
		margin-top: 10px;
	}
	#supervision .profile.sup_mob .inner{
		padding-bottom: 10px;
		font-size: 14px;
		text-align: justify;
	}
	#supervision .btn{
		display: block;
		margin: 0 auto;
		text-align: center;
		line-height: 1.8;
	}
	#supervision .lawyer span{
        display:inline-block;
        font-weight: normal;
letter-spacing: -0.3px;
    }
    #supervision dd .author .position{
        line-height: 1.5;
        font-weight: normal;
    }
    #supervision .lawyer{
        line-height: 1.5;
    }
    #supervision .profile{
        line-height: 1.5;
    }
    #supervision dd .author{
        margin-bottom:10px;
        font-size:15px;
    }
}
@media screen and (max-width:590px) {
    #supervision div.link a{
        display: block;
        text-align: center;
    }
    #supervision dd .author .position{
        display: block;
    }
    #supervision dd .author .name:after{
        display:none;
    }
}
@media screen and (max-width:450px) {
	#supervision dd{
		padding-left: 10px;
	}
	#supervision dd .author::after{
		right: 10px;
	}
    #supervision .profile{
        font-size:12px;
    }
    #supervision .profile_bottom{
    margin-top: 0;
    }
.certification {
    margin-bottom: 0px;
}
    #supervision dd .author .position{
        font-size:12px;
        margin-bottom: 10px;
    }
    #supervision .lawyer span{
        font-size: 12px;
    }
    .certification_mark{
        font-size:12px;
        font-weight: normal;
        padding: 5px 8px;
    }
    #supervision .lawyer{
        display: block;
        font-size: 14px;
        margin-top: 5px;
    }
    #supervision .lawyer span{
        font-size:12px;
    }
    #supervision div.link a{
    padding: 5px;
    font-size:12px;
    }
    #supervision{
        padding:10px 15px 20px;
    }
}
/*=====================================
記事上部監修
=====================================*/
.supervision_top{
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding:10px 10px 10px 20px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    position: relative;
    margin:0 auto 30px;
    color: #000;
}
a.supervision_top:hover{
 opacity: 0.6;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.supervision_top p{
    font-size: 13px !important;
    margin-bottom: 0 !important;
}
.supervision_top:after{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 3px #0d315a;
    border-right: solid 3px #0d315a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
    top:0;
    bottom: 0;
    margin: auto;
}
.supervision_mark{
    background: #003040;
    padding: 3px 8px;
    color: #fff;
    margin-right: 5px;
    font-weight: normal;
    font-size: 0.9em;
}
.supervision_top img{
    width: 6% !important;
    margin: 0 3% 0 0 !important;
    border-radius: 100px;
}
.supervision_top p span.br{
    display:block;
    line-height: 1.3;
}
.supervision_top p span.br span{
    display:inline-block;
}
.supervision_top p{
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.supervision_top img{
    width: 50px !important;
}
.supervision_top{
    margin-bottom: 30px;
    }
    .supervision_top p span.br{
        font-weight: normal;
    }
}
@media screen and (max-width: 414px) {
.supervision_top p{
    font-size:12px !important;
}
    .supervision_top p span.br span{
        display:inline-block;
    }
.supervision_top img {
    width: 45px !important;
}
    .supervision_top:after{
        right:15px;
    }
.supervision_top{
    padding: 10px 15px;
    margin-bottom: 30px;
    margin-top:-10px;
    }
}



/*footter 広告表記SVG*/
footer .main_office_img { max-width: 1000px; margin: 2% auto 0;}
footer .main_office_img .info_regulation_comm_pc { max-width: 1280px; display: block;}
footer .main_office_img .info_regulation_comm_sp { display: none;}

@media screen and (max-width:1024px) {
footer .main_office_img .info_regulation_comm_pc { display: none;}
footer .main_office_img .info_regulation_comm_sp { display: block; width: 65%; max-width: 480px; margin: 0 auto 5%; padding: 0 2%;}
}
@media screen and (max-width:763px) {
footer .main_office_img .info_regulation_comm_sp { width: 100%;}
}
/*footter 支部住所*/
footer .footer_address{font-size:12.5px;display: block;line-height: 1.3;margin:0 2% -1.5%;text-align: center;}
footer .footer_address span{margin-right:0.5em;display: inline-block;}
footer .footer_address span.address{display:inline-block;margin-top:0.4em; }
footer .footer_address span.number{margin:0 0 0 0.5em;}
footer .footer_address a{pointer-events: none;color: #fff;}
@media screen and (max-width:1024px) {
footer .footer_address{font-size:12px;}
}
@media screen and (max-width:763px) {
footer .footer_address{font-size:10px;margin:0 2% -0.5%;}
}

/*タイトル*/
#jirei_file .memo h2 {
    padding:1.5em 1em ;
	text-indent: inherit;
    /*text-indent: 1.2em;*/
    margin: 0 0 1em;
	font-weight: bold;
	text-align: left;
}
#jirei_file .memo h2 {
    background-color: #5c3224;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    top: 0;
    width: 100%;
    display: table;
    line-height: 1.3;
    margin: 0 0 30px;
}
/*解決結果のh2専用*/
body.jirei #jirei_wrapper h2.jirei_midashi_kekka{
	padding: 0 1em 1.5em;
}
body.jirei #jirei_wrapper div.jirei_midashi_alg{
	font-size: 14px;
	color: #fff;
	background-color: #5c3224;
	padding: 1.6em 1.4em 0;
	font-weight: bold;
}
#jirei_file .memo p{
	margin-bottom: 20px!important;
	line-height: 2.3;
	    margin: 0 1.5%;
}
.breadcrumbs .ttl_j{
	display: inline;
    font-size: 12px;
   
}
 #jirei_wrapper #jirei_file .box_link .btn_blue {
    display: table;
    margin: 0 auto 6rem;
    padding: 10px 50px;
}
#jirei_wrapper #jirei_file .btn_blue {
    color: #fff;
    background-color:#121f3c!important;
    border: 1px solid #fff;
}
#jirei_wrapper #jirei_file .box_link .btn_blue:hover {
    color: #121f3c!important;
    background-color: #f3f4f8!important;
    border: 1px solid #121f3c!important;
    opacity: 1!important;
}
@media screen and (min-width:1100px){
	.breadcrumbs .ttl_j{
    font-size: 14px;
   
}
}
.breadcrumbs .ttl_j br{display: none;}
@media screen and (min-width:819px){
	.ttl_j{
		font-size:30px;
		display: block;
    line-height: 1.8;
	}
}
@media screen and (max-width:818px){
	.ttl_j{
		font-size:24px;
		display: block;
    line-height: 1.8;
	}
}
@media screen and (max-width:768px){
		#jirei_file .j2{margin-bottom:2em!important;}
}
@media screen and (max-width:550px){
	.ttl_j{
		font-size:20px;
		display: block;
	}
}
@media screen and (max-width:438px){
	.ttl_j br{
		display:none;
	}
	.ttl_j{
		padding: 0 2%;
		font-size: 18px;
	}
}
@media screen and (max-width: 425px){

#jirei_file .memo h2 {
	
    font-size: 1rem;
    line-height: 1.2;
	    padding: 1em;
	}
}
@media screen and (max-width: 320px){
.ttl_j {
    font-size: 16px;
}
	}
#jirei_wrapper .detail_btn{
	  text-align: center;
    padding:10px;
    display: block;
    margin: 45px auto 0;
    width: 35%;
}
#jirei_wrapper #ko_l .detail_btn:hover {
  color:#145A9B;
 border: 1px solid #145A9B!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#jirei_wrapper #ri_l .detail_btn:hover {
  color: #ce5555;
 border: 1px solid #ce5555!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#jirei_wrapper #so_l .detail_btn:hover {
  color: #96834e;
 border: 1px solid #96834e!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#jirei_wrapper #ke_l .detail_btn:hover {
  color: #121f3c;;
 border: 1px solid #121f3c!important;
  background-color: #fff!important;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media screen and (max-width: 590px){
	.btn_area {
	display:block!important;

}
	.btn_area div{
		width: 100%!important;
		margin-bottom: 10px;
		margin-right: 0!important;
	}
	#jirei_wrapper .detail_btn {
    font-size: 14px;
    width: 85%;
}
}

/* MV SP*/
@media screen and (max-width: 768px){
    .area_top .area_top_inner{
        padding: 0;
        background-image: url(images/index/mv_bg_sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        width: 100%;
        height: 120vw;
    }
	.area_top .area_top_txt {
        background: none;
        padding: 5% 0 8%;
    }
    .area_top .txt_top_main{
        text-align: left;
        width: 90%;
        font-size: 7vw;
        margin: 0 auto 2vw;
    }
    .area_top .txt_top_main span{
        display: inline-block;
        background: #fff;
        margin-bottom: 2vw;
    }
    .area_top .txt_top_main span.block{
        display: inline-block;
        padding: 0 2vw;
    }
    .area_top .txt_top_main span:nth-child(2){
        padding-left: 2vw;
    }
    .area_top .txt_top_main span:nth-child(3){
        padding-right: 2vw;
    }
    .area_top .txt_top_main span:nth-child(4){
        padding-left: 2vw;
    }
    .area_top .txt_top_main span:nth-child(5){
        white-space: nowrap;
    }
    .area_top .txt_top_main span:nth-child(5)::after{
        content: "";
        margin-left: -.5em;
    }
    .area_top .txt_top_sub {
        width: 90%;
        text-align: left;
        font-size: 3.6vw;
        text-shadow: none;
        letter-spacing: 0;
        font-weight: normal;
    }
    .area_top .list_top{
        width: 90%;
        margin: 0 auto;
    }
    .area_top .list_top li{
        width: 62%;
        margin-bottom: 2vw;
        border: 1px solid #fff;
        text-align: left;
        font-size: 3.5vw;
        position: relative;
    }
    .area_top .list_top li:last-of-type{
        border-bottom: 1px solid #fff;
    }
    .area_top .list_top li a{
        padding: 4vw 0 4vw 4vw;
    }
    .area_top .list_top li::before{
        content: "";
        width: 10vw;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 2vw;
        right: 2vw;
        border-style:none;
    }
    .area_top .list_top li::after {
        content: "";
        width: 1.5vw;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 2.7vw;
        right: 1.8vw;
        transform: rotate(60deg);
    }
    .area_top .list_top li a::before{
        display: none;
    }
    .area_top .list_top li a::after{
        display: none;
    }
}
@media screen and (max-width: 480px){
    header {
        padding: 15px 0;
    }
    header .area_logo .logo span {
        font-size: 13px;
        margin-top: 3px;
    }
    header .area_logo .h1_txt, header .area_logo p {
        font-size: 11px;
    }
    header .area_logo .logo img {
        width: 170px;
    }
    header .area_logo span.logo img {
        margin-bottom: 3px;
        top: 0;
    }
    header .btn-gnavi {
        right: 15px;
        top: 8px;
    }
}


/*#consulting*/

#consulting h3 {
	padding: 0.5rem 1rem;
	border-top: 1px dotted #003366;
	border-bottom: 1px dotted #003366;
	border-right: 1px dotted #003366;
	color: #003366;
	border-left: 3px solid #003366;
	margin: 0 0 1.3rem;
}
#consulting .bold {
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 2rem;
	text-indent: -2rem;
}
#consulting .pd_l {
	padding-left: 2rem;
}
#consulting span.br {
	display: block;
}