/**ファーストビューここから**/
#transit_top{
    background:url(../img/transit/transit_main_bg.jpg) top right no-repeat;
    background-size: cover;
    height:400px;
}
#transit_top .transit_top_inner{
    margin: 0 auto;
    max-width: 1040px;
}
#transit_top .filter{
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
}
/**ファーストビューここまで**/
.transit_section {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0;
    font-size: 14px;
}
.transit_section p{
    text-align:left;
    margin-bottom: 20px;
}
.transit_section a img:hover{
    opacity:0.5;
}
.transit_section .subtitle {
    color:#000;
    display: inline-block;
    text-align:left;
    margin:0 auto 10px;
    max-width:950px;
    padding:0 10px;
}
.transit_section .blue_box{
    padding:2%;
}
/**利用イメージここから**/
.transit_section .col_inner p{
    text-align:left;
    font-weight:normal;
    margin:5px;
}
.transit_section .col_inner span{
    text-align:center;
    display: inline-block;
    width:100%;
}

.transit_section .col_inner dl{/**利用イメージ No、テキスト**/
    width:100%;
    padding:0;
    margin:0;
}
.transit_section .col_inner dl dt{/**利用イメージ No**/
    width:18%;
    padding:1%;
    margin:0;
    float:left;
    font-size:210%;
    color:#ff6600;
}
.transit_section .col_inner dl dd{/**利用イメージ テキスト**/
    width:75%;
    padding:1%;
    margin:0 0 0 3%;
    float:left;
    text-align:left;
    font-size:110%;
    line-height: 130%;
}

.transit_section .col_ul{
    width:90%;
    margin-bottom: 20px;
}
.transit_section .col_ul li{
    width: 1000px;
}
.transit_section .col_ul li.col3_div{
    display: block;
    float:left;
    width: 32%;
    margin:0 2% 0 0;
    text-align:center;
}
.transit_section .col_ul li.col3_div img{
    width: 100%;
    max-width: 200px;
}
.col_ul li.col3_div:first-child{
    margin:0 2% 0 0;
}
.col_ul li.col3_div:last-child{
    margin:0;
}
/**利用イメージここまで**/

/**導入効果ここから**/
.transit_section .col_inner p#efficiency{
    text-align:center;
    margin-bottom:10px;
    font-size:1.2em;
    height:2.3em;
    padding:5px 0;
    border-bottom:1px solid #ccc;
}
.transit_section .col_inner p#efficiency img{
    height:100%;
    width:auto;
}
.transit_section .col_ul li.col3_2_div{
    display: block;
    float:left;
    width: 30%;
    padding:0;
    margin:0;
    text-align:center;
}
.transit_section .col_ul li.col3_2_div img{
    width: 100%;
    max-width: 300px;
}

