@charset "utf-8";

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
/*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;*/
	font-family: "Helvetica Neue",Arial,Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	margin: 0px;
	padding: 0px;
	color: #505050;
	line-height: 1.6;
	font-size: 1.2rem;
}
/* Display
--------------------------- */
.pc { display: inherit; }
.sp { display: none; }

@media only screen and (max-width: 480px) {
	.pc { display: none; }
	.sp { display: inherit; }
}
/* link styles
--------------------------*/
img {
	max-width: 100%;
	height: auto;
}
a img {
	border-width: 0px;
}
a:link {
	color: #3e3bc9;
	text-decoration: underline;
}
a:visited {
	color: #929;
	text-decoration: underline;
}
a:hover {
	color: #ff3241;
}
a:active {
	color: #ff3241;
}
.icon {
	color: #FF3366;
}

.mini {
	font-size: smaller;
	color: #FF6600;
}
.example {
	font-size: 90%;
	color: #9A9A9A;
}



/* basic layout
--------------------------*/

#container {
	width:800px;
	margin: 0 auto;
	border-top: 10px solid #FBCC36;
	background-color: #FFFFFF;
}
#container .submit_btn{
	width: 180px;
}

#header {
	padding-bottom: 20px;
}

#header  #nagare {
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header #title {
	padding-bottom: 20px;
}
#header p{
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#header p.smallsize{
  font-size: 0.96rem;
  line-height: 1.3;
}
h1{
 border-left: 5px solid #fbc721;
 padding-left: 7px;	
 line-height: 1.4;
 font-size: 1.6rem;
 margin-bottom: 20px;
}
/*ryoiku*/
h1.f_style{
  font-size: 1.5rem;
}

#form {clear:both}

table  {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
}
td  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px;
	font-size: 1.2rem;
}
td.tdgray {
	background-color: #EFEFEF;
}
td.tdyellow {
	background-color: #FFFFCC;
}
td.tdpink {
	background-color: #FFF0EE;
}
td.tdgreen {
	background-color: #f3ffd9;
}

.non-frame {
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.td_non-frame {
	border-style: none;
	padding: 3px 0px;
}

ul.indent {
	text-indent: 0;
	margin-bottom: 15px;
}
ul.indent li {
	list-style: disc;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}

#footer_thanks {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #E1E1E1;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.icon-image {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.green {
	color: #27A468;
	font-weight: bold;
}
.eisuuji {ime-mode: inactive; 
}
.eisuuji-rock {ime-mode: disabled; 
}
.nihongo {ime-mode: active; 
}
.smallsize {
	font-size: 85%;
}
.setsumeikai_pc {
	display: none;
}
.setsumeikai_sp {
	text-align: center;
	margin-top: 20px;
}

noscript {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 5px;
}
.mini_gray {
	font-size: x-small;
	color: #999999;
}

.kome {
	display: inline-block;
	text-indent: -1.2em;
	margin-left: 1.2em;
}
.kome:before {
	content: "※";
	margin-right: 0.2em;
}

input {
	padding: 10px;
}
input,select
{
	width:95%;
	font-size:120%;
	padding:5px;
}
input:focus,input:hover
{background:#acf3ff;}
input[type=text]{
	padding: 10px;
}
input[type=button]{
	padding: 4px;
	margin-top: 15px;
}
textarea
{
	width:95%;
	padding:5px;
	height:50px;
}
textarea:focus,textarea:hover
{height: 150px;background:#acf3ff;}
input[type="submit"]
{
	width: 100%;
	padding: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#6ee5c3), to(#4CAF93));
	border: 1px #6ee5c3 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #46967f;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
input[type=image]{
	width: 50%;
}
.focus
{background:#acf3ff;}
.wd33per
{width:30%;}

.wd26per
{width:26%;}

input[type="checkbox"] {
	display:inline-block;
	width:20px;
	height:30px;
	vertical-align:top;
}
input[type="radio"] {
	display:inline-block;
	width:20px;
	height:30px;
	vertical-align:top;
}
label.checkboxlabel {
	display:inline-block;
	width:95%;
	height:35px;
	line-height:35px;
	border:1px solid #CCC;
	margin-bottom: 3px;
	background-color: #F0F0FF;
	padding-left: 3px;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
.pht_left {
	width: 228px;
	float: left;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
}
a.window {
	background-image: url(icon_window.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-right: 15px;
}
#request {
    font-size: 90%;
    padding: 6px;
    margin: 3px 7px;
}
.privacy{
	margin: 15px 0 0;
	
}
.privacy_box {
	text-align:left;
    height: 130px;
    overflow-y: scroll;
    border: #aaa solid 1px;
    margin: 10px auto 0;
}
.wd26per{
	width: 21%;
}

@media (max-width: 800px) {
	#container {
		width: 96%;
		margin: 0px 2%;
	}
	.pht_left{
	float: none;
		width: 128px;
	}
}

/*個人情報の取り扱い*/
.txt1{
	  padding: 0 0 0 0.5em;
    border-left: #FFCC33 4px solid;
    font-size: 16px;
	  margin-top: 15px;
	  font-weight: bold;;
}
.privacy_box {
   text-align: left;
    height: 90px;
    overflow-y: scroll;
    border: #aaa solid 1px;
    margin: 20px auto 0;
	  
}
.con_h4 {
    margin: 5px 0 7px;
    padding-left: 12px;
    font-size: 16px;
    border-left: 7px solid #FFCC33;
    line-height: 1.3;
	  
}
.privacy_box_inner{
	   margin: 10px 15px ;
}
.privacy_box_inner p{
	   font-size: small;
}


/* 電話orWebで請求ボタン */
.seikyu_btn {
	clear: both;
	list-style: none;
	margin-top: 1em;
}
.seikyu_btn li {
	margin-bottom: 1.5em;
	text-align: center;
	color: #0c357f;
	font-weight: bold;
}
.seikyu_btn li a {
	display: block;
}

.attention_lm {
  padding-left: 66px;
}
.attention_lm img{
  padding: 8px 0 ;
  -webkit-backface-visibility: hidden;
}
.b_line{
	border-bottom: solid 1px #e281b5;
}

/* 地域限定出張説明会 */
.explanatory_local{
	margin-top: 25px;
	padding: 15px;
	border:   solid 1px #2b4e99;
	text-align: center
}
.explanatory_local h2{
	background-color: #2b4e99;
	color: #fff;
	padding: 6px;
}
.explanatory_local p{
	text-align: left;
	padding: 15px 0;
}
.explanatory_local img{
	width: 100%;
	max-width: 100%;
}
/* 送信内容TABLE */
#thanks_table{
	margin-bottom: 15px;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: #505050;
	}
}