@charset "utf-8";



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

outline
==================================================*/

.pc {display:block;}
.sp {display:none;}
html,body {
	min-height:100%;
	min-width:100%;
	position:relative;
	color:#333;
}
#header .wrap,
#globalNavigation ul,
#contents .wrap,
#topicpath ol,
#footer .wrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header .wrap:after,
#fixedContact ul:after,
#contents .wrap:after,
#contents section:after,
#topicpath ol:after,
#footer .wrap:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}


/*	a	*/
a {
	transition: .2s;
	display: inline-block;
	position: relative;
}
a:after,
a:before {
	transition: .2s;
}
a img {
}
a:hover {
	color:#f60a20;
	text-decoration:none;
}
a:hover img {
	opacity:0.75;
}
a:hover,
a:hover img,
a:hover::after
a:hover::before {
	transition: .4s;
}
.main a::before,
#footer .wrap li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #f60a20;
}
.main a:hover::before,
#footer .wrap li a:hover::before {
	width: 100%;
}
.linkbtn::after  {
	display:none;
}
.ipad .main a::before,
.ipad #footer .wrap li a::before {
	position: static;
	bottom: auto;
	left: auto;
	width: 0;
	height: 0;
	background: none;
}
.ipad .main a:hover::before,
.ipad #footer .wrap li a:hover::before {
	width: 0;
}



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

header
==================================================*/

#header {
	padding-bottom:54px;
	position:relative;
}
#header .wrap {
	padding:15px 0;
}


/*	siteId	*/

#header #siteId {
	float:left;
	display:inline;
}
#header #siteId p {
	font-size:85.7%;
}
#header #siteId h1 {
	margin-top:15px;
	font-size:128.5%;
	font-family:'cabin';
	color:#f60a20;
}
#header #siteId h1 span {
	margin:0 5px 0 10px;
	color:#000;
}
#header #siteId h1 a,
#header #siteId h1 a span {
	vertical-align:bottom;
	line-height:1;
}
#header #siteId h1 a:hover {
	text-decoration:none;
	opacity:0.75;
}


/*	subNavigation	*/

#subNavigation {
	float:right;
	display:inline;
	text-align:right;
}
#subNavigation .submenu {
	display:inline-block;
}
#subNavigation .submenu:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}
#subNavigation .submenu li {
	float:left;
	display:inline;
	font-size:85.7%;
}
#subNavigation .submenu li+li {
	margin-left:20px;
}
#subNavigation .submenu li:before {
	content:'\f0da';
	font-family:FontAwesome;
	font-size:12px;
	line-height:inherit;
	vertical-align:top;
	margin-right:5px;
}
#subNavigation .submenu li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #f60a20;
}
#subNavigation .submenu li a:hover::after {
	width: 100%;
}
#subNavigation .submenu li.corporation a {
	display:block;
	width:140px;
	color:#FFF;
	background:#333;
	margin-top:-15px;
	font-weight:bold;
	padding:7px 5px 6px;
	box-sizing:border-box;
	border-radius:0 0 2px 2px;
	text-align:center;
}
#subNavigation .submenu li.corporation:before {
	display:none;
}
#subNavigation .submenu li.corporation a:hover {
	text-decoration:none;
	opacity:0.75;
}
#subNavigation .submenu li.corporation a:hover::after {
	display:none;
}
#subNavigation .contactmenu:after {
	clear:both;
	content:'';
	display:block;
	height:0;
}
#subNavigation .contactmenu li {
	float:left;
	display:inline;
	margin:10px 0 0;
}
#subNavigation .contactmenu .phone h6 {
	font-size:85.7%;
	font-weight:bold;
	line-height:100%;
}
#subNavigation .contactmenu .phone span {
	display:block;
	padding-left:35px;
	background:url(../img/common/ico_freedial.png) no-repeat left center;
	font-size:185.7%;
	font-family:'cabin';
	line-height:100%;
	margin:5px 0 0;
}
#subNavigation .contactmenu .contactbtn a {
	display:block;
	background:#f60a20;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:270px;
	margin-left:15px;
	border-radius:2px;
	position:relative;
}
#subNavigation .contactmenu .contactbtn a:after {
	content:'\f105';
	font-family:FontAwesome;
	font-size:12px;
	color:#FFF;
	position:absolute;
	top:0;
	bottom:0;
	right:15px;
	height:1px;
}
#subNavigation .contactmenu .contactbtn a:hover {
	text-decoration:none;
	opacity:0.75;
}



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

