@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: normal;
    word-wrap: break-word;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #222222;
    min-width: 320px;
}
html {
    min-width: 320px;
}
img {
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td, th {
    padding: 0;
}
table {
    background-color: transparent;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
ul li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}
/*
h1{
	font-size:200%;
}
h2{
	font-size:160%;
}
h3{
	font-size:120%;
}
h4{
	font-size:110%;
}
h5{
	font-size:100%;
}
*/
article {
    width: 100%;
    min-width: 320px;
}
a:visited, a:link, a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
.red {
    color: #ed1c24;
}
.bkyellow {
    background-color: #fff100;
}
.bold {
    font-weight: bold;
}
.btline {
    text-decoration: underline;
}
.underline {
    text-decoration: underline;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
button[type="submit"] {
    -webkit-appearance: none;
    outline: none;
    border: none;
}
button[type="submit"]:hover {
    box-shadow: 0 0 #000;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: 0.5s;
}
a[href^="tel"] {
    color: #ef7603;
    text-decoration: none;
}



/* ここからページレイアウト
-----------------------------------------------------------------*/

/* サイズ共通で適用 */
#pagetopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
img {
    width: 100%;
    height: auto;
}


