@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	BASE SETTING CSS
   ------------------------------------------------------------ */

/* ------------------------------------------------------------
	LAYOUT CSS
   ------------------------------------------------------------ */

html {
    font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
  color: black;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:768px) and (max-width:1024px) {

    img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

}


/* link
----------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}

.text_link a {
	color: #000;
}

/* layout
----------------------------------------------------*/
#wrapper {
  font-size: 14px;
  font-size: 1.4rem;
}

.content {
	width: 1115px;
	margin: auto;
}

@media screen and (min-width:768px) and (max-width:1200px) {

    .content {
        width: 90%;
        margin: auto;
    }

}


.content .box {
	margin: 10px 0 50px;
}

.section__devider {
    margin: 0 0 6em;
	clear: left;
    text-align: center;
    z-index: 0;
}

.section__link {
    font: 1.125em/1.22222 "Frutiger Light",Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",Helvetica,sans-serif;
	color: #646464;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    z-index: 2;
}

.section__link:after {
    height: 20px;
    width: 45px;
    top: 1.75em;
    content: '';
    background-repeat: no-repeat;
    background-image: url(../img/icon_scroll.jpg);
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    z-index: 1;
    padding-top: .6875em;
}

.top__link {
	text-align: right;
	margin: 0 0 15px;
}

.top__link a {
	font: 100% "Frutiger Light",Meiryo,"MS PGothic","Hiragino Kaku Gothic Pro",Helvetica,sans-serif;
	color: #646464;
    z-index: 2;
}



@media screen and (max-width:768px) {

    :root * img	{
        width: 100%;
    }

    .content {
        width: 90%;
    }

}


/* header
----------------------------------------------------*/
.header {
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-sizing: border-box;
}

.header .headerInner {
	max-width: 1115px;
    height: 75px;
    margin: auto;
    overflow: hidden;
    padding: 25px 0 0px 0;
}

.header_logo {
  float: left;
  margin: 0 0 29px 10px;
}

.header_navi {
  float: right;
  padding: 15px 10px 0 0px;
  text-align: right;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
.header_navi li {
  display: inline-block;
  margin: 0 0 0 17px;
  padding: 0 17px 0 0;
  border-right: 1px solid #666;
}
.header_navi li:last-child {
  border: none;
  padding: 0;
}
.header_navi li a:hover {
  color: #000;
}

.headerNav-sp {
	display: none;
}


@media screen and (max-width:768px) {

    .header {
      width: 100%;
      height: 75px;
      margin: 0;
      padding: 0;
      position: fixed;
      z-index: 999;
      background: #fff;
      -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
      -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
      -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    }


    .header .headerInner {
        width: 100%;
        margin: 0;
        height: 75px;
        position: relative;
        padding: 15px 0 0 20px;
        box-sizing: border-box;
    }

    .header_logo {
        margin: 0;
    }

    .header_navi {
        display: none;
    }

    .headerNavTrigger{
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 23px;
            right: 20px;
            cursor: pointer;
    }
    .headerNavTrigger-item{
        display: block;
        width: 40px;
        height: 4px;
        background: #555;
        position: absolute;
        border-radius: 10px;
	    transition: all 0.3s;
    }
    .headerNavTrigger-item:nth-of-type(1) {
        top: 0;
    }
    .headerNavTrigger-item:nth-of-type(2) {
        top: 12px;
    }
    .headerNavTrigger-item:nth-of-type(3) {
        top: 24px;
    }
	
	.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
    }
    .headerNavTrigger-open .headerNavTrigger-item:nth-of-type(2) {
        opacity: 0;
    }
    .headerNavTrigger-open .headerNavTrigger-item:nth-of-type(3) {
        -webkit-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
    }

    .headerNav-sp {
        width: 100%;
        z-index: 99999;
        display: none;
        background: #fff;
        overflow: hidden;
      -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
      -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
      -o-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
      -ms-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);

    }

    .headerNav-sp .headerNavList {
        border-top: 1px solid #CCC;
        margin: 0 0 20px;
    }

    .headerNav-sp .headerNavList li {
        border-bottom: 1px solid #CCC;
    }

    .headerNav-sp .headerNavList li a {
        display: block;
        padding: 10px 40px 10px 10px;
        font-size: 120%;
        position: relative;
        text-align: left;
    }

    .headerNav-sp .headerNavList li a:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 15px;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .headerNav-sp .headerNavList2 {
        width: 60%;
        margin: 0 auto 20px;
    }

    .headerNav-sp .headerNavList2 li {
        background: #dfeaf5;
        width: 100%;
        display: inline-block;
    }

    .headerNav-sp .headerNavList2 li a {
        display: block;
        padding: 10px;
        text-align: center;
    }


}

