@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #000;
	background-color: #fff;
	font-family: Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;

	background-image: url(../img/);
}

.font_Meiryo { /*YuGothic*/
	font-family: Meiryo, "游ゴシック","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuGothic, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}	
.font_Meiryo {
	font-family: Meiryo,  "游ゴシック","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_Meiryo { /*garamond*/
	font-family: 'Meiryo', serif; /*Cormorant Garamond*/
}
.font_Meiryo { /*raleway*/
	font-family: 'Meiryo', sans-serif; /*Raleway*/
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #000; /*お知らせの文字色*/
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}


/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%; /*100%*/
	z-index: 10000;
	background-color: #fff; /*#000*/
}


.loader {
	color: #888;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto; /*72px auto*/
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/*------------------*/
.box_att  {
	text-align: left;
	padding: 25px;/*上下左右の空き幅*/
	background-color: #fff;/*枠全体の色*/
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box_att h2 {
	font-weight: normal;
	font-size: 22px;/*三和クリニックはの文字*/
	line-height: 20px;
	letter-spacing: 0em;/*0.15em*/
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	color: #0a4eb1;;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
.box_att p {
	font-size: 17px;
	margin: 0px;
	color: #000000;
}	

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed; /*fixed*/
	z-index: 300;
	color: #000; /*#000*/
}

header h1 a img {
	display: block;
	position: absolute;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	border-radius: 5px;/*角丸*/
	-webkit-border-radius: 5px;/*角丸*/
	-moz-border-radius: 5px;/*角丸*/
	color: #FFF;
	letter-spacing: 1px;
	border: 0px solid #333; /*5pxお問い合わせボタン枠色*/
	background-color: #333; /*お問い合わせボタンバック色*/}
	
	
header .h_btn a:hover {
	color: #fff;
	background-color: #0471ad;
	border: 0px solid #0471ad;
	
}
header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #000; /*電話文字色*/
	font-size: 20px; /*電話文字サイズ*/
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family:  Meiryo, "YuGothic","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header .h_tel a strong {
	font-size: 130%;
}

header .h_btn a i,

header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;/*5*/
}


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.pankuzu {
	background-color: #F6F6F6; /*#F6F6F6*/
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #555; /*#555*/
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5; /*#E5E5E5*/
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li::after {
	content: ">"; /*content: ">"*/
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}

.pankuzu li:last-child::after {
	display: none;
}

.ao{padding:5px 10px; background-color:#0471ad;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color:#ffffff;} /*見出し文字の色替え*/

/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;

}
.cont_wrap {
	max-width: 1200px; /*1200px→1400px*/
	width: 100%;
	margin-right: auto; /*auto*/
	margin-left: auto; /*auto*/
}

#top_slide {
	padding-top: 100px;
	background-color: #F5F5F5; /*#F5F5F5スライド画像下◯◯◯のバック5*/
	padding-bottom: 10px;

}

#sub_top {
	background-color: #eee; /*#EEE*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px; /*本文ページの見出しの文字の縦の位置通常は110pt上下中央140px*/
	line-height: 30px; /*本文ページの見出しの文字位置通常30px*/
	padding-top: 230px; /*本文ページの見出しの縦幅通常230px*/
	width: 100%;
	background-size: cover;
	text-align: center;
	font-family: 'Raleway', sans-serif; /*Raleway', sans-serif*/
	color: #FFF;
	font-size: 30px; /*本文ページの見出しの文字のサイズ通常は20pt*/
	font-weight: bold; /*bold*/
	letter-spacing: 0.5em; /*本文ページの見出しの文字空きサイズ通常1em*/
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}

#sub_top span {
	position: relative;
	z-index: 150;
}

.content h2 {
	font-size: 28px; /*28px*/
	font-weight: normal; /*bold*/
	line-height: 1.5; /*1.4*/
	margin-bottom: 40px; /*30px*/
	border-bottom-width: 1px; /*1px*/
	border-bottom-style: solid;
	border-bottom-color: #CBC8BE;
	letter-spacing: 0px;
	color: #000;/*#1D1B2C*/
	text-align: center;
	font-family:  Meiryo, YuGothic, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px; /*15px*/
	padding-left: 10px;
	clear: both;
}
	
.content h2 span {
	font-family:  Meiryo, YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 43%; /*40%*/
	font-weight: normal;<iframe src="topics/top-umekomi.php" width="100%" height="150" frameborder="0" scrolling="auto"></iframe>
}

.content h3 {
    font-size: 22px;
    font-weight: normal; /*bold*/
	line-height: 35px;
	margin-bottom: 15px; /*30px→20px*/
	background-color: #e2ebf7; /*#F6F6F6 3つのアイコンのバッグ色*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px; /*10px→10px*/
	padding-bottom: 8px; /*15px→10px*/
	padding-left: 33px; /*44px→35px*/
	color: #000;
	font-family:  Meiryo, YuGothic, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", Meiryo, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	clear: both;
}

.content h3::after {
    display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px; /*20px*/
	background-color: #0471ad; /*#CC2240*/
	content: '';
}

.content h3 span {
    font-size: 16px;
	color: #0a4eb1;
	font-family:  Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 24px; /*20px→24px*/
	line-height: 1.3; /*1.3*/
	color: #0a4eb1;
	letter-spacing: 0em;
	padding: 0px; /*10px→0px*/
	font-weight: bold;
	clear: both;
	margin-top: 10px; /*20px→10px*/
	margin-right: 0px; /*本文の右空き通常30px→0px*/
	margin-bottom: 15px; /*20px→15px*/
	margin-left: 0px; /*本文の左空き通常30px→0px*/
}
.content h4-2 {
	font-size: 24px; /*20px→24px*/
	line-height: 1.3; /*1.3*/
	color: #0a4eb1;
	letter-spacing: 0em;
	padding: 0px; /*10px→0px*/
	font-weight: bold;
	clear: both;
	margin-top: 10px; /*20px→10px*/
	margin-right: 1px; /*本文の右空き通常30px→0px*/
	margin-bottom: 0px; /*20px→1px*/
	margin-left: 1px; /*本文の左空き通常30px→0px*/
}


