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


body {
  color: #3E3A39;
  font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  text-align: left;
  width: 100%;
}

.c_text_center{ text-align:center !important; }
.c_text_left{ text-align:left !important; }
.c_text_right{ text-align:right !important; }


.sunryse_menu {
  display: flex;
  font-size: 0;
  justify-content: space-between;
  margin: 10px 0 30px;
}

.sunryse_menu > li {
  font-size: 14px;
  width: auto;
 }

.sunryse_menu > li > a {
  color: #3E3A39;
  display: block;
  font-size: 14px;
  padding: 5px 5px 8px;
  position: relative;
  text-decoration: none;
  transition: .3s;
 }
 
 .sunryse_menu > li > a::before {
  background-color: #003399;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: .3s;
  transform: translateX(-50%);
 }
 
.sunryse_menu > li > a:hover::before { width: 100%; }


.container {
  width: 730px;
  margin: auto;
}

.sunryse_wrapper {
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 100%;
}

.sunryse_wrapper h2{
    background-color: #20302C;
    padding: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: solid 2px #20302C;
    color: #fff;
    font-family:YuGothic , '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif;
}

.sunryse_wrapper h3{
  color: #F33842;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  line-height: 1.6;
}

.sunryse_wrapper h4{
  color: #003399;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.3;
}

.sunryse_wrapper p{
  font-size: 16px;
  line-height: 1.6;
}

.sunryse_wrapper a{
  color: #003399;
}

.sunryse_wrapper a:hover{text-decoration: none;}

.section {
  margin-bottom: 40px;
  overflow: hidden;
}

.sunryse_cont{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #000000;
  padding: 8px;
  margin: 30px 0 10px 0;
  clear: both;
}

.sunryse_service_box{
  margin-bottom: 30px;
  overflow: hidden;
}

.sunryse_service_txt{
  display:block;
  width: 68%;
}

.sunryse_service_txt h3{
  color: #003399;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.sunryse_background {
  color: #000000;
  background-color: #E7FDF3;
  font-size: 16px;
  margin-top: 8px;
  padding: 30px;
  line-height: 1.6;
}


.example {
  border: 1px solid #003399;
  margin: 10px 0 0;
  padding: 10px;
}

.example p { margin: 0; }


.color{
  color: #003399;
  font-size: 18px;
  font-weight: bold;
}

.bg_color{
  color: #fff;
  font-weight: bold;
  background-color: #003399;
  padding: 4px 6px;
}

.sunryse_service_img{
 float:left;
 text-align:unset;
}

.sunryse_service_img a:hover{
 opacity: .6;
 transition: .3s;
}

.sunryse_c_link-btn{
  padding-top:50px; 
  padding:13px;
  background-color:#dc143c; 
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sunryse_c_link-btn:hover{
  opacity: .6;
  text-decoration: none;
}


@media screen and (max-width:768px) {

body {
  width: 95%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.wrapper { width: 100%; }

.container {
  float: none;
  width: 100%;
}

.sunryse_service_txt{
  width: 100%;
}

.sunryse_service_img{
 float:none;
 text-align:center;
 margin-bottom:10px;
}

}

/*▼2020.07.31　ナビ部分追加▼*/

.nav-top {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 24px 0;
}
.nav-top_item + .nav-top_item {
  border-left: solid 1px #333333;
}
.sunryse_wrapper .nav-top_item {
  text-align: center;
  width: 25%;
}
.sunryse_wrapper .nav-top_item_link {
  color: #333;
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding: 8px 8px 8px 24px;
  position: relative;
}
.nav-top_item_link:hover {
  color: #F33842;
}
.nav-top_item_link::before {
  position: absolute;
  content: "";
  border-right: 1px solid #20302C;
  border-bottom: 1px solid #20302C;
  width: 6px;
  height: 6px;
  top: 8px;
  left: 8px;
  transform: rotate(45deg);
}

.btn-accountMake {
  text-align: right;
}
.sunryse_wrapper .btn-accountMake_link {
  background-color: #dc143c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
}
.sunryse_wrapper .btn-accountMake_link:hover {
  opacity: 0.7;
}
@media screen and (max-width:599px) {
  .nav-top {
    display: block;
  }
  .nav-top_item + .nav-top_item {
    margin-top: 8px;
  }
}

/* お客さまの声 */
.list_voice {
  font-size: 16px;
  list-style-position: outside;
  line-height: 1.5em;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.list_voice > li {
  line-height: 1.5em;
  padding-bottom: 10px;
  background-image: url(../img/seminar/voice.gif);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 55px;
}