/*!
Theme Name: info-youreyes
Author: LSI
Description: theme for YourEyes
Version: 1.1.0
*/

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
	list-style: none;
	color: #333;
	-webkit-text-size-adjust: 100%; 
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
	background-color: #fff;
  font-family:  -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
 	color: #333;
	position: relative;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

:root {
	main-green: #5bb43b;
}
.green-txt {
	color: #336633 !important;
}
.green-root {
	color: #5bb43b !important;
}
/* top-header*/
#top-header header {
	width: 100%;
	background: #fff;
}
#top-header.org header{
	background: #3d9db5;
}
#top-header.volunteer header{
	background: #b53d89;
}
#top-header.user header{
	/* background: #5bb43b; */
	background-color:  #336633;
}
#top-header.app header{
	/* background: #e0bf2b; */
	background-color: #f7b200;
}
#top-header header #site-logo {
	max-width: 1024px; width: auto;
	height: 100px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
#site-logo img {
	margin-left: 60px;
	width: 264px;
	height: 80px;
}
#site-logo  a {
	display: block;
	text-decoration: none;
}
#site-logo span:first-child {
	font-size: 2.4rem;
	font-weight: bold;
	padding-right: 0.5rem;
}
#site-logo span:last-child {
	font-size: 1.4rem;
	font-weight: bold
}

#user-cat{
	color: #fff;
	margin: 1rem;
}

#top-header header nav {
	width: 100%;
	height: 40px;
	background: #000;
	border-bottom: 8px solid #5bb43b;
}
#top-header header nav ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width: 1024px; width: auto;
	margin: 0 auto;
	padding-left: 6.0rem;
}
#top-header header nav li {
	padding: 0 2.5rem 0 0;
}
#top-header nav li:first-child {
	background: transparent url("/img/01_pic_02_navi_mark.png") center left no-repeat;
	background-size: 30px 30px;
}
#top-header nav li:nth-child(2) {
	background: transparent url("/img/01_pic_02_navi_mark.png") center left no-repeat;
	background-size: 30px 30px;
}
#top-header nav a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
	height: 32px;
	padding-left: 36px;
}

/* main */
main {
	margin: 0 auto;
	width: 100%;
}
#info-main {
	width: 100%;
	min-height: 57vh;
}
#info-main-wrap {
	background: transparent url("/img/03_0027.jpg") no-repeat;
	background-size: cover;
	background-position: center 33%;
}
.org-photo {
	background-image: url("/img/organization.jpg") !important;
	background-position: center 50% !important;
}
#info-main-wrap section {
	max-width: 1024px; width: auto;
	min-height: 50vh;
	margin: 0 auto;
	position: relative;
}
#info-main-wrap header {
	position: absolute;
	top: 30px;
	right: 60px;
	width: 330px;
	height: auto;
	background-color: rgba(255,255,255,0.5);
}
#info-main-wrap header h1 {
	padding: 1.0rem 1.5rem 0;
}
#info-main-wrap header h1 img {
	width: 300px;
	height: 60px;
}
#info-main-wrap header p {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #000;
	padding:0 2.4rem 0.5rem;
}
#info-main-wrap header p strong {
	display: block;
	font-size: 2.0rem;
	color: #333;
	padding: 2.4rem 0 0;
}
/* top-prpmotion-box */
#top-promotion {
    position: absolute;
    bottom: 1.0rem;
    /* left: 0; */
    right: 60px;
    margin: auto;
    text-align: center;
    /* width: 500px !important; */
    height: auto;
    /* background-color: rgba(247,178,0,0.8); */
    width: 330px;
    background: rgba(255,255,255,0.5);
    padding: 0.5rem;
}
#top-promotion p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
	padding: 0.5rem;
}
#top-promotion p strong {
	display: block;
	font-size: 2.2rem;
	color: #000;
}
#top-promotion .banner_box img{
	width: 100%;
}
.banner_box {
	text-align:right;
	max-width: 900px;
	margin:0 auto;
	width: auto;
}
.banner_box img {
	width: 468px;
}





#info-main section {
	margin: auto;
}
section header {
	width: auto;
	margin: 0 auto;
}
.entry-header {
	max-width: 1024px;
	width: auto;
	margin: 0 auto;
}
.entry-header h1.entry-title {
	margin-left: 10.0rem;
	padding: 0;
}
.entry-meta {
	padding-left: 10.0rem;
}
.posted-on a {
	text-decoration: none;
	cursor: none;
	pointer-events: none;
}
section header h2 {
	margin-left: 6.0rem;
	padding-top: 3.6rem;
}
section header h2 img {
	width: 180px;
	height: auto;
}