.content p {
	font-size: 17px;
	line-height:1.8; /*1.8*/
    text-align: justify;
	padding: 0px; /*10px→0px*/
	margin-bottom: 0px; /*文字の下空き通常10px→0px*/
	margin-top: 5px; /*文字の上空き通常20p→0px*/
	margin-right: 1px; /*本文の右空き通常30px*/
	margin-left: 1px; /*本文の左空き通常30px*/
}


.content .ul_news li {
	line-height: 5px;
	padding-top: 5px; /*ニュース上空き20px*/
	padding-bottom: 10px; /*ニュース下空き20px*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 17px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span.news_date {
	color: #999;
	padding-right: 20px;
}

.content .ul_news li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #D11444;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ul_news li span.news_icon.cl_02 {
	background-color: #009999;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px; /*20px*/
}

.img_left {
	float: left;
	margin-top: 3px; /*文字の上空き通常20px*/
    padding-right: 15px; /*30px*/
	padding-left: 0px; /*30px*/
	padding-bottom: 0px; /*10px*/
	font-size: 14px;
}

.img_right {
	float: right;
	margin-top: 3px; /*文字の上空き通常20px*/
	padding-right: 0px; /*30px*/
	padding-left: 10px; /*auto*/
	padding-bottom: 0px; /*10px*/
	display: inline-block;
    text-align: right;
    font-size: 14px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

.text {
	transform: scaleX(-1);
}

.arrow{
display: inline-block;
height: 30px;
width: 70px;
background-color: #a7c9f2;
position: relative;     /*追加*/
}
.arrow:before {
content: "";
width: 0;
height: 0;
border: 30px solid transparent;
border-left: 30px solid #a7c9f2;
position:absolute;
left:55px;
top:-15px;
}

/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #F5F5F5; /*バックの薄グレー色*/
	padding-top: 30px; /*下部お問い合わせの上の空き50px*/
	padding-bottom: 1px; /*下部お問い合わせの下の空き50px*/
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px; /*1px*/
	border-top-style: solid;
	border-top-color: #f6f6f6;
}

.box_contact.only_tel {
	background-image: none;
}

.box_contact h3 {
	color: #0a4eb1;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0471ad;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0471ad;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #0471ad;
	background-color: #FFF;
	border-top-color: #0471ad;
	border-right-color: #0471ad;
	border-bottom-color: #0471ad;
	border-left-color: #0471ad;
}

.box_contact .tel a {
	font-size: 30px; /*大電話文字サイズ*/
	font-weight: bold;
	color: #000; /*大電話文字色*/
	text-decoration: none;
}
.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}
}

@media screen and (min-width:1200px){

.img_left {
	float: left;
	margin-top: 3px; /*文字の上空き通常20px*/
    padding-right: 20px; /*30px*/
	padding-left: 20px; /*30px*/
	padding-bottom: 0px; /*10px*/
	font-size: 14px;
}

.img_right {
	float: right;
	margin-top: 3px; /*文字の上空き通常20px*/
	padding-right: 20px; /*30px*/
	padding-left: 20px; /*auto*/
	padding-bottom: 0px; /*10px*/
	display: inline-block;
    text-align: right;
    font-size: 14px;
}
.content p {
	font-size: 16px;/*16px*/
	line-height: 1.7; /*本文ページコンテンツの行空き1.7*/
	padding: 0px; /*10px→0px*/
	margin-bottom: 0px; /*文字の下空き通常10px→0px*/
	margin-top: 0px; /*文字の上空き通常20p→0px*/
	margin-right: 20px; /*本文の右空き通常30px→0px*/
	margin-left: 20px; /*本文の左空き通常30px→0px*/
}
	
.box_contact .box_in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_contact .btn {
	float: left;
	width: 50%;
}

.box_contact .tel {
	float: right;
	width: 50%;
}

.box_contact.only_tel .tel {
	float: none;
	width: 100%;
}

}

@media screen and (max-width:480px){
.box_contact .btn a {
	font-size: 16px; /*16px*/
}
.box_contact .tel a {
	font-size: 24px; /*24px*/
}
}



/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 10px;
	background-color: #0471ad;
	padding: 15px;
	width: 26px;
	font-size: 26px;
	line-height: 30px;
}
.to_top a:hover {
	background-color: #0471ad;
}

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

footer {
	background-color: #666666;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
}

footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #999999;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 15px; /*パンくずメニューの文字サイズ通常14px*/
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}

footer .f_bn li a:hover {
	background-color: #666666;
}

footer .f_bn li a i {
	padding-right: 5px;
	font-size: 200%;
}


footer ul.f_list {
	display: block;
	width: 16.6%; /*パンくずメニューの幅6段で16.6％ 7段で14%*/
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

footer ul.f_list li li a {
	padding-left: 27px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px; /*パンくずメニューサブの文字サイズ通常14px*/
}

footer ul.f_list li a:hover {
	background-color: #999999;
}

footer ul.f_list li li a::before {
	content:"+";
	position: absolute;
	top: 2px;
	left: 9px;
}


address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #666666;
	}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #666666;

	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	letter-spacing: 1px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #FFFFFF;
}

/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 100%; /*96%→100%*/ 
	margin-top: 20px;/*20px→-20px*/
	margin-right: auto; /*auto*/ 
	margin-bottom: 20px;/*30px→20px*/
	margin-left: auto; /*auto*/
	margin-right: 0px; /*本文の右空き通常30px→0px*/
	margin-left: 0px; /*本文の左空き通常30px→0px*/

}
.content table.table_01 th,
.content table.table_01 td {
    border-top-width: 1px;
    border-top: solid 1px;/*dotted or solid*/
	border-top-color: #CCC;/*#888*/
	border-bottom-width: 1px;
	border-bottom: solid 1px; /*border-bottom-style: dotted;*/
	border-bottom-color: #CCC;
	padding: 10px;/*20px→10px（行高さ）*/
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 20%; /*33%*/
	background-color: #fff; /*FFF*/
}
.content table.table_01 td {
	font-size: 16px;
	line-height: 26px; /*テーブルの中の文字行空き30px→26px*/
	background-color: #FFF; /*#FFF*/
}

