﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 0.9vw;
    color: #000000;
    line-height: 1.8;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

h1 {
    font-size: 2vw;
    font-weight: bold;
    color: #ffffff;
}

h2 {
    font-size: 1.5vw;
    font-weight: bold;
    color:#9ac1f9;
}

h3 {
    font-size: 2.5vw;
    font-weight:bold;
    color:#333399;
}

img {
    border:none;
    margin:0px 0px 70px 0px;
    padding:30;
    text-align:center;
    vertical-align:middle;
    width: 100%;
}

.celllink {
    display: block;
    width: 100%;
    height: 100%;
}

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #000000;
}

hr {
    border: 1px solid #203738 noshade;
    border-width: 100%;
    margin: 100px 0px;
    height:1px;/* for IE6 */
    clear:both;/* for IE6 */
}

p {
    margin:10px 0px 20px 0px;
}

i {
    margin: 0px;
    line-height: 0.5;
}

.clear {
    clear: both;
}

/*------------------------------------------------------------
文字装飾
------------------------------------------------------------*/
.icon {
    font-size: 6vw;
    color: #1e90ff;
}

.main {
    font-size: 3vw;
    color: #006eff;
}

.mid {
    font-size: 1.7vw;
    color: #1e90ff;
}

.min {
    font-size: 1vw;
    color: #000000;
}

/*------------------------------------------------------------
div
------------------------------------------------------------*/
.header {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 2px 0px;
    border: 0px;
    background-color: #00cef1;
    color: #ffffff;
    overflow: hidden;
}

.container {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 70px 0px;
    border: 0px;
    overflow: hidden;
}

.container_blue {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px 70px 0px;
    border: 0px;
    overflow: hidden;
    background-color: #f0f8ff;
}

.responsive {
    margin: 0 auto;
    width: 80%;
    text-align: left;
}

.freebox {
    margin: 0 auto;
    box-sizing: border-box;
    border: 0px;
    width: 90%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow:hidden
}

.minibox {
    box-sizing: border-box;
    border: 0px solid #1e90ff;
    margin: 10px;
}

.balloon {
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 10px;
    box-shadow: 2px 2px 4px #1e90ff;
}
.balloon:hover {
    background-color: #ffffe0;
    padding: 12px 22px;
    font-weight: bold;
    box-shadow: 4px 4px 6px #1e90ff;
}
/*------------------------------------------------------------
フォーム部品
------------------------------------------------------------*/
input.text {
    width: 100%;
    height: 2vw;
    font-size: 1.2vw;
    padding: 5px;
}

.textarea {
    width: 100%;
    height: 16vw;
    font-size: 1.2vw;
    padding: 5px;
}

input.btn {
    margin: auto;
    height: 3vw;
    width: 10vw;
    font-size: 1.5vw;
    color: #ffffff;
    border: 0px;
    text-align: center; 
    background-color: #4169e1;
    color: #ffffff;
    box-shadow: 2px 2px 4px gray;
}

input.btn:hover {
    transition: 0.5s;
    width: 10.5vw;
    background-color: #ffa500;
    cursor: pointer;
    cursor: hand;
}


/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
table.table1 {
    margin: 0 auto;
    width: 80%;
    border: solid #ffffff 1px;
    padding: 10px;
    border-collapse: collapse;
    text-align: center;
}

table.table1 th {
    background-color: #4169e1;
    color: #ffffff;
    border: solid #4169e1 1px;
    padding: 3px;
    border-collapse: collapse;
    text-align: center;
    font-size: 2vw;
}

table.table1 td {
    border: solid #4169e1 1px;
    padding: 3px;
    border-collapse: collapse;
    text-align: center;
    font-size: 1vw;
    background-color: #ffffff;
}

table.table1 td.td_left {
    border: solid #4169e1 1px;
    padding: 3px;
    border-collapse: collapse;
    text-align: left;
    font-size: 1vw;
    background-color: #ffffff;
}

.stage {
    background: linear-gradient(270deg, #4CB8C4 10%, #3CD3AD 90%);
    height: 600px;
}