@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;
}
@media screen and (max-width:767px){
	.spNone {
		display: none !important;
	}
	.pcNone {
		display: inline-block !important;
		vertical-align: bottom;
	}
}
/* ----------------------------------------

- Title Style

---------------------------------------- */

/* title
------------------------------- */
.title01 {
	font-size: 428.571%;
	position: relative;
	padding-left: 60px;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom: 10px;
}
.title01:before{
	content: "";
	background-image: url(/files/img/common/icon_tit01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 52px;
	height: 8px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	left: 0;
}
.title01 span{
	font-size: 33.333%;
	font-weight: bold;
	font-family:'游ゴシック';
}
.title02{
	font-size: 171.5%;
	font-weight: bold;
	text-align: center;
	position:relative;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.title02 span {
	display: block;
	font-size: 0.589em;
}
.title02:after {
    content: "";
    background: #f85a5a;
    width: 50px;
    height: 2px;
    display: block;
    margin:0 auto;
    position: absolute;
    right: 0;
    left: 0;
	bottom: 0;
}
/*.sec02_tit{
  font-size: 157.2%;
  text-align: left;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.sec02_tit:after{
  height: 1px;
  margin: 0;
  bottom: -1px;
}*/

.title03{
  font-weight: bold;
  font-size: 157.2%;
  text-align: left;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.title03:after {
    content: "";
    background: #f85a5a;
    width: 50px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
	bottom: -1px;
}
.title04{
  display: flex;
  align-items: center;
  font-size: 121.4%;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.title04:before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #f85a5a;
  position: absolute;
  top: 12px;
  left: 0;
}


@media screen and (max-width:767px){
/*スマホ指定*/
.title01 {
	font-size: 40px;
	padding-left: 30px;
	font-family: 'Cormorant Garamond', serif;
}
.title01:before{
	width: 25px;
}
.title02{
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.title03{
	font-size: 18px;
}
.title04{
	font-size: 16px;
}
}

/* ----------------------------------------

mv

---------------------------------------- */
#mv {
    width: 100%;
	height: 350px;
	position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
#mv .pageTitle {
	width: 500px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	display: table;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff362c+25,ff9250+100&0.8+1,0.8+79 */
	background: -moz-linear-gradient(-45deg,  rgba(255,54,44,0.8) 1%, rgba(255,54,44,0.8) 25%, rgba(255,120,70,0.8) 79%, rgba(255,146,80,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,54,44,0.8) 1%,rgba(255,54,44,0.8) 25%,rgba(255,120,70,0.8) 79%,rgba(255,146,80,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,54,44,0.8) 1%,rgba(255,54,44,0.8) 25%,rgba(255,120,70,0.8) 79%,rgba(255,146,80,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff362c', endColorstr='#ccff9250',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#mv .pageTitle h2 {
    line-height: 1;
}
#mv .pageTitle h2 .en {
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-size: 428.5%;
	font-weight: normal;
	padding-top: 20px;
}
#mv .pageTitle h2 .jp {
	display: block;
	font-weight: bold;
    font-size: 142.8%;
    padding-top: 20px;

}
@media screen and (max-width:767px){
	#mv {
		height: 200px;
	}
	#mv .pageTitle {
	    width: 250px;
	    height: 100px;
	}
	#mv .pageTitle h2 .en {
		font-size: 269.2%;
		padding-bottom: 5px;
	}
	#mv .pageTitle h2 .jp {
		font-size: 107.2%;
     	padding-top: 10px;
	}
}


/* ----------------------------------------

-ms_bg

---------------------------------------- */

#ms_box .ms_bg {
  background-repeat:no-repeat;
  background-size: cover;
  padding: 6% 14%;
  margin-bottom:75px;
}
#ms_box .ms_txtbox {
  background: #fff;
  text-align: center;
  padding: 50px;
}
#ms_box .ms_txtbox p{
  font-size: 107.2%;
  letter-spacing: -0.05em;
}

@media screen and (max-width:767px){
    #ms_box .ms_bg {
      padding: 8% 14%;
      margin-bottom: 20px;
    }
    #ms_box .mv_bg .ms_txt{
	  text-align: center;
	}
    #ms_box .ms_txtbox {
      padding: 10% 10% 8%;
    }
     #ms_box .ms_txtbox .title02{
      margin-bottom: 0 !important;
    }
}