.content table.table_02 {
	width: 100%; /*96%→100%*/
	margin-top:-15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 100%;
}
.content table.table_02 th,

.content table.table_02 td {
	padding: 10px;
	border-bottom: solid 1px; /*border-bottom-style: dotted;*/
	border-bottom-color: #CCC;
	}
.content table.table_02 th {
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #528fe7;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 27px;
	background-color: #FFFFFF;
}


.content table.table_02 .tr_gr th {
	background-color: #EEE;
}
.content table.table_02 .tr_gr td {
	background-color: #F9F9F9;
}

.content table.table_02 td .price {
	font-size:  16px;
	white-space: nowrap;
	color: #0a4eb1;
	font-weight: bold;

}

.scroll table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.content table.table_03 {
	width: 100%; /*100%*/
	margin-top: 0px; /*20px*/
	margin-right: auto;
	margin-bottom: 7px; /*30px*/
	margin-left: auto;
	max-width: 100%; /*820px*/
}
.content table.table_03 th,
.content table.table_03 td {
	padding: 0px; /*20px*/
	border-bottom-width: 1px;
	border-bottom: solid 1px; /*border-bottom-style: dotted;*/
	border-bottom-color: #f5f5f5;
	padding: 15px;/*20px→10px（行高さ）*/
}
.content table.table_03 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #f5f5f5;
}
.content table.table_03 td {
	font-size: 16px;
	line-height: 20px; /*30px*/
	background-color: #FFFFFF;
}


.content table.table_03 .tr_gr th {
	background-color: #f5f5f5;
}
.content table.table_03 .tr_gr td {
	background-color: #f5f5f5;
}

.content table.table_03 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #0a4eb1;
	font-weight: bold;
	padding-right: 0px; /*5px*/
	padding-left: 0px; /*5px*/
}

}





.small {
	font-size: 80%;
	color: #666;
}
.chui {
	color: #F03600;
}


.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

.content table.table_04 {
	width: 100%; /*96%→100%*/
	margin-top: 0px; /*20px→0px*/
	margin-right: auto;
	margin-bottom: 0px; /*30px→0px*/
	margin-left: auto;
	max-width: 500px; /*820px→500px*/
}
.content table.table_04 th,
.content table.table_04 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888; /*#888*/
	padding: 0px; /*20px→0px*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #f5f5f5; /*#BBB*/
	border-right-color: #fff; /*#BBB*/
	border-left-color: #fff; /*#BBB*/
}
.content table.table_04 th {
	font-size: 16px; /*18px文字のサイズ*/
	font-weight: normal;
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #fff; /*#F6F6F6左の1.2.3のバック色*/
	color: #000000; /*#006384文字の色*/
}
.content table.table_04 td {
	font-size: 16px; /*16px*/
	font-weight: normal;
	line-height: 30px; /*30p*/
	background-color: #FFF; /*#FFF*/
}


.content table.table_04 .tr_gr th {
	background-color: #fff; /*#EEE左の2.4.列のバック色*/
}
.content table.table_04 .tr_gr td {
	background-color: #F9F9F9; /*#F9F9F9*/
}

.content table.table_04 td .price {
	font-size: 150%; /*150%文字の拡大*/
	font-weight: normal;
	white-space: nowrap;
	color: #000; /*#006384文字の色*/
	padding-right: 5px; /*5px*/
	padding-left: 5px; /*5px*/
}



/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px; /*30px*/
	padding-top: 10px;
	padding-right: 0px; /*10px*/
	padding-bottom: 20px;
	padding-left: 0px;18px /*10px*/
	border-bottom-width: 1px;
	border-bottom: solid 1px #ccc; /*border-bottom-style: dotted;*/
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	font-family:  Meiryo, YuGothic, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 90px; /*50px*/
	background-color: #f9e4ef;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../img/);
}
.content dl.faq dt span {
	font-size: 18px; /*18px*/
	font-weight: bold;
	color: #FFF;
	background-color: #0a4eb1;
	text-align: center;
	display: block;
	width: 90px; /*50px*/
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #0a4eb1;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #FFF;
	padding: 0px; /*20px→0px*/
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 5px; /*30px*/
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
実績一覧
-------------------------------------------*/
ul.works_list {
	display: block;
	margin-left: 0px;/*auto*/
	margin-right:0px;/*auto*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;/*96.10%*/
	max-width: 1153;/*1153px*/
	padding: 0px; /*30px*/
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 24%; /*実績の一つの幅通常5つつで20% 実績の一つの幅通常4つつで24% 実績の一つの幅通常3つで32.5%*/
	position: relative;
	text-align: center;
	margin-bottom: 15px; /*30px→5px*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.works_list li .works_icon {
	position: absolute;
	top: 20px; /*20px*/
	left: 0px; /*5px*/
	font-weight: bold;
	padding-left: 0px; /*10px*/
	padding-right: 0px; /*10px*/
	color: #FFF;
	background-color: #099; /*#099*/
	z-index: 50;

}

ul.works_list li a {
	display: block;
	padding: 0px; /*グレー枠20px→10px*/
	background-color: #f6f6f6;/*#ffffff*/
	text-decoration: none;
	color: #333; /*#333*/
	border: 0px solid #cccccc; /*#ccc*/
}
ul.works_list li a img {
	width: auto;
	width: 100%;/*100%*/
	height: auto;; /*実績の一つの高さ通常5つつで139px 実績の一つの高さ通常4つで187px 実績の一つの高さ通常3つで247px*/
	object-fit: cover;
}

ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.1); /*ワークアイコンの明るさ通常1.3*/
    -moz-filter:brightness(1.1); /*ワークアイコンの明るさ通常1.3*/
    -ms-filter:brightness(1.1); /*ワークアイコンの明るさ通常1.3*/
    filter:brightness(1.1); /*ワークアイコンの明るさ通常1.3*/
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.works_list li a span {
	display: block;
	padding-top: 3px; /*3px*/
	font-size: 14px; /*14px*/
	letter-spacing: 0px; /*1px*/
	
}

