/*
Theme Name: coopshizenha
*/

@charset "utf-8";

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
}
body {
	background: #fff;
	color: #4d4d4d;
	font-size: 1.4rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.1em;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	overflow-x: hidden;
}
body.is_fix_load {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
}
@media print {
	body {
		font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}
em,
i {
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
}
ul {
	list-style: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
li {
	list-style: none;
}
table,
tbody,
tr,
th,
td {
	border-collapse: collapse;
}
fieldset,
img {
	border: 0 none;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img[src$=".svg"] {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
svg {
	max-width: 100%;
	height: auto;
	vertical-align: text-top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400;
}
main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
caption,
th {
	text-align: left;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym,
tbody,
tr {
	border: 0 none;
}
select option {
	padding: 0 0.5em;
}
form label {
	cursor: pointer;
}
button {
	padding: 0;
}
hr {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
a {
	color: #4d4d4d;
	border: 0 none;
	outline: medium none;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
a:focus,
a:hover,
button:focus,
button:hover {
	color: #4d4d4d;
	outline: medium none;
	text-decoration: none;
}
input,
select,
button {
	background: transparent;
	border: 0;
	font-size: 1.6rem;
	vertical-align: middle;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	border-radius: 0;
}
input[type=submit] {
	-webkit-appearance: none;
}
button {
	transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}
textarea {
	font-size: 1.6rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
	border-radius: 0;
	-webkit-appearance: none;
}
input[type="text"],
input[type="password"],
textarea,
select {
	box-shadow: none;
	outline: none;
}
*:focus {
	outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}
iframe {
	border: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}