@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* CSS Document */


p{
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
}
a{
	text-decoration:none;
}

@charset "UTF-8";
/* CSS Document */
/*===== 1: body and base setting ===========================*/
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	background: url(../../img/cmn/bg.png) repeat;
	font-size: 15px;
	background-size: 100px;
  /* sets the default sizing to make sure nothing is actually 10px */
}
body #contentsFree{
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	background: rgba(255,255,255,0.00);
	font-size: 15px;
}
@media screen and (min-width:0px) and (max-width:640px) {
	body {
		background:none;
	}
}

html {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 1.5em;
	color: #3e3a39;
	/*font-size: 14px;*/
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
/*===== 2: link setting ===========================*/
a:active {
	border: none
}
a {
	outline: none;
	text-decoration: none!important;
	color: #3e3a39;
}
a:hover {
	text-decoration: none;
	color: #fd9720;
}
a:hover {
	text-decoration: none;
	color: #fd9720;
}
p.link a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*===== 3: img setting ===========================*/
img {
	-ms-interpolation-mode: bicubic;
	width:100%;
}
a img {
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	border: none !important;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-backface-visibility: hidden;
}
.touch a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/*===== 4: ul,ol setting ===========================*/
ul, ol li {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
ul.nomal {
	list-style: disc;
	padding-left: 1.6em;
	margin-left: 5px;
}
ul.nomal li {
	list-style: disc;
	list-style-position: outside;
}
ol.nomal li {
	padding: auto;
	margin: auto;
	list-style: decimal;
}
/*===== 5: table setting ===========================*/
table, table * {
	border-collapse: collapse !important;
}
table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
/*===== 6: text setting ===========================*/
p,li {
	line-height: 160%;
}
.font-10px {
	font-size: 10px;
	line-height: 1.2em;
}
.font-12px {
	font-size: 12px;
	line-height: 1.3em;
}
.font-16px {
	font-size: 16px;
}
.font-18px {
	font-size: 18px;
}
.font-120 {
	font-size: 120%;
}
.font-140 {
	font-size: 140%;
}
.small {
	font-size: 70%;
}
.small90 {
    font-size: 90%;
    line-height: 150%;
    margin-top: 12px;
    display: block;
}
.bold {
	font-weight: bold;
}
.red {
	color: rgba(235,97,97,1);
}
.blue {
	color: rgba(0,104,183,1);
}
.text_al_l{
	text-align: left;
}
.copy {
	max-width: 600px;
	margin: 0 auto 0;
	padding: 30px 0 39px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	font-family: "TsukuBRdGothicStd-D", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media screen and (min-width:0px) and (max-width:599px) {
.copy {
	text-align: left;
}
}
@media screen and (min-width:0px) and (max-width:480px) {
p,li {
	font-size: 100%;
	line-height:160%;
}
}
/*===== 7: Partition-Line setting ===========================*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #c9caca;
	margin: 0 0 20px 0;
	padding: 0;
}
hr.HeavyLine {
	display: block;
	height: 4px;
	border: 0;
	border-top: 4px solid #c9caca;
	margin: 0 0 20px 0;
	padding: 0;
}
hr.Partition-Line {
	border-top: dotted 1px #c9caca;
	height: 1px;
	margin-bottom: 20px;
}
/*===== 8: layout setting ===========================*/
/* !box*/
.box-100 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.box-90 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.box-85 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.box-80 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.box-70 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.box-69 {
	width: 69%;
	margin-left: 1%;
}
.box-69:first-child {
	margin-right: 1%;
}
.box-60 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.box-50 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.box-49 {
	width: 49%;
	margin-left: 1%;
}
.box-49:first-child {
	margin-left: 0;
	margin-right: 1%;
}
.box-40 {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.box-32 {
	width: 32%;
	margin: 0 0 0 2%;
}
.box-32:first-child {
	margin: 0 0 30px 0;
}
.box-29 {
	width: 29%;
	margin-left: 1%;
}
.box-29:first-child {
	margin-left: 0;
	margin-right: 1%;
}
.box-15 {
	width: 150px;
	margin-left: 2%;
}
.box-15:first-child {
	margin-left: 0;
	margin-right: 2%;
}

@media screen and (min-width:0px) and (max-width:680px) {
.box-69 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box-69:first-child {
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width:0px) and (max-width:480px) {
.box-49 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box-32 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.box-29 {
	width: 49%;
}
}
.box-100 img, .box-90 img, .box-85 img, .box-80 img, .box-70 img, .box-69 img, .box-60 img, .box-50 img, .box-49 img, .box-32 img, .box-40 img, .box-29 img, .box-15 img {
	width: 100%;
	height: auto;
}
/* !margin-bottom*/
.margin-b-30 {
	margin-bottom: 30px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*===== 9: float-layout setting ===========================*/
.left {
	float: left;
}
.left-sp {
	float: left;
}
.right {
	float: right;
}
.right-sp {
	float: right;
}

@media screen and (min-width:0px) and (max-width:480px) {
	.left-sp {
		float: none;
	}
	.right-sp {
		float: none;
	}
}

/*===== 10: article setting ===========================*/
article {
}
section {
	margin: 0;
	padding: 0;
}

/*===== 11: CLEARFIX ===========================*/
.clear:before, .clear:after {
	content: '';
	display: block;
}
.clear:after {
	clear: both;
}
.clear {
*zoom: 1;
}
/*===== 12: video ===========================*/
video {
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
video:hover {
	opacity: 0.9;
}

/*===== 13: margin ===========================*/
.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mt_40{
	margin-top: 40px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_40{
	margin-bottom: 40px;
}

/*---br管理--*/
/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
}

/*---PC時改行--*/
@media screen and (min-width:481px){
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}
}


/* ----------------------------------------------------------------------------
 各ページ共通
 ---------------------------------------------------------------------------- */
 dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}
dt {
	margin-bottom: 5px;
}
dd {
	margin-bottom: 10px;
}
a[target="_blank"] {
	padding-left: 13px;
	background: url(/img/all/blank.png) no-repeat center right;
	background-size: 12px 12px;
}
.basis_inner .left a[target="_blank"] {
	padding-left: 13px;
	background: url(/img/all/blank.png) no-repeat bottom right;
	background-size: 12px 12px;
	padding-bottom: 14px;
}
.strong {
	font-weight: bold;
	font-size: 1em;
	color: #845527!important;
}
h3 {
	font-size: 1.6em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 140%;
	color: #f78500;
}
h4 {
	font-size: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height: 140%;
	color: #513418;
	margin: 15px 0 20px 0;
}
h5 {
	font-size: 1.1em;
	background-image: url(/img/all/h5_bk.png);
	background-repeat: no-repeat;
	padding: 6px 0 10px 30px;
	background-size: auto 24px;
	background-position: left bottom;
	margin: 20px 0;
	line-height: 140%;
}
.bnr_tel {
	margin: 30px 0;
	clear: both;
}
.circle {
	padding: 0 0 0 20px;
	background-image: url(/img/all/circle_01.png);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 0 0.2em;
}
.circle_02 {
	padding: 0 0 0 20px;
	background-image: url(/img/all/circle_02.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 0 0.2em;
}
h3 span {
	display: none;
}
.pc{
	display: block;
	width: 100%;
}
.sp{
	display: none;
}
.pc_none{
	display: none;
}
.pc_on{
	display: block;
}
#itemscope a span:hover {
	color: #fcf0db;
}
#team .s-banner-tel p{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
#intro h3 span.min, #cancer h4 span.min{
	font-size: 75%;
	display: inline!important;
}
.align_right {
	text-align: right;
}
.txt_min {
	font-size: 85%;
	margin-top: 10px;
	line-height: 140%;
}
.tel-link {
	display: none;
}
@media screen and (min-width:0px) and (max-width:480px) {
h3 {
	font-size: 145%;
	padding: 0 1%;
}
h4 {
	font-size: 130%;
}
.bnr_tel {
	margin: 20px 0;
	clear: both;
}
h3 span {
	display: inline;
}
.pc_none{
	display: inline;
}
.pc_on{
	display: none;
}
.strong {
	font-weight: bold;
	font-size: 100%;
	color: #845527!important;
}
.tel-link {
	display: inline;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
}
