@charset "UTF-8";

/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-size: 15px;
    font-weight: normal;
    vertical-align: baseline;
}
html {
	overflow: auto;
}
body {
    color: #333;
    line-height: 1.6em;
    font-family: 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
    font-smoothing: antialiased;
    font-variant-numeric: tabular-nums;
    /* safari hover対策 */
    -webkit-font-smoothing: antialiased;;
}
ul,li {
	list-style: none;
}
ol li{
	list-style-type: decimal;
	margin-left: 2em;
	list-style-position: outside;
}
sup, sub {
    font-size: 0.75rem;
}
table {
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}
td,th {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
input {
	border: 1px solid #CCC;
	font-size: 100%;
	line-height: 0px;
}
textarea { border: 1px solid #CCC; }
/*---------------------------------------------------------------------------
■clearfix
----------------------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
.clear { clear: both; }
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

/*---------------------------------------------------------------------------
■標準リンクカラー
----------------------------------------------------------------------------- */

a:link { text-decoration:none; 	}
a:hover { text-decoration:underline; }
a:visited {
	text-decoration:none;
	color: #4F4F4F;
}
a:active { text-decoration:underline; }

/*---------------------------------------------------------------------------
■txt size color
----------------------------------------------------------------------------- */
.min_f {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.bold {
  font-weight: bold;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
.small {
	font-size: 0.9rem;
}
.small2 {
	font-size: 0.8rem;
	line-height: 1.4em;
}
.small3{
	font-size: 1rem;
}
.large {
	font-size: 1.5rem;
	line-height: 1.5em;
}
.large_bold {
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: bold;
}
.caption {
	font-size: 80%;
	margin-left: 1.5em;
	text-indent: -1em;
	line-height: 1.5em;
	padding-right: 1em;
}
.caption_qa {
	font-size: 80%;
	line-height: 1.5em;
}
.caption_link a{
	font-size: 80%;
	line-height: 1.5em;
	color: #09C;
}
.blue {
	color: #135F9F;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.blue { color: #06C; }
.center { text-align: center; }
.right { text-align: right; }
.img_right {
	float: right;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
}
.img_left5 {
	float: left;
	margin-right: 5px;
}



/*---------------------------------------------------------------------------
■bacic style
----------------------------------------------------------------------------- */
.bottom10 { margin-bottom: 10px; }
.bottom20 { margin-bottom: 20px; }
.bottom30 { margin-bottom: 30px; }
.bottom40 { margin-bottom: 40px; }
.bottom50 { margin-bottom: 50px; }
.bottom80 { margin-bottom: 80px; }
.bottom100 { margin-bottom: 100px; }
.under_line {
	padding-bottom: 0.3em;
	text-decoration: underline;
}
.list_number { padding-left: 20px; }
.list_number li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 1em;
}

/*---------------------------------------------------------------------------
■header
----------------------------------------------------------------------------- */

#header {
	width: 100%;
}
#header .inner {
	width: 1040px;
    height: 62px;
	margin: 0 auto;
    position: relative;
    z-index: 5000;
}
#header .inner h1 {
    width: 226px;
    height: 21px;
    position: absolute;
    top: 20px;
    left: 0;
}
#header .inner h1 img {
    width: 100%;
    height: auto;
}
#header .inner #subnavi {
    position: absolute;
    bottom: 10px;
    right: 0;
}
#header .inner #subnavi ul {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
}
#header .inner #subnavi ul li a {
	border-left: 1px solid #ccc;
	font-size: 12px;
	margin-right: 1em;
    padding-left: 1em;
	display: block;
	line-height: 1em;
	color: #999;
}
#header .inner #subnavi ul li a:hover {
	color: #555;
	text-decoration: none;
}

#header #chenge-mo {
	display: none;
}
#header .inner #chenge {
	position: absolute;
    top: 3px;
    right: 0;
}
#header .inner #chenge ul {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
}
#header .inner #chenge ul li {
	background-color: #888888;
    margin-right: 1px;
}
#header .inner #chenge ul li a, #header .inner #chenge ul li span{
    width: 6em;
    padding: 0.4em 1em;
	display: block;
	font-size: 0.8rem;
	line-height: 1em;
	color: #FFF;
	text-align: center;
}
#header .inner #chenge ul li span {
	background-color: #F60;
}
#header .inner #chenge ul li a:hover {
	text-decoration: none;
	background-color: #666;
}

/*---------------------------------------------------------------------------
■globalNavi top page
----------------------------------------------------------------------------- */

#globalNavi{
	width: 100%;
	background-color: #1c3755;
}
#globalNavi ul {
	width: 1040px;
	margin: 0 auto;
	display: block;
	padding-left: 10px;
	background-color: #333;
}
#globalNavi ul li {
	width: 16.6%;
	text-align: center;
	box-sizing: border-box;
	background-color: #1c3755;
	font-size: 13px;
	float: left;
	border-right: 1px solid #999;
	
}
#globalNavi ul li a{
    height: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	background-image: url(../images/global_mark.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-transition: background-color 0.3s linear;
}

