/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:16px;
}
body {
	color:#222;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#222;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
p,h1,h2,h3,h4,ul,ol,li,table,td,th,figure{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:16px;
	padding:0;
	line-height:1.8;
	margin:0;
}
a img{
	transition:0.3s;
}
a img:hover{
	opacity:0.8;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
h1.homettl_h1{
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.tbb_header {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.tbb_header .cell_block {
  width: auto;
  height: 110px;
}
.tbb_header .cellA {
	width: 340px;
	float:left;
}
.tbb_header .cellA img {
  display: block;
  width: 100%;
	margin-top:15px;
}
.tbb_header .cellA p{
	font-size:12px;
	text-align:center;
	margin-top:10px;
}
.tbb_header .cellB {
  text-align: right;
  font-size: 0;
	float:right;
	width:500px;
}
.tbb_header .cellB img {
  display: inline-block;
  width: auto;
  height: 58px;
  margin-left: 15px;
	margin-top:28px;
	width:222px;
}
.tbb_header .cellB img:hover {
  opacity: 0.6;
}

.g_nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
	margin-top:15px;
  z-index: 9999;
}

.g_nav_in {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: space-between;
  /*横方向（Safari用）*/
  justify-content: space-between;
  /*横方向*/
	width:1060px;
	margin:0 auto;
}
.g_nav_in .g_nav_in_list {
  height: 54px;
  text-align: center;
}
.g_nav_in .g_nav_in_list a {
  color: #333;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
}

/* footer */
.footer {
	margin-top:100px;
}
#foot_menu{
	background-color:#e4eff9;
	padding:60px 0;
}
#foot_menu .foot_menu_area{
	margin:0 auto;
	width:1080px;
}
#foot_menu .foot_menu_area h3{
	background-image:url(img/foot_icon02.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	margin-top:40px;
}
#foot_menu .foot_menu_area h3:first-child{
	background-image:url(img/foot_icon01.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	margin-top:0;
}
#foot_menu .foot_menu_area p{
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	padding-left:15px;
	margin-left:40px;
	margin-top:10px;
}
#foot_clinic{
	padding:60px 0;
	margin:0 auto;
	width:1080px;
}
#foot_clinic p{
	background-image:url(img/footer_li.png);
	background-position:left center;
	background-size:20px;
	background-repeat:no-repeat;
	float:left;
	padding-left:25px;
	width:360px;
}
p.copyright{
	background-color:#333;
	color:#fff;
	font-size:14px;
	padding:8px 0;
	text-align:center;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/
#contents1{
	background-color:#eeeeee;
	padding:80px 0;
}
#contents1 .contents1_area{
	margin:0 auto;
	width:700px;
}
#contents1 .contents1_area .chat01 .left{
	float:left;
	width:150px;
}
#contents1 .contents1_area .chat01 .right{
	position: relative;
	display: inline-block;
	margin: 1.2em 0 1.2em 15px;
	padding: 20px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	box-sizing: border-box;
	border-radius:10px;
	float:right;
	width:510px;
}
#contents1 .contents1_area .chat01 .right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}

#contents1 .contents1_area .chat01 .right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;

	z-index: 1;
}
#contents1 .contents1_area .chat01 .right p {
	margin: 0;
	padding: 0;
	text-align:center;
}
#contents1 .contents1_area .chat02{
	margin-top:20px;
}
#contents1 .contents1_area .chat02 .right{
	float:right;
	width:150px;
}
#contents1 .contents1_area .chat02 .left{
	position: relative;
	display: inline-block;
	margin: 1.1em 15px 1.1em 0;
	padding: 20px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	box-sizing: border-box;
	border-radius:10px;
	float:left;
	width:510px;
}
#contents1 .contents1_area .chat02 .left:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}

#contents1 .contents1_area .chat02 .left:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	z-index: 1;
}
#contents1 .contents1_area .chat02 .left p {
	margin: 0;
	padding: 0;
	text-align:center;
}

