@charset "utf-8";
/*
Template Name: 広告用資料請求ページLP版　
*/
/*
body {
	font: normal 17px/1.7 "ＭＳ Ｐゴシック";/* ゴシック体 */
	/*
	text-align: left;
	 background: url("../images/bg.png");
  /* #wrapper-all / div end */

/*}*/

/*commonSPより*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust : 100% ;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
}

/*広告用LPページ対応add*/
body{
	margin:0; 
}
p{
margin-block-start:0;
margin-block-end:0;	
}


/*iPhone input reset */
/*
input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
  }*/


.center {
	text-align: center;
}

.line_0 {
	line-height: 0;
}

.zindex {
	z-index: 200;
}

/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.red {
	color: #ff0000;
}
.pink {
	color:#F76799;
}
.yellow {
	background-color: #ffff00;
}

.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */

img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
/*-------------------------------------------------------*/
/*  header
/*-------------------------------------------------------*/
#main{ 
max-width: 640px; 
margin: 0 auto; 
}

header {
	width:100%;
	text-align:center;
}

.sp img{
		max-width:100%;	
}
.sp02 img{
		max-width:95%;	
}

.sp03 img{
		max-width:80%;	
}

.area01 {
	background-color:#FFFFE5;
	padding:0 0 20px 0;
}
.area02 {
	background-color: #00247D;
	padding: 10px 0 20px 0;
}

.box01 {
	width: 94%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

input[type="Text"]{
	box-sizing: border-box;
	border-radius: 0;
}

.inputText {
	margin:0 auto;
	width: 90%;
	height: 70px;
	border: 3px solid #999;
	background-color:#FFF;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin:3px 0 12px 0;
}

.b_waku {
	margin:0 auto;
	width: 36% !important;
	height: 70px;
	border: 3px solid #999;
	background-color:#FFF;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin:3px 0 12px 0;
}
.zip_waku {
	margin:0 auto;
	width: 84% !important;
	height: 70px;
	border: 3px solid #999;
	background-color:#FFF;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin:3px 0 12px 0;
}
/*select cursor design mae*/
/*
.pref_waku {
	margin:0 auto;
	width: 99% !important;
	height: 70px;
	border: 3px solid #999;
	background-color:#FFF;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin:3px 0 12px 0;
}*/

select.pref_waku {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: none;
    padding-left: 5px;
	padding-right: 5px;
    background: #FFF url(../img/seikyu/sankaku_cursor.png) no-repeat;
    background-position: right center;
    width: 98% !important;
    height: 70px;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    border: 3px solid #999;
    margin:3px 0 12px 0;
    box-sizing: border-box;
	border-radius: 0;
}




.add_waku {
	margin:0 auto;
	width: 90%;
	height: 70px;
	border: 3px solid #999;
	background-color:#FFF;
	font-size: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin:3px 0 1px 0;
}
.radio_btn {
	margin:0 auto;
	width: 90%;
	height: 60px;
	font-size: 16px;
	border: inherit !important;
	background: inherit !important;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	margin:3px 0 20px 0;
}

.text01 {
	font-size:19px;
	line-height:1.5em;
	text-align:left;
	font-weight:bold;
}

.text01 ul { 
	list-style: none outside;
	padding: 0px;
	
}

.text01 li { 
	background: url(../img/seikyu/list01.png) no-repeat ;
	background-size:22px 22px;
	background-position:0px 0px; 
	padding: 0px 20px 5px 28px;
	margin-top:7px;
}

.text02 {
	text-align:left;
}

.text02 ul { 
	list-style: none outside;
	padding: 0px;	
}

.text02 li { 
	background: url(../img/seikyu/list02.png) no-repeat ;
	background-size:6px 6px;
	background-position:0px 10px; 
	padding: 0px 20px 5px 10px;
	margin-top:7px;
}

/***lp add***/
.jyouhou7{
	background-color: #FFFFE7;
	padding:10px 0;
}
.jyouhou7 h4 {
    font-weight: bold;
    color: #9A262F;
    text-align: center;
   	line-height: 1.4em;
   	margin-bottom: 1em;
}
.jyouhou7 p {
    font-size: 1.05em;
    text-align: center;
    line-height: 1.4em;
}
.kansyu h4 {
	padding: 8px 5px 5px;
	font-size: 1.2em;
	line-height: 1.6em;
}
.kansyu{
	text-align: center;
	padding: 10px 5px;
	font-size: 1.1em;
	line-height: 1.6em;
}
.kansyu p{
	text-align: left !important;
}

.kansyu h4 {
	padding: 8px 5px 5px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6em;
}
.red_b {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.yakusoku{
	text-align: left;
	font-weight: 1.2em;
	line-height: 1.6em;
	margin-top:0px;
	padding: 5px 8px 10px;
	background-color: #FFFFDF;
}




:placeholder-shown {
	font-weight:bold;
    color: #CCC;
    font-size: 1em; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	font-weight:bold;
    color: #CCC;
    font-size: 1em; }

/* Firefox 18- */
:-moz-placeholder {
	font-weight:bold;
    color: #CCC; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
	font-weight:bold;
    color: #CCC; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
	font-weight:bold;
    color: #CCC; }

/*footer 統一のためコメントアウト*/
/*footer {
	font-size: 12px;
	line-height: 130%;
	text-align: right;
	padding: 10px 15px;
	background-color: #ccc;
}*/


/*　spain　sp　top footer----------------------------------------------------*/
#sp_footerMenu{
	margin-bottom: 0;
	overflow:hidden;
	vertical-align: bottom;
}

#sp_footerMenu ul {
	margin: 0 0 0px 0;
	padding: 0;
	border-top: 3px solid #fe7419;
}

#sp_footerMenu ul li {
	padding-left:10px;
	overflow: hidden;
	margin: -1px 0 0 0;
	border: 1px solid 		#B3B3B3 /*{c-bar-border}*/;
	background: 			#FFFFDF /*{c-bar-background-color}*/;
	color: 					#3E3E3E /*{c-bar-color}*/;
	font-size: 14px;
	line-height: 32px;
	height:32px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ 	#fff /*{c-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
}

