@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}


/*================================================
 *  全体設定
 ================================================*/
body {
    font-size: 17px;
    /* 基本フォントの大きさ */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* フォントの種類 */
    line-height: 1.8;
    /* 行間 */
    color: #444;
    /* フォントカラー */
    letter-spacing: 0.03125rem;
    /* 文字間 */
    background-color: #EEEEEE;
    /* 背景色 */
}

a {
    color: #4689FF;
    /* リンクのフォントカラー */
}

a:hover {
    color: #A4C6FF;
    /* リンクのマウスオーバー時のフォントカラー */
}

h1 {
    font-size: 1.375rem;
    /* 基本フォントの1.375倍 */
    font-weight: bold;
    /* 太字 */
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: #f4f4f4;
    /*背景色*/
    margin: 1em 0;
}

h2 {
    font-size: 1.375rem;
    /* 基本フォントの1.375倍 */
    font-weight: bold;
    /* 太字 */
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: #f4f4f4;
    /*背景色*/
    border-left: solid 5px #E66F8E;
    /*左線*/
    border-bottom: solid 3px #d7d7d7;
    /*下線*/
    margin: 1.5em 0;
}

h3 {
    padding-bottom: 1px;
    /* 下余白 */
    margin: 1.0rem 0;
    /* 余白 */
    font-size: 1.125rem;
    /* 基本フォントの1.125倍 */
    font-weight: bold;
    /* 太字 */
}

h4 {
    background: #c2edff;
    /*背景色*/
    padding: 0.5em;
    /*文字まわり（上下左右）の余白*/
    text-align: center;
    /* 中央ぞろえ */
    font-weight: bold;
    /* 太字 */
    font-size: 1.5rem;
    /* 基本フォントの1.375倍 */
}

p {
    margin: 0 0 1em 0;
    /* 余白 */
}

/* 強調文 */
strong {
    font-weight: bold;
    /* 太字 */
    color: #ffaa13;
    /* フォントカラー */
}

/* 引用文 */
blockquote {
    margin-bottom: 1em;
    /* 下余白 */
    padding: 1em;
    /* 余白 */
    border: 1px dotted #ddd;
    /* 枠線 */
    border-left: 5px solid #ddd;
    /* 左の枠線 */
}

.p1 {
    color: #DD5441;
    font-weight: bold;
    text-decoration: underline;
    background-color: #FFFF99;
}

.p2 {
    color: #DD5441;
    font-weight: bold;
}

.p3 {

    font-weight: bold;
}

.p4 {
    font-size: 1.15rem;
    /* 基本フォントの1.375倍 */
    font-weight: bold;
}

.p5 {
    text-decoration: underline;
    font-weight: bold;
}

.p6 {
    font-size: 1.05rem;
    /* 基本フォントの1.375倍 */
    font-weight: bold;
    background-color: #FFFF99;
    text-decoration: underline;
}

.p7 {
    color: #DD5441;
    font-weight: bold;
    text-decoration: underline;
    background-color: #FFFF99;
}

.p8 {
    color: #DD5441;
    text-align: center;
    font-weight: bold;
}

.p9 {
    text-align: center;
    font-weight: bold;
    background-color: #FFFF99;
}

.p10 {
    color: #403df2;
    text-align: center;
    font-weight: bold;

}

.p11 {
    color: #DD5441;
    font-weight: bold;
    text-decoration: underline;
    background-color: #FFFF99;
    font-size: 1.25rem;

}

/* 20190123追加　*/
p.pr {
    text-align: right;
}

@media screen and (max-width:799px) {
    p.pr {
        margin: 10px 0 -10px;
    }
}

/* 追加ここまで　*/

h2 .line {
    width: 100%;
    color: #000000;
    border-bottom: 2px;
    padding-bottom: 3px;
    margin: 1em 0;
}

.orange {
    font-weight: bold;
    /* 太字 */
    color: #DD5441;
    /* フォントカラー */
}

