@charset "UTF-8";
/* CSS Document */
body{
	min-width:100%;
}
figure{
    margin: 0px;
    padding: 0px; 
}
.content,
.content_box2{
    background: url("/atclh/ONB/21/microsoft0125/vol3/bg.jpg") center 0 repeat;
    padding: 0px;
}
.whiteWrap{
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 0 0 50px 0;
}
header{
    background: none;
    text-align: center;
}
header img{
    margin: 0 auto;
}
@media screen and (max-width:600px){
    .inner{
        width: 100% !important;
    }
}

.pb0{
	padding-bottom: 0px!important;
}
@media screen and (max-width:1050px){
    header img{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width:600px){
    .onlyPC{
        display: none;
    } 
}

.content_box{
    background: #eeeeee;
    text-align: center;
	margin: auto;
	max-width: 100%;
	padding: 40px 0 40px 0;
}
.content_box p{
    max-width: 780px;
    margin: 0 auto;
} 
.fontS{
    font-size: 80%;
}

.articleWrap{
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .articleWrap{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.articleWrap h2.type01{
    line-height: 1.5em;
    margin-top: 0px;
}
.articleWrap h2{
    line-height: 1.5em;
    margin-top: 60px;
    border-bottom: 1px dotted #333333;
    padding: 0 0 20px 0;
    margin-bottom: 15px
}
@media screen and (max-width:600px){
    .articleWrap h2{
        text-align: left !important;
    }
}
.articleWrap p{
    font-size: 15px;
    padding: 0 0 1em 0;
    line-height: 2.0em;
    text-align: left;
    color:  #333333;
}

.picRight{
    float: right;
    width: 350px;
    padding: 5px 20px 30px 40px;

}
.picRight img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px){
    .picRight{
        float: right;
        width: 175px;
        padding: 5px 0 15px 10px;
		margin-right: -10px;
    }
}
.picRight figcaption{
    font-size: 13px;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
}
@media screen and (max-width:768px){
    .picRight figcaption{
        font-size: 12px;
        line-height: 1.4em;
        color: #666666;
        font-weight: normal;
        padding-top: 10px;
    }
}


.picLeft{
    float: left;
    width: 350px;
    padding: 5px 30px 50px 0px;
	
}
.picLeft img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px){
    .picLeft{
        float: left;
        width: 175px;
        padding: 5px 15px 15px 0px;
		margin-left: -10px;
    }
}
.picLeft figcaption{
    font-size: 13px;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
	margin-left: 0px;
}
@media screen and (max-width:600px){
    .picLeft figcaption{
        font-size: 12px;
        line-height: 1.4em;
        color: #666666;
        font-weight: normal;
        padding-top: 10px;
		margin-left: 0px;
		
    }
}



.imgCenter{
    padding: 15px 0 30px 0;
}
.imgCenter img{
    width: 100%;
    height: auto;
}

.imgCenter figcaption{
    font-size: 13px;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
@media screen and (max-width:600px){
    .imgCenter figcaption{
        font-size: 12px;
        line-height: 1.4em;
        color: #666666;
        font-weight: normal;
        padding-top: 10px;
        text-align: center;
    }
}

.listBox{
    border: 5px solid #e6e6e6;
    padding: 25px;
    box-sizing: border-box;
    background: #f9f9f9;
    margin: 0 0 15px 0;
}
.listBox .data01{
    padding: 0;
    margin: 0;
}
@media screen and (max-width:768px){
    .listBox .data01{
        border-bottom: none;
        margin: 0 0 0px 0;
    }
}
.listBox .data02{}
.listBox .data02 .icon{
    float: left;
    width: 75px;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
    color:  #ffffff;
    text-align: center;
    background: #000000;
}
@media screen and (max-width:768px){
    .listBox .data02 .icon{
        float: none;
        width: 100%;
        padding: 3px;
        font-size: 13px;
        font-weight: bold;
        color:  #ffffff;
        text-align: center;
        background: #666666;
        margin: 0 0 10px 0;
    }
}
.listBox .data02 .textBox{
    float:right;
    width: 620px;
    padding: 0px;
}
@media screen and (max-width:768px){
    .listBox .data02 .textBox{
        float: none;
        width: 100%;
        padding: 0px;
    }
}
.listBox .data02 .textBox span{
    font-size: 12px;
}
.name1{
	color: #a31405;
}
.name2{
	color: #220791;
}


.linkbtn{
	background: url("btnbg.jpg")no-repeat;
	background-size: cover;
	padding: 20px 0 20px 0;
	font-size: 16px;
	text-align: center;
	color: #ffffff!important;
	display: block;
	
	width: 430px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 30px;
	transition-duration: 0.3s;
	
}
.linkbtn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(
45deg
);
    margin-right: 8px;
    margin-top: -3px;
}

.linkbtn:hover{
	opacity: 0.5;
}
.lead a{
	color: #1da5ed;
	font-weight: bold;
	text-decoration: underline;
	transition-duration: 0.3s;
}
.lead a:hover{
	opacity: 0.5
}
.img_center figcaption {
    font-size: 13px;
    line-height: 1.4em;
    color: #666666;
    font-weight: bold;
    padding-top: 10px;
}
.img_center {
    margin-bottom: 30px;
    text-align: center;
}
.linktxt {
    text-align: center!important;
    font-size: 16px!important;
    font-weight: bold;
}
.linkbtn {
    background: url(btnbg.jpg)no-repeat;
    background-size: cover;
    padding: 20px 0 20px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff!important;
    display: block;
    width: 430px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 30px;
    transition-duration: 0.3s;
}

.kakomi_box {
    background-color: #eeeeee;
    padding: 25px;
    margin-bottom: 30px;
}
.kakomi_box .company_ttl{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0px;
}
.kakomi_box .link{
	border-bottom: 1px dotted #000000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.kakomi_box .link a{
	color: #1da5ed;
	font-weight: bold;
	transition-duration: 0.3s;
}
.kakomi_box .link a:hover{
	opacity: 0.5;
}
.content_box2 .inner .kakomi_box .company_ttl {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
}
.kakomi_box .img_center img {
    max-width: 100%;
}
.size_s {
    font-size: 12px!important;
    color: #999999;
}
.img_center img {
	max-width: 100%;
}
.notice2{
	text-align: right!important;
	font-size: 13px!important;
}