/*
Theme Name: j-ecolife.com
Author: j-ecolife
*/


@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


/*--------------------------------------------------------------
## 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;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote::before, blockquote:after,
q::before, q::after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#fff799;
    text-decoration:none;
}
mark {
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*, *::after, *::before {
    box-sizing: inherit;
}
li {
	list-style: none;
}
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
html {
    font-size:62.5%;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	line-height: 1.8em;
    font-size: 16px;
    font-size: 1.6rem;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	margin: 0;
	line-height: 1.0em;
    color: #21984C;
}
p {
	margin: 0;
    line-height: 1.8em;
}
blockquote:last-child,
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 0 2.3334em 0;
}
address {
	margin: 0 0 1.75em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8667;
	margin-bottom: 1.8667em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 1.5rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark {
    color: #59493f;
    font-size: 20px;
    font-size: 2.0rem;
    background:linear-gradient(#FFF 70%,#fff799 70%,#fff799);
    line-height: 1.8em;
}
small {
	font-size: 85%;
}
a {
    color: #333;
	text-decoration: none;
	transition: 0.3s;
}
/*
a:hover {
    color: #21984C;;
	text-decoration: underline;
}
*/
a:focus, *:focus {
    outline:none;
}
img {
    margin: 0px;
    padding: 0px;
    border-style: none;
    vertical-align: bottom;
}
/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft,
img.alignleft {
	margin: 0;
	padding: 0 25px 10px 0;
	float: left;
}
.alignright,
div.alignright,
img.alignright {
	margin: 0;
	padding: 0 0 10px 25px;
	float: right;
}
.aligncenter,
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blue {
    color: #59ACFE;
}
.green {
    color: #20984C;
}
br.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
h2.center_title {
    text-align: center;
    font-size: 40px;
    font-size: 4.0rem;
    color: #20984C;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 1.5em;
}
/*--------------------------------------------------------------
## layout
--------------------------------------------------------------*/
body,html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/** loader **/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 999;
}
#opening {
	display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("images/fiestview.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
#container {
    width: 1265px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
#contents {
    width: 1024px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
#contents.spaseset {
    padding: 20px 0 60px 0;
}
#container.page {
    width: 1125px;
    padding-top: 42px;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#sideArea {
    width: 280px;
    margin-right: 60px;
    display: block;
}
#contentArea {
    width: 788px;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
}
#headline {
    height: 400px;
    text-align: center;
}
#contentArea img {
    max-width: 100%;
    height: auto;
}
h3.spasetop {
    padding-top: 40px;
}
p.spasetop {
    padding-top: 1.5em;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#headerArea {
    width: 100%;
}
#header {
    display: block;
    width: 100%;
    height: 138px;
    margin: 0;
    background: #FFF;
}
#header h1.site_title {
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
}
#header .header_area {
    width: 1265px;
    height: 138px;
    display: block;
    margin: 0 auto;
    position: relative;
}
#header .header_area .header_link {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #21984C;
    padding: 10px 15px;
    color: #FFF;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#header .header_area .header_link li.tel::before {
    content: "　";
    display: inline-block;
    margin-right: 5px;
    width: 33px;
    height: 100%;
    background-image: url('images/tel_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#header .header_area .header_link li.tel {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .05em;
}
#header .header_area .header_link li.tel a {
    color: #FFF;
}
#header .header_area .header_link li.txt {
    padding-left: 38px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
}
#header_content {
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
#header_content ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#header_content ul li{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
#header_content .item {
    height: auto;
    overflow:hidden;
    position:relative;
    opacity:0;
}
#header_content .item.active {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: moveUp 0.65s ease forwards 1.0s;
    animation: moveUp 0.65s ease forwards 1.0s;
}
#header_content .item.default {
    opacity: 1;
}
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
#header_content img {
    display:block;
    width: 100%;
    height:auto;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    transition: all 0.75s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
#header_content .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#header_content .image::before {
    width:100%;
    height:100%;
    display:block;
    content:'';
    background:rgba(33, 152, 76, 0.5);
    position:absolute;
    z-index:2;
    opacity:0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
#header_content .item:hover .image::before {
    opacity:1;
}
#header_content .desc {
    display:block;
    width:100%;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
    line-height: 1.8em;
    font-size: 1.3186vw;
    text-decoration:none;
    z-index:3;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%); transform:translateY(-50%);
    opacity:0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
#header_content .desc storng {
    font-size: 1.5vw;
    font-weight: 500;
}
#header_content .item:hover .desc {
    opacity:1;
}
#header_content .catch {
    display:block;
    width:100%;
    padding:0;
    z-index:4;
    text-align:center;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%); transform:translateY(-50%);
    opacity:1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
#header_content .catch img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
#header_content .item:hover .catch {
    opacity:0;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
#footerArea {
    width: 100%;
    clear: both;
}
#footer a:hover {
    text-decoration: none;
}
#footer .sitelogo {
    text-align: center;

}
#footer .footer_info {
    display: flex;
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    border-top:1px solid #BBBBBB;
    margin-top: 20px;
}
#footer .footer_info ul {
    display: inline-block;
    line-height: 1.5em;
}
#footer .footer_info ul li {
    padding: 2px 0;
}
#footer .footer_info ul.f_address {
    margin-right: 38px;
}
#footer .footer_info ul.f_tel {
    margin-right: 38px;
}
#footer .icon_bil::before {
    content: "\f1ad";
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #1B9846;
    width: 21px;
    display: inline-block;
    text-align: center;
}
#footer .icon_tel1::before {
    content: " ";
    margin-right: 5px;
    background-image: url('images/f_tel.png');
    background-repeat: no-repeat;
    background-position:center;
    display: inline-block;
    width: 21px;
    height: 14px;
}
#footer .icon_tel::before {
    content: "\f2a0";
    font-family: "FontAwesome";
    color: #1B9846;
    width: 21px;
    display: inline-block;
    text-align: center;
}
#footer .icon_fax::before {
    content: "\f1ac";
    font-family: "FontAwesome";
    color: #1B9846;
    width: 21px;
    display: inline-block;
    text-align: center;
}
#footer .f_link li a {
    color: #187037;
}

#footer .f_link li a::before {
    content: "\f061";
    font-family: "FontAwesome";
    color: #8DC031;
    margin-right: 5px;
    width: 21px;
}
#footer .f_link li a:hover::before {
    color: #187037;
}
#footer h3 {
    font-weight: normal;
    color: #222222;
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #BBBBBB;
}
#footer .f_store {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    overflow: hidden;
}
#footer .f_store li {
    box-sizing: border-box;
    width: 25%;
    float: left;
    display: inline-block;
}
#footer .f_store li::before {
    content: "\f138";
    font-family: "FontAwesome";
    color: #8DC031;
    margin-right: 5px;
}
#footer .f_store li:hover::before {
    color: #187037;
}
#footer .f_store li:last-child {
    width: auto;
}
#footer .f_store li a {
    color: #187037;
    text-decoration: none;
}
#footer .f_banner {
    margin: 0 auto;
    width: 760px;
    margin: auto;
}
#footer .f_banner img {
    max-width: 100%;
    height: auto;
    transition: 0.6s;
}
#footer .f_banner a:hover img {
    opacity: 0.7;
}

.copy {
    text-align: center;
    background-color: #21984C;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: .5em 0;
    color: #FFF;
}
.pageup {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: -120px;
}
.pageup a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8DC031;
    color: #FFF;
    position: relative;
    text-align: center;
}
.pageup a:hover {
    background-color: #a8e33d;
}
.pageup a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 28px;
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
}
.pageup a::before {
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: " ";
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #FFF;
}

