@charset "sjis";
/*スマホメインでお願いします*/

/*下部電話番号用*/
body{
    padding-bottom: 60px;
}
h1{
	margin-top: 0;
}
/* --------------------------------------------------
フォント設定
-------------------------------------------------- */

/*light*/
@font-face {
	font-family: "RoundedMgenplus-light";
	src: url(/fonts/rounded-mgenplus-1cp-light.ttf) format("truetype");
}

/*medium*/
@font-face {
	font-family: "RoundedMgenplus-medium";
	src: url(/fonts/rounded-mgenplus-1cp-medium.ttf) format("truetype");
}

/*heavy*/
@font-face {
	font-family: "RoundedMgenplus-heavy";
	src: url(/fonts/rounded-mgenplus-1cp-heavy.ttf) format("truetype");
}

/*mincho AozoraMinchoRegular.ttf*/
@font-face {
	font-family: "aozora-regular";
	src: url(/fonts/AozoraMinchoRegular.ttf) format("truetype");
}

/* --------------------------------------------------
	header　オリジナル修正
	-------------------------------------------------- */
img{
    -webkit-backface-visibility: hidden;

}
ul,li{
    list-style: none;
}
header{
    height: auto;
    display: block;
    clear: both;
}
header h1{
    margin: 0;
}
header div.minititle{
	display: none;
}
header a.toplink{
	width: 35%;
    float: left;
	margin: 0 auto;
    padding: 5px 0;
    display: block;
}
header a.toplink img{
    width: 90%;
    max-width: 150px;
    margin: 5px 0 5px 5px;
}

header div.right{
    width: 220px;
    height: 50px;
    display: block;
    float: right;
    margin: 0 0px 0 0;
    text-align: right;
}
header div.right span.mynavi.history,
header div.right span.mynavi.osusume,
header div.right span.mynavi.favorite,
header div.right span.menubtn{
    height: 50px;
    width: auto;
}
header div.right span.mynavi.history a img,
header div.right span.mynavi.osusume a img,
header div.right span.mynavi.favorite a img,
header div.right span.menubtn a img{
	width: auto;
	height:50px;
	margin: 0 auto ;
    display: inline-block;
}

/*sns header navi*/

header #snsnavi{
	background-color: #c00;
	clear: both;
	padding: 5px;
	color: #fff;
	font-size: 11px;
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}
header #snsnavi ul{
	width: 60%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding-inline-start: 0px;
	margin: 0;
}
header #snsnavi ul li{
	max-width: 25px;
	margin-right: 8px;
}
header #snsnavi ul li:nth-child(4){
	margin-right: 13px;
}
header #snsnavi ul li img{
	width: 100%;
}


/* ---------- base -------------------- */
html {
	background-color:#fff;
	width:100%;
	font-size: 62.5%;
}
body {
	 font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	margin:0 auto;
}


/* ---------- nav#pankuzu -------------------- */
#pankuzu {
	display:none;
}

/* ---------- main -------------------- */
main {
	display:block;
	margin:0 auto;
	clear: both;
}
/* section */
section {
	display:block;
	margin:0 auto;
}
/*pagetitle*/
section.pagetitle{
	width: 100%;
	padding: 5% 0 3% 0;
}
section.pagetitle h2{
	color: #fff;	
	width: 100%;	
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-shadow: 1px 1px 1px #000;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	clear: both;
}
section.pagetitle p{
	width: 100%;
	text-align: center;
	margin: 2% auto 0 auto;
	letter-spacing: 2px;
}
section.pagetitle p span{
	color: #fff;
	text-align: center;
	border-top:3px solid #fff;	
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	width: 100px;
	min-width: 100px;
	overflow: inherit;
	display: inline;
}
/* ---------- pankuzu -------------------- */
nav#pankuzu_v5 {
    height: 40px;
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #d20014;
    overflow-y: hidden;
    -ms-overflow-style: none;
}
nav#pankuzu_v5 ul {
    list-style-type: none;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    margin: 0;
    width: auto;
}
nav#pankuzu_v5 ul li {
    float: left;
    height: 100%;
    background-color: #eee;
    position: relative;
    height: 41px;
}
nav#pankuzu_v5 ul li:before {
    top: 15px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #999;
    border-width: 5px 0 5px 1em;
    z-index: 10;
}
nav#pankuzu_v5 ul li:after {
    top: 15px;
    right: -.8em;
    border-style: solid;
    border-color: transparent transparent transparent #eee;
    border-width: 5px 0 5px 1em;
    z-index: 10;
}
nav#pankuzu_v5 ul li:before, nav#pankuzu_v5 ul li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
nav#pankuzu_v5 ul li.now:before, nav#pankuzu_v5 ul li.now:after {
	display: none;
}
nav#pankuzu_v5 ul li a {
    /* display: block; */
    height: 100%;
    padding-right: 15px;
    padding-left: 25px;
    font-size: 11px;
    text-decoration: none;
    line-height: 40px;
    color: #666;
}
nav#pankuzu_v5 ul li.now {
    background-color: #d20014;
}
nav#pankuzu_v5 ul li.now a {
    color: #fff;
}

