@charset "utf-8";



/* 画面サイズ */

body {
	margin: 0px 0px 0px 0px;
	background-color: white; 
	height: 100%;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.header {
	position: fixed;
    top: 0px;
    width: 100%;
    height: 270px;
    margin: 0px 0px 0px 0px;
    background-color: white;
    padding: 0px 0px 0px 50px;
}

.wrapper {
    max-width: 100%;
    margin: 0px 50px 0px 50px;
    background-color: white;
    padding: 300px 0px 0px 0px;
}


.container {
}

.main {
}

.main_011 {
    display    : flex;
    flex-wrap  : wrap;
    margin: 0px 0px 0px 0px;
    background-color: white; 
}

.main_012 {
    max-height : auto;
    display    : flex;
    flex-wrap  : wrap;
    margin: 0px 0px 0px 0px;
    background-color: white; 
}

.box {
    box-sizing     : border-box;           /*  罫線も含む長さ */
    background     : white;                /* BOXの背景色 */
    border         : 0px solid #35557f;    
    width          : 175px;                
    height         : 175px;                
    margin         : 20px;                 /* BOX周囲の空き */
}


.main_021 {
    margin: 50px 0px 0px 0px;
}

.main_022 {
    margin: 10px 0px 0px 65px;
}

.main_031 {
    margin: 20px 0px 0px 0px;
}

.main_032 {
    margin: 50px 0px 0px 65px;
}

.main_033 {
    margin: 10px 0px 300px 150px;
}


.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0px 0px 0px 0px;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■ */


/* 文字 */

h_01 {
    font-family: verdana, sans-serif;
    font-size: 60px;
    color: red;
    font-weight: 800;
    letter-spacing: 0px;
    line-height: 100px; 
}


h_02 {
    font-family: '游ゴシック', sans-serif;
    font-size: 35px;
    color: gray;
    font-weight: 400;
    letter-spacing: 0px;
}

h_03 {
    font-family: '游ゴシック', sans-serif;
    font-size: 30px;
    color: gray;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 100px; 
}

h_04 {
    font-family: '游ゴシック', sans-serif;
    font-size: 40px;
    color: black;
    font-weight: 400;
    letter-spacing: 0px;
}

h_05 {
    font-family: sans-serif;
    font-size: 35px;
    color: red;
    font-weight: 400;
    letter-spacing: 0px;
}

h_06 {
    font-family: sans-serif;
    font-size: 40px;
    color: red;
    font-weight: 400;
    letter-spacing: 0px;
}

h_07 {
    font-family: sans-serif;
    font-size: 35px;
    color: dodgerblue;
    font-weight: 600;
    letter-spacing: 0px;
}

h_08 {
    font-family: sans-serif;
    font-size: 35px;
    color: #00CC00;
    font-weight: 800;
    letter-spacing: 0px;
}

h_09 {
    font-family: '游ゴシック', sans-serif;
    font-size: 35px;
    color: gray;
    font-weight: 400;
    letter-spacing: 0px;
}

h_13 {
    font-family: '游ゴシック', sans-serif;
    font-size: 50px;
    color: gray;
    font-weight: 600;
    letter-spacing: 0px;
}



/* 行間、装飾 */

p {
    line-height: 70px;
    text-decoration: none;
}



/* リンク文字 */

a {
    text-decoration: none
}

a:link {
    color: gray;    
}

a:visited {
    color: gray;    
}

a:hover {
    color: red;    
}

a:active {
    color: red;    
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■ */


/* グローバルメニュー */

.global-nav {
	font-size: 35px;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    width: auto;
   	background-color: lightyellow; 
}

.nav-list {
	margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px; /*上下左右端から文字までの間隔*/
    text-align: center;
}

.nav-item {
	display: inline-block;
    padding: 15px 25px; /*リンク文字の上下、左右の間隔*/
    color: white;
    letter-spacing: 1px;
}
	




