@charset "UTF-8";

/*========================================================================

  reset

========================================================================*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, section, article, header, footer, aside, figure, figcaption, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
ol,ul {
	list-style: none;
	list-style-type: none;
}
img {
	vertical-align: top;
	max-width: 100%;
}

/*========================================================================

  style

========================================================================*/
body , html {
    height: 100%;
}
body {
	opacity: 0;
	position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*padding: 0 0 282px;*/
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 2;
	letter-spacing: 1.4px;
}

main {
	overflow: hidden;
}

article {
	padding: 48px 15px 60px;
}

.articleInner {
	max-width: 1440px;
	margin: 0 auto;
}

.slide-bottom {
	position: relative;
	top: 20px;
	opacity: 0;
}
.slide-top {
	position: relative;
	top: 0;
	opacity: 1.0;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.slide-left {
	position: relative;
	left: -20px;
	opacity: 0;
}
.slide-right {
	position: relative;
	left: 20px;
	opacity: 0;
}
.slide-stop {
	position: relative;
	left: 0;
	opacity: 1.0;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.sp {
	display: none!important;
}

@media screen and (max-width: 768px) {
	body {
		min-width: auto;
		/*padding: 0 0 264px;*/
		font-size: 11px;
		letter-spacing: 1px;
	}
	article {
		padding: 37px 15px 42px;
	}
	.articleInner {
		width: 100%;
	}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
}

@media screen and (min-width: 769px) {
    main {
        min-width: 1100px;
    }
}

/*  title
------------------------------------------------*/
h2 {
/*	margin: 0 0 37px;*/
		margin: 85px 0 40px;
	padding: 0;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 1px;
	text-align: center;
}
h2 span {
	display: block;
	margin: -51px 0 0;
}
h3 {
	margin: 0 0 20px;
	color: #02b8ad;
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 16px;
	}
	h2 span {
		margin: -23px 0 0;
	}
	h3 {
		margin: 0 0 4px;
		font-size: 14px;
	}
}

/*  table
------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

@media screen and (max-width: 768px) {
	
}

/*  link
------------------------------------------------*/
a {
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
}

main .btn a {
	display: inline-block;
	background: url(../images/common/btn02_on.png) no-repeat;
}
main .btn a:hover img {
	opacity: 0;
}

@media screen and (max-width: 768px) {
	main .btn a {
		display: inline-block;
		max-width: 300px;
		background: none;
	}
	main .btn a:hover img {
		opacity: 1;
	}
}

/*  form
------------------------------------------------*/
*:focus {
	outline:none;
}


/*========================================================================

  header

========================================================================*/

header {
	position: relative;
	padding: 0 15px;
	background: url(../images/common/bg01.png) repeat-x top left;
}
header .key_visual {
	position: relative;
	text-align: center;
}
header .logo {
	width: 100%;
	max-width: 1310px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 15px;
	text-align: right;
}
.logo_h {
	width: 8%;
	margin-top: -.5%;
}
header .btn {
	width: 100%;
	max-width: 1570px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 126px;
	margin: auto;
	padding: 0 15px;
	text-align: left;
}
header .btn a {
	display: inline-block;
	background: url(../images/common/btn01_on.png) no-repeat;
}
header .btn a:hover img {
	opacity: 0;
}
header nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
header nav .navigation {
	display: table;
	margin: 0 auto;
	width: 100%;
}
header nav .navigation li {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid #fff;
}
header nav .navigation li:last-child {
	border: none;
}
header nav .navigation li a {
	position: relative;
	display: block;
	padding: 10px 0 17px;
	font-size: 14px;
	letter-spacing: 3px;
	color: #fff;
	line-height: 1.8;
}
header nav .navigation li a:after {
	font-family: FontAwesome;
	content: "\f0d7";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 -8px -5px;
}
header nav .navigation li a:hover {
	color: #02b8ad;
}
header nav .navigation li span {
	display: block;
	margin: 0 0 10px;
	font-size: 17px;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: bold;
	letter-spacing: 4px;
}
header .tel {
    width: 100%;
	max-width: 1310px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 140px;
	text-align: right;
    font-size: 19px;
    font-weight: bold;
	color: #fff;
}
header .tel p {
    position: relative;
    display: inline-block;
    line-height: 1;
}
header .tel p:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon_tel01.png) no-repeat center;
    width: 22px;
    top: 0px;
    left: -30px;
    height: 22px;
}

