@charset "UTF-8";
@import url(css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400);

html {
	box-sizing: border-box;
	font-size: 62.5%;
	/*background-color: #45474d;*/
}
body {
	min-width: 1020px;
	background: #fff;
	color: #45474d;
	font-size: 15px;
	font-size: 1.5rem;
	font-family:Avenir, "ヒラギノ角ゴシック", 'Hiragino Sans', "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
h2,
h3,
h4 {
	color: #2b3c4c;
	font-weight: 600;
	line-height: 1.8;
}
p {
	margin: 0 0 20px;
	text-align: justify;
	font-size: 1.6rem;
}
figure{
	    margin-bottom: 15px;
}
img {
	vertical-align: bottom;
}
a {
	color: #45474d;
	text-decoration: none;
	transition:0.3s;
}
a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: 0.3s;
}
.none {
	display: inline-block;
}
.nonePc {
	display: none;
}
#gNav li.nonePc {
	display: none;
}
.brSp {
	display: none;
}

/*　ヘッダー　*/
header {
    top: -100px;
    position: absolute;
	min-width: 1020px;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
	background-color: #fff;
    line-height: 1;
    z-index: 999;
}
#headerIn {
    position: relative;
	width: 1000px;
	height: 92px;
	margin: 0 auto;
	vertical-align: middle;
}
#headerIn:after {
    content: "";
    clear: both;
    display: block;
}
#mobileHeader {
	float: left;
	width: 220px;
	padding: 10px 0;
}
h1 {
	display: inline-block;
}
h1 a img {
	width: auto;
	height: 72px;
	vertical-align: middle;
}
#gNav {
	float: right;
	width: 730px;
	padding: 36px 0 0;
	font-size: 15.5px;
	font-size: 1.55rem;
	font-weight: 500;
	text-align: right;
}
#gNav ul li {
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	padding: 0 0 0 25px;
	/*border-left: solid 1px #13b5ea;*/
	line-height: 1.3;
}
#gNav ul li.twitter {
	padding: 0 0 0 15px;
}
#gNav ul li a {
	position: relative;
	display: inline-block;
	color: #2b3c4c;
}
#gNav ul li a span,
#banner h2 span,
ul.footerNav span.beta {
	margin: 0 0 0 -0.6em;
	font-size: 80%;
	font-weight: 400;
}
#gNav ul li img,
#footerComInfo p.twitter img {
	width: 30px;
	height: 30px;
}
#gNav ul li a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#gNav ul li a::after {
  	content: '';
  	position: absolute;
  	bottom: -1px;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	-webkit-transform: scaleX(0);
  	-ms-transform: scaleX(0);
  	transform: scaleX(0);
 	background-color: #2b3c4c;
 	-webkit-transition: all .2s ease;
  	transition: all .2s ease;
}
#gNav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#gNav ul li.twitter a:hover::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
#gNav li.current a {
	border-bottom: solid 1px #2b3c4c;
}
 
/* Fixed */
#topHeader.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 117px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
/* Toggle Button */
#navToggle {
    display: none;
    position: absolute;
    right: 0;
    top: 16px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2b3c4c;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}

a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}

/* メインコンテンツ */
#banner {
	margin: 0 auto;
	padding: 124px 0 31px;
	background-color: #13b5ea;
}
#banner h2 {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
#banner h2 img {
	width: 260px;
	height: auto;
}
article {
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}
h3 {
	margin: 0 0 40px;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.linkBtn,
.linkBtnDialogue {
	display: inline-block;
	width: 300px;
	margin: 30px auto 0;
	text-align: center;
	height: 44px;
	border: solid 2px #13b5ea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #13b5ea;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 47px;
}
#mA .linkBtn {
	width: 100%;
	height: auto;
	padding: 20px;
	line-height: 1.8;
}
.linkBtn:hover {
	border: solid 2px #007393;
	background-color: #007393;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* page top */
#pageTop {
    position: fixed;
    right: 15px;
	clear: both;
	margin: 0;
}
#pageTop a {
    display: block;
	width: 70px;
	height: 70px;
    background: #13b5ea;
    text-decoration: none;
	font-size: 12px;
	font-size: 1.2rem;
    color: #fff;
    text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#pageTop a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#pageTop span {
	display: block;
	margin: -3px 0 0;
	line-height: 1.2;
}

