@charset "UTF-8";

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%;
	text-align: justify
}
img, abbr, acronym, fieldset	{
	border: 0;
}
img {
	vertical-align: top;
	width: auto;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
}
li	{
	list-style-type: none;
	text-align: justify;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}





/*--------------------------------------*/
/* font等の初期設定						*/
/*--------------------------------------*/

html {
		font-size:62.5%;
}

body {
    font-family: 'Noto Serif JP', sans-serif;
	background: #FFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.5rem;
	line-height: 150%;
	text-align: center;
	line-height: 1.7em;
}

.roboto {
	font-family: 'Roboto', sans-serif;
}

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



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

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

a:hover	{
	text-decoration: none;
	color: #676767;
}

a.txt_link,
.txt_link{
	color: #ff931e;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
.txt_link:link	{
	color: #ff931e;
}

.txt_link:visited	{
	text-decoration: none;
	color: #ff931e;
}

.txt_link:hover	{
	color: #ffbd76;
}

.txt_link .icon	{
	margin-left: 7px;
}



/* font Class */
/*--------------------------------------*/
.Arial {
		font-family: "Arial Black";
	}
.red {
		color: #c1272d;
	}
.org {
		color: #f7931e;
	}
.big {
		font-size: 140%;
		font-weight: 500;
	}
.big_s {
		font-size: 110%;
		font-weight: 500;
		line-height: 1.5em;
		display: inline-block;
		padding-bottom: 5px;
	}
.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.center {
	text-align: center;
}
.icon_mr {
	padding-left: 0.75em;
}
.color01 {
	color: #ff931e;
}
.small_txt {
	font-size: 80%;
	line-height: 1.8em;
}
.medium_txt {
	font-size: 90%;
	line-height: 1.8em;
}
.wt300 {
	font-weight: 300;
}


.strongs {
	background-color: #f1a7b6;
	padding: 8px 20px;
	color: #fff;
	-webkit-border-radius : 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 120%;
	position: absolute;
	top: 7%;
	left: 23%;
}

.weight300 {
	font-weight: 300;
}

.mt60 {
	margin-top: 60px;
}


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

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



/* clearfix Class */
/*--------------------------------------*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.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: 4px;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  padding-right: 20px;
}

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

.tex_area {
	background-color:#fff;
	width: 100%;
	height: 200px;
	border: 1px solid #b3b3b3;
}
.select-wrap {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color:#ebebeb;
	min-width: 60%;
	overflow: hidden;
}
.select-wrap: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: "\e313";
	position:absolute; z-index:1;
	right: 4px;
    top: 20%;
    font-size: 180%;
}

.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: 80px;
	margin: 0 0px;
}
.tex_ms {
	width: 300px;
	margin: 0 0px;
}
.tex_m {
	width: 80%;
}

.tel_focus {
    color: #969696;
}

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

.iopt_label {
    text-align: center;
    margin: 20px auto;
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
    width: 30%;
}
._iopt_label {
    text-align: center;
    margin: 20px 0;
    display: block;
    background-color: #f5f5f5;
    padding: 10px;
    width: 30%;
}