/*--------------------------------------------------------------
## sideArea
--------------------------------------------------------------*/
.boxouter {
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}
.boxouter::after {
    content: "";
    display: block;
    width: 66px;
	height: 66px;
    border-radius: 14px;
    position: absolute;
	top: 0;
	left: 0;
    background-image: linear-gradient(135deg, #2A9551 30px, transparent 0);
}
.boxouter.entrylink {
    background: #F7F7F7;
}
.boxouter.itemlink {
    background: #E0F0C4;
}
.boxouter h2 {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 23px 0;
    border-bottom: 2px solid #2A9551;
}
.boxouter h2.titleicon {
    line-height: 1em;
}
.boxouter h2.titleicon span {
    position: relative;
    display: inline-block;
    padding-left: 34px;
}
.boxouter h2.titleicon span::before {
    font-size: 25px;
    display: inline-block;
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxouter h2.titleicon.voice span::before {
    content: "\f040";
}
.boxouter h2.titleicon.entry span::before {
    content: "\f040";
}
.boxouter h2.titleicon.info span::before {
    content: "\f05a";
}
.boxouter h2.titleicon.item span::before {
    width: 25px;
    height: 25px;
    content: "　";
    background-image: url('images/title_icon1.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size:contain;
    display: inline-block;
}
.boxouter h2.titleicon.voice span::before {
    width: 35px;
    height: 25px;
    content: "　";
    background-image: url('images/title_icon_vo.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size:contain;
    display: inline-block;
}
.boxouter ul {
    margin-bottom: 10px;
}
.boxouter ul li {
    border-bottom: 1px dotted #CCC;
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.8rem;
}
.boxouter ul li::before {
    content: "\f054";
    font-family: "FontAwesome";
    color: #2A9551;
    display: inline-block;
    float: left;
    font-size: 14px;
}
.boxouter ul li a {
    display: block;
    padding: 0 0 0 1.5em;
}
.boxouter ul.entrytxt li a {
    padding: 0 0 0 1em;
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 1.6em;
}
.boxouter ul li a:hover {
    color: #2A9551;
}
.boxouter.greenbutton {
    background-color: #8DC031;
    transition: 0.3s;
}
.boxouter.greenbutton:hover {
    background-color: #a8e33d;
}
.boxouter.greenbutton a {
    display: block;
    color: #FFF;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    position: relative;
    padding: 5px 0;
}
.boxouter.greenbutton a::after {
    font-size: 20px;
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxouter.greenbutton a.btnicon::before {
    content: "　";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 5px;
    width: 100%;
    height: 60px;
}
.boxouter.greenbutton a.btnicon.home::before {
    background-image: url('images/icon_home.png');
}
.boxouter.greenbutton a.btnicon.maker::before {
    background-image: url('images/icon_maker.png');
}
.boxouter.greenbutton a.btnicon.recruit::before {
    background-image: url('images/icon_recruit.png');
}
.boxouter.imgbutton {
    border: 1px solid #BBBBBB;
    padding: 5px;
    transition: 0.3s;
}
.boxouter.imgbutton a {
    width: 100%;
    display: block;
    border-radius: 10px;
    background: #FFF;
    padding: 8px;
    text-align: center;
}
.boxouter.imgbutton a img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
.boxouter.imgbutton.comic1::after {
    background-image: linear-gradient(135deg, #5AACFE 30px, transparent 0);
}
.boxouter.imgbutton.comic1:hover {
    border: 1px solid #5AACFE;
    background-color: #5AACFE;
}
.boxouter.imgbutton.comic2::after {
    background-image: linear-gradient(135deg, #FFBF00 30px, transparent 0);
}
.boxouter.imgbutton.comic2:hover {
    border: 1px solid #FFBF00;
    background-color: #FFBF00;
}
.boxouter.imgbutton.blog a {
    padding: 15px 0;
}
.boxouter.imgbutton.blog a::after {
    font-size: 20px;
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.boxouter.imgbutton.blog::after {
    background-image: linear-gradient(135deg, #333 30px, transparent 0);
}
.boxouter.imgbutton.blog:hover {
    border: 1px solid #333;
    background-color: #333;
}

/*--------------------------------------------------------------
## Top page
--------------------------------------------------------------*/
#bg_container {
    margin: 0 auto;
    width: 100%;
    min-width: 1265px;
}
#bg_container.greenimage {
    background-image: url('images/bg_green.png');
    background-position: center;
    background-repeat:no-repeat;
    background-size: 100%;
}
#bg_container.greenimage {
    background-image: url('images/bg_green.png');
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
}
#bg_container.greencolor {
    background-color: #8DC031;
}
#bg_container.gridimg {
    background-image: url('images/bg_grid.png');
}
.gridlayout {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#life_box_group {
    margin-top: 35px;
    overflow: hidden;
}
#life_box_group .life_box {
    width: 300px;
    height: auto;
    background: #EEEEEE;
}
#life_box_group .img_area {
    text-align: center;
    display: block;
}
#life_box_group .text_area img.no {
    max-width: 100%;
    height: auto;
}
#life_box_group .text_area {
    position: relative;
    padding: 60px 20px 20px 20px;
}
#life_box_group .text_area img.no {
    position: absolute;
    top: -44px;
    right:0px;
    left:0px;
    margin: auto auto;
}
#life_box_group .text_area h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px;
    color: #187037;
    text-align: center;
}
#item_link_group ul {
    margin-top: 35px;
}
#item_link_group li {
    position: relative;
    width: 196px;
    height: auto;
}
#item_link_group li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
#item_link_group li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    color: #21984C;
    transition: .5s;
    text-align: center;
    font-weight: 500;
    line-height: 1.2em;
}
#item_link_group li a span {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
}
#item_link_group li a:hover {
    color: #FFF;
}
#item_link_group li:nth-child(1) a {
    background-image: url('images/item1_on.png');
}
#item_link_group li:nth-child(1) a:hover {
    background-image: url('images/item1_off.png');
}
#item_link_group li:nth-child(2) a {
    background-image: url('images/item2_off.png');
}
#item_link_group li:nth-child(2) a:hover {
    background-image: url('images/item2_on.png');
}
#item_link_group li:nth-child(3) a {
    background-image: url('images/item3_off.png');
}
#item_link_group li:nth-child(3) a:hover {
    background-image: url('images/item3_on.png');
}
#item_link_group li:nth-child(4) a {
    background-image: url('images/item4_off.png');
}
#item_link_group li:nth-child(4) a:hover {
    background-image: url('images/item4_on.png');
}
#item_link_group li:nth-child(5) a {
    background-image: url('images/item5_off.png');
}
#item_link_group li:nth-child(5) a:hover {
    background-image: url('images/item5_on.png');
}
#item_link_group li a span::after {
    content:"\f138";
    font-family: "FontAwesome";
    margin-left: .5em;
    font-size: 18px;
    font-size: 1.8rem;
}
#photopage_link_group .photopage_link {
    width: 400px;
    height: 265px;
    overflow:hidden;
    position:relative;
    border: 2px solid #49A76B;
}
#photopage_link_group .photopage_link .image {
    display:block;
    height:100%;
}
#photopage_link_group .photopage_link img {
    width: 110%;
    height: auto;
    display:block;
    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    /*
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    */
}
#photopage_link_group .photopage_link:hover img {
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    /*-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}
#photopage_link_group .photopage_link .image::before {
    width:100%;
    height:100%;
    display:block;
    content:'';
    background-color: rgba(73, 167, 107, 0.4);
    position:absolute;
    z-index:2;
    opacity:0;
    -webkit-transition:opacity 0.6s;
    transition: opacity 0.6s;
}
#photopage_link_group .photopage_link:hover .image::before {
    opacity:1;
}
#photopage_link_group .photopage_link .title {
    display:block;
    width:100%;
    position:absolute;
    z-index:3;
    box-sizing:border-box;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
#photopage_link_group .photopage_link:hover .title {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
#photopage_link_group .photopage_link .title span {
    display:block;
}
#photopage_link_group .photopage_link span.p_title {
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    background-color: rgba(73, 167, 107, 0.8);
    box-sizing: border-box;
}
#photopage_link_group .photopage_link span.p_title::after {
    content: "\f054";
    float: right;
    font-family: "FontAwesome";
}
#photopage_link_group .photopage_link .image span.p_title {
    position: absolute;
    bottom:0;
    z-index:3;
}
#photopage_link_group .photopage_link .title span.p_catch {
    background: #FFF;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem;
}
.block_layout {
    display:flex;
}
.block_layout.right {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.block_layout h3 {
    clear: none;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
}
.block_layout.left img {
    margin-right: 20px;
}
.block_layout.right img {
    margin-left: 20px;
}
.block_layout.right h3 {
    text-align: right;
}
.block_layout span.text_area {
    display: block;
    padding: 1em 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.block_layout .morelink {
    float:right;
    display: inline-block;
}
.block_layout .morelink a {
    width: 130px;
    font-family: 'Lato';
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 2px 10px;
    color: #FFF;
    background-color: #21984C;
    position: relative;
}
.block_layout .morelink a::after {
    content: "\f054";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: 100%;
    transition: 0.3s;
}
.block_layout .morelink a:hover::after {
    right: 10px;
}
#block_lecture ul {
    width: 300px;
    display: block;
    color:  #FFF;
}
#block_lecture .title_area {
    text-align: center;
    font-family: 'Lato';
    font-weight: 400;
    padding-bottom: 10px;
    letter-spacing: .1em;
}
#block_lecture .title_area::before  {
    content: "";
    display: block;
    width: 100%;
    height: 54px;
    background-position: center top;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}
#block_lecture .title_area.icon_comic::before {
    background-image: url('images/icon_comic.png');
}
#block_lecture .title_area.icon_movie::before {
    background-image: url('images/icon_movie.png');
}
#block_lecture .title_area.icon_cm::before {
    background-image: url('images/icon_cm.png');
}
#block_lecture .img_area a {
    display: block;
}
#block_lecture .img_area a img {
    max-width: 100%;
    height: auto;
    border: 3px solid #FFF;
    box-sizing: border-box;
}
#block_lecture .text_area {
    padding-top: 1em;
}
#block_lecture .text_area a {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    color:  #FFF;
}
#block_lecture .text_area a::after {
    content: "\f138";
    font-family: "FontAwesome";
    margin-left: .5em;
}
#block_lecture .text_area a:hover {
    color: #E0F0C4;
}
#block_lecture .text_area p {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 0.5em;
}
#announce_area {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#announce_area .news_box,
#announce_area .blog_box {
    width: 600px;
}

#announce_area .feature_heading {
    position: relative;
    padding-bottom: 10px;
}
#announce_area .feature_heading h2 {
    text-align: center;
    color: #555555;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
}
#announce_area .feature_heading h2 span {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #59ACFE;
    display: block;
}
#announce_area .feature_heading a {
    display: inline-block;
    padding: 1px 15px;
    border: 1px solid #666666;
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #555555;
}
#announce_area .feature_heading a:hover {
    background-color: #f7f7f7;
}
#announce_area .feature_heading a::after {
    font-family: "FontAwesome";
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #8CBF31;
    font-weight: normal;
}
#announce_area .feature_heading.news a::after,
#announce_area .feature_heading.blog a::after {
    content: "\f054";
    font-size: 12px;
    font-size: 1.2rem;
}
#announce_area .feature_list {
    border-top: 1px solid #666666;
}
#announce_area .feature_list li {
    border-bottom: 1px dashed #AAAAAA;
    display: table;
    width: 100%;
    height: 80px;
}
#announce_area .feature_list li span {
    vertical-align: middle;
}
#announce_area .feature_list li span.date {
    display: table-cell;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    width: 110px;
}
#announce_area .feature_list li span.cate {
    display: table-cell;
    width: 105px;
    height: auto;
}
#announce_area .feature_list li span.cate span {
    background-color: #FFBF00;
    color: #FFF;
    padding: 5px 5px;
    display: block;
    margin-right: 16px;
    text-align: center;
    line-height: 1.1em;
}
#announce_area .feature_list li span.note {
    display: table-cell;
}
#announce_area .feature_list a {
    color: #21984C;
}
#announce_area .feature_list a:hover {
    color: #8DC031;
}
#contact_group ul {
    width: 300px;
    height: auto;
}
#contact_group .title_area h3 {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    background-image: url('images/bg_h3tt.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 30px;
}
#contact_group .img_area {
    text-align: center;
    padding: 20px 0;
}
#contact_group .img_area span {
    width: 183px;
    height: 183px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #21984C;
    position: relative;
}
#contact_group .img_area span img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
#contact_group .contact_btn {
    text-align: center;
    padding-top: 1em;
}
#contact_group .contact_btn a {
    background-color: #5AACFE;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 5px;
    width: 160px;
    position: relative;
}
#contact_group .contact_btn a::after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 6px;
    transition: 0.3s;
}
#contact_group .contact_btn a:hover::after {
    right: 15px;
}

/*--------------------------------------------------------------
## page common
--------------------------------------------------------------*/
#headline {
    background-color:  #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    position: relative;
}
#headline .heading {
    width: 100%;
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
#headline h2.page_title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2em;
    color: #FFF;
    letter-spacing: .1em;
    margin: 20px 0;
}
#headline p.page_lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6em;
    color: #FFF;
    letter-spacing: .1em;
    font-weight: 400;
}
a.greenbtn {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6em;
    color: #FFF;
    display: inline-block;
    background-color: #21984C;
    text-align: center;
    letter-spacing: .1em;
    padding: 20px 28px 20px 15px;
    position: relative;
    font-weight: 400;
    box-sizing: border-box;
}
a.greenbtn::after {
    content: "\f054";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    right: 20px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}