/* ---------- footer -------------------- */
footer {
	display:block;
	text-align:center;
}
footer small {
	display:block;
	font-size:1.2em;
	padding:30px 0;
}

/* ---------- freedial -------------------- */
.freedial{
    position: fixed;
    width: 100%;
    max-width: 400px;
    z-index: 310;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.freedial .btn_area{
    background: url(/student/common/images/bg_red90.png);
    border-radius: 8px 8px 0 0;
    width: 94%;
    margin: auto;
    padding: 0 10px;
    box-shadow: 0px 0px 4px #666666;
    height: 60px;
    display: flex;
}
.freedial a,
.freedial a:link,
.freedial a:hover,
.freedial a:visited{
    color: #ffffff;
    text-decoration: none;
	width: 70%;
	display: block;
}
.freedial .btn_area span{
    display: block;
    text-align: center;
     padding: 5px 0 0px 0;
}
.freedial .btn_area strong{
    display: block;
    text-align: center;
    font-size: 26px;
    margin: -5px auto 0 auto;
   
}
.freedial .btn_area strong img{
    width: 30px;
    display: inline-block;
    margin: -5px 5px 0 0;
}
.freedial .btn_area .line{
	width: 30%;
	background:linear-gradient(180deg, rgba(60,200,49,1) 50%, rgba(0,162,49,1) 90%);
	border:2px solid #fff;
	border-radius: 8px;
	height: 80%;
	margin: 5px 0 0;
	text-align: center;
}
.freedial .btn_area .line strong{
	margin-bottom: 0px;
	margin-top:-3px;
	font-size: 24px;
	display: block;
}
.freedial .btn_area .line small{
	display: block;
	margin-top: -8px;
}


/* ---------- common -------------------- */
.pc{
	display: none;
}
.sp{
	display: block;
}



/* section.presented */
.presented {
	border-top:3px solid #e10012;
	background: url(/student/common/images/bg_dotgray.png);
}
.presented div.container{
	background: url(/common_jp/image/v5/white80.png);
	margin: 10px auto;
	border:1px solid #ccc;
    width: 96%;
}

.presented div.container span.title_h2{
	border:none;
	margin: 40px 0 0 0;
    display: block;
    text-align: center;
    color: #e10012;
    font-weight: bold;
}
.presented div.container h2{
	border:none;
	margin: 10px 0 0 0;
	padding: 0;
    text-align: center;
}
.presented div.container p.read{
	width: 90%;
	margin: auto;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8em;
	padding: 10px 0 20px 0;
}

.presented div.container a.main_btn:before{
	display: none;
}
.presented div.container a.main_btn img{
	width: 15%;
	margin: -8% 10px -8px 0;
}
.presented div.container iframe{
	width: 100%;
	max-width: 340px;
	height: 600px;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
	display: block;
	border:1px solid #999;
}
.presented ul{
    padding: 0;
    text-align: center;
}
.presented ul li{
    list-style: none;
    display: inline-block;
    width: 45%;
    max-width: 250px;
    margin: 0 1%;
}
.presented  div.container a.main_btn.pattern2{
	/* background-color: #fff; */
	color: #ff6464;
	font-weight: normal;
	border:1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+75,ededed+100 */
	/* background: #ffffff; */ /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 75%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 75%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 75%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 8px;
    box-shadow: 0 0 2px #cccccc;
    display: block;
}
.presented  div.container a.main_btn.pattern2 img{
    max-width: 60px;
    margin-bottom: -10px;
}
.presented div.container a.main_btn,
.presented div.container a.main_btn:link,
.presented div.container a.main_btn:visited{
	width: 100%;
	float: left;
	color: #666;
    padding: 20px 3px;
    font-size: 16px;
    box-sizing: border-box;
    
}
/* --------------------------------------------------
-----------------------------------------------------
window size 600-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:600px){
    
/* --------------------------------------------------
header　オリジナル修正
-------------------------------------------------- */    
    header{
        display: table;
        height: 64px;
    }
    header a.toplink{
        display: table-cell;
        width: 40%;
        height: auto;
    }
    header a.toplink img{
        width: 64%;
        height: auto;
        margin: 0 0% 0 5%;
    }
    header div.right{
        display: table-cell;
        text-align: right;
    }
    
    
/* ---------- nav#pankuzu -------------------- */
/* --------------------------------------------------
header　オリジナル修正
-------------------------------------------------- */
	#pankuzu {
		display:none;
	}
    