/* content
----------------------------------------------------*/
@media screen and (max-width:768px) {
    .pcOnly{
        display: none;
    }
}
    
    
/* mainImg
----------------------------------------------------*/
#mainImg {
	width: 100%;
    max-width: 1500px;
    margin: 0 auto;
	position: relative;
}

#mainImg .mainImgInner {
	position: absolute;
    top: 30%;
    left: 6%;
}

#mainImg .mainImgInner .ttl {
	margin: 0 0 30px;
}

#mainImg .mainImgInner_link{
    padding-left: 10px;
}

#mainImg .mainImgInner ul {
	margin: 0 0 20px;
}

#mainImg .mainImgInner li {
  display: inline-block;
  margin-right: 10px;
}

#mainImg li a {
	border: 2px solid #000;
	color: #000;
	text-align: center;
	padding: 10px 15px;
    background: rgba(255, 255, 255, 0.8);
}

#mainImg .text_link a{
    color: #fff;
}

#mainImg .pc img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:768px) and (max-width:1100px) {
    #mainImg .mainImgInner{
        top: 15%;
    }
}

@media screen and (max-width:768px) {

    #mainImg {
        padding-top: 75px;
        margin-bottom: 50px;
    }

    #mainImg .sp img {
        width: 100%;
    }

    #mainImg .mainImgInner {
        top: calc(75px + 3%);
        left: 10px;
        width: 95%;
    }

    #mainImg .mainImgInner .ttl {
        margin: 0 0 15px;
    }

    #mainImg .mainImgInner .ttl > img{
        width: auto;
        max-width: 100%;
    }

    #mainImg .mainImgInner_link{
        float: right;
        width: 50%;
        padding-left: 0;
    }

    #mainImg .mainImgInner ul {
        width: 100%;
        margin: 0 0 15px;
    }
    
    #mainImg .mainImgInner li {
        display: block;
        margin: 0 0 5px 0;
    }

    #mainImg li a {
        display: block;
        padding: 4px;
        line-height: 1.4;
        background: rgba(255, 255, 255, 0.9);
    }

    #mainImg .text_link a{
        display: block;
        padding: 3px;
        background: rgba(255, 255, 255, 0.9);
        color: #000;
        border: 2px solid #000;
        text-align: center;
    }

}

@media screen and (max-width:480px) {
    #mainImg .mainImgInner .ttl{
        margin-bottom: 0;
    }
    
    #mainImg .mainImgInner ul{
        margin-bottom: 5px;
    }
}




/* anchorLink
----------------------------------------------------*/
#anchorLink {
	width: 100%;
	margin: 0 0 70px;
}

#anchorLink .anchorLinkInner {
	width: 100%;
	background: #E6E6E6;

}

#anchorLink .anchorLinkInner.fixed{
	position:fixed;
	top:0;
	z-index:999;
}

#anchorLink .anchorLinkInner ul {
    width: 1300px;
    max-width: 97%;
	height: 90px;
	margin: auto;
	padding: 15px 0;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

#anchorLink .anchorLinkInner li {
    text-align: center;
    border-left: 1px solid #333;
    padding: 0 5px;
	width: calc(100% / 5);
    height: 60px;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#anchorLink .anchorLinkInner li:last-child {
	border-right: 1px solid #333;
}

#anchorLink .anchorLinkInner li a{
	display: block;
	font-size: 120%;
    font-weight: bold;
}

#anchorLink .anchorLinkInner li a.p-reset{
	padding-top: 8px;
}

@media screen and (max-width:768px) {

    #anchorLink { 
        display: none;
    }

}

@media screen and (min-width:768px) {
    
    
}

@media screen and (min-width:768px) and (max-width:1200px) {
	
    #anchorLink .anchorLinkInner li {
        padding: 5px;
        font-size: 85%;
    }

    #anchorLink .anchorLinkInner li a {
        padding-top: 0px;
    }

    /*#anchorLink .anchorLinkInner li br {
        display: none;
    }
    */

    #anchorLink .anchorLinkInner li a.p-reset{
        padding-top: 4px;
    }


}

@media screen and (min-width:768px) and (max-width:900px) {
    #anchorLink .anchorLinkInner li br {
        display: none;
    }

}


/* movie
----------------------------------------------------*/
#movie .movieArea {
	background: #E6E6E6;
	margin: 30px 0;
	padding: 20px;
}

