@charset "UTF-8";

/*
@font-face {
    font-family: huiji;
    src: url('webfont/huiji/huiji.woff') format('woff'),
         url('webfont/huiji/huiji.ttf') format('truetype');
}
@font-face {
    font-family: huijip;
    src: url('webfont/huiji/huijip.woff') format('woff'),
         url('webfont/huiji/huijip.ttf') format('truetype');
}
*/
html, body {
    overflow-x: hidden;
}
body {
    margin: 0;
    color: #000;
    background: #fff;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
.base_container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
a {
    text-decoration: none !important;
    color: #000;
}
a:hover img {
    opacity: 0.8;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.list li:last-child {
    margin-bottom: 0 !important;
}

.hl {
    /*font-family: 'Sawarabi Mincho', sans-serif;*/
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}
.hl02 {
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #000;
    margin: 0 0 20px;
}
.hl-vline, .hl-border, .hl-tsubaki {
    font-size: 1.5rem;
}
.hl-vline {
    color: #dd6a7a; /* 文字色 */
    padding: 5px 5px 5px 30px; /* 上・右・下・左の余白 */
    position: relative;
}
.hl-vline:before{
    background-color: #ef858c; /* 左側の線の色 */
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 3px; /* 左端からの位置 */
    width: 5px; /* 左側の線の幅 */
    height: 100%;
}
.hl-vline:after {
    background-color: #f3cbd0; /* 右側の線の色 */
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 12px; /* 左端からの位置 */
    width: 5px; /* 右側の線の幅 */
    height: 100%;
}
.hl-border {
    border-left: 10px solid #f0bdc4; /* 左線 */
    border-radius: 5px;
    color: #fff; /* 文字色 */
    padding: 5px 10px; /* 上下・左右の余白 */
    position: relative;
    text-shadow: -1px -1px 1px #e18692, 1px -1px 1px #e18692, -1px 1px 1px #e18692, 1px 1px 1px #e18692; /* 文字の縁取り */
}
.hl-border:before {
    background: repeating-linear-gradient(45deg, #f5d5da, #f5d5da 4px, #fcf0f1 0, #fcf0f1 7px); /* 斜めボーダー */
    border-radius: 0 5px 5px 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.hl-tsubaki {
    border-bottom: 1px solid #f0bdc4; /* 下線 */
    color: #ff99ac; /* 文字色 */
    padding: 10px 10px 10px 52px; /* 上・右・下・左の余白 */
    position: relative;
}
.hl-tsubaki:before {
    background-color: #ff6a88; /* 円1の色 */
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px; /* 円1の幅 */
    height: 20px; /* 円1の高さ */
    box-shadow: 20px 5px 0px #ff6a88, /* 円2の位置・色 */
       5px 20px 0px #ff6a88; /* 円3の位置・色 */
}
.hl-tsubaki:after {
    border: 4px solid #fff; /* 白抜き円 */
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 13px;
    width: 20px; /* 白抜き円の幅 */
    height: 20px; /* 白抜き円の高さ */
}
.hl-husen {
    background-color: #fff; /* 背景色 */
    border: 1px solid #ef858c; /* 枠線 */
    border-right: 20px solid #ef858c; /* 右側の太い線 */
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    color: #ef858c; /* 文字色 */
    padding: 10px 20px; /* 上下・左右の余白 */
    position:relative;
}
.hl-husen:after {
    box-shadow: 0 15px 10px rgba(0, 0, 0, .1); /* 付箋の影 */
    content: '';
    position: absolute;
    transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    bottom: 15px;
    right: -3px;
    width: 85%;
    height: 10px;
    z-index: -1;
}


.fadein {
    display: none;
}
.line-dashe {
    border-bottom: 1px dashed #999;
    margin: 1rem 0;
}
.line-dashe02 {
    border-bottom: 2px dashed #999;
    margin: 1rem 0;
}
.bg-lightgray {
    background: #ccc;
}
.bg-skyblue {
    background: #0ff;
}
.w-90 {
    width: 90%;
}
.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-60 {
    width: 60%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-30 {
    width: 30%;
}
.w-20 {
    width: 20%;
}
.w-10 {
    width: 10%;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.border th, .border td {
    border-color: #000;
}
   

/* キャプションオーバーレイ */
figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}
figure img {
    width: 100%;
}
figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
figure:hover figcaption {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
    opacity: 1;
}

/* メモ帳風ボックス */
.memo_box {
    position: relative;
    font-family: huijip;
    background: #ff9; /*#fffde7*/
    margin: 3rem auto;
    padding: 1.5rem 1rem;
    transform: rotate(-2deg);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    color: #795548;
}
.memo_box::before {
    content: 'Voice';
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #795548;
    border-radius: 0 0 40% 5% / 0 0 15% 20%;
    padding: 0 1em 0.1em 0.2em;
    font-size: 110%;
    font-weight: bold;
    transform: rotate(-5deg);
}
.memo_box::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -75px;
    width: 150px;
    height: 30px;
    /*background: rgba(0,255,255,0.5);*/
    background: rgba(245,245,245,0.7);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    transform: rotate(-4deg);
}
.memo_box ol {
    margin: 1em 0.5em 0 2em;
    padding: 0 0 0 0;
}
.memo_box ol li {
    font-size: 120%;
    margin-bottom: 0.5em;
}

table.access td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
