0c213fd7f6460c2d77c02097235b4fa4778b651df3a1084d3e4d75638ea655f8
Source Code:
@charset "utf-8";
/* SMBCã©ã¤ã³
--------------------------------------------------------- */
/* ------ smbcLine ----- */
#smbcLine{
background-color: #1a4832;
border-bottom: 5px solid #b6ca3f;
}
#smbcLine .smbcGroupWrap {
width: 1000px;
height: 60px;
margin: 0 auto;
padding: 13px 0;
position: relative;
}
#smbcLine .smbcGroupWrap .logoSmbc{
position: absolute;
left: 0;
}
#smbcLine .smbcGroupWrap .logoSmbcGroup{
position: absolute;
right: 0;
top: 25px;
}
/*---------------------------------*/
/*å
±é*/
/*---------------------------------*/
img{
max-width: 100%;
}
.btn{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3aae89+0,347c65+100 */
background: rgb(58,174,137); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(58,174,137,1) 0%, rgba(52,124,101,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(58,174,137,1) 0%,rgba(52,124,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(58,174,137,1) 0%,rgba(52,124,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border-radius: 5px;
height: 60px;
display: inline-block;
text-decoration: none;
font-weight: bold;
font-size: 20px;
text-align: center;
color: #ffffff;
vertical-align: middle;
padding: 0 30px;
transition: 0.2s;
width: 300px;
box-shadow: 0 7px 15px rgba(0,0,0,0.2);
}
.btn + .btn{
margin-left: 35px;
}
.btn:hover{
opacity: 0.6;
}
.btn:before{
content: "";
display: inline-block;
vertical-align: middle;
width: 1px;
height: 100%;
margin-left: -1px;
}
.btn_box{
text-align: center;
}
hr{
height: 2px;
border: none;
border-top: 2px solid #dddddd;
margin: 20px 0;
width: 100%;
}
.lead_link{
color: #0370c5;
}
/*
.lead_link:before{
content: ">";
}
*/
.main_section h2{
font-size: 36px;
color: #246852;
text-align: center;
margin-bottom: 50px;
font-weight: bold;
line-height: 1.4;
}
.lead__text{
margin-bottom: 40px;
color: #246852;
font-size: 20px;
text-align: center;
}
.banner{
transition: 0.2s;
display: block;
}
.banner:hover{
opacity: 0.6;
}
.banner img{
width: 100%;
display: block;
}
a:hover{
text-decoration: none;
}
span.blank_link_b:after,
span.blank_link_w:after,
span.blank_link_g:after{
content: "";
display: inline-block;
width: 1em;
height: 1em;
margin-left: 5px;
}
span.blank_link_b:after{
background: url(/top_assets/img/ico_blank01.png) no-repeat;
background-size: 100% auto;
}
span.blank_link_w:after{
background: url(/top_assets/img/ico_blank02.png) no-repeat;
background-size: 100% auto;
}
span.blank_link_g:after{
background: url(/top_assets/img/ico_blank03.png) no-repeat;
background-size: 100% auto;
}
/*------------------------------------------------------------------*/
/*header*/
/*------------------------------------------------------------------*/
.header{
position: relative;
background: #ffffff;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
border-bottom: 1px solid #cecece;
min-width: 1000px;
}
.header_inner{
width:1000px;
margin:0 auto;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
}
/*---------------------------------*/
.header_logo{
margin-right: 35px;
font-size: 0;
}
.header_logo img{
display: inline-block;
vertical-align: middle;
}
.header_logo:before{
content: "";
display: inline-block;
height: 100%;
width: 1px;
vertical-align: middle;
margin-left: -1px;
}
/*---------------------------------*/
.gnavi{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
flex:1 1 auto;
}
.gnavi_item_name{
display: inline-block;
margin: 0 20px;
font-size: 14px;
color: #000000;
font-weight: bold;
height: 100%;
}
.gnavi_item_name:before{
content: "";
display: inline-block;
width: 1px;
height: 100%;
vertical-align: middle;
margin-left: -1px;
}
.gnavi_item_name a{
text-decoration: none;
color: #000000;
}
.gnavi_item_name a:hover,.gnavi_item_name a:hover{
color: #246852;
}
/*---------------------------------*/
.gnavi_item.gnavi_vpass{
margin-left: 30px;
}
.gnavi_vpass .btn{
height: 44px;
font-size: 18px;
width: 200px;
margin: 13px 0;
}
/*---------------------------------*/
.gnavi_item.gnavi_search{
flex: 1 1 auto;
text-align: right;
}
.gnavi_item.gnavi_search:before{
content: "";
display: inline-block;
width: 1px;
height: 100%;
vertical-align: middle;
margin-left: -1px;
}
.gnavi_search_name{
font-size: 10px;
text-align: center;
width: 80px;
font-weight: bold;
line-height: 1;
margin-top: 5px;
display: inline-block;
vertical-align: middle;
}
.gnavi_search_name:before{
content: "";
display:block;
margin: 0 auto;
width: 28px;
height: 28px;
background: url(/top_assets/img/icon_search.png);
margin-bottom: 3px;
}
/*---------------------------------*/
.gnavi_bottom-menu{
position: absolute;
top: 100%;
left: 0;
right: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dde5ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(221,229,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(221,229,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(221,229,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
overflow: hidden;
max-height: 0;
transition: 0.5s;
z-index: 3;
}
.gnavi_bottom-menu_inner{
width: 841px;
margin: 0 auto;
}
/*---------------------------------*/
.gnavi_make .gnavi_item_name,
.gnavi_support .gnavi_item_name{
position: relative;
}
.gnavi_make .gnavi_item_name:after,
.gnavi_support .gnavi_item_name:after{
content: "";
display: block;
width: 100%;
height: 4px;
background: #246852;
position: absolute;
bottom: 0;
left: 0;
width: 0;
transition: 0.3s;
}
.gnavi_make.jsHover .gnavi_item_name:after,
.gnavi_support.jsHover .gnavi_item_name:after{
width: 100%;
}
.gnavi_item.jsHover > .gnavi_item_name{
color:#246852;
}
/*---------------------------------*/
.gnavi_item.jsHover .gnavi_bottom-menu{
max-height: 10000px;
transition: 3s;
}
.gnavi_item .gnavi_bottom-menu_inner {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: stretch;
align-items: stretch;
padding: 40px 0;
}
/*---------------------------------*/
.gnavi_link-item{
margin: 0px 55px 0 0px;
width: calc(100% / 3 - 80px / 3);
}
.gnavi_link-item:first-child{
margin-left: 0;
}
.gnavi_link-item a{
font-size: 14px;
display: inline-block;
color: #246852;
text-decoration: none;
font-weight: bold;
width: 100%;
position: relative;
}
.gnavi_link-item a:before{
content: "";
display: inline-block;
width: 6px;
height: 9px;
background-image: url(/top_assets/img/ico_arrow.png);
/* border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent #246852; */
position: absolute;
top: 50%;
right: 0px;
margin-top: -4.5px;
}
/* .gnavi_link-item a:after{
content: "";
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent #e3e4f5;
position: absolute;
top: 50%;
right: 2px;
margin-top: -4.5px;
} */
.gnavi_link-item a span.blank_link_g:after{
margin-bottom: -2px;
}
.gnavi_link-item dd,
.gnavi_link-item li{
padding-bottom: 1px;
transition:0.2s;
position: relative;
}
.gnavi_link-item dd:before,
.gnavi_link-item li:before{
content: "";
display: block;
width: 0;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
background: #246852;
transition: 0.4s;
}
.gnavi_link-item dd:hover:before,
.gnavi_link-item li:hover:before{
width: 100%;
}
.gnavi_link-item dd + dd,
.gnavi_link-item li + li{
margin-top: 20px;
}
.gnavi_link-item dt{
margin-bottom: 25px;
font-weight: bold;
}
/*---------------------------------*/
.gnavi_search input[type="text"]{
flex: 1 1 auto;
border-radius: 5px;
border: none;
font-size: 18px;
padding: 0 10px;
margin-right: 10px;
}
.gnavi_search input[type="text"]::placeholder{
color: rgba(0,0,0,0.3);
}
.gnavi_search input[type="submit"].btn{
height: 40px;
width: 150px;
}
/*---------------------------------*/
.fix_header{
position: fixed;
top: -300px;
left: 0;
right: 0;
transition: 0.5s;
background: #ffffff;
z-index: 3;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.fix_header.act{
position: fixed;
top: 0;
}
/*------------------------------------------------------------------*/
/*section*/
/*------------------------------------------------------------------*/
main{
min-width: 1000px;
}
.section_wrap_gray{
background: #efefef;
}
.section_wrap_white{
background: #ffffff;
}
.section_wrap_gray{
background: #e8e7e7;
}
.section_wrap_blue-gradation{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dde5ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(221,229,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(221,229,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(221,229,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section_wrap_blue-gradation_2{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dde5ff+100 */
background: rgb(221,229,255,1); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(221,229,255,1) 0%, rgba(245,251,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(221,229,255,1) 0%,rgba(245,251,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(221,229,255,1) 0%,rgba(245,251,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.main_section{
width: 1000px;
margin: 0 auto;
}
.main_section_inner{
width: 1000px;
margin: 0 auto;
}
/*------------------------------------------------------------------*/
/*kv*/
/*------------------------------------------------------------------*/
.kv{
width: 100%;
margin: 0 auto;
background: url(/top_assets/img/kv.jpg) center center no-repeat;
background-size: cover;
position: relative;
}
.kv:after {
background-color: #000;
content: "";
width: 100%;
height: 563px;
position: absolute;
top: 0;
z-index: 1;
opacity: 0.5;
}
.kv_inner{
position: relative;
z-index: 2;
}
.kv_inner:after{
content: "";
display: block;
position: absolute;
background: #ffffff;
width: 1px;
height: auto;
top: 0;
right: 0px;
bottom: 0;
z-index: 1;
}
.kv_contents{
width:1000px;
padding-top: 563px;
margin: 0 auto;
font-size: 0;
text-align: center;
position: relative;
overflow: hidden;
background: url(/top_assets/img/kv_movie_bg.jpg) center center no-repeat;
background-size: cover;
}
.kv iframe{
position: absolute;
top: 0;
right: -0.5%;
margin-top: -6.9%;
width: 100.9% !important;
height: 125% !important;
}
.player_hover{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
/*.kv_logo{
margin-top: 30px;
}*/
/*------------------------------------------------------------------*/
/*Vpass ãã°ã¤ã³*/
/*------------------------------------------------------------------*/
.Vpass_login{
padding-top: 40px
}
.Vpass_login_inner{
background: #ffffff;
border-radius: 5px;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
padding: 40px 109px;
position: relative;
}
.Vpass_login h2{
text-align: center;
margin-bottom: 20px;
}
.Vpass_login .btn{
width: 360px;
margin-bottom: 20px;
height: 50px;
}
.Vlass_banner_area{
margin-top: 20px;
}
.Vpass_login .banner{
transition: 0.2s;
display: block;
}
.Vpass_login .banner:hover{
opacity: 0.7;
filter: brightness(105%);
}
.Vpass_login .banner img{
width: 100%;
display: block;
}
/*------------------------------------------------------------------*/
/*ãã£ãã·ã¥ã¬ã¹ç´¹ä»ã¨ãªã¢*/
/*------------------------------------------------------------------*/
.section_cashless{
padding-top: 100px;
padding-bottom: 50px;
}
.section_cashless h2{
font-size: 39px;
color: #333333;
margin-bottom: 18px;
}
.section_cashless .lead__text{
line-height: 2.2;
font-size: 16px;
color: #333333;
margin-bottom: 30px;
}
/*------------------------------------------------------------------*/
/*ã¯ã¬ã¸ããã«ã¼ããã¤ãã*/
/*------------------------------------------------------------------*/
.section_kojin-card{
padding-bottom: 40px;
}
.section_kojin-card figure{
text-align: center;
margin-bottom:30px;
}
.section_kojin-card .btn_box{
margin-bottom:25px;
}
.section_create-card {
text-align: center;
padding-top: 70px;
}
.kojin-card_banner_area {
margin: 0 auto;
padding: 40px 0;
background: #e8e7e7;
}
.create-card_banner_area {
margin-bottom: 50px;
}
.section_create-card ul li {
display: inline-block;
vertical-align: top;
margin-right: 145px;
}
.section_create-card ul {
margin-bottom: 40px;
}
.section_create-card ul li:last-child {
margin-right: 0;
}
.section_create-card dt {
margin-top: 20px;
}
.section_create-card dd {
margin-top: 10px;
}
/*------------------------------------------------------------------*/
/*ä¸äºä½åã«ã¼ããé¸ã°ããçç±
/*------------------------------------------------------------------*/
.section_wrap_img {
background-image: url(/top_assets/img/bg.png);
background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
}
.section_choose-card {
margin-top: 68px;
padding-top: 65px;
color: #fff;
padding-bottom: 70px;
}
.section_choose-card h2 {
color: #fff;
margin-bottom: 42px;
}
.section_choose-card .lead__text {
color: #fff;
font-size: 16px;
line-height: 2.3;
margin-bottom: 35px;
}
ul.choose-card_content_area {
text-align: center;
margin-bottom: 50px;
}
ul.choose-card_content_area li {
display: inline-block;
margin-right: 20px;
width: 169px;
border: 2px solid #fff;
border-radius: 50%;
padding: 51px 10px;
}
ul.choose-card_content_area li:last-child {
margin-right: 0;
}
/*------------------------------------------------------------------*/
/*ç¨éã«ãã£ãã«ã¼ããã¤ãã*/
/*------------------------------------------------------------------*/
.section_dedicated-card{
padding: 65px 0 70px;
}
.dedicated-card_contents{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
width: 100%;
flex-wrap: wrap;
margin-bottom: -50px;
}
.dedicated-card_item{
width: calc(100% / 2 - 20px);
margin-right: 20px;
transition: 0.2s;
margin-bottom: 50px;
display: flex;
}
.dedicated-card_item .item_inner{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
text-decoration: none;
height: 100%;
}
.dedicated-card_item .item_img{
order: 0;
vertical-align: top;
display: inline-block;
min-height: 0%;
}
.dedicated-card_item .item_text{
order: 1;
margin-left: 22px;
display: inline-block;
flex: 1 1 auto;
}
.dedicated-card_item .item_text p {
margin-bottom: 17px;
}
.dedicated-card_item h3{
font-size: 22px;
color: #000;
margin-bottom: 5px;
line-height: 1.4;
font-weight: bold;
}
.dedicated-card_item ul.text-link li a{
font-size: 16px;
color: #0370c5;
}
.dedicated-card_item ul.text-link li a span.blank_link_b:after{
margin-bottom: -3px;
}
/*------------------------------------------------------------------*/
/*æ³äººã«ã¼ããã¤ãã*/
/*------------------------------------------------------------------*/
.section_business > h2 {
padding-top: 65px;
}
.section_hojin {
margin-bottom: 40px;
width: calc(100%/2 - 15px);
margin: 0;
margin-right: 20px;
display: inline-block;
}
.hojin_inner{
background: url(/top_assets/img/bg_hojin.jpg) 0 0 no-repeat;
background-size: cover;
height: 300px;
padding: 50px 0;
}
.section_hojin h2{
color: #ffffff;
font-size: 30px;
margin-bottom: 24px;
}
.section_hojin .lead__text{
color: #ffffff;
}
.section_hojin .btn{
background: #ffffff;
color: #246852;
}
.section_hojin .btn:hover{
opacity: 0.8;
}
/*------------------------------------------------------------------*/
/*äºæ¥è
ï¼å çåºï¼ã®æ¹*/
/*------------------------------------------------------------------*/
.section_kamei {
padding: 0 0 72px 0;
width: calc(100%/2 - 15px);
margin: 0;
display: inline-block;
}
.kamei_inner{
background: url(/top_assets/img/bg_kamei.jpg) 0 0 no-repeat;
background-size: cover;
height: 300px;;
padding: 50px 0;
}
.section_kamei h2{
color: #ffffff;
font-size: 30px;
margin-bottom: 24px;
}
.section_kamei .lead__text{
color: #ffffff;
}
.section_kamei .btn{
background: #ffffff;
color: #246852;
}
.section_kamei .btn:hover{
opacity: 0.8;
}
/*------------------------------------------------------------------*/
/*ããããã質å*/
/*------------------------------------------------------------------*/
.section_question {
padding-top: 65px;
}
.question_inner {
display: flex;
padding-bottom: 50px;
margin-top: 25px;
-ms-overflow-style: none;
scrollbar-width: none;
}
.question_inner::-webkit-scrollbar {
display:none;
}
.question_inner li:last-child{
margin-right: 0;
}
.question_content_item {
margin-right: 50px;
min-width: 300px;
}
.slick-initialized .question_content_item.slick-slide{
width: 300px;
}
.question_content_item p {
font-size: 19px;
margin-top: 26px;
font-weight: bold;
}
.question_content_item ul {
margin-top: 10px;
margin-bottom: 20px;
}
.question_content_item li {
position: relative;
padding-left: 1em;
color: #0370C5;
}
.question_content_item li::before {
content: "ã»";
position: absolute;
width: 20px;
height: 20px;
left: 0;
}
.question_content_item > a{
display: block;
font-weight: bold;
}
.highlight {
color: #FF0000;
}
@media screen and (max-width: 1070px){ /* tabletå¯¾å¿ */
.question_content_item {
margin-right: 40px;
min-width: 265px;
}
.slick-initialized .question_content_item.slick-slide{
width: 265px;
}
.question_content_item p {
font-size: 17px;
}
}
/*------------------------------------------------------------------*/
/*ãã©ã³ããµã¤ãã®ãç´¹ä»*/
/*------------------------------------------------------------------*/
.section_brand{
padding:0 0 90px;
}
/*------------------------------------------------------------------*/
/*CMã»ãã©ã³ããµã¤ãã®ãç´¹ä»*/
/*------------------------------------------------------------------*/
.section_CM{
padding: 93px 0 100px;
}
/*------------------------------------------------------------------*/
/*ã¤ã³ãã©ã¡ã¼ã·ã§ã³*/
/*------------------------------------------------------------------*/
.section_information{
padding-top: 65px;
padding-bottom: 100px;
}
.information_contents{
margin-bottom: 40px;
}
.information_item{
padding-bottom: 22px;
border-bottom: 1px solid #c7c7c7;
}
.information_item +.information_item{
margin-top: 22px;
}
.information_item .time{
font-size: 14px;
margin-right: 10px;
vertical-align: middle;
line-height: 1.5;
}
.information_item .category{
font-size: 14px;
background: #dddddd;
color: #ffffff;
display: inline-block;
padding: 0 10px;
line-height: 1.5;
vertical-align: middle;
}
#gtop_information .category{
background: #6ebae0;
}
#gtop_information .category.news{
background: #4c957e;
}
#gtop_information{
margin-top: 22px;
}
.information_item .class{
margin-bottom: 14px;
}
.information_item a{
color: #000000;
}
/*------------------------------------------------------------------*/
/*éè¦ãªãããã*/
/*------------------------------------------------------------------*/
.section_important_information{
padding: 30px 0;
}
.important_information_inner{
background: #ffffff;
padding: 30px;
position: relative;
}
.important_information_inner .main_section_inner{
width: 840px;
}
.section_important_information li{
padding-left: 36px;
}
.section_important_information li a{
color: #000000;
}
.section_important_information.top li{
background: url(/top_assets/img/ico_info_important_01.png) 0 2px no-repeat;
background-size: 26px 24px;
}
.section_important_information.bottom li{
background: url(/top_assets/img/ico_info_important_02.png) 0 0 no-repeat;
}
.section_important_information li + li{
margin-top: 12px;
padding-top: 12px;
border-top: solid 1px #c7c7c7;
background-position: 0px 17px !important;
}
.section_important_information.top li p{
display: inline;
}
.important_information_hidden{
color: rgba(0,0,0,0);
width: 14px;
height: 14px;
display: block;
position: absolute;
top: 20px;
right: 30px;
background: url(/top_assets/img/ico_info_important_close.png) 0 0px no-repeat;
cursor: pointer;
overflow: hidden;
}
/*------------------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------------------*/
footer{
min-width: 1000px;
}
footer a{
color: #ffffff;
}
.footer_inner{
width: 840px;
margin: 0 auto;
color: #ffffff;
}
.footer_inner span.blank_link_w:after{
margin-bottom: -3px;
}
.footer_head{
background: #505050;
}
.footer_head .footer_inner{
width: 1000px;
}
.footer_link-list{
background: #3f3f3f;
}
.footer_head li{
display: inline-block;
}
.footer_head ul{
text-align: center;
padding: 40px 0;
}
.footer_head li + li{
margin-left: 33px;
}
.footer_head a{
text-decoration: none;
font-weight: bold;
color: #c7c7c7;
}
.footer_head a:hover{
opacity: 0.7;
}
.footer_link-list_contents{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
padding-top: 50px;
}
.link-list_contents_block:first-child{
width: calc((100% / 3) * 2 - 50px);
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
margin-right: 50px;
}
.link-list_contents_block:first-child .link-list_contents_item{
width: calc(50% - 25px);
}
.link-list_contents_block:first-child .link-list_contents_item:nth-last-of-type(2n+1){
margin-left: 50px;
}
.link-list_contents_item{
margin-bottom: 40px;
}
.link-list_contents_item dt{
margin-bottom: 5px;
font-weight: bold;
}
.link-list_contents_item dd a{
font-size: 14px
}
.link-list_contents_item dd a:hover{
text-decoration: none;
opacity: 0.7;
}
.link-list_contents_item dd a span.blank_link_w:after{
margin-bottom: -3px;
}
.footer_sns{
width: 100%;
margin-top: 20px;
padding-bottom: 60px;
text-align: center;
}
.footer_sns a{
margin: 0 15px;
transition: 0.2s;
}
.footer_sns a:hover{
opacity: 0.7;
}
.footer_sns img{
width: 60px;
height: auto;
}
.footer_group_link{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-content: stretch;
align-items: stretch;
}
.footer_group_link ul{
width: calc(100% + 50px);
margin-left: -50px;
font-size: 0;
margin-top: 40px;
}
.footer_group_link ul li{
display: inline-block;
margin-bottom: 20px;
margin-left: 50px;
vertical-align: middle;
}
.footer_group_link img{
display: block;
}
.footer_inner ul.text-link li{
display: inline-block;
padding-right: 20px;
}
.footer_inner ul.text-link li a{
font-size: 14px;
color: #0370c5;
}
.footer_inner ul.text-link li a span.blank_link_b:after{
margin-bottom: -3px;
}
.privacymark{
margin-top: 40px;
}
.privacymark img{
width: 52px;
height: 53px;
}
.footer_copy{
margin-top: 30px;
text-align: center;
margin-bottom: 30px;
}
/*---------------------------------*/
.pageTop{
background: #246852;
display: block;
width: 60px;
height: 60px;
position: fixed;
bottom: 0;
right: 100px;
margin-left: 440px;
color: rgba(0,0,0,0);
opacity: 0;
transition: 0.2s;
}
.pageTop.on{
opacity: 0.8;
}
.pageTop:before{
content: "";
display: block;
width: 17px;
height: 17px;
background: #ffffff;
transform: rotate(45deg);
position: absolute;
top: 50%;
left: 50%;
margin-top: -4px;
margin-left: -8px;
}
.pageTop:after{
content: "";
display: block;
width: 17px;
height: 17px;
background: #246852;
transform: rotate(45deg);
position: absolute;
top: 50%;
left: 50%;
margin-top: 1px;
margin-left: -8px;
}
.pageTop.on:hover{
opacity: 0.6;
}
/*note*/
.section_create-card ul.note {
text-align: center;
font-size: 14px;
margin: 10px 0 0;
line-height: 1;
}
.section_create-card ul.note li {
width: 100%;
margin-top: 5px;
}
.slick-prev, .slick-next {
color :#333333;
}
/* ããããã質å */
.faqList{
margin: 10px 0 10px;
vertical-align: bottom;
}