@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;

}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

p {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw%3D%3D);
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", sans-serif;
  color: #4d4d4d;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

table, textarea, select {
  font-size: inherit;
  font: 100%;

}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.625;
  font-weight: bold;
}

p, li, td, th, dt, dd {
  line-height: 1.625;
}

input, textarea, option {
  line-height: 1.625;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

th, td {
  vertical-align: top;
}

body {
  color: #4d4d4d;
}



caption {
  font-weight: bold;
}

th {
  text-align: left;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



/* layout module */
.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.inner {
  margin: 0 auto;
  width: 1150px;
  zoom: 1;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}
.post .section,
.post .aside {
  padding: 5rem 0 5rem;
}
.box {
  padding: 15px 15px 1px;
}


.col {
  float: left;
}

.col1 .col {
  width: 1150px;
}

.col2 .col {
  margin-left: 80px;
  width: 535px;
}

.col3 .col {
  margin-left: 80px;
  width: 330px;
}
.col3 .join2 {
  width: 660px;
}

.col4 .col {
  margin-left: 70px;
  width: 235px;
}
.col4 .join2 {
  width: 470px;
}
.col4 .join3 {
  width: 705px;
}

.col5 .col {
  margin-left: 20px;
  width: 214px;
}
.col5 .join2 {
  width: 428px;
}
.col5 .join3 {
  width: 642px;
}
.col5 .join4 {
  width: 856px;
}

.col6 .col {
  margin-left: 50px;
  width: 150px;
}
.col6 .join2 {
  width: 350px;
}
.col6 .join3 {
  width: 550px;
}
.col6 .join4 {
  width: 750px;
}
.col6 .join5 {
  width: 900px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
  margin: 0 auto;
  width: 1150px;
  zoom: 1;
}
.col1:after,
.col2:after,
.col3:after,
.col4:after,
.col5:after,
.col6:after {
  content: "";
  display: block;
  clear: both;
}
.col1 .col:first-child,
.col2 .col:first-child,
.col3 .col:first-child,
.col4 .col:first-child,
.col5 .col:first-child,
.col6 .col:first-child {
  margin-left: 0;
}

.grid1 .col {
  width: 1150px;
}

.grid2 .col {
  width: 50%;
}

.grid3 .col {
  width: 33.333333%;
}
.grid3 .join2 {
  width: 66.666666%;
}

.grid4 .col {
  width: 25%;
}
.grid4 .join2 {
  width: 50%;
}
.grid4 .join3 {
  width: 75%;
}

.grid5 .col {
  width: 20%;
}
.grid5 .join2 {
  width: 40%;
}
.grid5 .join3 {
  width: 60%;
}
.grid5 .join4 {
  width: 80%;
}

.grid6 .col {
  width: 16.666666%;
}
.grid6 .join2 {
  width: 33.333333%;
}
.grid6 .join3 {
  width: 50%;
}
.grid6 .join4 {
  width: 66.666666%;
}
.grid6 .join5 {
  width: 83.333333%;
}

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6 {
  zoom: 1;
}
.section.grid1,
.section.grid2,
.section.grid3,
.section.grid4,
.section.grid5,
.section.grid6 {
  padding: 0 !important;
}


.grid1:after,
.grid2:after,
.grid3:after,
.grid4:after,
.grid5:after,
.grid6:after {
  content: "";
  display: block;
  clear: both;
}

.panel1 .col {
  width: 1150px;
}

.panel2 .col {
  margin-left: 60px;
  width: 545px;
}

.panel3 .col {
  margin-left: 35px;
  width: 360px;
}
.panel3 .join2 {
  width: 755px;
}

.panel4 .col {
  margin-left: 30px;
  width: 265px;
}
.panel4 .join2 {
  width: 560px;
}
.panel4 .join3 {
  width: 855px;
}

.panel5 .col {
  margin-left: 20px;
  width: 180px;
}
.panel5 .join2 {
  width: 380px;
}
.panel5 .join3 {
  width: 580px;
}
.panel5 .join4 {
  width: 780px;
}

.panel6 .col {
  margin-left: 22px;
  width: 145px;
}
.panel6 .join2 {
  width: 312px;
}
.panel6 .join3 {
  width: 479px;
}
.panel6 .join4 {
  width: 646px;
}
.panel6 .join5 {
  width: 813px;
}

.panel1,
.panel2,
.panel3,
.panel4,
.panel5,
.panel6 {
  margin: 0 auto;
  width: 1150px;
  zoom: 1;
}
.panel1:after,
.panel2:after,
.panel3:after,
.panel4:after,
.panel5:after,
.panel6:after {
  content: "";
  display: block;
  clear: both;
}
.panel1 .col:first-child,
.panel2 .col:first-child,
.panel3 .col:first-child,
.panel4 .col:first-child,
.panel5 .col:first-child,
.panel6 .col:first-child {
  margin-left: 0;
}
.panel1,
.panel2,
.panel3,
.panel4,
.panel5,
.panel6 {
  display: block;
  text-decoration: none;
}

.panel2 .col img {
	width :100%;
	height :auto;
}


.headline02 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.headline03 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem
}

/* Add 20220711 */
.headline04 {
    font-size: 1.5rem;
    color: #fff;
    background: #f6921e;
    padding: 15px 30px;
    margin-bottom: 1rem
}

@media print, screen and (max-width: 1024px) {
.headline02 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.headline03 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem
}

/* Add 20220711 */
.headline04 {
    font-size: 1.2rem;
    padding: 12px 20px;
    margin: 0 10px 1rem;
}

}
.inline-center {

    text-align: center;
}
.inline-center p {
    display: inline-block;
    text-align: left;
}