/* ----------------------------------------

- 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;
	}
}
/* icon
------------------------------- */
.icon_pdf,.icon_taget_01,.icon_taget_01_w,.icon_taget_02,.icon_email_01{
	position: relative;
	padding-left: 5px;
}
.icon_pdf:after{
    content: "";
    display: inline-block;
	background-image: url(/files/img/common/icon_pdf.png);
	width: 16px;
	height: 19px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.icon_taget_01:after{
    content: "";
    display: inline-block;
	background-image: url(/files/img/common/icon_taget_01.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.icon_taget_01_w:after{
    content: "";
    display: inline-block;
	background-image: url(/files/img/common/icon_taget_01_w.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.icon_taget_02:after{
    content: "";
    display: inline-block;
	background-image: url(/files/img/common/icon_taget_02.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.icon_email_01:after{
    content: "";
    display: inline-block;
	background-image: url(/files/img/common/icon_email_01.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	left: -15px;
}
.icon_tel:after{
    content: "";
    display: inline-block;
	background-image: url(/files/img/common/icon_tel.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	left: -15px;
}

/* 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;
	}
}

/* zoomImg
------------------------------- */
.zoomImgBox01 {
	position: relative;
	overflow: hidden;
}
.zoomImgBox01 .zoomImg01 {
	width: 100%;
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
.zoomImgBox01 .zoomImg01 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
.zoomImgBox01:hover .zoomImg01 {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width:767px){
	.zoomImgBox01:hover .zoomImg01 {
		transform: none !important;
	}
}

/* ----------------------------------------

- List Style

---------------------------------------- */
.col2{
	width: 50%;
	float: left;
}
@media screen and (max-width:767px){
	.col2{
		width: 100%;
		float: none;
	}
}

/* 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;
}
ul.dot_red li {
  	position: relative;
  	padding-left: 13px;
  	margin-top: 5px;
}
ul.dot_red li:before {
  	display: block;
  	content: "";
  	border-radius: 50%;
  	font-size: 15px;
  	position: absolute;
  	left: 0;
  	top: 9px;
  	border: solid 3px #f85a5a;
}
ul.dot_red li {
  	margin-bottom: 5px;
}
ul.dot_red li:last-child {
  	margin-bottom:0;
}

/* 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
------------------------------- */

.btn_01,
.btn_02 {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 260px;
	height:56px;
}
.btn_01 a,
.btn_02 a{
	background-color: #262626;
	border-radius: 28px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 56px;
    width: 100%;
    height: auto;
    position: relative;
}
.btn_01 a:hover,
.btn_02 a:hover{
	background-color: #6c6c6c;
	opacity: 1;
}
.btn_01 a:after,
.btn_02 a:after{
	content: "";
	width: 16px;
	height: 4px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.btn_01 a:after{
	background-image: url(/files/img/common/icon_arw_01.png);
	right: 20px;
}
.btn_02 a:after{
	background-image: url(/files/img/common/icon_arw_05.png);
	left: 20px;
}
.btn_01 a span,
.btn_02 a span{
    font-size: 114.3%;
    font-weight: bold;
}
.icon_angle_right:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.btn_03 a:hover {
    opacity: 0.7;
}

@media screen and (max-width:767px){
.btn_01 {
    text-align: center;
}
.btn_01 a{
    width: 90%;
    margin:0 auto;
}
}

/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl
------------------------------- */
.tbl01 {
	width: 100%;
}
.tbl01 th,
.tbl01 td {
	padding: 13px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 20px 20px;
 	border-right: none;
    border-left: none;
}
.tbl01 th {
    background-color: #f3f3f3;
    width: 20%;
    text-align: left;
    white-space: nowrap;
    font-size: 114.3%;
}
.tbl01 td {
  font-size: 107.2%;
}
@media screen and (max-width:767px){
	table.tbl01, table.tbl01 tbody, table.tbl01 tr, table.tbl01 th, table.tbl01 td {
	    display: block;
	}
	.tbl01{
    border-collapse:collapse;
    margin-bottom: 45px;
  }
  .tbl01 th{
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .tbl01 th,
  .tbl01 td {
    width: 100%;
    border-bottom: none;

  }
  .tbl01 tr:last-child td{
      border-bottom: 1px solid #ccc;
  }
}


/* 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;
	}
}


/* ----------------------------------------

- imagebox

---------------------------------------- */
.imagebox_txt{
	float: left;
	width: 61%;
    margin-right: 4%;
}
.imagebox_img{
	float: left;
	width: 35%;
	text-align: center;
}
@media screen and (max-width:767px){
	.imagebox_txt{
		float: none;
		width: 100%;
	    margin-right: 0;
	}
	.imagebox_img{
		margin-top: 20px;
		float: none;
		width: 100%;
		text-align: center;
	}
}


/* ----------------------------------------

- 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;
	}
}
/* ----------------------------------------

 pager

---------------------------------------- */
ul.pager {
	margin-top: 20px;
	text-align: center;
}
ul.pager li,
ul.pager ol {
	display: inline-block;
}
ul.pager ol li {
	margin-right: 3px;
}
ul.pager ol li:last-child {
	margin-right: 0;
}

ul.pager .sendPage a,
ul.pager ol li a,
ul.pager ol li span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #3a3a3a;
	color: #123266;
}

ul.pager .sendPage.prev a{
	background: #fff url(/files/img/common/icon_arw_04.png) center center no-repeat;
	border: none;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}
ul.pager .sendPage.next a{
	background: #fff url(/files/img/common/icon_arw_02.png) center center no-repeat;
	border: none;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}

ul.pager ol li a:hover,
ul.pager ol li span.current {
	color: #fff;
	background: #3a3a3a;
	text-decoration: none;
}
ul.pager .sendPage a:hover{
	opacity: .7;
}
ul.pager span.current {
	font-weight: bold;
}
ul.pager .sendPage {
	vertical-align: top;
}




/* ----------------------------------------

- Text Style

---------------------------------------- */
/*.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}*/
.lead {
	margin-bottom: 50px;
}
.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;
}
@media screen and (max-width:767px){
	.lead {
		margin-bottom: 30px;
	}
}

/* ----------------------------------------

- 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;}
.mgb60 {	margin-bottom: 60px !important;}
.mgb70 {	margin-bottom: 70px !important;}
.mgb80 {	margin-bottom: 80px !important;}
.mgb100 {	margin-bottom: 100px !important;}
.mgb110 {	margin-bottom: 110px !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; }
}


/* ----------------------------------------

introduce

---------------------------------------- */
.bggry02{
	background-image: url(/files/img/common/bggry_01.jpg);
    width: 100%;
    height: 5px;
    margin-bottom: 30px;
}
#introduce{
	margin-bottom: 60px;
}
#introduce p {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
}
#introduce .introduce_list{
    background-color: #fff;
    overflow: hidden;
 }
#introduce .introduce_list li{
	 width: 24%;
	 float: left;
}
.introduce_list li ~ li {
	margin-left: 1%;
}
.introduce_list li dt {
	padding-top: 63%;
}
.introduce_list li dd {
	background-color: rgba(255,255,255,0.9);
	color: #262626;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
}
.introduce_list li dd>span {
	position: relative;
}
.introduce_list li dd>span.icon_target:after{
	content: "";
	background-image: url(/files/img/common/icon_taget_01.png);
	background-size: contain;
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	right: -20px;
}
#introduce .introduce_list li a{
    position: relative;
    display: block;
    background-color: #fff;
 }
 #introduce .introduce_list li a:before{
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width:50%;
	 height: 2px;
	 content: "";
	 z-index: 2;
 }
 #introduce .introduce_list li a:after{
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 width:50%;
	 height: 2px;
	 content: "";
	 z-index: 2;
 }
#introduce .introduce_list li:nth-child(1) a:before{
	background: #ffb667;
}
#introduce .introduce_list li:nth-child(1) a:after{
	background: #fd986b;
}
#introduce .introduce_list li:nth-child(2) a:before{
	background: #aceda2;
}
#introduce .introduce_list li:nth-child(2) a:after{
    background: #73dab7;
}
#introduce .introduce_list li:nth-child(3) a:before{
	background: #86d7f6;
}
#introduce .introduce_list li:nth-child(3) a:after{
    background: #80b3f9;
}
#introduce .introduce_list li:nth-child(4) a:before{
	background: #d8b0e2;
}
#introduce .introduce_list li:nth-child(4) a:after{
    background: #f49fc3;
}

@media screen and (max-width:767px){
	#introduce .introduce_list li{
		 width: 49%;
		 float: left;
	}

	#introduce .introduce_list{
	    padding: 20px 20px 0;
	    background-color: #fff;
	    overflow: hidden;
	 }
	.introduce_list li:nth-child(1),
	.introduce_list li:nth-child(2) {
		margin-bottom: 10px;
	}
	#introduce{
		margin-bottom: 45px;
	}
	#introduce p {
		padding-bottom: 5px;
	}
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after,
.imagebox:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01,
.imagebox {
	*zoom: 1;
}