@charset "UTF-8";


a {
    cursor: pointer;
}

.inner {
    width: 1120px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.header {
    overflow: hidden;
}

.header h1 {
    width: 411px;
    float: left;
    margin-top: 50px;
}

.header__menu {
    float: right;
    overflow: hidden;
    margin-top: 22px;
}

.header__menu div {
    float: left;
}

.header__menu div:first-child {
    margin-right: 26px;
}

.header__menu div:first-child ul li {
    margin-left: 16px;
}

.header__menu div:first-child ul li:first-child {
    width: 264px;
}

.header__menu div:first-child ul li:first-child a {
    display: block;
}

.header__menu div:first-child ul li:first-child a img {
    width: 100%;
}

.header__menu div:first-child ul li:nth-child(2) {
    width: 297px;
    margin-top: 9px;
    margin-left: 0px;
}

.header__menu div:first-child ul li:nth-child(2) a {
    display: block;
}

.header__menu div:first-child ul li:nth-child(2) a img {
    width: 100%;
}

.header__menu div:first-child ul li:last-child {
    width: 277px;
    margin-top: 9px;
}

.header__menu div:first-child ul li:last-child img {
    width: 100%;
}

.header__menu div:last-child {
    width: 159px;
    margin-top: 2px;
}

.header__menu div:last-child a {
    display: block;
}

.header__menu div:last-child a img {
    width: 100%;
}

.header nav {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #5cbce6;
}

.header nav ul {
    width: 1120px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.header nav ul li {
    float: left;
    font-size: 16px;
    padding: 0 40.7px;
    border-left: 1px solid #fff;
    letter-spacing: 0;
    line-height: 1.4;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}

.header nav ul li:last-child {
    border-right: 1px solid #fff;
}

.site-header {
    background: #fff;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}

.site-header.hide {
    transform: translateY(-100%);
}

.sp_header {
    display: none;
    background: #fff;
}

.sp_header h1.action {
    top: 22px;
    left: 4%;
}

.sp_header .sp_nav {
    margin-top: 32px;
}

.sp_header .sp_nav li {
    padding: 21px 0;
    border-top: 2px solid #5cbce5;
}

.sp_header .sp_nav li a {
    color: #000;
    display: block;
    margin-left: 20px;
    font-size: 20px;
    text-decoration: none;
}

.sp_header .sp_nav li:last-child {
    border-bottom: 2px solid #5cbce5;
}

.sp_header .sp_imgbox {
    margin-top: 40px;
    padding: 0 20px;
}

.sp_header .sp_imgbox li:first-child {
    margin-left: 20px;
}

.sp_header .sp_imgbox li:first-child img {
    width: 90%;
    max-width: 280px;
}

.sp_header .sp_imgbox li:nth-child(2) {
    margin-top: 10px;
}

.sp_header .sp_imgbox li:nth-child(3) {
    margin-top: 10px;
    margin-left: 20px;
}

.sp_header .sp_imgbox li:nth-child(3) img {
    width: 90%;
    max-width: 284px;
}

.sp_header .sp_imgbox li:last-child {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sp_header .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px 10px;
    transform: translateX(-100%);
    transition: ease .5s;
    z-index: 9999;
}

.sp_header .drbtn {
    position: fixed;
    top: 18px;
    right: -99%;
    width: 50px;
    height: 50px;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 10000;
}

.sp_header .hambarg {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 30px;
    background: #5c6b80;
    transition: ease .5s;
}

.sp_header .hambarg:nth-child(1) {
    top: 20%;
    left: 50%;
}

.sp_header .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
}

.sp_header .hambarg:nth-child(3) {
    top: 60%;
    left: 50%;
}

.sp_header .drawer.action {
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sp_header .drbtn.action {
    top: 12px;
    right: 0;
}

.sp_header .drbtn.action .hambarg:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sp_header .drbtn.action .hambarg:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sp_header .drbtn.action .hambarg:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mainimg {
    width: 96%;
    max-width: 1120px;
    display: block;
    height: 200px;
    margin: 20px auto 0 auto;
    background-size: cover;
    position: relative;
}

.mainimg img {
    width: 598px;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.breadcrumb {
    margin-top: 39px;
    font-size: 14px;
}

.strong {
    margin-top: 57px;
}

.strong h2 {
    width: 302px;
    display: block;
    margin: 0 auto;
    padding-bottom: 22px;
    border-bottom: 2px solid #1f3599;
}

.strong h2 img {
    width: 288px;
    display: block;
    margin: 0 auto;
}

.strong .do-tit {
    width: 434px;
    display: block;
    margin: 0 auto;
    padding-bottom: 22px;
    border-bottom: 2px solid #1f3599;
}

.strong .do-tit img {
    width: 420px;
    display: block;
    margin: 0 auto;
}

.strong p {
    font-size: 18px;
    width: 878px;
    margin: 60px auto 0 auto;
}

.strong p img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.strong__box {
    margin-top: 43px;
}

.strong__box ul {
    width: 878px;
    display: block;
    overflow: hidden;
    margin: 60px auto 0;
}

.strong__box ul li {
    width: 280px;
    float: left;
    margin-top: 20px;
    margin-right: 19px;
}

.strong__box ul li a {
    display: block;
}

.strong__box ul li a img {
    width: 100%;
}

.strong__box ul li:nth-child(1),
.strong__box ul li:nth-child(2),
.strong__box ul li:nth-child(3) {
    margin-top: 0;
}

.strong__box ul li:nth-child(3),
.strong__box ul li:nth-child(6),
.strong__box ul li:nth-child(9) {
    margin-right: 0;
}

#divorce_ank {
    margin-top: -224px;
    padding-top: 224px;
}

.divorce {
    margin-top: 80px;
    background: #fafafa;
}

.divorce h2 {
    width: 59px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.divorce h2 img {
    width: 100%;
}

.divorce__txt {
    width: 144px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/divorce_bd_bg@2x.png) no-repeat;
    background-size: 144px;
    background-position: center;
}

.divorce__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/divorce_ico_bg@2x.png) no-repeat;
    background-size: 80px;
    background-position: right bottom;
}

.divorce__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.divorce__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.divorce__box ul li {
    color: #1f3599;
}

.divorce__box ul li span {
    color: #000;
}

.divorce__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.divorce__box:last-child p {
    width: 295px;
}

.will h2 {
    width: 45px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.will h2 img {
    width: 100%;
}

.will__txt {
    width: 223px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/will_bd_bg@2x.png) no-repeat;
    background-size: 223px;
    background-position: center;
}

.will__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/will_ico_bg@2x.png) no-repeat;
    background-size: 77px;
    background-position: right bottom;
}

