/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*, *:before, *:after, *:first-letter, *:first-line {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

@media screen and (min-width: 640px){

	.pc {
		display: block;
	}
	.sp{
		display: none;
	}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/* ========================================================================================================

--------------------------------------------FOR PC---------------------------------------------

===========================================================================================================*/	


/* ==========================================================================
main setting
========================================================================== */
#common_logo {
	width:1000px;
	height:80px;
	overflow: hidden;
}

#common_logo h1{
	width:338px;
	height:80px;
	margin:0;
		float: left;

	}

#common_logo h1 img{
	vertical-align:middle;
	padding:15px 0;
	}

.hum_menu_sp2{
	display:none;
	}

#common_logo h1 a {
	display:block;
	width:338px;
	height:80px
	}
.common_head_texts {
	float: right;
	overflow:hidden;
	height:80px;
}
.common_head_text01 {
	font-size: 20px;
	font-family: century gothic;
	float:left;
	height:80px;
	line-height:80px;
}

.tel_bold_common{
	font-size:29px;
	font-family: century gothic;
	}

.common_head_text02{
	float:left;
	height:80px;
	}

.common_head_text02 a {
	font-size:20px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0071B2;
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin:20px 0 20px 22px;
	position:relative;
}

.common_head_text02 a:after {
	content:url(../img/r_yajirusi.png);
	position:absolute;
		top:50%;
	line-height:0;
	margin-top:-4px;
	right:10px;
	width:22px;
	height:8px;
	}

.sec_title {
width: 1000px;
	text-align: center;
	margin: 0 auto 35px;
	
}
.sec_title h3 {
	width: 388px;
	font-size: 32px;

}
.sec_t_cap{
	padding-top:3px;
	display:block;
	font-size: 14px;
	width: 306px;
	color: #E75542;
	font-family: century gothic;
}


/* ==========================================================================
g_navi setting
=======================================================================*/

	
	#g_navi02 {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #333;
}
	
	
.g_navi02 {
	overflow: hidden;
	width: 1000px;
}

	
	.g_navi02 li {
	font-size: 15px;
	float: left;
	position: relative;
}
	
	.g_navi02 li:before {
		content: "";
		position: absolute;
		right: 0;
		top: 20px;
		width: 1px;
		height: 20px;
		background: #dcdcdc;
	}
	
	.g_navi02 li:first-child:after {
		content: "";
		position: absolute;
		left: 0;
		top: 20px;
		width: 1px;
		height: 20px;
		background: #dcdcdc;
	}
	
	.g_navi02 li a {
		padding:0 30px;
		display:block;
		color:#333;
	}
	
	.g_navi02 li a:hover {
		color:#E75542;
	}


.red_text{
	color: #E75542;
	}
	
.in_subtitle {
	font-size: 14px;
}
	
	
/*--------------  GRAY x ORANGE LINE --------------*/

.lines {
	overflow: hidden;
	margin: 12px 0;
}

.orange_line {
	height: 1px;
	width: 100px;
	background-color: #E75542;
	float: left;
}

.school_box01 .orange_line {
	height: 1px;
	width: 100px;
	background-color: #E75542;
	float: left;
}
.school_box01 .gray_line {
	height: 1px;
	width: 900px;
	background-color: #dcdcdc;
	float: left;
}

.school_box_p_eiken .orange_line {
	height: 1px;
	width: 100px;
	background-color: #E75542;
	float: left;
}

.school_box_p_eiken .gray_line {
	height: 1px;
	width: 900px;
	background-color: #dcdcdc;
	float: left;
}


/*--------------  GRAY x ORANGE LINE --------------*/
.muryou_btn{
	margin-top:40px;
}
.muryou_btn a{
	margin-top:-15px;
	display: block;
	text-align: center;
	color: #fff !important;
	font-size:24px;
	background-color: #0071B2;
	width: 400px;
	height: 60px;
	line-height: 60px;
	position:relative;
	text-decoration:none !important;
	}
.muryou_btn a:after {
	content:url(../img/r_yajirusi.png);
	position:absolute;
		top:50%;
	line-height:0;
	margin-top:-4px;
	right:10px;
	width:22px;
	height:8px;
	}
	
	
}



