@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-moz-tab-size: 4;
	tab-size: 4;
	word-break: normal
}

body {
	color: #333;
	font-family: "Meiryo", sans-serif;
	min-height: 100vh;
    padding: 40px 0;
    background-color: #F0F8ED;
}

@media screen and (max-width: 1024px) {
    body {
        padding: 15px;
    }
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

li {
	list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#header {
    margin-bottom: 80px;
}

#header .inner {
    max-width: 760px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    padding: 16px 0;
}

#header h1 a img {
    
}

#header h1 a p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-top: 3px;
    color: #7C7C7C;
}

main {
    margin-bottom: 80px;
}

.contents_item {
    background-color: #fff;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    /*box-shadow: 4px 8px 17px -2px #333;*/
    border-radius: 50px;
}

.blog_contents {
    width: 100%;
    padding: 24px;
    position: relative;
}

.blog_contents .title {
    margin-bottom: 36px;
    color: #FF8400;
    text-align: center;
    font-size: 26px;
}

.blog_contents .blog_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.blog_contents .blog_list li {
    width: 48%;
    background-color: #208100;
    margin-bottom: 24px;
    /*box-shadow: 2px 4px 8px -2px #333;*/
    border-radius: 50px;
}
/*.blog_contents .blog_list li:nth-of-type(odd) {
    border-radius: 50px 0 0 50px;
}
.blog_contents .blog_list li:nth-of-type(even) {
    border-radius: 0 50px 50px 0;
}*/
.blog_contents .blog_list li:last-of-type {
    margin-bottom: 0;
}

.blog_contents .blog_list li a {
    display: flex;
    align-items: center;
    padding: 16px;
}

.blog_contents .blog_list li a img {
    margin-right: 14px;
    width: 56px;
    padding: 7px;
    background-color: #8EC31F;
    border-radius: 50%;
}

.blog_contents .blog_list li a p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.blog_contents .blog_list li:hover {
    background-color: #8EC31F;
    transition: all 0.2s ease;
}

.blog_contents .blog_list li:hover img {
    background-color: #208100;
    transition: all 0.2s ease;
}

.blog_contents .remo {
    position: absolute;
    max-width: 160px;
    width: 100%;
    top: -60px;
    right: -40px;
}
.blog_contents .del {
    position: absolute;
    max-width: 160px;
    width: 100%;
    top: -60px;
    left: -60px;
}

@media screen and (max-width: 1024px) {
    .blog_contents .remo {
        max-width: 120px;
        top: -20px;
        right: 8px;
    }
    .blog_contents .del {
        max-width: 120px;
        top: -20px;
        left: 8px;
    }
}

@media screen and (max-width: 767px) {
    .blog_contents {
        padding: 14px 14px 36px 14px;
    }
    
    .blog_contents .title {
        margin-bottom: 28px;
        margin-top: 12px;
        font-size: 20px;
    }

    .blog_contents .blog_list {
        flex-direction: column;
    }

    .blog_contents .blog_list li {
        width: 100%;
        margin-bottom: 18px;
    }
    
    .blog_contents .blog_list li a p {
        font-size: 15px;
    }
    
    .blog_contents .remo {
        max-width: 90px;
        top: -10px;
        right: 12px;
    }
    .blog_contents .del {
        max-width: 95px;
        top: -10px;
        left: 8px;
    }
}

/*.blog_contents .blog_list li:nth-of-type(even) a {
    flex-direction: row-reverse;
}

.blog_contents .blog_list li:nth-of-type(even) img {
    margin-right: 0;
    margin-left: 14px;
}

.blog_contents .blog_list li:nth-of-type(even) p {
    display: flex;
    justify-content: flex-start;
}*/

#footer .inner {
    max-width: 760px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    padding: 36px;
}

#footer .footer_info {
    margin-bottom: 24px;
}

#footer .footer_info a p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 3px;
    color: #7C7C7C;
}

#footer .footer_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #7C7C7C;
    line-height: 1;
    padding: 8px 0 8px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
}

#footer .footer_list li {
    width: calc(100%/3);
    padding: 8px 0;
}

#footer .company .croporate {
    display: flex;
    justify-content: flex-end;
}

#footer .company .croporate a {
    line-height: 1;
    border-bottom: 1px solid #7C7C7C;
    padding-bottom: 3px;
}

#footer .company .croporate a span {
    margin-left: 8px;
}

#footer .company .croporate a span img {
    width: 22px;
}

@media screen and (max-width: 767px) {
    #footer .footer_list li {
        width: calc(100%/1);
        font-size: 14px;
        padding: 6px 0;
        list-style: inherit;
        margin-left: 14px;
    }
}

.copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 14px;
}



/*----------------------
個別ページ用
----------------------*/
.blog_contents .contents-title {
    text-align: center;
}

.blog_contents .contents-title .icon {
    background-color: #FF8400;
    border-radius: 50%;
    padding: 8px;
    width: 80px;
}

.blog_contents .text {
    margin-top: 48px;
}

.blog_contents .text .heading {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: center;
}

.blog_contents .text .colophon {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    
    .blog_contents .contents-title .icon {
        width: 70px;
    }

    .blog_contents .text {
        font-size: 14px;
    }
    
    .blog_contents .text .heading {
        font-size: 16px;
    }
    

}