@media screen and (max-width: 768px) {
	header {
		background-size: 100% 88%;
	}
	header .logo {
		width: 85px;
		position: absolute;
		top: 15px;
		left: auto;
		right: -5px;
	}
	header .image img {
		width: 100%;
	}
	header .btn {
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		position: absolute;
		left: -15px;
		bottom: -27px;
		padding: 0;
	}
	header .btn a {
		display: inline-block;
		background: none;
	}
	header .btn a:hover img {
		opacity: 1;
	}
	header nav {
		display: none;
	}
    header .tel {
        width: auto;
        max-width: inherit;
		top: 0;
		left: auto;
		right: 90px;
        padding: 0;
    }
    header .tel p {
        font-size: 15px;
    }
    header .tel p:before {
        width: 18px;
        height: 18px;
        left: -25px;
        -webkit-background-size: 18px;
        background-size: 18px;
    }
	.logo_h {
	width: 100%;
	}
}

@media screen and (min-width: 769px) {
    header {
        min-width: 1100px;
    }
}

/*========================================================================

  footer

========================================================================*/

footer {
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	height: 330px;
	padding: 52px 15px 47px;
	background: #f9f8f4;
	text-align: center;
	font-size: 11px;
}
footer .logo {
/*	position: absolute;
	right: 40px;
    bottom: 30px;
	margin: -7px 0 0;*/
}
.logo_f {
	width: 8%;
	padding-bottom: 20px;
}

footer .links {
    margin-bottom: 10px;
}
footer .links li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
}
footer .links li a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    color: #000;
}
footer .links li a:before,
footer .links li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 5px;
    border: 1px solid #000;
    background-color: #fff;
}
footer .links li a:before {
    left: 0;
    top: 40%;
}
footer .links li a:after {
    left: 2px;
    top: 30%;
}
footer .address {
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
	footer {
		height: 380px;
		padding: 50px 15px;
		font-size: 10px;
	}
	footer .logo {
		max-width: 51px;
		right: 20px;
        bottom: 2px;
		margin: 0;
	}
	.logo_f {
	width: 30%;
	padding-bottom: 20px;
}
    footer .links li {
        display: block;
        margin-bottom: 10px;
        font-size: 11px;
    }
    footer .address {
        font-size: 11px;
    }
	footer .center {
		text-align: center;
	}
}

@media screen and (min-width: 769px) {
    footer {
        min-width: 1100px;
    }
}
/*========================================================================

  Host Hamily

========================================================================*/

#hostfamily .box {
	display: table;
	width: 100%;
	background: #f9f8f4;
}
#hostfamily .box_g {
	background: #02b8ad;
	color: #fff;
}
#hostfamily .box .text,
#hostfamily .box .image {
	display: table-cell;
	vertical-align: middle;
}
#hostfamily .box .text {
	padding: 15px 7.2%;
}
#hostfamily .box .image {
	width: 43.1%;
}
#hostfamily .box .text dt {
	margin: 0 0 20px;
	color: #02b8ad;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 6px;
}
#hostfamily .box_g .text dt {
	color: #fff;
}

@media screen and (max-width: 768px) {
	#hostfamily .box .text,
	#hostfamily .box .image {
		display: block;
		width: 100%;
	}
	#hostfamily .box .text {
		padding: 0;
	}
	#hostfamily .box .image {
		width: 100%;
		margin: 0 0 25px;
	}
	#hostfamily .box .image img {
		width: 100%;
	}
	#hostfamily .box .text dl {
		padding: 0 20px 25px;
	}
	#hostfamily .box .text dt {
		margin: 0 0 9px;
		font-size: 14px;
		letter-spacing: 4px;
	}
}

/*========================================================================

  International Students

========================================================================*/

