@charset "utf-8";

/* ==========================================
	Text
========================================== */

p {
	margin: 0 0 15px 0;
	padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
sup {
	vertical-align: 0.5rem;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.fwb {
	font-weight: bold;
}
.fcr {
	color: #DD0000;
}
.tdu {
	text-decoration: underline;
}
.fsll {
	font-size: 18px;
	font-size: 1.8rem;
}
.fsl {
	font-size: 16px;
	font-size: 1.6rem;
}
.fss {
	font-size: 12px;
	font-size: 1.2rem;
}
.fsss {
	font-size: 10px;
	font-size: 1.0rem;
}

/* ==========================================
	Form
========================================== */

input, textarea {
	padding: 3px 5px 2px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	min-height: 25px;
	width: 100%;
	box-sizing: border-box;
}

/* ==========================================
	Link
========================================== */

a {
	color: #03C;
}
a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	color: #639;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #4B0082;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
a[target="_blank"]:after {
	content: "";
    margin: 0 5px 0 0;
	display: inline-block;
	width: 11px;
	height: 14px;
	vertical-align: top;
}
.link-icon a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 14px;
	vertical-align: middle;
}
.link-button a {
	padding: 8px 15px;
	line-height: 1.2;
	color: #FFF;
	background-color: #DDD;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.link-button a:before {
	content: "";
	margin: 0 0 0 2px;
	display: inline-block;
	width: 10px;
	height: 14px;
	vertical-align: top;
}

/* ==========================================
	Line
========================================== */

.solid {
	border-bottom: 1px solid #CCCCCC;
}
.dotted {
	border-bottom: 1px dotted #CCCCCC;
}
.dashed {
	border-bottom: 1px dashed #CCCCCC;
}

/* ==========================================
	Float
========================================== */

.fl {
	float: left!important;
}
.fr {
	float: right!important;
}
.clear {
	clear: both;
}

/* ==========================================
	Image
========================================== */

img {
	margin: 0 0 5px 0;
	max-width: 100%;
	vertical-align: top;
	border: 0;
}
.caption {
    margin: 0 0 15px 0;
	font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
}

/* ==========================================
	Display
========================================== */

.pc {
	display: block;
}
.sp {
	display: none;
}
.hide {
	display: none;
}

/* ==========================================
	Margin, Padding
========================================== */

/*	Padding All
------------------------------------------ */
.pa10 {
	padding: 10px!important;
}
.pa15 {
	padding: 15px!important;
}
.pa20 {
	padding: 20px!important;
}
.pa25 {
	padding: 25px!important;
}
.pa30 {
	padding: 30px!important;
}
.pa35 {
	padding: 35px!important;
}
.pa40 {
	padding: 40px!important;
}
/*	Padding Top
------------------------------------------ */
.pt10 {
	padding-top: 10px!important;
}
.pt15 {
	padding-top: 15px!important;
}
.pt20 {
	padding-top: 20px!important;
}
.pt25 {
	padding-top: 25px!important;
}
.pt30 {
	padding-top: 30px!important;
}
.pt35 {
	padding-top: 35px!important;
}
.pt40 {
	padding-top: 40px!important;
}
/*	Padding Right
------------------------------------------ */
.pr10 {
	padding-right: 10px!important;
}
.pr15 {
	padding-right: 15px!important;
}
.pr20 {
	padding-right: 20px!important;
}
.pr25 {
	padding-right: 25px!important;
}
.pr30 {
	padding-right: 30px!important;
}
.pr35 {
	padding-right: 35px!important;
}
.pr40 {
	padding-right: 40px!important;
}
/*	Padding Bottom
------------------------------------------ */
.pb10 {
	padding-bottom: 10px!important;
}
.pb15 {
	padding-bottom: 15px!important;
}
.pb20 {
	padding-bottom: 20px!important;
}
.pb25 {
	padding-bottom: 25px!important;
}
.pb30 {
	padding-bottom: 30px!important;
}
.pb35 {
	padding-bottom: 35px!important;
}
.pb40 {
	padding-bottom: 40px!important;
}
/*	Padding Left
------------------------------------------ */
.pl10 {
	padding-left: 10px!important;
}
.pl15 {
	padding-left: 15px!important;
}
.pl20 {
	padding-left: 20px!important;
}
.pl25 {
	padding-left: 25px!important;
}
.pl30 {
	padding-left: 30px!important;
}
.pl35 {
	padding-left: 35px!important;
}
.pl40 {
	padding-left: 40px!important;
}

/*	Margin Top
------------------------------------------ */
.mt0 {
	margin-top: 0px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt20 {
	margin-top: 20px!important;
}
.mt25 {
	margin-top: 25px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.mt35 {
	margin-top: 35px!important;
}
.mt40 {
	margin-top: 40px!important;
}
/*	Margin Bottom
------------------------------------------ */
.mb0 {
	margin-bottom: 0px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb25 {
	margin-bottom: 25px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb35 {
	margin-bottom: 35px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
/*	Margin 0
------------------------------------------ */
.ma0 {
	margin: 0!important;
}
/*	Margin Auto
------------------------------------------ */
.center {
	margin: 0 auto;
}

/* ==========================================
	Width
========================================== */

.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w65 {
	width: 65%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w85 {
	width: 85%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}

/* ==========================================
	Heading
========================================== */

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
h1 {
	margin: 30px 0 15px 0;
	padding: 0 0 3px 0;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: solid 2px #DDDDDD;
	position:relative;
}
h1:before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #999999;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.contents>:first-child {
	margin-top: 0;
}
h2 {
	margin: 30px 0 30px 0;
	padding-left: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	border-left: 5px solid #265a88;

}
h3 {
	/*margin: 15px 0 5px 0;*/
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	position:absolute;
	top: 0%;
	line-height: 50px;
}
h4 {
	margin: 30px 0 15px 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	border-bottom: dashed 1px #999999;
}

/* ==========================================
	List
========================================== */

ol,
.list-style01 {
	margin: 0 0 15px 0;
	padding: 0;
}

/* ==========================================
	Table
========================================== */

table {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
}
table tr th {
	background: #f2f2f2;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	border: 1px solid #cfcfcf;
}
.table-wrap {
    width: 100%;
}
.table-style01,
.table-style02 {
	margin: 0 0 15px 0;
}
.table-style02 table tr th { 
	text-align: center;
}
.table-style02 .table-caution {
    display: none;
}

/* ==========================================
	Box
========================================== */

.text-box {
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.attention-box {
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #D00;
	box-sizing: border-box;
}
.scroll-box {
	width: 100%;
	height: 150px;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/* ==========================================
	Breadcrumb
========================================== */
.breadcrumb {
	margin: 0 0 15px 0;
}
.breadcrumb li {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
.breadcrumb li:before {
	content: "\3e";
	margin: 0 5px 0 0;
}
.breadcrumb li:first-child:before {
	content: "";
	margin: 0;
}


/* ==========================================
	Contents Layout
========================================== */

/* 2 column
------------------------------------------ */
.column2 {
	overflow: hidden;
}
.column2 .left-cnt {
	width: 50%;
	float: left;
  box-sizing: border-box;
}
.column2 .right-cnt {
	width: 50%;
	float: right;
  box-sizing: border-box;
}


/* ==========================================
	mediaQuery
========================================== */

@media only screen and (max-width: 640px){

canvas, iframe, svg {
	max-width: 100%;
}
video {
	width: 100%!important;
	max-width: 100%;
	height: auto!important;
}
img {
	width: 100%;
	height: auto;
	display: block;
}

/* ==========================================
	Form
========================================== */

input, textarea {
	font-size: 1.6rem;
}
button {
	line-height: 1.3;
}

/* ==========================================
	Link
========================================== */

.link-icon a:before {
	margin: 0 0 0 2px;
}

/* ==========================================
	Display
========================================== */

.pc {
	display: none;
}
.sp {
	display: block;
}

/* ==========================================
	Layout
========================================== */

/* 2 column
------------------------------------------ */
.column2 .left-cnt {
	width: 100%;
	float: none;
  padding-left: 0!important;
  padding-right: 0!important;
}
.column2 .right-cnt {
	width: 100%;
	float: none;
  padding-left: 0!important;
  padding-right: 0!important;
}
.header-cnt.column2 .left-cnt {
  width: 50%;
  float: left;
}
.header-cnt.column2 .right-cnt {
  width: 50%;
  float: right;
}




}

