@charset "UTF-8";

html {
  scroll-padding-top: 23vh; /* 固定ヘッダの高さ分 */}

#header {
	height:23vh;
	border-bottom: none;}

#Microsoft365_menu {
    width: 100%;
    margin-top: 0px;
    padding: 3vw 0;
    background-color: #007cdc;}
#Microsoft365_menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;}
#Microsoft365_menu li {
    width: 33%;
	font-size: 3vw;
    line-height: 1.3em;
	text-align: left;
	margin: 0 1.5vw 1.5vw 0;
    padding: 2vw 0 2vw 3vw;
    position: relative;
	display: inline-block;
    border: 1px #FFF solid;
    border-radius: 5px;}
#Microsoft365_menu li:nth-of-type(2n) {
    width: 65%;
    margin: 0 0 1.5vw 0;}
#Microsoft365_menu li:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0.5vw;
    bottom: 0;
    margin: auto;} 
#Microsoft365_menu li a { 
    color: #FFF;
    display: block;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#Microsoft365_main {
    position: relative;
    background-image: url(../../Microsoft365/img/sp_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ff0000;}

.Microsoft365_mainInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 95%;
    margin: 2% auto;}
.Microsoft365_mainImg {
    order: 2;
    width: 100%;
    margin: 0 auto;}
.Microsoft365_mainImg img {
    width: 80%;}
.Microsoft365_mainTxt {
    order: 1;
    width: 100%;
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
    color: #007cdc;
    line-height: 1.5em;
    margin: 3vw auto 2vw auto;
    padding: 0;}
.Microsoft365_mainTxt span {
    color: #000;
    font-size: 4.5vw;
    display: block;
    line-height: 1.5em;
    margin-top: 2vw;
    text-align: left;;}

.Microsoft365_cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:4vw 2vw;}