#international {
	padding: 48px 15px 0;
	background: url(../images/common/bg02.png) repeat-x bottom left  #f9f8f4;
}
#international h2 span {
	margin: -30px 0 0;
}
#international .box {
	max-width: 1140px;
	margin: 0 auto 30px;
	padding: 26px 45px 35px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#international .box:nth-child(3) {
	padding: 26px 45px 0;
}
#international .box p span {
	margin: 0 5px;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1;
}
#international dl {
	margin: 36px 0 0;
	padding: 41px 59px 25px;
	background: #f9f8f4;
}
#international dt {
	display: inline-block;
	margin: 0 0 10px;
	padding: 8px 20px;
	background: #02b8ad;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
#international dd img {
	display: block;
	margin: 13px 0 0;
}
#international .btn {
	margin: 80px 20px 0;
	text-align: center;
}
#international table tr th {
	position: relative;
	height: 100px;
	padding: 0 0 0 152px;
	background: url(../images/international/step01.png) no-repeat center left;
	vertical-align: middle;
	text-align: left;
	line-height: 1.7;
	font-size: 15px;
}
#international table tr th:after {
	content: url(../images/international/arrow.jpg);
	position: absolute;
	/* top: 117px; */
	top: 150px;
	left: 39px;
}
#international table tr:nth-child(2) th {
	background: url(../images/international/step02.png) no-repeat center left;
}
#international table tr:nth-child(2) th:after {
	/* top: 144px; */
	top: 180px;
}
#international table tr:nth-child(3) th {
	background: url(../images/international/step03.png) no-repeat center left;
}
#international table tr:nth-child(4) th {
	height: 180px;
	background: url(../images/international/step04.png) no-repeat center left;
}
#international table tr:nth-child(4) th:after {
	display: none;
}
#international table td {
	padding: 13px 0;
	vertical-align: middle;
}
#international table td p {
	position: relative;
	width: 100%;
	background: #f9f8f4;
	font-size: 13px;
}
@media screen and (min-width: 769px) {
	#international table td p {
		display: block!important;
		height: auto!important;
		padding: 23px 40px!important;
	}
}
#international table td p:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f9f8f4 transparent transparent;
}

@media screen and (max-width: 768px) {
	#international {
		padding: 20px 15px 0;
	}
	#international h2 {
		margin: 0 0 32px;
	}
	#international h2 span {
		margin: -11px 0 0;
	}
	#international .box {
		margin: 0 auto 12px;
		padding: 14px 20px 25px;
	}
	#international .box:nth-child(3) {
		padding: 14px 20px 25px;
	}
	#international .box p span {
		margin: 0 3px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	#international dl {
		margin: 17px 0 0;
		padding: 19px 18px 15px;
	}
	#international dt {
		padding: 4px 10px;
		font-size: 12px;
	}
	#international dd img {
		max-width: 211px;
		margin: 10px 0 0;
	}
	#international .btn {
		margin: 40px 0 0;
	}
	#international table tr th,
	#international table tr:nth-child(2) th,
	#international table tr:nth-child(3) th,
	#international table tr:nth-child(4) th {
		display: block;
		height: 64px;
		margin: 15px 0 0;
		padding: 15px 25px 15px 85px;
		background: none;
		font-size: 12px;
		border-top: 1px solid #e9eff2;
		vertical-align: middle;
	}
	#international table tr:first-child th {
		margin: 0;
		border: none;
	}
	#international table tr th span {
		position: absolute;
		top: 59%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#international table tr th:before {
		content: "";
		position: absolute;
		left: 0;
		width: 76px;
		height: 48px;
		background: url(../images/international/step01_sp.png) no-repeat center left;
		background-size: contain;
	}
	#international table tr:nth-child(2) th:before {
		background: url(../images/international/step02_sp.png) no-repeat center left;
		background-size: contain;
	}
	#international table tr:nth-child(3) th:before {
		background: url(../images/international/step03_sp.png) no-repeat center left;
		background-size: contain;
	}
	#international table tr:nth-child(4) th:before {
		background: url(../images/international/step04_sp.png) no-repeat center left;
		background-size: contain;
	}
	#international table tr th:after,
	#international table tr:nth-child(2) th:after,
	#international table tr:nth-child(4) th:after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		background: url(../images/international/plus.png) no-repeat center;
		background-size: 12px;
		position: absolute;
		top: 33px;
		left: auto;
		right: 5px;
	}
	#international table tr th.active:after,
	#international table tr:nth-child(2) th.active:after,
	#international table tr:nth-child(4) th.active:after {
		background: url(../images/international/minus.png) no-repeat center;
		background-size: 12px;
	}
	#international table td {
		display: block;
		width: 100%;
		padding: 0;
		vertical-align: middle;
	}
	#international table td p {
		display: none;
		margin: 15px 0 0;
		padding: 10px 14px;
		font-size: 11px;
	}
	#international table td p:after {
		top: 0;
		 left: 50%;
		margin-left: -10px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #f9f8f4 transparent;
	}
}

