@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,300');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400');

/********* HTML再定義 ***********************************************/

html {
	font-family: Arial, Helvetica, 'Yu Gothic', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
	text-size-adjust: 100%;
	font-size: 62.5%;
	background-color: #FFF;
}
body, html {
    height: 100%;
}

body {
	padding: 0;
	margin: 0 auto;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
}
@media only screen and (max-width: 768px) {
body {
	font-size: 16px;
	line-height: 180%;
}
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 120%;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.pc_only {
	display: block !important;
}
.sp_only {
	display: none !important;
}
.pc_only_table {
	display: table;
}
.sp_only_table {
	display: none;
}
@media only screen and (max-width: 768px) {
.pc_only {
	display: none !important;
}
.sp_only {
	display: block !important;
}
.pc_only_table {
	display: none;
}
.sp_only_table {
	display: table;
}
}


img {
height: auto;
}

/********* 全体 *****************************************************/

#container {
	clear: both;
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#container_sp {
	clear: both;
	display: block;
	width: 590px;
	margin: 0 auto;
	padding: 0;
}
#container100 {
	clear: both;
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
.content {
	display: block;
	padding: 0 20px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
#container {
	width: 100%;
	min-width: 380px;
}
#container100 {
	min-width: 380px;
}
.content {
	padding: 0 10px;
	margin-bottom: 20px;
}
}

#fixedTop {
	position: fixed;
    right: 10px;
    bottom: 80px;
    width: 60px;
    height: 60px;
	background-image: url(../files/medias/common/totop.png);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: center;
    line-height: 60px;
	background-color: #1d5b99;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    text-align: center;
    display: none;
    z-index: 9999;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
#fixedTop {
    right: 10px;
    bottom: 80px;
}
}
/********* ヘッダー *************************************************/
#header_top {
	color: #1d5b99;
	width: 100%;
	min-width: 1200px;
	font-size: 80%;
	line-height: 100%;
}
.header_top {
	display: block;
	padding: 5px 0;
	width: 1200px;
	margin: 0 auto;
}
#header_top p {
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 1000px) {
#header_top {
	min-width: 1000px;
}
.header_top {
	width: 1000px;
}
}
@media only screen and (max-width: 768px) {
#header_top {
	width: 100%;
	min-width: 380px;
	background-color: #1d5b99;
	color: #FFF;
	padding: 0;
	font-size: 70%;
}
.header_top {
	width: auto;
	padding: 5px;
}
}
#header {
	background-color: #FFF;
	position: relative;
	z-index: 100;
	display: block;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	font-size: 90%;
}
.header {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

#header h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 360px;
}
#header h1 img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

@media only screen and (max-width: 1000px) {
#header {
	min-width: 1000px;
	font-size: 90%;
}
.header {
	width: 1000px;
}
#header h1 {
	width: 280px;
}
}

@media only screen and (max-width: 768px) {
#header {
	min-width: 380px;
}
.header {
	display: block;
	width: auto;
	padding: 0 10px;
	margin: 0 auto;
}
#header h1 {
	width: 40%;
}
}

.pic_time {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 350px;
	float: right;
}
@media only screen and (max-width: 768px) {
.pic_time {
	clear: both;
	display: block;
	padding: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	float: none;
}
}

.header_contact_txt {
	float: right;
}
.header_text {
	display: inline-block;
	color: #0161c1;
	width: 170px;
	padding: 0;
	margin-left: 15px;
	margin-top: 15px;
}
.header_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	line-height: 130%;
  text-align-last: justify;
  text-justify:inter-ideograph; 
	padding: 0;
	margin: 0;
	letter-spacing: 0.1px;
}
.ls_donichi {
	letter-spacing: 6px;
}
@media only screen and (max-width: 768px) {
.header_text {
	width: 120px;
	margin-top: 5px;
}
.header_text p {
	font-size: 120%;
}
.ls_donichi {
	letter-spacing: 4px;
}
}

ul.menu002 {
	text-align: center;
	font-size: 19px;
	margin: 0 auto;
	padding: 0;
	line-height: 100%;
	margin-top:20px;
}

ul.menu002 li {
	float: left;
	display: inline-block;
	list-style: none;
	margin-right: 5px;
}

ul.menu002 li:last-child {
	float: none;
	border-right: none;
	margin-right: 0;
}
ul.menu002 li a {
	display: block;
	margin: 0 2px;
	color: #fff;
	text-decoration: none;
	padding: 15px 39px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #2647a8;
}
ul.menu002 li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
ul.menu002 li:first-child a {
	text-indent: -9999px;
	background-image: url(../files/medias/icon/icon_home_wh.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
}
ul.menu002 li:first-child a:hover {
	background-image: url(../files/medias/icon/icon_home_bl.png);
}

@media only screen and (max-width: 1000px) {
ul.menu002 {
clear: both;
}
ul.menu002 li a {
	margin: 0 2px;
	padding: 15px 24px;
}
}

@media only screen and (max-width: 768px) {
ul.menu002 {
	display: none;
}
}


ul.bt_contact {
	line-height: 100%;
	float: right;
	display: inline-block;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
ul.bt_contact li {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.bt_contact li a {
	font-size: 18px;
	display: block;
	background-color: #f962b0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
	height: 90px;
	line-height: 90px;
	padding: 0 12px;
	text-decoration: none;
}
ul.bt_contact li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
@media only screen and (max-width: 768px) {
ul.bt_contact {
	margin-left: 5px;
}
ul.bt_contact li a {
	font-size: 100%;
	height: auto;
	line-height: 130%;
	padding: 7px 12px;
	padding-bottom: 5px;
}
}





/********* フッター お問い合わせ *****************************************************/

#footer_contact {
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	display: block;
	width: 100%;
	min-width: 1000px;
	font-size: 130%;
	line-height: 160%;
	font-weight: bold;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
	background-image: url(../files/medias/common/footer_contact.jpg);
	background-size: cover;
}
#footer_contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	margin-bottom: 30px;
}
#footer_contact p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
#footer_contact {
	min-width: 380px;
	line-height: 130%;
	font-size: 100%;
	margin: 0 auto;
	padding: 15px 0;
}

#footer_contact h3 {
	font-size: 200%;
	margin-bottom: 10px;
}