.will__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.will__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.will__box ul li {
    color: #1f3599;
}

.will__box ul li span {
    color: #000;
}

.will__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.will__box:last-child p {
    width: 295px;
}

.adult {
    background: #fafafa;
}

.adult h2 {
    width: 62px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.adult h2 img {
    width: 100%;
}

.adult__txt {
    width: 205px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/adult_bd_bg@2x.png) no-repeat;
    background-size: 205px;
    background-position: center;
}

.adult__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/adult_ico_bg@2x.png) no-repeat;
    background-size: 94px;
    background-position: right bottom;
}

.adult__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.adult__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.adult__box ul li {
    color: #1f3599;
}

.adult__box ul li span {
    color: #000;
}

.adult__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.adult__box:last-child p {
    width: 295px;
}

.dept h2 {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.dept h2 img {
    width: 100%;
}

.dept__txt {
    width: 148px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/dept_bd_bg@2x.png) no-repeat;
    background-size: 148px;
    background-position: center;
}

.dept__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/dept_ico_bg@2x.png) no-repeat;
    background-size: 94px;
    background-position: right bottom;
}

.dept__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.dept__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.dept__box ul li {
    color: #1f3599;
}

.dept__box ul li span {
    color: #000;
}

.dept__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.dept__box:last-child p {
    width: 295px;
}

.traffic {
    background: #fafafa;
}