#movie .movieArea img {
	width: 520px;
	height:auto;
}

#movie .movieArea img.movieArea_coverImg{
    width: auto;
}

@media screen and (max-width:768px) {

    #movie {
        width: 90%;
        margin: auto;
    }

    #movie .movieArea img {
        width: 500px;
    }

}

/* footer
----------------------------------------------------*/
.footer {
  width: 1115px;
  margin: auto;
  clear: both;
  overflow: hidden;
  padding: 35px 0 0 0;
  border-top: 1px solid #bebebe;
}
.footer img {
	width: inherit;
}
.footer .footer_content {
  float: left;
  width: 340px;
  margin: 0 47px 0 0;
}
.footer .footer_content:nth-child(3) {
  float: right;
  margin: 0;
}
.footer .footer_content p {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #efeff0;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer_content ul {
  margin: 0 0 40px 0;
}
.footer .footer_content ul li {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
.footer .footer_content ul li a:before {
  content: " ";
  display: inline-block;
  background: url('/am/images/icons-s48fa17e2f3.png') -15px -13px;
  width: 7px;
  height: 14px;
  vertical-align: middle;
  margin: 0 4px 0 0;
}
.footer .footer_copy {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 40px 0;
  border-top: 1px solid #bebebe;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer .footer_copy .footer_copy_ja {
  display: inline-block;
    margin-left: 0.5em;
}
.footer .footer_copy .footer_copy_en {
    display: inline-block;
}

@media screen and (max-width:768px) {

    .footer {
        width: 100%;
        border-top: none;
    }

    .footer .footer_content {
        display: none;
    }

    .footer .footer_copy {
        width: 95%;
        margin: 0 auto;
    }

    .footer .footer_copy_ja {
        float: none;
        text-align: left;
        margin: 0 0 20px;

    }
}

@media screen and (min-width:768px) and (max-width:1200px) {

    .footer {
        width: 90%;
    }

    .footer .footer_content {
        width: 100%;
    }

    .footer .footer_content:nth-child(3) {
        float: none;
    }

}

/* 200911 追記 */
.footer .footer_copy p {
	margin: 0;
}
.footer .footer_copy_varl {
	margin-bottom: 10px;
}
@media screen and (min-width:768px) {
	.footer .footer_copy_varl {
		font-size: 14px;
	}
	.footer .footer_copy_varl br {
		display: none;
	}
}


/* modal
----------------------------------------------------*/
.modal{
	background:#FFF;
	padding:20px;
}

a.modal {
	padding: inherit;
}

a.modal:hover {
	opacity: 0.8;
}

.modal .modalTtl{
	font-size: 160%;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px;
}

.modal .modalTtl span {
	font-size: 70%;
	padding-right: 15px;
}

.modal .modalBox {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 30px;
}

.modal .modalBox img {
    max-width: 90%;
}

.modal .modalBox li {
	background:#EEF5FB;
}

.modal .modalBox li:nth-child(1),
.modal .modalBox li:nth-child(2) {
	    margin-bottom: 30px;
}


.modal .modalBox li:nth-child(2),
.modal .modalBox li:nth-child(4) {
	    margin-right: 0px;
}

.modal .modalBox li .ttl {
	background: #0599D2;
    color: #FFF;
    padding: 5px;
    font-size: 110%;
    text-align: center;
	margin: 0 0 15px;
}

.modal .modalBox li .inner {
	padding: 10px;
}


.modalClose{
	background: #CCC;
	padding: 10px;
	bottom: 20px;
	right:0;
	cursor:pointer;
	width: 130px;
    text-align: center;
    margin: 0 auto 20px;
}


.modal.modalView {
	overflow-y: scroll;
	max-width: 800px;
	max-height: 75%;
}

.modal_overlay {
	z-index: 999;
}

.btn a.modal {
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width:768px) {

.modal.modalView {
	overflow-y: scroll;
	max-width: 80%;
    max-height: 70%;
}

}


/* btn
----------------------------------------------------*/

.btn {
	margin: 15px 0;
}

.btn a {
	position: relative;
	background: #dfeaf5;
    padding: 15px;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.btn a:after {
	content: "";
	position: absolute;
	right: 19px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #007099;
	border-right: 2px solid #007099;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
}

.btn a:hover:after {
	right: 16px;
}

.col-2.height li {
	position: relative;
	padding-bottom: 85px;
}

.col-2.height li .btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.col-2.height li .modalBox li {
	padding-bottom: 0px;
}




/* setting
----------------------------------------------------*/

h2 {
	font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

h3 {
	font-size: 160%;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

h4 {
	font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #BACDD7;
}

.mb10 {	margin-bottom: 10px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }



.textC { text-align: center;}
.textR { text-align: right;}

@media screen and (min-width:769px) {
    .textR-pc { text-align: right;}

    .fs110p-pc { font-size: 110%;}

}

.red {
	color: #F00;
}

.pink {
	color: #F3C;
}

.bold {
	font-weight: bold;
}

.ind {
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.indent2 {
	text-indent: -2em;
	padding-left: 2em;
}

.indent3 {
	text-indent: -3em;
	padding-left: 3em;
}

.col-2,
.col-3 {
	margin: 30px 0;
	overflow: hidden;
}

.col-2.height {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.col-2 li {
	float: left;
    width: 48%;
    margin-right: 4%;
}

.col-2 li:nth-child(even){
    margin-right: 0;
}

.col-2 li:nth-child(n+3){
    margin-top: 30px;
}

.col-3 li {
	float: left;
    width: 30%;
	margin-right: 4%;
}

.col-3 li:last-child {
	margin-right: 0px;
}

.reportList {
	margin-bottom: 15px;
}

.reportList dt {
	clear: left;
    float: left;
    width: 10em;
    padding: 11px 0 13px;
    color: #666;
}

.reportList dd {
    padding: 12px 0 13px 10em;
    border-bottom: 1px solid #efeff0;
}

.linkPDF {
    background-image: url(http://japan1.ubs.com/am/images/icon/icPDF.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 2px 0 0 20px;
}

.note {
	font-size: 12px;
}

.resize {
	width: inherit;
}


@media screen and (max-width:768px) {

    .pc {
        display: none;
    }

    .col-2 {
        margin: 0;
    }

    .col-2 li,
    .col-3 li {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .col-2 li:last-child,
    .col-3 li:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width:769px) {

    .sp {
        display: none;
    }

}



/* link01
----------------------------------------------------*/

.imgList {
	margin: 30px 0 ;
	overflow: hidden;
}

.imgList li {
	width: 260px;
	height: 230px;
	float: left;
	margin-right: 20px;
}

.imgList li:last-child {
	margin-right: 0px;
}

@media screen and (max-width:1200px) {

    .imgList li {
        width: 22%;
        height: auto;
        margin-right: 3%;
    }

}

@media screen and (max-width:768px) {

    .imgList li {
        width: 47%;
        height: auto;
        margin: 0 3% 3% 0;
    }

    .imgList li:nth-child(2n),
    .imgList li:nth-child(4n) {
        margin-right: 0%;
    }

}


.sqList{
    margin-bottom: 30px;
    font-size: 1.05em;
}

.sqList > li{
    padding-left: 20px;
    position: relative;
}

.sqList > li + li{
    margin-top: 5px;
}

.sqList > li::before{
    position: absolute;
    content: '';
    background: url("/am/microsites/globaldx/img/ico_sqList.png") no-repeat;
    width: .9em;
    height: .9em;
    background-size: cover;
    left: 0;
    top: 4px;
}

.widAtPic img{
    width: auto;
}


/* link02
----------------------------------------------------*/
.link02Pic > .sqList{
    margin: 50px 0 10px;
    text-align: left;
}
    
/* link04
----------------------------------------------------*/
#link04 .comentBnr{
    background: #ddebf7;
    color: #0099d3;
    position: relative;
}

#link04 .comentBnr::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 0;
    border-color: #cae0f3 transparent transparent transparent;
    top: 0;
    left: 0;
}

#link04 .comentBnr::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #cae0f3 transparent;
    bottom: 0;
    right: 0;
}

#link04 .comentBnr > p{
    color: #0099d3;
    font-size: 1.8em;
    font-weight: bold;
    position: relative;
    padding: 20px 80px;
}

#link04 .comentBnr > p::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #a1cbea transparent transparent transparent;
    top: 0;
    left: 0;
}

#link04 .comentBnr > p::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #a1cbea transparent;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#link04 .comentBnr > p > span{
    font-size: .6em;
    color: #231815;
    display: block;
    text-align: right;
    font-weight: normal;
    margin-top: 5px;
}

@media screen and (max-width:768px) {
    #link04 .comentBnr > p{
        padding: 20px 40px;
        font-size: 1.4em;
    }
    
    #link04 .comentBnr::before{
        border-width: 60px 60px 0 0;
        border-color: #cae0f3 transparent transparent transparent;
    }

    #link04 .comentBnr::after{
        border-width: 0 0 60px 60px;
        border-color: transparent transparent #cae0f3 transparent;
    }

    #link04 .comentBnr > p::before{
        border-width: 40px 40px 0 0;
        border-color: #a1cbea transparent transparent transparent;
    }

    #link04 .comentBnr > p::after{
        border-width: 0 0 40px 40px;
        border-color: transparent transparent #a1cbea transparent;
    }
}