/*========================================================================

  Guideline

========================================================================*/

#guideline {
	padding: 48px 0 0;
}
#guideline h2 span {
	margin: -30px 0 0;
}
#guideline .box {
	display: table;
	width: 100%;
	background: #f9f8f4;
}
#guideline .box > .image,
#guideline .box > .text {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#guideline .box .image {
	vertical-align: top;
}
#guideline .box .image img {
	width: 100%;
}
#guideline .box > .text {
	padding: 0 15px;
}
#guideline .box .text ul,
#guideline .box .text p {
	max-width: 610px;
	margin: 20px auto;
}
#guideline .box .text ul li {
	margin: 0 0 7px;
	padding: 0 20px;
	background: #fff;
	font-size: 13px;
	line-height: 1.7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#guideline .box .text ul li span.num {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 20px 17px 20px 0;
	line-height: 26px;
	color: #009c93;
	font-size: 14px;
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
}
#guideline .box .text ul li span.text {
	display: inline-block;
	width: -webkit-calc(100% - 47px);
	width: calc(100% - 47px);
	margin: 0 0 0 auto;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	#guideline {
		padding: 25px 0 0;
	}
	#guideline h2 {
		margin: 0 0 31px;
		padding: 0 15px;
	}
	#guideline h2 span {
		margin: -17px 0 0;
	}
	#guideline .box > .image,
	#guideline .box > .text {
		display: block;
		width: 100%;
	}
	#guideline .box > .text {
		padding: 0 15px 23px;
	}
	#guideline .box .text ul,
	#guideline .box .text p {
	margin: 10px auto;
	}
	#guideline .box .text ul li {
		padding: 0 10px;
		font-size: 11px;
		letter-spacing: 0.5px;
	}
	#guideline .box .text ul li span.num {
		width: 20px;
		height: 20px;
		margin: 10px 10px 10px 0;
		line-height: 19px;
		font-size: 11px;
	}
	#guideline .box .text ul li span.text {
		display: inline-block;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 10px  0;
		vertical-align: middle;
	}
}

/*========================================================================

  Q&A

========================================================================*/

#faq {
	padding: 52px 15px 75px;
}
#faq h2 {
	margin: 0 0 20px;
}
#faq h2 span {
	margin: -28px 0 0;
}
#faq dt {
	position:relative;
	margin: 39px 0 0;
	padding: 35px 30px 23px 60px;
	border-top: 1px solid #e9eff2;
	color: #02b8ad;
	font-weight: bold;
	font-size: 16px;
}
#faq dt:first-child {
	margin: 0;
	padding: 35px 30px 23px 60px;
	border-top: none;
}
#faq dt:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 29px;
	width: 45px;
	height: 45px;
	background: #02b8ad;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

@media screen and (max-width: 768px) {
	#faq {
		padding: 35px 15px 37px;
	}
	#faq h2 {
		margin: 0 0 10px;
	}
	#faq h2 img {
		max-width: 150px;
	}
	#faq h2 span {
		margin: -14px 0 0;
	}
	#faq dt {
		margin: 16px 0 0;
		padding: 22px 0 6px 31px;
		font-size: 12px;
	}
	#faq dt:first-child {
		padding: 22px 0 6px 31px;
	}
	#faq dt:before {
		top: 23px;
		width: 22px;
		height: 22px;
		font-size: 11px;
	}
}

