@charset "utf-8";
 @import url("margin.css");
/*-------------------------------------------------

common

-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;/* filter: expression(document.execCommand("BackgroundImageCache",false, true));*/
}
body {
	color: #555;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 1.8em;
	background-color: #fff;
	font-weight: bold;
}
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align:middle;
}
a:hover img  {
	opacity: 0.7;
}
ol, ul, li {
	list-style-type: none;
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
}
table th, table td {
}
.center {
	text-align:center;
}


/*-------------------------------------------------

link

-------------------------------------------------*/

.ppBox a:link {
	color: #006699;
	text-decoration: underline;
}
.ppBox a:visited {
	color: #006699;
	text-decoration: underline;
}
.ppBox a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.ppBox a:active {
	color: #006699;
	text-decoration: underline;
}

/*-------------------------------------------------

btn

-------------------------------------------------*/

div.btn {
	width: 350px;
	margin: 30px auto 0;
	
}
.btn_pink04 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 350px;
  height: 45px;
  padding: 0;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #FB275A;
  border-radius: 100px;
  color: #FB275A;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink04 i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink04 .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink04 .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink04 {
  background: #fff;
  color: #ee0055;
  text-decoration: none;
}

.btn_pink04:hover {
  background: #ee0055;
  color: #fff;
  text-decoration: none;
}

/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src: url("/common/icon/fonts/icomoon.eot?gwvhkd");
  src: url("/common/icon/fonts/icomoon.eot?gwvhkd#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.woff2?gwvhkd") format("woff2"), url("/common/icon/fonts/icomoon.ttf?gwvhkd") format("truetype"), url("/common/icon/fonts/icomoon.woff?gwvhkd") format("woff"), url("/common/icon/fonts/icomoon.svg?gwvhkd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-keyboard_arrow_down:before {
    content: "\e313";
	font-size: 2em;
	font-weight: bold;
}
a .icon-keyboard_arrow_down {
  margin: 0 0 0 5px;
  color: #ee0055;
  line-height: 1;
}

a:hover .icon-keyboard_arrow_down {
  color: #fff;
}

.icon-right:before {
  content: "\e90e";
}
a .icon-right {
  margin: 0 0 0 5px;
  color: #fff;
  line-height: 1;
	font-size: 0.5em;
}

/*-------------------------------------------------

header

-------------------------------------------------*/
#header {
	position:relative;
	width:1200px;
	height: 100px;
	margin:0 auto;
}
h1 {
    left: 0;
    position: absolute;
    top: 30px;
}
h2 {
	text-align: center;
	margin-bottom: 30px;
	color:#000;
	font-size:26px;
	position:relative;
	padding-bottom: 20px;
}

h2.ttl01::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #94D4E0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

h2.toformtit{
	padding: 20px 0 20px 0 ;
	background: #ee0055;
	color: #fff;
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

h2.mainimg{
		background:#A9DDE6;
		/*min-width: 1200px;*/
		/*height: 380px;*/
		padding: 0;
	}
h2.mainimg img{
		text-align: center;
		/*min-width: 100%;*/
	}
p.intro{
	font-size: 18px;
	/*text-align: center;*/
	margin-bottom: 20px;
	}
p.intro span{
	font-size: 13px;
	margin-top: 20px;
	display: block;
	}

p.att{
	width: 770px;
	margin: 0 auto 30px;
}
p.att span{
	font-size: 13px;
}

.eccred{
	color: #ee0055;
}


/*-------------------------------------------------

content

-------------------------------------------------*/
#formContent {
	width:1000px;
	margin:0 auto;
}
.box{
	padding:0 0 30px 0;
	margin:0 0 20px 0;
/*	background:url(../img/bg_boxBottom.gif) no-repeat left bottom;*/
}
.box .main{
	padding:0 86px 0 84px;
/*	background:url(../img/bg_boxMain.gif) repeat-y left top;*/
}

.date{
	font-size: 1.8em;
	text-align: center;
	margin: 50px 0 30px;
	color:#000;
}
.date span{
	font-size: 0.8em;
}