/* link05
----------------------------------------------------*/
#link05 > h2 + p{
    font-size: 200%;
}

.link05Pic img:first-child{
    max-width: 585px;
}

.link05Pic img:last-child{
    max-width: 531px;
}

@media screen and (min-width:769px) {
    .link05Pic{
        display: flex;
    }
    
    .link05Pic img:first-child{
        width: 52%;
    }
    
    .link05Pic img:last-child{
        width: 48%;
    }
}

/* link06
----------------------------------------------------*/
.link06Pic{
    position: relative;
}

.link06Pic::before{
    position: absolute;
    content: '';
    background: url("/am/microsites/globaldx/img/ico_plusBL.png") no-repeat;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-size: cover;
}

.link06Pic img{
    max-width: 530px;
}

.link06Pic img:last-child{
    margin-top: 50px;
}

@media screen and (min-width:769px) {
    .link06Pic{
        display: flex;
        justify-content: space-between;
    }
    
    .link06Pic::before{
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }
    
    .link06Pic img:last-child{
        margin-top: 0;
    }

}


/* link07
----------------------------------------------------*/
.link07_head > strong{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (min-width:769px) {
    .link07_head{
        max-width: 60%;
        margin: 0 auto 30px;
    }
}


/* link08
----------------------------------------------------*/
#link08 > h2 > span{
    position: relative;
}