/* page-box */
.page-box{
	background-color: #272727;
}
.home .page-box {
	padding: 0 0 1px;
}
.page-box p,
.page-box li,
.page-box h1,
.page-box h1 span,
.page-box h3{
	color: #fff;
}
.page-box h2.link {
	font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
	margin: 0 0 3.6rem;
	display: block;
    background: none;
    min-height: auto;
}
.page-box h2.link:last-child {
	margin: 0 0 7.2rem;
}
.page-box h2.link a {
	color: #fff;
}
.movie-wrap{
	max-width: 1024px;
	margin:0 auto 4.8rem;
}
#movie-wrap{
	margin:0 auto 4.8rem;
}
#movie-wrap p{
	text-align: center;
	padding-bottom: 2rem;
}
#movie{
	width: 500px;
	height: 300px;
	margin: 0 auto;
}
#type-a, #type-b{
	margin-bottom: 5rem;
}
#products h3{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #5bb43b;
}
#products .wrap{
	display: flex;
	margin: 2rem 0;
}
#products .img-wrap{
	width: 80%;
}
#products .img-wrap img{
	width: 100%;
}
#products .img-wrap ul{
	display: flex;
}
#products .img-wrap ul li{
	padding: 0.5rem;
	cursor: pointer;
}
#products .img-wrap ul li:hover{
	opacity: 0.7;
}
/*#type-c .main-img{
	display: flex;
	align-items: center;
}
#type-c .main-img img{
	width: 42%;
}
#type-c .main-img span{
	font-size: 8rem;
	padding: 0 0.5rem;
	color: #fff;
}*/
#products .box-inf{
	width: 100%;
	margin-left: 2rem;
	line-height: 2;
}
#products .box-inf li{
	position: relative;
	padding-left: 2rem;
}
#products .box-inf li::before{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 1rem;
	left: 0.5rem;
	border-radius: 100%;
	background-color: #fff;
	content: "";
}
#products .btn-link{
	padding-bottom: 2.0rem;
	text-align: center;
	line-height: 1.5;
}

.all-inf{
	margin: 5rem 0;
	padding: 0.5rem;
}
.all-inf h3{
	font-size: 2rem;
}
.all-inf a{
	color: #da379e;
	font-weight: bold;
	text-decoration: none;
}
.all-inf.imp{
	border: 5px solid red;
}
/*page-org*/
.page-template-page-org ol{
    padding: 0 6.0rem 0 7.5rem;	
}
.page-template-page-org ol li{
	list-style: decimal;
	font-size: 1.6rem;
    line-height: 1.8;
}
.page-template-page-org .linkArea {
	background: #5bb43b;
}
.page-template-page-org .linkArea .btn-link {
	padding: 4rem 0;
}
.page-template-page-org .products {
	background: #333;
	max-width: none;
	padding: 4rem 0 0;
}
.page-template-page-org .products p,
.page-template-page-org .products li,
.page-template-page-org .products h3{
	color: #fff;
}
.page-template-page-org .products .entry-content {
	margin: 0 auto;
}
/* page-system */
.system .entry-header{
	padding-bottom: 1rem;
}
.system .entry-header h2{
	margin-left: 6.0rem;
}
.system-content.entry-content{
	min-height: 1rem;
	margin: 0 auto;
	font-size: 1.6rem;
}
.system-content p{
	margin: 2rem 0;
}
.system-content p:last-of-type{
	margin-bottom: 6rem;
}
.system-content .img-wrap img{
	width: 100%;
}
.system-content #caution{
	width: calc(100% - 1rem );
	margin: 2rem auto;
	padding: 1rem;
	display: block;
	background-color: #ffe25f;
}
.system-content #caution p{
	margin: 0;
	font-weight: bold;
}

.system-content #products li,
.system-content li{
	position: relative;
    padding-left: 2rem;
}
.system-content #products li::before,
.system-content li::before{
	width: 1rem;
    height: 1rem;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 0.5rem;
    border-radius: 100%;
    background-color: #333333;
    content: "";
}
.system-content #products{
	margin: 0 1rem;
}
.system-content #products .wrap{
	align-items: center;
}
.system-content #products .img-wrap{
	width: 40%;
}
.system-content #products p{
	margin: 0;
}


/* news */
#news {
	background-color: #fff;
}
#category-list{
	width: 700px;
	margin: 0 auto 1.2rem;
	display: flex;
	flex-wrap: wrap;
}

#category-list li a::after{
	width: 2rem;
	height: 2rem;
	right: -0.2rem;
	top: calc((100% - 2rem) / 2);
	display: block;
	position: absolute;
	font-size: 2rem;
	font-weight: normal;
	background-image: url(/img/arrow-w.png);
	background-size: 2rem;
	content: "";
}
#category-list li.press a::after{
	background-image: url(/img/arrow.png);
}