globalNavigation
==================================================*/

#globalNavigation {
	background:#FFF;
	position:absolute;
	bottom:0;
	width:100%;
}
#globalNavigation > ul > li:first-child,
#globalNavigation > ul > li:last-child {
	display:none;
}
#globalNavigation ul {
	display:table;
	border-collapse:collapse;
}
#globalNavigation li {
	display:table-cell;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
	font-weight:bold;
	line-height:100%;
}
#globalNavigation li a {
	display:block;
	padding:0 5px;
	line-height:50px;
}
#globalNavigation li.parent:hover {
	background:#f2f2f2;
}
#globalNavigation li.parent .submenu {
	width:100%;
	background:rgba(51,51,51,0.9);
	position:absolute;
	left:0;
	overflow:hidden;
	height:0;
	transition: 0.1s;
	z-index:9999;
}
#globalNavigation li.parent .submenu ul {
	width:1000px;
	table-layout:fixed;
}
#globalNavigation li.parent .submenu ul li {
	border-color:#555;
}
#globalNavigation li.parent .submenu ul li a {
	line-height:75px;
	color:#FFF;
}
#globalNavigation li.parent .submenu ul li a:hover {
	background:rgba(110,110,110,0.75);
}
#globalNavigation li.parent:hover .submenu {
	overflow:hidden;
	transition: 0.3s;
	height:75px;
}



/*	fixed	*/

#globalNavigation.fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	opacity:0.90;
	transition: .0s;
	z-index:9999;
	height:50px;	padding-bottom: 5px;
}
#globalNavigation.fixed:hover {
	opacity:1;
}
#globalNavigation.fixed li img {
	transition:0s;
}
#globalNavigation.fixed .mainmenu > li:last-child {
	padding-right:0;
	text-align:right;
	border-right:none;
	line-height:50px;
}
#globalNavigation.fixed .mainmenu > li {
	font-size:92.8%;
}
#globalNavigation.fixed .mainmenu > li a {
	line-height:50px;
}
#globalNavigation.fixed li img {
	width:125px;
	height:auto;
	vertical-align:middle;
}
#globalNavigation.fixed li span {
	display:none;
}
#globalNavigation.fixed li .phone {
	display:block;
}
#globalNavigation.fixed .mainmenu > li:first-child,
#globalNavigation.fixed .mainmenu > li:last-child {
	display:table-cell;
}
#globalNavigation.fixed .mainmenu > li:first-child {
	border-left:none;
}
#globalNavigation.fixed .mainmenu > li:first-child a {
	display:block;
	padding:0 10px 0 0;
	text-align:left;
	border-left:none;
	line-height:50px;
}
#globalNavigation.fixed .mainmenu > li:first-child a img {
	width:110px;
}
#globalNavigation.fixed .mainmenu > li:last-child {
	padding-left:10px;
}
#globalNavigation.fixed li.parent:hover .submenu {
	height:50px;
}
#globalNavigation.fixed li.parent .submenu ul li a {
	line-height:50px;
}

#globalNavigation .mainmenu .en {
	display: block;
	padding:0 0 0 0;
	margin:-20px auto 10px auto;
	font-size:30%;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}



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

fixedContact
==================================================*/

#fixedContact {
	position:fixed;
	right:0;
	top:54px;
	z-index:9999;
}
#fixedContact li {
	line-height:0;
}
#fixedContact li+li {
	margin:10px 0 0;
}
@media screen and (max-width:1139px) {

	#fixedContact {
		display:none;
	}

}


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

pagetitle
==================================================*/

