@charset "utf-8";

/******************************************
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Table Style
- Form Style
- Text Style
- Stopgap Class
- Clearfix
*******************************************/

/* ----------------------------------------

- Title Style

---------------------------------------- */

/* title01
------------------------------- */
.title01 {
    font-weight: 700;
    font-size: 157.2%;
    color: #193771;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 10px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 20px;
}
.title01:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 200px;
    background: #193771;
    bottom: -3px;
}
@media screen and (max-width:767px){
    .title01 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* title02
------------------------------- */
.title02 {
    font-weight: 500;
    font-size: 157.2%;
    color: #000;
    margin-bottom: 15px;
}
@media screen and (max-width:767px){
    .title02 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* title04
------------------------------- */
.title04 {
    font-weight: 700;
    font-size: 128.6%;
    margin-bottom: 10px;
}

/* title05
------------------------------- */
.title05 {
    font-weight: 700;
    font-size: 114.3%;
    margin-bottom: 5px;
}


/* ----------------------------------------

- Section Style

---------------------------------------- */

/* mv
------------------------------- */
.mv {
    margin-bottom: 30px;
}

/* box01
------------------------------- */
.box01 {
    margin: 0 15px 25px;
    margin-bottom: 60px;
}

/* inquiryBox01
------------------------------- */
.inquiryBox01 {
    margin: 0 15px 25px;
    text-align: center;
}
.inquiryBox01 .tit {
    font-size: 128.6%;
    margin-bottom: 5px;
}
.inquiryBox01 a {
    width: 520px;
    background: #f7923c;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 142.9%;
    border-radius: 5px;
    border: 2px solid #f68430;
    line-height: 1.3;
    margin: 0 auto;
    padding: 6px 10px;
}
.inquiryBox01 a:hover {
    opacity: .7;
}
.inquiryBox01 p {
    margin-top: 5px;
    font-size: 85.8%;
}
@media screen and (max-width:767px){
    .inquiryBox01 a {
        width: auto;
        position: relative;
        padding: 5px 30px;
    }
    .inquiryBox01 a.icon_arrow_01:after {
        position: absolute;
        margin: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
        right: 15px;
    }
}

/* addrBox01
------------------------------- */
.addrBox01 .tit {
    background: #00a9e0;
    color: #fff;
    font-size: 157.2%;
    font-weight: 500;
    padding: 5px 15px;
}
.addrBox01 .inner {
    background: #f2f2f2;
    padding: 15px 80px 15px 15px;
}
.addrBox01 .inner .colL {
    width: 500px;
    float: left;
}
.addrBox01 .inner .colR {
    float: right;
}
.addrBox01 .inner .colR .tel {
    margin-bottom: 10px;
}
.addrBox01 .inner .colR .tel small {
    font-size: 78.6%;
    margin-right: 10px;
}
#main .addrBox01 .inner .mail a,
#main .addrBox01 .inner .tel a {
    font-size: 142.9%;
    font-weight: 900;
    text-decoration: none;
    color: #333;
}
.addrBox01 .inner .tel a:before {
    content: "\f095";
	font-family: FontAwesome;
    margin-right: 5px;
    font-size: 110%;
    vertical-align: -1px;
}
.addrBox01 .inner .mail a:before {
    content: "\f003";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 110%;
    vertical-align: -1px;
}
.addrBox01 .inner .colR .map a {
    display: inline-block;
    width: 217px;
    height: 39px;
    background: #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 39px;
}
.addrBox01 .inner .colR .map a:hover {
    opacity: .7;
}
.addrBox01 .inner .colR .map a:before {
    content: "\f041";
	font-family: FontAwesome;
    margin-right: 8px;
    font-size: 120%;
    vertical-align: -1px;
}
.addrBox01 .inner .colR .map a:after {
    content: "\f105";
	font-family: FontAwesome;
    margin-left: 8px;
    font-size: 120%;
    vertical-align: -1px;
}
@media screen and (max-width:767px){
    .addrBox01 .inner {
        padding: 15px 15px 20px;
    }
    .addrBox01 .inner .colL {
        width: auto;
        float: none;
        margin-bottom: 13px;
    }
    .addrBox01 .inner .colR {
        float: none;
        text-align: center;
    }
    .addrBox01 .inner .colR .map a {
        width: 268px;
    }
}

/* boxBg_f2f2f2
------------------------------- */
.boxBg_f2f2f2 {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
}

/* imgSec01
------------------------------- */
.imgSec01 {
	margin: 0 15px 25px;
}
.imgSec01 .imgL {
	float: left;
	margin: 5px 0 10px 0;
}
.imgSec01 .imgR {
	float: right;
	margin: 5px 0 10px 0;
}
.imgSec01 .inTxtL {
	float: left;
    width: 410px;
}
.imgSec01 .inTxtR {
	float: right;
    width: 410px;
}
@media screen and (max-width:767px) {
	.imgSec01 .spFlClear,
    .imgSec01 .spFrClear {
		float: none;
		margin: 0 0 10px;
        width: auto;
	}
    .imgSec01 figure.spFlClear,
    .imgSec01 figure.spFrClear {
        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

---------------------------------------- */

/* listIndex01
------------------------------- */
.listIndex01 {
    margin: 0 -15px;
}
.listIndex01 li {
    width: 33.333%;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
    vertical-align: top;
}
.listIndex01 li a {
    display: block;
    border: 1px solid #ccc;
    background: #e6e6e6;
    text-decoration: none;
}
.listIndex01 li a:hover {
    opacity: .7;
}
.listIndex01 li a .fig {
    text-align: center;
}
.listIndex01 li a .textArea {
    padding: 15px 18px;
}
.listIndex01 li a .textArea .tit {
    font-size: 157.2%;
    font-weight: 500;
    color: #193771;
    margin-bottom: 3px;
}
.listIndex01 li a .textArea .tit:after {
    content: "\f105";
	font-family: FontAwesome;
    font-size: 110%;
    margin-left: 10px;
}
@media screen and (max-width:767px){
    .listIndex01 {
        margin: 0 15px 15px;
    }
    .listIndex01 li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}

/* listIndex02
------------------------------- */
.listIndex02 li {
    margin-bottom: 15px;
}
.listIndex02 li a {
    display: block;
    /*border: 1px solid #ccc;*/
    background: #e6e6e6;
    text-decoration: none;
}
.listIndex02 li a:hover {
    opacity: .7;
}
.listIndex02 li a .fig {
    width: 360px;
    float: left;
}
.listIndex02 li a .textArea {
    width: 770px;
    padding: 15px 18px;
    float: left;
}
.listIndex02 li a .textArea .tit {
    font-size: 157.2%;
    font-weight: 500;
    color: #193771;
    margin-bottom: 3px;
}
.listIndex02 li a .textArea .tit:after {
    content: "\f105";
	font-family: FontAwesome;
    font-size: 110%;
    margin-left: 10px;
}
@media screen and (max-width:767px){
    .listIndex02 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .listIndex02 li a .fig {
        width: auto;
        float: none;
        text-align: center;
    }
    .listIndex02 li a .textArea {
        width: auto;
    }
}

/* listIndex03
------------------------------- */
.listIndex03 a {
    text-decoration: none;
}
.listIndex03 a:hover,
.listIndex03 a:hover:after {
    color: #00a9e0;
}
.listIndex03 > li {
    margin-bottom: 30px;
}
.listIndex03 > li:last-of-type {
    margin-bottom: 0;
}
.listIndex03 > li > a {
    font-size: 128.6%;
    font-weight: 500;
    color: #193771;
}
.listIndex03 > li > a:after {
    content: "\f105";
	font-family: FontAwesome;
    font-size: 110%;
    margin-left: 10px;
}
.listIndex03 > li > ul {
    margin: 3px -5px 0;
}
.listIndex03 > li > ul > li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    padding: 0 5px;
    margin-bottom: 3px;
}
.listIndex03 > li > ul > li > a:after {
    content: "\f105";
	font-family: FontAwesome;
    font-size: 110%;
    margin-left: 10px;
    color: #b3b3b3;
}
@media screen and (max-width:767px){
    .listIndex03 {
        margin: 0 15px;
    }
    .listIndex03 > li {
        margin-bottom: 30px;
    }
    .listIndex03 > li > ul {
        margin: 3px 0 0;
    }
    .listIndex03 > li > ul > li {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }
}

/* list01
------------------------------- */
.list01 {
    margin: 0 15px;
}
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #333;
	position: absolute;
	left: 3px;
	top: .7em;
}

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}