#news-list {
	width: 700px;
	margin: 1.2rem auto 0;
	padding-bottom: 8.0rem;
}
#news-list dl {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding: 2.4rem 0 1.8rem;
	width: 100%;;
	border-bottom: 1px solid #333;
}

.categories{
	display: flex;
	flex-wrap: wrap;
}

#news-list dt {
	width: 150px;
	font-weight: bold;
	padding-left: 0.8rem;
	margin: 0.3rem 0;
}

#news-list .dd-wrap{
	width: 85%;
	margin-left: 1.5rem;
}

.categories .cat-name{
	width: 80px;
	padding: 2px 0;
	margin-bottom: 1rem;
	margin-right: 0.5rem;
	border-radius: 7px;
	font-size: 1.1rem;
	text-align: center;
}

#category-list .cat-name{
	width: 150px;
	padding: 4px 4px 4px 0px;
	margin: 0 auto 1rem;
	border-radius: 7px;
	font-size: 1.6rem;
	text-align: center;
}

.cat-name.user{
	/* background-color: #5bb43b; */
	background-color: #336633;
}
.cat-name.org{
	background-color: #3d9db5;
}
.cat-name.volunteer{
	background-color: #b53d89;
}
.cat-name.press{
	/* background-color: #e0bf2b; */
	background-color: #f7b200;
}
.cat-name.uncategorized{
	background-color: #333;
}
.cat-name.news {
	display: none;
}
#category-list .cat-name.press a,
.categories .cat-name.press a{
	color: #333;
}
#category-list .cat-name a,
.categories .cat-name a{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.dd-wrap .title a {
	color: #333;
}
#news-list .new-mark {
	font-size: 1.4rem;
	/* color: #5bb43b; */
	color: #336633;
	margin-left: 1.0rem;
	text-align: center;
}

.updated {
	display: none;
}

#info-main #promotion {
	margin: 0 auto 4.0rem;
	width: 100%;
	text-align: center;
}

/* content-news */
.entry-header .categories{
	margin-left: 10.0rem;
}
/**/


/**/

/* faq */
#faq-list{
	width: 700px;
	margin: 1.2rem auto 0;
	padding-bottom: 8.0rem;
}
#faq-list ul{
	margin: 30px;
}
#faq-list li{
	margin: 10px 0;
	font-size: 1.6rem;
}
#faq-list a{
	color: #333;
}
/**/
.grey-eee {
	background: #eee;
}
.sec-content {
	max-width: 1024px; width: auto;
	margin: 0 auto;
}
.sec-wrap .sec-content {
	width: 50%;
}
.sec-content header {
	padding: 3.6rem 0 4.8rem;
}
.sec-content h1,
.sec-content h2 {
	display: flex;
	padding: 0;
	margin-left: 6.0rem;
	min-height: 64px;
	background: transparent url("/img/icon_balloon.png") left center no-repeat;
	background-size: 30px;
	align-items: baseline;
}
.sec-content h1 span,
.sec-content h2 span {
	padding: 1.0rem 1.5rem 0 5.0rem;
	font-size: 3.2rem;
	letter-spacing: .1rem;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 2px solid #b2b2b2;
}
.sec-content h1 span:nth-child(2),
.sec-content h2 span:nth-child(2){
	font-size: 2rem;
	border-bottom:none;
	padding:0;
}

.sec-content p {
	font-size: 1.6rem;
	padding: 0 6.0rem;
	padding-bottom: 3.6rem;
	line-height: 1.8;
	text-align: left;
}
.sec-wrap {
	max-width: 1024px; width: auto;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
}
.sec-content .copy-txt {
	padding: 0 6.0rem;
	font-size: 2.8rem;
	text-align: left;
	margin-bottom:2rem;
}
.sec-content .right-txt {
	text-align: right;
	padding-bottom: 0;
}
.sec-content .right-txt a {
color: #333;	
}	

.sec-img img {
	width: 480px;
	height: auto;
}
.bold,
span.bold {
	font-weight:bold;
}


/* function */
#func {
	width: 100%;
	background: #eee;
}
#func-wrap {
	max-width: 1024px; width: auto;
	margin: 0 auto;
}
#func-content {
	display: flex;
	flex-flow: row nowrap;
}
#func-txt {
	padding-left: 6.0rem;
	width: 420px;
}
#func-txt h3 {
	padding: 8.0rem 0 2.0rem;
	font-size: 3.6rem;
}
#func-txt p {
	font-size: 2.0rem;
}
#func-img {
	padding-left: 2.0rem;
}
#func-img img {
	width: 480px;
	height: auto;
}