#footer_contact p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
}

.footer_contact_tel {
	display: block;
	clear: both;
}
.footer_contact_tel p {
	vertical-align: middle;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 0 !important;
}
.footer_tel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 240%;
	background-image: url(../files/medias/icon/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 54px;
	line-height: 60px;
}
.foot_contact_line {
	display: inline-block;
}
.footer_tel a {
	color: #FFF;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
.footer_contact_tel p {
	line-height: 160%;
	font-size: 130%;
}
.footer_tel {
	margin-left: 30px;
	font-size: 240%;
	background-size: 36px;
	padding-left: 40px;
	line-height: 40px;
}
.foot_contact_line {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}
}

/********* フッター *****************************************************/

#footer {
	display: block;
	font-size: 90%;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
.footer {
	margin: 0 auto;
	display: block;
	width: 1000px;
	padding: 20px 0;
}
.foot_logo {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 200px;
}
.foot_logo img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.foot_bn {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 400px;
	margin-bottom: 20px;
}
.foot_bn img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

@media only screen and (max-width: 768px) {
#footer {
	min-width: 380px;
}
.footer {
	width: auto;
	padding: 0;
}
.foot_logo {
	margin-bottom: 20px;
}
	
.foot_bn {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 90%;
	margin-bottom: 10px;
}

}


.footer table {
	border: none;
	table-layout: fixed;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.footer table td {
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 15px;
	border-right: 1px dashed #999;
}
.footer table td:last-child {
	border-right: none;
}
@media only screen and (max-width: 768px) {
.footer table td {
	display: block;
	padding: 0;
	border: none;
}
.footer table td:last-child {
	border-right: none;
}
}

ul.foot_menu {
	margin: 0;
	padding: 0;
}
ul.foot_menu li {
	list-style: none;
	font-size: 100%;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 200%;
}

ul.foot_menu li a {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0;
}
ul.foot_menu li a:hover {
	color: #1d5b99;
}
ul.foot_menu li a:before {
	content: "○ ";
	font-size: 11px;
	line-height: 16px;
	color: #1d5b99;
}
ul.foot_menu li ul {
	margin-left: 18px;
	margin-bottom: 10px;
}
ul.foot_menu li ul li {
	font-size: 90%;
	line-height: 180%;
}
ul.foot_menu li ul li a:before {
	content: "";
}
ul.foot_menu li ul li ul {
	display: none;
}
@media only screen and (max-width: 768px) {
ul.foot_menu li {
	line-height: 160%;
	font-size: 120%;
}
ul.foot_menu li a {
	border:1px solid #256fb7;
	font-family:arial, helvetica, sans-serif;
	padding: 10px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFF;
	background-color: #1d5b99;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d5b99), to(#295F94));
	background-image: -webkit-linear-gradient(top, #1d5b99, #295F94);
	background-image: -moz-linear-gradient(top, #1d5b99, #295F94);
	background-image: -ms-linear-gradient(top, #1d5b99, #295F94);
	background-image: -o-linear-gradient(top, #1d5b99, #295F94);
	background-image: linear-gradient(to bottom, #1d5b99, #295F94);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1d5b99, endColorstr=#295F94);
}
ul.foot_menu li a:hover {
	color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
ul.foot_menu li a:before {
	content: "";
}
ul.foot_menu li ul {
	margin: 0;
	padding: 0;
}

ul.foot_menu li ul li {
	font-size: 110%;
}

ul.foot_menu li ul li a {
	color: #256fb7;
border:1px solid #d1dcdf;
padding: 8px 15px;
 background-color: #f2f5f6;
 text-shadow: none;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
 background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
 background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
 }
ul.foot_menu li ul li a:before {
	font-size: 110%;
	content: "> ";
}

ul.foot_menu li ul li a:hover {
	color: #256fb7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
}

ul.list_sns {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
ul.list_sns li {
	list-style: none;
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	padding: 0;
}
ul.list_sns li:last-child {
	margin-right: 0;
}
ul.list_sns li a {
	display: block;
	margin: 0;
	margin-top: 15px;
	padding: 10px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-color: #1d5b99;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -99999px;
}

ul.list_sns li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
@media only screen and (max-width: 768px) {
ul.list_sns {
	margin: 15px auto;
	text-align: center;
}
}
#icon_facebook_wh { background-image: url(../files/medias/icon/icon_facebook_wh.png); }
#icon_facebook_wh a { background-image: url(../files/medias/icon/icon_facebook_wh.png); }
#icon_instagram_wh { background-image: url(../files/medias/icon/icon_instagram_wh.png); }
#icon_instagram_wh a { background-image: url(../files/medias/icon/icon_instagram_wh.png); }
#icon_youtube_wh { background-image: url(../files/medias/icon/icon_youtube_wh.png); }
#icon_youtube_wh a { background-image: url(../files/medias/icon/icon_youtube_wh.png); }
#icon_blog_wh { background-image: url(../files/medias/icon/icon_blog_wh.png); }
#icon_blog_wh a { background-image: url(../files/medias/icon/icon_blog_wh.png); }
#icon_twitter_wh { background-image: url(../files/medias/icon/icon_twitter_wh.png); }
#icon_twitter_wh a { background-image: url(../files/medias/icon/icon_twitter_wh.png); }
#icon_line_wh { background-image: url(../files/medias/icon/icon_line_wh.png); }
#icon_line_wh a { background-image: url(../files/medias/icon/icon_line_wh.png); }

.bt_foot_lineyoyaku {
	display: block;
}
@media only screen and (max-width: 768px) {
.bt_foot_lineyoyaku {
	margin: 0 auto;
	margin-bottom: 15px;
}
}

#footer_bottom {
	display: block;
	background-color: #004077;
	color: #FFF;
	font-size: 85%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 90px;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}
address {
	font-style: normal;
}
@media only screen and (max-width: 768px) {
#footer_bottom {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 80px;
	min-width: 380px;
	line-height: 120%;
}
address {
	font-size: 80%;
}
}

#footerMenu {
	width: 100%;
	min-width: 380px;
	color: #FFF;
	text-align: center;
	height: 0px;
	position: fixed;
	z-index: 300;
	bottom: 0;
	overflow: none;
	left: 0;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px -4px 38px rgba(50, 50, 50, 0.50);
	box-shadow:         0px -4px 38px rgba(50, 50, 50, 0.50);
}

#footerMenu.show {
	height: 50px;
	padding: 10px 0;
}
ul.footerfloat {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
ul.footerfloat li {
	float: left;
	width: 50%;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

ul.footerfloat li span {
	display: inline;
	font-size: 110%;
}
ul.footerfloat li a {
	display: block;
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	text-decoration: none;
}
ul.footerfloat li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

ul.footerfloat li:nth-child(1) a {
	background-color: #35bd28;
}
ul.footerfloat li:nth-child(2) a {
	background-color: #F00;
}

ul.footerfloat li a span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	background-size: 25px;
}
ul.footerfloat li:nth-child(1) a span {
	background-image: url(../files/medias/icon/icon_line02_wh.png);
	background-color: #35bd28;
}
ul.footerfloat li:nth-child(2) a span {
	background-image: url(../files/medias/icon/icon_tel_wh02.png);
	background-color: #F00;
}

.footfloat_blank {
	padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
ul.footerfloat li span {
	font-size: 100%;
}
}



/********* トップメイン *****************************************************/

#main {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1000px) {
#main {
	min-width: 1000px;
}
}
.main_back {
	display: block;
	margin: 0 auto;
	width: 100%;
}
@media only screen and (max-width: 768px) {
#main {
	min-width: 380px;
}
}


/********* こんなお悩みありませんか ************************************************/

h3.title_top_reason {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-size: 280%;
	margin-bottom: 30px;
}
h3.title_top_reason img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
h3.title_top_reason {
	font-size: 180%;
	margin-bottom: 20px;
}
}

ul.list_reason {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	 justify-content: center;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_reason li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0 5px;
	margin-bottom: 20px;
	width:23.5%;
}
/* 3列の場合
ul.list_reason li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0 30px;
	margin-bottom: 20px;
	width:28%;
}
*/
ul.list_reason li:last-child {
	float: none;
}
ul.list_reason li:nth-child(4n+1) {
	clear: both;
}

@media only screen and (max-width: 768px) {
ul.list_reason li {
	margin: 0 15px;
	margin-bottom: 20px;
	width:42%;
}

ul.list_reason li:nth-child(2n) {
	margin-right: 0;
}
}

ul.list_reason li h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #149;
	font-size: 180%;
	text-align: center;
}
ul.list_reason li p {
	line-height: 130%;
	margin: 0;
	text-align: left;
	font-size: 90%;
	margin-bottom: 10px;
}
ul.list_reason li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
ul.list_reason li h4 {
	font-size: 150%;
	margin-bottom: 10px;
}
}