/*========================================================================

  Voice

========================================================================*/

#voice {
	padding: 0;
}
#voice .btn {
	text-align: center;
}
#voice h2 {
	margin: -40px 0 0;
	padding: 48px 15px 136px;
	background: url(../images/voice/bg.png) no-repeat center #02b8ad;
	color: #fff;
}
#voice h2 img {
	padding: 60px 0 0;
}
#voice h2 span {
	margin: -28px 0 0;
}
#voice .articleInner {
	max-width: none;
	padding: 0 15px 30px;
	background: #f9f8f4;
}
#voice .box-type01 {
	max-width: 880px;
	margin: 0 auto 57px;
	background: url(../images/voice/close.png) no-repeat center 45px;
	letter-spacing: -.4em;
}
#voice .box-type01 .left,
#voice .box-type01 .right {
	display: inline-block;
	width: 45%;
	background: #fff;
	margin: -57px 0 0;
	padding: 0 15px 35px;
	letter-spacing: 1.4px;
	vertical-align: top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#voice .box-type01 .right {margin: -57px 0 0 10%;}
#voice .box-type01 .image {
	margin: -60px 0 15px;
	text-align: center;
}
#voice .box-type01 dl {
	text-align: center;
}
#voice .box-type01 dt {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 15px;
}
#voice .box-type01 dd {
	font-size: 13px;
}
#voice .box-type02 {
	max-width: 1140px;
	margin: 0 auto;
}
#voice .box-type02 > div {
	min-height: 380px;
	margin: 0 0 48px;
	padding: 82px 0 0 50%;
	background: url(../images/voice/img01.png) no-repeat center left;
	background-size: 54%;
}
#voice .box-type02 h3 {
	display: inline-block;
	margin: 0 0 25px;
	padding: 8px 29px;
	background: #fff;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 5px;
}
#voice .box-type02 p {
	padding: 0 0 0 14%;
}
#voice .box-type02 .inner02 {
	padding: 58px 50% 0 0;
	background: url(../images/voice/img02.png) no-repeat center right;
	background-size: 54%;
}
#voice .box-type02 .inner02 p {
	padding: 0 14% 0 0;
}
#voice .box-type02 .inner03 {
	padding: 58px 0 0 50%;
	background: url(../images/voice/img03.png) no-repeat center left;
	background-size: 54%;
}

@media screen and (max-width: 768px) {
	#voice h2 {
		padding: 48px 15px 74px;
		background: url(../images/voice/bg.png) no-repeat right 46px #02b8ad;
		background-size: 81%;
	}
	#voice h2 img {
		max-width: 180px;
		padding: 25px 0 0;
	}
	#voice h2 span {
		margin: -28px 0 0;
	}
	#voice .articleInner {
		padding: 0 0 6px;
	}
	#voice .box-type01 {
		margin: 0 auto 30px;
		background-size: 15px;
		margin-top:200px;
	}
	#voice .box-type01 .left,
	#voice .box-type01 .right {
		margin: -23px 0 0;
		padding: 0 10px 19px;
	}
	#voice .box-type01 .right {
		margin: -23px 0 0 10%;
	}
	#voice .box-type01 .image {
		max-width: 60px;
		margin: -27px auto 10px;
	}
	#voice .box-type01 dt {
		margin: 0 0 6px;
		font-size: 12px;
		line-height: 1.5;
	}
	#voice .box-type01 .left dt {
		padding: 11px 0 7px;
	}
	#voice .box-type01 dd {
		font-size: 10px;
		line-height: 1.7;
	}
	#voice .box-type02 > div {
		min-height: auto;
		margin: 0 0 30px;
		padding: 0 32px 0 0;
		background: none;
	}
	#voice .box-type02 .image img {
		width: 100%;
	}
	#voice .box-type02 h3 {
		margin: -27px 0 11px;
		padding: 8px 14px;
		background: #fff;
		font-size: 14px;
		letter-spacing: 3px;
	}
	#voice .box-type02 p {
		padding: 0 0 0 32px;
	}
	#voice .box-type02 .inner02 {
		padding: 0 0 0 32px;
		background: none;
	}
	#voice .box-type02 .inner02 p {
		padding: 0 32px 0 0;
	}
	#voice .box-type02 .inner03 {
		padding: 0 32px 0 0;
		background: none;
	}
}