/* box */
#box {
	width: 100%;
	padding-bottom: 4.0rem;
	background: rgba(25, 237, 142, 1.0);
	background: -webkit-linear-gradient(top left, rgba(25, 237, 142, 1.0), rgba(101, 140, 252, 1.0));
	background: -moz-linear-gradient(top left, rgba(25, 237, 142, 1.0), rgba(101, 140, 252, 1.0));
	background: linear-gradient(to bottom right, rgba(25, 237, 142, 1.0), rgba(101, 140, 252, 1.0));
}
#vtool {
	width: 100%;
	padding-bottom: 6.0rem;
	background: #fff;
}
#box-wrap,
#vtool-wrap{
	max-width: 1024px; width: auto;
	margin: 0 auto;
}
#box-wrap div img {
	width: 100%;
}
#vtool-wrap div img {
	width: 100%;
	margin: auto;
}

/* app */
#app {
	background: #5bb43b;
}
#app h1,
#app p,#app a{
	color: #fff;
	font-size: 2.4rem;
	font-weight:bold;
	padding: 1.5rem 0;
}
#app header {
	width: 512px;
	margin: 0;
}
#app-wrap {
	max-width: 1024px; width: auto;
	margin: 0 auto;
/*	padding: 4.0rem 0 6.0rem;*/
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-bottom: 2rem;
}
#app header h2 img {
	width: 360px;
	height: auto;
}
#app header p {
	padding-left: 70px;
	width: 420px;
	font-size: 2.4rem;
	color: #fff;
}
#app-dl {
	width: 420px;
	margin: 2rem auto;
	text-align: center;
	background: #fff;
	border: 1px solid #5bb43b;
	border-radius: 1.2rem;
	padding:1rem;
}
#app-dl p {
	font-size: 2.4rem;
	padding: 1.5rem 0 0;
	color: #000;
	font-weight:bold;
	width: 100%;
}
#app-dl img {
	width: 222px;
	height: 222px;
}

.info-detail{
	max-width:1024px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding:2rem 0 3rem 2rem;
}
.info-detail p {
	font-size:2.8rem;
	width: 100%;
	text-align: left;
}
.info-detail .btn-link {
	justify-content: flex-end;
	padding:0;
}


#menu {
	margin: 0 auto;
}

#menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#menu li {
	/*width: 216px;*/
	width: 32%;
	margin-bottom: 1.5rem;
	color: #fff;
}
#menu li a {
	transition: all .25s;
	display: block;
	text-decoration: none;
	border-radius: 2.0rem;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(1,1,1,0.3);
}
#menu li a:hover {
	transition: all .25s;
	opacity: .8;
}
#menu li a:hover h2 {
	transition: all .25s;
	background: url("/img/00_pic_04_arrow.png") center right 8px no-repeat;
	background-size: 24px 24px;
	background-color: rgba(1,1,1,0.6);
}
#menu li a div:first-child {
	/*height: 140px;*/
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 8px solid rgba(100,100,100,0.6);
	border-top-left-radius: 2.0rem;
	border-top-right-radius: 2.0rem;
	background-color: rgba(1,1,1,1);
}
#menu li a div:last-child {
	display: inline;
}
#menu div img {
	width: 80px;
	height: 80px;
}
#menu h2 {
	transition: all .25s;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	background: url("/img/00_pic_04_arrow.png") center right 12px no-repeat;
	background-size: 24px 24px;
	background-color: rgba(1,1,1,1);
	margin-left:0;
}
#menu h2 span {
	padding-left:0;
	font-weight:bold;
	color: #fff;
	font-size: 1.8rem;
	border-bottom: none;
}
#menu li p {
	padding: 1.6rem 2.4rem;
	border-bottom-left-radius: 2.0rem;
	border-bottom-right-radius: 2.0rem;
	background-color: rgba(54,115,39,0.8);
	display: flex;
}
#menu li p span {
	font-size: 1.6rem;
	line-height: 1.6;
	min-height: 5.0rem;
	color: #fff;
	text-align: left;
}

/* 404 */
#error-404 {
	background: #000;
	min-height: 50vh;
}
#error-404 header,
#error-404 div {
	width: 480px;
	margin: 0 auto;
	padding: 4.0rem 0;
}
#error-404 h1 span {
	color: #888;
	display: block;
	font-size: 3.2rem;
}
#error-404 h1{
	font-size: 2.0rem;
	color: #fff;
}
#error-404 p {
	font-size: 1.6rem;
	color: #fff;
}