/* ---------- freedial -------------------- */
    .freedial{
        bottom: 0;
        right: 0;
        left: inherit;
    transform: translate(0, 0);
    }

}
	

/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
	/* --------------------------------------------------
	header　オリジナル修正
	-------------------------------------------------- */
    #mmenu.mm-menu{
        left: 200px;
    }
    #mmenu.mm-menu div {
        width: 700px;
        max-width: 700px;
        left: 0px;
    }
    header{
        height: 75px;
    }
    header a.toplink{
        width: 160px;
        display: inline-block;
        text-align: left;
	}
	header a.toplink img{
		width: 150px;
		margin: 8px 0 0 2%;
	}
    header div.right{
        margin: 10px auto auto auto;
        width: 200px;
        float: right;
    }

	/*sns header navi*/
	header #snsnavi{
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
	header #snsnavi ul{
		justify-content: right;
		width: auto;
	}
	header #snsnavi span{
		display: block;
		width: auto;
		height: auto;
		margin: 0 10px;
	}

	
	/* ---------- base -------------------- */
	html {
		background-color:#fff;
		width:100%;
		font-size: 62.5%;
	}
	body {
		 font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
		margin:0 auto;
	}

	/* ---------- nav#pankuzu -------------------- */
	#pankuzu {
		display:none;
	}

	/* ---------- main -------------------- */
	main {
		display:block;
		margin:120px auto 0 auto;
	}
	/* section */
	section {
		display:block;
		margin:0 auto;
	}
	/*pagetitle*/
	section.pagetitle{
		width: 100%;
		padding: 3% 0 3% 0;

		max-width: 1024px;
	}
	section.pagetitle h2{
		color: #fff;	
		width: 100%;	
		font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		text-shadow: 1px 1px 1px #000;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		text-align: center;
		clear: both;
		
		font-size: 26px;
		font-size: 2.6rem;
	}
	section.pagetitle p{
		width: 100%;
		text-align: center;
		margin: 2% auto 0 auto;
		letter-spacing: 2px;
	}
	section.pagetitle p span{
		color: #fff;
		text-align: center;
		border-top:3px solid #fff;	
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		width: 100px;
		min-width: 100px;
		overflow: inherit;
		display: inline;
	}
	/* ---------- pankuzu -------------------- */
	nav#pankuzu_v5 {
		width: 100%;
		background-color: #eee;
		 overflow-x: hidden;
	}
	nav#pankuzu_v5 ul {
		list-style-type: none;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: left;
		margin: 0;
		width: auto;
	}
	nav#pankuzu_v5 ul li {
		float: left;
		height: 100%;
		background-color: #eee;
		position: relative;
		height: 41px;
	}
	nav#pankuzu_v5 ul li a {
		/* display: block; */
		height: 100%;
		padding-right: 15px;
		padding-left: 25px;
		font-size: 11px;
		text-decoration: none;
		line-height: 40px;
		color: #666;
	}

	/* ---------- footer -------------------- */
	footer {
		display:block;
		text-align:center;
	}
	footer small {
		display:block;
		font-size:1.2em;
		padding:30px 0;
	}


	/* ---------- common -------------------- */
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
    
    
    /* section.presented */
	.presented div.container{
		width: 90%;
		max-width: 1024px;
		margin: 10px auto;
        padding-bottom: 30px;
	}
	.presented div.container span.title_h2{
		color: #d70012;
	}
	.presented div.container h2{		
		color: #000;
	}
	.presented div.container p.read{
		width: 50%;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 20px auto;
	}
	.presented div.container ul{		
		width: 50%;
		margin: auto;
	}
	.presented div.container a.main_btn.pattern2{
		padding: 20px 5px;
		height: auto;
        font-size: 16px;
	}
	.presented div.container a.main_btn.pattern2 img{
		width: 30px;
        max-width: none;
		margin: -10px 10px -10px 0;
	}
	.presented div.container iframe{
		width: 340px;
	}
}
















