@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 16px;
	background-image: url(images/back.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 950px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.clear {
	clear: both;
}
.header {
	font-size: 12px;
	padding-top: 13px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 152px;
	text-align: left;
	color: #004080;
}

.footmanu {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.footer {
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center top;
	height: 100px;
	margin: 0px;
	color: #000;
	background-image: url(images/footer.png);
}


table th {
	font-size: 25px;
	line-height: 130%;
/*	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
*/
}

table td {
	font-size: 25px;
	line-height: 130%;
/*	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
*/
}

.red {
	color: #ff0000;
}

.red_large {
	color: #ff0000;
	font-size: 40px;
	font-weight: bold; 
}

.red_large2 {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold; 
}

.blue {
	color: #0000ff;
}

.blue_large {
	color: #0000ff;
	font-size: 40px;
	font-weight: bold; 
}

.blue_large2 {
	color: #0000ff;
	font-size: 20px;
	font-weight: bold; 
}

.blue_small {
	color: #0000ff;
	font-size: 20px;
}

.p_line {
  background: linear-gradient(transparent 85%, #ff1493 0%);
}

.b_line {
  background: linear-gradient(transparent 85%, #00bfff 0%);
}

.y_line {
  background: linear-gradient(transparent 0%, #ffff99 0%);
}

.size40 {
	font-size: 40px;
	line-height: normal;
}

h1 {
	font-size: 20px;
	background-color: #004080;
	color: #FFF;
	text-align: left;
	padding: 5px;
	margin-top: 20px;
}

h2 {
	font-size: 20px;
	color: #0057AE;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

h3 {
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #F60;
	background-color: #FFF;
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 25px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	border-bottom-width: 2px;
}
h4 {
	color: #F93;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	padding: 3px;
	margin: 5px;
}
h5 {
	font-size: 12px;
	color: #36C;
}
.img_align {
	padding: 10px;
}
.komoji {
	color: #333;
	font-size: 16px;
}
.aka {
	color: #C00;
}
.aka2 {
	font-size: 15px;
	text-align: center;
	color: #C00;
	font-weight: bolder;
}
.ao {
	color: #009;
}
.midori {
	color: #393;
}

.siro {
	color: #FFF;
}
.main_p {
	line-height: 150%;
	font-size: 18px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}



.main_p2 {
	line-height: 150%;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: left;
}
.info_back {
	background-image: url(images/info.jpg);
	height: 209px;
	width: 800px;
}

.waku2 {
	border: thin dotted #FC6;
}
.info_p {
	height: 139px;
	width: 700px;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: 130%;
}
.form_back {
	background-repeat: no-repeat;
	margin: 30px;
	height: 1200px;
	width: 690px;
	background-position: center top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.kahen{
	width:285px;
	margin:0 0 10px 0;
	padding:0;
	background-color: #FFC;
}


.flow {
  padding: 50px 0 90px 0; }
  .flow > div {
    background: #fff;
    *zoom: 1;
    padding: 20px;
    position: relative; }
    .flow > div::before {
      content: " ";
      display: table; }
    .flow > div::after {
      content: " ";
      display: table;
      clear: both; }
    .flow > div strong {
      font-family: 'Form';
      color: #20b2aa;
      margin-right: 10px; }
    .flow > div b, .flow > div h5 {
      float: left; }
    .flow > div b {
      color: #20b2aa;
      font-family: 'Din';
      font-size: 50px;
      opacity: 1; }
    .flow > div h5 {
      font-size: 20px;
      line-height: 30px;
      font-weight: bold;
      margin-top: 5px;
      margin-left: 20px; }
    .flow > div div {
      margin: 0 0 0 350px;
      border-left: 3px solid #20b2aa;
      padding: 15px 0px 1px 30px; }
      .flow > div div img.dandy_flow {
        position: absolute;
        right: 90px;
        bottom: 0px;
        width: 250px; }
    .flow > div p {
      font-size: 1rem;
      line-height: 1.6; }
      .flow > div p.fin {
        font-size: 18px; }
      .flow > div p span {
        font-size: 0.85rem;
        color: #666; }
      .flow > div p br + span {
        margin-left: -0.5 em; }
  .flow div.fl1 h5 {
    margin-top: 20px; }
  .flow div.fl1 a {
    color: #e4007f;
    display: inline-block;
    margin-top: 10px;
    vertical-align: bottom; }

  .flow div.fl2 h5 {
    margin-top: 20px; }
  .flow i {
    display: block;
    width: 100%;
    text-align: center;
    color: #20b2aa;
    font-size: 25px;
    line-height: 50px;
    opacity: 1;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg); }