/* btn */
.btn-link {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 2.0rem 0 8.0rem;
}
.btn-link a {
	transition: all .25s;
	width: 280px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #5bb43b;
	border-radius: 1.2rem;
	text-decoration: none;
	background: #fff url("/img/arrow.png") center right 2rem no-repeat;
	background-size: 24px 24px;
	box-shadow: 0.5rem 0.5rem 0.5rem -0.25rem rgba(100,100,100,0.3);
}
.btn-link a:hover {
	transition: all .25s;
	background: #5bb43b url("/img/arrow.png") center right 1rem no-repeat;
	background-size: 24px 24px;
	box-shadow: 0.25rem 0.25rem 0.25rem -0.15rem rgba(100,100,100,0.5);
}
.btn-link a span {
	font-size: 2.4rem;
	padding-right: 24px;
}
.btn-link a span.font-mini {
        font-size: 1.8rem;
        padding-right: 24px;
}
.side-margin {
	margin: 0 1rem;
}
.btn-big a{
	width:100%;
	transition: all .25s;
	background: rgba(25, 237, 142, 1.0);
	background: -webkit-linear-gradient(top left, rgba(25, 237, 142, 1.0), rgba(101, 140, 252, 1.0));
	background: -moz-linear-gradient(top left, rgba(25, 237, 142, 1.0), rgba(101, 140, 252, 1.0));
	background: linear-gradient(to bottom right, rgba(25, 237, 142, 1.0), rgba(101, 140, 252, 1.0));
	font-weight:bold;
}
.btn-big a:hover{
	transition: all .25s;
	background: rgba(166,234,203, 1.0);
	background: -webkit-linear-gradient(top left, rgba(166,234,203,1.0), rgba(197,211,251,1.0));
	background: -moz-linear-gradient(top left, rgba(166,234,203,1.0), rgba(197,211,251,1.0));
	background: linear-gradient(to bottom right, rgba(166,234,203,1.0), rgba(197,211,251,1.0));
}
.w-480 {
	width: 480px !important;
}

/* entry-content */
.entry-content {
	max-width: 1024px; width: auto;
	margin: 0 auto 8.0rem;
	padding: 2.4rem 12.0rem;
	min-height: 25vh;
}
.entry-content p {
	font-size: 1.6rem;
	line-height: 1.7;
}
.entry-content .post-thumbnail {
	margin: 0 auto;
}
.entry-content .post-thumbnail img {
	width: 100%;
	height: auto;
}
.nav-links {
	display: flex;
	justify-content: space-between;
}
.nav-links .nav-previous{
	margin-right: auto;
	padding-right: 1.2rem;
}
.nav-links .nav-next{
	margin-left: auto;
	padding-left: 1.2rem;
}
/* .nav-links div+div {
	padding-left: 2.4rem;
} */
nav.post-navigation {
	max-width: 1024px; width: auto;
	margin: 0 auto;
	padding: 2.0rem 10.0rem;
}
nav.post-navigation h2 {
	display: none;
}

/* inquiry & page-content */
.page-content p {
	font-size: 1.6rem;
	line-height: 1.7;
	min-height: 0;
	margin-bottom: 2.0rem;
}
.page-content sup {
	color: #f00;
	font-size: 2.0rem;
}
.inquiry p {
	font-size: 1.6rem;
	line-height: 1.7;
	min-height: 0;
	margin-bottom: 2.0rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
}
.inquiry p br {
	display: none;
}
.inquiry sup {
	color: #f00;
	font-size: 2.0rem;
}
.inquiry p span {
	font-size: 1.4rem;
	display: block;
	width: 100%;
}
.inquiry p.radio-span span {
	font-size: 1.5rem;
	padding-left: 1.0rem;
	line-height: 1.8;
}
.inquiry input,
.inquiry textarea {
	font-size: 1.6rem;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","sans-serif";
	border: solid 1px #ccc;
	margin: 0 0 5px;
	padding: 5px 10px;
	border-radius: 5px;
}
.inquiry textarea {
	width: 50vw;
}
.inquiry .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
.inquiry input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: 0 1.0rem 0 0;
}
.inquiry input[type="submit"] {
	transition: all .25s;
	width: 280px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #5bb43b;
	border-radius: 1.2rem;
	text-decoration: none;
	background: #fff url("/img/arrow.png") center right 2rem no-repeat;
	background-size: 24px 24px;
	box-shadow: 0.5rem 0.5rem 0.5rem -0.25rem rgba(100,100,100,0.3);
}
.inquiry input[type="submit"]:hover {
	transition: all .25s;
	background: #5bb43b url("/img/arrow.png") center right 1rem no-repeat;
	background-size: 24px 24px;
	box-shadow: 0.25rem 0.25rem 0.25rem -0.15rem rgba(100,100,100,0.5);
}


