@charset "utf-8";
/* CSS Document */

/* common */
html,
body {
}
body {
  font-size: 88%;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow-x: hidden;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
	background: #040046;
}

@media screen and (max-width: 540px) {
  body {
    font-size: 82%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dt,
dd {
  font-size: 100%;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
  margin: 0 0 1em;
  font-weight: normal;
}
p {
  line-height: 1.8em;
  margin: 0 0 1.5em;
}
ol,
ul,
dt,
dd {
  line-height: 1.7em;
  margin: 0 0 1.5em;
}
table {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}



dl {
  margin: 0;
  padding: 0;
}
dt {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}

a:link {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}


a img:hover {
	opacity:0.8;
	transition:0.3s;
}


img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 1px;
}
th,
td {
  padding: 10px;
  vertical-align: middle;
  border: solid 1px #ffffff;
  text-align: center;
}
th {
  background: #ccc;
  font-weight: bold;
}
td {
  background: #fff;
}
td {
  text-align: left;
}

@media screen and (max-width: 640px) {
  th,
  td {
    padding: 10px;
    font-size: 90%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  th,
  td {
    padding: 5px;
  }
}

.pc {
}
.sp {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline !important;
  }
}

/* header */
.header{
  padding: 80px 0 30px;
  text-align: left;
	background:url('../images/bg.jpg');
background-size:cover;
	background-position: center;
}

h1{
    width: 760px !important;
	 margin:0 auto;
  }



.form_btn{
    width: 548px !important;
	 margin:0 auto 30px;
  }

.link_btn{
    width: 548px !important;
	 margin:30px auto;
  }


@media screen and (max-width: 1100px) {
	
.header{
  padding: 30px 0;
}
	
	
 .header h1{
    width: 92% !important;
  }

.form_btn{
    width: 80% !important;
  }
	
	.link_btn{
    width: 80% !important;
  }
}




/*------------------------------------------------
   汎用
------------------------------------------------*/

.tx_l {
  text-align: left !important;
}
.tx_c {
  text-align: center !important;
}
.tx_r {
  text-align: right !important;
}

.vm {
  vertical-align: middle !important;
}
.vt {
  vertical-align: top !important;
}
.vb {
  vertical-align: bottom !important;
}

.tx_slarge {
  font-size: 114% !important;
}
.tx_large {
  font-size: 128% !important;
}
.tx_xlarge {
  font-size: 150% !important;
}
.tx_xxlarge {
  font-size: 200% !important;
}
.tx_small {
  font-size: 85% !important;
}
.tx_midium {
  font-size: 100% !important;
}
.tx_xsmall {
  font-size: 71% !important;
}

.f_bold {
  font-weight: bold !important;
}
.f_normal {
  font-weight: normal !important;
}

.txt_under {
  text-decoration: underline !important;
}
.txt_strike {
  text-decoration: line-through !important;
}

.inblock {
  display: inline-block !important;
}
.ls_w {
  letter-spacing: 0.2em;
}
.ls_m {
  letter-spacing: 0.1em;
}

.relative {
  position: relative !important;
}

.lh0 {
  line-height: 0em !important;
}
.lh1 {
  line-height: 1em !important;
}
.lh13 {
  line-height: 1.3em !important;
}
.lh15 {
  line-height: 1.5em !important;
}
.lh2 {
  line-height: 2em !important;
}

ul.note {
  list-style: none !important;
}
ul.note li {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
ul.note li:before {
  content: '※';
}

.note01 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.note02 {
  padding-left: 2em !important;
  text-indent: -2em !important;
}
.note03 {
  padding-left: 3em !important;
  text-indent: -3em !important;
}
.note04 {
  padding-left: 4em !important;
  text-indent: -4em !important;
}
.note05 {
  padding-left: 5em !important;
  text-indent: -5em !important;
}
.note06 {
  padding-left: 6em !important;
  text-indent: -6em !important;
}
.note07 {
  padding-left: 7em !important;
  text-indent: -7em !important;
}
.note08 {
  padding-left: 8em !important;
  text-indent: -8em !important;
}
.note09 {
  padding-left: 9em !important;
  text-indent: -9em !important;
}
.note10 {
  padding-left: 10em !important;
  text-indent: -10em !important;
}
.note11 {
  padding-left: 11em !important;
  text-indent: -11em !important;
}
.note12 {
  padding-left: 12em !important;
  text-indent: -12em !important;
}

.red {
  color: #ff0000 !important;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #333333 !important;
}

.w_full {
  width: 100% !important;
}
.wauto {
  width: auto !important;
}

.w100 {
  width: 100px !important;
}
.w200 {
  width: 200px !important;
}
.w300 {
  width: 300px !important;
}
.w400 {
  width: 400px !important;
}
.w500 {
  width: 500px !important;
}
.w600 {
  width: 600px !important;
}

.w03em {
  width: 3em !important;
}
.w04em {
  width: 4em !important;
}
.w05em {
  width: 5em !important;
}
.w06em {
  width: 6em !important;
}
.w07em {
  width: 7em !important;
}
.w08em {
  width: 8em !important;
}
.w09em {
  width: 9em !important;
}
.w10em {
  width: 10em !important;
}
.w11em {
  width: 11em !important;
}
.w12em {
  width: 12em !important;
}
.w13em {
  width: 13em !important;
}
.w14em {
  width: 14em !important;
}
.w15em {
  width: 15em !important;
}
.w16em {
  width: 16em !important;
}
.w17em {
  width: 17em !important;
}
.w18em {
  width: 18em !important;
}
.w19em {
  width: 19em !important;
}
.w20em {
  width: 20em !important;
}
.w21em {
  width: 21em !important;
}
.w22em {
  width: 22em !important;
}
.w23em {
  width: 23em !important;
}
.w24em {
  width: 24em !important;
}
.w25em {
  width: 25em !important;
}
.w26em {
  width: 26em !important;
}
.w27em {
  width: 27em !important;
}
.w28em {
  width: 28em !important;
}
.w29em {
  width: 29em !important;
}
.w30em {
  width: 30em !important;
}

.bdr {
  border: solid 1px #dddddd !important;
}
.bdr_none {
  border: none !important;
}

.radius05 {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
.radius10 {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.radius_top05 {
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
}
.radius_top10 {
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
}

.radius_bottom05 {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -webkit-border-bottom-right-radius: 5px !important;
  -moz-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
}
.radius_bottom10 {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius: 0 0 10px 10px !important;
  border-radius: 0 0 10px 10px !important;
}

.mauto {
  margin: auto !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt01 {
  margin-top: 1px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr01 {
  margin-right: 1px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}

.pr0 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}

.pad0 {
  padding: 0 !important;
}
.pad05 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.pad15 {
  padding: 15px !important;
}
.pad20 {
  padding: 20px !important;
}
.pad30 {
  padding: 30px !important;
}
.pad40 {
  padding: 40px !important;
}

.plr05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.plr40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}

.visi {
  display: block !important;
}
.hide {
  display: none !important;
}

/* clearfix */
.cls {
  clear: both;
}
/* For modern browsers */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
} /* clearfixここまで */
/* 汎用ここまで */

/*
       * layout
       */
#wrapper {
  max-width: 1000px;
}

/*
       * contents
       */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
       * side
       */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
       * temp
       */

/* font */
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_fwn {
  font-weight: normal;
}
.txt_fwb {
  font-weight: bold;
}
.txt_10 {
  font-size: 10px;
}
.txt_12 {
  font-size: 12px;
}
.txt_14 {
  font-size: 14px;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.txt_24 {
  font-size: 24px;
}
.txt_28 {
  font-size: 28px;
}
.txt_c_333 {
  color: #333;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto {
  margin: 0 auto;
}
.mar_0 {
  margin: 0;
}
.mar_t_0 {
  margin-top: 0;
}
.mar_r_0 {
  margin-right: 0;
}
.mar_b_0 {
  margin-bottom: 0;
}
.mar_l_0 {
  margin-left: 0;
}
.mar_5 {
  margin: 5px;
}
.mar_t_5 {
  margin-top: 5px;
}
.mar_r_5 {
  margin-right: 5px;
}
.mar_b_5 {
  margin-bottom: 5px;
}
.mar_l_5 {
  margin-left: 5px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_r_10 {
  margin-right: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.mar_l_10 {
  margin-left: 10px;
}
.mar_t_20 {
  margin-top: 20px;
}
.mar_r_20 {
  margin-right: 20px;
}
.mar_b_20 {
  margin-bottom: 20px;
}
.mar_l_20 {
  margin-left: 20px;
}
.mar_t_30 {
  margin-top: 30px;
}
.mar_r_30 {
  margin-right: 30px;
}
.mar_b_30 {
  margin-bottom: 30px;
}
.mar_l_30 {
  margin-left: 30px;
}
.mar_t_50 {
  margin-top: 50px;
}
.mar_r_50 {
  margin-right: 50px;
}
.mar_b_50 {
  margin-bottom: 50px;
}
.mar_l_50 {
  margin-left: 50px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}
.pad_v_20 {
  padding: 20px 0;
}
.pad_v_30 {
  padding: 30px 0;
}
.pad_0 {
  padding: 0;
}
.pad_t_0 {
  padding-top: 0;
}
.pad_r_0 {
  padding-right: 0;
}
.pad_b_0 {
  padding-bottom: 0;
}
.pad_l_0 {
  padding-left: 0;
}
.pad_5 {
  padding: 5px;
}
.pad_t_5 {
  padding-top: 5px;
}
.pad_r_5 {
  padding-right: 5px;
}
.pad_b_5 {
  padding-bottom: 5px;
}
.pad_l_5 {
  padding-left: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_r_10 {
  padding-right: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.pad_l_10 {
  padding-left: 10px;
}
.pad_20 {
  padding: 20px;
}
.pad_t_20 {
  padding-top: 20px;
}
.pad_r_20 {
  padding-right: 20px;
}
.pad_b_20 {
  padding-bottom: 20px;
}
.pad_l_20 {
  padding-left: 20px;
}
.pad_30 {
  padding: 30px;
}
.pad_t_30 {
  padding-top: 30px;
}
.pad_r_30 {
  padding-right: 30px;
}
.pad_b_30 {
  padding-bottom: 30px;
}
.pad_l_30 {
  padding-left: 30px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}
.bor_r_1 {
  border-right: 1px solid #eee;
}
.bor_b_1 {
  border-bottom: 1px solid #eee;
}
.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}
.va-20 {
  vertical-align: -20%;
}
.va-30 {
  vertical-align: -30%;
}
.va-35 {
  vertical-align: -35%;
}
.va-40 {
  vertical-align: -40%;
}

