@charset "utf-8";
@import "mp.css";
@import "table.css";

body {
	font-family:'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
	  font-optical-sizing: auto;
  font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	line-height: 2em;	
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
	background-color:  rgba(201,188,156,0.05);
}

.input100 input,textarea,select{background-color: #FFFFFF;border: #e4e4e4 1px solid; border-radius: 5px; width: 100%;padding: 5px 10px;}
::placeholder{
  color:#999999;}

/*------googleフォント------*/
.font-Noto{font-family: 'Noto Sans JP', sans-serif;transform: rotate(0.01deg);}
.font-Noto-serif{font-family: 'Noto Serif JP', serif;transform: rotate(0.01deg);}


/*------bold------*/
.f-bold700{font-weight: 700;}
.f-bold500{	font-weight: 500;}
.f-300{font-weight: 300;}
.font-small{font-size: 0.8em;}
.font-big{font-size: 1.1em;}

/*-----イメージオーバー------*/
.hover-style img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.hover-style img:hover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*------スマホのみ電話リンク------*/
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
/*-----キーカラーテルウェルブルーrgba(0,160,233,1)------*/
.color-sky-blue{color:#00A0E9;}
#flex-news-box-title{background-color:#00A0E9;}
/*-----キーカラーあおrgba(43,100,186,1)------*/
.color-blue{color: #2B64BA;}

/*-----キーカラーグレー------*/
.color-gray{background-color:#F1F1f1;}

.tyuui{color: #D51220;}

/*------位置の共通化------*/
ol{
	padding:0px;
	list-style-type: decimal;
	list-style-position:outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ol li{
	margin-left: 10px;
}
.line-ol ol{	padding:0px;
	list-style-type: decimal;
	list-style-position:inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}
	
.line-ol ol li{
margin-left: 0px;
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;padding-bottom: 10px;
     text-indent: -1em;
  padding-left: 1em;
}

ul{
	padding:0px;
	list-style: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul li{
	margin-left: 10px;
}
section{
text-align: justify; 
text-justify: inter-character;
}
p{
	margin:  0em;
	text-indent: 0em;
}
p.space{
	margin:  0em;
	text-indent: 1em;
}
.mark{
padding-left: 1em; 
text-indent: -1em; 
}
.mark2{
padding-left: 2em; 
text-indent: -2em; 
}
.mark3{
padding-left: 3em; 
text-indent: -3em; 
}
.mark35{
padding-left: 3.5em; 
text-indent: -3.5em; 
}
.mark4{
padding-left: 4em; 
text-indent: -4em; 
}
.mark45{
padding-left: 4.5em; 
text-indent: -4.5em; 
}

.clear {
	clear:both;
	overflow:hidden;
	height: 1px;
}
.afterclear{
    zoom:1;/*for IE 5.5-7*/
}
.afterclear:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*------align------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/*------------------------ボタン 大きさ配置は各css------------------------*/

.gocontactbtn,.gocontactbtn:visited{
display: inline-block;
  width: 100%;
  color: #fff; /* 文字色 */
  border: 2px solid rgba(255,255,255,1); /* 線幅・種類・色 */
  background: rgba(255,255,255,0);/* 背景色 */
  padding: 5px 0px 8px 0px;
  font-weight: 500; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 1.1em;
}
/* マウスオーバーした際のデザイン */
.gocontactbtn:hover {
  color: #FFF; /* 文字色 */
  background: rgba(255,255,255,0.5); /* 背景色 */
  border: 2px solid rgba(255,255,255,1); /* 線幅・種類・色 */
    text-decoration: none;
}
.common-btn01,.common-btn01:visited{
display: inline-block;
  width: 100%;
  color: #fff; /* 文字色 */
  border: 1px solid #f39800; /* 線幅・種類・色 */
  background: #f39800;/* 背景色 */
  padding: 3px 0px 6px 0px;
  font-weight: 400; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
  cursor: pointer;
}
/* マウスオーバーした際のデザイン */
.common-btn01:hover {
  color: #FFF; /* 文字色 */
  background: rgba(0,160,233,1); /* 背景色 */
  border: 1px solid rgba(0,160,233,1); /* 線幅・種類・色 */
    text-decoration: none;
}

caption{display:none}
address {
font-style:normal;
}

/*------リンク------*/
a {
	font-style: normal;
	color: #333333;
	text-decoration:underline;
        	-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;
}
a:visited{
	font-style: normal;
	color: #333;
	text-decoration:underline;
}

a:hover{
	color: #00A0E9;
	text-decoration:underline;
}
a:active{
 color: #2B64BA;
text-decoration:underline;
}

img {
	border: none;
}
.flex-head-logo a{
	display: block;
	width: 100%;
	height: 100%;
}