#pagetitle {
	background-color:#f60a20;
	background-image:url(https://placehold.jp/640x250.png);
	background-repeat:no-repeat;
	background-position:right center;
	height:250px;
}
#pagetitle .wrap {
	height:inherit;
}
#pagetitle h1 {
	display:table-cell;
	vertical-align:middle;
	height:inherit;
	padding-right:60px;
	color:#FFF;
	background-color:#f60a20;
	font-size:257.1%;
	font-weight:bold;
	line-height:125%;
}
#pagetitle h1 span.parent {
	display:block;
	font-size:50%;
	width:auto;
	margin-bottom:10px;
}
#pagetitle h1 span.en {
	display:block;
	font-size:50%;
	font-weight:normal;
	font-family:'abel';
	line-height:100%;
	margin-top:10px;
	width:auto;
}



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

main
==================================================*/

.main .en {
	font-family:'cabin';
	font-weight:500;
}
.main h2 {
	margin:50px 0 0;
	font-size:200%;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:5px solid #f60a20;
	font-feature-settings : "palt";
}
.main h3 {
	margin:40px 0 0;
	border-left:5px solid #999;
	font-size:171.4%;
	font-weight:bold;
	padding-left:15px;
}
.main h4 {
	margin:30px 0 0;
	font-size:128.5%;
	font-weight:bold;
	color:#f60a20;
}
.main h5 {
	margin:20px 0 0;
	font-size:114.2%;
	font-weight:bold;
}
.main h2+p,
.main h3+p {
	margin:30px 0 0;
}
.main strong {
	font-weight:bold;
}
.main .contenttop {
	margin-top:50px;
}

/*	colors	*/

.main .red {color:#f60a20;}


/*	p	*/

.main p {
	margin:15px 0 0;
}
.main .topp {
	margin:30px 0 0;
}
.main .atn {
	padding:0 0 0 25px;
	position:relative;
}
.main .atn:before {
	content:'\f06a';
	font-size:20px;
	font-family:FontAwesome;
	font-weight:normal;
	color:#f60a20;
	position:absolute;
	left:0;
	top:0;
}

/*	ul	*/

.main ul {
	margin:30px 0 0;
}
.main ul li {
	position:relative;
	padding-left:10px;
	margin-top:5px;
}
.main ul li:first-child,
.main ul li > :first-child {
	margin-top:0;
}
.main ul li:before {
	content:'\f0da';
	font-size:14px;
	font-weight:normal;
	font-family:FontAwesome;
	color:#f60a20;
	position:absolute;
	left:0;
	top:0;
}
.main ul.toc_list li:before {
	display: none;
}


.main .noicon > li {
	padding:0;
}
.main .noicon > li:before {
	content:'';
}


/*	checklist	*/

.main .checklist li {
	margin:10px 0 0;
	padding-left:30px;
	background:url(../img/common/ico_check.png) no-repeat left 1px;
	font-size:114.2%;
	font-weight:bold;
}
.main .checklist li:before {content:'';}
.main .checklist li span {
	font-size:87.5%;
	font-weight:normal;
}


/*	circlelist	*/

.main .circlelist li {
	position:relative;
	padding-left:30px;
	margin:10px 0 0!important;
}
.main .circlelist li:before {
	content:counter(num);
	display: block;
	width:21px;
	line-height:21px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
	background:#f60a20;
	border-radius:50%;
}


/*	bnlist	*/

.main div.bnlist ul {
	margin:50px 0 0;
}
.main .bnlist li,
.main .bnlist li:before {
	padding:0;
	margin:0;
	content:'';
}
.main .bnlist li+li {
	margin-top:20px;
}
.main .bnlist li a:before {display:none;}
.main .bnlist.abreast {
	margin-left:-20px;
}
.main .bnlist.abreast li {
	float:left;
	display:inline;
	margin:20px 0 0 20px;
}


/*	noteslist	*/

.main .noteslist {
	margin:20px 0 0;
}


/*	table	*/

.main table {
	width:100%;
	margin:30px 0 0;
}

.main table th,
.main table td {
	border:1px solid #CCC;
	text-align:left;
	vertical-align:top;
	padding:15px;
	box-sizing: border-box;
}
.main table th {
	font-weight:bold;
	background:#f5f5f5;
}
.main table td > :first-child {
	margin-top:0!important;
}


/*	iframe!	*/

.main iframe.small {
	width:300px;
	height:170px;
}


/*	a	*/

.main a {
	color:#f60a20;
}
.main a:hover {
	color:#f60a20;
}


/*	link	*/

.main .link {
	margin:20px 0 0;
	text-align:right;
}
.main .link:after {
	content:'\f105';
	font-family:FontAwesome;
	font-weight:normal;
	font-size:14px;
	color:#f60a20;
	margin-left:5px;
}
.main .link a {
	color:#333;
}
.main .link a:hover {
	color:#f60a20;
}


/*	linkband	*/

.main .linkband {
	background:#eee;
	margin:20px 0 0;
	padding:13px 10px;
	text-align:right;
}
.main .linkband:after {
	content:'\f105';
	font-family:FontAwesome;
	font-weight:normal;
	font-size:14px;
	color:#f60a20;
	margin-left:10px;
}
.main .linkband a {
	font-weight:bold;
	color:#333;
}
.main .linkband a:hover {
	color:#f60a20;
}


/*	linkbtn	*/

.main .linkbtn a {
	display:block;
	width:210px;
	box-sizing:border-box;
	color:#FFF;
	background:#f60a20;
	border-radius:2px;
	text-align:center;
	font-weight:bold;
	line-height:40px;
	padding:0 10px;
	margin:20px auto 0;
	position:relative;
}
.main .linkbtn a:after {
	content:'\f105';
	font-size:14px;
	font-family:FontAwesome;
	font-weight:normal;
	color:#FFF;
	position:absolute;
	right:10px;
}
.main .linkbtn a:hover {
	opacity:0.75;
}
.main .linkbtn a:hover:before {display:none;}


/*	outlink	*/

.main .outlink a[target="_blank"]:after {
	content:'\f08e';
	font-family:FontAwesome;
	font-size:14px;
	width:auto;
	height:auto;
	margin-left:5px;
}



/*	moviebox	*/

.main .moviebox {
	position:relative;
}
.main .moviebox iframe {
	vertical-align:bottom;
}
.main .moviebox a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}
.main .moviebox a:before {
	display:none;
}
.main .moviebox a:after {
	content:'\f04b';
	font-family:FontAwesome;
	font-weight:normal;
	font-size:50px;
	color:#FFF;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:40px;
	height:50px;
	line-height:1;
}
.main .moviebox a:hover {
	background:rgba(0,0,0,0.2);	
}
.main .moviebox a:hover:after {
	color:#f60a20;
}

