@charset "utf-8";
/* =Default
-------------------------------------------------------------- */

/* フォント指定
----------------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../otf/notoserifcjkjp-regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../otf/notoserifcjkjp-bold.otf) format('opentype');
}


/* 横スクロールを防ぐ
----------------------------------------------------*/
html{
	overflow:auto;
}
body{
	overflow-x: hidden;
}

/*--- reset --*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

blockquote{
	background-color:#ddd;
	padding:1em;
	position:relative;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	color: #555;
	letter-spacing: 0.03em;
	/*--- 折り返し --*/
	word-wrap : break-word;
	overflow-wrap : break-word;
}

a{
	color: #1e9eef;
	text-decoration: none;
}
a:hover, .active{
  text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}

/*--- clearfix --*/
.clear{
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

/*--- css ロールオーバー --*/
.ov a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
.ov a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* 行ぞろえ */
.alignCenter{
	text-align: center !important;	
}
.alignLeft{
	text-align: left !important;	
}
.alignRight{
	text-align: right !important;	
}

/* マージン関連 */
.mgt05{
	margin-top:5px;
}
.mgt10{
	margin-top:10px;
}
.mgt20{
	margin-top:20px;
}
.mgt30{
	margin-top:30px;
}
.mgt40{
	margin-top:40px;
}
.mgt60{
	margin-top:60px;
}
.mgb05{
	margin-bottom:5px;
}
.mgb10{
	margin-bottom:10px;
}
.mgb20{
	margin-bottom:20px;
}
.mgb30{
	margin-bottom:30px;
}
.mgb40{
	margin-bottom:40px;
}
.mgb50{
	margin-bottom:50px;
}
.mgl1em {
	margin-left: 1em;
}


/* float */
.floatLeft{
	float:left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.floatRight{
	float:right;
	margin-left: 30px;
	margin-bottom: 10px;
}
.left {
	float:left;
	width: 475px;
	margin-right: 25px;
}
.right {
	float:right;
	width: 475px;
	margin-left: 25px;
}
@media (max-width: 768px) {
.left {
	float:none;
	width: auto;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.right {
	float:none;
	width: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
}


/* 文字 */
.strong {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.em {
	font-style: italic; 
}
.highlight {
	/*background: linear-gradient(transparent 60%, #ffce9e 60%);*/
	color: #111;
	/*background-color: #ffce9e;*/
	font-weight: 700;
}
.textSize_s {
	font-size: 60% !important;
}
.textSize110 {
	font-size: 110% !important;
}
.textSize120 {
	font-size: 120% !important;
}
ul.kome li {
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.red {
	color: #ff0000;
}
.green {
	color: #00ac97;
}


/* リスト */
ol  {
	position: relative;
	margin:0;
	padding:0;
}
ol li  {
	list-style: none;
	list-style-position:outside;
	margin:5px 0px 5px 0px;
	padding-left:2.25em
}
ol li span {
	position: absolute;
	left:0;
	margin:0;
}
/*IE6*/
*html ol li span  {
	left: -1.25em;
}

/* アイコン
------------------------------------------------------------*/
.blank {
	background-image: url(../png/blank-2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}

/* ロールオーバー
------------------------------------------------------------*/
/* 詳細はこちら */
.button {
	position: relative;
	padding: 0.5em 1.5em;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	font-size: 100%;
	margin: 1em 0em;
}

.button.detail {
	color: #333333;
}
.button.detail.detail:after, .button.detail.detail:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #60b7ee;
	transition: all 0.3s ease;
	transform: scale(0.85);
}
.button.detail.detail:hover:before {
	top: 0;
	transform: scale(1);
}
.button.detail.detail:hover:after {
	transform: scale(1);
}

/* MORE */
.moreBtn {
	text-align: center;
}
.more {
	position: relative;
	display: inline-block;
	padding: .9em 6.6em;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .2s;
	background-color: #FFF;
	font-size: 110%;
}
.more::before,
.more::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 4px solid transparent;
}
.more::before {
  top: -4px;
  left: -4px;
}
.more::after {
  bottom: -4px;
  right: -4px;
}
.more:hover {
	color: #60b7ee;
	text-decoration: none;
}
.more:hover::before,
.more:hover::after {
  width: 100%;
  height: 100%;
}
.more:hover::before {
  border-bottom-color: #60b7ee;
  border-left-color: #60b7ee;
  transition: height .3s, width .3s .3s;
}
.more:hover::after {
  border-top-color: #60b7ee;
  border-right-color: #60b7ee;
  transition: height .3s, width .3s .3s;
}

/* ページトップ
------------------------------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 5px;
	z-index:9999;
}

/* 共通
------------------------------------------------------------*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