.bt_white a {
	display: block;
	font-size: 90%;
	margin: 10px auto;
	border: 1px solid #000;
	color: #000;
	line-height: 100%;
	padding: 5px;
	text-decoration: none;
}
.bt_white  a:after {
	content: "　>>";
}

.bt_white a:hover {
	margin: 10px auto;
	border: 1px solid #149;
	background-color: #149;
	color: #FFF;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}


/********* TOP CONTENTS *****************************************************/


ul.top_contents{
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.top_contents h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	color: #1d5b99;
	text-align: center;
}
ul.top_contents p {
	margin-bottom: 0;
}

ul.top_contents li {
	position: relative;
	list-style: none;
	display: inline-block;
	width: 27%;
	padding: 5% 3%;
	padding-bottom: 70px;
	margin: 0;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
	background-image: url(../files/medias/icon/icon_topcontents001.png);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: left 20px bottom 10px;
}
@media only screen and (max-width: 768px) {

ul.top_contents{
	margin-bottom: 50px;
	line-height: 130%;
	display: block;
}

ul.top_contents h5 {
	font-size: 120%;
	margin-bottom: 10px;
}
ul.top_contents p {
	margin-bottom: 5px;
}

ul.top_contents li {
	display: block;
	width: auto;
	padding: 15px;
	padding-bottom: 50px;
	margin-bottom: 15px;
	background-size: 40px;
	background-position: right 20px bottom 10px;
}

}


.top_line {
	float: right;
	width: 340px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 120%;
}
.top_line img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}




/********* タイトル *****************************************************/

#title {
	background-image: url(../files/medias/common/title.jpg);
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	min-width: 1200px;
	height: 300px;
	line-height: 160%;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.title {
	clear: both;
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
#title h2 {
	font-size: 240%;
	margin-bottom: 10px;
}
#title h3 {
	font-size: 180%;
	margin-bottom: 5px;
}
#title p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
#title {
	min-width: 380px;
	height: 150px;
	line-height: 120%;
	margin-bottom: 20px;
}
.title {
	width: auto;
	padding: 15px;
	padding-top: 60px;
}
#title h2 {
	font-size: 150%;
	margin-bottom: 5px;
}
#title h3 {
	font-size: 110%;
	margin-bottom: 5px;
}
#title p {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
}

/********* パンくず *****************************************************/

.pkz {
	clear: both;
	color: #333;
	padding: 0;
	font-size: 13px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.pkz {
	display: none;
}
}
.pkz ol {
	margin: 0;
	padding: 0;
}
.pkz ol li {
	margin: 0;
	padding: 0;
	display: inline; /* liを横並び＆ブレットを消す */
	list-style-type: none;
}
.pkz ol li:after {
        content: " > "; /* liの後に記号追加 */
}
.pkz ol li:last-child:after {
	content: none; /* 最後のliだけcontentを消す */
	font-weight: bold;
}
.pkz ol li:last-child {
	font-weight: bold;
}	
.pkz li a:link, .pkz li a:visited {
	text-decoration: none;
	color: #333;
}
.pkz li a:hover{
	text-decoration: underline;
}


/********* 内容 *****************************************************/

#content {
	clear: both;
	display: block;
	padding: 0 20px;
}

@media only screen and (max-width: 768px) {
#content {
	clear: both;
	display: block;
	padding: 0 15px;
}
}

/********* エントリー ***********************************************/

