﻿.h-right {
  float: right;
  display: inline-block;
  /*width: 260px;*/
  text-align: right;
}


.check_table2 {
    width:100%;
    display:table;
}
.check_table2_box {
    width:33.33%;
    height:360px;
    position:relative;
    float:left;
}
.check_table2_box .bg {
    width:640px;
    height:360px;
    background-size:cover!important;
    opacity:0;
    transition: all 1s ease;
}


.check_table2_box:hover .bg {
    opacity:1;
}
.check_table2_box:hover .content {
    opacity:0;
}
.check_table2_box .content {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    box-sizing:border-box;
    padding:0 14.8%;
    padding-top:74px;
    transition: all .3s ease;
}
@media (min-width:1400px) {
    .check_table2_box .content {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:0 14.8%;
        padding-top:74px;
        transition: all .3s ease;
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .check_table2_box .content {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:0 10.8%;
        padding-top:54px;
        transition: all .3s ease;
    }
}
@media (min-width:1024px) and (max-width:1199px) {
    .check_table2_box .content {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:0 10.8%;
        padding-top:34px;
        transition: all .3s ease;
    }
}
@media (max-width:1023px) {
    .check_table2_box {
        width:100%;
        position:relative;
    }
    .check_table2_box .bg {
        display:none;
    }
    .check_table2_box .content {
        width:100%;
        height:100%;
        box-sizing:border-box;
        padding:0 5%;
        padding-top:54px;
        transition: all .3s ease;
    }
    .check_table2_box:hover .content {
        opacity:1;
    }
}
.check_table2_box .content.bg1 {
    background:#0a73f3;
}
.check_table2_box .content.bg2 {
    background:#075cc3;
}
.check_table2_box .content.bg3 {
    background:#06428b;
}
.check_table2_box .content .title {
    font-size:40px;
    font-weight:bold;
    line-height:48px;font-family:"Meiryo UI";
    color:#fff;
    margin-bottom:19px;
    text-transform:uppercase;
}
@media (min-width:1400px) and (max-width:1499px) {
    .check_table2_box .content .title {
        font-size:40px;
        font-weight:bold;
        line-height:48px;font-family:"Meiryo UI";
        color:#fff;
        margin-bottom:19px;
        text-transform:uppercase;
    }
}
@media (min-width:992px) and (max-width:1399px) {
    .check_table2_box .content .title {
        font-size:30px;
        font-weight:bold;
        line-height:36px;font-family:"Meiryo UI";
        color:#fff;
        margin-bottom:19px;
        text-transform:uppercase;
    }
}
.check_table2_box .content .txt {
    font-size:16px;
    line-height:32px;
    font-family:Meiryo UI;
    color:#aeaeae;
}
@media (min-width:1400px) and (max-width:1499px) {
    .check_table2_box .content .txt {
        font-size:20px;
        line-height:30px;
        font-family:Meiryo UI;
        color:#aeaeae;
    }
}
@media (min-width:992px) and (max-width:1399px) {
    .check_table2_box .content .txt {
        font-size:16px;
        line-height:32px;
        font-family:Meiryo UI;
        color:#aeaeae;
    }
}
.check_table2_box .content .txt:last-child {
    color:#fff;
}
.check_table2_box .link {
    width:60px;
    height:60px;
    box-sizing:border-box;
    border:1px solid rgba(8,168,160,.5);
    background:url(../image/tb10.png) center center no-repeat;
    display:block;
    position:absolute;
    bottom:40px;
    left:14.8%;
    z-index:6;
}
.check_table2_box .link2 {
    width:60px;
    height:60px;
    box-sizing:border-box;
    border:1px solid rgba(255,255,255,.5);
    background:url(../image/tb11.png) center center no-repeat;

    display:block;
    position:absolute;
    bottom:40px;
    left:14.8%;
    z-index:6;
}
@media (min-width:1024px) and (max-width:1399px) {
    .check_table2_box .link {
        width:60px;
        height:60px;
        bottom:40px;
        left:10.8%;
    }
    .check_table2_box .link2 {
        width:60px;
        height:60px;
        bottom:40px;
        left:10.8%;
    }
}
@media (max-width:1023px) {
    .check_table2_box .link {
        width:60px;
        height:60px;
        bottom:40px;
        left:5%;
    }
    .check_table2_box .link2 {
        width:60px;
        height:60px;
        bottom:40px;
        left:5%;
    }
}



.check_table2_box:hover .content {
    opacity: 0;
}
.check_table2_box:hover .bg {
    opacity: 1;
}

.page4 {
  background-image: url('../img2/p4-b2.jpg');
}

.logo-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.logo-item {
  display: flex;
  /* width: 24.5%;
  margin-right: 0.66%; */
  width: calc(25% - 8px);
  margin-right: 10px;
  padding-bottom: 10%;

  border-radius: 15px;

  box-shadow: 11px 16px 32px rgba(0, 0, 0, .1);
  opacity: 1;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  align-items: flex-start;
  transition: .5s;
	margin-bottom: 20px;
}

.logo-item:hover img:nth-child(1) {
  opacity: 0;
}

.logo-item:hover img:nth-child(2) {
  opacity: 1;
}

.logo-item img {
  width: 75%;
  display: inline-block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: .5s;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
.logo-item img:nth-child(2) {
  opacity: 0;
}

.logo-item:nth-child(4n) {
  margin-right: 0;
}
.page4 {
    background-image: url(../image/p4-b2.jpg);
}
.background-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pageSwier-inner {
    position: relative;

}

@media only screen and (min-width: 1400px){
.padding {
    padding: 3vw 13.5vw;
    box-sizing: border-box;
}
}

@media screen and (max-width: 1410px){
.padding {
    padding: 3vw 5.5vw;
    box-sizing: border-box;
}
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.page4 .page-title {
    margin-bottom: 120px;
}

.page-title {
    margin: 30px 0 50px 0;
}
.page-title {
    transition: .5s .5s;
}
.page-title {

    letter-spacing: 2px;
    color: #333;
}






.fix:after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (min-width: 1400px){
.news_box {
    width:100%;
    padding-bottom:80px;
}
}

@media screen and (max-width: 1410px){
.news_box {
    width:1200px;
	margin: 0 auto;
    padding-bottom:80px;
}
}


.news_box_title {
    width:100%;
    height:178px;
    box-sizing:border-box;font-family:"Meiryo UI";
    font-size:40px;
    font-weight:bold;
    line-height:48px;
    color:#06428b;
    padding-top:75px;
    text-align:center;
    transition: all ease 1s;
}
.news_box_list {
    width:1400px;
	margin: 0 auto;
    padding-bottom:47px;
}
@media only screen and (min-width: 1400px){
.news_box_list li {
    width:33.33%;
    float:left;
    box-sizing:border-box;
		padding-left: 20px; padding-right: 20px;

}
}

@media screen and (max-width: 1410px){
.news_box_list li {
    width:30.33%;
    float:left;
    box-sizing:border-box;
		padding-left: 20px; padding-right: 20px;

}
}


@media (max-width:1023px) {
    .news_box_list li {
        width:100%;
        box-sizing:border-box;
        padding:20px 5%;
    }
}
.news_box_list li .day {
    font-size:18px;
    color:#777;
    line-height:90px;
    display:flex;
    flex-direction:row;
    height:55px;

}
.news_box_list li .day span {
    display:block;
    width:60px;
    height:55px;font-family:"Meiryo UI";
    font-size:40px;
    line-height:79px;

    color:#000;
    border-right:1px solid #d2d2d2;
    margin-right:15px;
    transition: all .2s ease;
    float:left;
}
.news_box_list li:hover .day span {
    color:#06428b;
}
.news_box_list li .title {
    font-size:20px;
    line-height:34px;

    color:#000;
    font-family:Meiryo UI;
    margin-top:35px;
    transition: all .2s ease;
}
.news_box_list li:hover .title {
    color:#06428b;
}
.news_box_list li .txt {
    font-size:16px;
    line-height:32px;
    color:#777;
    margin-top:19px;
}
@media (min-width:992px) and (max-width:1399px) {
    .news_box_list li .title {
        font-size:18px;
        line-height:28px;
        font-weight:bold;
        color:#000;
        font-family:Meiryo UI;
        margin-top:35px;
        transition: all .2s ease;
    }
    .news_box_list li .txt {
        font-size:16px;
        line-height:26px;
        color:#777;
        margin-top:19px;
    }
}

.news_box_more {
    width:220px;
    height:55px;
    box-sizing:border-box;
    border:1px solid #333;
    font-size:14px;
    line-height:53px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    display:block;
    margin:auto;
    transition: all .2s ease;
	 background:#06428b;
	font-family: Meiryo UI;
}
.news_box_more:hover {
    background:#0859b9;
    color:#fff;
    border:1px solid #06428b;
}


@media (min-width:1024px) {
    
}
@media only screen and (min-width: 1400px){
.md_media {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

}

@media screen and (max-width: 1410px){
.md_media {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

}




.footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px
}
.fl_lr {
    float: right;
}
.footer:after,
.footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 200
}
.fl_lr {
    float: right;
}

.footer:after {
    left: 0;
    background-color: #0859b9
}

.footer:before {
    right: 0;
    background-color: #0859b9
}

.footer .contain {
    position: relative;
    z-index: 400
}

.footer .ft_info {
    width: 50%
}

.footer .ft_info address,
.footer .ft_info .tel {
    font-size: 15px;
    color: #fff;
    font-family: "arial";
    line-height: 30px;
    padding-right: 190px;
	    font-style: inherit;
}

.footer .ft_info .link {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-family: "Meiryo UI";
    line-height: 24px;
    position: relative
}

.footer .ft_info .link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dadbdd
}

.footer .ft_info .logo {
    display: block;
    width: 65px;
    height: 40px;
    background-image: url(../assets/img/f_logo.png)
}

.footer .ft_info .copyright {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "Meiryo UI";
}

.footer .ft_info .copyright a{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "Meiryo UI";
}
@media only screen and (min-width: 1400px){
.footer dl {
    float: left;
    margin-left: 50px
}

}

@media screen and (max-width: 1410px){
.footer dl {
    float: left;
    margin-left: 35px
}

}


.footer dl dt {
    line-height: 24px;
	padding-bottom: 20px;
}

.footer dl dt a {
    font-size: 18px;
    color: #fff;
    font-family: "Meiryo UI";
    position: relative;
    padding-right: 27px
}

.footer dl dt a span {
    position: absolute;

    right: 0px
}

.footer dl dt a span:before {
    font-size: 18px
}

.footer dl dt a:hover {
    color: #fff
}

.footer dl dd {
    line-height: 24px
}

.footer dl dd a {
    font-size: 14px;
    color: #fff;
    font-family: "Meiryo UI";
	line-height: 35px;

}

.footer dl dd a:hover {
    color: #fff;
	  font-size: 14px;
		transition:0.2s;
}

.footer .f_nav {
    float: right;
    font-size: 0px
}

.footer .f_nav li {
    display: inline-block;
    line-height: 24px;
    margin-left: 40px
}

.footer .f_nav li a {
    font-size: 14px;
    color: #e0e0e0;
    font-family: "Meiryo UI";
}

.footer .f_nav li a:hover {
    color: #115efb
}

.footer .fl_control {
    width: 50%
}

.footer .share {
    float: right;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50px;
    right: 0;
}

.footer .authorer {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "Meiryo UI";
    margin-top: 65px;
}

.footer .authorer a{
     font-size: 14px;
    color: #999;
    line-height: 24px;
     font-family: "Meiryo UI";
}

.share .btn {
    margin-left: 40px
}

.share .btn:before {
    color: #83878e;
    font-size: 26px
}

.share .btn:hover:before {
    color: #115efb
}

@media only screen and (max-width: 1440px) {
    .footer .ft_info address,
    .footer .ft_info .tel {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        background-color: #39414f;
        padding-top: 40px
    }

    .footer .ft_info,
    .footer .fl_control {
        width: auto
    }

    .footer dl {
        display: none
    }

    .footer .f_nav {
        display: none
    }


    .footer .share {
        float: none;
        clear: both;
        text-align: center;
        margin-top: 0px;
        position: static;
    }

    .footer .authorer {
        display: none
    }

    .footer .ft_info address,
    .footer .ft_info .tel,
    .footer .ft_info .link {
        display: none
    }

    .footer .ft_info .logo {
        display: none;
        margin-left: auto;
        margin-right: auto
    }

    .footer .ft_info .copyright {
        text-align: center
    }

    .footer:after,
    .footer:before {
        display: none
    }

    .share .btn {
        margin-left: 20px;
        margin-right: 20px
    }

    .footer .ft_info address,
    .footer .ft_info .tel {
        padding-right: 0px;
    }
}




.h-right .language .top {
  padding-right: 26px;
  background: url(../images/l-down111.png) right center no-repeat;
  background-size: 16px 8px;
	font-size: 14px;
}
.h-right .language .drop-down {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  padding: 5px;
  border: 1px solid #eee;
  background: #fff;
}
.h-right .language .drop-down a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
  font-weight: bold;
}
.h-right .language .drop-down a:hover {
  color: #444444;
}
.h-right .language:hover:before {
  display: block;
}
.h-right .language:hover .drop-down {
  display: block;
}
.search {
  float: left;
  display: inline-block;
  height: 60px;
  margin-left: 20px;
}

.search form {
  display: inline-block;
  margin-top: 10px;
}
.search-box {
  display: inline-block;
  float: left;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 18px;
  background-color: #ffffff;
  color: #666666;
  /*line-height: 35px;*/
  padding: 0px 15px;
}
.search-box .text {
  /*width: 100%;*/
  width: 0px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input.search-box::-webkit-input-placeholder {
  color: #cfcece;
  font-size: 14px;
}
input.search-box:-moz-placeholder {
  color: #cfcece;
  font-size: 14px;
}
input.search-box::-moz-placeholder {
  color: #cfcece;
  font-size: 14px;
}
input.search-box:-ms-input-placeholder {
  color: #cfcece;
  font-size: 14px;
}
.search-btn {
  float: left;
  display: inline-block;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 3px;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  margin-left: 10px;
  width: 25px;
  background: url(../images/search111.png) center no-repeat;
  border: none;
}
.search:hover .search-box {
  opacity: 1;
}
.search:hover .search-box .text {
  width: 130px;
}
.search.s1 {
  display: none;
  float: none;
  height: auto;
  margin: 0 auto;
}
.search.s1 form {
  margin-top: 0;
}
.search.s1 .search-box {
  width: 200px;
  opacity: 1;
}
.search.s1 .search-box .text {
  width: 100%;
}
.search.s1:hover .search-box .text {
  width: 100%;
}

video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}



.h-right .language {
    float: left;
    display: inline-block;
    min-width: 60px;
    padding-left: 50px;
    font-size: 16px;
    color: #000;
    height: 60px;
    line-height: 60px;

    font-weight: lighter;
    position: relative;
    cursor: pointer;
    z-index: 998;
    text-align: left;
    background: url(../images/global11.png) left center / 27px 27px no-repeat;
}




@media only screen and (min-width: 1400px){
.wrap {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
}

@media screen and (max-width: 1410px){
.wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
}



.mw-520 {
    max-width: 520px;
}
.comm-desc {
    line-height: 1.6;
}
.fz-14 {
    font-size: 14px;
}
.mt-10 {
    margin-top: 10px;
}
.fz-40 {
    font-size: 40px;
}


.page-header {
    padding: 100px 0 70px;
}
.white {
    color: #fff;
}
.ph-title {
    font-weight: 700;
    color: #000;
    line-height: 1.25;
    text-transform: uppercase;
}
.comm-title {
    font-weight: 700;
    line-height: 1.25;
}
.fz-30 {
    font-size: 26px;
}

.contact-address {
    position: relative;
    z-index: 10;
    width: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -240px;
    padding: 40px 50px;
    background-color: #0039C8;
}


.page-intro__full h4 {
    margin-bottom: 1.04167vw;
}
.page-intro__full h4 {
    font-size: 40px;

    margin-bottom: 20px;
    color: #202020;
}
.w1600 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.page-intro__full {
    text-align: center;
}
@media (max-width: 1920px)
.mt-120 {
    margin-top: 6.25vw;
}
.mt-120 {
    margin-top: 120px;
}
.paragraph h3, .paragraph h4, .paragraph p {
    word-break: break-word;
}
.paragraph p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .6px;
    color: #888;
}

.page-intro__full .inner {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.page-intro__full h3 {
    margin-bottom: 1.35417vw;
}
.page-intro__full h3 {
    font: 16px "Meiryo UI";
    margin-bottom: 26px;
    color: #1F368F;
	margin-top: 46px;
	text-transform: uppercase;
}
.mt-120 {
    margin-top: 4.25vw;
}

.contact-top__content .row-left__cont .intro {
    font: 16px "Meiryo UI";
    display: block;
    margin-bottom: 70px;
    color: #fff;
}



.contact-top__content .row-left {
    float: left;
}
.contact-top__content .rows {
    position: relative;
    width: 50%;
    height: 500px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-top__content .txt p {
    font: 18px;
    line-height: 2.8;
    color: #fff;
}
.contact-top__content .row-left__cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-top__content .row-left__cont h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #fff;
}
.contact-top__content .row-left__cont h4 {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.form-name {
    font-family: "Meiryo UI";
    font-size: 16px;
    position: relative;
    padding-left: 120px;
    color: #1F368F;
}
.mt-70 {
    margin-top: 3.64583vw;
}
.mt-70 {
    margin-top: 70px;
}

.form-box {
    font-size: 0;
    margin-right: -28px;
    margin-left: -28px;
}
@media only screen and (min-width: 1400px){
.w1600 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}
}

@media screen and (max-width: 1410px){
.w1600 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@media (max-width: 1920px)
.mt-160 {
    margin-top: 8.33333vw;
}
.form-intro
{
    h2
    {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.8;

        margin-bottom: .4em;

        letter-spacing: .025em;

        color: $color01;
    }
    p
    {
        font-size: 14px;
        line-height: 2;

        letter-spacing: .05em;

        color: $color04;
    }
}
.fi-input {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0;
    color: #202020;
    border: 0;
    outline: 0;
    background-color: transparent;
}
	.fi-label {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    color: #999;
    z-index: 100;
}
.col-4
{
    width: 25%;
}
.form-box
{
    font-size: 0;

    margin-right: -28px;
    margin-left: -28px;
}
.form-item__wrap::before {
    right: 0;
    background-color: #999;
}
.form-item__wrap::before, .form-item__wrap::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    content: '';
}
.form-intro h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: .4em;
    letter-spacing: .025em;
    color: #202020;
}
.form-intro p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .05em;
    color: #999;
}