.traffic h2 {
    width: 94px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.traffic h2 img {
    width: 100%;
}

.traffic__txt {
    width: 206px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/traffic_bd_bg@2x.png) no-repeat;
    background-size: 206px;
    background-position: center;
}

.traffic__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/traffic_ico_bg@2x.png) no-repeat;
    background-size: 94px;
    background-position: right bottom;
}

.traffic__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.traffic__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.traffic__box ul li {
    color: #1f3599;
}

.traffic__box ul li span {
    color: #000;
}

.traffic__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.traffic__box:last-child p {
    width: 295px;
}

.land h2 {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.land h2 img {
    width: 100%;
}

.land__txt {
    width: 219px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/land_bd_bg@2x.png) no-repeat;
    background-size: 219px;
    background-position: center;
}

.land__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/land_ico_bg@2x.png) no-repeat;
    background-size: 94px;
    background-position: right bottom;
}

.land__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.land__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.land__box ul li {
    color: #1f3599;
}

.land__box ul li span {
    color: #000;
}

.land__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.land__box:last-child p {
    width: 295px;
}

.work {
    background: #fafafa;
}

.work h2 {
    width: 28px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.work h2 img {
    width: 100%;
}

.work__txt {
    width: 206px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/work_bd_bg@2x.png) no-repeat;
    background-size: 206px;
    background-position: center;
}

.work__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/work_ico_bg@2x.png) no-repeat;
    background-size: 43px;
    background-position: right bottom;
}

.work__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.work__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.work__box ul li {
    color: #1f3599;
}

.work__box ul li span {
    color: #000;
}

.work__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.work__box:last-child p {
    width: 295px;
}

.criminal h2 {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.criminal h2 img {
    width: 100%;
}

.criminal__txt {
    width: 206px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/criminal_bd_bg@2x.png) no-repeat;
    background-size: 206px;
    background-position: center;
}

.criminal__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/criminal_ico_bg@2x.png) no-repeat;
    background-size: 94px;
    background-position: right bottom;
}

.criminal__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.criminal__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.criminal__box ul li {
    color: #1f3599;
}

.criminal__box ul li span {
    color: #000;
}

.criminal__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.criminal__box:last-child p {
    width: 295px;
}

.company {
    background: #fafafa;
}

.company h2 {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

.company h2 img {
    width: 100%;
}

.company__txt {
    width: 371px;
    color: #1f3599;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
    background: url(../img/company_bd_bg@2x.png) no-repeat;
    background-size: 371px;
    background-position: center;
}

.company__box {
    border: 1px solid #1f3599;
    border-radius: 8px;
    margin-top: 85px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/company_ico_bg@2x.png) no-repeat;
    background-size: 94px;
    background-position: right bottom;
}

.company__box p {
    color: #fff;
    width: 434px;
    display: block;
    font-size: 24px;
    padding: 17px 0;
    background: #1f3599;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0.07em;
    position: absolute;
    top: -36px;
    left: -1px;
}

.company__box ul {
    margin-top: 66px;
    margin-bottom: 36px;
    margin-left: 60px;
    margin-right: 60px;
    list-style-type: disc;
}

.company__box ul li {
    color: #1f3599;
}

.company__box ul li span {
    color: #000;
}

.company__box:last-child {
    margin-top: 74px;
    margin-bottom: 80px;
}

.company__box:last-child p {
    width: 295px;
}

.diary {
    margin-top: 80px;
}

.diary a {
    width: 860px;
    display: block;
    margin: 0 auto;
}

.diary a img {
    width: 100%;
}

.diary a .spimg {
    display: none;
}

