@charset 'UTF-8';
/* window-size + 17px */
/*  Clear Fix
--------------------------------------- */
.clearfix:after
{
    display: table;
    clear: both; 
    content: '';
}


/*  Base
--------------------------------------- */
html
{
    overflow-y: scroll;
	
}

body
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    line-height: 1.5;

    color: #000;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    -webkit-font-smoothing: antialiased;
	background: #FFFFFF;
}
body.fixed
{
    position: fixed;
}

* html body
{
    font-size: 100%;
}

*:first-child + html body
{
    font-size: 100%;
}

/*  Links
--------------------------------------- */
a
{
    text-decoration: none; 
    color: #33658f;
}
a:link,
a:visited
{
    text-decoration: none; 
    color: #33658f;
}
a:active,
a:hover,
a:focus
{
    outline: none;
}

/*  Selection
--------------------------------------- */
*::selection
{
    color: #fff;
    background-color: #0ba897;
}

input::selection
{
    color: #333;
}

/* -------------------------------------------------------------------

    Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html,
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
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,
picture,
button
{
    zoom: 1; 

    margin: 0;
    padding: 0;

    vertical-align: top;

    border: 0;
    background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main,
section,
nav,
article,
aside,
hgroup,
menu,
summary,
svg,
header,
footer,
figure,
figcaption,
details,
picture
{
    display: block;
}

audio:not([controls])
{
    display: none;
}

[hidden]
{
    display: none;
}

/*  Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 100%;
    font-weight: normal; 
    line-height: 1.5;
}

em
{
    font-weight: bold; 
    font-style: normal;
}

strong,
b
{
    font-weight: bold; 

    color: #f91e1e;
}

sup
{
    font-size: 65%; 
    line-height: 0;

    position: relative;
    top: -4px;

    vertical-align: middle;
}

sub
{
    font-size: 65%; 
    line-height: 0;

    position: relative;
    top: 0;

    vertical-align: middle;
}

pre
{
    font-family: monospace, sans-serif;

    white-space: pre-wrap;
    word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr
{
    display: none;
}

/*  Embedded Content
--------------------------------------- */
img
{
    vertical-align: top; 
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul,
ol
{
    list-style: none;
}

/*  Tables
--------------------------------------- */
table
{
    width: 100%; 

    border-collapse: collapse;

    border: 0 none;
}

table th,
table td
{
    font-size: 1em;
    font-weight: normal; 

    text-align: left;
    vertical-align: top;

    border: 0 none;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner
{
    padding: 0; 

    border: 0;
}

fieldset
{
    border: 0 none;
}

legend
{
    display: none;
}

label
{
    cursor: pointer;
}

input
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;

    vertical-align: middle;

    border-radius: 0;
    border-radius: 0; 
    outline: none;
}

input[type='text'],
input[type='tel'],
input[type='url'],
input[type='image'],
input[type='email'],
input[type='password']
{
    -webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box; 
    padding: 0;
}

textarea
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    resize: none;
    vertical-align: top;

    border-radius: 0;
    outline: 0;

    -webkit-appearance: none;
}

select
{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: normal;

    outline: none;
}

button
{
    font-size: 100%;
}

body {
	background: #FFFFFF;
}

a {
	transition:all 0.3s;
}

a:hover {
	transition:all 0.3s;
	opacity:0.7;
}

.pcHide {
	display:none;
}

img {
	max-width:100%;
}


@media screen and (max-width: 750px) {
.pcHide {
	display:inherit;
}

.spHide {
	display:none !important;
}

a:hover {
	opacity:1;
}

}