.comments {
    font-size: 0.5rem;
}

.head {
    font-size: 0.8rem;
    text-align: right;
    color: #444;
}

.number {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 0.25em;
}

.ta-r {
    text-align: right;
    /* 右寄せ */
}

.ta-c {
    text-align: center;
    /* 中央ぞろえ */
}

.ta-l {
    text-align: left;
    /* 左寄せ */
}

ul.box {
    padding: 0.5em 2em;
    margin: 2em 0;
    border: solid 1px #CCCCCC;
    background: #F3F3F3;
    /*背景色*/
}

ul.box li {
    margin: 0;
    padding: 0;
    font-size: 1.15rem;
    /* 基本フォントの1.15倍 */
    font-weight: bold;
    /* 太字 */
}

ol.box {
    padding: 0.5em 2em;
    margin: 2em 0;
    border: solid 1px #CCCCCC;
    background: #F3F3F3;
    /*背景色*/
}

ol.box li {
    margin: 0;
    padding: 0;
    font-size: 1.15rem;
    /* 基本フォントの1.15倍 */
    font-weight: bold;
    /* 太字 */
}

/*================================================
 *  リスト
 ================================================*/
ul,
ol,
dl {
    margin: 0 0 1em 0;
    /* 余白 */
}

li {
    margin-left: 2em;
    /* 左余白 */
}

/* 順序なしリスト */
ul li {
    list-style: disc;
    /* リストの種類（丸い点） */
}

/* 順序リスト */
ol li {
    list-style: decimal;
    /* リストの種類（算用数字） */
}

/* 定義リスト */
dt {
    margin-bottom: 0.5em;
    /* 下余白 */
    border-bottom: 1px dotted #ddd;
    /* 下枠線 */
}

dt:before {
    content: "\0025a0";
    /* リストの種類（★マーク） */
}

dd {
    margin-bottom: 1em;
    /* 下余白 */
}


/*================================================
 *  テーブル
 ================================================*/
table {
    width: 100%;
    /* 幅 */
    margin-bottom: 1em;
    /* 下余白 */
    border-collapse: collapse;
    /* 枠線と枠線をくっつける */
    border: 1px solid #ddd;
    /* 幅 */
}

th {
    padding: 10px;
    /* 余白 */
    text-align: center;
    /* テキストの中央揃え */
    vertical-align: middle;
    /* テキストをセルの高さ中央に配置 */
    border: 1px solid #ddd;
    /* 幅 */
    background-color: #95bbc6;
    /* 背景色 */
}

td {
    padding: 10px;
    /* 余白 */
    text-align: left;
    /* テキストの中央揃え */
    border: 1px solid #ddd;
    /* 幅 */
}


/*================================================
 *  画像
 ================================================*/

.photo {
    margin: 20px 0;
    /* 余白 */
    text-align: center;
}

.photo img {
    max-width: 100%;
    /* 最大幅 */
}

.size70 img {
    max-width: 70%;
    /* 最大幅 */	
}
.size100 img {
    width: 100%;
    /* 最大幅 */	
}
/* リンク画像のフラッシュ */
.photo a:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

/*================================================
 *  リンクボタン
 ================================================*/

/* Base Button Style */

.btn {
    position: relative;
    display: block;
    width: 250px;
    margin: 20px auto;
    padding: 10px;
    background-color: #A4C6FF;
    border: 2px solid #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 250ms ease-out;
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 250ms ease-out;
}


/* Paper effect – slightly raised off background */

.paper {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
    border-color: #dedede;
}


/* Raised effect – pushes up on hover */

.paper-raise-flatten {
    border-color: #A4C6FF;
    box-shadow: none;
    border-radius: 3px;
}

.paper-raise-flatten:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 13px 15px -10px rgba(31, 31, 31, 0.5);
}

.paper-raise-flatten:hover {
    border-color: #A4C6FF;
    color: #A4C6FF;
    background-color: #fff;
}

