

.footer {
  margin-top: 50px;
}

.footer a {
  text-decoration: none;
}

/*footer_pagetop*/
.footer_pagetop{
  width: 100%;
  background-color: #E3E3E3;
  position: relative;
  padding: 3px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.footer_pagetop:hover{
  opacity: 0.7;
}
.footer_pagetop::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #171717;
  border-right: 2px solid #171717;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  margin-top: -2px;
}
.footerArea{
  min-width: 1240px;
}
.footerContentsBox{
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footerContentsBox a{
  color: #171717;
}
.footerFlex{
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px){
  .footerArea{
    min-width: 100%;
  }
  .footerContentsBox{
    width: 94%;
  }
  .footerContentsWidth{
    width: 80%;
    min-width: 280px;
  }
}
/*footerGrayArea*/
.footerGrayArea{
  background-color: #F2F3F4;
  padding: 40px 0;
}
.footerGrayFlex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerLinkList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  width: 500px;
  margin: 30px 0;
}
.footerLinkList li{
  width: 33%;
}
.footerBtnList{
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.footerBtnList li a{
  position: relative;
  display: block;
  color: #fff;
  background-color: #0081CC;
  width: 210px;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
.footerBtnList .lightBlue{
  background-color: #72C2F0;
}
.footerBtnList li a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 5%;
  top: 50%;
  margin-top: 2px;
}
@media screen and (max-width: 640px){
  .footerGrayArea{
    background-color: #F2F3F4;
    padding: 20px 0;
  }
  .footerGrayFlex{
    flex-direction: column;
  }
  .footerLinkList{
    flex-direction: column;
    width: 100%;
    margin: 10px 0 20px;
  }
  .footerLinkList li{
    width: 100%;
    margin: 5px 0;
  }
  .footerBtnList{
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .footerBtnList li a{
    margin: 0 auto 20px;
  }
}
/*SNS*/
.footerSnsBox{
  background: #fff;
  padding: 20px 40px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}
.footerSnsList{
  display: flex;
  justify-content: space-between;
  width: 180px;
  margin: 20px auto ;
}
.mediaLink{
  color: #0081CC!important;
  border-bottom: 1px solid #0081CC;
  font-size: 15px;
}
.mediaLink img{
  vertical-align: baseline;
  padding-left: 3px;
}
@media screen {
  .footerSnsList img{
    height: 42px;
    width: auto;
  }
}

/*footerBottomBlue*/
.footerBottomBlue{
  background-color: #0081CC;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 640px){
  .footerBottomBlue{
    font-size: 10px;
  }
}

.footer a{text-decoration: none;}

/* 初期化 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align:baseline;
}
html {
  font-size: 62.5%;
}
body{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"!important;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #363636;
}
ol, ul {
  list-style: none;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem!important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*共通*/
.pcOnly{display: block;}
.spOnly{display: none;}
a{
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover{opacity: 0.7;}
img{vertical-align:top;}
.font80{font-size: 80%;}
.font70{font-size: 70%;}
.font60{font-size: 60%;}
.fontBold{font-weight: bold;}
.textBlue{color: #0081CC;}
.textBlack{color: #484848!important;}
.pcFlex , .contentsFlex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.w1240Area{
  width: 1240px;
  margin: 0 auto;
}
.w1000Area{
  width: 1000px;
  margin: 0 auto;
}
.w750Area{
  width: 750px;
  margin: 0 auto;
}
.contentsBox{
  margin-bottom: 80px;
}
.courseBox{
  margin-bottom: 50px;
}
.courseBox img{
  margin-left: 30px;
}
.textBottom{
  margin-bottom: 10px;
}
.contentsCenter{
  text-align: center;
}
.contentsCenterPC{
  text-align: center;
}
.titleUnderText{
  width: 650px;
  margin: 0 auto 60px;
}
.siteWidth{
  width: 960px;
  margin: 0 auto;
}
.margin0{
  margin: 0;
}
@media screen and (max-width: 640px){
  .pcOnly{display: none;}
  .spOnly{display: block;}
  .fontBoldSp{font-weight: bold;}
  .pcFlex{
    display: block;
  }
  .pcFlex img{
    display: block;
    margin: 0 auto;
  }
  .w1240Area , .w1000Area , .w750Area{
    width: 96%;
  }
  .contentsBox{
    margin-bottom: 40px;
  }
  .courseBox{
    margin-bottom: 25px;
  }
  .courseBox img{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .contentsCenterPC{
    text-align: left;
  }
  .titleUnderText{
    width: 96%;;
    margin: 0 auto 40px;
  }
  .siteWidth{
    width: 94%;
  }
  .w50perSP{
    width: 50%;
  }
}
/*見出し*/
h1.title{
  font-size: 32px;
  text-align: center;
  margin: 50px 0 30px;
}
h2.title{
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4em;
}
h2.course{
  font-size: 28px;
  margin-bottom: 25px;
}
h2.course span.fullIcon , h2.course span.baseIcon{
  position: relative;
  display: inline-block;
  height:40px;
  width:40px;
  border-radius:50%;
  text-align:center;
  color: #fff;
  font-size: 8px;
  line-height: 1.4em;
  margin: 0 0 0 10px;
  font-weight: 400;
  vertical-align: middle;
}
h2.course span.fullIcon span , h2.course span.baseIcon span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
}
h2.course span.fullIcon{
  background-color: #003399;
}
h2.course span.baseIcon{
  background-color: #53bef1;
}
h3.course{
  font-size: 16px;
  color: #0081CC;
  margin-bottom: 10px;
}
h2.siteTitle{
  font-size: 22px;
  position: relative;
  border-bottom: 1px solid #cccccc;
  border-left: 6px solid #99ccff;
  font-weight: normal;
  padding-left: 4px;
  padding-bottom: 4px;
}
h2.siteTitle::before{
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #0b83ce;
}
@media screen and (max-width: 640px){
  h1.title{
    font-size: 20px;
    text-align: center;
    margin: 30px 0 20px;
  }
  h2.title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  h2.course{
    font-size: 20px;
    margin-left: 10px;
    line-height: 1.4em;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  h2.course span.fullIcon , h2.course span.baseIcon{
    position: relative;
    display: inline-block;
    height:36px;
    width:36px;
    border-radius:50%;
    text-align:center;
    color: #fff;
    font-size: 7px;
    line-height: 1.6em;
    margin: 0 0 0 10px;
    font-weight: 400;
    vertical-align: middle;
  }
  h2.course span.fullIcon span , h2.course span.baseIcon span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 36px;
  }
  h2.siteTitle{
    font-size: 18px;
    padding-bottom: 0px;
  }

}
/*ヘッダー*/
.headBorder{
  border-bottom: 1px solid #D2D2D2;
  box-shadow: 0px  2px 2px 0px #f1f1f1;
}
.headBox{
  width: 1240px;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
}
.headLogo{
  display: flex;
  align-items: flex-end;
}
.headLogo img.pcLogo{
  width: 142px;
  margin-right: 5px;
}
.headLogo .spLogo{
  display: none;
}
.headLogo p{
  font-size: 10px;
  color: #656565;
  margin:  0;
}
.headerBtnList{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.headerBtnList li a{
  color: #656565;
}
.headInquiry{
  margin-right: 20px;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/icon_operator_4c3a58959e.png")0 0/18px 18px no-repeat;
  padding-left: 22px;
}
.headLogin{
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/icon_man_59bd9a4413.png")0 0/18px 18px no-repeat;
  padding-left: 22px;
}
.headRecruit{
  padding-right: 22px;
}
.headerBtnListSP{
  display: none;
}

.headRecruitSP{
  padding-right: 22px;
  padding-left: 40px;
}
.headInquirySP{
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/icon_operator_4c3a58959e.png")2em 45%/18px 18px no-repeat;
  padding-left: 40px;
}
.headLoginSP{
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/icon_man_59bd9a4413.png")2em 45%/18px 18px no-repeat;
  padding-left: 40px;
}
.headInquirySP a , .headLoginSP a , .headRecruitSP a {
  color: #333!important;
}
@media screen and (max-width: 640px){
  .headerFixedSP{
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 100;
  }
  .mainContentsArea{
    padding-top: 45px;
  }
  .headBox{
    width: 100%;
    margin: 7px auto;
    display: flex;
    justify-content: space-between;
  }
  .headerBtnList{
    display: none;
  }
  .headLogo img.pcLogo{
    display: none;
  }
  .headLogo .spLogo{
    display: flex;
    align-items: flex-start;
    align-items: center;
    color: #0380CB;
    line-height: 1.2em!important;
  }
  .headLogo .spLogo p{
    color: #0380CB;
    font-size: 13px;
    font-weight: 600;
  }
  .headLogo .spLogo img{
    width: 25px;
    margin-right: 5px;
  }
  .headerBtnListSP{
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .headerBtnListSP .headCourse a, .headerBtnListSP .headExperience a {
    width: 80px;
    margin-right: 5px;
    font-weight: 600;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
  }

}
/*グローバルナビ*/
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}
nav{
  border-bottom: 1px solid #D2D2D2;
  box-shadow: 0px  2px 2px 0px #f1f1f1;
}
nav .inner ul{
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.inner ul li:first-child{
  font-size: 16px;
  font-weight: 700;
}
nav .inner ul li a {
  color: #0081CC;
  display: block;
  padding: 10px 10px 7px 10px;
  border-bottom: 3px solid #fff;
}
nav .inner ul li a:hover {
  border-bottom: 3px solid #2b92ce;
  opacity: 1!important;
}
.headCourse a{
  display: block;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  padding: 3px 0!important;
  border: 1px solid #0081CC!important;
  color: #0081CC!important;
  margin-right: -10px;
}
.headExperience a{
  display: block;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0 !important;
  border: 1px solid #004A76 !important;
  background-color: #FFE339;
  color: #004A76 !important;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.3);
}
.headCourse a:hover{
  background: #e5f5ff;
}
.headExperience a:hover{
  background-color: #2793d2;
}
@media screen and (max-width: 640px){
  nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
    z-index: 3;
    left: -240px;
    width: 240px;
    border-bottom: none;
    box-shadow: none;
    margin: 3.6em 0em;
  }
  .open nav {
    left: 0;
    display: inline-table;
  }
  nav .inner ul {
    width: 240px;
    list-style: none;
    margin: 10px auto 10px;
    display: block;
  }
  nav .inner ul li {
    position: relative;
    margin: 0 auto;
    width: 90%;
  }
  nav .inner ul li a {
    display: inline-block;;
    font-size: 14px;
    padding: 0.5em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  .toggle_btn {
    display: flex;
    margin: 0px 10px;
    width: 30px;
    height: 30px;
    transform: translate(0, 0);
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn {
    left: 330px;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #666;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 5px;
    width: 30px;
  }
  .toggle_btn span:nth-child(2) {
    top: 15px;
    width: 30px;
  }
  .toggle_btn span:nth-child(3) {
    top: 25px;
    width: 30px;
  }
  .open .toggle_btn span {
    background-color: #666;
    width: 30px;
  }
  .open .toggle_btn {
    left: 10px;
  }
  #mask {
    display: none;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 2;
    cursor: pointer;
    transition: all .5s;
  }
  .headCourse a{
    margin-right: 0px;
  }
}
/*パンナビ*/
.pannavi{
  width: 1240px;
  margin: 10px auto 0;
  display: flex;
  font-size: 11px;
}
.pannavi a , .pannavi{
  color: #656565;
}
.pannavi li::after{
  content: "/";
  margin-right: 5px;
}
.pannavi li:last-child::after{
  content: "";
}
.pcOnlyNavi{
  display: inline;
}
@media screen and (max-width: 640px){
  .pannavi{
    width: 96%;
    margin: 20px auto 0;
    display: flex;
    font-size: 8px;
  }
  .pcOnlyNavi{
    display: none;
  }
}
/*BTN*/
.btnArea{
  margin-top: 60px!important;
}
.btnBottom{
  margin-bottom: 60px!important;
}
.mainBtn{
  position: relative;
  display: block;
  background-color: #0081CC;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  width: 360px;
  padding-right: 20px;
  margin: 0 auto;
}
.mainBtn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8%;
  top: 36%;
}
.whiteBtn{
  position: relative;
  display: block;
  color: #363636;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  width: 360px;
  padding-right: 20px;
  border:1px solid #7ECEF4;
  margin: 10px auto 20px;
}
.whiteBtn:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ECEF4;
  border-right: 2px solid #7ECEF4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8%;
  top: 36%;
}
.campaignBtn{
  position: relative;
  display: block;
  background-color: #D5F0FF;
  color: #0081CC;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  width: 360px;
  padding-right: 20px;
  margin: 30px auto 0;
}
.campaignBtn:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8%;
  top: 36%;
}
.formBtn:hover {
  color: #fff!important;
}
.formBtn:visited , .mainBtn:visited , .campaignBtn:visited{
  color: #fff!important;
}
.whiteBtn:visited{
  color: #363636!important;
}
.campaignBtn:visited{
  color: #0081CC!important;
}

@media screen and (max-width: 640px){
  .mainBtn , .whiteBtn , .campaignBtn{
    width: 85%;
    font-size: 18px;
  }
  .campaignBtn{
    font-size: 15px;
  }
  .btnArea{
    margin-top: 40px;
  }

}
/*各講座table*/
.courseTable {
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #707070;
}
.courseTable tr{
  border-bottom: 1px solid #707070;
  padding: 10px;
}
.courseTable th ,.courseTable td{
  padding: 15px 10px;
}
.courseTable th{
  width: 140px;
  text-align: left;
}
.courseTableBox{
  width: 300px;
}

@media screen and (max-width: 640px){
  .courseTable {
    width: 100%;
  }
  .courseTable th , .courseTable td{
    padding: 10px;
  }
  .courseTable th{
    text-align: left;
    width: 60px;
  }
  .courseTableBox{
    width: 100%;
    margin-bottom: 10px;
  }

}
/*調整用*/
@media screen and (max-width: 640px){
  .footer_head, .footer_sitemap, .footer_copyright, .footer_sub_guide ul{
    width: 95%!important;
  }
}


/**********↓ここから使用↓**********/

/***** トップページ *****/

/*メインキャッチ*/

.mainCatchArea{
	width: 1240px;
	margin: 3rem auto 8rem;
	position: relative;
}
.mainCatchBox{
	display: flex;
}
.mainCatchArea h1{
	color: #0380CB;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 20px;
}
.mainCatchArea h1 span{
	font-size: 80%;
}
.mainCopyArea img{
	width: 120px;
}
.mainImgArea{
	width: 700px;
}
.mainImgArea img{
	width: 100%;
}
.topBtnPosition{
	position: absolute;
	margin-top: -90px;
}
.mainCatchText{
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3em;
	margin: 10px 10px 10px 0;
}
.mainCatchPrice{
	font-weight: 600;
	font-size: 30px;
	color: #0380CB;
}
.mainCatchPrice span{
	font-weight: 500;
	font-size: 80%;
	padding-left: 5px;
}
@media screen and (max-width: 640px){
	.mainCatchArea{
		width: 96%;
		margin: 0 auto 10rem;
	}
	.mainCatchBox{
		display: block;
	}
	.mainCatchArea h1{
		font-size: 36px;
		line-height: 1.2em;
		text-align: center;
		margin-bottom: 0;
	}
	.mainImgArea{
		width: 90%;
		margin: 15px auto 0;
	}
	.topBtnPosition{
		left: 50%;
  	transform: translateX(-50%);
		margin-top: 20px;
	}
.mainCatchText{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3em;
	margin: 15px 10px 5px 0;
}
.mainCatchPrice{
	font-weight: 600;
	font-size: 16px;
	color: #0380CB;
	margin: 0;
}
.mainCatchPrice span{
	font-weight: 500;
	font-size: 80%;
	padding-left: 5px;
}
	.mainShields img{
		width: 65px;
		margin-top: 10px;
	}
}
/*主要講座*/
.topCourseTable {
	margin-top: 40px;
  border-collapse: collapse;
}
.topCourseTable th , .topCourseTable td{
	border-bottom: 1px solid #707070;
	padding: 10px;
	border-right: none;
	border-left: none;
}
.topCourseTable th{
	border-top: 1px solid #707070;
	background-color: #E8E8E8;
	text-align: left;
}
.topCourseTable th.course{
	width: 220px;
}
.topCourseTable th.price{
	width: 180px;
}
.topCourseTable td.course{
	font-weight: 600;
}
@media screen and (max-width: 640px){
	.topCourseTable {
		margin-top: 0px;
	}
	.topCourseTable th , .topCourseTable td{
		border-bottom: none;
		padding: 5px 0;
		width: 100%;
		display: block;
	}
	.topCourseTable th{
		border-top: none;
		background-color: #fff;
		display: none;
		padding: 20px 0;
	}
	.topCourseTable td.course{
		font-size: 17px;
		margin-top: 20px;
	}
	.topCourseTable td.course span{
		color: #0081CC;
		padding-left: 5px;
		font-size: 19px;
	}
	.topCourseTable td.price{
		font-size: 19px;
		font-weight: 600;
		padding-left: 10px;
	}
	.topCourseTable td.content{
		width: 90%;
		margin: 0 auto;
	}
	.topCourseTable td.spBorder{
		border-bottom: 1px solid #707070;
		padding-bottom: 20px;
	}
}
/*講座バナー*/
.bannerList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 120px auto 110px;
	width: 820px;
}
.bannerList img{
	width: 400px;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px){
	.bannerList{
		display: block;
		margin: 80px auto 60px;
		width: 94%;
	}
	.bannerList img{
		width: 100%;
		margin: 10px 0;
	}

}
/*いますぐ無料でお試しできます*/
.backBlue{
	background-color: #D5F0FF;
	padding: 60px 0;
}
.experienceDetail{
	padding: 20px 10px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	font-size: 14px;
}
.experienceDetail div{
	margin: 0 10px;
}
.experienceDetail h4{
	line-height: 1em;
}
.experienceDetail p{
	font-size: 14px;
	margin-bottom: 5px;
}
h2.experience{
	font-size: 36px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 20px;
}
h2.experience span{
	font-size: 50px;
	color: #0081CC;
}
h3.topExperience{
	text-align: center;
	margin-bottom: 10px;
}
.topExperienceFlex{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
@media screen and (max-width: 640px){
	.experienceDetail{
		padding: 20px 6%;
		margin: 0 auto;
		width: 86%;
	}
	.experienceDetail div{
		margin: 0;
		width: 50%;
	}
	.experienceDetail h4{
	}
	.experienceDetail p{
		font-size: 12px;
		margin-bottom: 5px;
	}
	h2.experience{
		font-size: 20px;
		margin-bottom: 10px;
	}
	h2.experience span{
		font-size: 28px;
	}
		h3.topExperience{
		margin-bottom: 10px;
	}
	.topExperienceFlex{
		display: block;
		margin-top: 10px;
	}

}
/*資格スクエアなら無理なく合格できます！*/
.goukakuList{
	margin-top: 70px;
}
.goukakuList li{
	display: flex;
  align-items: flex-start;
	margin-bottom: 60px;
}
.goukakuList li h2{
	font-size: 26px;
	color: #0081CC;
	font-weight: 600;
	margin-bottom: 15px;
}
.goukakuList li h2 span{
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	background-color: #7ECEF4;
	padding: 5px 10px;
	border-radius: 15px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
.goukakuList li img{
	width: 350px;
	margin-left: 30px;
}
.campaignBox{
	border: 1px solid #0081CC;
	width: 620px;
	margin: 70px auto;
	color: #0081CC;
	padding: 50px 80px;
}
.campaignBox h2{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
}
@media screen and (max-width: 640px){
	.goukakuList{
		margin-top: 50px;
	}
	.goukakuList li{
		display: block;
		margin-bottom: 40px;
		width: 94%;
		margin-right: auto;
		margin-left: auto;
	}
	.goukakuList li h2{
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 1.6em;
	}
	.goukakuList li h2 span{
		font-size: 10px;
		padding: 5px 7px;
		margin-right: 5px;
	}
	.goukakuList li img{
		display: block;
		width: 90%;
		margin: 10px auto 0;
	}
	.campaignBox{
		border: 1px solid #0081CC;
		width: 82%;
		margin: 40px auto;
		color: #0081CC;
		padding: 25px 4%;
	}
	.campaignBox h2{
		margin-bottom: -10px;
		line-height: 1.4em;
	}

}
/*最短合格を叶える学習サポート機能*/
.supportList{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 60px;
}
.supportList li{
	width: 42%;
	margin-bottom: 60px;
}
.supportList li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}
.supportList li h3{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}
.supportBlue{
	color: #0081CC;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px){
	.supportList{
		display: block;
	}
	.supportList li{
		width: 94%;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}
/*社労士（社会保険労務士）について*/
.linkList{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 30px auto 0;
	text-align: center;
}
.linkList a h3{
	font-size: 15px;
	font-weight: normal;
	color: #0081CC;
	margin: 5px 0 0 0;
}
.linkList p{
	color: #363636;
}
@media screen and (max-width: 640px){
	.linkList{
		display: block;
		width: 100%;
	}
	.linkList li{
		margin: 30px 0;
	}
}
/*資格スクエアの講義は多くのメディアに取り上げられています*/
.mediaLogo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mediaLogo li{
	width: 160px;
	margin: 0 20px 30px;
}
.mediaLogo li img{
	width: 100%;
}
@media screen and (max-width: 640px){
.mediaLogo li{
	width: 36%;
	margin: 0 7% 10px;
}

}
/***** 無料体験講義 *****/

/*Btn*/
.formBtn{
  position: relative;
  display: block;
  text-align: center;
  background-color: #F09400;
  color: #fff;
  font-size: 20px;
  padding: 10px 10px 10px 0;
  width: 350px;
  border-radius: 5px;
  margin: 0 auto;
  box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
}
.formBtn:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 10%;
  margin-top: -4px;
}
@media screen and (max-width: 640px){
  .formBtn{
    font-size: 20px;
    padding: 8px 20px 8px 0;
    width: 88%;
  }
  .formBtn:before{
    right: 7%;
  }
}

/*メインキャッチ*/
.backBlue{
  background-color: #EBF8FF;
}
.mainLogo img{
  margin: 10px 0;
}
.mainText{
  background-color: #0380CB;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
}
.mainText span{
  color: #FFE200;
  font-size: 34px;
  font-weight: 700;
  padding: 0 5px;
}
h1.experience{
  font-size: 50px;
  color: #0380CB;
	text-align: center;
}
h1.experience span{
  font-size: 25px;
  color: #363636;
}
.mainList{
  margin: 30px 0 40px;
}
.mainList li{
  font-size: 25px;
  color: #454545;
  font-weight: 600;
  margin: 10px 0;
  padding-left: 40px;
  background: url("https://shikaku-rails.s3.amazonaws.com/content_images/icon_checked_3ad5d4adf2.png")no-repeat 0 5px;
  background-size:30px 30px;
	line-height: 1.5em;
}
.mainList li span{
  font-size: 25px;
  color: #0380CB;
}
.mainLayout{
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px){
  .mainLogo img{
    margin: 10px;
    width: 120px;
  }
  .mainText{
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .mainText span{
    font-size: 23px;
  }
	h1.experience{
    font-size: 28px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 20px;
		margin-top: 10px;
  }
	h1.experience span{
    font-size: 18px;
  }
  .mainList{
    margin:10px 0 30px ;
  }
  .mainList li{
    font-size: 16px;
    color: #454545;
    font-weight: 700;
    margin: 5px 0;
    padding-left: 25px;
    background: url("https://shikaku-rails.s3.amazonaws.com/content_images/icon_checked_3ad5d4adf2.png")no-repeat 0 5px;
    background-size:20px 20px;
  }
  .mainList li span{
    font-size: 17px;
    color: #0380CB;
  }
  .mainLayout{
    display: block;
  }
  .mainLayout img{
    width: 100%;
  }
}
/*効率学習の便利機能を今すぐ試してみる*/
.functionPosition{
  position: relative;
  margin-top: 30px;
}
.functionMuryou{
  position: absolute;
  height:100px;
  width:100px;
  line-height:100px;
  border-radius:50%;
  text-align:center;
  background-color: #FFE200;
  color: #0380CB;
  font-size: 40px;
  font-weight: 700;
  top: 100px;
  right: 120px;
  transform: rotate(10deg);
}
.functionImg{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.functionList{
  display: flex;
  justify-content: space-between;
  width: 840px;
  margin: 0 auto 50px;
}
.functionList li{
  width: 180px;
}
.functionList li h3{
  position: relative;
  height:180px;
  width:180px;
  line-height:1.3em;
  border-radius:50%;
  text-align:center;
  background-color: #0380CB;
  color: #fff;
  font-size: 26px;
  margin: 0 auto 10px;
}
.functionList li h3 span {
  position: absolute;
  display: inline-block;
  left: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width :220px;
  text-align:center;
}
.functionList li p{
  color: #2B2B2B;
  font-size: 12px;
}
.functionList li p span{
  font-size: 85%;
}
.functionTitle{
	font-size: 26px;
	text-align: center;
	color: #0081CC;
	font-weight: 600;
	margin:30px 0 20px;
}
.functionText{
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px){
	.functionPosition{
		position: relative;
		margin-top: 20px;
	}
	.functionMuryou{
		position: absolute;
		height:50px;
		width:50px;
		line-height:50px;
		border-radius:50%;
		font-size: 20px;
		font-weight: 700;
		top: 75px;
		right: 5%;
	}
  .functionImg{
    margin: 20px auto 0;
    width: 100%;
  }
  .functionList{
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 20px;
  }
  .functionList li{
    width: 44%;
    margin-bottom: 20px;
  }
  .functionList li h3{
    height:120px;
    width:120px;
    font-size: 16px;
    margin: 0 auto 5px;
  }
	.functionList li h3 span {
		width :120px;
	}
	.functionList li p{
		font-size: 11px;
	}
	.functionTitle{
		font-size: 20px;
		line-height: 1.5em;
		margin:15px 0 10px;
	}
	.functionText{
		text-align: left;
		margin: 0 auto 15px;
		width: 90%;
	}
}
/*体験講義スタートまでの流れ*/
h2.application{
  position: relative;
  background-color: #0D4591;
  color: #fff;
  text-align: center;
  font-size: 27px;
  padding: 15px 0;
  margin-bottom: 50px;
}
h2.application:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #0D4591;
}
h2.application span{
  display: block;
  font-size: 12px;
  font-weight: 200;
}
.annotationList{
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 50px;
}
.annotationList li{
  width: 240px;
}
.annotationList li h3{
  color: #0380CB;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.annotationList li h3 span{display: inline-block;
  color: #fff;
  height:25px;
  width:25px;
  line-height:25px;
  border-radius:50%;
  text-align:center;
  background-color: #0380CB;
  font-size: 15px;
  margin-right: 5px;
}
.annotationList li p{
  color: #707070;
  font-size: 10px;
  margin-top: 5px;
	line-height: 1.3em;
}
.annotationList li img{
  width: 100%;
  border:1px solid #8ECFFF;
}
h2.experienceForm{
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 1.4em;
}
#request-form{
	margin-top: -70px;
	padding-top: 70px;
}
@media screen and (max-width: 640px){
	h2.application{
		font-size: 20px;
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.annotationList{
		display: block;
		width: 96%;
		margin: 0 auto 50px;
	}
	.annotationList li{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.annotationList li img{
		width: 50%;
		margin: 0 auto;
	}
	h2.experienceForm{
		font-size: 18px;
		margin-bottom: 30px;
	}
	#request-form{
		margin-top: -60px;
		padding-top: 60px;
	}
}

#form_other_path{text-align:center}.subbtn{clear:both;width:100%;text-align:center}.subbtn input[type=submit]{margin:10px 0}.formstyle dl{display:table;width:100%;margin:0;border-bottom:1px solid #c5d9e5;font-size:15px;line-height:180%}.formstyle dl dt,.formstyle dl dd{display:table-cell;width:35%;box-sizing:border-box;padding:20px 10px;vertical-align:middle}.formstyle dl dt{font-size:100%;border-right:1px solid #d9e7ef;color:#0770B1;font-weight:bold}.formstyle dl dd{width:65%}.formstyle span.required{background-color:#FF4D4D;color:#fff;font-size:70%;border-radius:3px;padding:3px 5px;float:right;line-height:100%}.formstyle span.optional{background-color:#59AFFF;color:#fff;font-size:70%;border-radius:3px;padding:3px 5px;float:right;line-height:100%}.formstyle input{font-size:110%;padding:5px 4px;border:1px solid #ddd;box-sizing:border-box}.formstyle input[type="radio"],.formstyle input[type="checkbox"]{width:auto}.formstyle input:focus{background:#fff7e8}.formstyle dl:hover{background:#eaf8ff}.formstyle select{-webkit-appearance:none;font-size:110%;padding:5px 4px;border:1px solid #ddd;box-sizing:border-box;background-color:#fff}.formstyle textarea{font-size:100%}.formstyle textarea{height:300px;border:1px solid #ddd}.formstyle form input[type=submit]{color:#fff;padding:10px;font-size:120%;background:#007bcf;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2)}@media screen and (max-width: 769px){.formstyle dl{margin-bottom:20px}.formstyle dl dt,.formstyle dl dd{display:block;width:100%;border:none;padding:10px 0}.formstyle dl dd{padding-top:0}.formstyle span.required,.formstyle span.optional{float:none;margin-left:3px}.formstyle textarea{height:300px;width:90%}}
/* ================ */
/* PCのみ表示 ヘッダーバナー */


.shakaijinCpBtn {
  display: block;
  position: relative;
  background-color: #f16e9d;
  color: #fff;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  width: 300px;
  margin-left: auto;
  margin-right: 30px;
}
.shakaijinCpBtn:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  right: 3%;
  top: 50%;
  margin-top: -2px;
}
.shakaijinCpBtn span.cpBg {
  font-size: 115%;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .shakaijinCpBtn {
    display: none;
  }
}

/* ================ */
/* PC+スマホ 下部追従 */
/* 追従バナー本体はGTMで表示し分けている */

.fixedBtn {
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 99;
}
.fixedBtnList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixedBtnList li {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.fixedBtnList a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 5px 0;
}
.fixedBtnList a .bg {
  font-size: 20px;
}
.fixedBtnList a .sm {
  font-size: 10px;
  background-color: #fcccb6;
  color: #1c1c1c;
  padding: 3px 5px;
  border-radius: 20px;
  margin: 0 5px;
}
.fixedBtnList a:hover {
  opacity: 1 !important;
}
.fixedBtnList .siryouseikyuu {
  background-color: #004a76;
  margin-bottom: 5px;
  font-size: 15px;
  width: 140px;
}
.fixedBtnList .setsumeikai {
  background-color: #ff6b34;
  font-size: 15px;
  width: 230px;
}
.fixedBtnList .siryouseikyuu:hover {
  background-color: #0c6ca5;
}
.fixedBtnList .setsumeikai:hover {
  background-color: #ff8051;
}
.fixedBtnList .siryouseikyuu a {
  font-size: 15px;
}
.fixedBtnList .setsumeikai a {
  font-size: 15px;
}
.siryouImg {
  vertical-align: middle;
  margin-right: 10px;
}
#spPagetop {
  display: none;
}
@media screen and (max-width: 640px) {
  .fixedBtn {
    bottom: 0px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .fixedBtnList {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .fixedBtnList li {
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
  .fixedBtnList li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixedBtnList a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
  }
  .fixedBtnList a .bg {
    font-size: 17px;
  }
  .fixedBtnList .siryouseikyuu {
    width: 30%;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 15px;
  }
  .fixedBtnList .setsumeikai {
    width: 65%;
    font-size: 13px;
  }
  .siryouImg {
    display: none;
  }
  /*spPagetop*/
  .spPagetop {
    position: absolute;
    right: 5px;
    top: -20px;
  }
  #pagetop {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #pagetop::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    transform: rotate(-45deg) translateX(-50%) translateY(-50%);
    right: 8%;
    top: 50%;
    margin-top: -3px;
  }
}
/*




 */