.page-intro__full .inner {
    position: relative;
    max-width: 800px;
    margin: auto;
}
.paragraph-dec {
    display: inline-block;
    padding: 22px 72px 30px 72px;
}
.paragraph-dec:before {
    line-height: 40px;
    top: 0;
    left: 0;
    content: '“';
}
.paragraph-dec:before, .paragraph-dec:after {
    font: 80px "Montserrat Bold";
    position: absolute;
    display: block;
    opacity: .1;
    color: #1F368F;
}
.paragraph-dec:after {
    line-height: 0;
    right: 0;
    bottom: 0;
    content: '”';
}
.paragraph-dec:before, .paragraph-dec:after {
    font: 80px "Montserrat Bold";
    position: absolute;
    display: block;
    opacity: .1;
    color: #1F368F;
}
.list figure {
    overflow: hidden;
    position: relative;
}
.list a, .list .item-box__mr {
    margin: 0 1.45833vw;
}
.list a, .list .item-box__mr {
    display: block;
    margin: 0 28px;
}
.list>li {
    margin-bottom: 4.16667vw;
}
.list-3>li {
    width: 50%;
}
.list>li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}
.list {
    margin-left: -1.45833vw;
    margin-right: -1.45833vw;
}
.mt-80 {
    margin-top: 4.16667vw;
}