.footer {
    margin-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.footer__box {
    width: 50%;
    margin-top: 60px;
    float: left;
    overflow: hidden;
}

.footer__box a {
    color: #000;
    text-decoration: none;
}

.footer__box .logo {
    width: 411px;
}

.footer__box .logo a {
    display: block;
}

.footer__box .logo a img {
    width: 100%;
}

.footer__box .box_inner {
    float: left;
    margin-top: 61px;
}

.footer__box .box_inner ul li a {
    text-decoration: none;
}

.footer__box .first_inner {
    width: 320px;
}

.footer__box .first_inner ul li {
    margin-left: 16px;
}

.footer__box .first_inner ul li:first-child {
    width: 264px;
}

.footer__box .first_inner ul li:first-child a {
    display: block;
}

.footer__box .first_inner ul li:first-child a img {
    width: 100%;
}

.footer__box .first_inner ul li:nth-child(2) {
    width: 297px;
    margin-top: 9px;
    margin-left: 0px;
}

.footer__box .first_inner ul li:nth-child(2) a {
    display: block;
}

.footer__box .first_inner ul li:nth-child(2) a img {
    width: 100%;
}

.footer__box .first_inner ul li:last-child {
    width: 277px;
    margin-top: 9px;
}

.footer__box .first_inner ul li:last-child img {
    width: 100%;
}

.footer__box .second_inner {
    width: 159px;
}

.footer__box .second_inner a {
    display: block;
}

.footer__box .second_inner a img {
    width: 100%;
}

.footer__box:last-child ul {
    float: left;
}

.footer__box:last-child ul li {
    line-height: 1.75;
    padding-left: 20px;
    background: url(../../../common/img/triangle_ico_b@2x.png) no-repeat;
    background-position: left 40%;
    background-size: 9px;
}

.footer__box:last-child ul:last-child {
    margin-left: 80px;
}

.footer__copy {
    color: #fff;
    margin-top: 80px;
    padding: 13px 0;
    background: #005591;
    text-align: center;
}

.sp_footer {
    display: none;
}

.sp_footer__imgbox {
    display: block;
    margin-top: 40px;
}

.sp_footer__imgbox ul li {
    margin-top: 10px;
}

.sp_footer__imgbox ul li:first-child {
    width: 252px;
    margin-top: 0;
    margin-left: 20px;
}

.sp_footer__imgbox ul li:first-child img {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(2) {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(2) img {
    width: 100%;
}

.sp_footer__imgbox ul li:nth-child(3) {
    width: 283px;
    margin-left: 21px;
}

.sp_footer__imgbox ul li:nth-child(3) img {
    width: 90%;
    max-width: 280px;
}

.sp_footer__imgbox ul li:last-child {
    width: 100%;
}

.sp_footer__imgbox ul li:last-child img {
    width: 100%;
}

.sp_footer__imgbox .logo {
    max-width: 246px;
    margin-top: 64px;
}

.sp_footer__list {
    margin-top: 37px;
}

.sp_footer__list li {
    margin-top: 4px;
    padding-left: 20px;
    background: url(../../../common/img/sp_triangle_ico_b@2x.png) no-repeat;
    background-position: left 40%;
    background-size: 9px;
}

.sp_footer__list li a {
    color: #000;
    text-decoration: none;
}

.sp_footer__list li:first-child {
    margin-top: 0;
}

.sp_footer__copy {
    color: #fff;
    font-size: 12px;
    margin-top: 90px;
    padding: 13px 0;
    background: #005591;
    text-align: center;
}

.dissp {
    display: none;
}

.pc_strong {
    margin: 80px 0 0 0;
}

.pc_strong ul {
    overflow: hidden;
}

.pc_strong ul .list_one {
    width: 344px;
    height: 344px;
    float: left;
    margin-right: 44px;
    background: url(../../../common/img/storong_bg1@2x.png) no-repeat;
    background-size: contain;
}

.pc_strong ul .list_one img {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 61px;
}

.pc_strong ul .list_one span {
    display: block;
    width: 266px;
    height: 138px;
    margin: 0 auto;
    margin-top: 168px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.7;
}

.pc_strong ul .list_two {
    width: 344px;
    height: 344px;
    float: left;
    margin-right: 44px;
    background: url("../../../common/img/storong_bg2@2x.png") no-repeat;
    background-size: contain;
}

.pc_strong ul .list_two img {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 61px;
}

.pc_strong ul .list_two span {
    display: block;
    width: 266px;
    height: 138px;
    margin: 0 auto;
    margin-top: 168px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.7;
}

.pc_strong ul .list_three {
    width: 344px;
    height: 344px;
    float: left;
    margin-right: 44px;
    background: url(../../../common/img/storong_bg3@2x.png) no-repeat;
    background-size: contain;
}

.pc_strong ul .list_three img {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-top: 61px;
}

.pc_strong ul .list_three span {
    display: block;
    width: 266px;
    height: 138px;
    margin: 0 auto;
    margin-top: 168px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.7;
}

.pc_strong ul li:last-child {
    margin-right: 0;
}

.sp_strong {
    display: none;
}

.sp_strong ul li {
    display: inline-block;
    margin-top: 20px;
    line-height: 1.6;
}

.sp_strong ul li img {
    display: block;
    margin-left: 42px;
}

.sp_strong ul li span {
    display: block;
    padding: 20px;
    margin: 0 20px;
    margin-top: 14px;
    background: #fff;
    border-radius: 5px;
}

.sp_strong ul li:first-child img {
    width: 14px;
}

.sp_strong ul li:nth-child(2) img {
    width: 16px;
}

.sp_strong ul li:nth-child(3) {
    margin-bottom: 40px;
}

.sp_strong ul li:nth-child(3) img {
    width: 17px;
}

@media screen and (max-width: 1199px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
    .header {
        width: 100%;
    }
    .header h1 {
        width: 40%;
        margin-top: 41px;
    }
    .header__menu {
        width: 40%;
    }
    .header__menu div:first-child {
        width: 60%;
        margin-right: 3%;
    }
    .header__menu div:first-child ul li:first-child {
        width: 90%;
    }
    .header__menu div:first-child ul li:nth-child(2) {
        width: 100%;
    }
    .header__menu div:first-child ul li:last-child {
        width: 90%;
    }
    .header__menu div:last-child {
        width: 37%;
    }
    .header nav ul {
        width: 96%;
        max-width: 737px;
    }
    .header nav ul li {
        font-size: 13px;
        padding: 0 2.5%;
    }
    .mainimg {
        height: 375px;
    }
    .strong {
        width: 100%;
    }
    .strong__box ul {
        width: 100%;
    }
    .strong__box ul li {
        width: 32%;
        margin-top: 2%;
        margin-right: 2%;
    }
    .diary a {
        width: 90%;
    }
    .footer__box .logo {
        width: 80%;
    }
    .footer__box .box_inner {
        margin-top: 30px;
    }
    .footer__box .first_inner {
        width: 57%;
        margin-right: 2%;
    }
    .footer__box .first_inner ul li:first-child {
        width: 90%;
    }
    .footer__box .first_inner ul li:nth-child(2) {
        width: 100%;
    }
    .footer__box .first_inner ul li:last-child {
        width: 90%;
    }
    .footer__box .second_inner {
        width: 37%;
    }
    .footer__box:last-child ul li {
        font-size: 0.8em;
    }
    .footer__box:last-child ul:last-child {
        margin-left: 5%;
    }
    .pc_strong ul .list_one {
        width: 32%;
        margin-right: 2%;
    }
    .pc_strong ul .list_one img {
        width: 12%;
        margin-top: 40px;
    }
    .pc_strong ul .list_one span {
        width: 90%;
        height: auto;
        margin-top: 42%;
        padding: 8%;
        font-size: 0.8em;
    }
    .pc_strong ul .list_two {
        width: 32%;
        margin-right: 2%;
    }
    .pc_strong ul .list_two img {
        width: 12%;
        margin-top: 40px;
    }
    .pc_strong ul .list_two span {
        width: 90%;
        height: auto;
        margin-top: 42%;
        padding: 7%;
        font-size: 0.8em;
    }
    .pc_strong ul .list_three {
        width: 32%;
        margin-right: 2%;
    }
    .pc_strong ul .list_three img {
        width: 12%;
        margin-top: 40px;
    }
    .pc_strong ul .list_three span {
        width: 90%;
        height: auto;
        margin-top: 42%;
        padding: 7%;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
    .header {
        display: none;
    }
    .mainimg {
        width: 100%;
        height: 200px;
        margin-top: 82px;
    }
    .strong {
        margin-top: 30px;
    }
    .strong__box ul li {
        width: 100%;
        float: inherit;
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .diary a {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sp_header {
        width: 100%;
        display: block;
        height: 82px;
        position: fixed;
    }
    .sp_header h1 {
        width: 247px;
        position: fixed;
        top: 22px;
        left: 104%;
        z-index: 100;
    }
    .sp_header h1 img {
        width: 100%;
    }
    .mainimg img {
        width: auto;
        height: 42px;
    }
    .strong h2 {
        width: 200px;
    }
    .strong .do-tit {
        width: 290px;
    }
    .strong p {
        margin-top: 30px;
    }
	
	.strong .sp_strong ul li img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.strong .sp_strong ul li span {
		display: block;
		padding: 20px;
		margin: 0 20px;
		margin-top: 14px;
		background: #fff;
		border-radius: 5px;
	}

	.strong .sp_strong ul li:first-child img {
		max-width: 250px;
	}

	.strong .sp_strong ul li:nth-child(2) img {
		max-width: 180px;
	}

	.strong .sp_strong ul li:nth-child(3) img{
		max-width: 250px;
	}

	.strong .sp_strong ul li:nth-child(3) {
		margin-bottom: 40px;
	}
	
    .strong__box {
        margin-top: 20px;
    }
    .strong__box ul li:nth-child(1),
    .strong__box ul li:nth-child(2),
    .strong__box ul li:nth-child(3) {
        margin-top: 20px;
    }
    .strong__box ul li:nth-child(3),
    .strong__box ul li:nth-child(6),
    .strong__box ul li:nth-child(9) {
        margin-right: auto;
    }
    .strong__box ul li:nth-child(1) {
        margin-top: 0;
    }
    .divorce__box {
        padding: 0 2px;
    }
    .divorce__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .divorce__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .divorce__box:last-child p {
        width: calc(100% + 2px);
    }
    .will__box {
        padding: 0 2px;
    }
    .will__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .will__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .will__box:last-child p {
        width: calc(100% + 2px);
    }
    .adult__box {
        padding: 0 2px;
    }
    .adult__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .adult__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .adult__box:last-child p {
        width: calc(100% + 2px);
    }
    .dept__box {
        padding: 0 2px;
    }
    .dept__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .dept__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .dept__box:last-child p {
        width: calc(100% + 2px);
    }
    .traffic__box {
        padding: 0 2px;
    }
    .traffic__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .traffic__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .traffic__box:last-child p {
        width: calc(100% + 2px);
    }
    .land__box {
        padding: 0 2px;
    }
    .land__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .land__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .land__box:last-child p {
        width: calc(100% + 2px);
    }
    .work__box {
        padding: 0 2px;
    }
    .work__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .work__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .work__box:last-child p {
        width: calc(100% + 2px);
    }
    .criminal__box {
        padding: 0 2px;
    }
    .criminal__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .criminal__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .criminal__box:last-child p {
        width: calc(100% + 2px);
    }
    .company__txt {
        width: 290px;
        font-size: 24px;
        background-size: 290px;
    }
    .company__box {
        padding: 0 2px;
    }
    .company__box p {
        width: calc(100% + 2px);
        font-size: 18px;
        top: -26px;
    }
    .company__box ul {
        margin-left: 28px;
        margin-right: 28px;
    }
    .company__box:last-child p {
        width: calc(100% + 2px);
    }
    .diary {
        margin-top: 70px;
        padding: 0 20px;
    }
    .diary a .pcimg {
        display: none;
    }
    .diary a .spimg {
        display: block;
    }
    .footer {
        display: none;
    }
    .sp_footer {
        display: block;
        margin-top: 40px;
        border-top: 1px solid #e5e5e5;
    }
    .dispc {
        display: none !important;
    }
    .dissp {
        display: block !important;
    }
    .pc_strong {
        display: none;
    }
    .sp_strong {
        display: block;
        background: url(../img/strong_bg_sp@2x.png) no-repeat;
        background-size: 100% 100%;
	    margin: 60px 0 0 0;	
    }
}