/*--------------------------------------------------------------------------------
								index.html
--------------------------------------------------------------------------------*/
/* -----FADE----- */
#fadeLogo {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	z-index: 1200;
}
#fadeLogo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	height: auto;
	margin: auto;
}
#fadeCopy {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #13b5ea;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
	z-index: 1100;
}
#fadeCopy p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#wrapper {
	display: none;
}
/* -----FADE END----- */
#top #banner {
	margin: 0 auto;
	padding: 210px 0 114px;
	background-color: #13b5ea;
}
#top #banner #bannerIn {
	width: 1000px;
	margin: 0 auto;
}
#top #banner h2 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.8;
}
.linkBtnBanner {
	display: inline-block;
	width: 200px;
	margin: 15px 0 0;
	text-align: center;
	height: 42px;
	border: solid 2px #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 45px;
}
#info {
	width: 100%;
	margin: 0 auto;
	background-color: #f3fbfe;
}
#news {
	width: 800px;
	margin: 0 auto;
}
#newsIn {
	overflow: auto;
	height: 220px;
	margin: 15px 0 0;
	padding: 0 5px 0 0;
}
#news h2 {
	padding: 3px 0 0 6px;
	border-left: solid #2b3c4c 5px;
	color: #2b3c4c;
	font-size: 22px;
	font-size: 2.2rem;
}
#newsIn dl + dl {
	margin: 10px 0 0;
}
#newsIn dt {
	clear: left;
	float: left;
	margin: 0 0 5px;
	padding: 0 0 5px;
	width: 7.2em;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
}
#newsIn dd {
	padding: 0 0 10px 7.2em;
	border-bottom: 1px dotted #dcdddd;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}
#newsIn dd a {
	color: #13b5ea;
}
.noteLT {
	width: 468px;
	margin: 40px auto 0;
	padding: 20px;
	border: 1px solid #2b3c4c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.noteLT a {
	color: #13b5ea;
	text-decoration: underline;
}
.toRecruit {
	text-align: center;
}
.toRecruit .linkBtn {
	margin: 0 0 15px;
	background-color: #fff;
	color: #13b5ea;
}
.toRecruit .linkBtn:hover {
	border: solid 2px #13b5ea;
	background-color: #13b5ea;
	color: #fff;
}
.toRecruit p {
	margin: 0;
	text-align: center;
}
.toRecruit a {
	color: #8fc31f;
}
.aboutCloud {
	width: 1000px;
	margin: 0 auto 60px;
	padding: 90px 0 30px;
}
.aboutCloud > p {
	width: 760px;
	margin: 0 auto 40px;
}
.aboutCloudMenu li {
	margin: 60px 0 0;
}
.aboutCloudMenu li ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}
.aboutCloudMenu li.column2 ul {
	justify-content: center;
}
.aboutCloudMenu li ul li {
	width: calc(33.3% - 40px);
	margin: 0;
}
.aboutCloudMenu li.column2 ul li + li {
	margin: 0 0 0 60px;
}
.aboutCloudMenu li + li {
}
.aboutCloudMenu img,
#top .mfp-content h3 img {
	width: 25px;
	height: auto;
	margin: 0 0 20px;
}
.aboutCloudMenu li h3,
#top .mfp-content h3 {
	color: #45474d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