.news-article__list article {
    padding: 30px 40px 47px 40px;
    background-color: #fff;
}
.list a:hover .article-title {
    color: #1F368F;
}
.news-article__full .news-article__list h1 {
    overflow: hidden;
    max-height: 64px;
    font-weight: 400;
}
.list .article-title {
    -moz-transition: color .4s;
    -o-transition: color .4s;
    -webkit-transition: color .4s;
    transition: color .4s;
    font-size: 20px;
    color: #202020;
    line-height: 1.6;
    font-weight: 500;
}
.news-article__list time {
    margin-bottom: 1.25vw;
}
.news-article__list time {
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
    color: #1F368F;
}
.news-article__full .news-article__list .txt p {
    font-size: 14px;
    line-height: 2;
    display: inline;
    content: '...';
    color: #888;
}
.paragraph h3, .paragraph h4, .paragraph p {
    word-break: break-word;
}
.paragraph p {
    font-size: 20px;
	line-height: 40px;


    color: #888;
}
img.framed { 
padding: 6px; 
border: 1px solid #CCC; 
background-color: #F1F1F1; } 
.news-article__full {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F7F7F7;
}
.list a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list img {
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    width: 100%;
    height: 290px;
	object-fit:contain;  
}

.list-title h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    color: #202020;
}

.list-title {
    margin-top: 26px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}
.list-title time {
    font-size: 14px;
    color: #1F368F;
}
.list-title time, .list-title p {
    margin-top: 5px;
}
.fl {
    float: left;
}
.crumbs a.on {
    opacity: 1;
}
.crumbs a {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
    color: #202020;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.w900 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1920px)
.mt-160 {
    margin-top: 8.33333vw;
}
.mt-160 {
    margin-top: 60px;
}

.back-list span {
    font: 16px "Meiryo UI";
    position: relative;
    margin-left: 10px;
    color: #1F368F;
}
.back-list>div, .back-list span {
    display: inline-block;
    vertical-align: middle;
}
.back-list>div i:nth-child(odd) {
    margin-right: 4px;
}
.back-list>div i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px 0;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #1F368F;
}
.prev-article p {
    margin-right: 10px;
    margin-left: 0;
}
.arrow-article p {
    position: relative;
    padding: 3px 0;
}
.blue-btn p {
    color: #1F368F;
}
.link-btn p {
    font: 16px "Meiryo UI";
    margin-left: 10px;
}
.link-btn span, .link-btn p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}