/* capList01
------------------------------- */
.capList01 {
    margin: 0 15px;
}
.capList01 > li {
    text-align: right;
    font-size: 85.8%;
}

/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btnUnit01
------------------------------- */
.btnUnit01 {
	text-align: left;
    margin-bottom: 30px;
}
.btnUnit01 li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
    text-align: center;
    border-left: 1px solid #b3b3b3;
}
.btnUnit01 li:last-of-type {
    border-right: 1px solid #b3b3b3;
}
.btnUnit01 li a {
    display: block;
    text-decoration: none;
}
.btnUnit01 li a:before {
	content: "\f107";
	font-family: FontAwesome;
    font-size: 18px;
    color: #b3b3b3;
    vertical-align: -1px;
    margin-right: 6px;
}
.btnUnit01 li a:hover,
.btnUnit01 li a:hover:before {
    color: #00a9e0;
}
@media screen and (max-width:767px){
    .btnUnit01 {
        margin-right: 15px;
        margin-left: 15px;
    }
    .btnUnit01 li {
        width: 50%;
        margin-bottom: 15px;
    }
    .btnUnit01 li:nth-of-type(even) {
        border-right: 1px solid #b3b3b3;
    }
}

/* btnUnit02
------------------------------- */
.btnUnit02 {
	text-align: left;
    margin: 0 -10px 20px;
}
.btnUnit02 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.btnUnit02 li a {
    display: block;
    width: 268px;
    height: 48px;
    font-weight: 500;
    font-size: 128.6%;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
}
.btnUnit02 li a:hover {
    opacity: .7;
}
@media screen and (max-width:767px){
    .btnUnit02 {
        text-align: center;
    }
    .btnUnit02 li {
        margin-bottom: 10px;
    }
}