/* ========================================================================================================

--------------------------------------------FOR SMART PHONE---------------------------------------------

===========================================================================================================*/	

@media screen and (max-width: 640px){
	
	.pc {
		display: none;
	}
	.sp{
		display: block;
	}
/* ==========================================================================
main setting
========================================================================== */

#common_logo {
	width:100%;
	height:12.5%;
	background-color:#fff;
	
}

.common_logo_wrap{
	width:90.6%;
	height:auto;
	overflow: hidden;
	padding:3.1% 0;
	}

#common_logo h1{
	width:72.4%;
	height:auto;
	float: left;
	}

#common_logo h1 a img{
	width:100%;
	height:auto;
	vertical-align:middle;
	}
	
.hum_menu_sp2{
	width:100%;
	height:100%;
	}

.hum_menu_sp2 img{
	width:100%;
	height:100%;
	vertical-align:middle;
	}


#common_logo h1 a {
	display:block;
	width:100%;
	height:100%;
	}
	
.common_head_texts{
	float: right;
	overflow:hidden;
	height:100%;
	width:19%;
}
.common_head_text01 {
	display:none;
}


.tel_bold_common{
	font-size:29px;
	font-family: century gothic;
	}

.common_head_text02{
display:none;
	}

.common_head_text02 a {
	font-size:20px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0071B2;
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin:20px 0 20px 22px;
	position:relative;
}

.common_head_text02 a:after {
	content:url(../img/r_yajirusi.png);
	position:absolute;
		top:50%;
	line-height:0;
	margin-top:-4px;
	right:10px;
	width:22px;
	height:8px;
	}


.span_block{
	display:block;
	}
.span_in_block{
	display:inline-block;
	}

.sec_title{
width: 100%;
	text-align: center;
	margin: 0 auto 5.5%;
	
}
.sec_title h3{
	width: 100%;
	font-size: 14px;
	font-size:1.6rem;

}
.sec_t_cap{
	padding-top:0.2%;
	display:block;
	font-size: 8px;
	font-size:0.8rem;
	width: 100%;
	color: #E75542;
	font-family: 'Muli', sans-serif;
}

.in_subtitle{
	font-size:10px;
	font-size:1.1rem;
	}


/* ==========================================================================
g_navi setting
=======================================================================*/

#g_navi02 {display:none;
}


.red_text{
	color: #E75542;
	}
	
/* ==========================================================================
GRAY x ORANGE LINE setting
=======================================================================*/


.lines {
	overflow: hidden;
	margin: 3.44% 0;
	width:100%;
	height:2px;
}

.orange_line {
	height: 2px;
	width: 15.6%;
	background-color: #E75542;
	float: left;
}

.gray_line {
	height: 2px;
	width: 84.4%;
	background-color: #dcdcdc;
	float: left;
}

.school_box01 .orange_line {
	height: 2px;
	width: 15.6%;
	background-color: #E75542;
	float: left;
}
.school_box01 .gray_line {
	height: 2px;
	width: 84.4%;
	background-color: #dcdcdc;
	float: left;
}

.muryou_btn a {
	text-decoration:none !important;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	display: block;
	color: #fff !important;
	background-color: #0071B2;
	width: 260px;
	height: 40px;
	line-height: 40px;
	margin:20px auto;
	position: relative;
}
.muryou_btn a:after {
	    content: "";
    background: url(../img/r_yajirusi.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    line-height: 0;
    margin-top: -2.75px;
    right: 15px;
    width: 15px;
    height: 5.5px;
}

	input,textarea{
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
	border-radius: 0px;
		background: #fff;
		font-size: 16px;
	}
	

}


.pc{
	display:block;
}
.sp{
	display:none;
}
@media screen and (max-width: 640px){
.pc{
	display:none;
}
.sp{
	display:block;
}
}
.beginner_link{
    display: block;
	color: #E75542;
    margin-bottom: 10px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
}
@media screen and (max-width: 640px){
	.beginner_link{
		width: 93.1%;
	}
}