.flex {
  display: -webkit-flex; /* Safari */
  display: flex;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.row-reverse {
    flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.flex-center {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.flex-between {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.flex4 .item {
    margin-bottom: 25px;
    width: 262px;
    border: 1px solid #eeeeee;
}

.flex-col3 li {
    width: 30%;
    margin: 0 1.1111% 1rem;
}
.flex-col4 li {
    width: 23%;
    margin: 0 1% 1rem;
}
.flex-wrap li .image img {
    width: 100%;
    height: auto;
}
.box-links a {
    display: block;
    border: 1px solid #efefef;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    color: inherit;
}
.box-links .image {
    margin-bottom: 1rem;
}

/* parts */
a.btn {
  padding: 8px 30px 8px 45px;
  border: 1px solid #0071bc;
  color: #0071bc;
  display: inline-block;
  text-align: center;
  background: transparent url("/images/common/arrow_right_1.png") 100% 50% no-repeat;
  text-decoration: none;
}
a.btn:hover {
  opacity: 0.5;
}
a.btn.gray {
  border-color: #4d4d4d;
  color: #4d4d4d;
  background: rgba(255, 255, 255, 0.3) url("/images/common/arrow_left_gray.png") 10% 50% no-repeat;
}

a.btn.white {
  border-color: #fff;
  color: #fff;
  background: url("/images/common/arrow_left_white.png") 10% 50% no-repeat;
}
a.btn.white.secondline{
	background-position: 3% 50%;
}
a.btn.white_on {
  border-color: #4d4d4d;
  color: #4d4d4d;
  background: #fff url("/images/common/arrow_left_gray.png") 10% 50% no-repeat;
}
a.btn.orange {
  border-color: #e67e22;
  color: #e67e22;
  background: url("/images/common/arrow_left_orange.png") 10% 50% no-repeat;
}
a.btn.orange_on {
  border-color: #e67e22;
  color: #ffffff;
  background: #e67e22 url("/images/common/arrow_left_white.png") 10% 50% no-repeat;
}
a.btn.green {
  border-color: #1aa39c;
  color: #1aa39c;
  background: url("/images/common/arrow_left_orange.png") 10% 50% no-repeat;
}
a.btn.green_on {
  border-color: #1aa39c;
  color: #ffffff;
  background: #1aa39c url("/images/common/arrow_left_white.png") 10% 50% no-repeat;
}
.request-link a {
	background-color: #f6921e;
	color: #FFFFFF;
	display: block;
}

.ocform-link a {
	background-color: #00b7ae;
	color: #FFFFFF;
    border: 1px solid #00b7ae;
	display: block;
}
.inner-link a {
    color: #0090d1;
    display: block;
    border: 1px solid #0090d1;
}


.col1 a.btn {
  min-width: 450px;
}



.col6.step {
  background: url("/images/common/step_6.png") 0 50% repeat-x;
}

.col5.step {
  background: url("/images/common/step_5.png") 0 50% repeat-x;
}

.col4.step {
  background: url("/images/common/step_4.png") 0 50% repeat-x;
}

.col3.step {
  background: url("/images/common/step_3.png") 0 50% repeat-x;
}

/* font style */
.post .col {
  margin-bottom: 15px;
}
.post .col p, .post .col ul, .post .col ol, .post .col dl, .post .col table {
  margin-bottom: 15px;
}
.post .col h2 .sub, .post .col h3 .sub {
  display: block;
  font-weight: normal;
}
.post .col1,
.post .col2,
.post .col3,
.post .col4,
.post .col5,
.post .col6 {
  margin-bottom: 45px;
}
.grid1 .col,
.grid2 .col,
.grid3 .col,
.grid4 .col,
.grid5 .col,
.grid6 .col{
  margin-bottom :0 ;
}
.post .col1 h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 5px 0 5px 11px;
}
.post .col1 h2 .sub {
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.post .col1 .lead {
  text-align: center;
}
.post .col2 h2,
.post .col3 h2
 {
  margin-bottom: 15px;
  font-size: 1.75rem;
}
.post .col2 h2 .sub {
  font-size: 1.125rem;
}
.post .col1 h3,
.post .col2 h3{
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 10px solid #E67E22;
  padding: 5px 0 5px 11px;
}
.post .col2 h3 .sub,
.post .col3 h2 .sub {
  font-size: 1.125rem;
}
.post .col3 h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.post .col3 h3 .sub {
  font-size: 1rem;
}
.post .col4 h2,
.post .col5 h2,
.post .col6 h2 {
  margin-bottom: 15px;
  font-size: 1.375rem;
}
.post .col4 h2 .sub,
.post .col5 h2 .sub,
.post .col6 h2 .sub {
  font-size: 1.125rem;
}
.post .col4 h3,
.post .col5 h3,
.post .col6 h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.post .col4 h3 .sub,
.post .col5 h3 .sub,
.post .col6 h3 .sub {
  font-size: 0.875rem;
}
.post .col4 p,
.post .col5 p,
.post .col6 p {
  font-size: 0.875rem;
}
.post .join3 p {
  font-size: 1rem;
}
.post .panel1 p,
.post .panel2 p
{
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}

.post .panel3 p,
.post .panel4 p,
.post .panel5 p,
.post .panel6 p {
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
}
.post .panel1 h3,
.post .panel2 h3{
  font-size: 1.3rem;
  padding: 20px 20px 0 20px;
}



.post .panel3 h3,
.post .panel4 h3,
.post .panel5 h3,
.post .panel6 h3 {
  font-size: 1.3rem;
  padding: 10px 10px 0 10px;
}
.post .panel1 h3 .sub,
.post .panel2 h3 .sub,
.post .panel3 h3 .sub,
.post .panel4 h3 .sub,
.post .panel5 h3 .sub,
.post .panel6 h3 .sub {

  font-size: 0.875rem;
}
.heading01 h2 {
	font-size: 21px;
	text-align: center;
	marging-bottom: 15px;
}
.heading01 .sub-copy {
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
.heading03 {
	display: -webkit-flex; /* Safari */
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4d4d4d;;
}

.heading03 h2 {
	font-size: 21px;
	width: 25%;
}
.heading03 .sub-copy {
	font-size: 13px;
	margin-top: 12px;
	width: 10%;
}
.heading03 .archive-link {
	font-size: 13px;
	color: #000000;
	margin-top: 11px;
}


.post .header.txt {
  padding: 30px 0 15px;
}
.post .header.txt h1 {
  margin-bottom: 20px;
  font-size: 2.625rem;
  font-weight: normal;
}
.post .header.txt h1 .sub {
  margin-bottom: 20px;
  display: block;
  font-size: 1.125rem;
}
.post .header.txt p {
  margin-bottom: 15px;
}
.post .header.txt .lead {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.post .header.bg1 {
  color: #fff;
  background-color: #5dcfff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.post .header.img img {
  width: 100%;
}
.post .header.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 30%;
  min-height: 200px;
}
.post .header .visual {
  margin: 0 ;
  width: 100%;
  overflow :hidden;
}
.post .header .visual .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 30%;
  min-height: 500px;
}
.post .header .visual .txt {

  width: 980px;
  height: 650px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
	top: 50%;
    left: 50%;
    margin: -480px 0 0 -480px;
}
.post .header .visual .txt h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.625rem;
  font-weight: normal;
}
.post .header .visual .txt h2 .sub {
  margin-bottom: 20px;
  display: block;
  font-size: 1.125rem;
}
.post .header .visual .txt p {
  margin-bottom: 15px;
}
.post .header .col1, .post .header .col2, .post .header .col3, .post .header .col4, .post .header .col5, .post .header .col6 {
  margin-bottom: 0;
}

.section.bg-indeximg {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: 100% 30%;
}
.section.bg-img {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: 100% 30%;
}
.section.bg-img p {
  font-weight: bold;
}
.section.bg-title {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: 100% 30%;
}

.table0 th, .table0 td {
  padding: 10px;
}


.col .table1
{  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;}

.table1 th, .table1 td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table1 thead th {
  color: #fff;
  background: #999;
}
.table1 thead td {
  color: #fff;
  background: #999;
}
.table1 tbody th {
  background: #e6e6e6;
}
.table1 tbody td {
  background: #fff;
}
.table1 tfoot th, .table1 tfoot td {
  padding: 5px 0;
  border: 0;
}

.table2 th, .table2 td {
  padding: 10px;
  border: 1px solid #0089cb;
}
.table2 thead th {
  color: #fff;
  background: #0089cb;
}
.table2 thead td {
  color: #fff;
  background: #0089cb;
}
.table2 tbody th {
  background: #c8edfa;
}
.table2 tbody td {
  background: #ffffff;
}
.table2 tfoot th, .table2 tfoot td {
  padding: 5px 0;
  border: 0;
}

.table3 th, .table3 td {
  padding: 10px;
  border: 1px solid #fff;
}
.table3 thead th {
  color: #fff;
  background: #e55c2e;
}
.table3 thead td {
  color: #fff;
  background: #e55c2e;
}
.table3 tbody th {
  background: #fad5c8;
}
.table3 tbody td {
  background: #fcf1ec;
}
.table3 tfoot th, .table3 tfoot td {
  padding: 5px 0;
  border: 0;
}
.table4 th, .table4 td {
  padding: 10px;
  border: 1px solid #e67e22;
}
.table4 thead th {
  color: #fff;
  background: #e67e22;
}
.table4 thead td {
  color: #fff;
  background: #e67e22;
}
.table4 tbody th {
  background: #FFBF37;
}
.table4 tbody td {
background: #FFFFFF;
}
.table4 tfoot th, .table3 tfoot td {
  padding: 5px 0;
  border: 0;
}
.ul1 li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: disc;
  list-style-position: inside;
}

.ul1.center li {
  padding-left: 0;
  text-indent: 0;
  list-style-position: outside;
}

.ol1 li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: decimal;
  list-style-position: inside;
}



/**
 * font
 *
 */
.en {
  font-family: 'Roboto', sans-serif;
}
.num {
  font-family: 'Open Sans', sans-serif;
}
/**
 * color
 *
 */
.bb1 {
  border-bottom: 1px solid #CFCFCF;
}

.bc1 {
  background-color: #fff;
}

.bc2 {
  background-color: #f6f6f6;
}
.bc3 {
  background-color: #f3f0e3;
}
.bdc-red {
  border-color: #EE1111;
}
.bgc-note {
background-image: url('../images/common/note.gif');
background-repeat: repeat;
}

.bgc-opwhite {
background-color: rgba(255,255,255,0.9);
}
.bgc-opblack {
background-color: rgba(0,0,0,0.5);
}
.bgc-gwhite {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.bgc-gblue {
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(210,235,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */
}
.bgc-gblack {
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.bgc-torquoise {
  background-color: #1abc9c;
}

.bgc-greensea {
  background-color: #16a085;
}

.bgc-lime {
  background-color: #A4C400;
}
.bgc-emerald {
  background-color: #2ecc71;
}

.bgc-nephritis {
  background-color: #1abc9c;
}

.bgc-peterriver {
  background-color: #0089cb;
}

.bgc-belizehole {
  background-color: #2980b9;
}

.bgc-amethyst {
  background-color: #9b59b6;
}

.bgc-wetasphalt {
  background-color: #34495e;
}

.bgc-midnightblue {
  background-color: #2c3e50;
}

.bgc-sunflower {
  background-color: #f1c40f;
}

.bgc-carrot {
  background-color: #e67e22;
}

.bgc-pumpkin {
  background-color: #d35400;
}

.bgc-alizarin {
  background-color: #e74c3c;
}

.bgc-pomegranate {
  background-color: #c0392b;
}

.bgc-clouds {
  background-color: #ecf0f1;
}

.bgc-silver {
  background-color: #bdc3c7;
}

.bgc-concrete {
  background-color: #95a5a6;
}

.bgc-asbestos {
  background-color: #7f8c8d;
}

.bgc-cyan {
  background-color: #1BA1E2;
}

.bgc-pink {
  background-color: #F472D0;
}

.bgc-pcpink {
  background-color: #ffdbff;
}
.bgc-pcblue {
  background-color: #dbffff;
}

.bgc-pcgreen {
  background-color: #edffdb;
}

.bgc-pcorance {
  background-color: #ffeddb;
}

.bgc-b0 {
  background-color: #000;
}

.bgc-b5 {
  background-color: #0d0d0d;
}

.bgc-b10 {
  background-color: #1a1a1a;
}

.bgc-b15 {
  background-color: #262626;
}

.bgc-b20 {
  background-color: #333;
}

.bgc-b25 {
  background-color: #404040;
}

.bgc-b30 {
  background-color: #4d4d4d;
}

.bgc-b35 {
  background-color: #595959;
}

.bgc-b40 {
  background-color: #666;
}

.bgc-b45 {
  background-color: #737373;
}

.bgc-b50 {
  background-color: #808080;
}

.bgc-b55 {
  background-color: #8c8c8c;
}

.bgc-b60 {
  background-color: #999;
}

.bgc-b65 {
  background-color: #a6a6a6;
}

.bgc-b70 {
  background-color: #b3b3b3;
}

.bgc-b75 {
  background-color: #bfbfbf;
}

.bgc-b80 {
  background-color: #ccc;
}

.bgc-b85 {
  background-color: #d9d9d9;
}

.bgc-b90 {
  background-color: #e5e5e5;
}

.bgc-b95 {
  background-color: #f2f2f2;
}

.bgc-b100 {
  background-color: #fff;
}

.bgc-white {
  background-color: #fff;
}

.bgc-black {
  background-color: #000;
}

.bgc-orange {
  background-color: #eb6100;
}

.c-torquoise {
  color: #1abc9c;
}

.c-greensea {
  color: #16a085;
}

.c-emerald {
  color: #2ecc71;
}

.c-nephritis {
  color: #1abc9c;
}

.c-peterriver {
  color: #0089cb;
}

.c-belizehole {
  color: #2980b9;
}

.c-amethyst {
  color: #9b59b6;
}

.c-wetasphalt {
  color: #34495e;
}

.c-midnightblue {
  color: #2c3e50;
}

.c-sunflower {
  color: #f1c40f;
}

.c-carrot {
  color: #e67e22;
}

.c-pumpkin {
  color: #d35400;
}

.c-alizarin {
  color: #e74c3c;
}

.c-pomegranate {
  color: #c0392b;
}

.c-clouds {
  color: #ecf0f1;
}

.c-silver {
  color: #bdc3c7;
}

.c-concrete {
  color: #95a5a6;
}

.c-asbestos {
  color: #7f8c8d;
}

.c-pcpink {
  color: #ffdbff;
}

.c-pcblue {
  color: #dbffff;
}

.c-pcgreen {
  color: #edffdb;
}

.c-pcorance {
  color: #ffeddb;
}

.c-b0 {
  color: #000;
}

.c-b5 {
  color: #0d0d0d;
}

.c-b10 {
  color: #1a1a1a;
}

.c-b15 {
  color: #262626;
}

.c-b20 {
  color: #333;
}

.c-b25 {
  color: #404040;
}

.c-b30 {
  color: #4d4d4d;
}

.c-b35 {
  color: #595959;
}

.c-b40 {
  color: #666;
}

.c-b45 {
  color: #737373;
}

.c-b50 {
  color: #808080;
}

.c-b55 {
  color: #8c8c8c;
}

.c-b60 {
  color: #999;
}

.c-b65 {
  color: #a6a6a6;
}

.c-b70 {
  color: #b3b3b3;
}

.c-b75 {
  color: #bfbfbf;
}

.c-b80 {
  color: #ccc;
}

.c-b85 {
  color: #d9d9d9;
}

.c-b90 {
  color: #e5e5e5;
}

.c-b95 {
  color: #f2f2f2;
}

.c-b100 {
  color: #fff;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-orange {
  color: #eb6100;
}

.bt-orange {
  border-top: 2px solid #eb6100;
}

.bt-blue {
  border-top: 2px solid #0089cb;;
}


/**
 * Layout
 *
 *
 */



.fs10 {
  font-size: 0.625rem !important;
}

.fs12 {
  font-size: 0.75rem !important;
}

.fs14 {
  font-size: 0.875rem !important;
}

.fs16 {
  font-size: 1rem !important;
}

.fs18 {
  font-size: 1.125rem !important;
}

.fs20 {
  font-size: 1.25rem !important;
}

.fs22 {
  font-size: 1.375rem !important;
}

.fs24 {
  font-size: 1.5rem !important;
}

.fs26 {
  font-size: 1.625rem !important;
}

.fs28 {
  font-size: 1.75rem !important;
}

.fs30 {
  font-size: 1.875rem !important;
}

.fs-s {
  font-size: 0.75rem !important;
}

.fs-m {
  font-size: 1rem !important;
}

.fs-l {
  font-size: 1.25rem !important;
}

.fs-2l {
  font-size: 1.5rem !important;
}

.fs-3l {
  font-size: 1.75rem !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.m0a {
  margin: 0 auto !important;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl2em {
  padding-left: 2em !important;
}

.pl3em {
  padding-left: 3em !important;
}

.lh100 {
  line-height: 1 !important;
}

.lh150 {
  line-height: 1.5 !important;
}

.lh167 {
  line-height: 1.67 !important;
}

.lh200 {
  line-height: 2 !important;
}

.ti-1em {
  text-indent: -1em !important;
}

.ti-2em {
  text-indent: -2em !important;
}

.ti-3em {
  text-indent: -3em !important;
}

.vat {
  vertical-align: top !important;
}

.vatb {
  vertical-align: text-bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

.bt0 {
  border-top: 0 !important;
}

.br0 {
  border-right: 0 !important;
}

.bb0 {
  border-bottom: 0 !important;
}

.bl0 {
  border-left: 0 !important;
}

.b0 {
  border: 0 !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.w0 {
  width: 0 !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.h10 {
  height: 10% !important;
}

.h20 {
  height: 20% !important;
}
.h30 {
  height: 30% !important;
}
.h40 {
  height: 100% !important;
}
.h100 {
  height: 100% !important;
}
.h100 {
  height: 100% !important;
}
.h100 {
  height: 100% !important;
}
.h100 {
  height: 100% !important;
}
.h100 {
  height: 100% !important;
}
.h100 {
  height: 100% !important;
}



@media print, screen and (max-width: 1024px) {
  body {
    min-width: 0;
  }



  .inner,
  .col1,
  .col2,
  .col3,
  .col4,
  .col5,
  .col6,
  .grid1,
  .grid2,
  .grid3,
  .grid4,
  .grid5,
  .grid6,
  .panel1,
  .panel2,
  .panel3,
  .panel4,
  .panel5,
  .panel6 {
    width: 100%;
  }

  .col img {
    width: 100%;
  }

  .col1 .col,
  .col2 .col,
  .col3 .col,
  .grid1 .col,
  .grid2 .col,
  .grid3 .col {
    box-sizing: border-box;
    margin-left: 0;
    padding: 10px 5% 10px;
    width: 100%;
    float: none;
  }
  .panel1 .col,
  .panel2 .col,
  .panel3 .col,
  .panel4 .col,
  .panel5 .col,
  .panel6 .col {
    box-sizing: border-box;
    margin: 0 auto 15px !important;
    width: 95%;
    float: none;
    padding-bottom : 10px;
  }
  .col4 .col,
  .col5 .col,
  .col6 .col,
  .grid4 .col,
  .grid5 .col,
  .grid6 .col {
    box-sizing: border-box;
    margin-left: 0;
    padding: 0px 2.5% 15px 5%;
    width: 50%;
  }
  .col4 .col:nth-child(2n),
  .col5 .col:nth-child(2n),
  .col6 .col:nth-child(2n),
  .grid4 .col:nth-child(2n),
  .grid5 .col:nth-child(2n),
  .grid6 .col:nth-child(2n) {
    padding: 0px 5% 15px 2.5%;
  }

  a.btn {
    box-sizing: border-box;
    min-width: 100px !important;
    width :100% !important;
  }

  /* font style */
  .fs-s {
    font-size: 0.5rem !important;
  }

  .fs-m {
    font-size: 0.66667rem !important;
  }

  .fs-l {
    font-size: 0.83333rem !important;
  }

  .fs-2l {
    font-size: 1rem !important;
  }

  .fs-3l {
    font-size: 1.16667rem !important;
  }

  .post p {
    font-size: 1rem;
  }
  .post .col {
    margin-bottom: 0;
  }
  .post .col p, .post .col ul, .post .col ol, .post .col dl, .post .col table {
    margin-bottom: 5px;
  }
  .post .col1,
  .post .col2,
  .post .col3,
  .post .col4,
  .post .col5,
  .post .col6 {
    margin-bottom: 0;
  }
  .post .col1 h2 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .post .col1 h2 .sub {
    margin-bottom: 0;
    font-size: 0.75rem;
  }
  .post .col1 .lead {
    text-align: left;
  }
  .post .col2 h2 {
    margin-bottom: 5px;
    font-size: 1.13rem;
  }
  .post .col2 h2 .sub {
    font-size: 0.75rem;
  }
  .post .col2 h3,
  .post .col3 h2 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .post .col2 h3 .sub,
  .post .col3 h2 .sub {
    font-size: 0.75rem;
  }
  .post .col3 h3 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 0.91667rem;
  }
  .post .col3 h3 .sub {
    font-size: 0.66667rem;
  }
  .post .col4 h2,
  .post .col5 h2,
  .post .col6 h2 {
    margin-bottom: 5px;
    font-size: 0.91667rem;
  }
  .post .col4 h2 .sub,
  .post .col5 h2 .sub,
  .post .col6 h2 .sub {
    font-size: 0.75rem;
  }
  .post .col4 h3,
  .post .col5 h3,
  .post .col6 h3 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 0.8rem;
  }
  .post .col4 h3 .sub,
  .post .col5 h3 .sub,
  .post .col6 h3 .sub {
    font-size: 0.8rem;
  }
  .post .col4 p,
  .post .col5 p,
  .post .col6 p {
    font-size: 0.8rem;
  }
  .panel2 .col h2,
  .panel2 .col h3,
  .panel3 .col h3,
  .panel3 .col h3
   {
   padding: 5px 10px;
  }
  .panel2 .col p,
  .panel3 .col p
   {
   padding: 5px 10px;
  }
  .post .join3 p {
    font-size: 0.8rem;
  }
  .post .col iframe {
  width : 100% !important;
  height :200px  !important;
  }
  .box {
    margin-bottom: 10px;
  }


 .post .header.txt {
  padding: 20px 0 10px;
}
.post .header.txt h1 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.post .header.txt h1 .sub {
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.post .header.txt p {
  margin-bottom: 15px;
}
.post .header.txt .lead {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: left;
}
.post .header.img img {
  width: 100%;
}
.post .header.bg-img {
  background-position: right top;
  min-height: 100px;
}


.post .section,
.post .aside {
  padding: 20px 0 20px;
}
.section.bg-indeximg {
  min-height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: 100% 30%;
}
.section.bg-img {
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: 100% 30%;
}
.section.bg-img p {
  font-weight: bold;
}
.section.bg-title {
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
 background-position: 100% 30%;
}

  .table0,.table1,.table2,.table3,.table4 {
  	font-size :1rem;
  }
  .table0 th,.table1 th,.table2 th,.table3 th,.table4  th{
  	padding : 10px;
  }
  .table0 td,.table1 td,.table2 td,.table3 td,.table4  td{
  	padding : 10px;
  }

  .form1 {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .form1 table {
    width: 100%;
    font-size: 14px;
  }
  .form1 th {
    display: block;
    padding-right: 0;
    padding-top: 0;
  }
  .form1 td {
    display: block;
  }
  .form1 select {
    font-size: 14px;
    width: 288px;
  }
  .form1 input[type="checkbox"]{
    -webkit-appearance: 3px !important;
 	border-radius: 3px !important;
  }
  .form1 input[type="text"],
  .form1 textarea {
    padding: 0 5px;
    font-size: 14px;
  }
  .form1 input[type="text"] {
    width: 278px;
  }
  .form1 textarea {
    width: 278px;
    height: 300px;
  }
  .form1 input[type="submit"] {
    display: inline-block;
    font-size: 16px;
  }
  .form1 input[type="submit"]:first-child {
    margin-left: 0;
  }
  .form1 input[type="submit"] {
    padding: 10px;
    width: 288px;
    height: 50px;
    display: block;
    cursor: pointer;
  }
  .form1 .required {
    margin-left: 5px;
    color: #c00;
    font-size: 12px;
  }
  .form1 .required2 {
    margin-left: 5px;
    color: #808;
    font-size: 12px;
  }
}

  /* 220225追加 */
  .fr-cal .cal p {
    font-weight: bold;
  }