@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

/* ----------------------------------------

- Title Style

---------------------------------------- */

/* title
------------------------------- */
.title01 {
}

@media screen and (max-width:767px){
/*スマホ指定*/
}

/* ----------------------------------------

- Section Style

---------------------------------------- */

/* section
------------------------------- */
.section01 {
}

/* imgSec
------------------------------- */
.imgSec01 {
	margin-bottom: 15px;
}
.imgSec01 .imgL {
	float: left;
	margin: 3px 25px 10px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 3px 0 10px 25px;
}
.imgSec01 .inTxt {
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.imgSec01 .spFlClear {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
}

/* col02
------------------------------- */
.blk_col02 > div {
	width: 50%;
	float: left;
}
@media screen and (max-width:767px) {
	.blk_col02.spColClear > div {
		width: initial;
		float: none;
	}
	.blk_col02.spColClear > div:first-child {
		margin-bottom: 10px;
	}
}

/* ----------------------------------------

- List Style

---------------------------------------- */

/* list
------------------------------- */
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #125999;
	position: absolute;
	left: 3px;
	top: .65em;
}

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}

/* capList
------------------------------- */
.capList > li {
	position: relative;
	padding-left: 16px !important;
	margin-bottom: 3px;
}
.capList > li:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btn
------------------------------- */
.btnUnit01 {
	text-align: center;
}
.btnUnit01 li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.btnUnit01 input {
	vertical-align: bottom;
}

.btn01 {
    background: #666;
	display: block;
	text-decoration: none;
	position: relative;
    max-width: 650px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 150%;
    color: #fff;
    letter-spacing: .15em;
    overflow: hidden;
}
.btn01:before {
    content: "";
    display: block;
    position: absolute;
    background: #ff7814;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .2s; transition: .2s;
    transform-origin: right;
}
.btn01:hover {
    border-radius: 20px;
}
.btn01:hover:before {
    left: 0;
  width: 100%;
}
.btn01:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 15px;
    font-size: 30px;
    z-index: 2;
}
.btn01 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    opacity: .8;
}
@media screen and (max-width:767px){
    .btn01 {
        max-width: 156px;
        height: 45px;
        line-height: 45px;
        font-size: 100%;
    }
    .btn01:after {
        right: 12px;
        font-size: 20px;
    }
}



.btn02 {
    background: #666;
	display: block;
	text-decoration: none;
	position: relative;
    max-width: 270px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 150%;
    color: #fff;
    letter-spacing: .15em;
    overflow: hidden;
	padding-left: 30px;
}

.btn02:before {
    content: "";
    display: block;
    position: absolute;
    background: #ff7814;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    -webkit-transition: .2s; transition: .2s;
    transform-origin: right;
}
.btn02:hover {
    border-radius: 20px;
}
.btn02:hover:before {
    left: 0;
  width: 100%;
}
.btn02:after {
    content: "\f08e";
    font-family: FontAwesome;
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 13px;
    font-size: 25px;
	top: 2px;
    z-index: 2;
	opacity: 0.8;
}
.btn02 span {
    display: inline-block;
    position: relative;
    z-index: 2;
    opacity: .8;
}

.mynavi_btn{
		background: #FFF;
		display: block;
		text-decoration: none;
		position: relative;
		max-width: 270px;
		width: 100%;
		height: 60px;
		line-height: 30px;
		margin: 0 auto;
		padding: 3px 0;
		overflow: hidden;
		border-color: #1ac6ff;
		border-style: solid; 
		border-width: 1px;
		-webkit-transition: .2s; transition: .2s;
	}

	.mynavi_btn:before {
		content: "";
		display: block;
		position: absolute;
		background: #ff7814;
		bottom: 0;
		right: 0;
		width: 0%;
		height: 100%;
		z-index: 1;
		-webkit-transition: .2s; transition: .2s;
		transform-origin: right;
	}

	.mynavi_btn:after {
		content: "\f08e";
		font-family: FontAwesome;
		color: #1ac6ff;
		font-weight: normal;
		position: absolute;
		right: 8px;
		font-size: 25px;
		top: 18px;
		z-index: 2;
		opacity: 0.8;
	}

	.mynavi_btn:hover {
		border-color: #ff7814;
		border-radius: 20px;
	}

	.mynavi_btn:hover:before {
		left: 0;
		width: 100%;
	}


	.mynavi_btn span {
		display: inline-block;
		position: relative;
		z-index: 2;
		opacity: .8;
	}