#globalNavi ul li a:hover{
	background-color: #333;
}
#globalNavi ul li span {
	display: block;
	background-color: #F24A21;
	color: #FFF;
	background-image: none;
}
#globalNavi ul li:nth-child(1){
	border-left: 1px solid #999;
}

body.is-fixed .fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
body.is-fixed #topimg  {
  margin-bottom: 89px;
}
body.is-fixed #header {
  margin-bottom: 51px;
}


#global-nav {
    display: none;   
}
/* Toggle Button */
#nav-toggle {
    display: none;   
}

/*-------------------------page----------------------------- */

body.is-fixed2 .fixed2 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
body.is-fixed2 #header {
  margin-bottom: 60px;
}

/*---------------------------------------------------------------------------
■footer
----------------------------------------------------------------------------- */
#footer {
	width: 100%;
	padding-top: 20px;
    margin-top: 140px;
	clear: both;
	border-top: 5px solid #F24A21;
    position: relative;
}
#footer .navi {
	width: 1040px;
	margin: 0 auto;	
	padding: 20px 0;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: space-around;
}
#footer .navi .box {
	margin-right: 40px;
}
#footer .navi .box p a, #footer .navi .box ul li a {
	background-repeat: no-repeat;
	display: block;
	padding-left: 1em;
	color: #666;
    font-size: 0.8rem
}
#footer .navi .box p a {
	background-image: url(../images/footer_navimark.png);
	padding-left: 1em;
	background-position: left center;
	margin-bottom: 10px;
}
#footer .navi .box ul li a {
	background-image: url(../images/footer_navimark2.png);
	background-position: 1em center;
	padding-left: 2em;
	margin-bottom: 0.5em;
}
#footer .navi .box2 {
	padding-left: 40px;
	border-left: 1px solid #CCC;
}
#footer .navi .box2 ul li a {
    display: block;
	background-image: url(../images/footer_navimark2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1em;
	margin-bottom: 0.5em;
	color: #666;
    font-size: 0.8rem
}

#footer .study_group {
	background-color: #CCC;
	width: 100%;
	padding: 30px 0;
}
#footer .study_group .inner {
	width: 1040px;
	margin: 0 auto;
}
#footer .study_group .inner .address_box {
	float: left;
	width: 480px;
}
#footer .study_group .inner .address_box div {
	width: 181px;
}
#footer .study_group .inner .address_box div img {
	width: 100%;
    height: auto;
}
#footer .study_group .inner .address_box p {
	font-size: 0.9rem;
}
#footer .study_group .inner .link_box  {
	float: right;
    padding-top: 50px;
	margin-bottom: 20px;
}
#footer .study_group .inner .link_box p  {
	font-size: 0.7rem;
    line-height: 1.3em;
}
#footer address {
    padding: 5px 0;
	font-size: 0.6rem;
    font-style: normal;
    text-align: center;
    background: #333333;
    color: #ffffff;
}


/*---------------------------------------------------------------------------
■PGETOP
----------------------------------------------------------------------------- */
/*トップへ戻るボタン*/
.topBtn a {
    position: fixed; /*固定*/
    bottom: 30px; /*場所を右下に移動*/
    right: 50px; /*場所を右下に移動*/
    display: block; /*aタグをblock要素に変更*/
    background-color: rgba(30, 41, 55, 0.9); /*以下、デザイン*/
    background-image: url("../images/pagetop.png");
    background-position: center 6px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    width: 80px;
    padding: 25px 0 15px 0;
    color: #FFF;
    text-decoration: none;
    font-size: 0.7rem;
    text-align: center;
    z-index: 100;
}
#topBtn{
    position: fixed; /*固定*/
    bottom: 50px; 
}

/*---------------------------------------------------------------------------
■詳細btn
----------------------------------------------------------------------------- */
.detail_btn a{
	background-color: #f74c09;
	text-align: center;
	padding: 0.2em 1.5em 0.1em 1.5em;
	background-image: url(../images/detailbtn_mark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9rem;
	border: 1px solid #CCC;
	width: 9em;
}
.detail_btn a:hover{
	background-color: #666;
	background-image: none;
}

.detail_btn_large a{
	background-color: #f74c09;
	text-align: center;
	padding: 0.2em 1.5em 0.1em 1.5em;
	background-image: url(../images/detailbtn_mark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9rem;
	border: 1px solid #CCC;
	width: 12em;
}
.detail_btn_large a:hover{
	background-color: #666;
	background-image: none;
}

@media screen and (max-width: 1040px){
    
/*---------------------------------------------------------------------------
■header
----------------------------------------------------------------------------- */
#header .inner {
	width: 100%;
	margin: 0;
}

/*---------------------------------------------------------------------------
■globalNavi top page
----------------------------------------------------------------------------- */

#globalNavi {
	display: none;
}

    
/*---------------------------------------------------------------------------
■header
----------------------------------------------------------------------------- */

#header {
    position: fixed;
    z-index: 1000;
}
#header .inner {
    height: 57px;
    background: #ffffff;
    position: relative;
}
#header .inner h1 {
    top: 15px;
    left: 15px;
}
#header .inner #subnavi {
    display: none;
}