.aboutCloudMenu li a {
	display: inline-block;
	margin: 20px 0 0;
	outline: none;
	color: #13b5ea;
	line-height: 1;
}
.aboutCloudMenu a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
	color: #007393;
}
.aboutCloudMenu p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
#top article.courseTop {
	width: 100%;
	border-top: 1px solid #dadadb;
}
#top article.courseTop section {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#top article.courseTop section + section {
	margin-top: 90px;
	padding: 90px 0 0;
	border-top: 1px solid #dadadb;
}
#top article.courseTop section h3,
#top article.courseTop section div {
	width: 600px;
	margin: 0 auto;
}
#top article.courseTop section h3 {
	margin-bottom: 30px;
	font-size: 1px;
	font-size: 1rem;
}
#top article.courseTop section h3 img {
	width: 250px;
	height: auto;
}
#top article.courseTop section h3.nonePc {
	display: none;
}
#top article.courseTop section div img {
	width: 320px;
	height: auto;
}
.menuIcon {
	width: 76px;
	height: 76px;
	margin: 0 0 15px;
}
#top article.courseTop section p:last-of-type {
	margin: 0 0 30px;
}
.infoTop {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	background-color: #f5f6f7;
}
.infoTopIn {
	-js-display: flex;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	width: 700px;
	margin: 0 auto;
}
.infoTopCom {
	width: 280px;
}
#top .infoTop h3 {
	margin: 0;
	color: #2b3c4c;
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
}
.infoTop p {
	color: #2b3c4c;
	line-height: 1.5;
}
.infoTop p span {
	margin: 0 0 0 -0.6em;
}
#top .map {
	width: 420px;
	height: 250px;
	margin: 0;
}

/*--------------------------------------------------------------------------------
								grand.html
--------------------------------------------------------------------------------*/
.even {
	background-color: #f5f5f5;
}
.menu {
	text-align: center;
}
.check {
	padding: 0 0 30px;
}
.check p {
	position: relative;
	display: inline-block;
	width: 480px;
	margin: 0;
	color: #66686c;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	vertical-align: middle;
}
.check p::after {
	content: '';
	width: 50px;
	height: 50px;
	border: 0px;
	border-top: solid 1px #d7d4d4;
	border-right: solid 1px #d7d4d4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 6%;
	right: 10%;
}
.example {
	display: inline-block;
	width: 520px;
	margin: 0 auto;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 2.2;
	vertical-align: middle;
}
.example li {
	margin: 0 0 0 1.3em;
	text-indent: -1.3em;
	line-height: 1.6;
}
.example li + li {
	margin: 10px 0 0 1.3em;
	text-indent: -1.3em;
}
.courseWrap {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	margin: 0 0 10px;
}
.course {
	width: calc(33.3% - 10px);
	padding: 30px 20px;
	border: solid 1px #dadadb;
	border-radius: 8px;
	background-color: #fff;
}
.course + .course {
	margin: 0 0 0 16px;
}
.course h4 {
	margin: 0 0 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1;
}
.course h4 span {
	font-size: 30px;
	font-size: 3.0rem;
}
.course h4.bb {
	color: #c9ab00;
}
.course h4.bg {
	color: #37b48d;
}
.course h4.br {
	color: #c82546;
}
.icon {
	margin: 0 0 20px;
}
.courseName {
	font-size: 16px;
	font-size: 1.6rem;
}
.courseName p {
	text-align: center;
}
.price,
.course ul,
.annotation {
	text-align: left;
}
.price {
	height: 55px;
	margin: 0 0 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.course li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
#fudousan .courseName p {
	height: 87px;
}
.annotation {
	padding: 0 0 90px;
	border-top: 1px solid #dadadb;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.annotation ul {
	width: 988px;
	margin: 0 auto;
	padding: 20px 0 0 12px;
	text-indent: -12px;
}
.linkBtnDialogue {
	background-color: #fff;
	border: solid 2px #8fc31f;
	color: #8fc31f;
}
#partnerPer .linkBtnDialogue:hover,
#grand .linkBtnDialogue:hover,
#line .mfp-content p.linkBtnD a:hover {
	background-color: #8fc31f;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#grand .linkBtnDialogue,
#recruit .linkBtnDialogue {
	margin: 0 0 0 20px;
}