#contents2{
	padding:80px 0;
	margin:0 auto;
	width:1080px;
}
#contents2 .menu_area1 .menu_block{
	background-color:#008dcb;
	float:left;
	padding:5px 5px 12px 5px;
	margin-left:20px;
	text-align:center;
	width:530px;
}
#contents2 .menu_area1 .menu_block:first-child{
	margin-left:0;
}
#contents2 .menu_area1 .menu_block a{
	color:#fff;
	display:block;
	font-weight:bold;
}
#contents2 .menu_area1 .menu_block a p:first-child{
	margin-bottom:10px;
}
#contents2 .menu_area1 .menu_block a:hover img{
	opacity:0.6;
}
#contents2 .menu_area2{
	margin-top:20px;
}
#contents2 .menu_area2 .menu_block{
	background-color:#008dcb;
	float:left;
	padding:5px 5px 12px 5px;
	margin-left:15px;
	text-align:center;
	width:350px;
}
#contents2 .menu_area2 .menu_block:first-child{
	margin-left:0;
}
#contents2 .menu_area2 .menu_block a{
	color:#fff;
	display:block;
	font-weight:bold;
}
#contents2 .menu_area2 .menu_block a p:first-child{
	margin-bottom:10px;
}
#contents2 .menu_area2 .menu_block a:hover img{
	opacity:0.6;
}

#contents3{
	background-image:url(img/top_back01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:80px 0;
}
#contents3 .contents3_area{
	margin:0 auto;
	width:1080px;
}
h2.top_logo{
	background-image:url(img/logo_icon.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-size:24px;
	padding-top:70px;
	text-align:center;
}
#contents3 .contents3_area .menu_area{
	margin-top:20px;
}
#contents3 .contents3_area .menu_area p{
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:255px;
}
#contents3 .contents3_area .menu_area p:first-child{
	margin-left:0;
}
#contents3 .contents3_area .menu_area p:nth-child(5){
	margin-left:0;
}

#contents4{
	padding:80px 0;
	margin:0 auto;
	width:1080px;
}
#contents4 .news_area{
	margin:40px auto 0 auto;
	width:600px;
}
#contents4 .news_area .post{
	border-bottom:1px solid #aaa;
	padding:12px 0;
}
#contents4 .news_area .post p.time{
	color:#aaa;
	font-size:14px;
}
#contents4 .news_area .post p.title{
	font-size:16px;
	text-decoration:underline;
}

#contents5{
	background-color:#eeeeee;
	padding:80px 0;
}
#contents5 .contents5_area{
	margin:0 auto;
	width:1080px;
}
#contents5 .contents5_area .greeting{
	margin-top:40px;
}
#contents5 .contents5_area .left{
	float:left;
	width:620px;
}
#contents5 .contents5_area .right{
	background-color:#fff;
	border-radius:10px;
	float:right;
	padding:30px;
	position:relative;
	margin-top:-465px;
	width:580px;
}
#contents5 .contents5_area .right p{
	margin-top:20px;
}
#contents5 .contents5_area .right p:first-child{
	margin-top:0;
}
#contents5 .contents5_area .right p a{
	color:#dc7108;
	text-decoration:underline;
}

#contents6{
	padding:80px 0 0 0;
	margin:0 auto;
	width:1080px;
}
#contents6 p.about{
	margin:40px auto 0 auto;
	width:320px;
}
#contents6 .map_area{
	margin-top:60px;
}
#contents6 .map_area .left{
	float:left;
	width:630px;
}
#contents6 .map_area .left p{
	margin-top:20px;
}
#contents6 .map_area .left p.bn{
	margin-top:40px;
}
#contents6 .map_area .right{
	float:right;
	width:400px;
}
#contents6 .recruit_area{
	background-image:url(img/top_recruit.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:5px solid #aaa;
	padding:60px 0;
	margin-top:40px;
	text-align:center;
}
#contents6 .recruit_area h3{
	font-size:24px;
}
#contents6 .recruit_area p{
	margin-top:0;
}
#contents6 .recruit_area p.button{
	background-color:#ffda48;
	border-radius:10px;
	font-size:18px;
	font-weight:bold;
	margin:80px auto 0 auto;
	width:300px;
}
#contents6 .recruit_area p.button a{
	background-image:url(img/arrow.png);
	background-position:50px center;
	background-repeat:no-repeat;
	display:block;
	padding:10px 0 10px 20px;
}


