@charset "UTF-8";
html,body{
  height: 100%;
}
body{
  position: relative;
}
li{color: #333;}
img{display: block;}
#ContentsArea{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    width: 980px;
    margin: 0 auto 80px;
}
#ContentsArea .BreadCrumb{
    border-bottom: 1px solid #dcdcd5;
    margin: 0 auto !important;
    padding: 8px 0 6px;
    width: 980px !important;
}
figcaption{
    font-size: 13px;
    color: #838383;
    text-align: left;
    margin: 10px 0 0;
    line-height: 1.8;
}
.SubTitle h1 img{
    max-width: 980px;
}
.Planning{
    width: 285px;
    text-align: left;
    margin: 10px 0 0 auto;
    font-size: 70%;
}
#Sns{
    text-align: right;
    padding: 15px 0 5px 0;
    margin-bottom: 40px;
}
#MainArea{
    width: 880px;
    margin: 0 auto;
}
#MainArea a{
    color: #4B8EE0;
    text-decoration: underline;
}
.EachSectionContents{
    width: 780px;
    margin: 0 auto;
    word-break: break-word;
    overflow-wrap:break-word;
}
.EachSectionContentsSub{
    margin-top: 30px;
}
.EachSectionMainImage img,
.EachSectionContents img{
    width: 100%;
    display: block;
}
.EachSectionImage img:nth-of-type(2){
    margin-top: 20px;
}
.EachSectionContents p{
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 1.8;
    margin: 0 0 40px;
    text-indent: 1em;
}
.EachSectionContents p.MarginBottom_0{
    margin-bottom: 0;
}
.EachSectionContents p.MarginBottom_10{
    margin-bottom: 10px;
}
.EachSectionContents p.MarginBottom_20{
    margin-bottom: 20px;
}
.EachSectionContents .NoIndent{
    text-indent: 0
}
.EachSectionImage{
    margin-bottom: 40px;
}
#MainArea h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    background: url("../img/img_title_back.jpg");
    background-repeat: repeat-x;
}
#MainArea h2 span{
    color: #0A70B9;
}
.Question{
    border: solid 2px #E34F25;
}
.QuestionText{
    background: rgba(227, 79, 37, 0.05);
}
.QuestionText img{
    margin-bottom: 20px;
}
.PcChoice{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.PcChoiceBox{
    position: relative;
    background: #F5F5F5;
    width: 49.36%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.PcChoiceBox:nth-of-type(3),
.PcChoiceBox:nth-of-type(4){
    margin: 10px 0;
}

.EachSectionContents .PcChoiceBox p{
    text-indent: 0;
}
.EachSectionContents .PcChoiceBox p.PcChoiceName{
    margin-bottom: 10px;
    font-weight: bold;
}
.EachSectionContents .PcChoiceBox p.PcChoiceText{
    margin-bottom: 20px;
    font-size: 16px;
}
.PcLinkBox{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
#MainArea a.PcLink{
    color: #fff;
    border-radius: 3px;
    background: #E34F25;
    border: 1px solid #e34f25;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#MainArea a.PcLink::after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#MainArea a.PcLink:hover{
    opacity: .7!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: opacity 250ms!important;
}
.EachSection h3{
    font-weight: bold;
    color: #E34F25;
    position: relative;
    text-align: left;
}
.EachSection h3 span{
    background: #E34F25;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: -5px;
}
.EachSection h3 span img{
    width: 101px;
    padding: 5px 5px 3px;
    margin: 0 auto;
}
.EachSection h3 span::after{
    content: "";
    position: absolute;
    border-color: transparent transparent transparent #E34F25;
    width: 0px;
    height: 0px;
    border-style: solid;
}
.EachSection ul{
    margin: 0 40px 40px;
}
.EachSection li{
    font-size: 16px;
    text-align: left;
}
#MainArea .MicrosoftTeamsLink{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #fff;
    height: 50px;
    border-radius: 3px;
    background: linear-gradient(#6264a7 0%, #4169ae 100%);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.16);
    display: block;
    text-decoration: none;
    margin: 30px auto 0;
    padding: 11px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#MainArea .MicrosoftTeamsLink::after{
    content: "";
    display: inline-block;
    background: url(../img/icon_download.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#MainArea .MicrosoftTeamsLink:hover{
    opacity: .7!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: opacity 250ms!important;
}
.NoMargin{
    margin: 0 !important;
}
#MainArea .Link{
    color: #356B33;
    opacity: 1;
    transition: opacity .5s;
}
#MainArea .Link:hover{
    opacity: 0.8;
    color: #356B33;
}
#MainArea .LinkBtn{
    color: #356B33;
    display: block;
    width: 230px;
    border: solid 1px #000;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    opacity: 1;
    transition: opacity .5s;
}
#MainArea .LinkBtn:hover{
    opacity: 0.8;
    color: #356B33;
}
.TextCenter{
    text-align: center !important;
}
#MainArea .Episode{
    margin-top: 20px;
}
#MainArea .Episode a{
    color: #8247AD;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
}
#MainArea .Episode a:hover{
    color: #8247AD;
}
.EachSectionOutImage img{
    width: 100%;
}
.MicrosoftTeams{
    background: rgba(98, 100, 167, 0.1);
}
.PcChoiceName{
    margin-bottom: 20px;
}
#MainArea .EachSectionContents .MicrosoftTeamsRightTitle{
    color: #6264A7;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0;
    text-indent: 0;
}
@media screen and (min-width: 769px){
  .pc_Hide{
    display: none;
  }
  .EachSectionMainImage{
    width: 880px;
    margin: 0 auto 40px;
  }
  #MainArea h2{
    line-height: 3.4;
    margin: 0 50px 40px;
    height: 60px;
  }
  .EachSection h3{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .EachSection h3 span{
    margin-right: 20px;
  }
  .EachSection h3 span::after{
    border-width: 5px 0px 5px 10px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
  }
  .EachSection{
    margin-bottom: 50px;
  }
  .Question{
    width: 780px;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .QuestionBox:not(:last-of-type){
    margin-bottom: 40px;
  }
  .QuestionText{
    padding: 30px;
  }
  .PcChoiceBox{
    padding: 25px 40px 60px;
  }
  #MainArea a.PcLink{
    width: 180px;
    height: 36px;
    font-size: 16px;
    padding: 6px 0;
  }
  .MicrosoftTeams{
    padding: 30px 40px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .MicrosoftTeamsLeft{
    width: 365px;
  }
  .MicrosoftTeamsRight{
    width: 305px;
  }
  .EachSectionImage2{
    margin: 0 0 40px;
  }
  .EachSectionContents .PcChoiceBox p{
    font-size: 18px;
  }
  #MainArea .MicrosoftTeamsLink{
    width: 375px;
  }
  img.Office2019Image{
    margin: 40px auto 0;
  }
  .MarginBottomPc_20{
    margin-bottom: 20px;
  }
  .PcImage{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px){
  body{
    overflow: hidden;
  }
  .sp_Hide{
    display: none;
  }
  .SiteLogo img{
    max-width: 70px;
  }
  .UtilityNav,.UserNav,#GlobalNav,.BreadCrumb{
    display: none !important;
  }
  #spHeader #spHeaderInner,#spHeader #GlobalNav #GlobalNavInner .MainNav,#ContentsArea,#Footer .AboutSite,#Footer #ToTop #ToTopInner{
    width: 100%;
    box-sizing: border-box;
  }
  #spHeader{
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    border-bottom: 1px solid #5A5A53;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
  }
  #spHeader #spHeaderInner{
    padding: 10px 10px 7px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 300;
  }
  #spHeader #spHeaderInner .SiteLogo{
    width: 20%;
    max-width: 70px;
    height: auto;
    display: inline-block;
    margin: 0;
  }
  .Planning{
    float: right;
    width: auto;
    margin: 0;
  }
  .Planning p{
    font-size: 10px;
  }
  .EachSectionContents p{
    font-size: 14px;
  }
  .EachSectionImage2{
    margin-bottom: 40px;
  }
  .AboutSite ul{
    display: none;
  }
  #Footer #ToTop #ToTopInner p{
    display: none;
  }
  #Sns{
    margin-bottom: 10px;
    text-align: center;
  }
  #Contents{
    width: 100%;
  }
  img{
    width: 100%;
  }
  #MainArea{
    width: 100%;
  }
  .EachSection{
    padding: 0 4%;
    margin-bottom: 40px;
  }
  .EachSection h3{
    margin: 20px;
  }
  .EachSection ul{
    margin: 0 0 40px;
  }
  .EachSection li{
    font-size: 14px;
  }
  .EachSectionContents{
    width: 100%;
  }
  #MainArea p{
    margin: 0 0 20px;
  }
  #MainArea h2{
    margin-bottom: 20px;
    font-size: 18px;
    padding: 20px 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #MainArea .EachSectionContents .PcChoiceBox p{
    font-size: 14px;
    margin-bottom: 0;
  }
  #Footer{
    min-width: inherit;
  }
  #Footer .AboutSite .Copyright{
    padding: 0;
  }
  #Footer .AboutSite .Copyright p{
    padding: 8px 0;
  }
  #MainArea .Episode a{
    font-size: 18px;
  }
  #MainArea .LinkBtn{
    width: 100%;
  }
  figcaption{
    margin: 10px 0 0;
  }
  #MainArea .EachSectionContents .MarginTopSp_20{
    margin-top: 20px;
  }
  .MarginBottomSp_20{
    margin-bottom: 20px;
  }
  .EachSection h3 span{
    display: block;
    width: 120px;
    margin-bottom: 20px;
  }
  .EachSection h3 span::after{
    border-color: #E34F25 #E34F25 transparent transparent;
    width: 0px;
    height: 0px;
    border-style: solid;
    bottom: -11px;
    right: 10px;
    border-width: 0px 15px 15px 0px;
    transform: rotate(-15deg);
  }
  .QuestionText{
    padding: 20px;
  }
  .PcLinkBox{
    width: 85%;
  }
  .PcChoiceBox{
    padding: 20px 10px 80px;
  }
  #MainArea a.PcLink::after{
    right: 6px;
    font-size: 10px;
  }
  .MicrosoftTeams{
    padding: 20px;
  }
  #MainArea .MicrosoftTeamsLink{
    padding: 14px 0;
  }
  img.Office2019Image{
    margin-top: 20px;
  }
  .PcImage{
    margin-bottom: 10px;
  }
  #MainArea .EachSectionContents .MicrosoftTeamsRightTitle{
    margin: 0;
  }
}

@media screen and (min-width: 321px) and (max-width: 768px){
  #MainArea a.PcLink{
    font-size: 12px;
    padding: 8px 0;
  }
  #MainArea .MicrosoftTeamsLink{
    font-size: 15px;
  }
}

@media screen and (max-width: 320px){
  #MainArea a.PcLink{
    font-size: 10px;
    padding: 8px 0;
  }
  #MainArea .MicrosoftTeamsLink{
    font-size: 12px;
  }
}

/*IE調整*/
@media all and (-ms-high-contrast: none){
  .EachSection h3 span img{
    padding: 5px 5px 2px;
  }
  #MainArea a.PcLink{
    padding: 8px 0 2px;
  }
  #MainArea .MicrosoftTeamsLink{
    padding: 14px 0 4px;
  }
}