@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
span {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*　　基本設定
-------------------------------------------------------*/
html { font-size: 62.5%;}
* { }
body {
	font-size: 16px; font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
img {max-width: 100%; height: auto; vertical-align: top;}
a { color: #0744b9; text-decoration: none;}
a:hover { color: #0042ff; text-decoration: none;}
.imgLink:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity:0.7;
}
a.blockLink { display: block; color: #000;}
a.blockLink:hover { background: #f5f5f5;}
.clearfix {
	display: block;
}
a.blank {
	display: inline;
	padding-left: 18px;
	background: url(../images/common/icon_blank.png) no-repeat;
	background-position: 3px center;
}
a.blank:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;	
}
/* IS IE */
.clearfix {
 *display: inline-block;
 *zoom: 1;
}
.pc { display: block !important;}
.pc2 { display: inline-block !important;}
.tb,
.tb2 { display: none !important;}
.sp,
.sp2 { display: none !important;}
.pc-tb { display: block !important;}
.tb-sp { display: none !important;}

@media screen and (min-width: 768px) and (max-width: 1023px){
body { font-size: 14px; font-size: 1.4rem;}
.pc { display: none !important;}
.tb { display: block !important;}
.tb2 { display: inline-block !important;}
.sp,
.sp2 { display: none !important;}
.pc-tb { display: block !important;}
.tb-sp { display: block !important;}
}

@media screen and (max-width: 767px){
body { font-size: 14px; font-size: 1.4rem;}
.pc { display: none !important;}
.tb,
.tb2 { display: none !important;}
.sp { display: block !important;}
.sp2 { display: inline-block !important;}
.pc-tb { display: none !important;}
.tb-sp { display: block !important;}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}





/*　　枠組み
-------------------------------------------------------*/
.wrapper-flex-row {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.fd-row {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
}
.fd-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fd-column {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.fd-column-reverse {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}
.fw-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fw-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.fw-wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.jc-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jc-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.ai-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ai-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.as-auto {
	-ms-flex-item-align:auto;
	align-self: auto;
}
.as-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.as-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.as-center {
	-ms-flex-item-align: center;
	align-self: center;
}
.as-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}
.as-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
.wrapper-flex-row > .cnt-row2 {
	width: 47.95%;
	margin-right: 4.08%;
}
.wrapper-flex-row > .cnt-row2:nth-child(even) {
	margin-right: 0;
}
.fd-reverse > .cnt-row2 {
	margin-right: 0;
}
.fd-reverse > .cnt-row2:nth-child(even) {
	margin-right: 4.08%;
}
.wrapper-flex-row > .cnt-row2-full {
	width: 50%;
}
.wrapper-flex-row > .cnt-row3 {
	width: 31%;
	margin-right: 3.5%;
}
.wrapper-flex-row > .cnt-row3:nth-child(3n) {
	margin-right: 0;
}
.fd-reverse > .cnt-row3 {
	margin-right: 0;
	margin-left: 3.5%;
}
.fd-reverse > .cnt-row3:nth-child(3n) {
	margin-left: 0;
}
.wrapper-flex-row > .cnt-row3-full {
	width: calc(100% / 3);
}
.wrapper-table {
	overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.tb-fd-row {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
}
.tb-fd-column {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.tb-fw-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tb-fw-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.tb-jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tb-jc-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tb-jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tb-jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.tb-jc-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.tb-ai-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.tb-ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ai-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.tb-ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wrapper-flex-row > .cnt-row2 {
	width: 47.95%;
	margin-right: 4.08%;
}
.wrapper-flex-row > .cnt-row2:nth-child(even) {
	margin-right: 0;
}
.wrapper-flex-row > .cnt-row2-full {
	width: 50%;
}
.fd-reverse > .cnt-row2 {
	margin-right: 0;
}
.fd-reverse > .cnt-row2:nth-child(even) {
	margin-right: 4.08%;
}
.wrapper-flex-row > .cnt-row3:nth-child(3n) {
	margin-right: 0;
}
.fd-reverse > .cnt-row3 {
	margin-right: 0;
	margin-left: 3.5%;
}
.fd-reverse > .cnt-row3:nth-child(3n) {
	margin-left: 0;
}
.tb-fd-column > .cnt-row2,
.tb-fd-column > .cnt-row2-full,
.tb-fd-column > .cnt-row3 {
	width: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}

@media screen and (max-width: 767px){
.sp-fd-row {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
}
.sp-fd-column {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.sp-fd-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sp-fw-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sp-fw-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sp-jc-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sp-jc-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sp-jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sp-jc-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sp-jc-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sp-ai-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.sp-ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sp-ai-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.sp-ai-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wrapper-flex-row > .cnt-row2 {
	width: 47.95%;
	margin-right: 4.08%;
}
.wrapper-flex-row > .cnt-row2:nth-child(even) {
	margin-right: 0;
}
.wrapper-flex-row > .cnt-row2-full {
	width: 50%;
}
.fd-reverse > .cnt-row2 {
	margin-right: 0;
}
.fd-reverse > .cnt-row2:nth-child(even) {
	margin-right: 4.08%;
}
.wrapper-flex-row > .cnt-row3 {
	width: 31%;
	margin-right: 3.5%;
}
.wrapper-flex-row > .cnt-row3:nth-child(3n) {
	margin-right: 0;
}
.fd-reverse > .cnt-row3 {
	margin-right: 0;
	margin-left: 3.5%;
}
.fd-reverse > .cnt-row3:nth-child(3n) {
	margin-left: 0;
}
.sp-fd-column > .cnt-row2,
.sp-fd-column > .cnt-row2-full,
.sp-fd-column > .cnt-row3,
.sp-fd-column > .cnt-row3-full {
	width: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}



/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
.cnt-tit1 {
	padding:  12px 8px 8px 15px;
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	border-left: 10px solid #008aac;
	border-bottom: 1px solid #008aac;
	background-color: #f1f8fe;
	border-radius: 0 16px 0 0;
	behavior: url(/js/PIE.htc);
}
.cnt-tit2 {
	font-size: 22px; font-size: 2.2rem;
	line-height: 1.4;
}
.cnt-tit3 {
	padding: 12px 15px 8px 15px;
	color: #008aac;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #ccc;
	background-color: #f5f5f5;
}
.cnt-tit4 {
	padding: 6px 10px 4px 10px;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	border-left: 6px solid #ff9900;
}
.txt-box {
	padding: 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.c-title01 {
	font-size: 3rem;
}
.c-title01-line {
	font-size: 3rem;
	padding: 3px 0 3px 12px;
	border-left: 6px solid #154cb2;
}
.c-title01-bg {
	padding: 10px 15px;
	font-size: 2.4rem;
	color: #fff;
	border-radius: 0 30px 0 0;
	background: #2c6ee6;
}
.btn01 {
	display: block;
	padding: 15px;
	color: #333;
	border: 1px solid #333;
	text-align: center;
}
.btn01:hover {
	color: #0744b9;
	border: 1px solid #0744b9;
}

.scale {
	overflow: hidden;
}
.scale img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.scale img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.cnt-mix { overflow: hidden; zoom:1;}
.cnt-mix .cntL { float: left; margin-right:20px; margin-bottom: 10px;}
.cnt-mix .cntR { float: right; margin-left: 20px; margin-bottom: 10px;}
.cnt-mix .no-around { overflow: hidden; zoom:1;}
.list-disc { list-style-type: disc; list-style-position: outside; margin-left: 25px;}
.list-decimal { list-style-type: decimal; list-style-position: outside; margin-left: 25px;}
.list-kome { list-style-position: outside; margin-left: 1em; text-indent: -1em;}
.list-table {
	display: table;
}
.list-table-fix {
	display: table;
	table-layout: fixed;
}
.list-table li,
.list-table-fix li {
	display: table-cell;
}
.table-type1 {
	width: 100%;
}
.table-type1 th {
	padding: 10px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-type1 td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-type2 {
	width: 100%;
}
.table-type2 tr:nth-child(odd){
	background-color: #f5f5f5;
}
.table-type2 th {
	padding: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-type2 td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.btn-back a {
	width: 225px;
	height: 53px;
	border-radius: 15px;
	border-width: 1px;
	border-color: #333;
	border-style: solid;
	background-color: #fff;
	display: flex;
	padding: 5px 0 0 0;
justify-content: center;
align-items: center;
	color: #483112;
	font-size: 18px;
	
}
.btn-back a::before{

}
.btn-back a:hover {
	background-color: #148dbf;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-tit1,
.cnt-tit2 {
	font-size: 20px; font-size: 2.0rem;
}
.c-title01 {
	font-size: 2.4rem;
}
.c-title01-line {
	font-size: 2.4rem;
	padding: 3px 0 3px 12px;
}
.c-title01-bg {
	padding: 8px 12px;
	font-size: 2rem;
	border-radius: 0 25px 0 0;
}
#page-top a {
	bottom: 140px;
	right: 30px;
}
}

@media screen and (max-width: 736px){
.cnt-tit1,
.cnt-tit2 {
	font-size: 18px; font-size: 1.8rem;
}
.c-title01 {
	font-size: 2rem;
}
.c-title01-line {
	font-size: 2rem;
	border-left: 4px solid #154cb2;
}
.c-title01-bg {
	padding: 8px 12px;
	font-size: 1.6rem;
	border-radius: 0 20px 0 0;
}
.cnt-mix .cntL.sp30,
.cnt-mix .cntR.sp30 { width: 30%;}
.cnt-mix .cntL.sp40,
.cnt-mix .cntR.sp40 { width: 40%;}
.cnt-mix .cntL.sp100,
.cnt-mix .cntR.sp100 { width: 100%;}
#page-top a {
	display: block;
	position: fixed;
	bottom: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
}



/*　　共通パーツ　/　テーブル1
-------------------------------------------------------*/
.table-design1,
.table-design1-sp-block {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-design1 *,
.table-design1-sp-block * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table-design1 > tbody > tr > th,
.table-design1-sp-block > tbody > tr > th {
	padding: 15px;
	font-weight: 700;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: center;
}
.table-design1 > tbody > tr > td,
.table-design1-sp-block > tbody > tr > td {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
.table-even-bg tr:nth-child(even) td {
	background-color: #fbfbfb;
}
.table-odd-bg tr:nth-child(odd) td {
	background-color: #fbfbfb;
}
.table-even-bg2 tr:nth-child(even) th,
.table-even-bg2 tr:nth-child(even) td {
	background-color: #fbfbfb;
}
.table-odd-bg2 tr:nth-child(odd) th,
.table-odd-bg2 tr:nth-child(odd) td {
	background-color: #fbfbfb;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.table-design1 > tbody > tr > th,
.table-design1-sp-block > tbody > tr > th {
	padding: 10px;
}
.table-design1 > tbody > tr > td,
.table-design1-sp-block > tbody > tr > td {
	padding: 10px;
}
}

@media screen and (max-width: 736px){
.table-design1 > tbody > tr > th {
	padding: 10px;
}
.table-design1 > tbody > tr > td {
	padding: 10px;
}
.table-design1-sp-block {
	border-bottom: 1px solid #ccc;
}
.table-design1-sp-block > tbody > tr > th {
	display: block;
	width: 100% !important;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: left;
}
.table-design1-sp-block > tbody > tr > td {
	display: block;
	width: 100% !important;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
}
.table-design1.sp-fsS th,
.table-design1.sp-fsS td,
.table-design1-sp-block.sp-fsS th,
.table-design1-sp-block.sp-fsS td {
	padding: 5px;
	font-size: 11px; font-size: 1.1rem;
}
}



/*　　共通パーツ　/　テーブル2
-------------------------------------------------------*/
.table-design2 *,
.table-design2-sp-block * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table-design2,
.table-design2-sp-block {
	width: 100%;
}
.table-design2.bg-line tr:nth-child(odd),
.table-design2-sp-block.bg-line tr:nth-child(odd) {
	background-color: #f5f6f8;
}
.border-T1 {
	border-top: 1px solid #dedede;
}
.border-B1 {
	border-bottom: 1px solid #dedede;
}
.table-design2 > tbody > tr > th,
.table-design2-sp-block > tbody > tr > th {
	padding: 20px 0 20px 20px;
	font-weight: 700;
	border-top: 1px solid #dedede;
	vertical-align: top;
	text-align: left;
}
.table-design2 > tbody > tr > td,
.table-design2-sp-block > tbody > tr > td {
	padding: 20px 0 20px 40px;
	border-top: 1px solid #dedede;
	vertical-align: top;
}
.th-alC th,
.td-alC td {
	text-align: center !important;
}
.th-alR th,
.td-alR td {
	text-align: right !important;
}
.tb-table-fsS th,
.tb-table-fsS td {
}
.sp-table-w200 {
}
.sp-table-w200 th,
.sp-table-w200 td {
}
.sp-table-fsS th,
.sp-table-fsS td {
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.table-design2 > tbody > tr > th,
.table-design2-sp-block > tbody > tr > th {
	padding: 10px;
}
.table-design2 > tbody > tr > td,
.table-design2-sp-block > tbody > tr > td {
	padding: 10px;
}
.table-design2-sp-block.tb-block > tbody > tr > th {
	display: block;
	width: 100% !important;
	padding: 15px 10px 10px 10px;
	text-align: left;
}
.table-design2-sp-block.tb-block > tbody > tr > td {
	display: block;
	width: 100% !important;
	padding: 0 10px 15px 30px;
  border-top: 0;
}
.tb-table-fsS th,
.tb-table-fsS td {
	font-size: 1.2rem !important;
}
}

@media screen and (max-width: 767px){
.table-design2 > tbody > tr > th {
	padding: 12px 0 12px 5px;
	font-weight: 700;
}
.table-design2 > tbody > tr > td {
	padding: 12px 0 12px 20px;
	border-top: 1px solid #dedede;
}
.table-design2-sp-block > tbody > tr > th {
	display: block;
	width: 100% !important;
	padding: 15px 10px 10px 10px;
	text-align: left;
}
.table-design2-sp-block > tbody > tr > td {
	display: block;
	width: 100% !important;
	padding: 0 10px 15px 30px;
  border-top: 0;
}
.sp-table-w200 {
	width: 200%;
}
.sp-table-fsS th,
.sp-table-fsS td {
	font-size: 1.2rem !important;
}
}




/*　　bg・カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor-WHT { background-color: #fff !important;}
.bgcolor-GRY { background-color: #f5f5f5 !important;}
.color-BLK { color: #000 !important;}
.color-GRY { color: #666 #6E4949;}
.color-WHT { color: #fff !important;}
.color-RED { color: #ff0000 !important;}
.color-BLU { color: #0059b2 !important;}
.fsXS { font-size: 12px; font-size: 1.2rem;}
.fsS { font-size: 14px; font-size: 1.4rem;}
.fsM { font-size: 16px; font-size: 1.6rem;}
.fsL { font-size: 18px; font-size: 1.8rem;}
.fsXL { font-size: 22px; font-size: 2.2rem;}
.fsXXL { font-size: 26px; font-size: 2.6rem;}
.fwB { font-weight: bold !important;}
.fwN { font-weight: normal !important;}
.borderBox { border: 1px solid #ccc !important;}
.borderT { border-top: 1px solid #ccc !important;}
.borderB { border-bottom: 1px solid #ccc !important;}
.borderL { border-left: 1px solid #ccc !important;}
.borderR { border-right: 1px solid #ccc !important;}
.borderBox-dot { border: 1px dotted #ccc !important;}
.borderT-dot { border-top: 1px dotted #ccc !important}
.borderB-dot { border-bottom: 1px dotted #ccc !important}
.borderL-dot { border-left: 1px dotted #ccc !important}
.borderR-dot { border-right: 1px dotted #ccc !important}
.lh10 { line-height: 1.0;}
.lh11 { line-height: 1.1;}
.lh12 { line-height: 1.2;}
.lh13 { line-height: 1.3;}
.lh14 { line-height: 1.4;}
.lh15 { line-height: 1.5;}
.lh16 { line-height: 1.6;}
.lh17 { line-height: 1.7;}
.lh18 { line-height: 1.8;}
.lh19 { line-height: 1.9;}
.lh20 { line-height: 2.0;}

@media screen and (min-width: 768px) and (max-width: 1023px){
.fsXS { font-size: 10px; font-size: 1.0rem;}
.fsS { font-size: 12px; font-size: 1.2rem;}
.fsM { font-size: 14px; font-size: 1.4rem;}
.fsL { font-size: 16px; font-size: 1.6rem;}
.fsXL { font-size: 18px; font-size: 1.8rem;}
.fsXXL { font-size: 22px; font-size: 2.2rem;}
}
@media screen and (max-width: 767px){
.fsXS { font-size: 10px; font-size: 1.0rem;}
.fsS { font-size: 12px; font-size: 1.2rem;}
.fsM { font-size: 14px; font-size: 1.4rem;}
.fsL { font-size: 16px; font-size: 1.6rem;}
.fsXL { font-size: 18px; font-size: 1.8rem;}
.fsXXL { font-size: 20px; font-size: 2.0rem;}
}


/*　　その他・マージン・パディング
-------------------------------------------------------*/
.word-wrap-bw { word-wrap: break-word;}
.flL { float: left !important;}
.flR { float: right !important;}
.flN { float: none !important;}
.vaT { vertical-align: top !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.vaBL { vertical-align: baseline!important;}
.tableFix { table-layout: fixed !important;}
.position-r { position: relative;}
.position-a { position: absolute;}
.pd0 { padding: 0 !important;}
.pd10 { padding: 10px !important;}
.pd15 { padding: 15px !important;}
.pd20 { padding: 20px !important;}
.pdT0 { padding-top: 0 !important;}
.pdT5 { padding-top: 5px !important;}
.pdT10 { padding-top: 10px !important;}
.pdT15 { padding-top: 15px !important;}
.pdT20 { padding-top: 20px !important;}
.pdT25 { padding-top: 25px !important;}
.pdT30 { padding-top: 30px !important;}
.pdT35 { padding-top: 35px !important;}
.pdT40 { padding-top: 40px !important;}
.pdT45 { padding-top: 45px !important;}
.pdT50 { padding-top: 50px !important;}
.pdT55 { padding-top: 55px !important;}
.pdT60 { padding-top: 60px !important;}
.pdT65 { padding-top: 65px !important;}
.pdT70 { padding-top: 70px !important;}
.pdT75 { padding-top: 75px !important;}
.pdT80 { padding-top: 80px !important;}
.pdT85 { padding-top: 85px !important;}
.pdT90 { padding-top: 90px !important;}
.pdT95 { padding-top: 95px !important;}
.pdT100 { padding-top: 100px !important;}
.pdB0 { padding-bottom: 0 !important;}
.pdB5 { padding-bottom: 5px !important;}
.pdB10 { padding-bottom: 10px !important;}
.pdB15 { padding-bottom: 15px !important;}
.pdB20 { padding-bottom: 20px !important;}
.pdB25 { padding-bottom: 25px !important;}
.pdB30 { padding-bottom: 30px !important;}
.pdB35 { padding-bottom: 35px !important;}
.pdB40 { padding-bottom: 40px !important;}
.pdB45 { padding-bottom: 45px !important;}
.pdB50 { padding-bottom: 50px !important;}
.pdB55 { padding-bottom: 55px !important;}
.pdB60 { padding-bottom: 60px !important;}
.pdB65 { padding-bottom: 65px !important;}
.pdB70 { padding-bottom: 70px !important;}
.pdB75 { padding-bottom: 75px !important;}
.pdB80 { padding-bottom: 80px !important;}
.pdB85 { padding-bottom: 85px !important;}
.pdB90 { padding-bottom: 90px !important;}
.pdB95 { padding-bottom: 95px !important;}
.pdB100 { padding-bottom: 100px !important;}
.pdL0 { padding-left: 0 !important;}
.pdL5 { padding-left: 5px !important;}
.pdL10 { padding-left: 10px !important;}
.pdL15 { padding-left: 15px !important;}
.pdL20 { padding-left: 20px !important;}
.pdL25 { padding-left: 25px !important;}
.pdL30 { padding-left: 30px !important;}
.pdL35 { padding-left: 35px !important;}
.pdL40 { padding-left: 40px !important;}
.pdL45 { padding-left: 45px !important;}
.pdL50 { padding-left: 50px !important;}
.pdL55 { padding-left: 55px !important;}
.pdL60 { padding-left: 60px !important;}
.pdL65 { padding-left: 65px !important;}
.pdL70 { padding-left: 70px !important;}
.pdL75 { padding-left: 75px !important;}
.pdL80 { padding-left: 80px !important;}
.pdL85 { padding-left: 85px !important;}
.pdL90 { padding-left: 90px !important;}
.pdL95 { padding-left: 95px !important;}
.pdL100 { padding-left: 100px !important;}
.pdR0 { padding-right: 0 !important;}
.pdR5 { padding-right: 5px !important;}
.pdR10 { padding-right: 10px !important;}
.pdR15 { padding-right: 15px !important;}
.pdR20 { padding-right: 20px !important;}
.pdR25 { padding-right: 25px !important;}
.pdR30 { padding-right: 30px !important;}
.pdR35 { padding-right: 35px !important;}
.pdR40 { padding-right: 40px !important;}
.pdR45 { padding-right: 45px !important;}
.pdR50 { padding-right: 50px !important;}
.pdR55 { padding-right: 55px !important;}
.pdR60 { padding-right: 60px !important;}
.pdR65 { padding-right: 65px !important;}
.pdR70 { padding-right: 70px !important;}
.pdR75 { padding-right: 75px !important;}
.pdR80 { padding-right: 80px !important;}
.pdR85 { padding-right: 85px !important;}
.pdR90 { padding-right: 90px !important;}
.pdR95 { padding-right: 95px !important;}
.pdR100 { padding-right: 100px !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;}
.mgCenter {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mg0 { margin: 0 !important;}
.mgT0 { margin-top: 0 !important;}
.mgT5 { margin-top: 5px !important;}
.mgT10 { margin-top: 10px !important;}
.mgT15 { margin-top: 15px !important;}
.mgT20 { margin-top: 20px !important;}
.mgT25 { margin-top: 25px !important;}
.mgT30 { margin-top: 30px !important;}
.mgT35 { margin-top: 35px !important;}
.mgT40 { margin-top: 40px !important;}
.mgT45 { margin-top: 45px !important;}
.mgT50 { margin-top: 50px !important;}
.mgT55 { margin-top: 55px !important;}
.mgT60 { margin-top: 60px !important;}
.mgT65 { margin-top: 65px !important;}
.mgT70 { margin-top: 70px !important;}
.mgT75 { margin-top: 75px !important;}
.mgT80 { margin-top: 80px !important;}
.mgT85 { margin-top: 85px !important;}
.mgT90 { margin-top: 90px !important;}
.mgT95 { margin-top: 95px !important;}
.mgT100 { margin-top: 100px !important;}
.mgB0 { margin-bottom: 0 !important;}
.mgB5 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB15 { margin-bottom: 15px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB25 { margin-bottom: 25px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB35 { margin-bottom: 35px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB45 { margin-bottom: 45px !important;}
.mgB50 { margin-bottom: 50px !important;}
.mgB55 { margin-bottom: 55px !important;}
.mgB60 { margin-bottom: 60px !important;}
.mgB65 { margin-bottom: 65px !important;}
.mgB70 { margin-bottom: 70px !important;}
.mgB75 { margin-bottom: 75px !important;}
.mgB80 { margin-bottom: 80px !important;}
.mgB85 { margin-bottom: 85px !important;}
.mgB90 { margin-bottom: 90px !important;}
.mgB95 { margin-bottom: 95px !important;}
.mgB100 { margin-bottom: 100px !important;}
.mgL0 { margin-left: 0 !important;}
.mgL5 { margin-left: 5px !important;}
.mgL10 { margin-left: 10px !important;}
.mgL15 { margin-left: 15px !important;}
.mgL20 { margin-left: 20px !important;}
.mgL25 { margin-left: 25px !important;}
.mgL30 { margin-left: 30px !important;}
.mgL35 { margin-left: 35px !important;}
.mgL40 { margin-left: 40px !important;}
.mgL45 { margin-left: 45px !important;}
.mgL50 { margin-left: 50px !important;}
.mgL55 { margin-left: 55px !important;}
.mgL60 { margin-left: 60px !important;}
.mgL65 { margin-left: 65px !important;}
.mgL70 { margin-left: 70px !important;}
.mgL75 { margin-left: 75px !important;}
.mgL80 { margin-left: 80px !important;}
.mgL85 { margin-left: 85px !important;}
.mgL90 { margin-left: 90px !important;}
.mgL95 { margin-left: 95px !important;}
.mgL100 { margin-left: 100px !important;}
.mgR0 { margin-right: 0 !important;}
.mgR5 { margin-right: 5px !important;}
.mgR10 { margin-right: 10px !important;}
.mgR15 { margin-right: 15px !important;}
.mgR20 { margin-right: 20px !important;}
.mgR25 { margin-right: 25px !important;}
.mgR30 { margin-right: 30px !important;}
.mgR35 { margin-right: 35px !important;}
.mgR40 { margin-right: 40px !important;}
.mgR45 { margin-right: 45px !important;}
.mgR50 { margin-right: 50px !important;}
.mgR55 { margin-right: 55px !important;}
.mgR60 { margin-right: 60px !important;}
.mgR65 { margin-right: 65px !important;}
.mgR70 { margin-right: 70px !important;}
.mgR75 { margin-right: 75px !important;}
.mgR80 { margin-right: 80px !important;}
.mgR85 { margin-right: 85px !important;}
.mgR90 { margin-right: 90px !important;}
.mgR95 { margin-right: 95px !important;}
.mgR100 { margin-right: 100px !important;}
.mgT-setXL { margin-top: 130px !important;}
.mgT-setL { margin-top: 80px !important;}
.mgT-setM {	margin-top: 50px !important;}
.mgT-setS { margin-top: 40px !important;}
.pdT-setL { padding-top: 80px !important;}
.pdT-setM {	padding-top: 50px !important;}
.pdT-setS { padding-top: 40px !important;}
.mgB-setL { margin-bottom: 80px !important;}
.mgB-setM {	margin-bottom: 50px !important;}
.mgB-setS { margin-bottom: 30px !important;}
.pdB-setL { padding-bottom: 80px !important;}
.pdB-setM {	padding-bottom: 50px !important;}
.pdB-setS { padding-bottom: 40px !important;}
.alL { text-align: left !important;}
.alR { text-align: right !important;}
.alC { text-align: center !important;}

@media screen and (min-width: 768px) and (max-width: 1023px){
.mgT-setXL, .tb-mgT-setXL { margin-top: 100px !important;}
.mgT-setL, .tb-mgT-setL { margin-top: 60px !important;}
.mgT-setM, .tb-mgT-setM { margin-top: 40px !important;}
.mgT-setS, .tb-mgT-setS { margin-top: 30px !important;}
.pdT-setL, .tb-pdT-setL { padding-top: 60px !important;}
.pdT-setM, .tb-pdT-setM { padding-top: 40px !important;}
.pdT-setS, .tb-pdT-setS { padding-top: 30px !important;}
.mgB-setL, .tb-mgB-setL { margin-bottom: 60px !important;}
.mgB-setM, .tb-mgB-setM { margin-bottom: 40px !important;}
.mgB-setS, .tb-mgB-setS { margin-bottom: 30px !important;}
.pdB-setL, .tb-pdB-setL { padding-bottom: 60px !important;}
.pdB-setM, .tb-pdB-setM { padding-bottom: 40px !important;}
.pdB-setS, .tb-pdB-setS { padding-bottom: 30px !important;}
.tb-alC { text-align: center !important;}
.tb-alL { text-align: left !important;}
.tb-alR { text-align: right !important;}
.tb-mgT0 { margin-top: 0 !important;}
.tb-mgT5 { margin-top: 5px !important;}
.tb-mgT10 { margin-top: 10px !important;}
.tb-mgT15 { margin-top: 15px !important;}
.tb-mgT20 { margin-top: 20px !important;}
.tb-mgT25 { margin-top: 25px !important;}
.tb-mgT30 { margin-top: 30px !important;}
.tb-mgT35 { margin-top: 35px !important;}
.tb-mgT40 { margin-top: 40px !important;}
.tb-mgT45 { margin-top: 45px !important;}
.tb-mgT50 { margin-top: 50px !important;}
.tb-mgT55 { margin-top: 55px !important;}
.tb-mgT60 { margin-top: 60px !important;}
.tb-mgT65 { margin-top: 65px !important;}
.tb-mgT70 { margin-top: 70px !important;}
.tb-mgT75 { margin-top: 75px !important;}
.tb-mgT80 { margin-top: 80px !important;}
.tb-mgT85 { margin-top: 85px !important;}
.tb-mgT90 { margin-top: 90px !important;}
.tb-mgT95 { margin-top: 95px !important;}
.tb-mgT100 { margin-top: 100px !important;}
.tb-mgB0 { margin-bottom: 0 !important;}
.tb-mgB5 { margin-bottom: 5px !important;}
.tb-mgB10 { margin-bottom: 10px !important;}
.tb-mgB15 { margin-bottom: 15px !important;}
.tb-mgB20 { margin-bottom: 20px !important;}
.tb-mgB25 { margin-bottom: 25px !important;}
.tb-mgB30 { margin-bottom: 30px !important;}
.tb-mgB35 { margin-bottom: 35px !important;}
.tb-mgB40 { margin-bottom: 40px !important;}
.tb-mgB45 { margin-bottom: 45px !important;}
.tb-mgB50 { margin-bottom: 50px !important;}
.tb-mgB55 { margin-bottom: 55px !important;}
.tb-mgB60 { margin-bottom: 60px !important;}
.tb-mgB65 { margin-bottom: 65px !important;}
.tb-mgB70 { margin-bottom: 70px !important;}
.tb-mgB75 { margin-bottom: 75px !important;}
.tb-mgB80 { margin-bottom: 80px !important;}
.tb-mgB85 { margin-bottom: 85px !important;}
.tb-mgB90 { margin-bottom: 90px !important;}
.tb-mgB95 { margin-bottom: 95px !important;}
.tb-mgB100 { margin-bottom: 100px !important;}
.tb-w5 { width: 5% !important;}
.tb-w10 { width: 10% !important;}
.tb-w15 { width: 15% !important;}
.tb-w20 { width: 20% !important;}
.tb-w25 { width: 25% !important;}
.tb-w30 { width: 30% !important;}
.tb-w35 { width: 35% !important;}
.tb-w40 { width: 40% !important;}
.tb-w45 { width: 45% !important;}
.tb-w50 { width: 50% !important;}
.tb-w55 { width: 55% !important;}
.tb-w60 { width: 60% !important;}
.tb-w65 { width: 65% !important;}
.tb-w70 { width: 70% !important;}
.tb-w75 { width: 75% !important;}
.tb-w80 { width: 80% !important;}
.tb-w85 { width: 85% !important;}
.tb-w90 { width: 90% !important;}
.tb-w95 { width: 95% !important;}
.tb-w100 { width: 100% !important;}
}

@media screen and (max-width: 767px){
.mgT-setXL, .sp-mgT-setXL { margin-top: 80px !important;}
.mgT-setL, .sp-mgT-setL { margin-top: 50px !important;}
.mgT-setM, .sp-mgT-setM { margin-top: 40px !important;}
.mgT-setS, .sp-mgT-setS { margin-top: 30px !important;}
.pdT-setL, .sp-pdT-setL { padding-top: 50px !important;}
.pdT-setM, .sp-pdT-setM { padding-top: 40px !important;}
.pdT-setS, .sp-pdT-setS { padding-top: 30px !important;}
.mgB-setL, .sp-mgB-setL { margin-bottom: 50px !important;}
.mgB-setM, .sp-mgB-setM { margin-bottom: 40px !important;}
.mgB-setS, .sp-mgB-setS { margin-bottom: 30px !important;}
.pdB-setL, .sp-pdB-setL { padding-bottom: 50px !important;}
.pdB-setM, .sp-pdB-setM { padding-bottom: 40px !important;}
.pdB-setS, .sp-pdB-setS { padding-bottom: 30px !important;}
.sp-alC { text-align: center !important;}
.sp-alL { text-align: left !important;}
.sp-alR { text-align: right !important;}
.sp-mgT0 { margin-top: 0 !important;}
.sp-mgT5 { margin-top: 5px !important;}
.sp-mgT10 { margin-top: 10px !important;}
.sp-mgT15 { margin-top: 15px !important;}
.sp-mgT20 { margin-top: 20px !important;}
.sp-mgT25 { margin-top: 25px !important;}
.sp-mgT30 { margin-top: 30px !important;}
.sp-mgT35 { margin-top: 35px !important;}
.sp-mgT40 { margin-top: 40px !important;}
.sp-mgT45 { margin-top: 45px !important;}
.sp-mgT50 { margin-top: 50px !important;}
.sp-mgT55 { margin-top: 55px !important;}
.sp-mgT60 { margin-top: 60px !important;}
.sp-mgT65 { margin-top: 65px !important;}
.sp-mgT70 { margin-top: 70px !important;}
.sp-mgT75 { margin-top: 75px !important;}
.sp-mgT80 { margin-top: 80px !important;}
.sp-mgT85 { margin-top: 85px !important;}
.sp-mgT90 { margin-top: 90px !important;}
.sp-mgT95 { margin-top: 95px !important;}
.sp-mgT100 { margin-top: 100px !important;}
.sp-mgB0 { margin-bottom: 0 !important;}
.sp-mgB5 { margin-bottom: 5px !important;}
.sp-mgB10 { margin-bottom: 10px !important;}
.sp-mgB15 { margin-bottom: 15px !important;}
.sp-mgB20 { margin-bottom: 20px !important;}
.sp-mgB25 { margin-bottom: 25px !important;}
.sp-mgB30 { margin-bottom: 30px !important;}
.sp-mgB35 { margin-bottom: 35px !important;}
.sp-mgB40 { margin-bottom: 40px !important;}
.sp-mgB45 { margin-bottom: 45px !important;}
.sp-mgB50 { margin-bottom: 50px !important;}
.sp-mgB55 { margin-bottom: 55px !important;}
.sp-mgB60 { margin-bottom: 60px !important;}
.sp-mgB65 { margin-bottom: 65px !important;}
.sp-mgB70 { margin-bottom: 70px !important;}
.sp-mgB75 { margin-bottom: 75px !important;}
.sp-mgB80 { margin-bottom: 80px !important;}
.sp-mgB85 { margin-bottom: 85px !important;}
.sp-mgB90 { margin-bottom: 90px !important;}
.sp-mgB95 { margin-bottom: 95px !important;}
.sp-mgB100 { margin-bottom: 100px !important;}
.sp-w5 { width: 5% !important;}
.sp-w10 { width: 10% !important;}
.sp-w15 { width: 15% !important;}
.sp-w20 { width: 20% !important;}
.sp-w25 { width: 25% !important;}
.sp-w30 { width: 30% !important;}
.sp-w35 { width: 35% !important;}
.sp-w40 { width: 40% !important;}
.sp-w45 { width: 45% !important;}
.sp-w50 { width: 50% !important;}
.sp-w55 { width: 55% !important;}
.sp-w60 { width: 60% !important;}
.sp-w65 { width: 65% !important;}
.sp-w70 { width: 70% !important;}
.sp-w75 { width: 75% !important;}
.sp-w80 { width: 80% !important;}
.sp-w85 { width: 85% !important;}
.sp-w90 { width: 90% !important;}
.sp-w95 { width: 95% !important;}
.sp-w100 { width: 100% !important;}
}




/*　　ページャー
-------------------------------------------------------*/
.pagination {
  display: block;
  padding-left: 0;
  margin: 10px 0 !important;
	
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 8px;

  line-height: 1.4;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
   border-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #d22b3d;
  background-color: #f1f8fe;
  border-color: #ccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #ccc;
}
/* ページナビ　ボタン */
.inactive {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #0744b9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.inactive:hover {
	background-color: #0042ff;
}
/* ページナビ　ボタン */
.current {
  color: #999;
  width: 40px;
  height: 40px;
  border-radius: 5px;
	border: 1px solid #999;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}


/*　　　メールフォーム
-------------------------------------------------------*/
/*
.contactForm input,
.contactForm textarea {
    font-size: 16px;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	border:none;
	color:#fff;
	background-color: #0091d9;
	border-radius: 8px;
}
.contactForm .btn-send:hover {
	background-color: #01d7ff;
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	font-weight: 700;
	font-size: 20px;
	padding: 20px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	border:none;
	color:#fff;
	background-color: #666;
	border-radius: 8px;
}
.contactForm .btn-modify:hover {
	background-color: #999;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
}
*/



/*　　お問い合わせ
-------------------------------------------------------*/
.privacy-box {
	width: 100%;
	height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm {
}
.contactForm *, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm input[type="file"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.contactForm .select-menu {
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.contactForm textarea {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactForm .btn-box {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 22px;
	width: 60%;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 8px;
	background-color: #0744b9;
	background-image: url("../images/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 8px auto;
	transition-duration: 0.2s;
}
.contactForm .btn-send:hover {
  color: #fff;
	background-color: #0042ff;
	background-image: url("../images/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 8px auto;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 22px;
	width: 60%;
	margin: 30px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 8px;
	background-color: #666;
	transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
  color: #fff;
	background-color: #999;
	transform: scale(1.05);
}
.contactForm .btn-file {
	border: 0;
	padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.contactForm .btn-box {
	padding-top: 20px;
}
.contactForm .btn-send,
.contactForm .btn-modify {
	padding: 20px;
	font-size: 1.8rem;
}
}

@media screen and (max-width: 767px){
.privacy-box {
  padding: 10px;
}
.contactForm .btn-box {
	padding-top: 10px;
}
.contactForm .btn-send {
	padding: 20px;
	width: 100%;
	font-size: 1.8rem;
}
.contactForm .btn-modify {
	padding: 20px;
	width: 100%;
	font-size: 1.8rem;
}
}