.Microsoft365_bgBlue {
    position: relative;
    background-image: url(../../Microsoft365/img/bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;}

h3.Microsoft365 {
    width: 100%;
    font-size: 5vw;
    margin: 0;
    line-height: 1.3em;
    color: #007cdc;
    font-weight: bold;
    text-align: center;}

.Microsoft365_txtC {text-align: left;}
.Microsoft365_ImgC {margin: 2% auto; text-align: center;}

/* Microsoft 365 とは */
.Microsoft365_What {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    margin: 15px 0 0 0;}
.Microsoft365_WhatItem {
    width: 100%;
    border: 2px #007cdc solid;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;}
.Microsoft365_WhatItem h4 {
    width: 100%;
    font-size: 4vw;
    line-height: 1.5em;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto;
    background-color: #007cdc;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;}
.Microsoft365_WhatItem .Inner {
    padding: 10px;}
.Microsoft365_WhatItem li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #000000;
    font-size: 3.8vw;
    line-height: 1.2em;
    list-style-type: none;
    font-weight: bold;
    padding: 0 0 0.2em 1.8em;
    margin-bottom: 0.3em;
    background-image: url(../../Microsoft365/img/ic_check.svg);
    background-position: left 2vw;
    background-repeat: no-repeat;
    background-size: 20px;
    border-bottom: 1px #a8a8a8 solid;}
.Microsoft365_WhatItem li:last-child {
    margin-bottom: 0;}
.Microsoft365_WhatItem li div img {
    width: 35px;
    margin-left: 5px;}

/* 2024 Microsoft365 に含まれる主なサービス */
.bgExchange {background-color: #0078d4;}
.bgSharePoint {background-color: #1a9ba1;}
.bgOneDrive {background-color: #0c5a9d;}
.bgApps {background-color: #a84dff;}
.bgTeams {background-color: #4651a0;}
.bgPower {background-color: #922d88;}
.bgDevice {background-color: #808080;}
.bgPowerBIPro {background-color: #da9a0f;}

.txtExchange {color: #0078d4;}
.txtSharePoint {color: #1a9ba1;}
.txtOneDrive {color: #0c5a9d;}
.txtApps {color: #a84dff;}
.txtTeams {color: #4651a0;}
.txtPower {color: #922d88;}

.borderExchange {border: 2px #0078d4 solid;}
.borderSharePoint {border: 2px #1a9ba1 solid;}
.borderOneDrive {border: 2px #0c5a9d solid;}
.borderApps {border: 2px #a84dff solid;}
.borderTeams {border: 2px #4651a0 solid;}
.borderPower {border: 2px #922d88 solid;}
.borderDevice {border: 2px #808080 solid;}

.Microsoft365_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 15px 0 0 0;}
.Microsoft365_serviceItem,
.Microsoft365_serviceItem.boxL {
    width: 100%;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;}
.Microsoft365_serviceItem h4 {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;}
.Microsoft365_serviceItem h4 img {
    width: 50px;
    margin-right: 15px;}
.Microsoft365_serviceItem h5 {
    border-radius: 50px;
    color: #fff;
    padding: 0;
    margin: 10px 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    text-align: center;}
.Microsoft365_listDisc {
	padding: 0px;
	margin:0 0 1.8em 0;}
.Microsoft365_listDisc.mgno {
	margin:0;}
.Microsoft365_listDisc li {
	text-align: left;
    font-size: 3.8vw;
	line-height: 1.3em;
	list-style-type:none;
	padding: 0 0 0.3em 1.2em;
	text-indent: -1.2em;}
.Microsoft365_serviceBtn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 3.8vw;}
.arrow_s {
    position: relative;
    display: inline-block;
    padding-left: 12px;}
.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;}
.arrow_s.arrowExchange:before {border-color: transparent transparent transparent #0078d4;}
.arrow_s.arrowSharePoint:before {border-color: transparent transparent transparent #1a9ba1;}
.arrow_s.arrowOneDrive:before {border-color: transparent transparent transparent #0c5a9d;}
.arrow_s.arrowApps:before {border-color: transparent transparent transparent #a84dff;}
.arrow_s.arrowTeams:before {border-color: transparent transparent transparent #4651a0;}
.arrow_s.arrowPower:before {border-color: transparent transparent transparent #922d88;}

h4.Microsoft365_serviceTtl {
    width: 100%;
    font-size: 4.5vw;
    margin: 0 auto;
    padding: 3vw 0;
    line-height: 1.5em;
    color: #fff;
    font-weight: bold;
    text-align: center;}

.Microsoft365_DetailBox {
    display: flex;
    flex-direction: column;}
.Microsoft365_DetailImg {
    order: 2;
    width: 100%;
    margin: 0 auto;
    text-align: center;}
.Microsoft365_DetailImg img {
    width: 80%;}
.Microsoft365_DetailImg .PowerTtl {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;}
.Microsoft365_DetailImg .PowerTtl img {
    width: 50px;
    margin-right: 15px;}
.Microsoft365_DetailTxt {
    order: 3;
    width: 100%;}
.Microsoft365_DetailIcon {
    order: 1;
    width: 100%;
    margin-bottom: 0.5em;}
.Microsoft365_DetailIcon img {
    width: 100px;
    display: block;}
.Microsoft365_DetailTxt img {
    display: none;}
.Microsoft365_DetailTxt ul {
    margin-top: 20px;
    margin-left: 0px;}
.Microsoft365_DetailTxt li {
    text-align: left;
    color: #000000;
    font-size: 4vw;
    line-height: 1.2em;
    list-style-type: none;
    font-weight: bold;
    padding: 0 0 0.3em 1.5em;
    margin-bottom: 0.5em;
    background-image: url(../../Microsoft365/img/ic_check.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px;}
.Microsoft365_DetailTxt li span {
    font-weight: normal;
    font-size: 3vw;
    display: block;
    margin: 5px 0 0 0;
    line-height: 1.4em;}
.Microsoft365_DetailTxt li.nocheck {
    background-image: none;
    padding: 0 0 0.5em 0;}
.Microsoft365_DetailTxt li.nocheck img {
    width: 100%;
    display: block;}
.Microsoft365_DetailTxt li ul {
    margin: 5px 0 0 0;}
.Microsoft365_DetailTxt li ul li {
    font-weight: normal;
    font-size: 3vw;
    display: block;
    background-image: none;
	padding: 0 0 0.3em 1em;
	text-indent: -1em;
    margin-bottom: 0;}

.scroll {
  overflow-x: scroll;
	margin-bottom: 10px;}
.scroll::-webkit-scrollbar {
  height: 5px;}
.scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;}
	
h4.Microsoft365_priceTtl {
    width: 100%;
    font-size: 4vw;
    margin: 0 auto;
    padding: 20px 0 0 0;
    line-height: 1.5em;
    color: #000;
    font-weight: bold;
    text-align: left;}
.Microsoft365_priceTbl table {
	width:100%;
	margin: 5px 0px 5px 0;}
.Microsoft365_priceTbl table tr th.Blue {background-color: #007cdc;}
.Microsoft365_priceTbl table tr th.Orange {background-color: #ff9600;}
.Microsoft365_priceTbl table tr th,
.Microsoft365_priceTbl table tr td {
	border:1px solid #666666;
    background-color:#fff;
	padding:4px;
	position:relative;
    font-weight: bold;
    line-height: 1.3em;}
.Microsoft365_priceTbl table tr th {
	color:#FFF;
	font-size: 3vw;
	text-align: center;
	vertical-align: middle;}
.Microsoft365_priceTbl table tr th span.Yellow {
    color: #ffff00;}
.Microsoft365_priceTbl table tr td {
	text-align: center;
	font-size: 3vw;}
.Microsoft365_priceTbl table tr td.left {
	text-align: left;}
.Microsoft365_priceTbl table tr td.txtM {
	font-size: 3.8vw;}
.Microsoft365_priceTbl table tr td span.txtS {
	font-size: 3vw;
    display: block;}
.Microsoft365_priceTbl table tr td.txtL {
	font-size: 7vw;}
.Microsoft365_priceTbl table tr td div {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;}
.Microsoft365_priceTbl table tr td div img {
    width: 25px;
    margin: 0 3px;}
.Microsoft365_priceTbl table tr td span.nowrap {
    white-space: nowrap;}

.titleBanner {
    margin: 0 auto 20px auto;
    text-align: center;}
.titleBanner img {
    width: 95%;}
.titleBanner a:hover img {
opacity: 1;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.Microsoft365_btnBox {
    margin: 8% auto;
    text-align: center;}

.Microsoft365_btnInquiry {
    margin: 1% auto 0.5% auto;
    text-align: center;}
.Microsoft365_btnInquiry a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 90%;
    padding: 10px 0px;
    border-radius: 25px;
    font-size: 4vw;
    font-weight: bold;
    background-color: #ff9601;}
.Microsoft365_btnInquiry a:hover {
    text-decoration: none;}
.Microsoft365_btnInquiry a:link,.Microsoft365_btnInquiry a:visited {color:#FFF;text-decoration:none;}
.Microsoft365_btnInquiry a:hover,.Microsoft365_btnInquiry a:active {color:#FFF;text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 3.1vw;
    text-align: center;
    margin: 10px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}