/*	bdbox	*/

.main .bdbox {
	border:1px solid #CCC;
	padding:19px;
	margin:20px 0 0;
	box-sizing: border-box;
}
.main .bdbox > :first-child {
	margin:0;
}




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

pagetop
==================================================*/

#pagetop {
	display:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 9999;
}



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

topicpath
==================================================*/

#index #topicpath {
	display:none;
}
#topicpath {
	background:#FFF;
	border-top:1px solid #CCC;
	padding:12px 0;
}
#topicpath li {
	float:left;
	display:inline;
	font-size:85.7%;
}
#topicpath li+li {
	margin-left:15px;
}
#topicpath li+li:before {
	content:'\f105';
	font-family:FontAwesome;
	margin-right:12px;
}
#topicpath a {
	color:#f60a20;
}
#topicpath a:hover {
	color: #333;
}
#topicpath a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333;
}
#topicpath a:hover::after {
	width: 100%;
}



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

footer
==================================================*/

#footer {
	background:#f2f2f2;
	margin:60px 0 0;
}
#footer .wrap {
	padding:30px 0;
}
#footer .wrap h6,
#footer .wrap ul {
	float:left;
	display:inline;
}
#footer .wrap h6 img {
	width:200px;
	height:auto;
}
#footer .wrap ul {
	margin-left:60px;
}
#footer .wrap ul+ul {
	margin-left:50px;
}
#footer .wrap ul li {
	font-size:85.7%;
}
#footer .wrap ul li:before {
	content:'\f0da';
	font-family:FontAwesome;
	color:#333;
	margin-right:5px;
}
#footer .wrap ul li+li {
	margin-top:5px;
}
#footer small {
	display:block;
	background:#FFF;
	text-align:center;
	font-size:85.7%;
	line-height:64px;
}

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