/* company */
.table_box {
	max-width: 1024px; width: auto;
	margin: 0 auto 4.0rem;
	padding: 1.0rem 6.0rem;
}
.table_box li {
   display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 2rem;
	font-size: 1.6rem;
	line-height: 1.6;
	word-break: keep-all;
	border-bottom: 1px solid #eee;
}
.table_title {
    width: 20rem;
    font-weight: bold;
}
.table_content {
    width: 100%;
    word-break: break-all;
}

/* transaction */
#transaction-wrap .table_title{
	align-self: baseline;
}

/* pagination */
.pagination{
	width: 300px;
	margin: 0 auto 6rem;
}
.pagination .screen-reader-text{
	display: none;
}

.pagination a,
.pagination span{
	width: 4rem;
	height: 4rem;
	font-size: 1.6rem;
	line-height: 4rem;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.pagination span.dots{
	font-weight: bold;
}

.pagination span.current{
	width: 4rem;
	height: 4rem;
	font-size: 1.6rem;
	line-height: 4rem;
	text-align: center;
	font-weight: bold;
    border-radius: 7px;
	color: #333;
	background-color: #57b53c;
}


/* to-top */
#to-top {
	background-color: #f2f2f2;
}
#to-top a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	text-decoration: none;
	position: relative;
	background: transparent url("/img/page_top_btn.png") center 20px no-repeat;
	background-size: 80px 30px;
}
#to-top a span {
	display: flex;
	align-self: flex-end;
	margin-bottom: 10px;
	margin-left: 160px;
	font-size: 1.5rem;
}

#to-top-fix {
	z-index: 1000;
	position: fixed;
	bottom: 4%;
	right: 4%;
	width: 50px;
	height: 50px;
	background: url("/img/to-top-fix.png") 0 0 no-repeat;
	background-size: 50px 50px;
}

/* footer */
#footer-wrap {
	width: 100%;
	background-color: #57b53c;
}
#footer-wrap.org{
	background-color: #3d9db5;
}
#footer-wrap.volunteer{
	background-color: #b53d89;
}
#footer-wrap.user{
	background-color: #336633;
	color: #fff;
}
#footer-wrap.app{
	background-color: #f7b200;
}
footer {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	max-width: 1024px; width: auto;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
#footer-wrap.user footer,
#footer-wrap.volunteer footer,
#footer-wrap.org footer{
	color: #fff;
}
footer #sns ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
footer #sns li{
	padding: 0 1rem;
}
footer nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 2.0rem;
}

footer nav li {
	font-size: 1.3rem;
	padding: 0.5rem 1.6rem;
	border-left: 1px solid #000;
}
#footer-wrap.user footer nav li,
#footer-wrap.volunteer footer nav li,
#footer-wrap.org footer nav li{
	border-left: 1px solid #fff;
}
footer nav li:last-child {
	border-right: 1px solid #000;
}
#footer-wrap.user footer nav li:last-child,
#footer-wrap.volunteer footer nav li:last-child,
#footer-wrap.org footer nav li:last-child{
	border-right: 1px solid #fff;
}

footer nav li a {
	display: block;
	color: #000;
	text-decoration: none;
}
#footer-wrap.user footer nav li a,
#footer-wrap.volunteer footer nav li a,
#footer-wrap.org footer nav li a{
	color: #fff;
}

footer small {
	display: flex;
	margin: 0 auto 2.0rem;
}
#footer-wrap.user footer small,
#footer-wrap.volunteer footer small,
#footer-wrap.org footer small{
	color: #fff;
}

.pc-br,
.pc-img {
	display: block
}
.sp-br,
.sp-img {
	display: none;
}


/* sp */
@media screen and (max-width:767px) {
  html {
    font-size: 50%;
  }
  html,
  #container {
    width: 100%;
		position: relative;
  }
	img {
    max-width: 100% !important;
  }
	#top-header header #site-logo {
		width: 100%;
		height: 60px;
	}
	#site-logo img {
		margin-left: 1.6rem;
		width: 132px;
		height: 40px;
	}
	#top-header header nav {
		height: 40px;
		border-bottom: 8px solid #5bb43b;
	}
	#top-header #gnav #gnav-ul {
		display: none;
	}
	#top-header header nav ul {
		position: fixed;
		background-color: rgba(255,255,255,0.9);
		display: flex;
		justify-content: center;
		text-align: center;
		width: 100%;
		padding: 0;
		top: 60px;		
	}
	#top-header header nav ul li {
		border-bottom: 1px solid #ccc;
		padding: 0;
	}
	#top-header nav a {
		padding: 0;
		height: 6rem;
		justify-content: center;
		align-content: center;
		color: #333;
	}
	#top-header .ham-menu {
		position: fixed;
    z-index: 10001;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;	
	}
	#top-header .ham-menu::before {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    content: "メニュー";
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
	}
	#top-header .ham-menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 3px;
    background: #3B4043;
    transition: all 0.25s ease-out;
	}
	#top-header .ham-menu span:nth-child(1) {
    top: 10px;
	}
	#top-header .ham-menu span:nth-child(2) {
    top: 18px;
	}
	#top-header .ham-menu span:nth-child(3) {
    top: 26px;
	}
	#top-header .ham-menu.active span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
	}
	#top-header .ham-menu.active span:nth-child(2) {
    background-color: rgba(255,255,255,0);
	}
	#top-header .ham-menu.active span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
	}
	.pc-br,
	.pc-img {
		display: none;
	}
	.sp-br,
	.sp-img {
		display: block;
	}
	#menu ul {
    flex-flow: column;
    align-items: center;
	}
