@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

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

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	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;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
body {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
}


/* =============================================================================
 Base
============================================================================= */

body {
}

@media screen and (min-width: 768px) {
#container {
  min-width: 1200px;
  margin: 0 auto;
}
}
#commonHeader {
}
#globalNavi {
}
#mainArea {
}
#contents {
}
#commonFooter {
}

@media screen and (max-width: 767px) {
#commonHeader,
#mainArea,
#globalNavi,
#commonFooter {
}
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
}


/* link setting */

a {
	text-decoration: none;
  color: #007bff;
}
a:hover {
	text-decoration: underline;
}
a.no_line:hover {
	text-decoration: none;
}
a.arrowBtn {
  position: relative;
  padding: 1em 10em 0.8em 1.5em;
  background-color: #333;
  line-height: 1;
  border: #333 1px solid;
  color: #fff;
  font-size: 16px;
  display: block;
  transition: all ease .3s;
}
a.arrowBtn .arrow {
  position: absolute;
  right: 1em;
  bottom: 0.8em;
  width: 8em;
  height: 0.8em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all ease .3s;
}
@media screen and (min-width: 768px) {
a.arrowBtn:hover {
  background-color: #fff;
  color: #333;
}
a.arrowBtn:hover .arrow {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
}
@media screen and (max-width: 767px) {
a.arrowBtn {
  font-size: calc(30/750*100vw);
}
}


/* image setting */

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

@media screen and (max-width: 767px) {
img {
	width: 100%;
}
}

/* =============================================================================
 Common Class
============================================================================= */
ul.list-disk li {
	padding-left: 1em;
	text-indent: -1em;
}
ul.list-disk li:before {
	content: "・";
}

ol.list-num {
	list-style-type: decimal;
}



@media screen and (min-width: 768px) {
.on img,
img.on {
	-webkit-transition: opacity ease .3s;
	-moz-transition: opacity ease .3s;
	-ms-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.on img:hover,
img.on:hover {
	opacity: 0.7;
}

.only-pc {
	display: block!important;
}
.only-sp {
	display: none !important;
}
}

.notYet,
.notYet a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
.only-pc {
	display: none !important;
}
.only-sp {
	display: block !important;
}
}

.secTitle {
  font-size: 3rem;
  text-align: center;
  margin: 70px auto 80px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.secTitle .subTitle {
  margin-left: 0.8em;
  font-size: 19px;
  color: rgba(255,255,255,.6);
  line-height: 1;
}
@media screen and (max-width: 767px) {
.secTitle {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 calc(90/750*100vw);
  position: relative;
}
.secTitle .subTitle {
  font-size: calc(26/750*100vw);
}
}

.secLead,
.secCopy {
  margin: 0 0 0.4em;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.46;
  text-align: left;
}
.secText p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
.secLead,
.secCopy {
  margin: 0 0 0.4em;
  font-size: calc(38/750*100vw);
}
.secText p {
  font-size: calc(26/750*100vw);
}
}


/* =============================================================================
 common header
============================================================================= */

#commonHeaderPC {
  width: 100%;
  height: 104px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(35,33,30,0);
  font-size: 16px;
  z-index: 10;
  border-bottom: rgba(255,255,255,.5) 1px solid;
  transition: all ease .3s;
}
.black #commonHeaderPC,
.scrolled #commonHeaderPC {
  background-color: rgba(35,33,30,.7);
  transition: all ease .3s;
}
#commonHeaderPC .commonHeaderInner {
  width: 100%;
  height: 104px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#commonHeaderPC .logo {
  width: 205px;
  position: relative;
  z-index: 2;
}
#commonHeaderPC .logo a:hover {
	opacity: .7;
}
#commonHeaderPC .logo img {
	width: 100%;
}
#commonHeaderPC #globalNavi {
  display: block;
}
#commonHeaderPC #globalNavi .naviInner {
	height: 95px;
	vertical-align: middle;
	display: table-cell;
}
#commonHeaderPC #globalNavi ul {
	text-align: center;
}
#commonHeaderPC #globalNavi ul li {
	padding: 0 12px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