/*--------------------------------------------------------------------------------
								line.html
--------------------------------------------------------------------------------*/
#line h4 {
	margin: 0 0 40px;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;;
}
#line h4 img {
	width: 150px;
	height: auto;
}
.lineService {
	width: 1000px;
	margin: 90px auto 60px;
}
.lineService > p {
	width: 760px;
	margin: 0 auto 40px;
}
.lineServiceMenu {
	margin: 0 0 60px;
}
.lineServiceMenu,
.lineServiceMenuU {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lineServiceMenu img,
.lineServiceMenuU img,
.mfp-content h3 img {
	width: 123px;
	height: auto;
}
.lineServiceMenu a {
	display: block;
	width: 293px;
	padding: 20px;
	outline: none;
}
.lineServiceMenuU a {
	display: block;
	width: 210px;
	padding: 20px;
	outline: none;
}
.lineServiceMenu a:hover,
.lineServiceMenuU a:hover {
	background-color: #f0f9fc;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
}
.lineServiceMenu a p,
.lineServiceMenuU a p {
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.mfp-content .chatWork {
	margin: 25px 0 0;
	text-align: center;
}
.mfp-content p {
	margin: 0;
}
.mfp-content p.chatWork a {
	display: inline-block;
	width: 242px;
	padding: 13px 0 10px;
	border: 1px solid #413c39;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.mfp-content .linkNext a {
	color: #8fc31f;
}
.mfp-content p.chatWork a:hover {
	border: 1px solid #e84228;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.mfp-content p span a:hover {
	border: none;
}
.mfp-content p.linkBtnD {
	margin: 15px 0 0;
	font-size: 16px;
	text-align: center;
}
.mfp-content p.linkBtnD a {
	display: inline-block;
	width: 242px;
	padding: 13px 0 10px;
	border: 1px solid #413c39;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #8fc31f;
	color: #8fc31f;
}
.mfp-content p a img {
	width: 120px;
	height: auto;
}
/*---モーダル---*/
.mfp-content {
	position: relative;
	padding: 40px;
	width: auto;
	max-width: 70%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/*--------------------------------------------------------------------------------
								LIBRARY.html
--------------------------------------------------------------------------------*/
.libraryWrap {
	width: 1000px;
	margin: 90px auto 30px;
}
.libraryWrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    flex-wrap: wrap;
}
.libraryWrap ul li h3 {
	margin: 8px 0 0;
	color: #45474d;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
.libraryWrap ul li p {
	margin: 0;
}
video {
	background-color: #000;
}
.noteL {
	margin: 0 0 60px;
	padding: 0 0 0 74px;
	box-sizing: border-box;
	background-image: url(../images/attention-logo.png);
	background-repeat: no-repeat;
	background-size: 54px 54px;
	background-position: 0 50%;
	font-size: 14px;
	font-size: 1.4rem;
}
.noteL p {
	margin: 0;
}
.noteL p:first-child {
	color: #e9536b;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
}
.noteL p:first-child span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
span.new {
	padding: 5px 5px 3px;
	border-radius: 4px;
	background-color: #e9536b;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	vertical-align: 2px;
}

/*--------------------------------------------------------------------------------
								company.html
--------------------------------------------------------------------------------*/
#company article + article {
	border-top: solid 1px #dadadb;
}
#company section {
	width: 1000px;
}
#company .suggestion {
	margin: 0 0 40px;
	color: #13b5ea;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}
.greeting {
	float: left;
	width: 780px;
}
.greeting p:last-of-type,
.representative p:last-of-type {
	margin: 0;
}
.representative {
	float: right;
	width: 160px;
}
.representative img {
	width: 160px;
	height: auto;
	margin: 0 0 7px;
}
#company .representative p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
}
#company h4 {
	margin: 0 0 10px;
	padding: 3px 0 0 6px;
	border-left: solid #2b3c4c 5px;
	font-size: 20px;
	font-size: 2.0rem;
}
.outlineWrap span {
	margin: 0 0 0 -0.6em;
}
.outline {
	display: inline-block;
	width: 440px;
	vertical-align: top;
}
.outline section + section {
	margin: 30px 0 0;
}
.outline section p {
	margin: 0;
}
.map {
	display: inline-block;
	width: 560px;
	height: 400px;
	margin: 0 0 2.5em;
}

