@charset "UTF-8";
/* CSS Document */

/* for Scroll Fix Header */

.fix-header {
    width: 100%;
    height: 135px;
    background-color: #fff;
    margin: 0 auto;
    color: #fff;
    position: fixed;
    z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
    box-shadow: 0px 0px 10px -5px #707070;
    /*background-image: url(../images/head.jpg);*/
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: auto 100%;
    border-top: 5px solid #e53057;
	}
.fix-header-contents {
		width:1080px;
		margin: 0 auto;
	}
#fix-header-logo {
    float: left;
    width: 200px;
    height: 16px;
}
#fix-header-subtitle {/* ==WEBオンライン開催専用ページ==*/ 
    color: #FFFFFF;
    background-color: #2d2b51;
    padding: 12px;
    width: 280px;
    border-radius: 5px;
    letter-spacing: 0.1em;
}
/* =========================================================
  Header-Logo
=========================================================*/ 
h1:not(#main > main > article > h1) {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 1000px;
    height: 100px;
    background-size: 1000px 100px;
    margin-top: 18px;
    text-indent: −9999px;
    font-size: 0px;

}
.logo-pc{
    background-image: url(../img/title.png);
    text-indent: −9999px;
}

#lang-box {
    float: right;
    width: 100px;
    height: 30px;
}
.fix-header-lang {
    width: 100px;
    height: 10px;
    top: 0px;
    right: 20px;
    padding: 1em 1em;
    text-align: center;
    position: relative;
    transition: .3s;
    background-color: #fdcf00;
    line-height: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fix-header-lang a {
    color: #2d2b51;
    text-decoration: none;
}
.fix-header-lang a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    display: block;
}
.fix-header-lang:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:12%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fde990;
    transform: rotate(45deg);
    transition:.3s;
}
.fix-header-lang:hover:after{
	border-top: .2em solid #fff;
    border-right: .2em solid #7f6c40;
    right:8%;
}
/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */


	
article:not(#main > main > article) {
	width:800px;
	margin:20px auto ;
}

/* ====================================================================
=======================================================================
=======================================================================
=======================================================================
 1080px以下用（タブレット／スマートフォン用）の記述
=======================================================================
=======================================================================
=======================================================================
======================================================================= */

@media screen and (max-width: 1080px) {
	.fix-header {
    display: none;
	}
	}