.col_ul li.col3_2_div:first-child, .col_ul li.col3_2_div:last-child{
    width: 35%;
}
/**導入効果ここまで**/
.transit_section h3{
    border-left:6px solid #0033cc;
    font-size: 2.0em;
    padding:0 0 0 10px;
    margin:0 0 20px 0;
    color:#0033cc;
    font-weight:bold;
}
.transit_section h4{
    font-size: 1.5em;
    padding:0;
    margin:0 0 0 20px;
    color:#0066cc;
    font-weight:bold;
}
.transit_section h5{
    font-size: 1.5em;
    padding:0;
    margin:0;
    color:#339900;
    font-weight:bold;
}
.transit_section strong{
    font-size: 120%;
    font-weight:bold;
}
.transit_section .wrap{
    width:94%;
    margin:0 3%;
}
.transit_section .col2{
    margin-bottom: 20px;
}
.transit_section .col2 .col2_left{
    width: 45%;
    float:left;
}
.transit_section .col2 .col2_right{
    width: 45%;
    float:right;
}
.transit_section .col2 .col2_left img,
.transit_section .col2 .col2_right img
{
  width:94%;
  margin:0 3%;
}
.transit_section .arrow .forpc{
    padding-top:70px;
    display:block;
}
.arrow span:after{
    content: "\f061";
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 200px;
}
@media print, screen and (max-width:1080px) {
  #transit_top img{
      width:100%;
  }
  #transit_top{
      height:auto;
  }
}
@media print, screen and (max-width:768px) {
    #transit_top .merit_top_left p{
        font-size:15px;
        margin-bottom:10px;
    }
    .col_ul li {
        width: 100%;
        margin-bottom: 60px;
    }
    .transit_section .subtitle {
        font-size: 12px;
    }
    /**利用イメージここから**/
    .transit_section .col_ul{
        width:90%;
        margin-bottom: 20px;
    }
    .transit_section .col_ul li{
        width: 100%;
    }

    .transit_section .col_ul li.col3_div{
        display: block;
        clear:left;
        width: 100%;
        margin:0;
        text-align:left;
    }
    /**利用イメージここまで**/
    .transit_section h3{
        font-size: 1.5em;
        font-weight:normal;
    }
    .transit_section h4{
        font-size: 1.2em;
        margin:0;
        font-weight:normal;
    }
    .transit_section h5{
        font-size: 1.2em;
        font-weight:normal;
    }
    .transit_section strong{
        font-size: 110%;
        font-weight:normal;
    }
    .transit_section ul.col_ul,
    .transit_section ul.col2{
        max-width: 94%;
        width:94%;
        margin:0 3%;
        padding:0;
    }
    .transit_section .col2 li.col2_div,
    .transit_section .col2 li.col2_left,
    .transit_section .col2 li.col2_right{
        display: block;
        clear:left;
        width: 100%;
        margin:0;
        text-align:left;
    }
    .col_ul li.arrow{
        margin: 0;
    }
    .arrow span:after {
        content: "\f063";
        line-height: 150px;
        font-size: 40px;
    }
}

.flex50{
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
}
.flex50 li {
	width:50%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
}
@media screen and (max-width:640px){
.flex50 li {
	width:100%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
}
}

.flex45{
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
}
.flex45 li {
	width:45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
}
@media screen and (max-width:640px){
.flex45 li {
	width:100%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
}
}
.flex30 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:20px;
}
.flex30::after{
	display: block;
	content:"";
	width:30%;
}
.flex30 li {
	width:30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    margin-bottom:30px;
    background: #fff;
    padding: 40px 20px;
    position: relative;
}
@media screen and (max-width:640px){
.flex30 li {
	width:100%;
    padding-top:40px;
}
}
.flex30 li:nth-child(-n+2):after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid;
    border-color: #4c4948 #4c4948 transparent transparent;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px){