a.greenbtn:hover::after {
    right: 10px;
}
a.greenbtn {
    padding: 1em 45px 1em 15px;
}
.center_inner {
    text-align: center;
}
.full_layout {
    margin: 20px 0;
}
.full_layout a {
    width: 100%;
    display: block;
}
.half_layout {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.half_layout a.greenbtn {
    display: block;
    width: 384px;
    letter-spacing: 0;
    box-sizing: border-box;
}
.privacylink  {
    text-align: center;
    margin: 30px auto;
}
.privacylink a.greenbtn {
    width: 390px;
}
h3.section_title {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.5em;
    padding-bottom: 5px;
    margin: 10px 0 20px 0;
    color: #1F984C;
    border-bottom: 4px solid #8DC031;
    letter-spacing: .1em;
}
h3.center_title {
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.5em;
    background-image: url('images/bg_titlecenetr.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 1.6em;
    margin:1em 0 20px 0;
}
h3.gr_center_title {
    margin: 60px 0 50px 0;
    padding: 15px 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5em;
    text-align: center;
    background-color: #21984C;
    color: #FFF;
    position: relative;
}
h3.gr_center_title::after {
    content: "";
    position: absolute;
    width: 0px;
	height: 0px;
	bottom: -20px;
    left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
    border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #21984C transparent transparent transparent;
}
h3.border_title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5em;
    padding-bottom: .5em;
    margin: 10px 0 20px 0;
    position: relative;
}
h3.border_title::after {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    background:linear-gradient(90deg,#8DC032 0%,#8DC032 38%,#CACAD9 38%,#CACAD9 100%);
    position: absolute;
    bottom: 5px;
    left: 0;
}
h3.caption {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6em;
    margin-bottom: 1em;
    letter-spacing: 0;
}
h4.reef_title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6em;
    padding: .8em 1.5em;
    box-sizing: border-box;
    color: #21984C;
    border: 2px solid #21984C;
    display: block;
    margin-bottom: 10px;
}
h4.reef_title::before {
    content: "\f06c";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 10px;
}

/*--------------------------------------------------------------
## page set
--------------------------------------------------------------*/
.freetel {
    font-weight: bold;
    line-height: 1.5em;
    margin: 10px 0;
}
.freetel a {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}
.freetel::before {
    content: " ";
    display: inline-block;
    width: 31px;
    height: 25px;
    background-image: url('images/tel_icon_sp.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-right: 10px;
}
.freetel.gr,.freetel.gr a {
    color: #21984C;
}
.freetel.gr small {
    font-weight: normal;
}

/** about page **/
.about_box {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.about_box.point1 {
    background-image: url('images/point_img1.jpg');
}
.about_box.point2 {
    background-image: url('images/point_img2.jpg');
}
.about_box.point3 {
    background-image: url('images/point_img3.jpg');
}
.about_box .point_title {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6em;
    text-shadow: 2px 2px 6px #FFF;
    padding: 10px 20px 20px 20px;
}
.about_box .point_title strong {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
}
.about_box .point_text {
    padding: 20px;
    background: rgba(224, 240, 196, 0.85);
}
.about_box .point_text .center_inner {
    margin-top: 20px;
}
.about_box .point_text a.greenbtn {
    padding: 10px;
    width: 320px;
}
/** hoshyou page **/
table {
    width: 100%;
    box-sizing: border-box;
}
table th,
table td {
    padding: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border: 1px solid #AAAAAA;
}
table.hoshyou_tb {
    margin-bottom: 20px;
}
table.hoshyou_tb th {
    white-space:nowrap;
}
table.hoshyou_tb thead th {
    color: #FFF;
    background-color: #8DC032;
    border-right: 1px solid #FFF;
}
table.hoshyou_tb thead th:last-child {
    border-right: 1px solid #AAAAAA;
}
table.hoshyou_tb tbody th {
    text-align: left;
    font-weight: normal;
}
table.hoshyou_tb tbody tr:nth-child(even) {
	background: #EEFFDD;
}
table.hoshyou_tb  td.center {
    text-align: center;
}
dl dt.hoshyou_icon {
    font-weight: 400;
}
dl.hoshyou_dl {
    margin: 20px 0;
}
dl.hoshyou_dl dt.hoshyou_icon::before {
    content: "\f0f6";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 5px;
}
/** item page **/
.item_list {
    display: table;
    padding-bottom: 30px;
    overflow: hidden;
}
.item_list_img {
    width: 320px;
    display: table-cell;
    vertical-align: top;
}
.item_list_text {
    display: table-cell;
    vertical-align: top;
}
.item_list_text a.greenbtn {
    width: 220px;
    padding: 5px 35px 5px 15px;
    float: right;
    margin:  1em auto;
}

.merit_box {
    display: table;
    border-bottom: 1px solid #8DC031;
    padding: 50px 0;
}
.merit_box.firstbox {
    padding: 25px 0 50px 0;
}
.merit_title_w {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.merit_title {
    display: flex;
    -webkit-align-items: center;
    align-items:center;
}
.merit_title dl {
    margin-left: 25px;
}
.merit_title dt {
    color: #8CBF31;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Lato';
    font-weight: bold;
}
.merit_title dd {
    color: #666666;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.2em;
    font-weight: 400;
}
.merit_text {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.comment {
    display: flex;
    -webkit-align-items: center;
    align-items:center;
    margin: 50px 0 40px 0;
}
.character_comment {
    background-color: #E0F0C4;
    border-radius: 20px;
    padding: 25px;
    position: relative;
	display: inline-block;
    margin-right: 20px;
    box-sizing: border-box;
}
.character_comment:after {
	content: "";
	position: absolute;
    display: block;
	top: 50%;
    right: -19px;
	margin-top: -20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 20px 20px;
	border-color: transparent transparent transparent #E0F0C4;
}
.character {
    flex-grow: 0;
    flex-shrink: 0;
}
.character img {
    display: block;
    clear: both;
}
.character span {
    text-align: center;
    display: block;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2em;
}
.action_box {
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #8DC031;
    padding: 25px;
    font-size: 28px;
    font-size: 2.8rem;
    overflow: hidden;
    line-height: 1.6em;
    font-weight: 400;
    color: #21984C;
    margin-bottom: 50px;
}
.action_box img {
    float: left;
    margin-right: 25px;
}

.merit_greenbox {
    background-color: #E0F0C4;
    padding: 25px;
    margin: 10px 0;
}
.merit_greenbox img.alignright {
    padding: 0;
}
.merit_greenbox li {
    font-size: 22px;
    font-size: 2.2rem;
    color: #666666;
    padding: 15px 0;
}
.merit_greenbox li::before {
    content: "\f046";
    display: inline-block;
    font-family: "FontAwesome";
    color: #8CBF32;
    margin-right: 5px;
}
.chikuden_box_w {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;
}
dl.chikuden_box {
    display: block;
    width: 384px;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-position: center 97%;
}
dl.chikuden_box dt {
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #666666;
    margin-bottom: 1em;
}
dl.chikuden_box dd {
   color: #666666;
}
.chikuden_box_w dl:nth-child(1) {
    padding-bottom: 160px;
    background-image: url('images/chikuden1.png');
}
.chikuden_box_w dl:nth-child(2) {
    padding-bottom: 160px;
    background-image: url('images/chikuden2.png');
}
.chikuden_box_w dl:nth-child(3) {
    padding-bottom: 170px;
    background-image: url('images/chikuden3.png');
}
.chikuden_box_w dl:nth-child(4) {
    padding-bottom: 180px;
    background-image: url('images/chikuden4.png');
}
.target {
    width: 630px;
    margin: 10px 0 20px 0;
}
.target dt {
    display: inline-block;
    background-color: #8DC031;
    border-radius: 5px;
    padding: 3px 20px;
    color: #FFF;
}
.target dd {
    padding: 20px 10px 20px 30px;
    border-bottom:1px dotted #7F7F7F;
    position: relative;
}
.target dd::before {
    content: "\f00c";
    color: #5AACFE;
    display: inline-block;
    font-family: "FontAwesome";
    position: absolute;
    top: 20px;
    left: 5px;
}
.zeh_hojyo {
    border: 3px solid #5AACFE;
    margin: 50px 0;
}
.zeh_hojyo dt {
    background: #5AACFE;
    color: #FFF;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.5em;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    letter-spacing: .1em;
}
.zeh_hojyo dd {
    color: #5AACFE;
    font-weight: bold;
    padding: 20px;
}

/** maker page **/
.maker_box {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.maker_box dl {
    width: 250px;
    background-color: #E0F0C4;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px 0 15px 0;
}
.maker_box dl dt {
    text-align:center;
}
.maker_box dl dd {
    padding-top: 15px;
    text-align:center;
}
.maker_box dl dd.txt_left {
    text-align: left;
}
.maker_box dl dd a {
    position: relative;
    display: block;
    padding-right: 22px;
    box-sizing: border-box;
    line-height: 1.5em;
}
.maker_box dl dd a::after {
    content: "\f138";
    font-size: 20px;
    font-family: "FontAwesome";
    color: #21984C;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.maker_box dl.more {
    background-color: #21984C;
    color: #FFF;
    font-size: 20px;
    font-size: 2.0rem;
    position: relative;
}
.maker_box dl.more dt {
    text-align: left;
    padding: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.maker_box::after{
  content:"";
  display: block;
  width:31.5%;
}
.more1{
    height: 111px;
}
/** stepe page **/
.step_box {
    padding: 0 0 50px 70px;
    display: block;
    overflow: hidden;
    background-image: url('images/step_bg.png');
    background-position: left;
    background-repeat: repeat-y;
    position: relative;
}
.step_box:nth-child(7) {
    background-image: none;
}
.step_box::before {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 50%;
    background-color: #8DC031;
    color: #FFF;
    font-family: 'Lato';
    font-size: 30px;
}
.step_box:nth-child(1)::before {
    content: "1";
}
.step_box:nth-child(2)::before {
    content: "2";
}
.step_box:nth-child(3)::before {
    content: "3";
}
.step_box:nth-child(4)::before {
    content: "4";
}
.step_box:nth-child(5)::before {
    content: "5";
}
.step_box:nth-child(6)::before {
    content: "6";
}
.step_box:nth-child(7)::before {
    content: "7";
}
.step_box h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.6em;
    clear: none;
    margin-bottom: 15px;
}
.step_box img.alignright {
    padding: 0;
    margin: 50px 0 0 30px;
    border: 3px solid #8DC031;
}
.step_box .contact_link {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top:30px;
}
.step_box .contact_link li {
    width: 31%;
    background-color: #21984C;
    display: inline-block;
    position: relative;
    height: 65px;
}

.step_box .contact_link li a {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2em;
    color: #FFF;
    font-weight: 400;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}
.step_box .contact_link li a::after {
    content: "\f054";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    right: 15px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}
.step_box .contact_link li:hover a::after {
    right: 5px;
}
.step_box .contact_link li a::before {
    content: "　";
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 27px;
    position: absolute;
    left: 7px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step_box .contact_link li:nth-child(1) a::before {
    background-image: url('images/icon_wallet_sp.png');
}
.step_box .contact_link li:nth-child(2) a::before {
    background-image: url('images/icon_estimate_sp.png');
}
.step_box .contact_link li:nth-child(3) a::before {
    background-image: url('images/icon_data_sp.png');
}

/** company page **/
table.company_tb th,
table.company_tb td {
    padding: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-left: none;
    border-right: none;
}
table.company_tb th {
    padding-left: 3em;
    padding-right: 3em;
    white-space: nowrap;
    vertical-align: middle;
    background: #EEFFDD;
}
table.company_tb a {
    text-decoration: underline;
}
table.company_tb a:hover {
    text-decoration: none;
}
.company_link {
    width: 100%;
    display: table;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
}
.company_link .link_bnr {
    display: table-cell;
    vertical-align: middle;
    width: 230px;
}
.company_link dl {
    display: table-cell;
    vertical-align: middle;
}
.company_link dl dt {
    color: #1F984C;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.company_link dl dt::before {
    content: "\f0c1";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.company_link dl dd a {
    color: #1F984C;
    padding-top: .5em;
    display: inline-block;
}
.company_link dl dd a:hover {
    text-decoration: underline;
}
.office ul.office_link {
    margin: 60px 0 0 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.office ul.office_link li {
    width: 185px;
    margin-bottom: 25px;
}
.office ul.office_link li a {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6em;
    color: #FFF;
    display: block;
    padding: 5px 20px 5px 5px;
    text-align: center;
    background-color: #21984C;
    position: relative;
    box-sizing: border-box;
}
.office ul.office_link li a::after {
    font-size: 16px;
    font-size: 1.6rem;
    content: "\f054";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    right: 15px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}
.office ul.office_link li a:hover::after {
    right: 10px;
}
.office_info {
    width: 480px;
}
table.office_tb {
    margin-bottom: 20px;
}
table.office_tb th,
table.office_tb td {
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    border-left: none;
    border-right: none;
    color: #333;
}
table.office_tb th {
    padding-left:25px;
    padding-right:25px;
    white-space: nowrap;
    vertical-align: middle;
    background: #EEFFDD;
}
.office_map {
    display: block;
    border: 1px solid #AAAAAA;
    width: 480px;
    max-width: 100%;
    padding: 4px 4px 0 4px;
    box-sizing: border-box;
    margin: 0 auto;
}
.office_map iframe {
    width: 100%;
}
.office_w img {
    float: right;
    width: 270px;
    height: auto;
}
.recruit_banner {
    text-align: center;
    margin: 50px auto;
}
.staff_comment {
    border: 3px solid #8DC031;
    padding: 25px;
    margin: 50px 0;
}
.staff_comment h3 {
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #8DC031;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
}
.staff_comment h3::before {
    content:"\f086";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #21984C;
    font-size: 30px;
    font-size: 3.0rem;
}
.staff_comment p {
    font-size: 16px;
    font-size: 1.6rem;
}
ul.menu_link {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.menu_link li {
    display: block;
    position: relative; /* 20171114 li a の方から移動しました */
}
.qa_menu ul.menu_link li {
    width: 150px;
    height: 80px;
}
.re_menu ul.menu_link li {
    width: 188px;
    height: 80px;
}
ul.menu_link li span,
ul.menu_link li a {
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    font-size: 16px;
    font-size: 1.6rem;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}
ul.menu_link li span {
    background-color: #8DC032;
    color: #FFF;
}
ul.menu_link li a {
    background-color: #E0F0C4;
    color: #1F984C;
    /*position: relative;*/
}
ul.menu_link li a::after {
    content: "\f054";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    right: 8px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}
ul.menu_link li a:hover::after {
    right: 3px;
}
.qa_page dl {
    margin: 30px 0;
}
.qa_page dt {
    padding: 5px 5px 5px 35px;
    border-bottom: 3px solid #8DC032;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #1F984C;
    background-image: url('images/qa_q.png');
    background-repeat: no-repeat;
    background-position: left 8px
}
.qa_page dd {
    padding: 18px 5px 18px 35px;
    background-image: url('images/qa_a.png');
    background-repeat: no-repeat;
    background-position: left 22px
}

/** recruit page **/
a.greenbtn.re_entry {
    width: 400px;
}
a.greenbtn.re_entry::before {
    content: "\f0f6";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
}
.work_box {
    border-bottom: 1px solid #8DC031;
    padding: 35px 0;
}
.work_box .point {
    display: inline-block;
    vertical-align: middle;
    background: #8DC031;
    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 15px;
    line-height: 22px;
    padding: 5px 35px 5px 15px;
    letter-spacing: 2px;
    position: relative;
}
.work_box .point .no {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 4px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    height: 22px;
    font-weight: bold;
}
.work_box img.alignright {
    padding-top:15px;
    padding-left: 30px;
}
.work_box h4 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.6em;
    color: #666666;
    clear: none;
    margin: 5px 0 15px 0;
    letter-spacing: .05em;
}
.staff_box {
    border: 2px solid #8DC032;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.staff_box h3 {
    text-align: center;
    color: #FFF;
    background-color: #8DC032;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6em;
    padding: .5em 0;
    margin-bottom: 30px;
}
.staff_box .profile {
    width: 160px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.staff_box .profile_list {
    margin-top: 10px;
}
.staff_box .profile_list li {
    line-height: 1.6em;
}
.staff_box .profile_list li small {
    font-size: .8em;
}
.staff_box .profile_list li::before {
    content: "\f046";
    color: #8DC032;
    font-family: "Fontawesome";
    margin-right: 5px;
}
.staff_box .staff_message1 {
    width: 540px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 40px;
}
.staff_box h4 {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 2px solid #8DC032;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.staff_box .staff_message2 {
    background-color: #E0F0C4;
    padding: 15px;
    margin-top: 20px;
}
/** sitemap **/
#sitemap li {
    padding: 5px 0 30px 0;
}
#sitemap li a {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.6em;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #CACAD9;
    display: block;
}
#sitemap li a::before {
    content: "\f061";
    color: #21984C;
    font-family: "Fontawesome";
    margin-right: .5em;
}
#sitemap ul {
    margin: 10px 20px;
    display: flex;
    flex-flow: column wrap;
    height: 100px;
}
#sitemap li.qalink ul {
    height: 70px;
}
#sitemap li.relink ul {
    height: 30px;
}
#sitemap ul li {
    padding: 5px;
}
#sitemap ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    font-weight: normal;
    border: none;
}
#sitemap ul li a::before {
    content: "\f138";
    color: #8DC032;
    font-family: "Fontawesome";
}
/** table set **/
table.tbstyle {
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
table.tbstyle tbody th {
	background: #EEFFDD;
    border-right: none;
    text-align: left;
    vertical-align: middle;
    width: 220px;
    padding: 20px;
    font-weight: normal;
}
table.tbstyle tbody td {
    border-left: none;
    padding: 20px;
}
table.tbstyle tbody th span {
    display: block;
    float: right;
    background-color: #8DC031;
    color: #FFF;
    padding: 0 5px;
    letter-spacing: 3px;
}
/*--------------------------------------------------------------
## entry
--------------------------------------------------------------*/
h3.entry_title {
    color: #21984C;
    border: 1px solid #21984C;
    padding: 20px 20px 20px 40px;
    font-weight: 300;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    margin-bottom: 15px;
    position: relative;
}
h3.entry_title a {
    color: #21984C;
}
h3.entry_title::before {
    display: inline-block;
    content: "　";
    width: 5px;
    height: 56%;
    background-color: #21984C;
    position: absolute;
    top: 22%;
    left: 20px;
    border-radius: 2.5px;
}
.entry_info,
.entryBody {
    font-size: 16px;
    font-size: 1.6rem;
}
.entry_info span.category {
    display: inline-block;
    color: #FFF;
    background-color: #5AACFE;
    padding: 0 2em;
    border-radius: 7px;
}
.entrydate {
    display: inline-block;
    padding: 0 1em;
}
.entryBody {
    overflow: hidden;
    margin: 20px 0 50px 0;
}
.entryBody .iframe-content {
    display: block;
    width: 100%;
    height: auto;
    max-width: 560px;
}
.entryBody a {
    text-decoration:underline;
}
.entryBody a:hover {
    text-decoration: none;
}


/** voice **/
.voiceBody {
    overflow: hidden;
    margin-bottom: 60px;
}
.voiceBody img {
    float: left;
    display: inline-block;
}
.voiceBody .voice_comment {
    float: right;
    display: block;
    width: 480px;
    font-size: 16px;
    font-size: 1.6rem;
}
h4.voice_title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6em;
    border-bottom: 2px solid #8DC032;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}
h4.voice_title::before{
    content: "\f27a";
    font-family: "FontAwesome";
    margin-right: 8px;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 20px;
    clear: both;
    display: block;
}
.wp-pagenavi span.pages {
    border: none;
}
.wp-pagenavi span.current {
    border: 1px solid #8DC032;
    background: #8DC032;
    color: #FFF;
    border: none;
}
.wp-pagenavi a.page,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    border: 1px solid #21984C;
    color: #21984C;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    border: 1px solid #21984C;
    background: #21984C;
    color: #FFF;
}

/* -- input,select,textarea -- */
textarea {
    font-size: 1em;
	width: 100%;
	height: 100px;
    padding: .5em;
	border: 1px solid #AAA;
    -moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
	padding: .5em;
    margin: .2em;
	border: 1px solid #AAA;
    -moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
    box-sizing: border-box;
}

input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1em;
    color: #FFF;
    background-color: #21984C;
    text-align: center;
    letter-spacing: .1em;
    padding: 1em 3em;
    font-weight: 400;
    border: none;
    margin: 20px auto;
}