#commonHeaderPC #globalNavi ul li:first-child {
	padding: 0 14px 0 0;
}
#commonHeaderPC #globalNavi ul li:last-child {
	padding: 0 0 0 14px;
}
#commonHeaderPC #globalNavi ul li a {
  padding: 0;
  display: block;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  transition: all ease .3s;
}
#commonHeaderPC #globalNavi ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
#commonHeaderPC .icon_contact {
  width: 24px;
  margin-right: 0.5em;
  position: relative;
  top: -9px;
}
@media screen and (min-width:768px) and (max-width:1200px) {
#commonHeaderPC .logo {
	width: 27.4%;
	max-width: 205px;
}
#commonHeaderPC #globalNavi ul {
	text-align: right;
}
}
@media screen and (max-width: 767px) {
#commonHeader {
  width: 100%;
  padding: 0 calc(30/750*100vw);
  height: 60px;
  position: fixed;
  z-index: 20;
  background-color: rgba(35,33,30,0);
  border-bottom: rgba(255,255,255,.5) 1px solid;
  transition: all ease .3s;
  box-sizing: border-box;
}
.black #commonHeader,
.scrolled #commonHeader {
  background-color: rgba(35,33,30,.5);
  transition: all ease .3s;
}
#commonHeader.openNav {
	height: 100%;
	z-index: 20;
	background-color: rgba(35,33,30,.95);
}
#commonHeader .logo {
	width: 144px;
	padding: 12px 0 8px;
	margin: 0;
	line-height: 1;
}
#commonHeader .logo img {
	width: 100%;
}
}


/* =============================================================================
 global navi
============================================================================= */

@media screen and (max-width: 767px) {
#navToggle {
    position: absolute;
    right:10px;
    top:22px;
    width:40px;
    height:16px;
    cursor:pointer}
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	font-size: 0;
	top:0;
	}
#navToggle span:before {
	content: " ";
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	top:6px;
}
#navToggle span:after {
	content: " ";
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	top:12px;
}
/* Toggle(Button) */
#navToggle {display:block}
 
/* Click Toggle(Button) */
.openNav #navToggle span {
    top: 6px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg)}

.openNav #navToggle span:before,
.openNav #navToggle span:after {
    top: 0;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg)
}
/*header navi*/
.commonHeader #globalNavi-sp {
	position: fixed;
	right:0;
	top: 66px;
	width:100%;
	height: 100%;
	text-align:left;
	transition: all 0.3s ease-out;
	display: none;
	opacity: 0;
}
.openNav #globalNavi-sp {
	display: block;
	opacity: 1;
	z-index: 5000;
	overflow: auto;
}
.commonHeader ul {
	width: 80%;
	margin: 0 auto;
}
.commonHeader ul li a {
	width:100%;
	padding: 0.5em 0;
	line-height:1.46;
	color: #fff;
	display: block;
	position: relative;
	font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.commonHeader .icon_contact {
	width: 22px;
  margin-right: 0.5em;
  position: relative;
  top: -3px;
}
}



/* =============================================================================
 common footer
============================================================================= */

#commonFooter {
	padding: 35px 0 20px;
	text-align: center;
	background-color: #23211e;
  color: #fff;
}
#commonFooter .footerInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}
#commonFooter .footerflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#commonFooter .footerLogo {
  text-align: left;
}
#commonFooter .footerflex .sflex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
}
ul.footerLinks {
  display: flex;
  justify-content: flex-end;
  text-align: left;
}
ul.footerLinks li {
  margin-left: 2em;
  font-size: 16px;
}
ul.footerLinks li a {
  color: #c5c5c5;
}
#commonFooter .address {
  line-height: 1;
}
#commonFooter .copy {
  margin-top: 1.46em;
  font-size: 80%;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