.movie-wrap {
	width: 100%;
	height: auto;
}
.movie-wrap iframe {
	height: 315px;
}
#promotion .sec-content h2 {
	position: relative;
}
.sec-content h1 span:nth-child(2),
.sec-content h2 span:nth-child(2){
	width: 100%;
    position: absolute;
    bottom: -3rem;
    font-size: 1.8rem;
}


/* sp-main */
	main {
		margin: 0 auto;
		width: 100%;
	}
	#info-main {
		width: 100%;
		min-height: 70vh;
		height: auto;
	}
	#info-main-wrap {
		background: none;
		height: auto;
	}
	#info-main-wrap section {
		width: 100%;
		min-height: 0;
	}
	#info-main-wrap header {
		position: static;
		margin-top: -72px;
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,0.5);
	}
	#info-main-wrap header#org-header {
		margin-top: -5px;
		background-color: #fff;
	}
	#info-main-wrap header h1 {
		padding: 1.0rem 1.5rem 0;
	}
	#info-main-wrap header h1 img {
		width: 300px;
		height: 60px;
	}
	#info-main-wrap header p {
		font-size: 1.6rem;
		line-height: 1.7;
		color: #000;
		padding: 0.5rem 2.4rem;
	}

	#movie-wrap {
		width: 90%;
	}
	#movie-wrap iframe{
		height: auto;
	}
	
	/* sp- prpmotion-box */
	#top-promotion {
	position: absolute;
    top: -32%;
    right: 0;
    left: auto;
    left: 50%;
    width: 40%;
    bottom: auto;
    padding:0;
    background: #fff;
    margin:auto;
	}
	#top-promotion p {
		text-align: left;
		padding: 0.5rem 2.4rem;
	}
	.banner_box {
		margin: 0 10px !important;
	}
	#top-promotion .banner_box {
		margin: 0 auto !important;
	}
	#top-promotion .banner_box img {
		background: #fff;
		padding:  0.25rem 0.25rem 0;
	}
	section header {
		width: 100%;
	}
	section header h2 img {
		margin-left: 2.0rem;
		width: 120px;
	}

	/* sp-page-box */
	#movie{
		width: 90%;
	}
	#products .wrap{
		flex-direction: column;
	}
	#products .img-wrap{
		width: 100%;
	}
	#products img{
		display: block;
		margin: 0 auto;
	}
	#products .box-inf{
		margin: 1.5rem 0;
	}
	.box-inf li{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	/* sp-page-system */
	.system .entry-header h2{
		margin: 0 2.4rem;
	}
	.system-content{
		margin: 0 1rem;
	}
	
	/* sp-news */
	#news-list {
		width: 90%;
	}

	#category-list{
		width: 90%;
	}

	#news-list dl{
		flex-direction: column;
		align-items: flex-start;
	}
	#news-list dt {
		width: 100%;
		padding-left: 0;
	}

	#news-list .new-mark {
		margin-left: 0.6rem;
	}

	#news-list .dd-wrap{
		width: 100%;
		margin-left: 0;
		margin-top: 0.5rem;
	}

	.entry-header .categories,
	.entry-header h1.entry-title {
		margin: 0 2.4rem;
	}
	.entry-meta {
		padding-left: 2.4rem;
	}
	
	nav.post-navigation {
		padding: 2.0rem 2.4rem;
	}
	#manu ul {
    flex-flow: column;
    justify-content: center;
    align-items: center;
	}
	#menu li {
		width: 70%;
	}


	.info-detail {
    justify-content: center;
    padding:0;
    flex-flow: column;
    align-items: center;
}
	.sec-content .info-detail p {
		padding-top: 2rem;
		padding-bottom: 0;
	    text-align: center;
	}

	.info-detail .btn-link {
    justify-content: center;
	}
	#app h1,
	#app p, #app a{
		width: 80vw;
	}
	/**/

	/* sp-faq */
	#faq-list{
		width: 90%;
	}
	/**/
	.sec-content {
		width: 100%;
	}
	.sec-wrap .sec-content {
		width: auto;
	}
	.sec-content h1,
	.sec-content h2 {
		min-height: 36px;
	}
	.sec-content header h1,
	.sec-content header h2 {
		margin: 0 2.4rem;
	}
	.sec-content .copy-txt {
		padding: 0 2.4rem;
		font-size: 2.0rem;
	}
	.sec-content p {
		padding: 0 2.4rem 2.4rem;
		text-align: left;
	}

	.sec-wrap {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-flow: column wrap;
	}
	.sec-img {
		height: 100%;
		text-align: center;
	}
	.sec-img img {
		width: 50%;
	}	
	
	/* sp-function */
	#func {
		width: 100%;
		background: #eee;
	}
	#func-wrap {
		width: 100%;
		margin: 0 auto;
	}
	#func-content {
		display: flex;
		flex-flow: column-reverse wrap;
		align-content: flex-end;
	}
	#func-txt {
		padding: 0 2.0rem 8.0rem;
		width: 100%;
	}
	#func-txt h3 {
		padding: 8.0rem 0 2.0rem;
		font-size: 3.6rem;
	}
	#func-txt p {
		font-size: 2.0rem;
	}
	#func-img {
		padding-left: 2.0rem;
	}
	#func-img img {
		max-width: 100%;
		height: auto;
	}	
	
	/* sp-box */
	#box-wrap,
	#vtool-wrap {
		width: 100%;
		margin: 0 auto;
	}
	#box-wrap div img,
	#vtool-wrap div img {
		width: 100%;
	}

	/* sp-app */
	/*#app {
		background: #000;
	}*/
	#app header {
		width: 100%;
		margin: 0;
	}
	#app-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 4.0rem 0 6.0rem;
		flex-flow: column nowrap;
	}
	#app header h2 {
		margin-left: 0;
		text-align: center;
	}
	#app header h2 img {
		margin: 0 2.0rem;
		width: 80%;
	}
	#app header p {
		padding: 0 12%;
		width: 100%;
	}
	#app-dl {
		width: 80vw;
		margin: 40px auto 0;
	}
	#app-dl p{
		width: 80vw;
	}
	
	/* sp-404 */
	#error-404 header,
	#error-404 div {
		width: auto;
		padding: 4.0rem 2.0rem;
	}
	
	/* sp-btn */
	.btn-link {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 2.0rem 0 8.0rem;
	}
	.btn-link a {
		transition: all .25s;
		width: 60vw;
		height: 80px;
	}
	.w-480 {
		width: 90vw !important;
	}
	
	/* sp-entry-content */
	.entry-content {
		padding: 1.0rem 2.4rem;
		margin-bottom: 0;
	}
	.entry-content p {
		width: auto;
	}
	
	/* sp-inquiry & page-content */
	.page-content p {
	}
	.inquiry p.radio-span span {
		width: auto;
	}
	.inquiry input,
	.inquiry textarea {
		width: 90%;
	}
	.inquiry input[type="radio"],
	.inquiry input[type="checkbox"] {
		width: auto;
	}
	.inquiry input[type="submit"] {
		width: 200px;
		height: 50px;
	}
	
	
	/* sp-company */
	.table_box {
		width: auto;
	}
	.table_box li {
		display: flex;
		flex-flow: column wrap;
		align-items: flex-start;
	}
	.table_title {
		width: auto;
	}
	.table_content {
		width: auto;
	}	
	
	/* sp-pagination */
	.pagination{
		width: 80%;
	}
	/* sp-to-top*/
	#to-top a {
		height: 40px;
		background-size: 40px 15px;
	}
	#to-top a span {
		margin-bottom: 5px;
		margin-left: 120px;
	}
	
	/* sp-footer */
	#sns {
		padding-top: 2.0rem;
	}
	footer {
		width: 100%;
		height: auto;
	}
	footer nav {
		width: 100%;
	}
	footer nav ul {
		flex-flow: column wrap;
		justify-content: center;
		padding: 0 0 8.0rem;
	}
	footer nav li {
		padding: 2.0rem;
		border-left: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	footer nav li:last-child {
		border-right: 1px none;
	}	
	
}

.m-t30 {
	margin-top: 3.0rem
}
.m-l60 {
	margin-left: 6.0rem;
}

#top-comment {
	padding-top: 10px;
}

#top-comment a {
	color: black;
}