input[type="checkbox"] {
	border: 1px solid #AAA;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	border: 1px solid #AAA;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/** contact form **/
.wpcf7-form {
    margin-bottom: 30px;
}
.wpcf7-form td {
    vertical-align: middle;
}
.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.your-berthday input[type="text"] {
    width: 200px;
}
.your-tel input[type="text"],
.your-code input[type="text"] {
    width: 250px;
}
.plan-text input[type="text"] {
    width: 210px;
}
.cost1 input[type="text"],
.cost2 input[type="text"],
.cost3 input[type="text"] {
    width: 100px;
}
.your-address input[type="text"] {
    width: 100%;
}
.acceptance {
    font-size: 1.6em;
    font-size: 1.6rem;
}


/*
@media only screen and (min-width: 1365px){
    #header_content {
        width: 1365px;
        margin: 0 auto;
    }
}*/
@media only screen and (min-width: 751px){
    .sp {
        display: none !important;
    }
}
@media only screen and (max-width: 750px){
    /*html {
        font-size: 55.5%;
    }*/
    body {
        font-size: 1.6rem;
        line-height: 1.6em;
    }

    .pc {
        display: none !important;
    }
/*
    .sp {
        display: block;
    }
*/

    #container {
        width: 95%;
        padding: 30px 0;
    }
    #contents {
        width: 95%;
        padding: 30px 0;
    }
    #container.page {
        width: 95%;
        padding-top: 30px;
        display: block;
    }
    #sideArea {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    #contentArea {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        font-size: 1.6rem;
        line-height: 1.6em;
    }
    #headline {
        height: 250px;
        text-align: center;
        background-size: cover;
    }

    img.alignright {
        display: block;
        padding: 0;
        margin: 10px auto;
        float: none;
    }


    /** header **/
    h2.center_title {
        font-size: 2.6rem;
    }

    #header {
        height: 90px;
        margin: 0;
    }
    #header h1.site_title {
        position: static;
        padding: 10px;
        display: inline-block;
    }
    #header h1.site_title img.sp {
        width: auto;
        height: 70px;
    }
    #header .header_area {
        display: none;
    }
    #header_content .item:hover .desc {
        opacity:0;
    }
    #header_content .item:hover .catch {
        opacity:1;
    }

    /**  footer  **/
    #footerbutton {
        width: 100%;
        position: fixed;
        bottom:0;
        left: 0;
        z-index: 10;
        box-shadow:0px 0px 6px 2px #333;
        /*-moz-box-shadow:0px 0px 6px 2px #333;
        -webkit-box-shadow:0px 0px 6px 2px #333;*/
        background-color:#8DC031;
    }
    .f-button li a {
        position: relative;
        display: block;
        color:  #FFF;
        height: 70px;
    }
    .f-button li a span {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 5px;
        display: block;
        width: 100%;
        height: auto;
        font-size: 1.1rem;
        line-height: 1.2em;
    }
    .f-button {
        display:flex;
    }
    .f-button li {
        -webkit-flex-grow:1; /* Safari */
        flex-grow:1;
        text-align: center;
        border-right: 1px solid #FFF;
    }
    .f-button li:nth-child(2){
        white-space: nowrap;
    }
    .f-button li a::before {
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 35px;
        content: " ";
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .f-button li:nth-child(1) a::before {
        background-image: url('images/icon_tel_sp.png');
    }
    .f-button li:nth-child(2) a::before  {
        background-image: url('images/icon_wallet_sp.png');
    }
    .f-button li:nth-child(3) a::before  {
        background-image: url('images/icon_estimate_sp.png');
    }
    .f-button li:nth-child(4) {
        border-right: none;
    }
    .f-button li:nth-child(4) a::before  {
        background-image: url('images/icon_data_sp.png');
    }
    #footerArea {
        background-color: #F6F6F6;
        padding-bottom: 70px;
    }
    #footer {
        margin: 0 2.5%;
    }
    #footer .sitelogo {
        text-align: left;
        width: 100%;
        position:relative;
    }
    #footer .sitelogo img {
        width: 40%;
        max-width: 100%;
        height: auto;
    }
    #footer .f_link.sp {
        display:block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #footer .footer_info {
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    #footer .footer_info ul {
        display: inline-block;
    }
    #footer .icon_bil::before {
        display: none;
    }
    #footer .icon_bil span.sp {
        display: inline-block;
        color:  #FFF;
        background-color: #1B9846;
        padding: 2px 4px;
        margin-right: 5px;
        line-height: 1em;
    }
    #footer .icon_tel1,
    #footer .f_tel {
        font-weight: 500;
    }
    #footer .icon_tel1 {
        margin-top: 5px;
    }
    #footer .icon_tel1 a {
        color: #8CBF31;
        font-size: 3.0rem;
    }
    #footer .icon_tel1 span {
        display: block;
    }
    #footer .f_tel {
        font-size: 2.0rem;
        margin-top: 5px;
    }
    #footer .f_tel li {
        display: inline-block;
    }
    footer .f_tel li.icon_tel {
        margin-right: 10px;
    }
    #footer .f_link.pc {
        display: none;
    }
    #footer h3 {
        font-size: 1.6rem;
        padding-bottom: 0;
        border-bottom: none;
    }
    #footer .f_store {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #footer .f_store li {
        width: 50%;
        padding: 2px 0;
    }
    #footer .f_banner {
        width: 100%;
    }
    /** side **/
    .boxouter.greenbutton a.btnicon {
        position: relative;
        padding: 5px 5px 5px 50px;
        font-size: 1.8rem;
    }
    .boxouter.greenbutton a.btnicon::before {
        background-position: center top;
        background-size: 80%;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 5px;
    }

    /** top page **/

    .gridlayout {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: center;
        align-content: center;
    }
    #life_box_group.gridlayout {
        display: block;
    }
    #life_box_group .life_box {
        width: 100%;
        display: table;
        margin-bottom: 15px;
    }
    #life_box_group .img_area {
        width: 45%;
        display: table-cell;
        overflow: hidden;
        position: relative;
    }
    #life_box_group .img_area img.photoimg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-height: 100%;
        max-width: auto;
        width: auto;
    }
    #life_box_group .text_area {
        width: 55%;
        display: table-cell;
        padding: 10px 10px 10px 30px;
        box-sizing: border-box;
        vertical-align: top;
    }
    #life_box_group .text_area img.no {
        width: 44px;
        left: -22px;
        right: auto;
        top:50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #life_box_group .text_area h3 {
        padding-bottom: 10px;
    }

    #item_link_group ul.gridlayout {
        margin-top: 30px;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #item_link_group li {
        width: 30.333%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 20px;
    }
    #item_link_group li a {
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.2em;
    }
    #item_link_group li a span {
        bottom:3px;
    }
    #item_link_group li a span::after {
        font-size: 1.4rem;
    }
    #bg_container {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }
    #bg_container.greenimage {
        background-image:none;
        background-color: #DEF3ED;
    }
    #photopage_link_group .photopage_link {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    #photopage_link_group .photopage_link .image {
        display: block;
        width: 50%;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    #photopage_link_group .photopage_link .image img {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition: 0;
        -moz-transition: 0;
        transition: 0;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        position: absolute;
        top: 0;
        left: 50%;
        min-height: 226px;
        height: 100%;
        width: auto;
        max-width: auto;
    }

    #photopage_link_group .photopage_link:hover img {
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    #photopage_link_group .photopage_link:hover .image::before {
        opacity:0;
    }
    #photopage_link_group .photopage_link .title {
        display:block;
        width:50%;
        position: static;
        transform: translate3d(0,0,0);
        background-color: #FFF;
        line-height: normal;
    }
    #photopage_link_group .photopage_link:hover .title {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    #photopage_link_group .photopage_link .image span.p_title {
        display: none;
    }
    #photopage_link_group .photopage_link .title span.p_title {
       font-size: 1.6rem;
    }
    #photopage_link_group .photopage_link .title span.p_catch {
        font-size: 1.5rem;
        padding: 10px 10px 30px 10px;
    }

    .block_layout {
        display:block;
        clear: both;
    }
    .block_layout.right {
        padding-top:30px;
    }
    .block_layout.left img,
    .block_layout.right img {
        margin: 0;
        max-width: 100%;
        height: auto;
    }
    .block_layout h3 {
        text-align: center;
        clear: both;
    }
    .block_layout.right h3 {
        text-align: center;
    }
    .block_layout span.text_area {
        display: block;
        padding: 1em 0;
    }

    #block_lecture ul {
        width: 47%;
        margin-bottom: 20px;
    }
    #block_lecture .text_area p {
        font-size: 14px;
    }
    #block_lecture .text_area a {
        font-size: 1.8rem;
    }
    #announce_area {
        display: block;
        margin: 0 2.5%;
    }
    #announce_area .feature_heading h2 {
        text-align: left;
    }
    #announce_area .news_box,
    #announce_area .blog_box {
        width: 100%;
    }
    #announce_area .blog_box {
        margin-top: 30px;
    }
    #announce_area .feature_heading a {
        padding: 2px 4px;
    }
    #announce_area .feature_list li {
        padding: 15px 0;
        height: auto;
        display: block;
    }
    #announce_area .feature_list li span.date,
    #announce_area .feature_list li span.cate {
        font-size: 1.4rem;
        width: auto;
    }
    #announce_area .feature_list li span.cate span {
        padding: 4px 5px;
        margin-left:10px;
    }
    #announce_area .feature_list li span.date,
    #announce_area .feature_list li span.cate {
        display: inline-block;
    }
    #announce_area .feature_list li span.note {
        display: block;
        clear: both;
        margin-top: 10px;
    }
    #announce_area .feature_list.bloglist li span.date,
    #announce_area .feature_list.bloglist li span.note {
        display: block;
        clear: both;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        vertical-align: text-top;
    }

    /** page **/
    .half_layout {
        display: block;
        text-align: center;
    }
    .half_layout img {
        margin: 10px auto;
    }
    .half_layout a.greenbtn {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }

    #headline img.pageicon {
        width: 40px;
        height: auto;
    }
    #headline h2.page_title {
        font-size: 2.5rem;
        margin: 10px 0;
    }
    #headline p.page_lead {
        font-size: 1.8rem;
    }
    /** hoshyou page **/
    table.hoshyou_tb th {
        white-space:normal;
    }
    /** item page **/
    .item_list {
        display: block;
    }
    .item_list_img {
        width: 100%;
        display: block;
        text-align: center;
    }
    .item_list_img img {
        max-width: 100%;
        height: auto;
    }
    .item_list_text {
        display: block;
        margin-top: 1em;
    }
    .merit_box {
        display: block;
        border-bottom: 1px solid #8DC031;
        padding: 20px 0;
    }
    .merit_box.firstbox {
        padding: 10px 0 20px 0;
    }
    .merit_title_w {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .merit_text {
        width: 100%;
        display: block;
    }
    .merit_greenbox {
        text-align: center;
    }
    .merit_greenbox img.alignright {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .merit_greenbox ul {
        display: inline-block;
        text-align: left;
    }
    .chikuden_box_w {
        display: block;
    }
    dl.chikuden_box {
        display: block;
        max-width: 100%;
        width: 384px;
        margin: 0 auto 20px auto;
    }
    .target {
        width: 100%;
    }

    /** maker **/
    .maker_box dl {
        padding: 10px;
        width: 48%;
    }
    .maker_box dl dd.txt_left,
    .maker_box dd {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2em;
    }
    .maker_box dd br {
        display: none;
    }
    .maker_box img {
        width: 100%;
        height: auto;
    }
    .maker_box dl.more dt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2em;
        padding: 10px;
    }

    .more2{
        height: 111px;

    }

    }
    /** company page **/
    table.company_tb th,
    table.company_tb td {
        padding: .5em;
        color: #333;
        border-bottom: none;
        border-top: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    table.company_tb th {
        border-top: 1px solid #AAAAAA;
    }


    .company_link {
        display: block;
        padding: 15px 0;
    }
    .company_link .link_bnr {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
        margin: 10px auto 25px auto;
    }
    .company_link dl {
        display: block;
        width: 100%;
        clear: both;
    }/*
    .company_link dl dt {
        color: #1F984C;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .company_link dl dt::before {
        content: "\f0c1";
        font-family: "FontAwesome";
        margin-right: 5px;
    }
    .company_link dl dd a {
        color: #1F984C;
        padding-top: .5em;
        display: inline-block;
    }
    .company_link dl dd a:hover {
        text-decoration: underline;
    }*/


    .office  ul.office_link {
        margin: 30px 0 0 0;
    }
    .office  ul.office_link li {
        width: 48%;
    }
    .office_w img {
        float: none;
        margin: 0 auto 30px auto;
        display: block;
    }
    .office_info {
        width: 100%;
    }
    .staff_comment {
        margin: 30px auto;
    }
    /** qa **/
    ul.menu_link {
        display: block;
    }
    ul.menu_link li span,
    ul.menu_link li a {
        display: block;
        height: auto;
        padding: 15px 0;
    }
    ul.menu_link li span br,
    ul.menu_link li a br {
        display: none;
    }
    .qa_menu ul.menu_link li,
    .re_menu ul.menu_link li {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 10px;
    }
    /** step **/
    .step_box img.alignright {
        float: none;
        padding: 0;
        margin: 0;
    }
    .step_box .contact_link {
        display: block;
    }
    .step_box .contact_link li {
        width: 100%;
        display: block;
        position: relative;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
        padding: 5px 0;
    }
    .step_box .contact_link li br {
        display: none;
    }
    .step_box .contact_link li a {
        height: 100%;
        text-align: left;
        display: block;
        padding-left: 40px;
    }
    /** recruit **/
    a.greenbtn.re_entry {
        width: 100%;
    }
    .staff_box .profile {
        width: 160px;
        display: block;
        float: none;
        margin: 0 auto 20px auto;
    }
    .staff_box .staff_message1 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        margin-left: 0;
    }
    /** sitemap **/
    #sitemap li {
        padding: 5px 0 10px 0;
    }
    #sitemap ul {
        margin: 10px 20px;
        display: block;
        height: auto;
    }
    #sitemap li.qalink ul {
        height: auto;
    }
    #sitemap li.relink ul {
        height: auto;
    }
    #sitemap ul li {
        padding: 5px;
    }

    /** voive **/
    .voiceBody {
        margin-bottom: 30px;
    }
    .voiceBody img {
        float: none;
        display: block;
        margin: 10px auto;
    }
    .voiceBody .voice_comment {
        float: none;
        width: 100%;
    }

    /** table set **/
    table.tbstyle {
        width: 100%;
        margin: 15px 0;
        border-top: 1px solid #AAAAAA;
    }
    table.tbstyle tbody th {
        display: block;
        width: 100%;
        border-right: 1px solid #AAAAAA;
        border-bottom: none;
        border-top: none;
        padding: 15px;
    }
    table.tbstyle tbody td {
        display: block;
        width: 100%;
        border-left: 1px solid #AAAAAA;
        border-top: none;
        padding: 15px;
    }

    .entryBody .alignleft,
    .entryBody div.alignleft,
    .entryBody img.alignleft {
        margin: auto;
        padding: 10px;
        float: none;
        display: block;
    }
    .entryBody .alignright,
    .entryBody div.alignright,
    .entryBody img.alignright {
        margin: auto;
        padding: 10px;
        float: none;
        display: block;
    }


}
@media only screen and (max-width: 560px){
    .entryBody .iframe-content {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 100%;
        height: auto;
        max-width: 560px;
        padding: calc(315 / 560 * 100%) 0 0;
    }
    .entryBody .iframe-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 520px){
    #header {
        height: 70px;
    }
    #header h1.site_title img.sp {
        height: 50px;
    }
    .privacylink a.greenbtn {
        width: auto;
    }
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="url"] {
        width: 100%;
    }

}



