@charset "utf-8";
@import url("./iconfont.css");
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.5;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Hiragino Kaku Gothic ProN', 'Helvetica', 'arial', 'Meiryo', sans-serif;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: black;
    text-decoration: none;

}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* font default */
html {
    font-size: 62.5%;
}

body {
    font-size: 13px;
    font-size: 1.3rem;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 32px;
    font-size: 3.2rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

ul {
    font-size: 13px;
    font-size: 1.3rem;
}

p {
    font-size: 13px;
    font-size: 1.3rem;
}

dl {
    font-size: 13px;
    font-size: 1.3rem;
}

small {
    font-size: 11px;
    font-size: 1.1rem;
}

body {
    overflow-y: hidden
}

/* slick調整 */


.slideSimple {
    display: none;
}

.slideSimple.slick-initialized,
.bx-viewport .slideSimple {
    display: block;
}


.contents {
    width: 100%;
    color: #555;
}

/* ---- title ---- */

.titleArea {
    /* flexboxにてカラム設定 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    /*罫線　初期値：無し*/
    border: 0px solid transparent;
    box-sizing: border-box;
}

.titleText {
    /* タイトルの幅 */
    width: 100%;
    /* フォントサイズ */
    font-size: 20px;
    line-height: 20px;
    /* フォントカラー */
    color: #555;
    margin-top: 3px;
}

#sp .titleText {
    /* フォントサイズ */
    font-size: 18px;
    line-height: 19px;
}

.updateDate {
    white-space: nowrap;
    /* 更新日時の幅 */
    width: auto;
    text-align: right;
    /* フォントサイズ */
    font-size: 11px;
    line-height: 11px;
    /* フォントカラー */
    color: #555;
}

#sp .updateDate {
    line-height: 12px;
}

.titleImg {
    display: none;
}

.clockWrapper {
    display: none;
}

/* タイトル部分背景オン時の設定 */

.titleBack02 .titleArea {
    background: #F5CDAA;
    padding: 10px;
}

/* 背景有時の柄 */

.titleBack02.titlePattern01 .titleArea {
    background-image: url(./titlePattern01_stripe.png);
    background-size: 25px;
}

.titleBack02.titlePattern02 .titleArea {
    background-image: url(./titlePattern02_tile.png);
    background-size: 20px;
}

.titleBack02.titlePattern03 .titleArea {
    background-image: url(./titlePattern03_horizontal.png);
    background-size: 5px;
}

.titleBack02.titlePattern04 .titleArea {
    background-image: url(./titlePattern04_vertical.png);
    background-size: 15px;
}

.titleBack02.titlePattern05 .titleArea {
    background-image: url(./titlePattern05_dot.png);
    background-size: 25px;
}

.titleBack02.titlePattern06 .titleArea {
    background-image: url(./titlePattern06_grid.png);
    background-size: 60px;
}

.titleBack02.titlePattern07 .titleArea {
    background-image: url(./titlePattern07_check.png);
    background-size: 60px;
}

/* 罫線 */

.titleBack03 .titleArea {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

/* 罫線 蛍光色 */

.titleBack04 .titleArea {
    position: relative;
    padding-bottom: 10px;
}

.titleBack04 .titleArea:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 13px solid #ffd9e2;
    z-index: -1;
}

/* スマホ */

.contents#sp .titleArea {
    display: block;
}

.contents#sp .titleText {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.contents#sp .updateDate {
    width: 100%;
}

/* ---- title ここまで ---- */

/* ---- hover時の効果 ---- */

.contents#pc a img {
    transform: scale(1);
    transition: transform 0.4s;
}

.contents#pc a:hover img {
    transform: scale(1.3);
    transition: transform 0.4s;
}

.imgWrapper {
    overflow: hidden;
}

/* ---- タイトル、更新日時 ---- */

.vertical .titleArea {
    display: block;
    margin-bottom: 5px;
    /*背景色　初期値：透明*/
    background-color: transparent;
    /*罫線　初期値：無し*/
    border: 0px solid transparent;
    box-sizing: border-box;
}

.vertical .titleText {
    margin-bottom: 10px;
    /* タイトルの幅 */
    width: 100%;
    /* フォントサイズ */
    font-size: 20px;
    line-height: 20px;
    /* フォントカラー */
    color: #555;
    /* 中央寄せ */
    text-align: center;
}

.vertical .updateDate {
    overflow: hidden;
    white-space: nowrap;
    /* 更新日時の幅 */
    width: 100%;
    text-align: right;
    /* フォントサイズ */
    font-size: 11px;
    line-height: 11px;
    /* フォントカラー */
    color: #555;
}

/* ---- タイトル、更新日時ここまで ---- */


/* ---- hover時の効果ここまで ---- */

/* ---- .circle01 円表示　hover時四角表示に変更 ---- */
.circle01 .imgWrapper {
    border-radius: 50%;
    transition: all 0.3s;
}

.circle01 a:hover .imgWrapper {
    border-radius: 0;
    transition: all 0.3s;
}

/* ---- .circle02 円表示のみ ---- */
.circle02 .imgWrapper {
    border-radius: 50%;
}
