.slicknav_menu {
display:none;/*PC時は非表示*/
}
@media screen and (max-width: 750px) {
#gnav {
display:none;/*モバイル時は非表示*/
}

#naviBg {
display:none;/*モバイル時は非表示*/
}

.tate {
display:none;/*モバイル時は非表示*/
}

.sp_hid{
    display: none;
}

#headerLine {
display:none;/*モバイル時は非表示*/
}

.slicknav_menu {
display:block;/*モバイル時は表示*/}
}

/*ハンバーガーメニューのエフェクト*/
.slicknav_icon,
.slicknav_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.slicknav_icon {
    position: relative;
    width: 50px;
    height: 44px;
}
.slicknav_menu .slicknav_icon-bar{
    position: absolute;
    left: 0;
}
.slicknav_icon span:nth-of-type(1) {
    top: 0;
}
.slicknav_icon span:nth-of-type(2) {
    top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
    bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
}
.active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

#menu li ul.child {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	top: 2em;
	left: -70%x;
}
#menu li:hover ul.child {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#menu li ul.child li {
	float: 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;
}

#header {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
}
.headerLogo {
	height: auto;
	width: 180px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 12px;
	float: left;
	}
	
#footer {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 25px;
	overflow: hidden;
}

.footText {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.footText {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
}

#footerLogo {
	height: auto;
	width: 160px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#footerNaviTxt {
	height: auto;
	width: 100%;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.snsBox {
	height: auto;
	width: 115px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 50px;
}

/*制作時追加css*/

.message {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	line-height: 32px;
	height: auto;
	width: 92%;
	margin-bottom: 15px;
	border: 3px solid #FF0000;
	font-weight: bold;
	margin-top: 20px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}

.topMidashi {
	font-family: Folk-M, "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 28px;
	line-height: 36px;
	height: auto;
	width: 92%;
	margin-bottom: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.top_leadcopy02 {
	font-family: Folk-M, "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 16px;
	line-height: 28px;
	height: auto;
	width: 92%;
	margin-bottom: 10px;
	text-align: justify;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.topMainCatch {
	font-family: Folk-M, "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 34px;
	line-height: 44px;
	height: auto;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-shadow: 3px 3px 3px #cccccc;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.contentsArea {
	height: auto;
	width: 92%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.contentsAreaRight {
	height: auto;
	width: 92%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.contents_copy {
	height: auto;
	width: 100%;
}

.top_ph {
	height: auto;
	width: left;
	margin-right: 0px;
	margin-bottom: 10px;
}

.top_s_ph {
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}

.top_catchcopy {
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 22px;
	line-height: 28px;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}

.top_bodycopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	text-align: justify;
}

#informationArea {
	height: auto;
	width: 92%;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.news_title {
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Futura-Book;
	font-size: 28px;
	line-height: 32px;
	text-transform: capitalize;
	color: #666666;
}

#twitterEmbed {
	height: 800px;
	width: 100%;
	margin-bottom: 20px;
}

#instaEmbed {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #333333;
	border-radius: 15px;
	padding: 30px;
	background-color: #FFFFFF;
}

#youtubeEmbed {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#snsBox {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
}

.courseCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 26px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	color: #000000;
	margin-bottom: 15px;
}


.courseCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	color: #000000;
	margin-bottom: 15px;
}

.buttonBox {
	height: auto;
	width: 92%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.buttonCopy {
	font-family: shingo-m, Osaka, sans-serif;
	font-size: 16px;
	line-height: 22px;
}




#mainVisual {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#topPicture {
	height: auto;
	width: 100%;
	clear: both;
	padding-top: 0px;
}

.topBodyCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-right: 15px;
}

#contents {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-color: #DCDCDC;
}

#contents_main {
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top: 15px;
	margin-left: auto;
}

.summarybox {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.summary_title {
	height: auto;
	width: 100%;
	padding-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding-left: 0px;
}
.summary_contents {
	height: auto;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: table-cell;
}

.summarybox_end {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	overflow: hidden;
}

.conLead {
	font-family: Folk-M, "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	height: auto;
	width: 92%;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}
