@charset "UTF-8";

/* ===================================================================

リセット

=================================================================== */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

*,
 ::before,
 ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

 ::before,
 ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

*:focus {
    /*chromeデフォルト設定解除*/
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}


/* 一般的な要素 */

audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
}

address,
em {
    font-style: normal;
}

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

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

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden],
template {
    display: none;
}

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

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

a:active,
a:hover {
    outline-width: 0;
}

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

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* フォーム */

input {
    border-radius: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button {
    overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

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

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

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

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

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


/* メディア */

img {
    border-style: none;
    vertical-align: top;
}

div {
    vertical-align: top;
    padding: 0;
    box-sizing: border-box;
}

img,
iframe {
    /*スマホはみ出し用*/
    max-width: 100%;
}

progress {
    vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}


/* アクセシビリティ */

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

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

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}


/* selection */

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

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

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

/* ===================================================================

ベース

=================================================================== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
}

p, li {
    font-size: 14px;
    line-height: 1.8;
}

@media (min-width: 960px) {
    p, li {
        font-size: 16px;
        line-height: 1.8;
    }
}

a {
    text-decoration: none;
	color: #000;
}
a:visited{
	text-decoration: none;
	color: #000;
}

/*画像ホバーOpacity*/
a img {}
a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
header h1 a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* flex */
.block{
	display: flex;
	justify-content: space-between;
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}

/* header */
.header_inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: .3rem .5rem .2rem .5rem;
}
.logo{
	width: 65%;
}

.tel{
	width: 25%;
	text-align: right;
	padding-top: 1rem;
}
@media(min-width: 768px){
.header_inner{
	padding: .8rem .5rem .3rem .5rem;
}
.logo{
	width: 45%;
}

.tel{
	width: 45%;
	padding-top: 1rem;
}
}
/* main */
.header_inner-full{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
.header_inner-full h1{
	margin: 0;
	padding: 0;
}
.header_inner-full img{
	width: 100%;
}
/* main */
.main_inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 1rem;
}
.img-box{
	width: 32%;
}
.img-box-only{
	width: 70%;
	margin: 0 auto;
}
.img-box-half{
	width: 49%;
}
.img-box-full{
	width: 100%;
}
.block2{
	display: block;
	margin-top: 6rem;
}
.block2 .img-box-full{
	margin-bottom: 1.5rem;
}
.block-txt{
	width: 100%;
	max-width: 700px;
	padding-left: 2.8rem;
	background: url("../images/icon.png") top left no-repeat;
	background-size: 10%;
	margin: 1rem auto;
}

@media(min-width: 768px){
.block-txt{
	padding-left: 4.5rem;
	background-size: 8%;
}
}
@media(min-width: 1024px){
.block-txt{
	padding-left: 4.5rem;
	background-size: auto;
}
}
ul, li {
    list-style: disc;
}
ul {
    margin-left: 1.5rem;
}
.btn{
	border: 6px solid #5da100;
	background-color: #fff;
	text-align: center;
	padding: 2px;
	margin: 6rem auto 2rem auto;
}
.btn-in{
	border: 1px solid #5da100;
	background-color: #fff;
	padding: 2px;
}
.btn a{
	width: 100%;
	display: block;
	padding: 1.5rem;
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #ededed 25%, #ededed 34%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dddddd 0%,#ededed 25%,#ededed 34%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dddddd 0%,#ededed 25%,#ededed 34%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	font-size: 1.6rem;
	font-weight: 700;
}
@media(max-width: 320px){
	h2{
		font-size: 1.2rem;
	}
.block-txt{
	padding-left: 2.5rem;
}
.btn a{
	font-size: 1.4rem;
}
}
/* footer */
.footer{
	background-color: #ebebeb;
}
.footer-inner{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 1.5rem 1rem 1rem 1rem;
}
.foot_logo{
	font-size: 1.3rem;
	font-weight: 600;
}