.flex30 li:nth-child(-n+2):after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(135deg);
    top: 100%;
}
}
.flex30 li h4{
	font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.flex30 li img{
	max-width:200px;
	padding-top:20px;
}

.flex30v2 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:20px;
    align-items:stretch;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.flex30v2::after{
	display: block;
	content:"";
	width:30%;
}
.flex30v2 li.triple {
	width:30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    padding: 40px 20px;
    position: relative;
}
@media screen and (max-width:640px){
.flex30v2 li.triple {
	width:100%;
    padding-top:40px;
}
}
.flex30v2 li.triple:nth-child(-n+2):after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid;
    border-color: #4c4948 #4c4948 transparent transparent;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px){
.flex30v2 li.triple:nth-child(-n+2):after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%) rotate(135deg);
    top: 100%;
}
}
.flex30v2 li.triple h4{
	font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.flex30v2 li.triple img{
	max-width:200px;
}
.flex30v2 li p.number_transit{
	margin: 0;
    font-size: 150%;
    color: #fff;
    background: #ff6600;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
}

.kaiseimae {
	background: #EDEDED;
	padding: 15px;
	margin-bottom: 20px;
}
.kaiseimae dt{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    background: #424242;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 50px;
}
.kaiseigo {
	background: #E5F2FA;
	padding: 15px;
}
.kaiseigo dt{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    background: #003da3;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 50px;
}
.minus_margin {
	margin-top:-50px;
}
.bule_bg {
    background: #E5F2FA;
}
.white_bg {
    background: #fff;
}
.relief_txt {
	border-radius: 70px;
    padding: 20px 0px;
    font-weight: 600;
    /* color: #003da3; */
    font-size: 18px;
}
@media screen and (max-width:640px){
.relief_txt {
	border-radius: 0px;
    padding: 20px;
    font-weight: 600;
    /* color: #003da3; */
    font-size: 16px;
}
}
.pad_all50 {
	padding:50px;
}
.sub_title_h4{
	color: #333;
	font-weight:900;
	font-size: 26px;
    margin-bottom: 20px;
}
@media screen and (max-width:640px){
.sub_title_h4{
	color: #333;
	font-weight:900;
	font-size: 20px;
    margin-bottom: 20px;
}
}
.link_btn_b {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link_btn_b a{
	background: #0057b8;
	border-radius: 50px;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 30px;
	border-bottom: 2px solid #0057b8;
	text-decoration:none;
	letter-spacing: 1px;
}
@media screen and (max-width:640px){
.link_btn_b a{
	margin:30px auto 0!important;
	font-size:12px;
	line-height: 150%;
	width:90%;
	font-weight:normal;
}
}
.link_btn_b a.link:hover {
	background: #fff;
	color: #0057b8;
	border: #0057b8 1px solid;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.pad20_pc {
    padding-right: 20px;
}
.sub_title_effect{
	color: #333;
	font-weight:600;
	font-size: 20px;
    margin-bottom: 20px;
}

.sub_title_effect span{
	color: #00c4cc;
    font-size: 60px;
    font-weight: 700;
    padding-right: 20px;
}
@media screen and (max-width: 640px){
.sub_title_effect span{
	color: #00c4cc;
    font-size: 30px;
    font-weight: 700;
    padding-right: 20px;
    display:block;
    text-align:center;
    margin-bottom:10px;
}
}
.number_transit {
    margin: 0;
    font-size: 210%;
    color: #ff6600;
}

.mot_dl_link a{
	background: #0057b8;
	border-radius: 50px;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 30px;
	border-bottom: 2px solid #0057b8;
	text-decoration:none;
}
@media screen and (max-width:640px){
.mot_dl_link a{
	margin:30px 0 0!important;;
}
}
.mot_dl_link a.link:hover {
	background: #fff;
	color: #0057b8;
	border: #0057b8 1px solid;
}

.mot_dl_link_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0;
}
.mot_dl_link_top::after {
  content: none;
}
.mot_dl_link_top li {
  background: #bfbfbf;
  color: #424242;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  width: 30%;
  padding: 10px 20px;
  transition: all .2s ease-out;
  position: relative;
  font-weight:600;
}
@media screen and (max-width:640px){
.mot_dl_link_top li {
  width: 100%;
  margin-bottom: 30px;
}
}
.mot_dl_link_top li:hover {
  background: #E5F2FA;
  color: #003da3;
}
.mot_dl_link_top .active {
  background: #E5F2FA;
  color: #003da3;
}
.mot_dl_link_top .active:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-left: -15px;
    border-top-color: #E5F2FA;
    top: 100%;
    left: 50%;
}
.how-to-use_title {
    font-size: 25px;
    font-weight: 700;
    color: #003da3;
    letter-spacing: 1.5px;
}

.flex20 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:20px;
}
.flex20::after{
	display: block;
	content:"";
	width:22%;
}
.flex20 li {
	width:22%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    margin-bottom:30px;
    background: #fff;
    padding:20px;
}
@media screen and (max-width:640px){
.flex20 li {
	width:100%;
}
}
.flex20 li h4{
	font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
}
.flex20 li ul.flex50 li.flex_img{
	width:30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    padding:0;
    margin-bottom:0;
}
.flex20 li ul.flex50 li.flex_txt{
	width:70%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align:center;
    min-height: auto;
    padding:0;
    margin-bottom:0;
}
.kari_h2_img {
	margin:0;
	padding:0;
}