.paper-raise-flatten:hover:before {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

/*================================================
 *  揺れるボタン
 ================================================*/
.shake-img {
    -webkit-animation: shake-img 1.5s linear 0s infinite;
    animation: shake-img 1.5s linear 0s infinite;
}

@-webkit-keyframes shake-img {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    60% {
        -webkit-transform: scale(0.95, 1.0) translate(-1%, 0%);
    }

    70% {
        -webkit-transform: scale(1.0, 0.95) translate(1%, 0%);
    }

    80% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes shake-img {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    60% {
        transform: scale(0.95, 1.0) translate(-1%, 0%);
    }

    70% {
        transform: scale(1.0, 0.95) translate(1%, 0%);
    }

    80% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/*================================================
 *  コンテンツ・ヘッダー・フッターを覆う
 ================================================*/
#wrapper {
    padding: 20px 50px 20px;
    background-color: #fff;
    width: 840px;
    margin: 0 auto;
    border-left: 3px solid #eee;
    border-right: 3px solid #ddd;
}


/*================================================
 *  コンテンツ
 ================================================*/
#contents {
    margin: 0 auto;
    /* 余白、全体を中央に寄せる */
}


/*================================================
 *  ヘッダー（アイキャッチ画像とh1部分）
 ================================================*/

header {
    text-align: center;
    font-size: 1.9rem;
    line-height: 3.6rem;
    color: white;
    background-color: #E66F8E;
    margin: 0 auto;
    /* 余白、全体を中央に寄せる */
    padding: 0;
    width: 100%;
    /* 最大幅 */
}

.eye_catch {
    height: 0;
    /* 高さ */
    padding-top: 66.63%;
    /* パーセンテージは高さ(533px)÷幅(800px)×100で算出 */
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1)), url(../images/eye_catch02.jpg) center bottom / cover no-repeat;
    /* 背景（下に行くにつれぼかす） */
}


/*================================================
 *  フッター（コピーライト表記）
 ================================================*/

footer {
    padding: 20px 0;
    /* 余白 */
    font-size: 0.75rem;
    /* 基本フォントの0.75倍 */
    text-align: center;
    /* テキストの中央揃え */
}


/*================================================
 *  ページトップへの戻りボタン
 ================================================*/

/* 表示エリアの下から15px、右から15pxの位置にボタンを固定 */
.totop {
    position: fixed;
    bottom: 115px;
    right: 15px;
}

.totop a {
    display: block;
    /* リンクの高さ・幅のサイズ固定 */
    text-decoration: none;
    /* テキストの装飾をなしにする */
}

.totop img {
    background: #bbb;
    /* 背景色 */
}

.totop img:hover {
    background: #A4C6FF;
    /* マウスオーバー時の背景色 */
}

#fixed-banner {
    position: fixed;
    bottom: 0;
    right: -120px;
}

#fixed-banner img {
    max-width: 55%;
}

#fixed-banner-sp {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: -10px;
}


/*================================================
 *  タブレット/スマートフォン向け表示
 ================================================*/

/* .pcでPC用画像表示、.spでスマホ用画像表示 */

.pc {
    /*    display: block;*/
}

.sp {
    display: none;
}

/* スクロールバーを考慮して20px大きいサイズで切り替え */

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

    body {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        background-color: #fff;
    }

    #wrapper {
        width: 100%;
        padding: 0px;
        border: none;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #fixed-banner {
        display: none;
    }

    #fixed-banner-sp {
        display: block;
    }

    #fixed-banner-sp img {
        max-width: 100%;
        vertical-align: bottom;
    }

    .copyright {
        padding-bottom: 80px;
    }

    .totop {
        bottom: 90px;
    }
	.size70 img {
    max-width: 100%;
    /* 最大幅 */	
}
}

/* ------------------------------------------------------------ *
  youtube埋め込み
 * ------------------------------------------------------------ */
.youtube {
  position:relative;
  width: 100%;
  max-width: 750px;
  margin : 0px auto;
}

.youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;

}