/*------------------------------------*\
    SUBPAGE
\*------------------------------------*/
#b_color{
	background-color:#f5f2ee;
	padding-top:15px;
}
#sub_head{
	height:300px;
	padding-top:126px;
}
#sub_head h2{
	color:#47413a;
	font-size:30px;
	margin:0 auto;
	text-align:center;
	text-shadow: 2px 2px 30px #fff ,
-2px 2px 30px #fff ,
2px -2px 30px #fff ,
-2px -2px 30px #fff;
	width:800px;
}

.breadcrumbs{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin:20px auto 0 auto;
	width:900px;
}
.breadcrumbs a{
	color:#dc7108;
	text-decoration:underline;
}

#sub_area{
	margin:50px auto 0 auto;
	width:900px;
}
#sub_area h2{
	background-image:url(img/logo_icon.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:40px;
	font-size:20px;
	padding:50px 0 0 0;
	margin-top:60px;
	text-align:center;
}
#sub_area h2:first-child{
	margin-top:0;
}
#sub_area h3{
	background-color:#fff;
	background-image:url(img/sub_icon.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:30px;
	border-bottom:1px solid #b0a08d;
	border-top:1px solid #b0a08d;
	font-size:18px;
	padding:10px 5px 10px 50px;
	margin-top:60px;
}
#sub_area h2 + h3{
	margin-top:20px;
}
#sub_area h3 + h4{
	margin-top:20px;
}
#sub_area h4{
	background-color:#e4eff9;
	padding:10px;
	margin-top:40px;
}
#sub_area h4.text{
	background-image:none;
	border-left:5px solid #59524a;
	padding:0 0 0 10px;
}
#sub_area p{
	margin-top:20px;
}
#sub_area figure{
	margin-top:20px;
}
#sub_area p a,#sub_area li a{
	color:#dc7108;
	text-decoration:underline;
}
#sub_area ul,#sub_area ol{
	margin-top:20px;
}
#sub_area ul li,#sub_area ol li{
	margin-top:10px;
	margin-left:20px;
}

#sub_area .interview_icon01{
	background-image:url(img/maik01.png);
	background-position:left 8px;
	background-repeat:no-repeat;
	background-size:26px;
	border-bottom:1px solid #ccc;
	padding-left:40px;
}
#sub_area h4.interview_icon01{
	background-color:transparent;
	margin-top:60px;
}
#sub_area h3 + h4.interview_icon01{
	margin-top:20px;
}
#sub_area .interview_icon02{
	background-image:url(img/maik03.png);
	background-position:left 2px;
	background-repeat:no-repeat;
	background-size:26px;
	padding:0 0 0 40px;
}

#sub_area .menu_area{
	margin-top:20px;
}
#sub_area .menu_area p{
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:210px;
}
#sub_area .menu_area p:first-child{
	margin-left:0;
}
#sub_area .menu_area p:nth-child(5){
	margin-left:0;
}

#sub_area form table{
	margin-top:20px;
	width:100%;
}
#sub_area form table tr th,#sub_area form table tr td{
	border:1px solid #aaa;
	padding:20px;
}
#sub_area form table tr th{
	background-color:#f6f6f6;
	font-weight:bold;
	width:200px;
}
#sub_area form table tr th p:first-child{
	margin-top:0;
}
#sub_area form table tr td p:first-child{
	margin-top:0;
}
#sub_area form table tr td input,#sub_area form table tr td textarea{
	border-radius:5px;
	border:1px solid #aaa;
}
#sub_area form table tr td textarea{
	height:100px;
}
#sub_area .tex_c{
	text-align:center;
}
#sub_area .tex_c input{
	background-color:#008dcb;
	border:none;
	color:#fff;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	width:180px;
	transition:0.3s;
}
#sub_area .tex_c input:hover{
	background-color:#666;
}
#sub_area .info_table table tr td:first-child{
	background-color:#f6f6f6;
}