#link08 > h2 > span::after{
    position: absolute;
    content: '';
    background: #de0617;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
}

#link08 .sqList,
#link08 .note{
    color: #de0617;
}



/* link09
----------------------------------------------------*/
.sqListNum > li{
    position: relative;
    padding-left: 35px;
}

.sqListNum > li > p{
    font-size: 1.3em;
}

.sqListNum > li + li{
    margin-top: 30px;
}

.sqListNum > li::before{
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 4px;
    background-size: cover;
}

.sqListNum > li:nth-child(1)::before{
    background-image: url("/am/microsites/globaldx/img/ico_sqListNum_01.png");
}

.sqListNum > li:nth-child(2)::before{
    background-image: url("/am/microsites/globaldx/img/ico_sqListNum_02.png");
}

.sqListNum > li:nth-child(3)::before{
    background-image: url("/am/microsites/globaldx/img/ico_sqListNum_03.png");
}

.link09InnerList{
    margin-top: 10px;
}

.link09InnerList > li{
    padding-left: 1.2em;
    position: relative;
}

.link09InnerList > li + li{
    margin-top: 5px;
}

.link09InnerList > li::before{
    position: absolute;
    content: '';
    background: #e9cb7a;
    width: .8em;
    height: .8em;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

.link09InnerList > li > p{
    margin-top: 5px;
}

.link09InnerList > li > p > em{
    color: #4b93b6;
    display: block;
    margin-left: -.5em;
}

@media screen and (max-width:768px) {
    .sqListNum > li > p{
        font-size: 1.15em;
    }
}


/* link10
----------------------------------------------------*/
.handlingCompanyList > li{
    border-bottom: 2px solid #efeff0;
}

.handlingCompanyList > li > a{
    display: block;
    padding: 20px 0;
    position: relative;
}

.handlingCompanyList > li > a::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 2px #e4e1e1;
    border-right: solid 2px #e4e1e1;
    transform: rotate(45deg);
    top: calc(50% - 12px);
    right: 5px;
    transition: .5s;
}

.handlingCompanyList > li > a:hover::before{
    right: 30px;
}

.handlingCompanyList > li > a:hover{
    text-decoration: none;
}

.handlingCompanyList > li > a > span{
    display: block;
}

.handlingCompanyList > li > a:hover > span{
    text-decoration: underline;
}

.handling_company{
    font-weight: bold;
    font-size: 1.3em;
}

.handling_url{
    color: #4b93b6;
}

@media screen and (max-width:768px) {
    .handlingCompanyList > li > a::before{
        width: 10px;
        height: 10px;
        top: calc(50% - 8.5px);
    }
}