#top_entry {
	clear: both;
	display: block;
	margin-bottom: 50px;
}
#top_entry table {
	width: 100%;
	table-layout: fixed;
}
#top_entry table td {
	border: none;
	padding: 0 15px;
	vertical-align: top;
}
#top_entry table td:first-child {
	border-right: 1px dotted #CCC;
}
#top_entry h2 img {
	max-width: 60%;
}

#top_entry h3 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
@media only screen and (max-width: 768px) {
#top_entry {
	margin-bottom: 30px;
}
div#top_entry h2 img {
	max-width: 80%;
}
#top_entry h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
}
dl.list_news {
	line-height: 130%;
	margin: 0;
	padding: 0;
	color: #1d5b99;
}

dl.list_news dt {
	clear: both;
	width: 120px;
	margin: 0;
	padding: 3px;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	border: 1px solid #1d5b99;
}
dl.list_news dd {
	clear: both;
	padding: 10px;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

dl.list_news dd a {
	color: #1d5b99;
	text-decoration: none;
}
dl.list_news dd a:hover {
	color: #1d5b99;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
dl.list_news dd {
	padding: 5px;
	margin: 0;
	margin-bottom: 20px;
	border: none;
}
}

.bt_topics {
	text-align: right;
}
.bt_topics a {
	color: #000;
	text-decoration: none;
}
.bt_topics a:hover {
	color: #1d5b99;
	text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#entry {
	clear: both;
	display: block;
	margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
#entry {
	margin: 0 15px;
	margin-bottom: 30px;
}
}
table.table_voice {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
table.table_voice td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}
.voice_img {
	margin-right: 20px;
}
table.table_voice h5 {
	font-size: 100%;
	color: #1d5b99;
	margin: 0;
	margin-top: 10px;
}
table.table_voice ul {
	box-shadow: 0 0 5px rgba(0,0,204,0.5);
	padding: 15px;
	margin: 0;
	margin-bottom: 20px;
}
table.table_voice ul li {
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
table.table_voice td {
	display: block;
}
.voice_img {
	margin: 0;
}

}

#entry .entry {
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding: 10px 25px;
	box-shadow: 0 0 5px rgba(60,139,216,0.7);
}
#entry div.entry h3 {
	color: #1d5b99;
	padding: 5px;
	padding-left: 45px;
	background-image: url(../files/medias/icon/icon_b.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 36px;
	border-bottom: 1px solid #1d5b99;
}
.entry img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
#entry .entry {
margin: 0 -16px;;
	margin-bottom: 8px;
	padding: 8px 8px;
}
#entry .entry h3 {
	padding-left: 30px;
	background-size: 26px;
	margin-bottom: 15px;
}
}

.daytime {
	float: right;
	display: inline-block;
	background-color: #1d5b99;
	color: #FFF;
	padding: 0 10px;
	margin-bottom: 10px;
}

.entry_img {
	float: right;
	margin-left: 30px;
	max-width: 45%;
}
@media only screen and (max-width: 768px) {
.entry_img {
	float: right;
	margin-left: 10px;
	max-width: 45%;
}
}

#entry .entry h3 a{
	color: #1d5b99;
	text-decoration: none;
}
#entry .entry h3 a:hover {
	color: #777777;
	text-decoration: none;
}
#entry .entry .content {
	margin: 0 20px;
}
@media only screen and (max-width: 768px) {
#entry .entry .content {
	margin: 0;
}
}

#entry .entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}

div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}

#entry_link ul.entry_link {
	text-align: center;
	margin: 0;
}
#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#entry_link ul.entry_link li.previous:before {
	color: #CCC;
	content: "< ";
}
#entry_link ul.entry_link li.next:after {
	color: #CCC;
	content: " >";
}
#entry_link ul.entry_link li a {
	text-decoration: none;
	color: #1d5b99;
}
#entry_link ul.entry_link li a:hover {
	text-decoration: underline;
}



/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

div#page_link {
	border-top: 10px solid #1d5b99;
	padding-top: 10px;
}
div#page_link ul.page_link {
	text-align: center;
	margin: 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
div#page_link ul.page_link li.previous:before {
	color: #CCC;
	content: "< ";
}
div#page_link ul.page_link li.next:after {
	color: #CCC;
	content: " >";
}

#page_link ul.page_link li a {
	text-decoration: none;
	color: #1d5b99;
}
#page_link ul.page_link li a:hover {
	text-decoration: underline;
}



ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}



/********* ページ全体 ***********************************************/

#page_content {
	clear: both;
	display: block;
	margin-bottom: 50px;
}
#page_content .content {
	margin: 0 20px;
	margin-bottom: 50px;
}
#page_content h3 {
	color: #1d5b99;
	padding: 3px;
	padding-left: 45px;
	background-image: url(../files/medias/icon/icon_b.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 36px;
	border-bottom: 1px solid #1d5b99;
	font-size: 28px;
}
#page_content h4 {
	color: #1d5b99;
}

#page_content h5 {
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
#page_content {
	margin-bottom: 30px;
}
#page_content .content {
	margin: 0;
	margin-bottom: 20px;
}
#page_content h3 {
	font-size: 20px;
	padding: 2px;
	padding-left: 30px;
	background-size: 26px;
	margin-bottom: 15px;
}
}

#page_box {
	clear: both;
	display: block;
	margin: 0;
	padding: 20px 30px;
	box-shadow: 0 0 5px rgba(60,139,216,0.5);
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
#page_box {
	padding: 10px 15px;
}
}