.bgc_fff {background: #fff; color: #193771;}
.bgc_193771 {background: #193771; color: #fff;}
.bgc_00a9e0 {background: #00a9e0; color: #fff;}
.bgc_f7931e {background: #f7931e; color: #fff;}
.icon_arrow_01:after {
	content: "\f105";
	font-family: FontAwesome;
    margin-left: 10px;
    font-size: 120%;
}
.icon_external_01:after {
	content: "";
    display: inline-block;
    background: url(../../img/common/icon_external_01.png) no-repeat center center;
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    margin-left: 10px;
}
.icon_external_02:after {
	content: "";
    display: inline-block;
    background: url(../../img/common/icon_external_02.png) no-repeat center center;
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    margin-left: 10px;
}
.icon_tel_01:before {
	content: "\f095";
	font-family: FontAwesome;
    margin-right: 5px;
    font-size: 110%;
    vertical-align: -1px;
}
.btnUnit02 li .logo_01 {background: #fff; height: 80px; text-align:left; padding: 12px 0 0 22px;}
.btnUnit02 li .logo_01 img {width: 162px; height:auto;}

/* btn01
------------------------------- */
.btn01 {
    margin: 0 15px;
}
.btn01 a {
    text-decoration: none;
}
.btn01 a:after {
    content: "\f105";
	font-family: FontAwesome;
    margin-left: 10px;
    font-size: 18px;
    color: #b3b3b3;
}
.btn01 a:hover,
.btn01 a:hover:after {
    color: #00a9e0;
}

/* btn02
------------------------------- */
.btn02 {
    margin: 0 15px;
    text-align: center;
}
.btn02 a {
    text-decoration: none;
    font-size: 128.6%;
    color: #193771;
    font-weight: 700;
}
.btn02 a:hover {
    color: #00a9e0;
}
.btn02 a:after {
    content: "\f105";
	font-family: FontAwesome;
    margin-left: 10px;
    font-size: 22px;
    font-weight: normal;
}


/* ----------------------------------------

- Table Style

---------------------------------------- */

/* tbl01
------------------------------- */
.tbl01 {
	width: 100%;
    border-top: 1px solid #ccc;
}
.tbl01 th,
.tbl01 td {
	padding: 13px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
.tbl01 th {
    font-size: 128.6%;
    font-weight: 700;
    width: 5em;
    color: #193771;
}

/* tbl02
------------------------------- */
.tbl02 {
	width: 100%;
}
.tbl02 th,
.tbl02 td {
	padding: 10px 15px;
	border: 1px solid #ccc;
	vertical-align: top;
}
.tbl02 th {
	background-color: #f2f2f2;
	font-weight: 700;
    width: 200px;
    border-right: none;
}
.tbl02 td {
    border-left: none;
}
@media screen and (max-width:767px){
	.tbl02 th {
		width: 130px;
	}
}


/* 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

---------------------------------------- */

/* text01
------------------------------- */
.text01 {
    margin: 0 15px 25px;
}

.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;}
.mgb60 {    margin-bottom: 60px !important;}
.mgb80 {	margin-bottom: 80px !important;}
.mgr15 {    margin-right: 15px !important;}
.mgr20 {    margin-right: 20px !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;}
    .sp_mgb60 { margin-bottom: 60px !important;}
    .mgr15 { margin-right: 0 !important;} 
    .mgr20 { margin-right: 0 !important;} 
	.spNone { display: none !important; }
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after,
.addrBox01 .inner:after,
.listIndex02 li a:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01,
.addrBox01 .inner,
.listIndex02 li a{
	*zoom: 1;
}