.sche{
	width:730px;
	margin:0 auto;
	margin-bottom:100px;
	background:#F6F6F6;
	border-top:2px solid #94D4E0;
	border-bottom:2px solid #94D4E0;
	color:#000;
}

.sche th{
	padding:25px 0;
	border-top:2px solid #94D4E0;
	font-size: 1.3em;
}

.sche p{
	padding:5px 20px;
	border-right:1px solid #94D4E0;
}

.sche p.nagoya{
	padding:20px 0;
	border-right:1px solid #94D4E0;
}

.sche td{
	padding:25px 0;
	border-top:2px solid #94D4E0;
	text-align:center;
	font-size: 1.3em;
}

.sche td:last-child{
	padding:15px;
}

.sche td.bordernone{
	padding:0 0 15px 0;
	border-top:none;
}

.sche td.bordernone:last-child{
	padding:0 15px 15px 15px;
	border-top:none;
}

.sche a{
	background-color:#94D4E0;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	color:#FFF;
	font-size: 0.9em;
	padding: 5px 15px;
	text-decoration: none;
}
.sche a:hover{
	opacity: 0.7;
}
#profile{
	width:730px;
	margin:0 auto;
}

#profile img{
	float:left;
	padding-right:30px;
}

#profile p{
	font-size:20px;
}

#profile span{
	font-size:15px;
}

#osusume{
	width:730px;
	margin:0 auto;
	margin-bottom:100px;
}

#osusume p{
	text-align: center;
	margin-bottom: 10px;
}

.back{
	padding: 50px 0 50px 0 ;
	margin-bottom: 100px;
	background: #F3F5F7;
}

/*-------------------------------------------------

footer

-------------------------------------------------*/
div#pageTop {
    height: 29px;
    position: relative;
    width: 910px;
	text-align:right;
}

#foot {
    font-size: 10px;
    line-height: 1.3em;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
    width: 910px;
}

p#copyR {
    margin-top: 30px;
}
/*-------------------------------------------------

form

-------------------------------------------------*/
.sp_view{
	display:none;
}


table.formTbl{
	border:2px solid #E0E0E0;
}
table.formTbl th{
	width:30%;
	text-align:left;
	padding:0.7em 0.8em;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	background-color:#F6F6F6;
}
table.formTbl td{
	padding:0.7em 0.8em;
	border:1px solid #E0E0E0;
}
table.formTbl td.known p {
	width:100px;
	float:left;
}
table.formTbl td.known p.long {
	width:200px;
	float:left;
}
.hissu{
	color:#FFF;
	font-size:11px;
	padding:0 0.5em;
	margin:0 10px 0 0;
	background-color:#ee0055;
	border-radius: 100px;
}
.nini{
	color:#FFF;
	font-size:11px;
	padding:0 0.5em;
	margin:0 10px 0 0;
	background-color:#CCCCCC;
}
.ppBox{
	font-size:12px;
	line-height:1.5em;
	padding:15px 20px;
	margin:0 0 30px 0;
	border:1px solid #E0E0E0;
}
h4{
	font-size:12px;
	margin:0 0 10px 0;
}
input {
	margin-right:3px;
}
input, textarea, select{
	color: #555;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.8em;
	padding:0.3em;
	border: 1px solid #D8D8D8;
}
.w20{
	width:20%;
}
.w30{
	width:30%;
}
.w50{
	width:50%;
}
.w80{
	width:80%;
}
.f11{
	font-size:11px;
}
.err{
	color:#ee0055;
	font-weight:bold;
	padding:0.5em 0.8em;
    border: 1px solid #ee0055;
	background: #ffe5ef;
	margin-bottom: 20px;
}
table.formTbl th.errorItem{
	color:#FFF;
	font-weight:bold;
	background-color:#ee0055;
}
table.formTbl th.errorItem .hissu{
	color:#ee0055;
	background-color:#fff;
}
.err img,
table.formTbl th.errorItem img{
	vertical-align:text-bottom;
}
table.formTbl td div{
	color:#FF0000;
	font-weight:bold;
}