@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */

/* reset, common
--------------------------------- */


* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}

input,
textarea {
	-webkit-user-select: auto;
}

body {

	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", "HiraKakuPro-W3", 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0;
	background-color: #FFF;
	letter-spacing: 0.5px;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;

}

html,
body {
	height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

a {
	color: #1b84d5;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	/* text-decoration: underline; */
}

/* fonts */
.f_min {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.f_mal {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.font_s {
	font-size: 90%;
}

.red {
	color: #f81a1a;
}

/* float */
.l {
	float: left;
}

.r {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left !important;
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-Mac 
html .clearfix {
	height: 1%;
}*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.none {
	display: none !important;
}

.inWrap li,
.txt_indent {
	text-indent: -1em;
	padding-left: 1em;
}

/* opacity */
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/* margin */
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb75 {
	margin-bottom: 75px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px !important;
}

.mt60 {
	margin-top: 60px;
}

label {
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.noPC {
	display: none;
}

.inner {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.harf {
	width: 49%;
}

.bg_glay {
	background: #efefef;
}

/* リンクアニメーション */
/*
a,
a img,
.sc{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
*/


/* teaser
--------------------------------- */
#teaser #mv {
	top: 20%;
	position: absolute;
	width: 100%;
}

#teaser h1 {
	max-width: 437px;
	height: 177px;
	width: 80%;
	background: url(../img/common/h1.png) left top no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

#teaser h2 {
	font-size: 25px;
	margin-top: 40px;
	font-weight: bold;
	text-align: center;
}

#teaser #mv p {
	text-align: center;
	font-size: 37px;
	font-weight: bold;
	margin-top: 5%;
}

#teaser p.copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	bottom: 0;
}


@media screen and (max-width: 768px) {
	#teaser #mv h1 {
		max-width: 340px;
		height: 105px;
		background-size: contain;
		background-position: center top;
		margin: 0 auto;
	}

	#teaser #mv h2 {
		font-size: 18px;
		text-align: center;
		margin: 30px 0 20px;
	}
}


/* header
--------------------------------- */
#header {
	padding: 45px 0 30px;
	background: #729BCF;
	margin-bottom: 20px;
}

#header p.logo {
	width: 258px;
	height: 105px;
	background: url(../img/common/h1.png) left top no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin-right: 45px;
	float: left;
}

#header p.logo a {
	display: block;
	height: 100%;
}

#header p.catch {
	font-size: 18px;
	padding-top: 60px;
	line-height: 1;
	font-weight: bold;
}

/* footer
--------------------------------- */
#footer {
	background-color: #fff;
	padding: 20px 0 0;
	border-top: 1px solid #d3d3d3;
}

#footer p {
	display: inline-block;
	font-size: 12px;
}

#footer .navi {
	display: inline-block;
	text-align: right;
	padding: 10px 0;
	float: right;
}

#footer .navi li {
	display: inline-block;
	text-align: right;
	border-left: 1px solid #f08614;
	line-height: 1;
}

#footer .navi li:first-child {
	border: none;
}

#footer .navi li a {
	padding: 0 1em;
	color: #000;
	text-decoration: none;
}

#footer .navi li a:hover {
	color: #f08614;
}

#footer section {
	background: #efefef;
	padding: 20px 0 40px;
	margin-top: 20px;
}

#footer section h3 {
	border-bottom: 3px double #aaa;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

#footer section p.nippo {
	max-width: 50%;
	float: left;
	font-size: 14px;
}

#footer section p.nst {
	max-width: 50%;
	float: right;
	font-size: 14px;
}

#footer section p.nippo span,
#footer section p.nst span {
	float: right;
	margin-left: 20px;
}

#footer section p.nippo img,
#footer section p.nst img {
	margin-top: 10px;
}

#footer .copyright {
	text-align: center;
	padding: 20px 0;
	color: #000;
	width: 100%;
}

/* top
--------------------------------- */


/* foam
--------------------------------- */
.error {
	margin-top: 7px;
	margin-bottom: 14px;
	background: #fec7c7;
	font-weight: bold;
	font-size: 15px;
	color: #ff4f3b;
}