ul.works_list li a span.mask {
	display: block;
	width: auto;
	width: 100%;
	height: auto; /*写真枠の高さ150px*/
	overflow: hidden;
	padding-top: 0px;
}

ul.works_list li a:hover {
	color: #000;
	background-color: #fbe39a; /*#FFF*/
}

/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff; /*#F3F3F3*/
	padding-top: 40px; /*30px*/
	padding-bottom: 0px; /*30px*/
}


.loop_wrap_base h5 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 28px; /*28px*/
}
.loop_wrap_base h5 span {
	letter-spacing: 0em;
	font-size: 45%; /*28px*/
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 20%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 0; /*0*/
	left: 0; /*0*/
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #0471ad; /*#333*/
	color: #FFF;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FFBF00;
	color: #000;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}


/*
スライダー
-------------------------------------------*/
/*↓トップの左右のイメージの濃度、上３つともクロスブラウザで必要な値となりますので、下２つは同じ数値（0～100）、１番上は下２つの100分の１の値
をそれぞれ指定*/
.sp-slide {
	opacity: 0.3; /*0.2*/
	filter: alpha(opacity=30); /*20*/
	-ms-filter: "alpha( opacity=30 )"; /*20*/
	-webkit-filter: grayscale(100%); /*100%*/
	filter: grayscale(100%); /*100%*/
	max-height: 600px; /*トップスライドの縦幅-元800x*/
	overflow: hidden;
}

.sp-slide.sp-selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
/*↓スライドの下の小さなアイコンの濃さ、数字高いほど濃い*/
.sp-thumbnail-container img {
	opacity: 0.9; /*0.7*/
	filter: alpha(opacity=90); /*70*/
	-ms-filter: "alpha( opacity=90 )"; /*70*/
	-webkit-filter: grayscale(100%); /*100%*/
	filter: grayscale(100%); /*100%*/
	object-fit: cover;
}

.sp-thumbnail-container img {
	height: 100% !important;
}

.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	cursor: pointer;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.top_base {
	position: absolute;
	z-index: 100; /*100*/
	mix-blend-mode: multiply;
	width: 500px;
	height: 500px; /*500px*/
	top: 50%; /*50%*/
	left: 50%;
	margin-left: -250px;
	margin-top: -250px; /*-250px*/
}


#top_slide .top_catch {
	z-index: 200;
	font-size: 32px; /*50px*/
	letter-spacing: 10px;
	line-height: 0.8; /*0.8*/
	width: 100%;
	font-weight: bold; /*bold*/
	color: #fff;
	text-align: center;
	position: absolute;
	top: 7%; /*イメージ中のキャッチ文字の上下位置44%が中央→上部10％*/
	letter-spacing: 0em; /*0.1em（スライド写真のタイトルの小さい文字の文字空き）*/
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	font-family: メイリオ,"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif; /*表示したいフォントを最初に入れる*/

}
#top_slide .top_catch span {
	font-size: 45%; /*小さいタイトル文字25%*/
}

#top_slide .slide_btn a {
	display: block;
	position: absolute;
	z-index: 200;
	left: 54%;
	bottom: 6.5%; /*詳しくはコチラ四角枠の位置25%→45%*/
	font-size: 18px; /*18px*/
	color: #FFF; /*#FFF*/
	width: 300px; /*300px*/
	margin-left: -200px;
	text-align: center;
	height: 36px; /*500px*/
	font-weight: bold;
		border-radius: 5px;/*角丸*/
	-webkit-border-radius: 5px;/*角丸*/
	-moz-border-radius: 5px;/*角丸*/
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);/*0px 0px 5px rgba(0, 0, 0, 0.5)*/
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);/*0px 0px 5px rgba(0, 0, 0, 0.5)*/
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);/*0px 0px 5px rgba(0, 0, 0, 0.5)*/
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);/*0px 0px 5px rgba(0, 0, 0, 0.5)*/

	text-decoration: none;
	border: 2px solid #FFF; /*#FFF*/
	line-height: 40px; /*40px四角枠の縦幅*/
	-webkit-transition: 0.2s linear; /*0.2s*/
	-moz-transition: 0.2s linear; /*0.2s*/
	transition: 0.2s linear; /*0.2s白くなる速度*/
}
#top_slide .slide_btn a:hover {
	background-color: #FFF;
	color: #0471ad; /*#111#0a4eb1*/
	-moz-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	-webkit-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	-ms-text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);

}

/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	background-color: #F5F5F5; /*#F5F5F5*/
	padding-top: 0px; /*ピックアップの位置上30px→0px*/
	padding-bottom: 20px; /*ピックアップの位置下30px→20px*/
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup ul li {
	width: 24%; /*4つの枠の場合24%・3つの場合32％*/
	position: relative;
}
.pickup ul li a {
	text-decoration: none;
	display: block;
}

.pickup ul li a:hover {
	background-color: #FFF;
	border-radius: 8px;/*角丸・画像の角丸*/
	-webkit-border-radius: 8px;/*角丸*/
	-moz-border-radius: 8px;/*角丸*/
}

.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #0471ad; /*#CC2240*/
	color: #FFF;
	padding-left: 5px; /*5px*/
	padding-right: 5px; /*5px*/
	font-weight: bold;
}

.pickup ul li a .pu_icon.cl_02 {
	background-color: #009999; /*009999*/
}