#sub_area .news{
	margin-top:20px;
}
#sub_area .post{
	border-bottom:1px solid #ccc;
	padding:15px 10px;
	transition:0.3s;
}
#sub_area .post:hover{
	background-color:#f6f6f6;
}
#sub_area .post p{
	margin-top:5px;
}
#sub_area .post p:first-child{
	color:#aaa;
	font-size:14px;
	margin-top:0;
}

#sub_area .Recruit-table tr td:first-child{
	background-color:#f6f6f6;
	width:20%;
}
 
.is-layout-flow iframe{
    width: 100%;
    height: 250px;
}

#sub_area .interview_area01{
	margin-top:20px;
}
#sub_area .interview_area{
	margin-top:20px;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding:25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e4eff9;
  border: solid 1px #555;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top:55px;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #e4eff9;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-left: 1px solid #555;
  z-index: 1;
}
#sub_area .balloon2-right p:first-child{
	margin-top:0;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding:25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e4eff9;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top:55px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #e4eff9;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-right: 1px solid #555;
  z-index: 1;
}
#sub_area .balloon2-left p:first-child{
	margin-top:0;
}

.wp-block-columns {
	margin-bottom:0;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:769px) {
	#dl-menu{
		display:none;
	}
	
	#key-sp{
		display:none;
	}
	
	#sp_foot{
		display:none;
	}
}

@media only screen and (max-width:768px) {
	#dl-menu{
		display:inline;
		position:fixed;
		top:10px;
		right:10px;
		z-index:10;
	}
	
	#dl-menu a{
		font-size:15px;
		text-decoration:none;
	}
	
	.dl-menuwrapper button {
	  background-color:#256bb0;
	}
	.dl-menuwrapper button:hover,
	.dl-menuwrapper button.dl-active,
	.dl-menuwrapper ul {
	  background: #256bb0;
	}
	
	/* header */
	h1.homettl_h1{
	  padding-top: 10px;
	  font-size: 12px;
	  line-height: 1.4;
	}

	.tbb_header {
	  width: 90%;
	  margin-left: auto;
	  margin-right: auto;
	}

	.tbb_header .cell_block {
	  width: auto;
	  height: 110px;
	}

	.tbb_header .cellA{
		width:200px;
		float:left;
		position:relative;
		z-index:100;
	}

	.tbb_header .cellA img {
	  display: block;
	  width: 100%;
		margin-top:15px;
	}

	.tbb_header .cellA p{
		font-size:12px;
		text-align:left;
		margin-top:10px;
		line-height:1.2;
	}

	.tbb_header .cellB {
		display:none;
	  text-align: right;
	  font-size: 0;
		float:right;
		width:500px;
	}

	.tbb_header .cellB img {
	display: inline-block;
	}