ul.submenu {
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
ul.submenu::after {
content:"";
	display: block;
	width: calc(100% / 3 - 6px);
}

ul.submenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% / 3 - 6px);
}
ul.submenu li:nth-child(n+4) {
margin-top: 8px;
}
ul.submenu li a {
	display: block;
	margin: 0;
    padding: 10px;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #1d5b99;
    color: #1d5b99;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
ul.submenu li a:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
@media only screen and (max-width: 768px) {
ul.submenu li {
	font-size: 90%;
	width: calc(100% / 2 - 4px);
}
ul.submenu li:nth-child(n+3) {
margin-top: 8px;
}
}


ul.submenu002 {
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
}

ul.submenu002 li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.submenu002 li a {
	display: block;
	margin: 0;
	min-width: 250px;
	margin-right: 5px;
	margin-bottom: 10px;
    padding: 10px 33px;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #1fd198;/*左線*/
    color: #1fd198;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

ul.submenu002 li a:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
@media only screen and (max-width: 768px) {
ul.submenu002 li a {
	margin: 5px 3px;
	min-width: 200px;
    padding: 10px;
}
}

.page_imageright {
	float: right;
	margin-left: 20px;
	max-width: 400px;
	margin-bottom: 5px;
	border: solid #FFF 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.page_imageright .imagecenter {
	margin: 0;
}
.thumb_imageright {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	max-width: 180px;
	border: 5px solid #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.thumb_imageright .imagecenter {
	margin: 0;
}

@media only screen and (max-width: 768px) {
.page_imageright {
	margin-left: 5px;
	max-width: 200px;
}
.thumb_imageright {
	margin-left: 10px;
	margin-bottom: 5px;
	max-width: 160px;
}
}




/********* 5つのポイント *************************************************/

.box_5point {
	padding: 30px;
	margin-bottom: 30px;
	border: 5px dotted #f09199; /*太さ・線種・色*/
 background-color: #fff; /* 背景色 */
 border-radius: 1px; /*角の丸み*/
}

.box_5point h5 {
	font-size: 150%;
	padding: 5px;
	padding-left: 40px;
	padding-botom: 5px;
	color: #2854b7;
	background-image: url(../files/medias/icon/icon_point.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: top left;
	margin-bottom: 10px;
}
.pic_5point {
	float: right;
	position: relative;
	display: block;
	margin-left: 50px;
	width: 270px;
	height: 270px;
	overflow: hidden;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.pic_5point_img {
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 768px) {
.box_5point {
	padding: 15px;
	margin-bottom: 20px;
}

.box_5point h5 {
	font-size: 130%;
	padding: 5px;
	padding-left: 40px;
	background-size: 35px;
}
.pic_5point {
	float: none;
	position: relative;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	overflow: visible;
}
.pic_5point_img {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 100%;
  transform: none;
}
}


/********* 施術料金 *************************************************/

table.list_requestmoney {
	width: 100%;
	table-layout:fixed;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.list_requestmoney th {
	text-align: left;
	background-color: rgba(60,139,216,0.15);
	padding: 5px 10px;
	color: #1d5b99;
}
table.list_requestmoney th p {
	font-weight: normal;
	color: #000;
	font-size: 80%;
	line-height: 130%;
}
table.list_requestmoney td {
	padding: 5px 10px;
	text-align: center;
}
table.list_requestmoney th:nth-child(1) {
	width: 49.6%;
}

@media only screen and (max-width: 768px) {
table.list_requestmoney {
	table-layout: fixed;
}
table.list_requestmoney th p {
	font-size: 80%;
}

table.list_requestmoney th:nth-child(1) {
	width: auto;
}
table.list_requestmoney th {
	padding: 8px 4px;
}
table.list_requestmoney td {
	padding: 8px 4px;
	line-height: 130%;
}
}

table.table_price {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.table_price02 {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #999;
	border-collapse: collapse;
}
table.table_price th,
table.table_price02 th {
	text-align: left;
	background-color: rgba(60,139,216,0.15);
	padding: 8px;
	color: #1d5b99;
	white-space: nowrap;
}
table.table_price02 th {
width: 50%;
	text-align: center;
	background-color: rgba(255,102,0,0.15);
	padding: 8px;
	color: #1d5b99;
}

table.table_price th:nth-child(4) {
	width: 3.5em;
}

table.table_price th p,
table.table_price02 th p {
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
	line-height: 130%;
}
table.table_price td,
table.table_price02 td {
	padding: 8px;
	text-align: center;
}
@media only screen and (max-width: 768px) {

table.table_price02 {
}
table.table_price02 tr {
margin: 0;
padding: 0;
}
table.table_price02 th,
table.table_price02 td {
display: block;
width: auto;
white-space: normal;
	padding: 8px 4px;
	text-align: center;
}
table.table_price th,
table.table_price td {
	padding: 8px 4px;
}
}



.title_campaign {
	background-color: #F00;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	margin-bottom: 20px;
}
.title_campaign h4 {
	color: #FFF !important;
	font-size: 180%;
	margin: 0;
}
.title_campaign h4 span {
	font-size: 200%;
	line-height: 130%;
}

@media only screen and (max-width: 768px) {
.title_campaign {
	padding: 15px;
}
.title_campaign h4 {
	color: #FFF !important;
	font-size: 100%;
}
.title_campaign h4 span {
	font-size: 200%;
}

}

.kome {
	font-size: 80%;
	color: #F00;
}



/********* 整骨院案内 *****************************************************/
.box_trafic {
	display: block;
	margin: 0;
	padding: 20px;
	background-color: #F5F5F5;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.3);
	margin-bottom: 20px;
}

.box_trafic .imageright {
	max-width: 40%;
}

dl.top_infomation {
	display: inline-block;
	min-width: 55%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

dl.top_infomation dt {
	clear: both;
	float: left;
	width: 100px;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	border-top: 1px solid #999;
}

dl.top_infomation dd {
	margin: 0;
	margin-left: 110px;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #999;
}
@media only screen and (max-width: 768px) {

.box_trafic .imageright {
	max-width: 100%;
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

dl.top_infomation {
	display: block;
	margin: 0;
	padding: 0;
	min-width:inherit;
	border: none;
}
dl.top_infomation dt {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	border-top: none;
}
dl.top_infomation dd {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #999;
}
}


h5.title_traffic {
	font-size: 100%;
	border-bottom: 1px dotted #555;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_train.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top;
	padding-left: 25px;
}
h5.title_car {
	font-size: 100%;
	border-bottom: 1px dotted #555;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_car.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top;
	padding-left: 25px;
}

.googlemap {
box-sizing: border-box;
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 71.41%;    /* padding-topでもOK */
    overflow: hidden;
	margin-bottom: 20px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}





/********* スタッフ紹介 *************************************************/

.box_staff {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
}

.box_staff h5 {
	font-size: 130%;
	padding: 5px;
	padding-left: 40px;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_doctor.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: top left;
	margin-bottom: 10px;
}
.pic_staff {
	float: right;
	position: relative;
	display: block;
	margin-left: 40px;
	width: 250px;
}
.pic_staff_img {
	display: block;
	max-width: 100%;
}
@media only screen and (max-width: 768px) {
.box_staff {
	padding: 20px;
	margin-bottom: 20px;
}
.pic_staff {
	width: 35%;
	margin-left: 10px;
}
.box_staff ul {
	margin: 0;
	padding: 0;
}
.box_staff ul li {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	line-height: 130%;
}

.box_staff ul li p {
	clear: both;
}


}

/********* 院内風景 *************************************************/


ul.list_gallery {
position: relative;
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
ul.list_gallery::after {
content: "";
	width: calc(100% / 3 - 12px);
	display: block;

}

ul.list_gallery li {
box-sizing: border-box;
	position: relative;
	display: block;
	list-style: none;
	width: calc(100% / 3 - 8px);
	height: 0;
	padding: 0;
	padding-bottom: 23%;
	overflow: hidden;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

ul.list_gallery li:nth-child(n+4) {
margin-top: 12px;
}



@media only screen and (max-width: 768px) {
ul.list_gallery li {
	width: calc(100% / 2 - 4px);
	padding-bottom: 35%;
}
ul.list_gallery li:nth-child(n+3) {
margin-top: 8px;
}
}

ul.list_gallery li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.list_gallery li img:hover {
  width: 150%;
  height: 150%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}




/********* 施術について *************************************************/

ul.list_treatment {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.list_treatment li {
	position: relative;
	display: block;
	list-style: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	padding: 30px 20px;
	margin: 0;
	margin-bottom: 50px;
}

ul.list_treatment li:after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #3db896;
}
ul.list_treatment li:nth-child(3n):after {
	display: none;
	margin-bottom: 0;
}
.list_treatment h5 {
	display: inline-block;
	background-color: #3db896;
	color: #FFF;
	padding: 3px 30px;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

@media only screen and (max-width: 768px) {
ul.list_treatment li {
	padding: 15px;
}
ul.list_treatment li:after {
  top: 101.5%;
  left: 50%;
  margin-left: -30px;
}
.list_treatment h5 {
	padding: 3px 30px;
}
.list_treatment p {
	margin-bottom: 0;
}
}

.pic_treatment {
	float: right;
	margin-left: 20px;
	position: relative;
	display: block;
	width: 25%;
	height: 0;
	padding-bottom: 30%;
	overflow: hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.pic_treatment img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
.pic_treatment {
	flex: none;
	margin:  0 auto;
	margin-bottom: 20px;
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 75%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
}


/********* 腰痛の症例 *************************************************/
h4.itami {
	display: inline-block;
	background-color: #3db896;
	color: #FFF !important;
	padding: 30px 50px;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	font-weight: bold;
	font-size: 200%;
}
@media only screen and (max-width: 768px) {
h4.itami {
	padding: 10px 30px;
	font-size: 150%;
}
}

ul.list_check {
	margin: 20px 0;
	padding: 0;
}
ul.list_check li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 200%;
	line-height: 160%;
	margin-bottom: 10px;
	background-image: url(../files/medias/common/icon_check.png);
	background-repeat: no-repeat;
	background-size:  40px;
	background-position: left 15px;
	padding-left: 40px;
	color: #30406e;
}



@media only screen and (max-width: 768px) {
ul.list_check {
	clear:  both;
	margin: 15px 0;
	padding: 0;
}
ul.list_check li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 160%;
	line-height: 130%;
	margin-bottom: 5px;
	background-size: 25px;
	background-position: left 5px;
	padding-left: 30px;
}
}

.box_beginners {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
	background-image: url(../files/medias/icon/icon_clinic_gray.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: right -20px bottom -20px;
}

.box_beginners h4 {
	font-size: 150%;
	padding: 7px;
	padding-left: 45px;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_calte.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: top left;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
.box_beginners {
	padding: 15px;
	margin-bottom: 20px;
	background-size: 120px;
}

.box_beginners h4 {
	font-size: 110%;
	padding: 5px 0;
	padding-left: 30px;
	background-size: 25px;
	background-position: top left;
}
}

.youtui {
	color: #2854b7;
	text-align: center;
	font-weight: bold;
	font-size: 240%;
	line-height: 130%;
}
@media only screen and (max-width: 768px) {
.youtui {
	font-size: 150%;
}
}

.hiza {
	margin: 10px;
	padding: 0;
	font-size: 160%;
	line-height: 160%;
	text-align: center;
	color: #31416d;
}
.nekoze {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 150%;
	line-height: 120%;
	color: #31416d;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
.hiza {
	font-size: 120%;
	line-height: 160%;
}
.nekoze {
	font-size: 110%;
	margin-bottom: 5px;
}
}
/********* 美容鍼 *************************************************/
table.table_hari {
	table-layout: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
table.table_hari td {
	border: none;
}
table.table_hari td:nth-child(1) {
	width: 35%;
}
@media only screen and (max-width: 768px) {
table.table_hari {
	table-layout: fixed;
}
table.table_hari td {
	display: block;
	border: none;
}
table.table_hari td:nth-child(1) {
	width: auto;
}
}

h5.hari {
	display: inline-block;
	background-color: #3db896;
	color: #FFF;
	padding: 3px 30px;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}


ul.list_check_hari {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
ul.list_check_hari li {
	display: inline-block;
	list-style: none;
	min-width: 28%;
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background-image: url(../files/medias/common/icon_check.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 24px;
	color: #30406e;
}
@media only screen and (max-width: 768px) {

ul.list_check_hari {
	line-height: 130%;
}
ul.list_check_hari li {
	min-width: 40%;
	font-size: 100%;
	background-size: 18px;
	padding-left: 20px;
}
}


/********* 初めての方 *************************************************/

ul.list_flow {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 16px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.list_flow li {
	position: relative;
	display: inline-block;
	list-style: none;
	width: 47%;
	padding: 0;
	margin: 0;
	margin-right: 50px;
	margin-bottom: 40px;
}

ul.list_flow li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -25px;
  border: 25px solid transparent;
  border-left: 25px solid #3db896;
}
ul.list_flow li:nth-child(even):after {
	display: none;
}

ul.list_flow li:last-child:after {
	display: none;
}
ul.list_flow li:nth-child(even) {
	margin-right: 0;
}
ul.list_flow li h5 {
	background-color: #3db896;
	color: #FFF;
	padding: 3px;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
@media only screen and (max-width: 768px) {
ul.list_flow {
	display: block;
}

ul.list_flow li {
	clear: both;
	display: block;
	width:  auto;
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

ul.list_flow li:after {
  content: "";
  position: absolute;
  top: 120%;
  left: 40%;
	width: 0;
	margin-top:  0;
  margin-left: -50px;
  border: 20px solid transparent;
	border-left: 20px solid transparent;
  border-top: 20px solid #3db896;
}
	
ul.list_flow li:nth-child(even):after {
	display: block;
}
ul.list_flow li:last-child:after {
	display: none;
}
}

.pic_flow {
	position: relative;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 480px;
	overflow: hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.pic_flow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
.pic_flow {
	position: relative;
	float: right;
	display: block;
	margin-left: 15px;
	margin-bottom: 50px;
	width: 35%;
	height: 180px;
	overflow: hidden;
	background-color: #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

}







/********* QA *************************************************/

.box_faq {
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(100,100,100,0.5);
	background-image: url(../files/medias/icon/icon_clinic_qa.png);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: right -20px bottom -20px;
}

.box_faq h4 {
	font-size: 130%;
	padding: 7px;
	padding-left: 45px;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_qa.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: top left;
	margin-bottom: 10px;
}


dl.list_faq {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
dl.list_faq dt {
	position: relative;
	font-weight: bold;
	font-size: 110%;
	color: #000080;
	border-bottom: 1px dotted #999;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 40px;
}
dl.list_faq dt:before {
	position: absolute;
	border: 1px solid #1d5b99;
	padding: 5px;
	content: "Q";
	line-height: 100%;
	margin-left: -40px;
}
dl.list_faq dd {
	clear: both;
	position: relative;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 30px;
	padding: 5px 20px;
}
dl.list_faq dd:before {
	position: absolute;
	border: 1px solid #F00;
	font-size: 110%;
	color: #F00;
	padding: 5px;
	font-weight: bold;
	content: "A";
	line-height: 100%;
	margin-left: -40px;
}
@media only screen and (max-width: 768px) {
dl.list_faq dt {
	font-size:  100%;
}
dl.list_faq dd:before {
	font-size: 100%;
}
dl.list_faq dd {
	line-height:  130%;
}
}



/********* プライバシーポリシー *************************************************/

dl.privacy {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
dl.privacy dt {
	font-weight: bold;
	font-size: 110%;
	color: #1d5b99;
	border-bottom: 1px dotted #999;
	margin: 0;
	padding: 0;
}
dl.privacy dd {
	margin: 0;
	margin-left: -20px;
	margin-bottom: 20px;
	padding: 5px 20px;
}






/********* 業務内容 002 *************************************************/

.box_kaiketsu {
	clear: both;
	display: block;
}

.box_kaiketsu dl {
	clear: both;
	float: left;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	padding-right: 20px;
	font-weight: bold;
	line-height: 130%;
	width: 220px;
	border-right: 1px solid #CCC;
}
.box_kaiketsu dl dt {
	clear: both;
	display: block;
	margin: 0;
	margin-bottom: 15px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	background-color: #1d5b99;
 	position: relative;
}
.box_kaiketsu dl dt:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #1d5b99;
}

.box_kaiketsu dl dd {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}

.box_kaiketsu dl dd span {
	font-weight: normal;
	font-size: 14px;
}
.box_kaiketsu p {
	display: block;
	border-left: 1px solid #CCC;
	margin-left: 240px;
	padding-left: 20px;
}

.box_jirei {
	clear: both;
	display: block;
	margin: 0;
	padding: 20px 30px;
	box-shadow: 0 0 5px rgba(60,139,216,0.5);
	margin-bottom: 30px;
}

.box_jirei .pic_right {
	display: block;
	max-width: 120px;
	
}
.box_jirei dl {
	clear: both;
	display: inline-block;
	max-width: 600px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


.box_jirei dl dt {
	clear: both;
	float: left;
	width: 200px;
	margin: 0;
	padding: 3px;
	color: #1d5b99;
	font-weight: bold;
}
.box_jirei dl dd {
	margin: 0;
	margin-left: 206px;
	padding: 3px;
}





/********* 会社概要 *************************************************/

dl.list_company {
	display: inline-block;
	margin: 0;
	padding: 20px;
	background-color: #F5F5F5;
	box-shadow: 2px 2px 5px rgba(60,139,216,0.3);
	margin-bottom: 20px;
}
dl.list_company dt {
	clear: both;
	float: left;
	width: 80px;
	border-top: 1px dotted #555;
	margin: 0;
	padding: 10px;
}
dl.list_company dd {
	margin: 0;
	margin-left: 100px;
	padding: 10px;
	border-top: 1px dotted #555;
}
dl.list_company dd {
	margin: 0;
	margin-left: 100px;
	padding: 10px;
	border-top: 1px dotted #555;
}

dl.list_company dt:first-child {
	border-top: none;
}


dl.list_company dt:first-child + dd {
	border-top: none;
}
dl.list_trafic {
	display: block;
	margin: 0;
	padding: 20px;
	background-color: #F5F5F5;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.3);
	margin-bottom: 20px;
}
dl.list_trafic dt {
	border-bottom: 1px dotted #555;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #1d5b99;
	background-image: url(../files/medias/icon/icon_train.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 5px;
	padding-left: 25px;
}
dl.list_trafic dd {
	margin: 0;
	padding: 0;
}
dl.list_trafic dd {
	margin: 0;
	margin-bottom: 15px;
	padding: 5px 20px;
}



/********* ボックス ************************************************/



.box_gray {
	clear: both;
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 5px rgba(100,100,100,0.3);
}


.box_blue {
	clear: both;
	background-color: #d9f3f8;
	padding: 30px;
	margin-bottom: 30px;
}

.box_blue h5 {
	display: inline-block;
	background-color: #3db896;
	color: #FFF;
	padding: 3px 30px;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

@media only screen and (max-width: 768px) {
.box_blue {
	padding: 15px 15px;
}
}

.box_shadow {
	display: block;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
.box_shadow {
	padding: 15px;
	margin-bottom: 20px;
}
}

/********* liststyle ************************************************/

ul.list_kome {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
 
ul.list_kome li {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	list-style: none;
	position: relative;
	line-height: 130%;
	margin-bottom: 8px;
}
ul.list_kome li:before {
	content: "※";
	color: #F00;
	display: block;
	float: left;
	margin-left: -20px;
	border: none
}
ul.list_cross {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
 
ul.list_cross li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(../files/medias/icon/icon_cross.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 2px;
	border-bottom: 1px dotted #999;
}

@media only screen and (max-width: 768px) {
ul.list_cross li {
	line-height: 130%;
	margin-bottom: 5px;
}
}
 
	
/********* スクロール ************************************************/


.spscrollpage {
  display: block;
  margin-bottom: 8px;
}
.spscrollpage02 {
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .spscrollpage,
.spscrollpage02 {
    overflow-x: scroll;
  }
  .spscrollpage img {
    min-width: 900px;
  }
  .spscrollpage02 img {
    min-width: 734px;
  }
  .spscrollpage table {
    min-width: 900px;
  }
  .spscrollpage02 table {
    min-width: 734px;
  }
}

p.sp_scrolltxt {
display: none;
}
@media only screen and (max-width: 768px) {
p.sp_scrolltxt {
display: block;
  color: #2589d0;
  margin-bottom: 16px;
  margin-top: 0;
}
}
	
/********* 画像 ************************************************/


.imageleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageleft00 {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
.imageleft00{
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
}
}

.imageright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}


.imageright00 {
	float: right;
	margin-left: 0;
	margin-bottom: 10px;
}

.imageright04 {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}


.imageright03 {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 30%;
}

@media only screen and (max-width: 768px) {
.imageright03 {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 35%;
}
}

.imagecenter00 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 100%;
}


.pic {
	margin-right: 3px;
	margin-bottom: 3px;
	border: 3px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}

.pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}

.pic_center {
box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	max-width: 100%;
	
}

.imagevoice {
	float: left;
	margin-right: 50px;
	margin-bottom: 0px;
	width: 50%;
}

/********* ボタン ************************************************/

ul.bt_pdf {
	margin: 10px 0;
	padding: 0;
}
ul.bt_pdf li {
	display: inline-block;
	list-style: none;
	margin: 5px;
	padding: 0;
}
ul.bt_pdf li a {
	display: block;
	padding: 10px 20px;
	min-width: 126px;
	background-color: #41c3e9;
    color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../files/medias/icon/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 60px;
	background-position: 10px center;
}
ul.bt_pdf li a:hover {
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}

.bt {
	display: inline-block;
	margin-right: 10px;
}
.bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}	

.bt_center {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


.bt_blue {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bt_blue a:link, .bt_blue a:visited{
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #89A;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
}
.bt_blue:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


.pic_bt {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}


.pic_bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
	
	
.pic_bt_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}


.pic_bt_left:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
	
}

.pic_bt_right {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}


.pic_bt_right:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
	
}


.pic_bt_center {
	display: block;
	margin: 0 auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 100%;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}


.pic_bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}




.pic_center02 {
	display: block;
	margin: 0 auto;
	margin-right: auto;
	margin-bottom: 20px;
}





.green {
	color: #00c100;
}

.green_b {
	font-weight: bold;
	color: #00c100;
}

.purple {
	color: #9f4e70;
}
.purple_b {
	font-weight: bold;
	color: #9f4e70;
}
.red {
	color: #F00;
}

.red002 {
	color: #F00;
	font-weight: bold;
}
.blue {
	color: #00F;
}

.blue002 {
	color: #00F;
	border-bottom:solid 1px #006DD9;	
}

.pink {
	color: #eb6ea0;
}



.strong {
	font-size: 120%;
	color: #F00;
	font-weight: bold;
}
.normal {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
}


.center {
  text-align: center;
}


.t_center {
	text-align: center !important;
}
.f50 { font-size: 50%; 
line-height: 110%;
}
.f60 { font-size: 60%; }
.f80 { font-size: 80%; }
.f90 { font-size: 90%; }
.f110 { font-size: 110%; }
.f120 { font-size: 120%; }
.f130 { font-size: 130%; }
.f150 { font-size: 150%; }
.f180 { font-size: 180%; }
.f200 { font-size: 100%; }
.ls001 {letter-spacing: 0.5px;}
.ls002 {letter-spacing: 1px;}




/********* 流れ ************************************************/

ul.list_merit {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0;
	display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.list_merit li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	margin-right: 45px;
	margin-bottom: 20px;
	padding: 0px;
	width: 210px;
}

ul.list_merit li img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}


ul.list_merit li:nth-child(4n+1) {
	clear: both;
}

ul.list_merit li:nth-child(4n) {
	margin-right: 0;
}



/********* TOP追加 ************************************************/

ul.list_nayami {
	width: 1000px;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}


ul.list_nayami li {
	vertical-align: top;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

ul.list_nayami li a {
	display: block;
	padding: 20px 10px 20px 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	width:290px;
	height: 140px;
	font-size: 42px;
	line-height: 140px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(53,187,250,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 background-image:  url(../files/medias/common/yaji_under_wh02.png);
   background-repeat: no-repeat;
	background-position: center 140px;
}

ul.list_top_job li a:nth-child(3n) {
	margin-right: 0;
}

ul.list_top_job li a:last-of-type {
	margin-right: 0;
}



ul.list_nayami li a:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.8;
}




/********* 個別 *************************************************/

.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 120% !important;
	padding: 2px 6px;
	margin-right: 10px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}


.navy {	
	color: #1d5b99;
}

.bold {
font-weight: bold;
}


.tag_box {
	float: right;
	display: inline-block;
	background-color: #4ce4b4;
	color: #FFF;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}


.tag_category {
	display: inline-block;
	margin-left: 2px;
}

.tag_category a {
	display: block;
	text-align: center;
	line-height: 100%;
	padding: 5px 2px;
	min-width: 60px;
	color: #FFF;
	text-decoration: none;
}
.tag_category a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.f150 {
	font-size: 150%;
}
@media only screen and (max-width: 768px) {
.tag_category {
	margin-left: 5px;
	font-size: 80%;
}

}