#commonFooter {
  padding: 25px 0 63px;
}
#commonFooter .footerInner {
  width: 100%;
  padding: 0;
}
#commonFooter .footerflex {
  width: calc(630/750*100%);
  margin: 0 auto;
  display: block;
  font-size: 10px;
}
#commonFooter .footerflex .sflex {
  justify-content: flex-start;
  font-size: 10px;
}
#commonFooter .footerLogo img {
  width: 68px;
  margin-right: 2em;
}
ul.footerLinks {
  margin-top: 1.5em;
  justify-content: flex-start;
}
ul.footerLinks li {
  margin-left: 0;
  margin-right: 0.5em;
  font-size: 10px;
}
ul.footerLinks li a {
  color: #c5c5c5;
}
#commonFooter .copy {
  margin-top: 2em;
  font-size: 10px;
}
}


/* =============================================================================
 Index Page Styles
============================================================================= */


.mv {
  background: url("../images/mv_img-pc.png") no-repeat center center;
  background-size: cover;
}
.mv .secInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 375px 30px 290px;
}
.mv .mainCopy {
  width: 652px;
  margin-left: -11px;
}
.mv .subCopy {
  margin-top: 0.1em;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0,0,0,.5) 0 0 5px;
}
.mv .text01 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgb(0 0 0 / 50%) 0 0 5px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
.mv {
  background: url("../images/mv_img-sp.png") no-repeat center center;
  background-size: cover;
}
.mv .secInner {
  width: 100%;
  max-width: calc(640/750*100vw);
  margin: 0 auto;
  padding: calc(628/750*100vw) 0 calc(560/750*100vw);
}
.mv .mainCopy {
  width: calc(652/750*100vw);
  margin-left: -4px;
}
.mv .subCopy {
  margin-top: 0.4em;
  font-size: calc(32/750*100vw);
}
.mv .text01 {
  bottom: 30px;
  left: 0;
  font-size: calc(24/750*100vw);
  line-height: 1.64;
}
}


.secInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
.secInner {
  width: 100%;
  padding: 0 calc(40/750*100%);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
}


.sec01 {
  width: 100%;
  background-color: rgb(237,237,237);
}
.sec01 .secInner {
  padding: 180px 30px 150px;
}
.sec01 .secTitle {
  width: 510px;
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}
.sec01 .img01 {
  position: absolute;
  right: 0;
  top: 0;
}
.sec01 .secCopy {
  color: #666;
}
.sec01 .secText {
  color: #666;
}
@media screen and (max-width: 767px) {
.sec01 .secInner {
  padding: calc(50/750*100vw) 0 calc(60/750*100vw);
}
.sec01 .secTitle {
  width: calc(510/750*100vw);
  padding-left: calc(40/750*100vw);
  margin: 0 0 calc(60/750*100vw);
}
.sec01 .img01 {
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
}
.sec01 .secCopy {
  padding: 0 calc(40/750*100vw);
  box-sizing: border-box;
}
.sec01 .secText {
  padding: 0 calc(40/750*100vw);
  box-sizing: border-box;
  letter-spacing: -0.04em;
}
}


.sec02 {
  width: 100%;
  background: url("../images/sec02_img01-pc.png") no-repeat center center;
  background-size: cover;
  background-color: #262220;
}
.sec02 .secInner {
  padding: 115px 30px 120px;
}
.sec02 .secTitle {
  width: 380px;
  margin: 0 0 88px;
  padding-left: 580px;
}
.sec02 .secLead {
  margin-bottom: 0.8em;
  padding-left: 580px;
  box-sizing: border-box;
}
.sec02 .secText {
  padding-left: 580px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 767px) {
.sec02 {
  width: 100%;
  background: none;
  background-color: #262220;
}
.sec02 .secInner {
  padding: calc(90/750*100vw) calc(40/750*100vw) calc(170/750*100vw);
}
.sec02 .secTitle {
  width: calc(378/750*100vw);
  margin: 0 0 calc(80/750*100vw);
  padding: 0;
}
.sec02 .img01 {
  margin-bottom: calc(48/750*100vw);
}
.sec02 .secLead {
  margin-bottom: 0.4em;
  padding: 0;
}
.sec02 .secText {
  padding: 0;
}
.wdt100 {
  width: calc(100% + calc(80/750*100vw));
  margin-left: calc(-40/750*100vw)
}
}