/*--------------------------------------------------------------------------------
								partner.html
--------------------------------------------------------------------------------*/
#partner article {
	padding-bottom: 0;
}
#partner article + article {
	padding-top: 30px;
}
#partner article.bizPartnerWrap {
	padding-bottom: 30px;
}
#partner h3,
#partnerPer h3,
#recruit h3,
#mA h3 {
	margin: 0 0 10px;
	padding: 3px 0 0 10px;
	border-left: solid #2b3c4c 5px;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: left;
}
#partner h3:first-child,
#partnerPer h3:first-child,
#mA h3:first-child {
	margin: 0 0 60px;
}
#partner h3 span,
#partnerPer h3 span {
	font-size: 16px;
	font-size: 1.6rem;
}
#partner section {
	padding: 0 0 60px 0;
}
#partner .mPartner section h1,
#partnerPer h4 {
	width: 320px;
	text-align: center;
	vertical-align: middle;
}
.intro {
	width: 680px;
	margin: 0 auto;
	padding: 0;
}
#partner section h1,
#partnerPer h4 {
	height: 180px;
	margin: 0 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
}
#partner section.noPhoto h1 {
	display: table-cell;
	width: 460px;
	height: 181px;
	padding: 0 0 14px;
	vertical-align: bottom;
}
#partner section h1 a,
#partner .bizPartner section p.bizPartnerName a {
	color: #2b3c4c;
}
#partner section h1 img,
#partnerPer h4 img {
	width: 120px;
	height: auto;
	margin: 0 0 20px;
}
#partner section h1 span,
#partner section p.bizPartnerName span,
#partnerPer h4 span {
	margin: 10px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
}
#partner section span.detail a {
	color: #13b5ea;
	font-size: 14px;
	font-size: 1.4rem;
}
#partner .mPartner P:last-of-type,
#partner .partner P:last-of-type,
#partner .bizPartner P:last-of-type,
#partnerPer .intro P:last-of-type {
	margin: 0;
}
#partner .bizPartner h1 {
	height: auto;
}
#partner .bizPartner h1 img {
	width: auto;
	height: 37px;
	margin: 0;
	padding: 0 0 10px;
}
#partner .bizPartner h1 img.wBasis {
	width: auto;
	height: 47px;
	padding: 0;
}
#partner .bizPartner h1 img.square,
#partner section h1.square {
	width: auto;
	height: 80px;
	padding: 0;
}
#partner .bizPartner p.bizPartnerName {
	height: 55px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.address {
	display: inline-block;
}
#partner .partner,
#partner .bizPartner {
	display: -webkit-flex;
    display: -moz-flex;
	display: box;
    display: -ms-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.libraryWrap ul li,
#partner .partner section,
#partner .bizPartner section {
	width: 470px;
	text-align: center;
}
#partner .bizPartner section p,
#partner .bizPartner P:last-of-type {
	margin: 0 0 5px;
}
.libraryWrap ul li:nth-child(odd),
#partner .partner section:nth-child(odd),
#partner .bizPartner section:nth-child(odd){
	padding: 0 0 60px 0;
}
ul.freee {
	width: 100%;
	margin: 20px 0 0;
	text-align: left;
}
ul.freee li {
	display: inline-block;
	width: 225px;
}
ul.freee li:first-child {
	margin: 0 5px 0 0;
}
#partner .bizPartner section ul.freee li p {
	margin: 0 0 8px -0.6em;
	line-height: 1;
}
ul.freee li {
	line-height: 1;
}

/* IE8用（最初と3番目のsectionのmargin-leftを0に） */
#partner .partner > *:first-child + * + * {
	padding: 0 0 60px 0;
}
/* */

/* 個別ページ */
#partnerPer h4 {
	vertical-align: top;
}
#partnerPer h1 {
	color: #8fc31f;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