/*--------------------------------------------------------------
## 190305 bnr_box
--------------------------------------------------------------*/

.bnr_box {
    padding: 20px 20px;
    text-align: center;
    background: url('/images/top/bnr_bg.png') center center repeat;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
}
.bnr_box.nobg {
    background: none;
}
.bnr_box div,
.bnr_box a {
    display: inline-block;
    max-width: 1265px;
    margin: 0 auto;
}
.bnr_box img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## 190326 campaign
--------------------------------------------------------------*/

select,
input[type="number"],
input[type="date"] {
    box-sizing: border-box;
    width: auto;
    font-size: 1em;
	padding: .5em;
    margin: .2em;
	border: 1px solid #AAA;
    -moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);
    box-sizing: border-box;
}
form td p {
	margin-top: 10px;
	margin-bottom: 10px
}
.form_box {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #2A9551;
	border-radius: 10px;
}
.form_box span {
	color: #2A9551;
}
.form_ul li:nth-of-type(n+2),
.form_box li:nth-of-type(n+2) {
	margin-top: 10px;
}
.wpcf7 .width_4 {
	width: 5em;
}
.wpcf7 .width_2 {
	width: 3em;
}
.wpcf7 .width_6 {
	width: 7em;
}


/*--------------------------------------------------------------
## 190523 sponsor_area
--------------------------------------------------------------*/

