@charset "UTF-8";

/* "body"
-------------------------------------------------- */
body {
    color: #3E3A39;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.566666666666667;
    font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
}

/* "a" Tag
-------------------------------------------------- */
a {
    cursor: pointer;
    -webkit-transition: all .7s;
    transition: all .7s;
}
a:link, a:visited {
    color: #036EB8;
    text-decoration: none;
}
a:active, a:hover {
    color: #EA5514;
    text-decoration: underline;
}
a:hover img {
    opacity: 0.6;
}

/* "div/p" Tag
-------------------------------------------------- */
div {
    margin: 0;
    padding: 0;
}
p {
    margin: 0 0 1em;
    padding: 0;
}

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em;
    padding: 0;
    font-weight: bold;
    font-size: 100%;
    line-height: 1.566666666666667;
}

/* "hr" Tag
-------------------------------------------------- */
hr {
    margin-bottom: 25px;
}

/* "img" Tag
-------------------------------------------------- */
img {
    border: 0;
}

/* "em/strong" Tag
-------------------------------------------------- */
em {
    font-style: italic;
    font-weight: normal;
}
strong {
    font-style: normal;
    font-weight: bold;
}

/* form
-------------------------------------------------- */
fieldset, form, input, textarea {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}
label {
    	cursor: pointer;
}
input, select, textarea {
	font-size: inherit;
	font-weight: inherit;
}
select {
	font-size: 16px;
	padding: 3px;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],textarea,select {
	padding: 10px;
	margin: 0;
	border: 1px solid #DDD;
	border-radius: 2px;
}
form input.error {
	background: #ffcece;
	border-color: #df8f8f;
	font-size: 100%;
}

/* ==================================================
以下、ブロックごとの指定
================================================== */

/* コンテナ
-------------------------------------------------- */
html,body {
	height: 100%;
}
body {
	background: #FFF url(../images/home/bg.jpg) no-repeat 50% 0;
	background-size: cover;
}
article {
	background: url(../images/common/mask.png) repeat;
	position: relative;
	min-height: 100%;
}

/* ヘッダー
-------------------------------------------------- */


/* グローバルメニュー
-------------------------------------------------- */


/* ハンバーガーメニュー
-------------------------------------------------- */


/* パンくず
-------------------------------------------------- */


/* メインカラム（頻出系）
-------------------------------------------------- */
h1 {
	font-size: 21px;
}
.fa {
	margin-right: 5px;
}
.titleSec {
	padding-top: 50px;
	margin-bottom: 20px;
}
.contentBox {
	background: #FFF;
	border-radius: 3px;
	border: 1px solid #5B4E83;
	padding: 20px;
	margin-bottom: 25px;
	text-align: left;
}
.contentBlock {
	margin-bottom: 30px;
}
a.btn-basic,
button.btn-basic {
	width: 100%;
	font-size: 16px;
	display: block;
	padding: 10px 28px;
	color: #fff;
	background-color: #C30D23;
	border: 1px solid #C30D23;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	cursor: pointer;
	margin-bottom: 16px;
}
a.btn-basic:hover,
button.btn-basic:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #C30D23;
}

/* サイドカラム
-------------------------------------------------- */


/* ページャー
-------------------------------------------------- */


/* フッター
-------------------------------------------------- */
.footerSec {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #555;
}
.footerSec ul:before,
.footerSec ul:after {
	clear: both;
	display: block;
	content: " ";
}
.footerSec ul {
	display: table;
	margin: 0 auto;
}
.footerSec ul li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #FFF;
	line-height: 1;
}
.footerSec ul li a {
	color: #FFF;
}
.footerSec ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

/* ==================================================
以下、装飾の指定
================================================== */

/* 文字装飾
-------------------------------------------------- */
.red {
    color: #EA5504;
}
.bld{
    font-weight:bold;
}
.small{
    font-size:11px;
}
.big{
    font-size:21px;
}
.large{
    font-size:26px;
}
.mega {
    font-size:32px;
}
.orange {
    color: #EA5504;
}

/* 回りこみ
-------------------------------------------------- */
.right {
    float:right;
}
.left {
    float:left;
}
.alignright {
    text-align:right;
}
.alignleft {
    text-align:left;
}
.aligncenter {
    text-align:center;
}

/* 複数カラム
-------------------------------------------------- */
[class^="line-"] div,[class*=" line-"] div {
	margin-right: 2%;
	float: left;
}
[class^="line-"] div:last-child,[class*=" line-"] div:last-child {
	margin-right: 0;
}
.line-2 div {
	width: 48%;
}
@media (max-width: 767px) {
	.line-2 div {
		width: 70%;
		float: none;
		display: table;
		margin: 0 auto !important;
	}
}
.line-3 div {
	width: 32%;
}
.line-4 div {
	width: 23.5%;
}

/* width
-------------------------------------------------- */
.w10p {
    width: 10%;
}
.w20p {
    width: 20%;
}
.w30p {
    width: 30%;
}
.w40p {
    width: 40%;
}
.w50p {
    width: 50%;
}
.w60p {
    width: 60%;
}
.w70p {
    width: 70%;
}
.w80p {
    width: 80%;
}
.w90p {
    width: 90%;
}
.w100p {
    width: 100%;
}

/* height
-------------------------------------------------- */
.h100 {
    height: 100px;
}
.h200 {
    height: 200px;
}

/* margin
-------------------------------------------------- */
.mb0 {
    margin-bottom:0 !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mb20 {
    margin-bottom:20px !important;
}

/* display
-------------------------------------------------- */
.dispBlock {
	display: block !important;
}
.dispNone {
	display: none !important;
}
.dispTable {
	display: table !important;
	margin-left: auto;
	margin-right: auto;
}

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