.intro > ul {
	margin: 40px 0 0;
}
#partnerPer section {
	margin: 40px 0 0;
}
.partnerPerLink {
	text-align: center;
}
#partnerPer ul.pager {
	margin: 80px 0 0;
	text-align: left;
}
#partnerPer ul.pager li {
	width: 226px;
	display: inline-block;
	text-align: right;
}
#partnerPer ul.pager li a {
	display: inline-block;
	width: auto;
	color: #13b5ea;
}
#partnerPer ul.pager li:first-child {
	text-align: left;
}
#partnerPer ul.pager li.partnerList {
	text-align: center;
}
#partnerPer ul.pager li.partnerList a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 2px solid #13b5ea;
	border-radius: 6px;
}
ul.nonePC {
	display: none;
}
.infoWrapper {
	display: flex;
}
.infoWrapper .info {
	margin: 0 auto;
}
h4 img.consultant,
h1 img.consultant {
	width: 85px;
	height: auto;
	margin: 20px 0 0;
}
ul.qualifications {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
	width: 190px;
	margin: 0 auto 0;
}
ul.qualifications li + li {
	margin: 0 0 0 15px;
}
ul.qualifications li img {
	width: 100%;
}

/*--------------------------------------------------------------------------------
								contact.html
--------------------------------------------------------------------------------*/
#contact section:first-child {
	margin: 0 auto;
	padding: 0;
	border-top: none;
}
#contact #mailCw {
	width: 1000px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#contact section p {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#contact section.cW {
	width: 600px;
	padding: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#contact section p span,
#thanks section p.phone {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 600;
}
#contact .form {
	width: 398px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#contact .form p {
	margin: 0;
	text-align: left;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	width: 398px;
	height: 45px;
	padding: 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	border: solid 1px #dadadb;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
textarea {
	height: 200px;
	padding: 10px;
}
.form dt {
	margin: 25px 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
}
#contact form p.toPp {
	margin: 10px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}
#contact form p.toPp a {
	color: #13b5ea;
	text-decoration: underline;
}

.submit {
	text-align: center;
}
.submit .linkBtn {
	line-height: 1;
}
button[type="submit"]:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition:0.5s;
	transition: 0.5s;
}
#contact section.cW p {
	line-height: 1.8;
}
#contact section.cW p a {
	margin: 20px auto 10px;
}
#contact section.cW p a + a {
	color: #13b5ea;
}
#contact section.cW .aboutCw h3 {
	margin: 60px 0 10px;
	font-size: 1px;
}
#contact section.cW .aboutCw p {
	width: 400px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
}
#contact section.cW .aboutCw p a {
	color: #8fc31f;
}

/*--------------------------------------------------------------------------------
								thanks.html
--------------------------------------------------------------------------------*/
#thanks section {
	width: 700px;
	margin: 0 auto;
}
#thanks section p {
	text-align: center;
}
#thanks section div {
	text-align: center;
}
#thanks .phone .fa-phone {
	font-size: 26px
}

/*--------------------------------------------------------------------------------
								recruit.html
--------------------------------------------------------------------------------*/
#recruit article,
#pP article {
	width: 1000px;
	margin: 0 auto;
	padding: 90px 0;
}
#recruit section {
	padding: 0 0 60px;
}
#recruit section:last-child {
	padding: 0;
}
#recruit section.summary {
	margin: 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
#recruit section p:last-child {
	margin: 0;
}
#recruit section > ul {
	margin: 0 0 16px;
}
#recruit dl + dl {
	border-top: solid 1px #dadadb;
}
#recruit dl:last-of-type {
	margin: 0 0 40px;
}
#recruit dt {
	float: left;
	clear: both;
	width: 8.5em;
	padding: 15px 0;
}
#recruit dd {
	margin: 0 0 0 8.5em;
	padding: 15px 0 15px 1em;
	border-left: solid 1px #dadadb;
}
#recruit dd ul {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.link {
	text-align: center;
}
#recruit .linkBtnDialogue {
	border: solid 2px #13b5ea;
	background-color: #fff;
	color: #13b5ea;
}
#recruit .linkBtnDialogue:hover {
	border: solid 2px #13b5ea;
	background-color: #13b5ea;
	color: #fff;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/*--------------------------------------------------------------------------------
								ma.html
--------------------------------------------------------------------------------*/
#mA article {
	width: 1000px;
}
#mA .summary {
	margin: 0 0 60px 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