.sponsor_area {
    text-align: center;
    color: #21984C;
    margin-top: 30px;
}
.sponsor_area h3 {
    border-bottom: none !important;
    color: #21984C !important;
}
.sponsor_list {
    overflow: hidden;
    margin-top: 15px;
}
.sponsor_list li {
    float: left;
    width: 30%;
    margin-left: 5%;
}
.sponsor_list li:first-of-type {
    margin-left: 0;
}
.sponsor_list li a {
    display: block;
    margin-top: 5px;
}
.sponsor_list li img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 750px){
.sponsor_list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.sponsor_list li:first-of-type {
    margin-top: 0;
}

}


/* お知らせの緑背景の電話番号を白文字に */
div[style*="background-color: #21984c;"] a {
 color: #fff;
}


/* 前後のページへの移動リンク */
.paging {
	overflow: hidden;
}
.paging a {
	position: relative;
	display: block;
	border: 1px solid #21984C;
	padding: 10px;
	color: #21984C;
}
.paging a::after {
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	transition: 0.3s;
}
.paging a:hover {
	background-color: #21984C;
	color: #fff;
}
.paging > div {
	max-width: 370px;
	margin-top: 20px;
}
.paging .next {
	float: left;
}
.paging .prev {
	float: right;
}
.paging .next a {
  padding-left: 50px;
}
.paging .prev a {
  padding-right: 50px;
}
.paging .next a::after {
  content: "\f053";
  left: 20px;
}
.paging .prev a::after {
  content: "\f054";
  right: 20px;
}
.paging .next a:hover::after {
  left: 10px;
}
.paging .prev a:hover::after {
  right: 10px;
}