.g_nav {
	display:none;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
	margin-top:15px;
  z-index: 9999;
}

	/* footer */
	.footer {
		margin-top:60px;
	}

	#foot_menu{
		background-color:#e4eff9;
		padding:40px 0;
	}

	#foot_menu .foot_menu_area{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#foot_menu .foot_menu_area h3{
		background-image:url(img/foot_icon02.png);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:30px;
		margin-top:40px;
	}

	#foot_menu .foot_menu_area h3:first-child{
		background-image:url(img/foot_icon01.png);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:30px;
		margin-top:0;
	}

	#foot_menu .foot_menu_area p{
		background-image:url(img/arrow.png);
		background-repeat:no-repeat;
		background-position:left center;
		float:none;
		font-size:13px;
		padding-left:15px;
		margin-left:0;
		margin-top:10px;
	}

	#foot_clinic{
		padding:40px 0;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#foot_clinic p{
		background-image:url(img/footer_li.png);
		background-position:left center;
		background-size:20px;
		background-repeat:no-repeat;
		float:none;
		padding-left:25px;
		width:100%;
	}

	p.copyright{
		background-color:#333;
		color:#fff;
		font-size:14px;
		padding:8px 0;
		margin-bottom:80px;
		text-align:center;
	}
	
	#sp_foot{
		background-color:#fff;
		border-top:1px solid #ccc;
		text-align:center;
		width:100%;
		position:fixed;
		bottom:0;
	}
	
	#sp_foot a{
		display:block;
		padding:0;
	}


	/*------------------------------------*\
	    PAGES
	\*------------------------------------*/
	#key{
		display:none;
	}
	#contents1{
		background-color:#eeeeee;
		padding:60px 0;
	}

	#contents1 .contents1_area{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents1 .contents1_area .chat01 .left{
		float:left;
		width:50px;
	}

	#contents1 .contents1_area .chat01 .right{
		position: relative;
		display: inline-block;
		margin: 0 0 1.2em 15px;
		padding: 10px;
		min-width: 100px;
		max-width: 100%;
		color: #555;
		font-size: 14px;
		background: #FFF;
		box-sizing: border-box;
		border-radius:10px;
		float:right;
		width:calc(100% - 70px);
	}

	#contents1 .contents1_area .chat01 .right:before {
		content: "";
		position: absolute;
		top: 15px;
		left: -24px;
		margin-top: 0;
		border: 12px solid transparent;
		border-right: 12px solid #FFF;
		z-index: 2;
	}

	#contents1 .contents1_area .chat01 .right:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -14px;
		border: 14px solid transparent;
		z-index: 1;
	}

	#contents1 .contents1_area .chat01 .right p {
		margin: 0;
		padding: 0;
		text-align:left;
	}

	#contents1 .contents1_area .chat02{
		margin-top:20px;
	}

	#contents1 .contents1_area .chat02 .right{
		float:right;
		width:50px;
	}

	#contents1 .contents1_area .chat02 .left{
		position: relative;
		display: inline-block;
		margin: 0 15px 1.1em 0;
		padding: 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 14px;
		background: #FFF;
		box-sizing: border-box;
		border-radius:10px;
		float:left;
		width:calc(100% - 70px);
	}

	#contents1 .contents1_area .chat02 .left:before {
		content: "";
		position: absolute;
		top: 15px;
		right: -24px;
		margin-top:0;
		border: 12px solid transparent;
		border-left: 12px solid #FFF;
		z-index: 2;
	}

	#contents1 .contents1_area .chat02 .left:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -30px;
		margin-top: -14px;
		border: 14px solid transparent;
		z-index: 1;
	}

	#contents1 .contents1_area .chat02 .left p {
		margin: 0;
		padding: 0;
		text-align:left;
	}

	#contents2{
		padding:60px 0;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents2 .menu_area1 .menu_block{
		background-color:#008dcb;
		float:none;
		padding:5px 5px 12px 5px;
		margin-left:0;
		margin-top:20px;
		text-align:center;
		width:100%;
	}

	#contents2 .menu_area1 .menu_block:first-child{
		margin-left:0;
		margin-top:0;
	}

	#contents2 .menu_area1 .menu_block a{
		color:#fff;
		display:block;
		font-weight:bold;
	}

	#contents2 .menu_area1 .menu_block a p:first-child{
		margin-bottom:10px;
	}

	#contents2 .menu_area2{
		margin-top:20px;
	}

	#contents2 .menu_area2 .menu_block{
		background-color:#008dcb;
		float:none;
		padding:5px 5px 12px 5px;
		margin-left:0;
		margin-top:20px;
		text-align:center;
		width:100%;
	}

	#contents2 .menu_area2 .menu_block:first-child{
		margin-left:0;
		margin-top:0;
	}

	#contents2 .menu_area2 .menu_block a{
		color:#fff;
		display:block;
		font-weight:bold;
	}

	#contents2 .menu_area2 .menu_block a p:first-child{
		margin-bottom:10px;
	}
	
	#contents2 .menu_area2 .menu_block a p img{
		width:100%;
	}

	#contents3{
		background-image:url(img/top_back01.jpg);
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center center;
		padding:60px 0;
	}

	#contents3 .contents3_area{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	h2.top_logo{
		background-image:url(img/logo_icon.png);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:40px;
		font-size:18px;
		padding-top:50px;
		text-align:center;
	}

	#contents3 .contents3_area .menu_area{
		margin-top:10px;
	}

	#contents3 .contents3_area .menu_area p{
		float:left;
		margin-left:0;
		margin-right:10px;
		margin-top:10px;
		width:calc(50% - 5px);
	}

	#contents3 .contents3_area .menu_area p:nth-child(2n){
		margin-right:0;
	}

	#contents4{
		padding:60px 0;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents4 .news_area{
		margin:20px auto 0 auto;
		width:100%;
	}

	#contents4 .news_area .post{
		border-bottom:1px solid #aaa;
		padding:12px 0;
	}

	#contents4 .news_area .post p.time{
		color:#aaa;
		font-size:14px;
	}

	#contents4 .news_area .post p.title{
		font-size:16px;
		text-decoration:underline;
	}

	#contents5{
		background-color:#eeeeee;
		padding:60px 0;
	}

	#contents5 .contents5_area{
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents5 .contents5_area .greeting{
		margin-top:20px;
	}

	#contents5 .contents5_area .left{
		float:none;
		width:100%;
	}

	#contents5 .contents5_area .right{
		background-color:#fff;
		border-radius:0;
		float:none;
		padding:15px;
		position:relative;
		margin-top:20px;
		width:100%;
	}

	#contents5 .contents5_area .right p{
		margin-top:20px;
	}

	#contents5 .contents5_area .right p:first-child{
		margin-top:0;
	}

	#contents6{
		padding:60px 0 0 0;
		margin:0 auto;
		width:90%;
		max-width:460px;
	}

	#contents6 p.about{
		margin:20px auto 0 auto;
		width:100%;
	}

	#contents6 .map_area{
		margin-top:20px;
	}

	#contents6 .map_area .left{
		float:none;
		width:100%;
	}

	#contents6 .map_area .left p{
		margin-top:20px;
	}

	#contents6 .map_area .left p.bn{
		margin-top:40px;
	}

	#contents6 .map_area .right{
		float:none;
		margin-top:20px;
		width:100%;
	}
	
	#contents6 .map_area .right p img{
		width:100%;
	}

	#contents6 .recruit_area{
		background-image:url(img/top_recruit.jpg);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		border:5px solid #aaa;
		padding:30px 0;
		margin-top:40px;
		text-align:center;
	}

	#contents6 .recruit_area h3{
		font-size:18px;
	}

	#contents6 .recruit_area p{
		margin-top:0;
	}

	#contents6 .recruit_area p.button{
		background-color:#ffda48;
		border-radius:10px;
		font-size:15px;
		font-weight:bold;
		margin:40px auto 0 auto;
		width:240px;
	}

	#contents6 .recruit_area p.button a{
		background-image:url(img/arrow.png);
		background-position:50px center;
		background-repeat:no-repeat;
		display:block;
		padding:10px 0 10px 20px;
	}
	
	/*------------------------------------*\
	    SUBPAGE
	\*------------------------------------*/
	#b_color{
		background-color:#f5f2ee;
		padding-top:15px;
	}

	#sub_head{
		height:200px;
		padding-top:85px;
	}

	#sub_head h2{
		color:#47413a;
		font-size:20px;
		margin:0 auto;
		text-align:center;
		text-shadow: 2px 2px 30px #fff ,
	-2px 2px 30px #fff ,
	2px -2px 30px #fff ,
	-2px -2px 30px #fff;
		width:100%;
	}

	.breadcrumbs{
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		margin:20px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	.breadcrumbs a{
		color:#dc7108;
		text-decoration:underline;
	}

	#sub_area{
		margin:50px auto 0 auto;
		width:90%;
		max-width:460px;
	}

	#sub_area h2{
		background-image:url(img/logo_icon.png);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:30px;
		font-size:18px;
		padding:40px 0 0 0;
		margin-top:60px;
		text-align:center;
	}

	#sub_area h3{
		background-color:#fff;
		background-image:url(img/sub_icon.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:20px;
		border-bottom:1px solid #b0a08d;
		border-top:1px solid #b0a08d;
		font-size:16px;
		padding:10px 5px 10px 40px;
		margin-top:60px;
		line-height:1.5;
	}
	
	#sub_area h2 + h3{
		margin-top:20px;
	}

	#sub_area h3 + h4{
		margin-top:20px;
	}

	#sub_area h4{
		background-color:#e4eff9;
		padding:10px;
		margin-top:40px;
	}

	#sub_area h4.text{
		background-image:none;
		border-left:5px solid #59524a;
		padding:0 0 0 10px;
	}

	#sub_area p{
		margin-top:20px;
	}

	#sub_area figure{
		margin-top:20px;
	}

	#sub_area p a,#sub_area li a{
		color:#dc7108;
		text-decoration:underline;
	}

	#sub_area ul,#sub_area ol{
		margin-top:20px;
	}

	#sub_area ul li,#sub_area ol li{
		margin-top:10px;
		margin-left:20px;
	}
	
	#sub_area .menu_area p{
		float:left;
		margin-left:0;
		margin-right:10px;
		margin-top:10px;
		width:calc(50% - 5px);
	}

	#sub_area .menu_area p:nth-child(2n){
		margin-right:0;
	}
	
	#sub_area form table{
		border-top:1px solid #aaa;
		margin-top:20px;
		width:100%;
	}

	#sub_area form table tr th,#sub_area form table tr td{
		border:1px solid #aaa;
		padding:20px;
	}

	#sub_area form table tr th{
		background-color:#f6f6f6;
		border-top:none;
		display:block;
		font-weight:bold;
		width:100%;
	}
	
	#sub_area form table tr td{
		display:block;
		border-top:none;
		width:100%;
	}
	
	input[type="text"]{
		width:100%;
	}
	
	input[type="tel"]{
		width:100%;
	}
	
	input[type="email"]{
		width:100%;
	}
	
	#sub_area form table tr td textarea{
		width:100%;
	}
	
	#sub_area .tex_c{
		text-align:left;
	}

