@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, ection, summary,time, mark, audio, video { margin: 0; padding : 0; border: 0; font-style : normal; font-weight: normal;font-size: 100%; vertical-align: baseline; }
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
html { overflow-y: scroll; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
input, textarea{ margin: 0; padding: 0; vertical-align: middle; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th{ text-align: left; }
a:focus { outline: none; }
a { -webkit-tap-highlight-color: transparent; }
main { display: block; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
/* common ==== */

html { -webkit-text-size-adjust: 100%; /* フォントサイズ自動調整OFF */ font-size: 62.5%;/* 10px */}
body{
	color: #333333;
	font-size: 14px;font-size: 1.4rem;/* 14px */
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
a {color: #000;-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */}


/* common link ==== */
a { outline: none; /* fireFox boder */}
a {text-decoration: none;}
/* clearFix ==== */
.cf::after {
	content: "";
	display: table;
	clear: both;
}
.clr{
  clear: both;
}
iframe[name="google_conversion_frame"] { position:absolute; left: 0;bottom: 0;}
/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */

/*
	header
--------------------------------------------------*/

header{
  max-width: 900px;
  margin: 0 auto;
}
header img{
  width: 100%;
  height: auto;
  max-width: 30%;
}

.contents{
  max-width: 900px;
  margin: 30px auto;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.contents h1{
  font-weight: bold;
  color: #333;
  background:#E1E1E1;
  padding: 15px 30px;
  font-size: 2rem;
  text-align: left;
}
.inner{
  padding: 30px 15px;
  max-width: 740px;
  margin: 0 auto;
}
.contents .login{
  width: 90%;
  margin: 30px auto;
  text-align: left;
  background: #fff4f6;
  padding: 15px;
}
.contents table{
  width: 100%;
}
.contents table th{
  color: #d41f1f;
  padding: 20px 20px 0;
  font-weight: bold;
  text-align: center;
  width: 30%;
}

.contents table td{
  padding: 20px 20px 0;
}
.contents table tr:last-child th,
.contents table tr:last-child td{
  padding-bottom: 20px;
}
.contents table td input{
  padding: 5px;
  border: 0;
  border: 1px solid #e3e4e6;
  box-shadow: none;
  -webkit-appearance: none; 
  border-radius: 3px;
  width: 80%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.contents input:focus {
  border: 1px solid #DF8300;
  outline: 0;
  background: #fff2d9;
}
.contents .btn button{
  background: #d41f1f;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px ;
  font-size: 16px;
  font-size: 1.6rem;
  width: 300px;
  appearance: none;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  border-radius: 3px;
  margin-bottom: 30px;
}
.forget a{
  text-decoration: underline;
}
.forget a:hover{
  text-decoration: none;
}

.footer-box{
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
  border-top: 1px solid #ccc;
  padding: 30px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	


/*PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	
.sp-only { display: none; }
	
/*tablet PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet　only)  769～1200px
---------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1200px) {




}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	
.pc-only { display: none; }

header img{margin: 15px;}

.contents {
  text-align: left;
  margin-top: 10px;
}
.contents h1{
  padding: 10px 15px;
  font-size: 1.6rem;
}
.inner{
  padding: 15px 10px;
}
  .contents .login{
    margin-top: 15px;
    width: 90%;
  }
.contents table th{
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 20px 0;
}
.contents table td{
  display: block;
  width: 100%;
  padding: 15px 20px 0;
}
.contents table tr:last-child th{
  padding-bottom: 0;
}
  .contents table td input{
    width: 100%;
    font-size: 1.6rem;
  }
  .contents .btn{
    text-align: center;
  } 
  .contents .btn button{
    width: 80%;
  }
  .forget{
    text-align: center;
  }
  .footer-box{
    padding: 15px 10px;
    font-size: 1.1rem;
  }
  
/*smartPhone END*/
}