/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl
------------------------------- */
.tbl01 {
	width: 100%;
	margin-bottom: 20px;
}
.tbl01 th,
.tbl01 td {
	padding: 13px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #eee;
	font-weight: 700;
}
@media screen and (max-width:767px){
	.tbl01 th {
		padding-top: 11px;
		padding-bottom: 10px;
	}
}


/* table common
------------------------------- */
table.vaM th,table.vaM td {
	vertical-align: middle;
}
table.alnC th,table.alnC td {
	text-align: center;
}

/* noborder */
.tblNoBdr{ border: none !important;}
.tblNoBdr th,
.tblNoBdr td {
	border: none !important;
	vertical-align: top;
	background: #fff;
}
.tblNoBdr th { padding: 4px 15px 4px 0;}
.tblNoBdr td { padding: 4px 0;}
table .tblNoBdr th { padding-top: 6px;}
@media screen and (max-width:767px){
	.tblNoBdr td { padding-top: 2px;}
	table .tblNoBdr th { padding-top: 5px;}
}

@media screen and (max-width:767px){
	.sp_tblcol_clear > tbody,
	.sp_tblcol_clear > tbody > tr,
	.sp_tblcol_clear > tbody > tr > th,
	.sp_tblcol_clear > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.sp_tblcol_clear > tbody > tr {
		padding-top: 5px;
	}
	.sp_tblcol_clear > tbody > tr:first-child {
		padding-top: 0;
	}
}


