/*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;
}

/*---------------------------------------------
  aboutページ　2501追加
  ---------------------------------------------*/

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #40b4e5;
  display: block;
  order: -1;
 box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .5);
}
.tab-label {
    font-size: 16px;
  color: #000000;
  background: #eeeeee;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 16px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #40b4e5;
  color: #ffffff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
}
.tab-switch {
  display: none;
}

.tab-switch:checked+.tab-label {
    background: #40b4e5;
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tab-label{
    border-radius: 0;
    position: relative;
}
.tab-label:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;

}

.p_title {
  font-size: 24px;
  color: #4a4c50;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 35px;
}

.p_spec {
  font-size: 18px;
  color: #4a4c50;
  line-height: 36px;
    margin-bottom: 24px;
}

.column{
 column-count: 2;
}

.column li{
 padding-left: 40px;
}

.column_tx {
  font-size: 20px;
  color: #4a4c50;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 35px;
}

.inner{
　width: 980px;
　padding-bottom: 120px;
	}

.inner h2{
	font-size: 20px;
	font-weight:normal;
}

.col4{
 text-align: center;
}

.col4 li{
 display: inline-block;
 width: 24%;
 padding: 0 1.5%;
 margin-bottom: 0;
 vertical-align: top;
 text-align: left;
}
.col4 img{
	max-width: 240px;
	display: block;
	margin: -5px auto 20px;
}
.col4 h2{
	font-size: 20px;
	font-weight:normal;
  color: #4a4c50;
    background: #ffffff!important;
}

#left_contents .flex {
		display: flex;
		flex-wrap: wrap;
	}
.coFlex {
        display: block;
        float: none;
        margin-right: 30px;
        margin-bottom: 20px;
    }

.nation {
	font-size: 20px;
        font-weight: bold;
        color: #3177c0;
        margin-bottom: 10px;
    }

.coFlex .bra {
	font-size: 18px;
        font-weight: bold;
        color: #40b4e5;
        margin-bottom: 14px;
    }
    .coFlex p {
        padding-left: 10px;
	font-size: 16px;
  line-height: 22px;
    }


.coFlex2 {
        display: block;
        float: right;
	font-size: 16px;
        width: 350px;
        margin-right: 20px;
        margin-bottom: 15px;
    }

.coFlex2 .bra {
	font-size: 18px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 14px;
    }
    .coFlex2 p {
        padding-left: 10px;
	font-size: 16px;
  line-height: 22px;
    }

.coFlex2 a {
    color: #0072c1;
    position: relative;
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}

.coFlex2 a:hover {
    color: #0072c1;
}


#left_contents {
    float: left;
    width: 60%;
    padding-top: 20px;
}

#right_contents {
    float: right;
    width: 40%;
    padding-top: 20px;
}

.c-box{
    width: 400px;
	background:#f0f0f0;
	-moz-box-shadow: 0px 1px 2px #636363;
	-webkit-box-shadow: 0px 1px 2px #636363;
	box-shadow: 0px 1px 2px #636363;
	overflow:hidden;
	border-radius:3px;
    padding: 20px 0;
}

#wrap { 
	width: 1120px; 
	margin: 20px auto;
}
.tabMenu {
	padding: 0px;
	margin: 0px;
	text-align:center; 
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
  min-height: 54px;
  line-height: 54px;
}
.tabMenu li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	list-style: none;
	flex-grow: 1;
	flex-grow: 1;
cursor: pointer;
}

.menu_b {
  content: '''';
  width: 100%;
  height: 4px;
  background: #40b4e5;
  display: block;
  order: -1;
 box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .5);
}

.tabMenu li:nth-child(1) {  
	background: #eeeeee;
}
.tabMenu li:nth-child(2) {
	margin: 0px 5px;
	background: #eeeeee;
}
.tabMenu li:nth-child(3) {
	background: #eeeeee;
}
.tabMenu li:nth-child(4) {
		margin: 0px 5px;
	background: #eeeeee;
}
.tabMenu li:nth-child(5) {
	background: #eeeeee;
}
.tabMenu li a {
	display:block;
	padding: 20px 0px;
	margin: 0px;
        font-size:16px; 
	color: #000;
        font-weight: bold;
	text-decoration: none;
}
.tabMenu li.select, 
.tabMenu li.select a {
background: #40b4e5;
        font-size:16px; 
	color: #ffffff;
        font-weight: bold;
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tabContent { 
       height: auto;
        overflow: auto;
	padding: 15px;
        opacity: 1;
    transition: .5s opacity;
}
.tabContent.disnon {
	display: none;
}
.tabContent.select {
	display: block;
}

.so {
  margin: 5px 0;
}
.cc {
  margin: 5px 0;
}
.wlp {
  margin: 5px 0;
}


@media ( min-width : 1120px ){
	.flexbox {
    display: -webkit-flex;
    display: flex;
	}
  .so {
    margin: 0 4px;
    -webkit-flex: 1;
    flex: 1;
  }
  .wlp {
    margin: 0 4px;
    -webkit-flex: 1;
    flex: 1;
  }
  .cc {
    margin: 0 4px;
    -webkit-flex: 1.2;
    flex: 1.2;
  }
}