#mA h3:first-child {
	margin: 0 0 30px 0;
}
#mA section > p {
	margin: 0 0 30px 0;
}
#mA h4 {
	margin: 40px 0 5px 0;
	font-size: 22px;
	font-size: 2.2rem;
}
#mA section h4 i {
	padding: 0 3px 0 0;
	font-size: 26px;
	font-size: 2.6rem;
	vertical-align: top;
}
#mA section > ol {
	margin: 0 0 30px 0;
	line-height: 1.8;
}
#mA section ol > li.oneDigit {
	padding: 0 0 0 2.4rem;
	text-indent: -2.4rem;
}
#mA section ol > li {
	padding: 0 0 0 2.8rem;
	text-indent: -2.7rem;
}
#mA section ol li span {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
}
#mA section ol li.oneDigit span {
	padding: 0 1rem 0 0;
}
#mA section ol > li + li {
	margin: 10px 0 0;
}
#mA section li ul li {
	line-height: 1.4;
}
/*
#mA section li i {
	padding: 0 5px 0 0;
	font-size: 22px;
	font-size: 2.2rem;
	text-indent: 0;
	vertical-align: middle;
}
*/
#mA section li > span,
#mA section li > li > span {
	padding: 0 0.3rem 0 0;
}
#mA section li > ul {
}
#mA section li > ul li {
	padding: 0 0 0 1.5rem;
	text-indent: -1.5rem;
}
#mA section li > ul.numExplanation li {
	padding: 0 0 0 3rem;
	text-indent: -3.8rem;
}
#mA section li > ul li + li {
	margin: 5px 0 0;
}
#mA section p.declaration {
	display: inline-block;
	margin: 0 0 8px 0;
	border-bottom: 1.5px solid #45474d;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 0 0 2rem;
	text-indent: -1.0rem;
}
.fa-angle-down {
	padding: 0 5px 0 0;
}
#mA section > p.btn {
	width: 100%;
	margin: 0;
	text-align: center;
}

/*--------------------------------------------------------------------------------
								privacypolicy.html
--------------------------------------------------------------------------------*/
#pP article p:last-child {
	margin: 0;
}
#pP section {
	margin: 0 0 40px;
}
.summary {
	margin: 0 0 60px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#pP ul.purpose {
	margin: 0 0 0 0.8em;
}
#pP ul.purpose li {
	text-indent: -1em;
}
#pP h3 {
	margin: 0;
	color: #45474d;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
#pP article span {
	margin: 0 0 0 -0.6em;
}
.enactment {
	text-align: right;
}


/* Icon */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon:active,
.icon:hover {
	text-decoration: none;
}
.icon > .label {
	display: none;
}
.icon.rounded {
	background-color: #383b43;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	height: 3em;
	line-height: 3em;
	text-align: center;
	width: 3em;
}
.icon.rounded.big {
	font-size: 32px;
	font-size: 3.2rem;
}
.icon.rounded.color1 {
	background-color: #c9ab00;
}
.icon.rounded.color2 {
	background-color: #3c61d4;
}
.icon.rounded.color3 {
	background-color: #633cd4;
}
.icon.rounded.color4 {
	background-color: #af3cd4;
}
.icon.rounded.color5 {
	background-color: #d43cad;
}
.icon.rounded.color6 {
	background-color: #c82546;
}
.icon.rounded.color7 {
	background-color: #d4633c;
}
.icon.rounded.color8 {
	background-color: #d4af3c;
}
.icon.rounded.color9 {
	background-color: #37b48d;
}
.icon.rounded.color10 {
	background-color: #61d43c;
}
.icon.rounded.fa-twitter {
	background-color: #2daae4;
}
.icon.rounded.fa-facebook {
	background-color: #39599f;
}
.icon.rounded.fa-google-plus {
	background-color: #c91e1f;
}
.icon.rounded.fa-dribbble {
	background-color: #c4376b;
}
.icon.rounded.fa-tumblr,
.icon.rounded.fa-linkedin {
	background-color: #31516a;
}
.icon.rounded.fa-rss {
	background-color: #f2600b;
}


::selection {
	background-color: #13b5ea;
	color: #fff;
}
::-moz-selection {
	background-color: #13b5ea;
	color: #fff;
}

/* プルダウン */
#menu ul {
	display: none;
}
  display: none;
  position: absolute;
}