/*========================================================================

  btn-area

========================================================================*/

#btn-area {
	padding: 70px 15px 88px;
	text-align: center;
}
#btn-area p {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#btn-area {
		padding: 35px 15px 40px;
		line-height: 1.8;
	}
	#btn-area p {
		margin: 0 0 20px;
		font-size: 13px;
		
		font-weight: bold;
	}
}

/*========================================================================

  contact

========================================================================*/
.header_title {
	padding: 80px 0 50px;
}
header .header_title .logo {
	width: auto;
	max-width: none;
	left: auto;
	right: 35px;
}
header .header_title .logo a:hover {
	opacity: .7;
}
.header_title h2 {
	margin: 0;
	color: #fff;
}
.header_title h2 span {
	margin: -27px 0 0;
}
.page-form {
	padding: 48px 15px 120px;
}
.page-form .articleInner {
	max-width: 1140px;
}
.page-form .lede {
	margin: 0 0 50px;
	text-align: center;
}
.page-form .required {
	margin: 0 2px;
	color: #f00;
}
.page-form table {
	border-top: 1px solid #e9eff2;
}
.page-form table th {
	padding: 23px 45px;
	border-bottom: 1px solid #e9eff2;
	text-align: center;
	vertical-align: middle;
	font-size: 115%;
}
.page-form table td {
	padding: 23px 0;
	border-bottom: 1px solid #e9eff2;
	vertical-align: middle;
}
.page-form table td span {
	margin: 0 10px 0 0;
}
.page-form .errorMessage {
	display: block;
	margin: 5px 0 0;
	color: #f00;
}
.page-form table td p + p {
	margin: 15px 0 0;
}
.page-form table td input[type="text"],
.page-form table td input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 286px;
	margin: 0 30px 0 0;
	padding: 10px 15px;
	background: #f9f8f4;
	font-family: 'Noto Sans Japanese',   sans-serif;
	border: none;
	border-top: 1px solid #e5e2d8;
	border-left: 1px solid #e5e2d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.page-form table .input-type01 input[type="text"] {
	width: 550px;
}
:placeholder-shown { color: #c1bfb8; }
::-webkit-input-placeholder { color: #c1bfb8; }
::-moz-placeholder { color: #c1bfb8; opacity: 1; }
::-moz-placeholder { color: #c1bfb8; opacity: 1; }
::-ms-input-placeholder { color: #c1bfb8; }

.page-form table td textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 200px;
	padding: 10px 15px;
	background: #f9f8f4;
	font-family: 'Noto Sans Japanese',   sans-serif;
	border: none;
	vertical-align: middle;
	border-top: 1px solid #e5e2d8;
	border-left: 1px solid #e5e2d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	resize: none;
}

.page-form table td select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 65px 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e9eff2;
	background: url(../images/contact/arrow.png) no-repeat right center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}

.contact_btn {
	margin: 40px 0 0;
	text-align: center;
	letter-spacing: -.4em;
}
.contact_btn li {
	display: inline-block;
	margin: 0 20px;
	letter-spacing: normal;
	vertical-align: top;
}
.contact_btn li:hover img {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contact_btn li button {
	padding: 0;
	background: none;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}
.contact_form .contact_btn li {
    background: url(../images/contact/btn01_on.png);
}
.contact_form .contact_btn li:last-child {
    background: url(../images/contact/btn02_on.png);
}
.contact_confirm .contact_btn li {
    background: url(../images/contact/btn03_on.png);
}
.contact_confirm .contact_btn li:last-child {
    background: url(../images/contact/btn04_on.png);
}
.thanks .contact_btn li {
    background: url(../images/contact/btn01_on.png);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 40%;
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input #goconfirm input{
background:url(../images/contact/btn02.png) no-repeat;
width:285px;
height:80px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
 
#gosubmit button{
/*送信ボタン用*/
background:url(../images/contact/btn04.png) no-repeat;
width:285px;
height:80px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
 
#goback input{
/*戻るボタン用*/
background:url(../images/contact/btn03.png) no-repeat;
width:285px;
height:80px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}


.thanks {
	text-align: center;
}
/*20190206 change*/
/*.contact_confirm,
.thanks {
	display: none;
}*/
/*20190206 added*/
.mwform-tel-field input{
	    width: 18%!important;
    
}

.mwform-zip-field input{
	    width: 20%!important;
		margin-left:1em;
    
}

.mwform-tel-field input,
.mwform-zip-field input{
	margin-right: 0!important;
}




header .sns {
    width: 100%;
    max-width: 1310px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 140px;
    text-align: right;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}
ul.sns_button {
    display: flex;
    justify-content: end;
}
header .sns_button li{
    width: 40px;
    height: auto;
	margin:0 10px;
}

.buttons {
    clear: both;
    margin: 50px auto 0px;
    padding: 10px 10px;

    letter-spacing: 0.1em;
    line-height: 2em;
	text-align:center;
}
.table01 th {
    border: 1px solid #e6e6e6;
    font-weight: normal;
    text-align: center;
}
.table01 td {
    border: 1px solid #e6e6e6;
}
th, td {
    vertical-align: top;
}

.message.event p.lead-message{
	color:#000;
}
.TopTTL {
    width: 100%;
    height: 36px;
    font: 36px/1 'Kaisei Decol', serif;
    text-align: center;
    color: #0092D8;
}
.PostDate {
    width: 100px;
    color: #808080;
    height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
}
.InfoArticle {
    width: 700px;
    height: 16px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
}
.Infomation {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #CCCCCC;
    clear: both;
}
.InfoTTL {
    width: 800px;
    height: 60px;
    padding: 15px 0px;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    line-height: 1;
}
.InfoCategory {
/*    height: 14px;*/
    width: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    text-align: center;
    background-color: #89C997;
    float: left;
    color: #FFFFFF;
}
@media screen and (max-width: 768px) {
	.header {
		background-size: 100% 100%;
	}
	.header_title {
		padding: 35px 0;
	}
	header .header_title .logo {
		width: 68px;
		right: 0;
	}
	.header_title h2 {
		margin: 0;
		line-height: 1.5;
	}
	.header_title h2 img {
		max-width: 150px;
	}
	.header_title h2 span {
		margin: -10px 0 0;
	}
	.page-form {
		padding: 30px 15px 50px;
	}
	.page-form .lede {
		margin: 0 0 30px;
	}
	.page-form table {
		border-top: 1px solid #e9eff2;
	}
	.page-form table th {
		display: block;
		width: 100%;
		padding: 15px 0;
		border-bottom: none;
		text-align: left;
		font-size: 115%;
	}
	.page-form table td {
		display: block;
		width: 100%;
		padding: 0 0 10px;
	}
	.page-form table td p + p {
		margin: 0;
	}
	.page-form table td input[type="text"] {
		width: 75%;
		padding: 7px 10px;
		margin: 0 0 10px;
	}
	.page-form table .input-type01 input[type="text"] {
		width: 100%;
	}
	.page-form table td textarea {
		height: 150px;
	}
	.page-form table td select {
		padding: 7px 50px 7px 10px;
		background-size: auto 100%;
	}

	.contact_btn {
    margin: 20px 0 0;
}
	.contact_btn li {
		display: block;
		max-width: 200px;
		margin: 10px auto;
	}
	.contact_btn li:hover img {
	opacity: inherit;
	}
	.contact_form .contact_btn li,.contact_form .contact_btn li:last-child,.contact_confirm .contact_btn li,.contact_confirm .contact_btn li:last-child,.thanks .contact_btn li{
		background: none;
	}
	
	header .sns {

    top: 40px;
	
}

.mw_wp_form_send_error{
	color:#930;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}
header .sns_button li{
    width: 60px;
	margin:0 10px;
}
.table01 th {
    padding: .5em;
}

.c-nav-box {
   
    width: 58px!important;
}

}
