@charset "UTF-8";

/*--------------------------------------
目次
	（1）初期設定リセット
	（2）font等の初期設定
	（3）共通クラス
---------------------------------------*/




/*--------------------------------------*/
/*（1）初期設定リセット						*/
/*--------------------------------------*/


html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
	font-weight: 300;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
img {
	vertical-align: top;
	width: auto;
    max-width: 100%;
    height: auto;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}





/*--------------------------------------*/
/*（2）font等の初期設定						*/
/*--------------------------------------*/

.mif {
	font-family: Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
	font-size: 130%;
	line-height: 1.8em;
}

body {
	font-family: "Lato","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 75%;
	line-height: 150%;
	text-align: center;
}

* html body {
	font-family: "Lato","Noto Sans Japanese","ＭＳ Ｐゴシック", sans-serif;
	vertical-align: baseline;
	text-align: center;
} /* for lte ie6 */

*:first-child+html body {
	font-family: "Lato","Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/body {
	font-size: 14px;
	font-family: "Lato","Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) body {
	font-size: 14px;
	font-family: "Lato","Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for modern browser not ie8 */


/* ------------ form Style */
input, select, textarea {
	font-size: 1em;
	font-family: "Lato","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}
* html input, select, textarea {
	font-family: arial,"Noto Sans Japanese","ＭＳ Ｐゴシック", sans-serif;
} /* for lte ie6 */

*:first-child+html input, select, textarea {
	font-family: "Lato","Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie7 */

html>/**/input, select, textarea {
	font-family: "Lato","Noto Sans Japanese","メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
} /* for ie8 */

html:not(:target) input, select, textarea {
	font-family: "Lato","Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
} /* for modern browser not ie8 */


h2 {
	font-size: 110%;
	font-weight: 400;
}
h3 {
	font-size: 110%;
	font-weight: 400;
}
h4 {
	font-size: 110%;
	font-weight: 400;
}



/*--------------------------------------*/
/*（3）共通クラス							*/
/*--------------------------------------*/

.ph01 {
	border-top: 7px solid #fadfe4;
	border-bottom: 7px solid #fadfe4;
}

.ph02 {
	border-bottom: 7px solid #fadfe4;
	margin: 20px auto 10px;
}


/* A Style */
/*--------------------------------------*/
a:link	{
	text-decoration: none;
	color: #333;
}

a:visited	{
	text-decoration: none;
	color: #333;
}

a:hover	{
	text-decoration: underline;
	color: #2F2189;
}

a.txt_link,
.txt_link{
	color: #2F2189;
	display: inline-block;
	text-decoration: underline;
}
.txt_link:link	{
	color: #2F2189;
}

.txt_link:visited	{
	color: #2F2189;
}

.txt_link:hover	{
	color: #4baae9;
}




/* font Class */
/*--------------------------------------*/
.center {
	text-align: center;
}

.small_txt {
	font-size: 80%;
	line-height: 1.8em;
}
.medium_txt {
	font-size: 90%;
	line-height: 1.8em;
}
.wt300 {
	font-weight: 300;
}




/* float Class */
/*--------------------------------------*/
.flow_left {
	float:left;
	}

.flow_right {
	float:right;
	}
.clear_both {
	clear: both;
	}



/* clearfix Class */
/*--------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}



.fixed {
	position: fixed;
	z-index: 999999999;
}

.hidden {
	display: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  width: 200px;
	border: solid 1px #333;
	background-color:#ffffff;
}

textarea, input, button {
	position: relative;
	border: none;
	outline: 0;
	font-size: 1em;
	position: relative;
	padding: 7px 10px;
	z-index: 10;
}
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"] {
	padding: 18px 14px;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
}

.tex_area {
	background-color:#ebebeb;
	width: 340px;
	height: 200px;
}
.select {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #333;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color: #fff;
	min-width: 200px;
	overflow: hidden;
}
.select:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute; z-index:1;
	right: 0px;
	top: 0px;
	font-size: 200%;
}


.btn_contact {
	padding: 14px 24px 14px 24px;
	background-color: #333;
	border: 2px solid #ccc;
	color: #fff;
	font-weight: 300;
	font-size: 100%;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.btn_contact:hover {
	opacity: 0.6;
}

.iopt_label {
	padding: 10px;
}
input[type='checkbox'] {
	width: 20px;
}
.inline {
	display: inline-block;
	position: relative;
}
.tex_ss {
	min-width: 150px;
	margin: 0 0px;
}
.tex_s {
	width: 28%;
	margin: 0 0px;
}
.tex_m {
	width: 94%;
}

input.box_disable {
	color: #666;
/*	background-color: #ccc;*/
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

/* Laravel pagination pluginで生成されたページネーションカスタム */
._in ul.pagination li {
	display: inline-block;
	width: 20px;
}

/* セレクトのデザイン */
.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding: 18px 14px;
	border: solid 1px #ccc;
	background-color:#f5f5f5;
	min-width: 140px;
	vertical-align: middle;
}
.select-wrap.size_s {
	min-width: 60px;
	margin: 0 5px;
}
.select-wrap.size_ss {
	min-width: 30px;
	margin: 0 5px;
}

.select-wrap select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:130%;/* fallback non calc support */
	margin:0;
	background:transparent;
	border:0;
	outline:none;
}

.entypo-down-open-mini:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e61c";
	position:absolute; 
	z-index: 1;
    right: 7px;
    top: 15px;
    font-size: 160%;
}

/* memo modal button */
.memo_btn01 {
	background: #2F2189;
	padding: 10px 10px 10px 10px;
	color: #fff;
	position: relative;
	font-weight: 100;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 0.9em;
	margin: 4px auto 4px;
	cursor: pointer;
}