#sp_footerMenu ul li a {
	display:block;
	color: #333;
	background: url(../img/base/link.png) right no-repeat;
	-webkit-background-size: 20px 18px;
}


/*uk ishoku*/
footer {
  background: #F2F2F2;
  padding: 13px 0 0 0;
  font-size:0.8em;
}
.footer_in_l{
	float:left;
	width:48%;
	margin-left: 10px;
}
.footer_in_r{
	float: right;
	width: 46%;
	margin-top: 10px;
	color: #FFF;
	text-align:right;
	margin-right: 10px;
}

.footer_in{
	width:100%;
	margin:0 auto;
	text-align:center;
} 

.footer_in ul{
    padding: 0px; 	
    margin: 0px;
} 

.footer_in ul li {
    display: inline; 	
    margin-right: 5em;	
} 

footer a:visited {
  color: #333333;
  text-decoration: none;
}
footer a:hover {
  color: #333333;
  text-decoration: none;
}
footer a:link {
  color: #333333;
  text-decoration: none;
}

.footer_copy {
	background-color:#D80100;
	width:100%;
	padding:15px 0;
	color:#FFF;
}
.footer_copy02 {
	background-color:#990000;
	width:100%;
	padding:15px 0;
	color:#FFF;
	font-size:0.8em;
	text-align:center;
}
address {
	font-style:normal;
	line-height:150%;
}
.footer_tel {
	font-size:1.5em;
}
.footer_tel a:visited {
  color: #FFF;
  text-decoration: none;
}
.footer_tel a:hover {
  color: #FFF;
  text-decoration: none;
}
.footer_tel a:link {
  color: #FFF;
  text-decoration: none;
}
/***seikyu button add***/
/*.toform_seikyu_sp{
	display: none;
}*/
/*
.toform_seikyu_sp img {
	display: block;
width: 100%;
position: webkit-sticky;
position: sticky;
top:0;
bottom: 0%;
left:0%;
display: none;
}*/
.fix_menu_sp {
display: none;
width: 100%;
position: fixed;
bottom: 0%;
left:0%;
z-index: 1;
}
.fix_menu_sp img{
	width: 100%;
	display: flex;
	opacity: 0.9;
}



@media screen and (min-width: 768px) {
.fix_menu_sp img{
	display: none;
}
/*
.toform_seikyu_sp img{
	width: 640px;
	position:fixed;
	bottom:0px !important;
	margin:0 auto;}
}*/
@media screen and (max-width: 767px) {
footer {
  padding: 11px 0 0 0;
  margin:0 auto;
}
.footer_in{
	width:95%;
	margin:0 auto;
	text-align:center;
	font-size:1em;
}

.footer_in_l{
	float:none;
	width:70%;
	margin:0 auto;
}
.footer_in_r{
	float: none;
	width: 100%;
	margin-top: 10px;
	color: #FFF;
	text-align:center;
}

.footer_copy {
	background-color:#D80100;
	width:100%;
	padding:15px 0;
	color:#FFF;
	text-align:center;
}
.footer_copy02 {
	background-color:#990000;
	width:100%;
	padding:15px 0;
	color:#FFF;
	font-size:0.8em;
	text-align:center;
}
.footer_tel {
	font-size:1.5em;
}
/***seikyu button add***/
/*.toform_seikyu_sp{
	width: 100%;
	position:fixed;
	bottom:0px !important;
	margin:0 auto;
}*/
/*
.toform_seikyu_sp img{
	width: 100%;
	position:fixed;
	bottom:0px !important;
	margin:0 auto;
}*/
/*
.toform_seikyu_sp {
width: 100%;
position: sticky;
top:0;
bottom: 0%;
left:0%;
}*/
}