.sec03 {
  width: 100%;
  background: url("../images/sec03_img01-pc.png") no-repeat center center;
  background-size: cover;
  background-color: #262220;
}
.sec03 .secInner {
  padding: 335px 30px 186px;
}
.sec03 .secLead {
  margin-bottom: 0.8em;
}
.sec03 .secText {
  max-width: 572px;
  color: #fff;
}
@media screen and (max-width: 767px) {
.sec03 {
  width: 100%;
  background: none;
  background-color: #262220;
}
.sec03 .secInner {
  padding: 0 calc(40/750*100vw) calc(140/750*100vw);
}
.sec03 .img01 {
  margin-bottom: calc(84/750*100vw);
}
.sec03 .secLead {
  margin-bottom: 0.4em;
}
}


.bg01 {
  background-color: rgba(35,33,30,.9);
}
@media screen and (min-width: 768px) {
.bg01 {
  background: url("../images/sec04_img01-pc.png") no-repeat bottom right;
  background-size: auto;
  background-color: rgba(35,33,30,.9);
}
}


.sec04 {
  width: 100%;
}
.sec04 .secInner {
  padding: 124px 30px 50px;
}
.sec04 .secLead {
  margin-bottom: 0.8em;
}
ul.nameList {
  display: flex;
  color: #fff;
}
ul.nameList li {
  margin-right: 8em;
}
ul.nameList li .post {
  margin-bottom: 0.5em;
  font-size: 19px;
  line-height: 1.2;
}
ul.nameList li .name {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
.sec04 {
  width: 100%;
}
.sec04 .secInner {
  padding: calc(136/750*100vw) calc(40/750*100%) 0;
}
.sec04 .secTitle {
  width: 100%;
  margin: 0 0 calc(100/750*100vw);
}
.sec04 .secTitle img {
  width: calc(232/750*100vw);
}
ul.nameList {
  display: block;
}
ul.nameList li {
  margin-top: calc(80/750*100vw);
  margin-right: 0;
}
ul.nameList li .post {
  margin-bottom: 0.5em;
  font-size: calc(26/750*100vw);
}
ul.nameList li .name {
  font-size: calc(40/750*100vw);
}
}


.sec05 {
  width: 100%;
}
.sec05 .secInner {
  padding: 124px 30px 240px;
}
.sec05 .secTitle .subTitle {
  margin-left: 1.5em;
  position: relative;
  top: -0.7em;
}
ul.infoList li {
  margin-bottom: 1em;
  color: #fff;
  font-size: 18px;
}
dl.infoArea {
  display: flex;
}
dl.infoArea dt {
  width: 7em;
}
@media screen and (max-width: 767px) {
.sec05 .secInner {
  padding: calc(136/750*100vw) calc(40/750*100%) calc(170/750*100vw);
}
.sec05 .secTitle img {
  width: calc(456/750*100vw);
}
.sec05 .secTitle .subTitle {
  top: -0.5em;
}
ul.infoList li {
  font-size: calc(26/750*100vw);
}
}


