@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

.pcNone {
	display: none !important;
}
.tbblock {
	display: none !important;
}
@media screen and (max-width:1024px) and (min-width:767px){
	.tbblock {
		display: inline-block !important;
		vertical-align: bottom;
	}
	.tbnone {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.tbblock {
		display: none !important;
	}
	.tbnone {
		display: none !important;
	}
	.spNone {
		display: none !important;
	}
	.pcNone {
		display: inline-block !important;
		vertical-align: bottom;
	}
}


/* ----------------------------------------

- Title Style

---------------------------------------- */
.colPink { color: #eb6161!important; }
.colGray { color: #595656!important; }

/* title
------------------------------- */
.title01 {
	font-size: 168.75%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #595656;
	background-image: url(/teiju/files/img/common/circle.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 90px;
	background-size: auto 90px;
	padding: 28px 0;
	margin-bottom: 22px;
}

@media screen and (max-width:767px){
	.title01 {
		font-size: 150%;
		-webkit-background-size: auto 80px;
		background-size: auto 80px;
    	padding: 25px 0;
		margin-bottom: 20px;
	}
}

.title02 {
	font-size: 160.714%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #595656;
	margin-bottom: 22px;
}
@media screen and (max-width:767px){
	.title02 {
		font-size: 142.857%;
		margin-bottom: 20px;
	}
		
}

.title03 {
	font-size: 144.64%;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
	border-bottom: 2px dotted #cccccc;
	padding-left: 33px;
	padding-bottom: 5px;
	background-image: url(/teiju/files/img/common/circle02.png);
	background-repeat: no-repeat;
	background-position: top 3px left;
	background-size: 24px;
	color: #595656;
	margin-bottom: 22px;
}
@media screen and (max-width:767px){ 
	.title03 {
		font-size: 128.571%;
	    background-size: 20px;
	    background-position: top 3px left;
	    padding-left: 25px;
		margin-bottom: 20px;
	}
}

.title04 { 
	font-size: 128.57%;
	line-height: 1.4;
	font-weight: bold;
	color: #eb6161;
	margin-bottom: 20px;
}
@media screen and (max-width:767px){ 
	.title04 { 
		font-size: 114.285%;
		margin-bottom: 10px;
	}
}

.title05 { 
	font-size: 144.642%;
	line-height: 1.4;
	font-weight: bold;
	color: #eb6161;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width:767px){ 
	.title05 { 
		font-size: 128.571%;
		margin-bottom: 28px;
	}
}


/* ----------------------------------------

- Section Style

---------------------------------------- */

/* section
------------------------------- */
.section01 {
}






/* bg
------------------------------- */
.bg_01{
	background-image: url(/teiju/files/img/common/bg_yel.png);
    width: 100%;
    padding: 60px 0 70px;
}
@media screen and (max-width:767px) {
	.bg_01{
	    padding: 30px 0 25px;
	}

}





/* 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
------------------------------- */

.col02 > * {
    width: 47%;
    width: -webkit-calc(calc(100% - 60px) / 2 );
    width: calc(calc(100% - 60px) / 2);
    margin-right: 60px;
    margin-top: 60px;
    float: left;
}
.col02 > *:nth-child(even) {
  margin-right: 0;
}
.col02 > *:nth-child(-n+2) {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.col02 > * {
	    width: 47%;
	    width: -webkit-calc(calc(100% - 20px) / 2 );
	    width: calc(calc(100% - 20px) / 2);
	    margin-right: 20px;
	    margin-top: 20px;
	    float: left;
	}
	.col02.spcolClear > * {
		width : 100%; 
		width : -webkit-calc(100%);
		width : calc(100%);
		margin-right: 0;
		margin-top: 40px;
	}
	.col02.spcolClear > *:nth-child(1) {
		margin-top: 0;
	}
}

/* col02_02
------------------------------- */
.col02_02 > * {
    width: 47%;
    width: -webkit-calc(calc(100% - 20px) / 2 );
    width: calc(calc(100% - 20px) / 2);
    margin-right: 20px;
    margin-top: 20px;
    float: left;
}
.col02_02 > *:nth-child(even) {
  margin-right: 0;
}
.col02_02 > *:nth-child(-n+2) {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.col02_02.spcolClear > * {
		width : 100%; 
		width : -webkit-calc(100%);
		width : calc(100%);
		margin-right: 0;
		margin-top: 20px;
	}
	.col02_02.spcolClear > *:nth-child(1) {
		margin-top: 0;
	}
}

/* col03
------------------------------- */
.col03 > * {
  width : 32% ; 
  width : -webkit-calc(calc(100% - 40px) / 3 );
  width : calc(calc(100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}
.col03 > *:nth-child(3n) {
  margin-right: 0;
}
.col03 > *:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.col03.spcolClear > * {
		width : 100%; 
		width : -webkit-calc(100%);
		width : calc(100%);
		margin-right: 0;
		margin-top: 15px;
	}
	.col03.spcolClear > *:nth-child(-n+3) {
		margin-top: 15px;
	}
	.col03.spcolClear > *:nth-child(1) {
		margin-top: 0;
	}
	.col03.spcol02 > * {
		width : 47%; 
		width : -webkit-calc(calc(100% - 15px) / 2 );
		width : calc(calc(100% - 15px) / 2);
		margin-right: 15px;
		margin-top: 15px;
		float: left;
	}
	.col03.spcol02 > *:nth-child(3n) {
	  margin-right: 15px;
	}
	.col03.spcol02 > *:nth-child(2n) {
	  margin-right: 0;
	}
	.col03.spcol02 > *:nth-child(-n+3) {
		margin-top: 15px;
	}
	.col03.spcol02  > *:nth-child(-n+2) {
		margin-top: 0;
	}


}

/* col04
------------------------------- */
.col04 > * {
  width : 23.5%; 
  width : -webkit-calc(calc(100% - 60px) / 4 );
  width : calc(calc(100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}
.col04 > *:nth-child(4n) {
  margin-right: 0;
}
.col04 > *:nth-child(-n+4) {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
  .col04.spcolClear > * {
    width : 100%; 
    width : -webkit-calc(100%);
    width : calc(100%);
    margin-right: 0;
	margin-top: 15px;
  }
  .col04.spcolClear > *:nth-child(-n+4) {
	margin-top: 15px;
	}
	.col04.spcolClear > *:nth-child(1) {
		margin-top: 0;
	}
  .col04.spcol02 > * {
    width : 47%; 
    width : -webkit-calc(calc(100% - 15px) / 2 );
    width : calc(calc(100% - 15px) / 2);
    margin-right: 15px;
    margin-top: 15px;
    float: left;
  }
  .col04.spcol02 > *:nth-child(even) {
    margin-right: 0px;
  }
  .col04.spcol02  > *:nth-child(4n) {
    margin-right: 0;
  }
	.col04.spcol02 > *:nth-child(-n+4) {
		margin-top: 15px;
	}
	.col04.spcol02  > *:nth-child(-n+2) {
		margin-top: 0;
	}

}



/* ----------------------------------------

- List Style

---------------------------------------- */

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}

.list01 li {
  padding-left: 15px;
  text-indent: -15px;
  margin-bottom: 5px;
}
.list01 li:before {
  content: "●";
  color: #eb6161;
  font-size: 6px;
  margin-right: 5px;
}

.list02 li a {
	display: block;
	padding: 15px 15px 15px 0;
	border-top: 1px solid #d9d9d9;
	position: relative;
}
.list02 li:last-child a {
	border-bottom: 1px solid #d9d9d9;
}
.list02 li a:after {
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
	position: absolute;
	top: 50%;
    right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
    color: #eb6161;
    text-align: center;
}



/* capList
------------------------------- */
.capList > li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.capList > li:before {
	content: '※';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
}

/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btn
------------------------------- */
.btn_01{
	text-align: center;
}
.btn_01 a{
    display: inline-block;
	min-width: 320px;
	position: relative;
	background-color: #eb6161;
	border-radius: 50px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 121.4%;
    padding: 14px 30px;
}
.btn_01 a:hover{
	opacity: 0.7;
}
.btn_01 a:after{
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
	position: absolute;
	top: 50%;
    right: 15px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
    color: #fff;
    text-align: center;
}
.btn_01.blank a:after{
	content: '\f35d';
    font-family: "Font Awesome 5 Free";
    top: 48%;
}
@media screen and (max-width:767px){
	.btn_01 a{
		min-width: auto;
	    width: 100%;
	    margin:0 auto;
	    font-size: 100%;
	}
}

/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl
------------------------------- */
.tbl01 {
	width: 100%;
	word-break: break-all;
}

.tbl01 th,
.tbl01 td {
	padding: 15px 12px;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.tbl01 th {
	background-color: #faf0f2;
	font-weight: bold;
	text-align: center;
}
@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: 5px;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-width: 100%;
}
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;}
.mgb50 {	margin-bottom: 50px !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; }
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.col02:after,
.col02_02:after,
.col03:after,
.col04:after,
.col05:after,
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.col02,
.col02_02,
.col03,
.col04,
.col05,
.clearfix,
.imgSec01 {
	*zoom: 1;
}