.pickup ul li a .pu_title {
	display: block;
	font-size: 19px;/*タイトルの文字サイズ*/
	font-weight: bold;
	margin-bottom: 5px; /*10px*/
	text-align: center;
	color: #0471ad; /*#111*/
	font-family:  Meiryo, YuGothic, "游ゴシック", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuGothic, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #f5f5f5; /*#DEDCD6・画像下帯の色*/
	padding-top: 4px;/*10px・タイトルの文字上の空き*/
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49F8E; /*#A49F8E*/
	padding-bottom: 5px; /*5px*/
	
}

.pickup ul li a:hover .pu_title {
	border-top-color: #ffffff; /*#a7c9f2・5db4b0・マウスオンの帯の色*/
}

.pickup ul li a p {
	color: #111;
	padding-top: 3px; /*10px*/
	padding-right: 5px;/*5pxピックアップ文の左空き（スマホ共通）*/
	padding-bottom: 5px; /*20px*/
	padding-left: 10px;/*5pxピックアップ文の右空き（スマホ共通）*/
	margin-bottom: 18px; /*ピックアップ2段の場合の中の空き*/
}

.pickup ul li a img {
	-webkit-filter: brightness(1); /*0.8*/
	-moz-filter: brightness(1); /*0.8*/
	-ms-filter: brightness(1); /*0.8*/
    filter:brightness(1); /*0.8*/
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 50%; /*50%*/
	object-fit: cover;
	border-radius: 8px;/*角丸・画像の角丸*/
	-webkit-border-radius: 8px;/*角丸*/
	-moz-border-radius: 8px;/*角丸*/
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.1); /*1.2*/
    -moz-filter:brightness(1.1); /*1.2*/
    -ms-filter:brightness(1.1); /*1.2*/
    filter:brightness(1.1); /*1.2*/
}


/*
トップピックアップバナー-2（画像2段の場合）
-------------------------------------------*/

.pickup-2 {
	background-color: #fff; /*#DEDCD6*/
	padding-top: 5px; /*ピックアップの位置上30px→0px*/
	padding-bottom: 20px; /*ピックアップの位置下30px→20px*/
	margin-bottom: 20px;
}

.pickup-2 ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup-2 ul li {
	width: 25%; /*4つの枠の場合24%・3つの場合32％*/
	position: relative;
}
.pickup-2 ul li a {
	text-decoration: none;
	display: block;
}

.pickup-2 ul li a:hover {
	background-color: #FFF;
}

.pickup-2 ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #CC2240; /*#CC2240*/
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.pickup-2 ul li a .pu_icon.cl_02 {
	background-color: #009999;
}

.pickup-2 ul li a .pu_title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px; /*10px*/
	text-align: center;
	color: #40a133; /*#111*/
	font-family: Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #cccccc; /*#DEDCD6*/
	padding-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49F8E; /*#A49F8E*/
	padding-bottom: 50px; /*10px*/
}

.pickup-2 ul li a:hover .pu_title {
	border-top-color: #528fe7; /*#543D9*/
}

.pickup-2 ul li a p {
	color: #111;
	padding-top: 10px; /*10px*/
	padding-right: 10px;
	padding-bottom: 20px; /*20px*/
	padding-left: 10px;
	margin-bottom: 18px; /*ピックアップ2段の場合の中の空き*/
}

.pickup-2 ul li a img {
	-webkit-filter: brightness(1); /*0.8*/
	-moz-filter: brightness(1); /*0.8*/
	-ms-filter: brightness(1); /*0.8*/
    filter:brightness(1); /*0.8*/
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
	height: 50%; /*50%*/
	object-fit: cover;
}

.pickup-2 ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.1); /*1.2*/
    -moz-filter:brightness(1.1); /*1.2*/
    -ms-filter:brightness(1.1); /*1.2*/
    filter:brightness(1.1); /*1.2*/
}


@media screen and (min-width:960px){

body {
	font-size: 15px;/*14px*/
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}

.box_att {
	text-align: left;
	padding: 25px;/*上下左右の空き幅*/
	background-color: #fff;/*枠全体の色*/
	border: 2px solid #FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
   margin-right: auto;
   margin-left: auto;
   
    width:1150px;
    position: center;
    
}


   .box_att h2 {
	font-weight: bold;/*normal*/
	font-size: 32px;/*三和クリニックはの文字*/
	line-height: 35px;
	letter-spacing: 0em;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	color: #3071b9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
.box_att p {
	font-size: 17px;
	margin: 0px;
    padding: 0px;
	color: #000000;
}	

/*
ヘッダー
-------------------------------------------*/
header {
	height: 110px; /*120px*/
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a img {
	top: 5px; /*ロゴ上空き*/
	left: 0px;/*10px*/
}

header .h_btn a {
	width: 160px;
	top: 12px; /*お問い合わせ上空き7px*/
	right: 10px;
	line-height: 38px;
	padding-top: 2px; /*2空き*/
	font-size: 16px; /*14px*/
	font-weight: bold;
}
header .h_tel a {
	top: 13px;
	right: 190px;/*190*/
	line-height: 38px;
	padding-top: 4px;
}

header.fixed {
	height: 100px; /*固定分空き100px*/
}

header.fixed h1 a img {
	height: 40px; /*固定分ロゴ大きさ通常40*/
	top:5px; /*5空き*/
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px; /*5空き*/
	line-height: 30px; /*30空き*/
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%; /*メニュー文字幅通常98％*/
	padding-left: 2%;
	display: block !important;
	height: 45px; /*メニュー文字の縦の位置通常50px65px*/
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 16px; /*メニュー文字の大きさ14px*/
	letter-spacing: 0px;
	font-weight: normal; /*bold・normalメニュー文字の太さ*/
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px; /*メニュー文字の左右位置通常1200*/
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*次行1389→1879の　#g_navi ul li{　からサブトップ開始 の部分までを入れ替える*/
#g_navi ul li{
	display: inline;
	width: 16%; /*メニュー7つの場合14％　6つの場合16％*/
	float: left;
	display: block;
	position: relative;
}


#g_navi li a {
	width: 100%;
	padding-top: 15px;
	height: 35px; /*35▲の位置*/
	display: block;
	color: #000;/*メニュー文字before*/
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
}

#g_navi ul li li{
	width: 100%;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 5px;/*横罫位置*/
	width: 50%;
	left: 25%;
	background-color: #fff;/*000上横罫の色マウスオンの前*/
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #0471ad;/*#147299→#0471ad　横罫色*/
	top:5px;/*0横罫位置*/
	width: 70%;
	left: 15%;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #999;/*メニュー文字after*/
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 0px solid #888;/*▲*/
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #888;/*555→0471ad▲のマウスオン時の色*/
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: -10px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: auto;/*サブメニュー幅*/
	height: auto;
	background-color: #888;/*333プルダウン時の枠色*/
	padding: 10px;
}

#g_navi li ul li a {
	padding-top: 14px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	width: 100%;
	height: auto;
	color: #fff;/*EEE　プルダウン時の文字色マウスオンの前*/
	text-align: left;
	display: block;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;/*555破線色*/
}

