@charset "UTF-8";

/* ========================================================================================================================
　初期設定
========================================================================================================================= */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

*,
*:before,
*:after {
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 80%;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font: normal 1.7rem/1.8 "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

img {
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}


h1 {
	font-size: 1em;
	margin:0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

hr {
	height: 0;
	overflow: visible;
}

nav ol,
nav ul {
	list-style: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

b,
strong {
}

strong {
	font-weight: bolder;
	}
	
dfn {
	font-style: italic;
}

mark {
	background-color: #c3f0ff;
	color: #000000;
}

progress {
	vertical-align: baseline;
}

small {
	font-size: 83.3333%;
}

sub,
sup {
	font-size: 83.3333%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #333;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #333;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color:#09C;
}

a:hover {
	outline-width: 0;
}

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

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
	font-size: 1em;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden][aria-hidden="false"] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}

/* CSS Document */
/* ==================
　setting 初期設定
================== */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl,
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



button, input, select, textarea {
	border: 1px solid #ccc;
}

input[type="file"] {
	border-style: none;
}

input[type="image"] {
	border: none;
}




/* ========================================================================================================================
　common 共通設定
========================================================================================================================= */

.mb10 {
	margin-bottom: 1% !important;
}
.mb30 {
	margin-bottom: 3% !important;
}
.mb60 {
	margin-bottom: 6% !important;
}
.mb80 {
	margin-bottom: 8% !important;
}
.mt10 {
	margin-top:2% !important;
}
.mt30 {
	margin-top: 3% !important;
}
.mt40 {
	margin-top: 4% !important;
}
.mt50 {
	margin-top: 5% !important;
}
.mt60 {
	margin-top: 6% !important;
}
.mt80 {
	margin-top: 8% !important;
}

/* text-align setting
-------------------------------------------------*/
.txt_l {
	text-align:left;
}
.txt_c {
	text-align:center;
}
.txt_r {
	text-align:right;
}


/* 2カラム 不等割 */
.fleft {
	float: left;
}

.fright {
	float: right;
}


/* 切り替え */
.PC{display: block;}
.SP{display: none;}

/*画像リンク透過*/
a img {
	transition: 0.6s ;
}

a img:hover {
	opacity: 0.5 ;
}


@media screen and (max-width: 768px) {
.PC{display: none;}
.SP{display: block;}
}