topmutuallink Button
==================================================*/
.topmutuallink_wrap{	
	margin: 30px 0px 20px 0;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	text-align: left;
	}
	
.topmutuallink_wrap span{
	margin: 0;
	padding: 0;
	}
	
.topmutuallink_wrap span img{
	width: 160px;
	margin: 0 10px 0 0;
}


.topmutuallink_wrap span a:link    { text-decoration: none;}
.topmutuallink_wrap span a:visited { text-decoration: none;}
.topmutuallink_wrap span a:active  { text-decoration: none;}
.topmutuallink_wrap span a:hover   { text-decoration: none;}


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

mutuallink Button
==================================================*/
.mutuallink_wrap{	
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	text-align: left;
	float: left;
	}
	
.mutuallink_wrap span{
	margin: 0;
	padding: 0;
	}
	
.mutuallink_wrap span img{
	width: 240px;
}


.mutuallink_wrap span a:link    { text-decoration: none;}
.mutuallink_wrap span a:visited { text-decoration: none;}
.mutuallink_wrap span a:active  { text-decoration: none;}
.mutuallink_wrap span a:hover   { text-decoration: none;}


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

SNS Button
==================================================*/
.sns_wrap{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	text-align: right;
	float: right;
	}
	
.sns_wrap span{
	margin: 0;
	padding: 0;
	}
	
.sns_wrap span img{
	width: 30px;
}


.sns_wrap span a:link    { text-decoration: none;}
.sns_wrap span a:visited { text-decoration: none;}
.sns_wrap span a:active  { text-decoration: none;}
.sns_wrap span a:hover   { text-decoration: none;}

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

Blog SNS Button
==================================================*/
#sns_blogWrap{
	margin: 10px 0px 50px 0;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
	-webkit-justify-content: center;
	-moz-justify-content:  center;
	-ms-justify-content:  center;
	-o-justify-content:  center;
	justify-content: center;
	
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}


/*ボックス子*/	
#sns_blogWrap .box{
		margin:0px 10px 0px 0px ;
		padding: 0px;
		text-align: right;
		}
		
#sns_blogWrap .box:last-child{
		margin:0px 0px 0px 0px ;
		padding: 0px;
		text-align: right;
		}
		
#sns_blogWrap img{
	width: 100%;
	margin:0;
	padding: 0px;
	
	}
#sns_blogWrap .box a{
	text-decoration: none;margin:0;
	padding: 0px;
	}


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

Blog Author
==================================================*/
.author_box{
	display: block;
	margin: 10px 0 10px 0;
	padding: 20px;
	border: 1px solid #cccccc;
	}
	
.author_box .title{
	margin:0 0 5px 0;
	border-left: 3px solid #e40012;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	line-height: 1.6;
	}
	
.author_box .name{
	margin:5px 0 0 0;
	padding:0px;
	font-weight: bold;
	display: block;
	font-size: 120%;
	}
	
.author_box .name{
	margin:5px 0 0 0;
	padding:0px;
	font-weight: bold;
	display: block;
	font-size: 120%;
	}
	
.author_box .description{
	text-align: left;
	display: block;
	line-height: 1.6;
	margin:5px 0 0 0;
	}
	
	
/*==================================================

FOOTER School Button
==================================================*/
#schoolFooterBtn_wrap{
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px #cccccc dotted;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	clear: both;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	-ms-flex-direction:row;
	-o-flex-direction:row;
	flex-direction:row;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	
#schoolFooterBtn_wrap .box{
	width: calc(33.333333333333% - 20px) ;
	margin: 0 10px;
	padding: 0 0 10px 0;
	}
	

	
#schoolFooterBtn_wrap .box img{
	margin: 0;
	padding: 0;	
	}


#schoolFooterBtn_wrap .box a:link    { text-decoration: none;}
#schoolFooterBtn_wrap .box a:visited { text-decoration: none;}
#schoolFooterBtn_wrap .box a:active  { text-decoration: none;}
#schoolFooterBtn_wrap .box a:hover   { text-decoration: none;}