#sub_area .interview_icon01{
	background-image:url(img/maik01.png);
	background-position:left 8px;
	background-repeat:no-repeat;
	background-size:26px;
	border-bottom:1px solid #ccc;
	padding-left:40px;
}
#sub_area h4.interview_icon01{
	background-color:transparent;
	margin-top:60px;
}
#sub_area h3 + h4.interview_icon01{
	margin-top:20px;
}
#sub_area .interview_icon02{
	background-image:url(img/maik03.png);
	background-position:left 2px;
	background-repeat:no-repeat;
	background-size:26px;
	padding:0 0 0 40px;
}
	
.interview_area{
	margin-top:20px;
}
.interview_area01{
	margin-top:20px;
}
	
	.interview_area {
		clear:both;
		width:100%;
	}
	
	.interview_area .wp-block-column{
		float:left;
	}
	
	.interview_area .wp-block-column:first-child{
		max-width:18%;
	}
	
	#sub_contents .interview_area .wp-block-column:first-child figure{
		margin-top:0;
	}
	
	.interview_area .wp-block-column:nth-child(2){
		max-width:70%;
	}
	
	#sub_contents .interview_area .wp-block-column:nth-child(2) p:first-child{
		margin-top:0;
	}

	.interview_area01{
		clear:both;
		width:100%;
	}
	
	.interview_area01 .wp-block-column{
		float:left;
	}
	
	.interview_area01 .wp-block-column:first-child{
		max-width:70%;
	}
	
	.interview_area01 .wp-block-column:nth-child(2){
		max-width:18%;
	}
	
	#sub_contents .interview_area01 .wp-block-column:nth-child(2) figure{
		margin-top:0;
	}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e4eff9;
  border: solid 1px #555;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-right:before {
  content: "";
  position: absolute;
	top:40px;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #e4eff9;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-left: 1px solid #555;
  z-index: 1;
}
#sub_area .balloon2-right p:first-child{
	margin-top:0;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e4eff9;
  box-sizing: border-box;
	border-radius:10px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top:40px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #e4eff9;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 1px solid transparent;
  border-right: 1px solid #555;
  z-index: 1;
}
#sub_area .balloon2-left p:first-child{
	margin-top:0;
}

.wp-block-columns {
	margin-bottom:0;
}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
