/*////////////////////////////////////////////////////////////////////// */
/*  ---  TOP  ---   */
.top .contents-service ,
.top .contents-cases ,
.top .contents-column,
.top .contents-news {
    padding-top: 70px;
}
.top .link {
	display: block;
    padding-top: 20px;
    width:100%;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: right;
    color: #df706c;
}
.top .link::after {
	display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    border-top: solid 4px #df706c;
    border-right: solid 4px #df706c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* reason */
.contents-reason {
    counter-reset: count;
}
.contents-reason .title-two .jp {
    padding-bottom: 10px;
}
.contents-reason .title-two .green{
    font-size: 4rem;
    line-height: 1;
    color: #24b1b3;
}
.contents-reason .title-two .big{
    font-size: 2.5rem;
}
.contents-reason .title-gra {
    margin-top: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contents-reason .title-gra::before {
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    content: '0'counter(count);
    counter-increment: count;
}
.contents-reason .title-gra:not(:first-child) {
    margin-top: 50px!important;
}
.contents-reason .list-reason li {
    padding-top: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    color: #434343;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contents-reason .list-reason li::before {
    display: inline-block;
    width: 15px;
    height: 15px;
	padding: 7.5px;
    margin-left: 10px;
    margin-right: 10px;
    content: '';
    background: url('../images/common/arrow-3.png') no-repeat;
    background-size: contain;
}

@media all and (min-width: 768px) {
	.contents-reason .title-gra::before {
		margin-left: 20px;
		margin-right: 30px;
	}
	.contents-reason .list-reason li::before {
		margin-left: 10px;
	}
}
/*  reason    case & service */
.contents-service .title-bg ,
.contents-cases .title-bg {
	display: block;
	width: 100%;
    margin-top: 30px;
}
.contents-service .item {
    display: block;
    margin-top: 20px;
}
.contents-cases .item {
    margin-top: 20px;
}
.contents-service .item a ,
.contents-cases .item a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.contents-service .item a:hover ,
.contents-cases .item a:hover {
	opacity: .6;
}
.contents-service .item .title ,
.contents-cases .item .title {
    width:100%;
    padding: 5px;
	margin-top: -1px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: #24b1b3;
    background-color: #ededed;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents-cases .item .title {
	height: 62px;
}
@media all and (min-width: 768px) {
	.contents-service .item .title ,
	.contents-cases .item .title {
		padding: 7px 5px;
		font-size: 1.6rem;
	}
}
/* case $ service   column */
.contents-column .list-column .item {
    padding: 20px 0;
    border-bottom: 2px solid #ededed;
}
.contents-column .list-column .item  .list-tags {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	flex-wrap: wrap;
}
.contents-column .list-column .item  .list-tags li {
    display: block;
	height: 26px;
	padding: 0 15px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
	line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 12.5px;
    background-color: #24b1b3;
}
@media all and (-ms-high-contrast: none) {
	.contents-column .list-column .item  .list-tags li {
		padding-top: 4px!important;
		line-height: 19px!important;
	}
}
@media all and (-ms-high-contrast: none) {
	.contents-column .list-column .item  .list-tags li {
		margin-top: 4px;
		line-height: 19px;
	}
}
.contents-column .list-column .item .title {
    padding-top: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #434343;
}
.contents-column .list-column .item .text {
    padding-top: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    color: #434343;
}
.contents-column .list-column .item .next {
	padding-top: 10px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #24b1b3;
}
@media all and (min-width: 576px) {
	.contents-column .list-column .item  .list-tags {
		margin-top: -10px;
	}
	.contents-column .list-column .item .text {
		padding-top: 10px;
	}
}
/*  column  news */
.contents-news .list-news {
	margin-top: 20px;
}
.contents-news .list-news a {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #434343;
	border-bottom: 2px solid #ededed;
}
.contents-news .list-news a .time {
	padding-bottom: 5px;
	font-size: 1.4rem;
	padding-right: 20px;
	white-space: nowrap;
}
@media all and (min-width: 576px) {
	.contents-news .list-news a {
		width: 100%;
		font-size: 1.6rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.contents-news .list-news a .time {
		padding-bottom: 0;
	}
}

/*  ---  TOP  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  reason  ---   */
.visual-reason .title-page {
	background: url("../images/header-img/header-reason.jpg") no-repeat center center / cover;
}
.reason [id^='con'] {
	padding-top: 60px;
	margin-top: -60px;
}
.reason figure,
.reason .list-reason {
	margin-top: 30px;
}
.contents-reason h3:not(:first-child) .title-gra   {
    margin-top: 50px!important;
}
.reason .contents-reason .list-reason {
	flex-direction: column;
}
.reason .contents-reason .list-reason li {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
	white-space: wrap!important;
    color: #434343;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
} 
.reason  .contents-reason .list-reason li::before {
    margin-left: 0px;
    margin-right: 10px;
    content: '';
}
.reason  .contents-reason .text {
	padding-top: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: justify;
	color: #434343;
}

@media all and (min-width: 768px) {
	.contents-reason .title-gra::before {
		margin-right: 20px;
		margin-left: 25px;
		font-size: 4rem;
		line-height: 1;
	}
	.reason .contents-reason .list-reason li:not(:first-child) {
		padding-top: 30px;
	}
}
/*  ---  reason  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  service  ---   */
.visual-service .title-page {
	background: url("../images/header-img/header-service.jpg") no-repeat center center / cover;
}
.service-s  .title-two img {
	max-width: 320px;
	margin-right: 10px;
}
.service-s  .title-two .green {
	font-size: 4rem;
	line-height: 1;
	color: #24b1b3;
}
.service-s  .title-two .big {
	font-size: 2.5rem;
}
.service-s .contents-01 .text {
	padding: 20px 0 30px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 20px;
	text-align: center;
	color: #434343;
}
/* 01  02 */
.service-s .contents-02 {
	padding-top: 50px;
}
.service-s .contents-02:nth-child(2){
	margin-top: 30px;
}
.service-s .contents-02:nth-child(3) .row{
	flex-direction: column-reverse;
}
.service-s .contents-02 .title-gra {
	padding: 10px 0;
	letter-spacing: 0.025em;
	line-height: 1.2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.service-s .contents-02 .num {
	padding: 0 10px;
	font-size: 2rem;
}
.service-s .contents-02 .img  {
	margin-top: 30px;
} 
.service-s .contents-02 .text {
	overflow: hidden;
}
.service-s .contents-02 .text img {
	margin-bottom: 25px;
}
.service-s .contents-02 .text p{
	padding-top: 25px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
	color: #434343;
}

.service-s .contents-02 .button- {
	margin-top: 50px;
}
@media all and (min-width: 576px) {
	.service-s .contents-02:nth-child(3) .row{
		flex-direction: row;
	}
	.service-s .contents-02 .alignright {
		width: calc(50% - 15px);
		margin-left: 30px;
		float: right;
	}
	.service-s .contents-02 .alignleft {
		width: calc(50% - 15px);
		margin-right: 30px;
		float: left;
	}
	.service-s .contents-02 .text img {
		margin-bottom: 0;
	}
}
/*  02  03  */
.service-s .contents-03 {
	padding-top: 70px;
}
.service-s .contents-03 .title-two .green {
	font-size: 2rem;
}
.service-s .contents-03 .title-trouble {
	padding: 10px;
	margin-top: 30px;
	font-size: 1.8rem;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
	background-color: rgba(36,177,179,0.2);
}
.service-s .contents-03 section:not(:nth-child(2)) {
	margin-top: 60px;
}
.service-s .contents-03 figure ,
.service-s .contents-03 ul {
	margin-top: 20px;
}
.service-s .contents-03 ul li {
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .002em;
	color: #434343;
	border-bottom: 2px dashed #959595;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media all and (-ms-high-contrast: none) {
	.service-s .contents-03 ul li {
		letter-spacing: -.002em;
	}
}
.service-s .contents-03 ul li::before{
	display: inline-block;
	width: 15px;
	height: 15px;
	padding-left: 15px;
	padding-top: 15px;
	margin-left: 5px;
	margin-right: 10px;
	content: '';
	background: url("../images/common/arrow-3.png") no-repeat;
	background-size: contain;
	
}
.service-s .contents-03 .frame {
	margin-top: 40px;
	padding: 20px 10px;
	border: 2px solid #24b1b3;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column
}

.service-s .contents-03 .frame::after {
	display: inline-block;
	width: 55px;
	height: 38px;
	content: '';
	background: url("../images/common/arrow-4.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	margin-top: -24px;
	left: 50%;
	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
}
.service-s .contents-03 .frame .title {
	display: inline-block;
	width: auto;
	margin: auto;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1;
	text-align: center;
	color: #24b1b3;
	border-bottom: 2px solid #24b1b3;
}
.service-s .contents-03 .frame .title::after {
	display: inline-block;
	width: 100%;
	height: 2px;
	margin-bottom: 1px;
	content: '';
	background-color: #24b1b3;

}
.service-s .contents-03 .frame .text {
	padding-top: 10px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
}
.service-s .contents-03 .button- {
	margin-top: 30px;
}
.service-s .contents-service {
	padding-top: 70px;
}
.service-s .contact-button {
	margin-top: 100px;
}
@media all and (min-width: 768px) {
	.service-s .contents-02 .num {
		padding: 0 20px 0 30px;
		font-size: 4rem;
	}
	.service-s .contents-02 .title-gra {
		line-height: 1;
	}
	.service-s .contents-02 .title-gra .big {
		font-size: 2.4rem;
	}
	.service-s .contents-03 .title-two .green {
		font-size: 2.4rem;
	}
	.service-s .contents-03 .frame {
		padding: 20px;
	}
	.service-s .contents-03 .frame .text {
		font-weight: 600;
	}
}

/*  ---  service  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  column  ---   */
.column .title-border {
	margin-top: 40px;
}
.column .title-border {
	margin-top: 40px;
	font-size: 1.8rem;
	color: #24b1b3; 
	border-bottom: 2px solid  #ededed;
}
.column .list-cats {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.column .list-cats a {
	display: block;
	height: 26px;
	padding: 0 15px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
	line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 12.5px;
    background-color: #24b1b3;
}
@media all and (-ms-high-contrast: none) {
	.column .list-cats a {
		padding-top: 4px;
		line-height: 19px;
	}
}
/*  single */
.column.single .title-border {
	margin-top: 0;
	color: #434343;
	border-color: #24b1b3;
}
.column.single .contents-01 .list-cats {
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.column.single .contents-01 .title {
	margin-top: 35px;
	padding: 10px 0 10px 20px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #434343;
	background-color: #ededed;
}
.column.single .contents-01 iframe ,
.column.single .contents-01 figure {
	margin-top: 20px;
}
.column.single .contents-01 .wp-video {
	width: 100%!important;
	margin-top: 20px;
}
.column.single .contents-01 video {
	width: 100%!important;
	height: auto!important;
}
.column.single .contents-01 .text {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	color: #434343;
	text-align: justify;
	overflow: hidden;
}
.column.single .contents-01 .text h1 {
	padding-bottom: 10px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 2px solid #24b1b3;
}
.column.single .contents-01 .text h2 {
	margin-top: 35px;
    padding: 10px 0 10px 20px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #434343;
    background-color: #ededed;
}
.column.single .contents-01 .text h3 {
	margin-top: 35px;
	padding-left: 10px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	border-left: 4px solid #24b1b3;
	color: #24b1b3;
}
.column.single .contents-01 .text h4 {
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
}
.column.single .contents-01 .text strong ,
.column.single .contents-01 .text strong {
	font-weight: 600;
}
.column.single .contents-01 .button- {
	margin-top: 50px;
}
.column.single .contact-button {
	margin-top: 100px;
}
.column.single .contents-column {
	padding-top: 100px;
}
@media all and (min-width: 768px) {
	.column.single .title-border {
		font-size: 2.2rem;
	}
/*
	.column.single .contents-01 p .alignright {
		width: calc(50% - 15px);
		margin-left: 30px;
		float: right;
	}
	.column.single .contents-01 p .alignleft {
		width: calc(50% - 15px);
		margin-right: 30px;
		float: left;
	}
*/
	.column.single .contact-button {
		margin-top: 150px;
	}
}
/*  single*/

/*  ---  column  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  case  ---   */
.case .contents-cases .row {
	margin-top: 10px;	
}
.case .contents-service {
	padding-top: 70px;
}
.case .contents-service .row {
	margin-top: 10px;
}
/*  big-taxonomy  */
.case.big-taxonomy .title-bg {
	margin-top: 50px!important;
}
/*  big-taxonomy  */
/* single */
.case.single .list-cats {
	margin-top: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.case.single .list-cats  a {
	display: block;
	height: 25px;
	margin: 10px 20px 0 0;
	padding: 0 25px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #24b1b3;
	border-radius: 12.5px;
}
@media all and (-ms-high-contrast: none) {
	.case.single .list-cats  a {
		padding-top: 4px;
		line-height: 19px;
	}
}
.case.single .change-imgs {
	margin-top: 30px;
}
.case.single video {
	width: 100%;
	height: auto;
}
.case.single .change-imgs .sub-imgs {
	margin-right: -10px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.case.single .change-imgs .sub-imgs .sub {
	width: calc(33.33% - 10px);
	height: auto;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #eee;
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case.single .change-imgs .sub-imgs .sub::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
}
.case.single table {
	width: 100%;
	margin: auto;
	margin-top: 30px;
	border-radius: 10px;
	border-collapse: separate;
	border: 1px solid  #dcdcdc;
	overflow: hidden;
}

.case.single table tr td:first-child {
	display: block;
	padding: 10px 5px;
	margin-top: -1px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	border: 1px solid  #dcdcdc;
	background-color: #24b1b3;
}
.case.single table tr td:nth-child(2){
	display: block;
	margin-top: -1px;
	padding: 10px 5px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	border: 1px solid  #dcdcdc;
	background-color: #f4fbfb;
}
.case.single .text {
	padding-top: 50px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3rem;
	letter-spacing: .1em;
	text-align: justify;
	color: #434343;
}
.case.single iframe {
	display: block;
	margin: 20px auto 0;
}
.case.single .button- {
	margin-top: 50px;
}
.case.single .contact-button {
	margin-top: 80px;
}
@media all and (min-width: 768px) {
	.case.single table tr td:first-child  {
		display: table-cell; 
		width: 120px;
		margin: 0;
	}
	.case.single table tr td:nth-child(2)  {
		display: table-cell;
		padding: 10px 15px;
		margin: 0;
		text-align: left;
	}
}
/* search */
.case.search .text.no {	
	padding-top: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .05em;
	text-align: center;
	color: #434343;
}
/* search */
/*  ---  case  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  facility  ---   */
.facility .title-bg {
	margin-top: 30px;
}
.facility .table {
	border-radius: 10px;
	border-collapse: separate;
	border: 1px solid  #dcdcdc;
	overflow: hidden;
	
	width: 100%;
	max-width: 720px;
	margin: 15px auto 60px;
    overflow-x: auto;
    -webkit-coverflow-scrolling: touch;
    background-image: linear-gradient(
                            90deg, 
                            rgba(0,0,0,.6),
                            rgba(255,255,255,0)
                        ),
                        linear-gradient(
                            270deg,
                            rgba(0,0,0,.6),
                            rgba(255,255,255,0)
                        );
    background-position: 0 0, 100% 0;
    -webkit-background-size: 25px 100%;
    background-size:  25px 100%;
    background-repeat: no-repeat;
}
.facility  table {
	width: 720px;
    background-image: linear-gradient(
                            90deg,
                            #fff 18px,
                            rgba(255,255,255,0)
                      ),
                      linear-gradient(
                            270deg,
                            #fff 18px,
                            rgba(255,255,255,0)
                      );
    background-position: 0 0, 100% 0;
    -webkit-background-size: 25px 100%;
    background-size:  48px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
}

.facility  table tr:first-child th {
	padding: 10px 5px;
	background-color: rgba(11,147,149,.6);
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #fff!important;
}
.facility  table tr:not(:first-child) th ,
.facility  table tr:not(:first-child) td {
	padding: 10px 5px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #434343;
	border: 1px solid  #dcdcdc;
	background-color: rgba(230,247,247,.6);
}
.facility  table tr th ,
.facility  table tr td:nth-child(2) {
	width: 290px;

}
.facility  table tr td:nth-child(3){
	white-space: nowrap;
}

/*  ---  facility  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  faq  ---   */
.faq .text {
	padding-top: 30px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
}
.faq .list-tags {
	margin-top: 10px;
	margin-right: -15px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.faq .list-tags .item-tags {
	width: calc(50% - 15px);
	margin-right: 15px;
	margin-top: 20px;
	padding: 15px 5px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	color: #434343;
	background-color: #fff;border: 1px solid #24b1b3;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.faq .list-tags .item-tags:hover ,
.faq .list-tags .item-tags.on_button {
	color: #fff;
	background-color: #24b1b3;
}
.faq .contents-faq {
	display: none;
	margin-top: 30px;	
}
.faq .contents-faq.is_show {
	display: block;
}
.faq .contents-faq .item-faq {
	list-style: none;
}
.faq .contents-faq .item-faq .title-faq  {
	padding: 10px 20px;
	padding-right: 45px;
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #24b1b3;
	background-color: #ededed;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
}
.faq .contents-faq .item-faq .title-faq::before {
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
	content: 'Q ：';
}
.faq .contents-faq .item-faq .title-faq::after {
	display: inline-block;
	width: 13px;
	height: 20px;
	content: '';
	background: url('../images/common/arrow.png') no-repeat;
	background-size: contain;
	transform: rotateZ(90deg);
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	margin-right: 20px;
}
.faq .contents-faq .item-faq .title-faq.active::after {
	transform: rotateZ(0deg);
}
.faq .contents-faq .item-faq .title-faq:hover {
	opacity: .6;
}
.faq .contents-faq .answer {
	display: none;
}
.faq .contents-faq .answer .answer-inner {
	padding: 10px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.faq .contents-faq .answer .answer-inner::before {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: .05em;
	white-space: nowrap;
	color: #24b1b3;
	content: 'A ：';
}
.faq .contents-faq .answer 	p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: justify;
	color: #434343;
}
@media all and (min-width: 768px) {
	.faq .list-tags .item-tags {
		width: calc(33.33% - 15px);
		font-size: 1.6rem;
	}
}
/*  ---  faq  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  news  ---   */
.news.single .time {
	padding: 20px 0 15px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .05em;
	color: #434343;
}
.news.single .text {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: .05em;
	text-align: justify;
	color: #434343;
}
.news.single .button- {
	margin-top: 50px;
}
/*  ---  news  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  contact  ---   */
.contact .text {
	padding-top: 30px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
}
@media all and (-ms-high-contrast: none) {
	.contact .text {
		letter-spacing: .002em;
	}
}
.contact .contents-01 .frame {
	padding: 20px 15px;
	margin-top: 30px;
	border: 2px solid #24b1b3;
	border-radius: 10px;
}
.contact .contents-01 .frame  img {
	display: block;
	width: 160px;
	margin: auto;
}
.contact .contents-01 .frame  img:last-child {
	width: 280px;
	margin-top: 15px;
}
.contact .contents-02 {
	padding-top: 70px;
}
@media all and (min-width: 768px) {
	.contact .contents-01 .frame {
		padding: 20px 15px;
	}
	.contact .contents-01 .frame  .img {
		display: flex;
		justify-content: center ;
		align-items: center;
	}
	.contact .contents-01 .frame  img {
		margin: 0px;
	}
	.contact .contents-01 .frame  img:last-child {
		width: 250px;
		margin-top: 0;
		margin-left: 30px;
	}
}
/*　 基本セット　　*/
    /* 入力のエラー */
div.wpcf7 .wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 0;
    font-size: 14px;
    text-align: center;
}
span.wpcf7-not-valid-tip{
    font-size: 14px;
}
    /* 入力のエラー 　ajax-loader　*/
.contact div.wpcf7 .ajax-loader{
    position: absolute;
    top: auto;
    bottom: -20px;
    left: calc(50% - 8px);
}
    /*　 ajax-loader　その他　 */
.contact .p-country-name {
    display: none;
}
.contact form {
    margin-top: -260px;
    padding-top: 260px;
}
/*　 基本セット　　*/
/*　 本体　 */
.contact table {
    width: 100%;
    margin: 40px  auto 0;
}
.contact table th ,
.contact .title {
    display: block;
    width: 100%;
	padding-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: left;
	color: #434343;
}
.contact table th::before ,
.contact .title::before {
	display: inline-block;
	width: 12px;
	height: 12px;
	padding: 6px;
	margin-right: 5px;
	content: '';
	border-radius: 6px;
	background-color: #24b1b3;
}
.contact .must,
.contact .any {
    color: #df716c;
    white-space: nowrap
}
.contact table td {
    display: block;
	margin-bottom: 25px;
}
@media all and (-ms-high-contrast: none) {
	.contact table tr,
	.contact table th,
	.contact table td {
		max-width: 580px;
		width: 100%;
	}
}
.contact table td .half {
	max-width: 280px;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: left;
	color: #434343;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contact table td .half input {
	max-width: 255px;
	margin-left: 10px;
}
.contact table td .half .name {
	margin-bottom: 10px;
}
.contact table td.post > span  {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contact table td.post span  span {
	width: 100%;
}
.contact table td.post label {
	display: inline-block;
	margin-right: 40px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .1em; 
	white-space: nowrap;
}
.contact table td.post span:last-child  label {
	margin-right: 32px;
}
.contact table td input[type*="email"],
.contact table td input[type*="tel"],
.contact table td input[type*="text"],
.contact table td textarea {
	display: inline-block;
    width: 100%;
	height: 40px;
    padding: 10px 15px;
	margin-bottom: 10px;
    background-color: #e9eded;
    border-radius: 10px;
    font-size: 1.4rem;
	border: none;
}
.contact table td input[type*="file"] {
	width: 100%;
}
.contact table td input[type*="email"]::-webkit-input-placeholder,
.contact table td input[type*="tel"]::-webkit-input-placeholder,
.contact table td input[type*="text"]::-webkit-input-placeholder,
.contact table td textarea::-webkit-input-placeholder {
	padding: 10px 15px;
}
.contact table td.post .short {
	max-width: 170px;
}
.contact table td input[type*="tel"].short {
	width: 170px;
}
.contact table td textarea {
    height: 200px;
}
.contact table td .hope .wpcf7-list-item {
	margin: 0 20px 0px 0;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .1em;
	color: #434343;
}
.contact .area-button {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact .formb-go {
	max-width: 340px;
	margin-top: 20px;
	background-color: #24b1b3;
}
.contact .formb-back {
	max-width: 240px;
	margin-top: 20px;
	 background: #000;
}
.contact .area-button  input:hover {
    opacity: 0.6!important;
    cursor: pointer!important;
}
/* 本体　プライバシー */

.contact .text-area {
	padding-right: 5px;
    margin-top: 10px;
    border: 1px solid #b8bab9;
	border-radius: 10px;
    
}
.contact .text-area .inner {
height: 130px;
 padding: 20px;
 padding-right: 10px;
	overflow-y: scroll;
}
.contact .text-area .text-title ,
.contact .text-area .text {
	padding-top: 10px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: .1em;
	color: #434343;
	text-align: left;
}
.contact .text-area .text-title {
	font-weight: 400;
}
.contact .text-title:first-child{
    padding-top: 0px;
}
.contact .check {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact .check .privacy{
    margin-top: 0;
    padding: 0;
    border: none;
}
.contact .check .privacy label{
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: .1em;
	color: #434343;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .check .privacy label input {
	height: 15px;
	width: 15px;
    margin-right: 5px;
}
.contact .check .privacy .wpcf7-not-valid-tip { /*プライバシーに同意の赤文字*/
    text-align: center;
}
/*　 プライバシー　　*/
@media screen and (min-width: 768px){
/*　 本体　　*/
	.contact table td.double {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contact table td .hope .wpcf7-list-item {
		display: inline-block;
	}
    .contact .area-button {
        flex-direction: row;
    }
	.contact .formb-go ,
	.contact .formb-back {
		margin: 20px 15px 0;
	}
/*　 本体　プライバシー　　*/
    .contact .check {
        flex-direction: row;
    }

}
/* thanks */
.thanks .title-thanks {
	padding-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
}
.thanks .text {	
	padding-bottom: 50px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
}
/* thanks */
/*  ---  contact  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  company  ---   */
.company table {
	width: 100%;
	margin: auto;
	margin-top: 30px;
	border-radius: 10px;
	border-collapse: separate;
	border: 1px solid  #dcdcdc;
	overflow: hidden;
}
.company  table tr th {
	display: block;
	padding: 10px 5px;
	margin-top: -1px;
	font-size: 1.4rem;
	line-height: 25px;
	font-weight: 800;
	text-align: center;
	color: #fff;
	border: 1px solid  #dcdcdc;
	background-color: #24b1b3;
}
.company  table tr td {
	display: block;
	margin-top: -1px;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	border: 1px solid  #dcdcdc;
	background-color: #f4fbfb;
}
.company  table tr td .big-td::before {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 7px;
	margin-right: 2px;
	content: '';
	border-radius: 7px;
	background-color: #24b1b3;
	vertical-align: middle;
}
.company .contents-02 {
	padding-top: 50px;
}
.company .contents-02 iframe {
	width: 100%;
	margin-top: 30px;
}
@media all and (min-width: 768px) {
	.company  table tr th  {
		display: table-cell; 
		width: 160px;
		vertical-align: middle;
	}
	.company  table tr td  {
		display: table-cell;
		padding: 10px 20px;
		text-align: left;
	}
}

/*  ---  company  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  sitemap  ---   */
.sitemap .row {
	margin-top: 10px;
}
.sitemap .item {
	margin-top: 35px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: .05em;
	color: #24b1b3;
}
.sitemap .item::before {
	display: inline-block;
	margin-right: 10px;
	border-left: 7px solid #24b1b3;
	border-top: 5px solid transparent;;
	border-bottom: 5px solid transparent;;
	content: '';
}
.sitemap .list {
	margin: 20px 0 0 20px;
}
.sitemap .list .item {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: .05em;
	color: #24b1b3;
}
@media all and (min-width: 768px) {
	.sitemap .item {
		margin-top: 25px;
	}
}
/*  ---  sitemap  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  privacy  ---   */
.privacy .title-bg2 {
	margin-top: 30px;
}
.privacy .text ,
.privacy ol {
	padding-top: 20px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .05em;
	color: #434343;
}
.privacy ol {
	padding-top: 20px;
	counter-reset: count;
}
.privacy ol  li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.privacy ol  li::before {
	padding-right: 10px;
	font-weight: 600;
	white-space: nowrap;
	color: #24b1b3;
	content: counter(count) '.';
	counter-increment: count;
	
	
}

/*  ---  privacy  ---   */
/*////////////////////////////////////////////////////////////////////// */
/*  ---  download  ---   */
.download .text {
	padding-top: 25px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: .1em;
	text-align: center;
	color: #434343;
}
.download .list-download {
	margin-top: 50px;
}
.download .list-download a {
	padding: 30px 0;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
}
.download .download-button {
	max-width: 300px;
	width: 100%;
	height: 40px;
	margin: 25px auto 0;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #df716c;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.download  .download-button::before {
	display: inline-block;
	width: 21px;
	height: 20px;
	margin-right: 8px;
	content: '';
	background: url("../images/common/icon-download-2.png") no-repeat;
	background-size: contain;
}
.download .list-download a .text-area {
	margin-top: 20px;
}
.download .list-download a .title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #24b1b3;
}
.download .list-download a .text {
	padding-top: 20px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: .05em;
	text-align: justify;
	color: #434343;
}
@media all and (min-width: 576px) {
	.download .list-download a .text-area {
		margin-top: 0px;
	}
}
/* single */
.download.single .contents-01 .row > div ,
.download.single .contents-01 .row > figure {
	margin-top: 30px;
}
.download.single .contents-01 .text {
	margin-top: -5px;
	padding-top: 0;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: .05em;
	text-align: justify;
	color: #434343;
}
.download.single .contents-02 {
	max-width: 610px;
	width: 100%;
	margin: 70px auto 0;
}
/* single */
/* download-thanks */
.download.thanks .button-thanks{
	margin-top: 50px;
}
/* download-thanks */
/*  ---  download  ---   */