#header .inner #chenge {
	display: none;
}
#header #chenge-mo {
	position: absolute;
    top: 57px;
    right: 0;
    display: block;
    width: 100%;
    background-color: #1c3755;
    border-bottom: 1px solid #ffffff;
}
#header #chenge-mo ul {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: center;
}
#header #chenge-mo ul li {
    width: 33.9%;
    margin-right: 0px;
    background-color: #888888;
}
#header #chenge-mo ul li a, #chenge-mo ul li span{
    width: 100%;
    padding: 0.8em 0;
	display: block;
	font-size: 0.8rem;
	line-height: 1em;
	color: #FFF;
	text-align: center;
}
#header #chenge-mo ul li:nth-child(even){
    background-color: #666666;
}
    
#header #chenge-mo ul li span {
	background-color: #F60;
}
#header #chenge-mo ul li a:hover {
	text-decoration: none;
	background-color: #666;
}
    

body.is-fixed #topimg  {
  margin-bottom: 90px;
}
body.is-fixed #header {
  margin-bottom: 0px;
}
/* -----Globalナビゲーション */
#global-nav {
    position: absolute;
    top: -1400px;
    background: #333;
    display: block;
    box-sizing: border-box;
    width: 100%;
	height: 500px;
    padding: 50px 5% 30px 5%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-overflow-scrolling: touch;
    transition: .5s ease-in-out;
    z-index: 100;
    background-color: rgba(6,25,35, 0.95);
    overflow: hidden;
    border-top: 3px solid #F93409;
}
#global-nav ul {
	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 50px;
    list-style: none;
}
#global-nav ul li {
    width: 100%;
    border-bottom: 1px solid #444444;
}
#global-nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.7em 1.5em;
    font-size: 0.9rem;
    background-image: url(../images/global_mark.png);
	background-repeat: no-repeat;
	background-position: right+20px center;
}
#global-nav ul li a:hover {
    color: #fff;
    background: #F66604;
}
#global-nav ol {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
#global-nav ol li {
    list-style-type:none;
    text-align: left;
}
#global-nav ol li a {
    font-size: 0.8rem;
    color: #ffffff;
}
#global-nav ol li a:hover {
    color: #666666;
}
/* Toggle Button */
#nav-toggle {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 50px;
    cursor: pointer;
    background: #fff;
    z-index: 5000;   
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #000;
    left: 15px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 10px;
}
#nav-toggle span:nth-child(2) {
    top: 23px;
}
#nav-toggle span:nth-child(3) {
    top: 36px;
}
/* #nav-toggleアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 21px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 21px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav open */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(1457px);
    -webkit-transform: translateY(1457px);
    transform: translateY(1457px);
}

/*---------------------------------------------------------------------------
■footer
-----------------------------------------------------------------------------
*/

#footer .navi {
	width: 100%;
    box-sizing: border-box;
	margin: 0;	
	padding: 25px 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer .navi .box {
    width: 48%;
	margin: 0 0 20px 0;
}
#footer .navi .box p a, #footer .navi .box ul li a {
	background-repeat: no-repeat;
	display: block;
	padding-left: 2em;
	color: #666;
    font-size: 0.8rem;
    border-bottom: 1px solid #cccccc;
}
#footer .navi .box p a {
    background-position: 1em center;
	padding-left: 2em;
	margin-bottom: 10px;
}
#footer .navi .box ul li a {
    background-position: 2em center;
	padding-left: 3em;
	margin-bottom: 0.5em;
    border-bottom: 1px dotted #cccccc;
}
    
#footer .navi .box2 {
    width: 100%;
	padding: 20px 0 0 0;
	border-left: 0px solid #CCC;
}
#footer .navi .box2 ul {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
}
#footer .navi .box2 ul li a {
	padding-left: 1em;
	margin: 0 1rem 0 0;
    font-size: 0.7rem
}

#footer .study_group {
    padding: 30px 0 0 0;
}
#footer .study_group .inner {
	width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
	margin: 0;
}
#footer .study_group .inner .address_box p {
	font-size: 0.8rem;
    line-height: 1.5em;
}
#footer .study_group .inner .address_box {
	float: none;
	width: 100%;
}
#footer .study_group .inner .link_box  {
	float: none;
    padding: 40px 0 0 1rem;
	margin-bottom: 20px;
    text-indent: -1rem;
}

/*---------------------------------------------------------------------------
■PGETOP
----------------------------------------------------------------------------- */
/*トップへ戻るボタン*/
.topBtn a {
    bottom: 0px; /*場所を右下に移動*/
    right: 0px; /*場所を右下に移動*/
    width: 100%;
    padding: 20px 0 10px 0;
    color: #FFF;
    text-decoration: none;
    font-size: 0.7rem;
    text-align: center;
    z-index: 1;
}
    
}

@media screen and (max-width: 768px) { 
    


}