/*--------------------------------------------------------------
## 20200317 トップリニューアル お問合せフォーム追加
--------------------------------------------------------------*/

/* お問い合わせ縦並びチェックボックス */
.list_vertical .wpcf7-list-item {
    display: block;
}
label {
    cursor: pointer;
}

/* bxslider */
.header_slider {
    overflow: hidden;
    position: relative;
    visibility: hidden;
    min-height: 653px;
    text-align: center;
}
.header_slider.visible {
    visibility: visible;
    animation-duration: 3s;
    animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1264px){
    .header_slider {
        min-height: calc(47vw + 64px);
    }
}
@media only screen and (max-width: 750px){
    .header_slider {
        min-height: calc(109vw + 64px);
    }
}
.header_slider .slider-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header_slider .bxslider {
    position: relative;
    overflow: visible !important;
}
.header_slider .bxslider img {
    margin: 0 auto;
}
.header_slider .bx-wrapper {
    border: none;
    box-shadow: 0 0 0 #ccc;
}
.header_slider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #ccc;
}
.header_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.header_slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.header_slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #21984C;
}
.bx-wrapper .bx-controls-direction a {
    transition: none;
}
.header_slider .bxslider li {
    transition: opacity 1s;
}
.header_slider .bxslider li[aria-hidden="true"] {
    opacity: 0.5;
}

