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

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.red {
  color: #E70123;
}

.orange {
  color: #FE6C01;
}

.blue {
  color: #1205FA;
}

.sp_font {
  color: #00b050;
}

.ps_font {
  color: #0070c0;
}

.bd_font {
  color: #ff6699;
}

.silver {
  color: #CCCCCC;
}

.font_s {
  font-size: 12px;
}

.company_table {
  background-color: #EEEEEE;
  font-size: 10px;
  margin-bottom: 20px;
}

.sp_line {
  width: 100%;
  color: #FFFFFF;
  background-color: #00B050;
  text-align: center;
  margin-top: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.ps_line {
  width: 100%;
  color: #FFFFFF;
  background-color: #0070c0;
  text-align: center;
  margin-top: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.bd_line {
  width: 100%;
  color: #FFFFFF;
  background-color: #ff6699;
  text-align: center;
  margin-top: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.sp_topictitle {
  width: 276px;
  padding: 10px;
  text-align: center;
  border: 2px solid #00B050;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sp_topictitle h2 {
  color: #00B050;
  margin-bottom: 0px;
}

.ps_topictitle {
  width: 276px;
  padding: 10px;
  text-align: center;
  border: 2px solid #0070c0;
  ;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ps_topictitle h2 {
  color: #0070c0;
  margin-bottom: 0px;
}

.com_topictitle {
  width: 276px;
  padding: 10px;
  text-align: center;
  border: 2px solid #203085;
  ;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.com_topictitle h2 {
  color: #203085;
  margin-bottom: 0px;
}

.ps_subtitle {
  padding: 5px;
  background-color: #E3EFFF;
  text-align: center;
  margin-bottom: 10px;
}

/* エレメント / タグセレクター */
ul,
dl {
  padding: 0;
  margin: 0;
}

ol {
  margin-top: 5px;
  margin-left: 15px;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

h2 {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 16px;
  color: #0D2788;
}

h3 {
  font-size: 14px;
  padding: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

h4 {
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

h5 {
  font-size: 14px;
  margin: 10px 0px 10px 5px;
  padding: 0 0 0 10px;
  color: #666666;
  border-left: 3px solid #770926;
}

h6 {
  font-size: 14px;
  margin: 10px 0px;
  padding: 0;
  color: #299FE5;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom-width: 0px;
}

img {
  border: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {}

.ml30 {
  margin-left: 30px;
}

.m5 {
  margin-top: 5px;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

a {
  border: 0;
  text-decoration: none;
  color: inherit;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 6000;
  background-color: #0d2788;
}

/* ヘッダー */
#header_area {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 5px;
}

#top_main {
  width: 320px;
  height: 210px;
  padding-top: 90px;
  -webkit-background-size: 320px 300px;
  /* webkit系 */
  background-size: 320px 300px;
  background-image: url(images/main_img.jpg);
  background-repeat: no-repeat;
}

#top_main2 {
  width: 320px;
  height: 300px;
  background-image: url(images/main_img.jpg);
  background-repeat: no-repeat;
}

.moji1 {
  width: 285px;
  height: 18px;
  margin-left: 15px;
  -webkit-background-size: 285px 18px;
  /* webkit系 */
  background-size: 285px 18px;
  background-image: url(images/moji1.png);
  background-repeat: no-repeat;
  display: none;
}

.moji2 {
  width: 285px;
  height: 18px;
  margin-left: 15px;
  -webkit-background-size: 285px 18px;
  /* webkit系 */
  background-size: 285px 18px;
  background-image: url(images/moji2.png);
  background-repeat: no-repeat;
  display: none;
}

.circle {
  width: 100px;
  height: 100px;
  margin-left: 45px;
  -webkit-background-size: 100px 100px;
  /* webkit系 */
  background-size: 100px 100px;
  background-image: url(images/circle.jpg);
  background-repeat: no-repeat;
  opacity: 0;
}

#content {
  width: 320px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  padding-top: 60px;
}

#menu {
  display: block;
  width: 46px;
  height: 46px;
  cursor: pointer;
  float: left;
  margin-left: 5px;
}

#logo_area {
  float: left;
  margin-left: 5px;
  padding-top: 5px;
}

#top_tel {
  float: left;
  width: 135px;
  margin-left: 3px;
  padding-top: 5px;
}

#nav {
  display: none;
  clear: both;
}

#nav li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  background-color: #f3f7ff;
  list-style-type: none;
  text-decoration: none;
  text-indent: 15px;
}

#nav li a {
  -webkit-background-size: 10px 15px;
  /* webkit系 */
  background-size: 10px 15px;
  background-image: url(images/nav_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  list-style-type: none;
  text-decoration: none;
  display: block;
}

.text_area {
  padding: 10px;
  overflow: hidden;
}

.sub_navi {
  width: 300px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sub_navi li {
  list-style: none;
  height: 40px;
  background-color: #f0f0f0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0d2788;
  -webkit-background-size: 10px 15px;
  /* webkit系 */
  background-size: 10px 15px;
  background-image: url(images/nav_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  text-indent: 10px;
  line-height: 40px;
  font-size: 16px;
}

.sub_navi li a {
  color: #0d2788;
  text-decoration: none;
  display: block;
}

.gd_btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(204, 4, 37)), color-stop(1, rgb(168, 0, 0)));
  background-image: -moz-linear-gradient(-90deg, rgb(204, 4, 37) 0%, rgb(168, 0, 0) 100%);
  background-image: linear-gradient(-90deg, rgb(204, 4, 37) 0%, rgb(168, 0, 0) 100%);
  color: rgb(255, 255, 255);
  -webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
  -moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
  -ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
  box-shadow: 2px 2px 4px rgb(51, 51, 51);
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 280px;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navi1 {
  background: #d7b765;
  background: -moz-linear-gradient(top, #d7b765 0%, #a57835 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7b765), color-stop(100%, #a57835));
  background: -webkit-linear-gradient(top, #d7b765 0%, #a57835 100%);
  background: -o-linear-gradient(top, #d7b765 0%, #a57835 100%);
  background: -ms-linear-gradient(top, #d7b765 0%, #a57835 100%);
  background: linear-gradient(to bottom, #d7b765 0%, #a57835 100%);
  display: block;
  overflow: hidden;
  clear: both;
}

.navi1 a {
  -webkit-background-size: 35px 35px;
  /* webkit系 */
  background-size: 35px 35px;
  background-image: url(/images/navi_btn.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  text-indent: 20px;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.c_topic_title {
  padding: 5px;
  text-align: center;
  border: 1px solid #E3E3E3;
  margin-bottom: 15px;
}

.c_topic {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
  -moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
  -ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
  box-shadow: 2px 2px 4px rgb(51, 51, 51);
  padding: 10px;
  border: 1px solid #E3E3E3;
  margin-top: 15px;
  margin-bottom: 15px;
}


.topic_wrapper {
  width: 100%;
  padding-bottom: 10px;
}

.waku_mid {
  width: 930px;
  background-image: url(images/waku_mid.jpg);
  background-repeat: repeat-y;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.main_bg {
  width: 100%;
  background-image: url(images/main_bg.jpg);
  background-repeat: repeat-x;
}

.topic_st {
  -webkit-box-shadow: 1px 1px 3px rgb(51, 51, 51);
  -moz-box-shadow: 1px 1px 3px rgb(51, 51, 51);
  -ms-box-shadow: 1px 1px 3px rgb(51, 51, 51);
  box-shadow: 1px 1px 3px rgb(51, 51, 51);
  padding: 10px;
  width: 280px;
  margin-top: 10px;
  border: 5px solid #AE0103;
  overflow: hidden;
  margin-bottom: 40px;
}

.topic_left {
  text-align: center;
}

.topic_left img {
  margin-left: auto;
  margin-right: auto;
}

.topic_text {
  width: 280px;
  padding-right: 0px;
  text-align: left;
  padding-top: 10px;
}

.topic_right {
  float: left;
  width: 175px;
}

.nayami {
  text-align: left;
}

.nayami li {
  font-size: 12px;
  -webkit-background-size: 17px 17px;
  /* webkit系 */
  background-size: 17px 17px;
  background-image: url(images/check.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  line-height: 20px;
  list-style-type: none;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bene {
  margin-left: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bene li {
  font-size: 12px;
  line-height: 28px;
  list-style-type: none;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
}

.sd_waku {
  width: 930px;
  background-image: url(images/subtitle_b.jpg);
  height: 333px;
  margin-left: 14px;
  padding-top: 20px;
}

.surpport {
  background-color: #f4f5ff;
  padding: 5px;
  border: 2px solid #666666;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.surpport2 {
  background-color: #f4f5ff;
  padding: 5px;
  border: 2px solid #666666;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
}

.price {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFFFFF;
  background-color: #000000;
  padding: 25px;
  width: 870px;
  margin-top: 25px;
  margin-left: 20px;
  font-size: 18px;
  line-height: 30px;
}

.contact_bg {
  width: 923px;
  background-image: url(images/contact_bg.jpg);
  height: 136px;
  margin-top: 30px;
  margin-left: 20px;
  padding-top: 280px;
}

.bg_white {
  background-color: #FFFFFF;
}

.jisseki p {
  font-size: 12px;
}

.bene {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bene li {
  line-height: 20px;
  list-style-type: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.cs_q {
  width: 286px;
  padding: 7px;
  height: auto;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(5, 23, 135)), color-stop(1, rgb(0, 54, 189)));
  background-image: -moz-linear-gradient(-90deg, rgb(5, 23, 135) 0%, rgb(0, 54, 189) 100%);
  background-image: linear-gradient(-90deg, rgb(5, 23, 135) 0%, rgb(0, 54, 189) 100%);
  -webkit-box-shadow: 1px 1px 2px rgb(0, 0, 0);
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.cs_q2 {
  width: 286px;
  padding: 7px;
  height: auto;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(5, 23, 135)), color-stop(1, rgb(0, 54, 189)));
  background-image: -moz-linear-gradient(-90deg, rgb(5, 23, 135) 0%, rgb(0, 54, 189) 100%);
  background-image: linear-gradient(-90deg, rgb(5, 23, 135) 0%, rgb(0, 54, 189) 100%);
  -webkit-box-shadow: 1px 1px 2px rgb(0, 0, 0);
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.cs_q2_text {
  font-weight: bold;
  color: #FFF;
}

.cs_a {
  padding: 10px;
  background-color: #F2F5FD;
  border: 1px solid #B8B8D0;
  margin-top: 15px;
  overflow: hidden;
}

.separate_line {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #CCC;
  clear: both;
}

.photo_right {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.privacy_waku {
  padding: 5px;
  background-color: #EEF4FF;
}

footer {
  width: 320px;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  height: 40px;
  background-color: #000000;
}

.inner_text img {
  max-width: 100%;
  height: auto;
}

.pk_list {
  padding-left: 1em;
  margin-bottom: 1em;
}
