@charset "utf-8";
/* CSS Document */
/*

		Theme Name:華業巧房
		
*/
@import url(css/common.css);
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: inherit;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
} /* 10px */
body {
  color: #222;
  line-height: 1;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
 	font-feature-settings: "palt";
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
p {
  line-height: 2
}
h1,h2,h3,h4,h5,h6,th, td, dt, dd, li {
  line-height: 1.6;
}
input, select, textarea {
  vertical-align: middle;
}
input[type=text], textarea, input[type=tel], input[type=email] {
  padding: 8px;
  border: 1px solid #CCC;
  width: 100%;
}
input[type=text].mt10 {
  margin-bottom: 10px;
}
input[type=text].half {
	width: 20%;
}
input[type=submit] {
  width: 250px;
  padding: 20px 0;
  background-color: #59aed2;
  color: #FFF;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
/* 画像----------*/
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
figure + p {
 margin-top: 10px;
}
img.max {
  width: 100%;
}
.fit li figure {
  position: relative;
  overflow: hidden;
  padding-top: 70%; /* 比率 */
}
.fit li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*──────────────
テーブル
──────────────*/
table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  padding: 20px;
  vertical-align: text-top;
}
th {
  text-align: left;
  font-weight: normal;
}
.border {
  border-spacing: 0;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.border th {
  border-top: 0 solid #CCCCCC;
  border-right: 0 solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.border td {
  border-top: 0 solid #CCCCCC;
  border-right: 0 solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
@media (max-width:540px) {
th,td {
 width: 100%;
 display: block;
}
}
/*──────────────
リンク
──────────────*/
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.under {
  text-decoration: underline;
  color: #00A3D8;
}
/*──────────────
余白
──────────────*/
.m-auto {
	margin-left: auto;
	margin-right: auto;;
}
.mt10 {
		margin-top: 10px;
}
.mt20 {
		margin-top: 20px;
}
.mt25 {
		margin-top: 25px;
}
.mt30 {
		margin-top: 30px;
}
.mt40 {
		margin-top: 40px;
}
.mt50 {
		margin-top: 50px;
}
.mt60 {
		margin-top: 60px;
}
.mt70 {
		margin-top: 70px;
}
.mt80 {
		margin-top: 80px;
}
.mt120 {
		margin-top: 120px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mb100 {
  margin-bottom: 100px;
}
.pd80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pd120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
/*──────────────
テキスト
──────────────*/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.t_right {
  text-align: right;
}
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.v_top {
  vertical-align: text-top;
}
.v_center {
  vertical-align: middle;
}
.v_bottom {
  vertical-align: text-bottom;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.size12 {
  font-size: 1.2rem;
}
.size14 {
  font-size: 1.4rem;
}
.size16 {
  font-size: 1.6rem;
}
.size18 {
  font-size: 1.8rem;
}
.size20 {
  font-size: 2rem;
}
.size24 {
  font-size: 2.4rem;
}
.size26 {
  font-size: 2.6rem;
}
.size28 {
  font-size: 2.8rem;
}
.size32 {
  font-size: 3.2rem;
}
.strong {
  font-weight: 900;
}
.strong14 {
  font-size: 1.4rem;
  font-weight: 900;
}
.strong18 {
  font-size: 1.8rem;
  font-weight: 900;
}
.strong20 {
  font-size: 2rem;
  font-weight: 900;
}
.strong24 {
  font-size: 2.4rem;
  font-weight: 900;
}
.strong28 {
  font-size: 2.8rem;
  font-weight: 900;
}
.strong32 {
  font-size: 3.2rem;
  font-weight: 900;
}
.normal {
  font-weight: normal;
}
.his {
  font-size: 70%;
  color: #B20000;
　font-weight: 900;
}
.marker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
.cl_main {
  color: #59aed2;
}
.cl_sub {
 color: #b2e5fb;
}
.line18 {
  line-height: 1.8;
}
.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/*縦書き*/
.vartical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.vartical-center {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  right: 50%;
}
/*──────────────
リスト
──────────────*/
ul, dl.ol {
  text-indent: 0;
}
ol li {
  list-style: decimal inside;
  margin-left: 1em;
  text-indent: -1.2em;
}
/*─1．2．・・・番号付きリスト─*/
.decimal {
  list-style-type: decimal;
}
.decimal li {
  margin-bottom: 5px;
}
/*─ふり番号を好きなデザイン、位置に─*/
/*//　①②③　*/
ol.circle-number {
  counter-reset: my-counter;
  padding: 0;
}
ol.circle-number li {
  list-style: none;
  position: relative;
  font-size: 2rem;
		background-color: #fff;
		border-radius: 30px;
		padding: 20px 195px;
		margin-bottom: 60px;
}
ol.circle-number li::before {
  content: "";
  counter-increment: my-counter;
  content: counter(my-counter,decimal-leading-zero);
  display: inline-block;
		position: absolute;
		background-color: #e92933;
  width: 55px;
		height: 55px;
  line-height: 55px;
  left: 100px;
		text-align: center;
		padding-left: 25px;
  top: 8px;
  border-radius: 50%;
		font-size: 2.5rem;
  color: #fff;
}
  /*─プロパティー参考
https://design-studio-f.com/blog/css-counter-automatic-numbering/
https:
#Painting-flow ol li::before {
  position: absolute;
  display: block;
  content: counter(zero, decimal-leading-zero); /*─カウント関数（好きな名前）,01、02、03…─*/
ul li {
  list-style: none;
}
dd ul {
  margin-left: 15px;
}
.circle li {
  list-style-type: circle;
  margin-left: 1.5em;
}
.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
.disc li:last-child {
  margin-bottom: 0;
}
.bl-disc,.gy-disc {
  margin-left: 1.3em;
  text-indent: -1.6em;
}
.bl-disc li::before,
.gy-disc li::before {
  content: "●";
  margin-right: 5px;
  vertical-align: -4%;
  font-size: 2rem;
}
.bl-disc li::before {
 color: #59aed2;
}
.gy-disc li::before {
 color: #626262;
}
p.asterisk {
  margin-left: 1em;
  text-indent: -1em;
}
p.asterisk:before {
  content: "※";
}
ul.asterisk li {
  list-style-type: none;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}
.list_number li {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
ol.parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 2.3em;
  text-indent: -2.2em;
  margin-bottom: 20px;
}
ol.parentheses li:last-child {
  margin-bottom: 0;
}
ol.parentheses li:before {
  display: marker;
  content: "("counter(cnt) ")";
  margin-right: 10px;
  list-style: none;
}
ol.list_parentheses {
  margin: 0;
}
ol.list_parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 2.3em;
  text-indent: -2.2em;
}
ol.list_parentheses li:before {
  display: marker;
  content: "["counter(cnt) "]";
  margin-right: 10px;
  list-style: none;
}
.left-border {
  margin-left: 25px;
  border-left: solid 2px #85B200;
  padding: 5px 20px;
}
/*──────────────
ブロック
──────────────*/
.s_none {
  display: none;
}
.ip_none {
  display: none;
}
.p_none {
  display: block;
}
.sm_none {
  display: block;
}
.inner {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
}
.flex_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex_end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.item-center {
  align-items: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
.c_fix, .float {
  overflow: hidden;
}
.float li {
  float: left;
}
.float dt {
  float: left;
  clear: both;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.inline li {
  display: inline;
}
.none {
  font-size: 11px;
  position: absolute;
  z-index: -2;
  margin: 1px;
}
.block {
  display: block;
}
.in_block {
  display: inline-block;
}
img.aligncenter {
  display: block;
  margin: 15px auto;
}
.radius {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.bk_f3 {
  padding: 20px;
  background-color: #F3F3F3;
}
.bk_ff {
  padding: 20px;
  background-color: #FFF;
}
.bk_ee {
  padding: 20px;
  background-color: #EEE;
}
/*──────────────
レイアウト
──────────────*/
.column2, .column3, .column4 {
  display: flex;
  flex-wrap: wrap;
}
.column4 li {
  width: calc((100% - 60px) / 4);
  margin: 0 20px 20px 0;
}
.column4 li:nth-child(4n) {
  margin-right: 0;
}
.column4 li:last-child, .column4 li:nth-last-child(2), .column4 li:nth-last-child(3), .column4 li:nth-last-child(4) {
  margin-bottom: 0;
}
.column3 section, .column3 li {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
}
.column3 section:nth-child(3n), .column3 li:nth-child(3n) {
  margin-right: 0;
}
.column2 li {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
.column2 li:nth-child(odd) {
  margin-right: 40px;
}
.column2 li:last-child, .column2 li:nth-last-child(2) {
  margin-bottom: 0;
}
.column4 img, .column3 img, .column2 img {
  width: 100%;
}
/*──────────────
横幅・box
──────────────*/
.wrap700 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.wrap850 {
width: 85%;
margin-left: auto;
margin-right: auto;
}
.half {
  width: 50%;
}
.half-m40 {
  width: 48%;
}
.third {
  width: calc((100% - 40px) / 3);
}
.third2 {
  width: calc((100% - 40px) / 3*2);
}
.five {
  width: calc((100% - 40px) / 5*2);
}
.five2 {
  width: calc((100% - 40px) / 5*3);
}

/*──────────────
デバイス
──────────────*/
@media (max-width:1024px) {}
/*──────────────*/
@media (max-width:980px) {}
/*──────────────*/
@media (max-width:768px) {
  .s_none {
    display: none;
  }
  .ip_none {
    display: block;
  }
  .p_none {
    display: none;
  }
  .br_ipnone {
    display: block;
  }
  .sm_center {
    text-align: center;
  }
  .s_center {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
  table {
    max-width: 98%;
    margin: auto;
  }
  /* 大きいサイズのテーブルはスマホではスクロールさせる
------------------------- */
  .scroll-table-wrap {
    overflow-x: scroll;
  }
  .scroll-table-wrap table {
    min-width: 1000px;
    margin: 0;
  }
  .scroll-table-wrap:before {
    content: url("images/ic_sw.png");
  }
}
/*──────────────*/
@media (max-width:540px) {
  .br_none {
    display: none;
  }
  .s_none {
    display: block;
  }
  .sm_none {
    display: none;
  }
  .c_fix .right, .c_fix .left {
    float: none;
    width: 100%;
  }
 .size20 {
  font-size: 1.7rem;
 }
  .size24,.size26{
    font-size: 1.8rem;
  }
  .size28 {
    font-size: 2rem;
  }
  .size32 {
    font-size: 2.4rem;
  }
  .strong24 {
    font-size: 1.8rem;
  }
  .strong28 {
    font-size: 2rem;
  }
  .strong32, .strong48 {
    font-size: 2.4rem;
  }
  .mt25 {
				margin-top: 20px;
		}
		.mt30 {
				margin-top: 25px;
		}
		.mt40 {
				margin-top: 30px;
		}
		.mt50,.mt60 {
				margin-top: 35px;
		}
		.mt70,.mt80 {
				margin-top: 40px;
		}
		.mt100,.mt120 {
		margin-top: 50px;
		}
 .pd80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pd120 {
  padding-top: 60px;
  padding-bottom: 60px;
} 
 ol li {
    text-align: left;
  }
  .th_f9 {
    border: 10px solid #fff;
  }
  .th_f9 th, .th_f9 td {
    display: block;
    width: 100%;
    border: none;
  }
  .flex_table table {
    width: 100%;
    border-color: #fff;
    margin-right: 0;
  }
  /* 見出し行を消す */
  .thside th {
    display: none;
  }
  /* セルをブロックとして表示 */
  .thside td {
    display: block;
  }
  /* 最初の項目に背景色を付ける */
  .thside td:nth-child(1) {
    margin-top: 20px;
    background-color: #F9F5EC;
  }
  /* セルに見出し代わりの文字を付加 */
  .thside td:nth-child(2):before {
    content: '見出し1';
    margin-right: 20px;
    font-weight: 900;
    display: block;
  }
  .thsidetd:nth-child(3):before {
    content: '見出し2';
    margin-right: 20px;
    font-weight: 900;
    display: block;
  }
  .column4 li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
  .column4 li:last-child, .column4 li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .column4 li:nth-last-child(3), .column4 li:nth-last-child(4) {
    margin-bottom: 20px;
  }
  .column4 li:nth-child(2n) {
    margin-right: 0;
  }
  .column3 section, .column3 li {
    width: 100%;
    margin: 0 30px 20px;
  }
  .column3 section:nth-child(3n), .column3 li:nth-child(3n) {
    margin-right: 30px;
  }
  .column3 section:last-of-type, .column3 li:last-of-type {
    margin-bottom: 0;
  }
  .column2 li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .column2 li:nth-child(odd) {
    margin-right: 20px;
  }
  .column4 img, .column3 img, .column2 img {
    width: 100%;
  }
  .wrap850,.wrap700, .half, .half-m40, .third, .third2, .five, .five2 {
    width: 100%;
  }
 .third,.five {
  text-align: center;
  margin-bottom: 20px;
  }
  .third img, .five img {
    width: 60%;
  }
}
/*──────────────*/
@media (max-width:375px) {}