@charset "UTF-8";

/*
    2014.1.22
	SES Application Form - MOBILE CSS Index Listing:
	CTRL + F to locate chapter

	1. [GLB] - global id's & classes
	2. [WRP] - wrapper classes
	3. [TTL] - page description classes
	4. [HDR] - header classes
	5. [FRM] - form classes
	6. [CLR] - clearfix classes
	7. [FTR] - footer classes
	8. [ERR] - error classes

*/


/* 1. global classes [GLB] */

html {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  color: #444;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}

/* 2. wrapper classes [WRP] */

#wrapper {
  width: 100%;
  min-width: 320px;
}
.container {
  width: 100%;
}

/* 3. header classes [HDR] */

.header {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.header-title {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  color: #113a79;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
  margin: 0 15px;
  /*border-top: 1px solid #113a79;*/
  border-bottom: 1px solid #113a79;
}
.logo-subtitle {
  color: #113a79;
  font-size: 14px;
  background-color: #fff;
  padding: 5px 0 5px 0;
  text-align: center;
}
.logo {
  max-width: 45px;
}
.border-header {
  margin: 21px 0 21px 0;
  height: 1px;
  width: 100%;
  background-color: #113a79;
}

/* 4. title description area [TTL] */

.title {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  color: #444444;
  font-size: 14px;
  padding: 23px 15px 0 15px;
}

/* 5. form elements [FRM] */

.form {
  padding: 15px;
  position: relative;
  font-size: 14px;
}
.border-form {
  margin: 10px 0 10px 0;
  height: 1px;
  width: 100%;
  background-color: #113a79;
}
.question {
  margin: 45px 0 0 0;
  position: relative;
}
.asterisk {
  color: #F00;
}
.column1 {}
.column1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.column2 {}
.column2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.button-area {
  margin: 21px 0 0 0;
  min-width: 280px;
}
label {
  width: 49%;
  float: left;
  border: 1px solid #CCCCCC;
  margin: 5px -2px 5px -2px;
  padding: 10px 5px 10px 37px;
  text-indent: -37px;
  box-sizing: border-box;
  text-align: left;
  background-color: #fbfcfd;
  cursor: pointer;
}
.label2 {
  width: 100%;
}
.margin {
  margin-right: 2%;
}
#comment,.comment {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  color: #555555;
  display: block;
  font-size: 16px;
  height: 150px;
  line-height: 1.75;
  vertical-align: middle;
  width: 98%;
}
.input_text {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #555555;
    display: block;
    font-size: 16px;
    line-height: 1.75;
    vertical-align: middle;
    width: 99%;
    padding:5px;
    box-sizing:border-box;
}
.input_text2 {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #555555;
    line-height: 1.75;
    vertical-align: middle;
    width: 60%;
    margin-right:10px;
}
#cta-button {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #113a79;
  border: 1px solid #113a79;
  height: 56px;
  width: 100%;
  margin: 31px 0 0 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* 6. clearfix [CLR] */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* 7. footer classes [FTR] */

.footer {
  width: 100%;
  position: relative;
  margin: 21px 0 21px 0;
  text-align: center;
}
.footer-tm {
  color: #666;
  font-size: 12px;
}
.logo-footer {
  width: 158px;
}
.footer-link {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 10px 0 10px 0;
}
.border-footer {
  margin: 21px 0 21px 0;
  height: 1px;
  width: 100%;
  background-color: #f5f6f8;
}

/* 8. error classes [ERR] */

.error {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
  background-color: #113a79;
  width: 50%;
  text-align: center;
  right: 0;
  top: -30px;
  top: -15px\9;
  /* IE6, IE7, IE8, IE9 */
  line-height: 25px;
  position: absolute;
  color: #FFF;
  /* display:none; */
}
.error-arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #113a79 transparent transparent;
  position: absolute;
  right: 30px;
  bottom: -10px;
}

.hitotsubashi-pravacy {
    font-size: small;
    margin-top: 20px;
    text-align: left;
}