@charset "UTF-8";

/*
    2014.1.22
	SES Application Form - DESKTOP 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: #000;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}

/* 2. wrapper classes [WRP] */

#wrapper {
  width: 980px;
  margin: 0 auto;
}
.container {
  width: 800px;
  margin: 0 auto;
}

/* 3. header classes [HDR] */

.header {
  width: 100%;
  position: relative;
}
.header-title {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  color: #113a79;
  bottom: -4px;
  position: absolute;
  right: 0;
}
.logo-subtitle {}
.logo {
  width: 87px;
  margin-top: 20px;
}
.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;
}

/* 5. form elements [FRM] */

.form {
  margin: 21px 0 21px 0;
  background-color: #f5f6f8;
  padding: 25px;
  position: relative;
  font-size: 14px;
}
label {
  display: inline-block;
  padding-left: 37px;
  text-indent: -37px;
  cursor: pointer;
}
.question {
  margin: 50px 0 0 0;
  position: relative;
}
.asterisk {
  color: #F00;
}
.column1 {
  float: left;
  width: 15%;
}
.column1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.column2 {
  float: left;
  width: 85%;
}
.column2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.button-area {
  margin: 21px 0 0 0;
}
.radio-button {
  width: 177px;
  float: left;
  margin-bottom:5px;
}
.radio-button1 {
  width:600px;
  float: left;
  margin-bottom:5px;
}
.radio-button2 {
  width: 354px;
  float: left;
  margin-bottom:5px;
}
.radio-button3 {
  width: 531px;
  float: left;
  margin-bottom:5px;
}
#comment,.comment {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #555555;
  display: block;
  font-size: 16px;
  height: 150px;
  line-height: 1.75;
  padding: 6px 12px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
}
.input_text {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #555555;
  display: block;
  line-height: 1.5;
  vertical-align: middle;
  width: 98%;
  padding:5px;
  box-sizing: border-box;
  overflow: auto;
}
.input_text2 {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #555555;
  line-height: 1.5;
  width: 150px;
  padding:5px;
  box-sizing: border-box;
  overflow: auto;
  margin-right:10px;
}
#cta-button {
  background-color: #113a79;
  border: 1px solid #113a79;
  height: 56px;
  width: 100%;
  margin: 41px 0 0 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
#cta-button:hover {
  background-color: #102a52;
}

/* 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;
}
.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;
  position: absolute;
  right: 0;
  bottom: 0;
}
.border-footer {
  margin: 21px 0 21px 0;
  height: 1px;
  width: 100%;
  background-color: #113a79;
}

/* 8. error classes [ERR] */

.error {
  font-family: '小塚ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
  background-color: #113a79;
  width: 300px;
  text-align: center;
  right: -10px;
  top: -40px;
  position: absolute;
  color: #FFF;
  line-height: 25px;
  /* 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: 50px;
}

body#test .column1 {
	float: none;
	width:auto;	
}

body#test .column2 {
	float: none;
	width:auto;	
	margin: 1em 0 0 15%;
}

.address_column1{
  width: 30%;
}
.address_column2 {
  width: 70%;
}

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

