@charset "UTF-8";

html {
	overflow: visible;
}
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;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
img:not(.post img) {
	width: auto;
}
li	{
	text-align: justify;
}
li:not(.post li) {
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}
strong, b {
	font-weight: bold;
}

:root {
	--themecolor01: #ee4a60;/* 赤 */
	--themecolor02: #41c09a;/* 緑 */
	--themecolor03: #1883f0;/* 青 */
	--themecolor04: #0c0c0c;/* 黒 */
	
	--areacolor01: #72a5ed;/* 北海道 */
	--areacolor02: #00bcb2;/* 関東 */
	--areacolor03: #5eb96a;/* 東海 */
	--areacolor04: #a2da62;/* 北陸・甲信越 */
	--areacolor05: #e8d547;/* 近畿 */
	--areacolor06: #f0a24a;/* 中国 */
	--areacolor07: #f36150;/* 四国 */
	--areacolor08: #f085a3;/* 九州・沖縄 */
	
	--btncolor01: #1b1a80;
	--hoverolor01: #ff9d3d;
	
	--bkcolor01: #fff5f5;
	--bkcolor02: #f1f1f1;
	--bkcolor03: #ffe3e3;
	
	--linecolor01: #dfdcdc;
	--linecolor02: #e8e8e8;
	--linecolor03: #8d8d8d;
	--linecolor04: #b3b3b3;
}

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

html {
	font-size:62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	background: #ffff;
	color: #1a1a1a;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.8em;
}

h2 {
	font-size: 2em;
	font-weight: 600;
	line-height: 2em;
}
h3 {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 2em;
}
h4 {
	font-size: 1.1em;
	font-weight: 400;
	line-height: 2em;
}



/* A Style */
/*--------------------------------------*/
a {
	transition: .3s;
	color: var(--themecolor01);
}
a:link	{
	text-decoration: none;
	color: var(--themecolor01);
}

a:visited	{
	text-decoration: none;
	color: var(--themecolor01);
}

a:hover	{
	text-decoration: none;
	color: var(--hoverolor01);
}

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

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

.txt_link:hover	{
	color: #361508;
}

.s_txt {
	font-size: 0.9em;
}



/* font Class */
/*--------------------------------------*/

.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.center {
	text-align: center;
}
.icon_mr {
	padding-left: 0.75em;
}
.color01 {
	color: #267592;
}



/* 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="tel"],
input[type="email"],
input[type="password"] {
	padding: 18px 12px;
	background-color:#fff;
	border: 1px solid #eeee;
	border-radius: 2px;
	border-radius: 12px;
	width: calc( 100% - 24px );
}

.tex_area {
	padding: 18px 12px;
	background-color:#fff;
	border: 1px solid #eeee;
	border: 1px solid #eee;
	width: calc( 100% - 24px);
	height: 300px;
	border-radius: 12px;
	line-height: 1.5em;
}
.select-wrap {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color:#fff;
	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_m {
	width: calc( 100% - 24px );
}
.tex_ms {
	width: calc( 100% - 24px );
	max-width: 400px;
}

.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%;
}