/* ----------------------------------------

- Form Style
(input要素の幅は適宜調整する)

---------------------------------------- */
input.txt,
textarea.txt,
select.txt {
	padding: 12px;
	background-color: #efefef;
	max-width: 100%;
	border: 0px;
}
input.txt:focus,
textarea.txt:focus {
	background: #fff5d6;
}
textarea.txt {
	width: 100%;
}
input.check {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

/* error */
input.err,
textarea.err,
select.err {
	border-color: #ff6060;
	background: #fff0f0;
}
input.err:focus,
textarea.err:focus {
	border-color: #ee5959;
}
.errorTxt {
	margin-top: 10px;
	color: #ff0000;
	line-height:1.1;
}

/*  option and required  */
td.required,
td.option {
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}
td.required p,
td.option p {
	width: 3.5em;
	margin: 0 auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
td.option			{ background: #f5f5f5;}
td.option p		{ background: #a6a6a6;}
td.required		{ background: #fff0f0;}
td.required p	{ background: #ff6060;}

@media screen and (max-width:767px){
	select.txt {
		border-color: #ccc;
		background: #fff;
	}
}

/* ----------------------------------------

- Text Style

---------------------------------------- */
/*.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}*/
.lead {
	margin-bottom: 20px;
}
.note01 {
	color: #715e5e;
}
table .note01 {
	margin-top: 5px;
}
.fw400 { font-weight: 400 !important;}

.txt_indent {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.txt_indent_mark {
	margin-right: .15em;
}

/* ----------------------------------------

- Width

---------------------------------------- */
.w50     { width: 50px !important;}
.w150    { width: 150px !important;}
.w100    { width: 100px !important;}
.w200    { width: 200px !important;}
.w250    { width: 250px !important;}
.w300    { width: 300px !important;}
.w350    { width: 350px !important;}
.w5per  { width: 5% !important;}
.w8per  { width: 8% !important;}
.w10per  { width: 10% !important;}
.w15per  { width: 15% !important;}
.w20per  { width: 20% !important;}
.w25per  { width: 25% !important;}
.w30per  { width: 30% !important;}
.w35per  { width: 35% !important;}
.w40per  { width: 40% !important;}
.w45per  { width: 45% !important;}
.w50per  { width: 50% !important;}
.w60per  { width: 60% !important;}
.w70per  { width: 70% !important;}
.w80per  { width: 80% !important;}
.w90per  { width: 90% !important;}
.w100per { width: 100% !important;}
.w5em    {  width: 5em !important;}
.w10em   {  width: 10em !important;}
.w15em   {  width: 15em !important;}
.w20em   {  width: 20em !important;}
@media screen and (max-width:767px){
  .spwAuto    { width: auto !important;}
	.sp_w50     { width: 50px !important;}
	.sp_w150    { width: 150px !important;}
	.sp_w100    { width: 100px !important;}
	.sp_w200    { width: 200px !important;}
	.sp_w250    { width: 250px !important;}
	.sp_w300    { width: 300px !important;}
	.sp_w350    { width: 350px !important;}
	.sp_w5per   { width: 5% !important;}
	.sp_w8per   { width: 8% !important;}
	.sp_w10per  { width: 10% !important;}
	.sp_w15per  { width: 15% !important;}
	.sp_w20per  { width: 20% !important;}
	.sp_w25per  { width: 25% !important;}
	.sp_w30per  { width: 30% !important;}
	.sp_w35per  { width: 35% !important;}
	.sp_w40per  { width: 40% !important;}
	.sp_w45per  { width: 45% !important;}
	.sp_w50per  { width: 50% !important;}
	.sp_w60per  { width: 60% !important;}
	.sp_w70per  { width: 70% !important;}
	.sp_w80per  { width: 80% !important;}
	.sp_w90per  { width: 90% !important;}
	.sp_w100per { width: 100% !important;}
	.sp_w5em    { width: 5em !important;}
	.sp_w10em   { width: 10em !important;}
	.sp_w15em   { width: 15em !important;}
	.sp_w20em   { width: 20em !important;}
}

/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.mgt0 { margin-top: 0 !important;}
.mgt3 {	margin-top: 3px !important;}
.mgt5 {	margin-top: 5px !important;}
.mgt10 {	margin-top: 10px !important;}
.mgt13 {	margin-top: 13px !important;}
.mgt15 {	margin-top: 15px !important;}
.mgt20 {	margin-top: 20px !important;}
.mgt30 {	margin-top: 30px !important;}
.mgt40 {	margin-top: 40px !important;}
.mgb0 { margin-bottom: 0 !important;}
.mgb3 {	margin-bottom: 3px !important;}
.mgb5 {	margin-bottom: 5px !important;}
.mgb10 {	margin-bottom: 10px !important;}
.mgb13 {	margin-bottom: 13px !important;}
.mgb15 {	margin-bottom: 15px !important;}
.mgb20 {	margin-bottom: 20px !important;}
.mgb30 {	margin-bottom: 30px !important;}
.mgb40 {	margin-bottom: 40px !important;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}

@media screen and (max-width:767px){
	.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_mgt30 {	margin-top: 30px !important;}
	.sp_mgt40 {	margin-top: 40px !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_mgb30 {	margin-bottom: 30px !important;}
	.sp_mgb40 {	margin-bottom: 40px !important;}

	.spNone { display: none !important; }
}


/* pager
------------------------------- */

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
	border: 1px #d8d9d9 solid;
}

.pager .pagination li:first-child {
	width: 150px;
	margin-right: 208px;
}

.pager .pagination li:last-child {
	width: 150px;
	margin-left: 208px;
}

.pager .pagination li:first-child span::before {
	content: "\f104";
    font-family: FontAwesome;
	text-decoration: none;
	position: absolute;
	left: 13px;
	font-size: 18px;
	top: 10px;
}

.pager .pagination li:last-child span::after {
	content: "\f105";
    font-family: FontAwesome;
	text-decoration: none;
	position: absolute;
	right: 13px;
	font-size: 18px;
	top: 10px;
}


.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active_page{
  color: #000;
  background: #efefef;
}

@media only screen and (max-width: 767px){
	.pager .pagination li {
	  width: 20px;
	  height: 30px;
	}
	
	.pager .pagination li:first-child {
		width: 70px;
		margin-right: 10px;
	}
	
	.pager .pagination li:first-child a{
		text-align: right;
		padding-right: 10px;
	}

	.pager .pagination li:last-child {
		width: 70px;
		margin-left: 10px;
	}
	
	.pager .pagination li:last-child a{
		text-align: left;
		padding-left: 10px;
	}
	
	
	.pager .pagination li:first-child span::before {
		left: 6px;
		font-size: 13px;
		top: 5px;
	}

	.pager .pagination li:last-child span::after {
		right: 6px;
		font-size: 13px;
		top: 5px;
	}
	


}

/* ----------------------------------------

clearfix

---------------------------------------- */



/* ----------------------------------------

pc/sp

---------------------------------------- */

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:767px){
	
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	
}

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}