.sec06 {
  width: 100%;
}
.sec06 .secInner {
  padding: 24px 30px 220px;
}
.faqCategory {
  font-size: 150%;
  margin-bottom: 1.64em;
  padding-bottom: 0.1em;
  border-bottom: #333 1px solid;
}
ul.faqList li {
  margin-bottom: 2.96em;
  display: none;
  position: relative;
}
ul.faqList > li:nth-child(-n+3) {
  display: block;
}
ul.faqList li:last-of-type {
  margin-bottom: 0;
}
dl.faqArea .question {
  margin-bottom: 1em;
  padding-left: 1.5em;
  line-height: 1.64;
}
dl.faqArea .question:before {
  content: "Q";
  position: absolute;
  left: 0;
}
dl.faqArea .answer {
  padding-left: 1.5em;
  line-height: 1.46;
}
dl.faqArea .answer:before {
  content: "A";
  position: absolute;
  left: 0;
}
.moreBtnArea {
  text-align: center;
}
.moreBtn {
  padding: 0.3em 2em 0.5em;
  display: inline-block;
  border-radius: 100px;
  background-color: #00a097;
  border: #00a097 1px solid;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: all ease .3s;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.moreBtn:hover {
  background-color: #fff;
  color: #00a097;
  opacity: .7;
}
}
@media screen and (max-width: 767px) {
.sec06 {
  width: 100%;
}
.sec06 .secInner {
  padding: calc(68/750*100vw) calc(40/750*100%) calc(200/750*100vw);
}
.sec06 .secTitle {
  width: calc(134/750*100vw);
  margin-bottom: calc(60/750*100vw);
}
.faqCategory {
  font-size: calc(30/750*100vw);
  margin-bottom: 1.64em;
  padding-bottom: 0.1em;
  border-bottom: #333 1px solid;
}
ul.faqList li {
  margin-bottom: 2.96em;
  display: none;
}
ul.faqList > li:nth-child(-n+3) {
  display: block;
}
ul.faqList li:last-of-type {
  margin-bottom: 0;
}
dl.faqArea .question {
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: calc(26/750*100vw);
}
dl.faqArea .answer {
  padding-left: 1.5em;
  font-size: calc(26/750*100vw);
}
.moreBtnArea {
  text-align: center;
}
.moreBtn {
  padding: 0.3em 2em 0.5em;
  display: inline-block;
  border-radius: 100px;
  background-color: #00a097;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: all ease .3s;
}
}

.t_center {
  text-align: center;
}
.faqArea a {
  text-decoration: underline;
}
.faqArea a:hover {
  text-decoration: none;
}


.sec07 {
  width: 100%;
  margin: 0;
  padding: 90px 0 100px;
  background-color: rgb(0,160,151,.2);
}
.sec07 .secInner {
  margin: 0 auto;
}
.sec07 .secTitle {
  margin: 0 90px 0 0;
}
.sec07_contWrap .formflex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
.sec07 {
  padding: calc(100/750*100%) 0 calc(110/750*100%);
}
.sec07 .secTitle {
  margin: 0 0 calc(30/750*100%) 0;
  width: calc(338/750*100vw);
}
.sec07_contWrap .formflex {
  display: block;
}
}


.contactBtnArea {
  position: fixed;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 2;
  display: none;
}
.contactBtn a {
  display: block;
  background-color: #36ccce;
  border: #36ccce 1px solid;
  padding: 0.4em 0.4em 0.4em 1em;
  color: #fff;
  transition: all ease .3s;
  line-height: 1.46;
  text-align: right;
  font-size: 16px;
  box-sizing: border-box;
}
.contactBtn a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
.contactBtn a:hover {
  opacity: .7;
}
.contactBtn a img {
  position: relative;
  bottom: 3px;
  width: 20px;
  margin-right: 0.8em;
}
}
@media screen and (max-width: 767px) {
.contactBtnArea {
  width: 100%;
  height: 48px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.contactBtn a {
  display: block;
  background-color: #36ccce;
  padding: 16px 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
}
.contactBtn a .icon_contact {
  width: 22px;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}
}


/* =============================================================================
 under Page Styles
============================================================================= */

.underpage #mainArea {
  padding-top: 104px;
}
.policyArea dl {
  margin-bottom: 1.64em;
}
.policyArea dl dt {
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.underpage #mainArea {
  padding-top: 60px;
}
}



