/*one-shop-support.css*/

.one_column_cont h2 {
    letter-spacing: 0;
}

.ot_mainVisual p.title sub {
    font-size: 70%;
    bottom: -0.1em;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_42 {
    margin-bottom: 42px;
}

.mb_44 {
    margin-bottom: 44px;
}

.mb_46 {
    margin-bottom: 46px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mb_50 {
    margin-bottom: 50px;
}
.mb_52 {
    margin-bottom: 52px;
}
.mb_54 {
    margin-bottom: 54px;
}
.mb_56 {
    margin-bottom: 56px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_64 {
    margin-bottom: 64px;
}


.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_100 {
    margin-bottom: 100px;
}

.ft16 {
    font-size: 16px!important;
}
.ft22 {
    font-size: 22px!important;
}

.red {
    color: #f70909!important;
}


/*---------------------------------------------
  One-Stop-Shop 202308追加
  ---------------------------------------------*/
.one_link_area {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 30px;
}

.one_link_area ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_link_area ul li {
    width: 340px;
    max-width: 340px;
    position: relative;
    margin-right: 48px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}

.one_link_area ul li:nth-child(3n) {
    margin-right: 0;
}

.one_link_area ul li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}

.one_link_area ul li a:hover {
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}



.one_link_area ul li a p {
    font-size: 16px;
font-weight:bold;
    width: 100%;
    height: 56px;
    text-align: center;
    display: block;
    background: #FFF;
    display: table;
    border: 1px solid #dfdfdf;
}


.one_link_area ul li a p span {
    font-size: 16px;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}


.one_link_area ul li:hover {
    box-shadow: 0 0 0 5px #333 inset;
}

.one_link_area ul li a:hover span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    zoom:1;
}


/*---------------------------------------------
  Support Program 202308追加
  ---------------------------------------------*/
.support_link_area {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0 30px;
}

.support_link_area ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.support_link_area ul li {
    width: 340px;
    max-width: 340px;
    position: relative;
    margin-right: 48px;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 270px;
}

.support_link_area ul li:nth-child(3n) {
    margin-right: 0;
}


.support_link_area img{
    vertical-align: top!important;
}


.support_link_area ul li p span {
    font-size: 15px;
    line-height: 1.6;
}

.support_link_area ul li a{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.support_link_area ul li a{
	color:#0074BF;
}

.support_link_area ul li a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    box-sizing: border-box;
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #2e7ac8;
}


.support_ca_box {
    width: 1120px;
    margin-top: 30px;
padding-left:160px;
}

.support_ca_box p {
    font-size: 16px;
    padding-left: 320px;
    padding-top: 10px;
}

.support_ca_box p.ft_title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 320px;
    padding-top: 20px;
}

.support_ca_box .ft_title2 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
}

.support_ca_box img {
    float: left;
    margin-left: 50px;
}

.support_ca_box ul li {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    flex: 0 50%;
    padding: 20px 70px;
}

.support_ca_box ul li a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    box-sizing: border-box;
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #2e7ac8;
}

.support_ca_box ul li a{
	color:#0074BF;
    font-weight: bold;
}

/*---------------------------------------------
  SNS Instagram 202309追加
  ---------------------------------------------*/
.sns_insta  p {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    padding-top: 10px;
    padding-left: 20px;
}

.w760 {
    width: 830px;
}

/*---------------------------------------------
  Youtube Campaign 202502追加
  ---------------------------------------------*/
.cam_main_blue {
    font-size: 36px;
    color:#0074BF;
    font-weight: 600;
    line-height: 50px;
    padding: 20px;
    text-align:center;
}
.cam_main_black {
    font-size: 30px;
    color:#000;
    font-weight: 600;
    line-height: 50px;
    padding: 20px;
    text-align:center;
}

.cam_title_b {
    font-size: 22px;
    color:#000;
    font-weight: 500;
    line-height: 30px;
    padding: 20px;
    text-align:center;
}

.sns_youtube p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 10px;
    padding-left: 20px;
}

.r_image {
    padding-top: 20px;
    padding-right: 30px;
}

.bt_bg {
    width: 420px;
    height: 60px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
    margin:20px;
}

.bt_bg a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
   padding: 16px;
    position: relative;
    z-index: 10;
}


.bt_bg a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 36%;
    right: 8%;
}

.bt_bg_r {
    width: 420px;
    height: 80px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-right:20px;
}

.bt_bg_r a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    padding-left:20px;
    position: relative;
    z-index: 10;
}


.bt_bg_r a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    right: 8%;
}

.bt_bg_r2 {
    width: 420px;
    height: 60px;
    background: #0072c1;
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    margin-right:20px;
}

.bt_bg_r2 a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    padding-left:20px;
    position: relative;
    z-index: 10;
}


.bt_bg_r2 a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-image: url(/assets/smc_img/common/arrow_white01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    right: 8%;
}

.hr1 {
  border-top: 3px solid #000;
}