/* トップ4つ並びボックス */
.top_4box {
}
.top_4box_container {
    width: 1265px;
    margin: 0 auto;
    padding: 60px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_4box_container > a {
    width: 300px;
    background-color: #EEEEEE;
}
.top_4box_container > a dl {
    height: 100%;
}
.top_4box_container > a dl dt {
    text-align: center;
}
.top_4box_container > a dl dt img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.top_4box_container > a dl dd {
  padding: 20px;
}
@media only screen and (max-width: 750px){
    .top_4box_container {
        width: 95%;
        padding: 30px 0px;
        flex-direction: column;
    }
    .top_4box_container > a {
        width: 100%;
        max-width: 400px;
        margin: 30px auto 0;
    }
    .top_4box_container > a:first-child {
        margin-top: 0;
    }
    .top_4box_container > a dl {
    }
    .top_4box_container > a dl dt {

    }
    .top_4box_container > a dl dd {
    }
}


/* moreリンク 全幅版 */
.block_layout .morelink_wide {
    display: block;
    margin-top: 10px;
    width: 100%;
}
.block_layout .morelink_wide:last-child {
    margin-bottom: 20px;
}
.block_layout .morelink_wide a {
    width: 100%;
    box-sizing: border-box;
}


/* top 3youtube */
#block_lecture.top_3youtube {
    /*justify-content: space-around;*/
    justify-content: space-between;
}
#block_lecture.top_3youtube ul {
    /*width: 24%;*/
    width: 300px;
}
#block_lecture.top_3youtube ul .img_area {
position: relative;
padding-bottom: 56.25%; /* 縦横比 */
height: 0;
overflow: hidden;
}
#block_lecture.top_3youtube ul .img_area iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (max-width: 750px){
    #block_lecture.top_3youtube ul {
        width: 95%;
        margin: 0 auto 30px;
    }
    #block_lecture.top_3youtube ul:last-child {
        margin-bottom: 0;
    }
}


.youtube169 {
position: relative;
padding-bottom: 56.25%; /* 縦横比 */
height: 0;
overflow: hidden;
width: 100%;
margin: 1.5em auto;
}
.youtube169 iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/* お知らせの自動改行対応 */
.entryBody p:nth-child(n+2) {
    margin-top: 1.5em;
}
.entryBody a.greenbtn {
	text-decoration: none;
}


/* トップお知らせカテゴリーの幅 */
#announce_area .feature_list li span.cate {
    width: 115px;
}


/* ヘッダーロゴ調整 */
#header .header_area {
	width: 100%;
	max-width: 1265px;
}
@media only screen and (min-width: 751px) and (max-width: 1650px) {
	.site_title a img {
		max-width: 450px;
		width: 100%;
		height: auto;
	}
	#header .header_area,
	#header {
		height: 200px;
	}
	#header .header_area .header_navi {
		top: auto;
		bottom: 10px;
	}
}
@media only screen and (min-width: 751px) and (max-width: 1020px) {
	#header .header_area,
	#header {
		height: 230px;
	}
	#header .header_area .header_navi ul > li {
	  padding: 0 0.5em;
	}
}

