@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: #2eb6aa;
	--themecolor02: #c8e9e6;
	--themecolor03: #e3e3e3;

	--basefontcolor: #1a1a1a;
	
	--btncolor01: #1b1a80;
	--hoverolor01: #0080ba;
	
	--bkcolor01: #0f0f0f;
	--bkcolor02: #f9f5f0;
}

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

html {
	font-size:62.5%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	background: #FFF;
	color: #361508;
	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: var(--themecolor01);
}



/* 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;
  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: 18px 12px;
	background-color:#fff;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
}

.tex_area {
	background-color:#fff;
	border: 1px solid #cfcfcf;
	width: calc( 100% - 26px);
	height: 200px;
	border-radius: 2px;
	line-height: 1.8em;
}
.select-wrap {
	position: relative;
	display: inline-block;
	outline: 0;
	font-size: 1em;
	position: relative;
	background-color:#fff;
	overflow: hidden;
}

.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% - 26px );
}
.tex_ms {
	width: calc( 100% - 26px );
	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%;
}
