/* external-link */
.external-link:after {
  content: url(/jp/customer/aiseg/common/img/icon_business_blank.png);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  position: relative;
  top: -0.2em;
  vertical-align: middle;
}

a.external-link {
    color: #2a2af0;
}

.square-box {
  display: inline-block;
  border: 1px solid currentColor;
  margin: 0 6px 0 6px;
  padding: 2px 8px;
  line-height: 1;
  font-size: 12px;
  vertical-align: middle;
}

@media only screen and (min-width: 641px) {
  .square-box {
    font-size: 14px;
  }
}

.mod_bnrlink_in_three ul li a .square-box {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.mod_bnrlink_in_two ul li a .square-box {
    display: inline;
    padding: 0 8px;
    vertical-align: middle;
}

@media only screen and (min-width: 641px) {
  .headerbarTitle .square-box {
    position: relative;
    top: -0.1em;
    font-size: 0.8em;
  }
}
.mod_cvlink{
	padding: 40px 0;
	background: #e8e8e8;
}
.mod_cvlink .mod_cvlink_section{
	width: 967px;
	margin: 0 auto;
}
.mod_cvlink .mod_cvlink_section_title{
	margin: 0 0 30px;
	color: #791327;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}
.mod_cvlink .mod_cvlink_section_btn a{
	display:flex;
	background: #ff7e00;
	border-radius: 4px;
	color: #ffffff!important;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	overflow: hidden;
	align-items: center;
}
.mod_cvlink .mod_cvlink_section_btn a .image{
	width: 35.5%;
}
.mod_cvlink .mod_cvlink_section_btn a .txt{
	width: 64.5%;}
.mod_cvlink .mod_cvlink_section_btn a:hover   {opacity: 0.7;}
.mod_cvlink .mod_cvlink_section_btn a:after {
	content: '\f0da';
	font-size: 20px;
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
}
@media only screen and (max-width: 640px) {
.mod_cvlink{
	padding: 20px 0;
}
.mod_cvlink .mod_cvlink_section{
	width: auto;
	margin: 0 10px;
}
.mod_cvlink .mod_cvlink_section_title{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1.3;
}
.mod_cvlink .mod_cvlink_section_btn a{
	display:block;
	background: #ff7e00;
	border-radius: 4px;
	color: #ffffff!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.mod_cvlink .mod_cvlink_section_btn a .image{
	padding: 0px;
	margin-top: -20px;
	display: block;
	width: 100%;
}
	.mod_cvlink .mod_cvlink_section_btn a .image img{
		width: 100%;
	}
.mod_cvlink .mod_cvlink_section_btn a .txt{
	padding: 20px;
	display: block;
	width: 100%;
}
.mod_cvlink .mod_cvlink_section_btn a:hover   {opacity: 1;}
.mod_cvlink .mod_cvlink_section_btn a:after {
	content: '\f0da';
	font-size: 16px;
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	bottom: 20px;
}
}
/* list_menu */
.list_menu{
}
.list_menu ul{
 width:968px;
 margin:0 0 0 -1px;
 overflow:hidden;
 background-color:#efefef;
}
@media only screen and (max-width: 640px) {
  .list_menu ul{
   width:100%;
   margin:0;
  }
  .list_menu.list_menu-03 ul{
    border-left:solid 1px #FFF;
  }
}
.list_menu ul li{
 float:left;
 width:483px;
 border-left:solid 1px #FFF;
}
.list_menu.list_menu-02 ul li{
 width:321px;
}
.list_menu.list_menu-03 ul li{
 width:241px;
}
@media only screen and (max-width: 640px) {
  .list_menu ul li,
  .list_menu.list_menu-02 ul li,
  .list_menu.list_menu-03 ul li{
   float:none;
   width:100%;
   border-left:none;
  }
  .list_menu.list_menu-03 ul li{
   float:left;
   width:50%;
  }

}

.list_menu ul li a{
 display:block;
 position:relative;
}
.list_menu ul li a:hover{
  opacity: 0.8;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .list_menu.list_menu-03 ul li a{
   border-right:solid 1px #FFF;
  }
  .list_menu ul li a img{
   width:100%;
   height:auto;
  }
}
.list_menu ul li a span{
 display:block;
 position:absolute;
 bottom:0;
 left:0;
 width:483px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 background: rgba(67, 67, 67, 0.5) none repeat scroll 0 0;
 background-color:#9d9d99\9;
 color: #fff !important;
 font-size:115%;
 font-weight: bold;
 padding: 10px 0 10px 15px;
}
.list_menu.list_menu-02 ul li a span{
 width:321px;
}
.list_menu.list_menu-03 ul li a span{
 width:241px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .list_menu ul li a span,
  .list_menu.list_menu-02 ul li a span,
  .list_menu.list_menu-03 ul li a span{
   position:static;
   display:block;
   line-height:1.3;
   background-color:#9d9d99;
   vertical-align:middle;
   font-size:14px;
   width:auto;
   height:auto;
   padding:10px 5px 10px 10px;
  }
  .list_menu.list_menu-03 ul li a span{
   font-size:12px;
  }
}
.list_menu ul li:nth-child(2n) a span{
 width:482px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .list_menu ul li:nth-child(2n) a span{
   width:100%;
  }
}
.list_menu.list_menu-02 ul li:nth-child(2n) a span{
 width:321px;
}
.list_menu.list_menu-02 ul li:nth-child(3n) a span{
 width:322px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .list_menu.list_menu-02 ul li:nth-child(2n) a span,
  .list_menu.list_menu-02 ul li:nth-child(3n) a span{
   width:100%;
  }
}
.list_menu.list_menu-03 ul li:nth-child(2n) a span{
 width:241px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .list_menu.list_menu-03 ul li:nth-child(2n) a span{
   width:100%;
  }
}
.mod_tab_menu_text{
 color:#666;
 padding: 12px 20px 14px 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_tab_menu_text{
   padding:10px;
  }
  .list_menu.list_menu-03 .mod_tab_menu_text br{
   display:none;
  }
}
.mod_tab_menu_text p{
 line-height:1.5;
 font-size:115%;
 margin:0 0 10px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_tab_menu_text p{
   font-size:12px;
   margin:0;
  }
}
.list_menu.list_menu-03 .mod_tab_menu_text p{
 font-size:100%;
}
.mod_tab_menu_text p strong{
 color:#333;
 display:inline-block;
 margin-bottom:10px;
}