#g_navi ul li ul li a:hover{
	color: #FFF;
	background-color: #5da1e5;/*プルダウン時マウスオン時の枠色（変える）#3370a8*/
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 40px;/*40pxヘッダー固定縦幅*/
}

header.fixed #g_navi ul li div {
	top: 40px;/*40pxヘッダー固定縦幅*/
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;/*30pxヘッダー固定縦幅*/
}

header.fixed #g_navi li ul li a {
	height: auto;
	padding-top: 14px;
}

/*
サブトップ
-------------------------------------------*/
#sub_top.headline01 {
	background-image: url(../img/slide/sub_top_01.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline02 {
	background-image: url(../img/slide/sub_top_02.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline03 {
	background-image: url(../img/slide/sub_top_03.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline04 {
	background-image: url(../img/slide/sub_top_04.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline05 {
	background-image: url(../img/slide/sub_top_05.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline06 {
	background-image: url(../img/slide/sub_top_06.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline07 {
	background-image: url(../img/slide/sub_top_07.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline08 {
	background-image: url(../img/slide/sub_top_08.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline09 {
	background-image: url(../img/slide/sub_top_09.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline10 {
	background-image: url(../img/slide/sub_top_10.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline11 {
	background-image: url(../img/slide/sub_top_11.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline12 {
	background-image: url(../img/slide/sub_top_12.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline13 {
	background-image: url(../img/sub_top_13.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline14 {
	background-image: url(../img/slide/sub_top_14.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline15 {
	background-image: url(../img/slide/sub_top_15.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline16 {
	background-image: url(../img/slide/sub_top_16.jpg); /*PCのサブトップイメージ*/
}
#sub_top.headline17 {
	background-image: url(../img/slide/sub_top_17.jpg); /*PCのサブトップイメージ*/
}



.no_pc {
	display: none;
}

}
/*(/960～)*/


@media screen and (min-width:1200px){
header .h_btn a {
	right: 50%;
	margin-right: -600px;
	margin-left: -600px;

}
header .h_tel a {
	right: 48%;/*50*/
	margin-right: -380px;/*電話文字右端、数字少ないほど空く*/
}
header h1 a img {
	left:50%;
	margin-left:-677px;/*-600px数値マイナス多いほど左に*/
}

}
/*(/1200～)*/



@media screen and (min-width:1600px){
.sp-horizontal .sp-previous-arrow {
	left: 50% !important;
	margin-left: -750px;
}

.sp-horizontal .sp-next-arrow {
	right: 50% !important;
	margin-right: -750px;
}


}
/*(/1600～)*/

@media screen and (max-width:960px){

body {
	font-size: 16px;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 32%;
}

#top_slide {
	padding-top: 50px;
}

#sub_top {
	height: 80px;
	padding-top: 100px;
	letter-spacing: 0.5em;
	font-size: 18px;
}

.body {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 20px; /*スマホの右空きdefault10px*/
	margin-left: 20px; /*スマホの左空きdefault10px*/

}
.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 20px; /*スマホの右空きdefault10px*/
	margin-left: 20px; /*スマホの左空きdefault10px*/

}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px; /*30px*/
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px; /*5px*/
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px; /*3px*/
	-webkit-border-radius: 3px; /*3px*/
	-moz-border-radius: 3px; /*3px*/
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #FFF; /*#FFF*/
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	background-image: url(../img/bg_02.png);
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li {
	margin-bottom: 1px;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px; /*16px*/
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.1);
}
#g_navi ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";/*▲*/
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:0px;/*5px*/
	height: 40px;
}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_tel a {
	top: 10px;
	right: 200px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

#sub_top.headline01 {
	background-image: url(../img/slide/sub_top_01_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline02 {
	background-image: url(../img/slide/sub_top_02_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline03 {
	background-image: url(../img/slide/sub_top_03_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline04 {
	background-image: url(../img/slide/sub_top_04_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline05 {
	background-image: url(../img/slide/sub_top_05_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline06 {
	background-image: url(../img/slide/sub_top_06_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline07 {
	background-image: url(../img/slide/sub_top_07_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline08 {
	background-image: url(../img/slide/sub_top_08_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline09 {
	background-image: url(../img/slide/sub_top_09_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline10 {
	background-image: url(../img/slide/sub_top_10_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline11 {
	background-image: url(../img/slide/sub_top_11_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline12 {
	background-image: url(../img/slide/sub_top_12_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline13 {
	background-image: url(../img/slide/sub_top_13_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline14 {
	background-image: url(../img/slide/sub_top_14_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline15 {
	background-image: url(../img/slide/sub_top_15_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline16 {
	background-image: url(../img/slide/sub_top_16_sp.jpg); /*スマホのサブトップイメージ*/
}
#sub_top.headline17 {
	background-image: url(../img/slide/sub_top_17_sp.jpg); /*スマホのサブトップイメージ*/
}


.no_sp {
	display: none;
}

}
/*(/～960)*/


@media screen and (max-width:640px){
ul.works_list-2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	padding: 0px; /*30px*/
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list-2 li {
	width: 24%; /*実績の一つの幅通常5つつで20% 実績の一つの幅通常4つつで24% 実績の一つの幅通常3つで33%*/
	position: relative;
	text-align: center;
	margin-bottom: 25px; /*30px→5px*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.works_list-2 li .works_icon {
	position: absolute;
	top: 0px; /*5px*/
	left: 0px; /*5px*/
	font-weight: bold;
	padding-left: 10px; /*10px*/
	padding-right: 10px; /*10px*/
	color: #FFF;
	background-color: #099;
	z-index: 50;
}

ul.works_list-2 li a {
	display: block;
	padding: 0px; /*グレー枠20px→10px*/
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}
ul.works_list-2 li a img {
	width: auto;
	width: 100%;
	height: 250px;; /*実績の一つの高さ通常5つつで139px 実績の一つの高さ通常4つで413px 実績の一つの高さ通常3つで247px*/
	object-fit: cover;
}

ul.works_list-2 li a span.mask {
	display: block;
	width: auto;
	width: 100%;
	height: 250px; /*写真枠の高さ150px*/
	overflow: hidden;
	padding-top: 0px;
}

ul.works_list-2 li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.1); /*ワークアイコンの明るさ通常1.5*/
    -moz-filter:brightness(1.1);
    -ms-filter:brightness(1.1);
    filter:brightness(1.1);
}

ul.works_list-2 li a span {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list-2 li a:hover {
	color: #000;
	background-color: #F6F6F6;
}

.loop_wrap {
  width: 400%;
}

.content p {
	font-size: 16px; /*16px*/
	line-height: 1.7; /*1.7*/
	padding: 0px; /*10px→0px*/
	margin-bottom: 0px; /*文字の下空き通常10px→0px*/
	margin-top: 15px; /*文字の上空き通常20p→0px*/
	margin-right: 20px; /*本文の右空き通常30px→0px*/
	margin-left: 20px; /*本文の左空き通常30px→0px*/
}
.content dl.faq dt {
	font-size: 20px;/*20px*/
	line-height: 30px;
	position: relative;
	font-family:  Meiryo, YuGothic, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 90px; /*50px*/
	background-color: #f9e4ef;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../img/);
}
.content dl.faq dt span {
	font-size: 18px; /*18px*/
	font-weight: bold;
	color: #FFF;
	background-color: #0a4eb1;
	text-align: center;
	display: block;
	width: 90px; /*50px*/
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}

.content table.table_01 {
	width: 100%; /*96%→100%*/ 
	margin-top: -15px;/*20px→-20px*/
	margin-right: auto;
	margin-bottom: -20px;/*30px→20px*/
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom: solid 1px; /*border-bottom-style: dotted;*/
	border-bottom-color: #CCC;
	padding: 10px;/*20px→10px（行高さ）*/
}
.content table.table_01 th {
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 20%; /*33%*/
	background-color: #fff; /*FFF*/
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 26px; /*30px→26px*/
	background-color: #FFF; /*#FFF*/
}




.content table.table_03 {
	width: 100%; /*96%→100%*/ 
	margin-top: -20px;/*20px→-20px*/
	margin-right: auto;
	margin-bottom: 20px;/*30px→20px*/
	margin-left: auto;
}
.content table.table_03 th,
.content table.table_03 td {
	border-bottom-width: 1px;
	border-bottom: solid 1px; /*border-bottom-style: dotted;*/
	border-bottom-color: #F5F5F5;
	padding: 10px;/*20px→10px（行高さ）*/
}
.content table.table_03 th {
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 20%; /*33%*/
	background-color: #fff; /*FFF*/
}
.content table.table_03 td {
	font-size: 14px;
	line-height: 26px; /*30px→26px*/
	background-color: #FFF; /*#FFF*/
}


#top_slide .top_catch {
	font-size: 24px; /*30pxキャッチ文字のサイズ*/
	top: 10%; /*40%キャッチ文字の位置*/
}

#top_slide .top_catch span {
	font-size: 35%;
}


#top_slide .slide_btn a {
	display: block;
	position: absolute;
	z-index: 200;
	left: 50%; /*54%*/
	bottom: 8%; /*詳しくはコチラ四角枠の位置25%→45%*/
	font-size: 17px; /*18px*/
	color: #FFF; /*#FFF*/
	width: 240px; /*200px*/
	margin-left: -120px; /*-95px*/
	text-align: center;
	height: 36px; /*500px*/
	font-weight: bold;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

	text-decoration: none;
	border: 1px solid #FFF; /*#FFF*/
	line-height: 38px; /*38px四角枠の縦幅*/
	-webkit-transition: 0.2s linear; /*0.2s*/
	-moz-transition: 0.2s linear; /*0.2s*/
	transition: 0.2s linear; /*0.2s白くなる速度*/
}

.pickup ul li {
	width:100%;/*100%*/
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.pickup ul li a img {
	max-height: 200px;/*pickupのスマホサイズの場合100px→200px*/
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}

.pickup-2 ul li {
	width: 100%;
	margin-bottom: 20px;
}
.pickup-2 ul li a img {
	max-height: 100px;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}
	

header h1 a img {
	top:9px; /*10px*/
	left:5px; /*5px*/
	width: 55%; /*63%*/
	height: 34px;/*34px*/*スマホのロゴの縦幅*/
}

header .h_btn a {
	width: 50px; /*50px*/
	top: 10px;/*10px*/
	
	right: 50px;
	font-size: 18px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}
header .h_tel a {
	width: 50px; /*50px*/
	font-size: 20px;/*18px*/
	right: 95px;
}
header .h_tel a span,
header .h_btn a span {
	display: none;
}


.content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.body {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px; /*スマホの右空きdefault10px*/
	margin-left: 10px; /*スマホの左空きdefault10px*/

}


ul.works_list {
	padding: 10px;
}

ul.works_list li {
	width: 48%;
}

ul.works_list li a {
	padding: 10px;
}

ul.works_list-2 {
	padding: 10px;
}

ul.works_list-2 li {
	width: 48%;
}

ul.works_list-2 li a {
	padding: 10px;
}
ul.works_list-3 {
	padding: 10px;
}

ul.works_list-3 li {
	width: 49%;
}

ul.works_list-3 li a {
	padding: 10px;
}



.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;/*10px*/
	padding-right: 20px;/*10px*/
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.box_contact p {
	font-size: 14px;
}

ul.f_bn li a span {
	display: none;
}

footer .f_bn li a i {
	padding-right: 0px;
}

footer .cont_wrap {
	display: none;
}

}
/*(/～640)*/

@media screen and (max-width:460px){
.content p {
	font-size: 16px;
	line-height: 1.7; /*1.7*/
	padding: 0px; /*10px→0px*/
	margin-bottom: 0px; /*文字の下空き通常10px→0px*/
	margin-top: 15px; /*文字の上空き通常20p*/
	margin-right: 10px; /*本文の右空き通常30px*/
	margin-left: 10px; /*本文の左空き通常30px*/
}

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}
.content table.table_02 th,
.content table.table_02 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_02 th {
	background-color: #F6F6F6;
}


#sub_top {
	height: 60px;
	padding-top: 80px;
	font-size: 16px;/*16px*/
}

.content h2 {
	font-size: 16px;
}

}
/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
    margin-top: 30px;
    margin-bottom: 25px;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    

}


.content p.check {
	color: #F00036;
}
.content p.p_st {
	font-size: 20px;
	color: #666666;
}

.arrow_tbm {
	text-align: center;
	margin-top: -1px;
	padding-bottom: 10px;
}

.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	background-color: #0a4eb1; /*(123,26,57,0.8)facebook等アイコンの色*/
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #000;
}

@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.to_top {
	bottom: 60px;
}

footer {
	padding-bottom: 60px;
}

}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1199px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}





.c-kkb {color: #0471ad;}
.c-kb {color: #0471ad;}
.c-b {color: #59afea;}
.c-ua {color: #a7c9f2;}
.c-uua {color: #e2ebf7;}
.c-d {color: #ed6c00;}
.c-y {color: #ffe100;}
.c-uy {color: #facf9a;}
.c-g {color: #60afb4;}
.c-kg {color: #a3cc6a;}
.c-ag {color: #5db4b0;}
.c-ug {color: #d7f6f7;}
.c-kh {color: #666666;}
.c-h {color: #999999;}
.c-uh {color: #cccccc;}
.c-uuh {color: #f5f5f5;}
.c-k {color: #000000;}
.c-w {color: #ffffff;}
.c-m {color: #9c308d;}
.c-r {color: #ff0000;}
.c-p {color: #f19ec2;}
.c-up {color: #fdf7f8;}
.c-kd {color: #ff6666;}
.c-kp {color: #ea7278;}

.p50 {font-size: 50px;color: #000000;line-height:60px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p45 {font-size: 45px;color: #000000;line-height:55px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p45-b {font-size: 45px;color: #0471ad;line-height:55px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p40 {font-size: 40px;color: #000000;line-height:50px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p30-b{font-size: 30px;color: #0a4eb1;line-height:26px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p30-r{font-size: 30px;color: #ff0000;line-height:26px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p26-b {font-size: 26px;color: #0471ad;line-height: 26px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p24-b{font-size: 24px;color: #0471ad;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p24 {font-size: 24px;color: #000000;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p24-r{font-size: 24px;color: #ff0000;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p22-b{font-size: 22px;color: #0471ad;line-height:30px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p22-d{font-size: 22px;color: #ff6600;line-height:30px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p20-b{font-size: 20px;color: #0471ad;line-height:30px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p20-w{font-size: 20px;color: #ffffff;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p20-r{font-size: 20px;color: #ff0000;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p20 {font-size: 20px;color: #000000;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p14-r {font-size: 13px;color: #ff0000;line-height:20px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p12-r {font-size: 12px;color: #ff0000;line-height:18px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p22 {font-size: 22px;color: #000000;line-height:32px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p19 {font-size: 19px;color: #000000;line-height:30px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p18 {font-size: 18px;color: #666;line-height:29px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p18-d {font-size: 18px;color: #ff6600;line-height:29px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p18-w {font-size: 18px;color: #ffffff;line-height:29px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p18-b {font-size: 18px;color: #0471ad;line-height:29px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p18-0 {font-size: 18px;color: #4894d3;line-height:29px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p17-b {font-size: 17px;color: #0a4eb1;line-height:27px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p17 {font-size: 17px;color: #000000;line-height:27px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p16 {font-size: 16px;color: #000000;line-height: 26px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p16-a {font-size: 17px;color: #0471ad;line-height: 26px; font-family: font-weight: bold; Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p16-r {font-size: 16px;color: #ff0000;line-height: 26px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p16-b {font-size: 16px;color: #0471ad;line-height: 26px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p15 {font-size: 15px;color: #000000;line-height:24px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p14 {font-size: 14px;color: #000000;line-height:22px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p14-r {font-size: 14px;color: #ff0000;line-height:20px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p14-2 {font-size: 14px;color: #FFFFFF;line-height:22px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p14 {font-size: 14px;color: #000000;line-height:22px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p13-b {font-size: 13px;color: #0471ad;line-height: 21px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p13 {font-size: 13px;color: #FFFFFF;line-height: 21px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p13 {font-size: 13px;color: #000000;line-height: 21px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}.
.p12-r {font-size: 12px;color: #ff0000;line-height:12px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p12- {font-size: 12px;color: #000000;line-height:12px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p12 {font-size: 12px;color: #000000;line-height:18px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p12-2 {font-size: 12px;color: #FFFFFF;line-height:18px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p11 {font-size: 11px;color: #000000;line-height:16px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
.p10 {font-size: 10px;color: #000000;line-height:10px; font-family: Meiryo"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"}
}
