@charset "UTF-8";

/* ==

　基本コンテンツ

=================================================================================== */
body {
	min-width: 980px;
}
.pro {
	padding-bottom: 0;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.pro .contentWrap {
	width: 100%;
}
main section {
margin-bottom: 70px;
}

section .inner  {
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
}

a img:hover {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
	.pro .contentWrap {
    max-width: 100%;
	}
}
@media screen and (min-width: 1025px) {
  body main {
    padding-top: 133px;
  }
}
@media only screen and (max-width: 980px) {
	body { min-width: 1px; }
	.pro section, .column .inner  {
		max-width: 100%;
	}
	main.pro .pageContentsInner {
    padding: 0 32px;
	}
}
@media only screen and (max-width: 630px) {
	img {
		width: 100%;
		height: auto;
	}
}

/* ==

　メインビジュアル

=================================================================================== */
main .titmainArea {
margin-bottom: 50px;
font-size: 18px;
color: #fff;
text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
background-image: url(../img/livnesspro_bg.jpg);
background-position: center;
}
main .titmainArea .txtbg {
padding: 20px;
max-width: 580px;
background-color: rgba(234,84,4,0.8);
}
main .titmainArea .txtbg h1 {
margin-bottom: 10px;
font-size: 24px;
}
main .titmainArea .txtbg p {
line-height: 1.8em;
}
main .pageContentsDeviceWith .titmainArea {
height: 560px;
background-size: 1400px 560px;
}
main .pageContentsDeviceWith .titmainArea h1 {
justify-content: start;
}
main .titmainArea .inner {
padding:60px 0;
}

@media only screen and (max-width: 970px) {
main .pageContentsDeviceWith .titmainArea {
padding-bottom: 100px;
height: auto;
background-size: cover;
}
main .titmainArea .inner {
padding: 40px 20px;
}
main .pageContentsInner {
padding: 0 32px;
}
}
@media only screen and (max-width: 620px) {
main .titmainArea .pc {
display: none;
}
}
@media only screen and (max-width: 500px) {
main .pageContentsDeviceWith .titmainArea {
padding-bottom: 40px;
}
main .titmainArea p {
font-size: 16px;
line-height: 1.5em;
}
}


/* proMenu
------------------------------------------------- */
.proMenu ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.proMenu ul li {
margin-top: 30px;
width: 460px;
height: 265px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
border-radius: 10px;
position: relative;
}
.proMenu ul li:nth-child(3),
.proMenu ul li:nth-child(4) {
height: 245px;
}
.proMenu ul li h2 {
width: 100%;
height: 50px;
line-height: 50px;
color: #FFF;
background: rgb(234,84,4);
background: linear-gradient(180deg, rgba(234,84,4,1) 0%, rgba(255,141,49,1) 100%);
font-size: 21px;
font-weight: bold;
text-align: center;
border-radius: 10px 10px 0 0;
text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
}
.proMenu ul li p {
padding: 30px 20px;
color: #333;
font-size: 16px;
}
.proMenu ul li:nth-child(1) p,
.proMenu ul li:nth-child(2) p {
padding: 30px 140px 30px 20px;
}
.proMenu ul li:nth-child(1) p:first-of-type {
background-image: url(../img/livnesspro_promenu1.png);
background-repeat: no-repeat;
background-position: right 20px top 30px;
}
.proMenu ul li:nth-child(2) p:first-of-type {
background-image: url(../img/livnesspro_promenu2.png);
background-repeat: no-repeat;
background-position: right 20px top 30px;
}
.proMenu ul li .contentLink {
padding: 20px 0px 20px 0px !important;
width: 100%;
position: absolute;
bottom: 0;
}
.proMenu ul li .contentLink a {
width: 100%;
font-weight: bold;
text-align: center;
display: block;
}
.proMenu ul li .contentLink a::after {
content: '';
margin: 8px auto 0;
width: 40%;
height: 2px;
background-color: #333;
display: block;
}
.proMenu ul li .contentLink a:hover {
color: #333;
text-decoration: none;
}
@media only screen and (max-width: 1024px) {
.proMenu ul {
margin: auto;
padding: 0 20px;
max-width: 460px;
justify-content: center;
}
.proMenu ul li {
max-width: 460px;
}
}
@media only screen and (max-width: 380px) {
.proMenu ul li:nth-child(1) p:first-of-type,
.proMenu ul li:nth-child(2) p:first-of-type {
padding: 30px 20px;
background-image: none;
}
}


/* eNewsletter
------------------------------------------------- */
.eNewsletter .inner {
padding: 40px;
border: 4px solid #e3d6c7; 
border-radius: 20px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.eNewsletter .inner .wrap {
width: 47%;
}
.eNewsletter .inner .wrap:first-child h2 {
margin-bottom: 20px;
font-size: 18px;
font-weight: bold;
}
@media only screen and (max-width: 1024px) {
.eNewsletter .inner {
margin: 0 20px;
flex-wrap: wrap;
justify-content: center;
}
.eNewsletter .inner .wrap {
width: 100%;
}
}


/* serviceLink
------------------------------------------------- */
.serviceLink .inner {
padding: 40px;
border-radius: 20px;
background: rgb(255,219,200);
background: linear-gradient(180deg, rgba(255,219,200,1) 0%, rgba(255,255,255,1) 100%);
}
.serviceLink .inner h2 {
margin-bottom: 20px;
font-size: 18px;
font-weight: bold;
}
.serviceLink .inner ul {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.serviceLink .inner ul li {
margin-bottom: 20px;
width: 240px;
height: 50px;
background: rgb(234,84,4);
background: linear-gradient(90deg, rgba(234,84,4,1) 0%, rgba(255,141,49,1) 100%);
border-radius: 25px;
}
.serviceLink .inner ul li:last-child {
background: rgba(0,0,0,0);
}
.serviceLink .inner ul li a {
padding-left: 25px;
width: 100%;
height: 100%;
line-height: 50px;
color: #fff;
font-weight: bold;
display: block;
text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
background-image: url(../img/livnesspro_arrow.png);
background-repeat: no-repeat;
background-position: right 10px top 10px;
}
.serviceLink .inner ul li a:hover {
text-decoration: none;
}
@media only screen and (max-width: 1024px) {
.serviceLink .inner {
margin: 0 20px;
}
}
@media only screen and (max-width: 900px) {
.serviceLink .inner ul {
justify-content: center;
}
.serviceLink .inner ul li {
margin: 0 10px 20px;
}
}