/* CSS Document */
body {
  font-family: YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif !important;
  color: #00053e;
}

body {
  clear: both;
  margin: 0;
  padding: 0;
}
#container {
  clear: both;
  margin: 0;
  padding: 0;
}
main {
  clear: both;
  margin: 0;
  padding: 0;
}

.pc_n {
    display: none;
}
.sp_n {
    display: block;
}
.pc_n2 {
    display: none;
}
.sp_n2 {
    display: block;
}



/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
#page-top img {
  width: 100%;
  height: auto;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0.3;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}


/*セクションごと*/
.section_inner {
    width: 100%!important;
    overflow: hidden;
}

.section_yellow {
  clear: both;
  overflow: hidden;
  margin: 0;
  background-color: #f9f7f7;
  padding: 10px 0 0;
}
.section_navie {
  clear: both;
  overflow: hidden;
  margin: 0;
  background-color: #00053e;
  padding: 10px 0 0;
}
.section_white {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}
.section_stripe1 {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
  background-image: url("../image/back_stripe_g1.jpg");
  background-size: auto;
}
.section_stripe2 {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
  background-image: url("../image/back_stripe_futo.jpg");
  background-size: auto;
}


.return_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 65px;
  height: 65px;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}
.return_top img {
  width: 100%;
  height: auto;
}
.return_top.active {
  opacity: 1;
  visibility: visible;
}

/*スライド*/
.slides {
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.slides img {
  width: 100%;
  height: auto;
}
.slide-arrow {
  position: absolute;
  width: 30px !important;
  overflow: hidden;
  z-index: 100;
}
.slide-arrow img {
  width: 30px !important;
}
.prev-arrow {
  top: 42%;
  right: 3%;
}
.next-arrow {
  top: 42%;
  left: 3%;
}
.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 7px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-image: url("../image/dot_gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 8.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 8.5px;
}
.slide-dots li.slick-active button::before {
  background-image: url("../image/dot_orange.png");
}



button {
  background: none;
  border: none;
  outline: none;
  padding: 0 0;
}

/*お客様の声*/
.s_05 {
  clear: both;
  margin: 0;
  padding: 0;
}
.s_05 {
  width: 100%;
}
.voice_inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 5px;
  background-color: #FFF;
  border-radius: 15px;
}
.voice_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.voice_inner li {
  overflow: hidden;
  padding: 10px 0 20px !important;
  margin: 10px 0;
}
.under {
  background-image: url("../image/under-line.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 90%;
}
.voice_inner .lef_img {
  float: left;
  width: 30%;
  margin-left: 2%;
}
.voice_inner .lef_img img {
  margin: 0 5%;
  padding: 0;
  width: 90%;
  height: auto;
}
.voice_inner .rig_bun {
  float: left;
  width: 65%;
  margin: 10px 0 0 3%;
}
.rig_bun h3 {
  background: linear-gradient(transparent 55%, #ffe3b7 55%);
  display: inline;
  font-size: 18px;
  letter-spacing: 1px;
	color:#333;
}
.rig_bun p {
  margin: 5px 0;
  padding: 0;
  width: 94%;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 500;
	color:#333;
}
.accordion_one {
  clear: both;
}
.underline {
  background: linear-gradient(transparent 40%, yellow 40%);
}

/*ヘッダー*/

header {
  clear: both;
  margin: 0;
  padding: 0;
  position: fixed;
  height: 50px;
  background-color: #FFF;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000 !important;
}
.headlogo {
  width: 52%;
    max-width:240px;
  margin: 8px auto 0;
}
.headlogo img {
  width: 100%;
  height: auto;
}
.headtoi {
  position: fixed;
  top: 13px;
  right: 2%;
  float: right;
  z-index: 100000;
  width: 18%;
    max-width:90px;
}
.headtoi img {
  width: 100%;
  height: auto;
}

#tops {
  marigin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #FFF;
}
.top_sec01 {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.top_sec01 h1 {
  clear: both;
  margin: 0;
  padding: 0;
}
.top_sec01 img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.menu__item i {
  float: right;
}

/*フッター*/
.footmenu {
  clear: both;
  margin: 0;
  padding: 18px 0 20px 0;
  width: 100%;
  overflow: hidden;
  background-color: #00053e;
}
.footmenu ul {
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0; 
  width: 100%;
}
.footmenu li {
  margin: 0;
  padding: 10px 0 10px 5px;
  width: 50%;
  float: left;
  display: block;
  text-indent: 35px;
  font-size: 14px;
  font-weight: 600;
}
.footmenu li{
	background: url("../image/right_angle.png") left 15px top 9px no-repeat;
     background-size: auto 18px;}

.footmenu .sh {
	    width: 45% !important;
}
.footmenu .ln {}
.footmenu li i {
  margin-right: 15px;
}
.footmenu li a {
  color: #FFF;
  text-decoration: none;
}
.footmenu li a:hover {}
.insmark {
  font-size: 28px!important;
        margin:-5px 0 0 -56px!important;
}
.no_allow{background-image: none!important;
}

/*イメージサイズ別*/
.ime30 img {
  width: 30%;
  height: auto;
  margin: 0 35%;
}
.ime40 img {
  width: 40%;
  height: auto;
  margin: 0 30%;
}
.ime80 img {
  width: 80%;
  height: auto;
  margin: 0 10%;
}
.ime80A img {
  width: 80%;
  height: auto;
  margin: 0 0 0 8%;
}
.ime90 img {
  width: 90%;
  height: auto;
  margin: 20px 5%;
}
.ime90A img {
  width: 90%;
  height: auto;
  margin: 0 5%;
}
.ime90B img {
  width: 100%;
  height: auto;
  margin: 0 0 0 2%;
}
.ime100 img {
  width: 100%;
  height: auto;
  margin: 0;
}
/*文字余白*/

.pd_b5 {
    padding-bottom: 5px !important;
}
.PD_10 {
  padding: 5px 0;
}
.pd_b10 {
  padding-bottom: 10px !important;
}
.pd_b20 {
  padding-bottom: 20px !important;
}
.pd_b30 {
  padding-bottom: 30px !important;
}
.nega_m {
  margin: 20px 0 -25px !important;
}
.nega_mt {
  margin-top: -20px !important;
}
.nega_mt5 {
    margin-top: -5px !important;
}
.nega_mt10 {
  margin-top: -10px !important;
}
.pd_t5 {
    padding-top: 5px !important;
}
.pd_t10 {
  padding-top: 10px !important;
}
.pd_t20 {
  padding-top: 20px !important;
}
.pd_t30 {
  padding-top: 30px !important;
}
 .pd_t40 {
  padding-top: 40px !important;
        
}
.mg_t20{margin-top:20px!important;}
.mg_t10{margin-top:20px!important;}
.mg_b20{margin-bottom:20px!important;}
.mg_b10{margin-bottom:10px!important;}

/*DL*/
.topdl {}
.topdl dl {
  width: 84%;
  margin: 22px auto 50px;
}
.topdl dt {
  margin: 10px 0 0;
  width: 96%;
  background-color: #00053e;
  color: #FFF;
  padding: 8px 2%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
}
.topdl dd {
  margin: 0 0 20px;
  width: 96%;
  background-image: url("../image/back_stripe_usu_g1.jpg");
  background-size: auto;
  padding: 18px 2% 6px;
  height: auto;
  overflow: hidden;
}
.topdl_left {
  width: 40%;
  float: left;
}
.topdl_left img {
  width: 92%;
  height: auto;
  margin: 0 0 0 8%;
}
.topdl_right {
  width: 50%;
  float: left;
  font-size: 13px;
letter-spacing: 1px;
  font-weight: 600;
	color:#333;
  
line-height:1.5;
  margin: 0 0 0 6%;
  padding: 0 0 10px 0;
    text-align: justify;
  text-justify: inter-ideograph; /* IE用 */
}
.topdlt {
  clear: both;
  overflow: hidden;
  widths: 80%;
  margin: 0 0 0 20px;
	
}
.topdlt h3 {
  background: linear-gradient(transparent 55%, #ffe3b7 55%);
  display: inline-block;
  font-size: 28px;
  letter-spacing: 2px;
}

/*セクション２*/
.sec2u_title {
  width: 90%;
  margin: 0 5%;
  padding: 0;
}
.sec2u_title h3 {
  margin: 0;
  padding: 8px 0;
  font-size: 24px;
  text-align: center;
  color: #b8282e;
  line-height: 28px;
  font-weight: 900 !important;
}
.sec2u_lis {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sec2u_lis ul {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.sec2u_lis li {
  
  width: 90%;
  margin: 5px 5%;
}
.sec2_left {
  float: left;
  width: 34%;
}
.sec2_left img {
  width: 90%;
  margin: 0 0 0 10%;
  height: auto;
}
.sec2_right {
  float: left;
  width: 60%;
  margin: 0 0 0 4%;
}
.sec2_right h4 {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
	color:#333;
}
.sec2_right p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;color:#333;
}
.down_allow {
  width: 100%;
}
.down_allow img {
  width: 70%;
  height: auto;
  margin: 5px 15%;
}

/*セクション３*/
.top3_up_list {
  clear: both;
  margin: 12px 0 0;
  padding: 0;
  width: 100%;
}
.top3_up_list ul {
  clear: both;
  padding: 0;
  width: 90%;
  margin: 0 5%;
  overflow: hidden;
  list-style: none;
}
.top3_up_list li {
  float: left;
  width: 50%;
}
.top3_up_list li img {
  width: 94%;
  margin: 1px 3%;
  height: auto;
}
.kaitori_zisin {
  width: 90%;
  margin: 0 5%;
  text-align: center !important;
}
.kaitori_zisin h3 {
  background: linear-gradient(transparent 55%, #ffe3b7 55%);
  display: inline;
  font-size: 34px;
  font-weight:900;
  color: #b8282e;
  letter-spacing: 2px;
}
.foot_toi {
  clear: both;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 82%;
}
.foot_toi p {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.red {
  color: #b8282e;
}
.pro_title {
  width: 82%;
  margin: 0 9%;
  text-align: left;
}
.pro_title h3 {
  background: linear-gradient(transparent 40%, #ffe3b7 40%);
  display: inline;
  font-size: 26px;
  font-weight: 900;
  color: #00053e;
  letter-spacing: 3px;
}
.pro_p {
  width: 84%;
  margin: 0 8%;
  padding: 0;
}
.pro_p p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}
.pro_p2 {
  width: 84%;
  margin: 0 8%;
  padding: 0;
  text-align: center;
}
.pro_p2 p {
  margin: 0;
  padding: 5px 0 30px;
  font-size: 14px;
  font-weight: 600;
}
.slides {
  padding-bottom: 0px;
}
.tx_left {
  text-align: left !important;
}
#pagetop {
  position: fixed;
  bottom: 80px;
  right: 20px;
}
.bnp_top {
  padding-top: -50px;
  margin-top: 50px;
}

/*違いページ追加*/
.stripein {
    clear: both;
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    padding: 20px 0;
    background-image: url("../image/back_stripe_g1.jpg");
    background-size: auto;
}
.last_s{padding-bottom:0!important;}
.yefllow_in {
    clear: both;
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    padding: 20px 0;
    border-radius: 15px;
    background-color: #FFF;
}
.section_red {
    clear: both;
    overflow: hidden;
    margin: 0;
    background-color: #b8282c;
    padding: 10px 0 0;
}
.chigaih1 {
    clera: both;
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 766px) {
	.chigaih1 { margin: 20px auto 10px;}
}


.chigaih1 h1 {
    background: linear-gradient(transparent 40%, #e5c78d 40%);
    display: inline;
    font-size: 26px;
    font-weight: 900;
    color: #00053e;
    letter-spacing: 3px;
}
.chigaih3 {
    clera: both;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.chigaih3 h3 {
    background: linear-gradient(transparent 40%, #ffffff 40%);
    display: inline;
    font-size: 16px;
    font-weight: 900;
    color: #b8282c;
}
.chiga_red {
    color: #b8282c;
    font-size: 30px;
}
.chigap01 {
    clear: both;
    padding: 30px 0 0;
}
.chigap01 p {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height:1.5;
}


.nega_mtb {
    margin-bottom: -60px!important;
}
.case_p {
    width: 80%;
    margin: 0 10%;
    padding: 0;
}
.case_p p {
    margin: 0;
    text-align: justify;
    padding: 5px 0;
    font-size: 15px;
    line-height:1.5;
    font-weight: 600;color:#333;
}
.casepsmall {
    font-size: 12px;
}


.boxwhite {
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 5px 5px 0px 0 rgb(0, 5, 62);
}
.chigai_stitle {
    clera: both;
    width: 90%;
    margin: 0 0 -30px 8%;
}
.chigai_stitle img {
    height: 43px;
    width: auto;
}
.chigai_stitle h3 {
    margin: 0;
    padding: 0;
}
.chigai_box1p {
    clear: both;
    width: 96%;
    margin: 0 auto 10px;
    text-align: center;
}
.chigai_box1p p {
    background: linear-gradient(transparent 40%, #e5c78d 40%);
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 11px;
    color: #00053e;
}
.chigai_box2p {
    clear: both;
    width: 96%;
    margin: 0 auto 10px;
    text-align: center;
}
.chigai_box2p h4 {
    background: linear-gradient(transparent 60%, #e5c78d 60%);
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 18px;
    font-weight: 900;
    color: #b8282c;
    line-height: 1.7;
}
.chigai_box2p p {
    color: #4dd4d;
    font-size: 12px;
    font-weight: bold;
}
.chigai_box3p {
    clear: both;
    width: 96%;
    margin: 0 auto 10px;
    text-align: center;
}
.chigai_box3p h4 {
    background: linear-gradient(transparent 60%, #E5c78d 60%);
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    display: inline;
    font-size: 25px;
    font-weight: 900;
    color: #00053e;
}
.chigai_box3p h5 {
    background: linear-gradient(transparent 60%, #E5c78d 60%);
    margin: 0;
    padding: 0;
    display: inline;
    font-size: 17px;
    font-weight: 900;
    color: #00053e;
}
.chigai_box3p p {
    color: #4dd4d;
    font-size: 11px;
    font-weight: bold;
margin:0;
    padding: 0;
}
.chigai_box {
    width: 94%;
    margin: 0 0 0 4%;
    padding: 0 0 10px 0;
}
.chigai_box ul {
    margin: 0;
    padding: 0 3% 0 5%;
}
.chigai_box li {
    font-size: 11px;
    font-weight:bold;
    color:#00053e;
    margin: 0 0 10px 0;
}
.case_title {
    text-align: center;
    width: 86%;
    margin: 5px auto 10px;
    overflow: hidden;
    border-bottom: 2px solid #333e;
    color: #333;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2!important;
}
   

/*メリット追加*/

.merit_t {
    clear: both;
    width: 90%;
    margin: 0 auto 0;
    margin-bottom:-4px!important;
}
.merit_t img {
    height: 45px;
    width: auto;
   
}
.stripein_r {
   
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    padding: 20px 0;
    border-radius: 10px;
    border: 3px solid #FFF;
    background-image: url("../image/back_stripe_merit.jpg");
    background-size: auto;
}
.merith1 {
    clera: both;
    width: 90%;
    margin: 0 auto;
}
.merith1 h1 {
    background: linear-gradient(transparent 60%, #ffffff 60%);
    display: inline;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.7;
    color: #00053e;
    letter-spacing: 1px;
}
.merit_gr {
    color: #b8282c;
    font-size: 26px;
}
.merit1_h3 {
    clera: both;
    width: 88%;
    margin: 0 auto;
    padding:0;
}
.merit1_h3 h3 {
    background: linear-gradient(transparent 60%, rgba(229, 199, 141, 1.0) 60%);
    display: inline;
    margin: 0;
    pdding: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.7;
    color: #00053e;
    letter-spacing: 1px;
}
.merit2_h3 {
    clera: both;
    width: 88%;
    margin: 0 auto;
}
.merit2_h3 h3 {
    background: linear-gradient(transparent 60%, #e5c78d 60%);
    display: inline;
    margin: 0;
    pdding: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.7;
    color: #00053e;
    letter-spacing: 1px;
}
.merit3_h3 {
    clera: both;
    width: 90%;
    margin: 0 auto;
}
.merit3_h3 h3 {
    background: linear-gradient(transparent 60%, #e5c78d 60%);
    display: inline;
    margin: 0;
    pdding: 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    color: #00053e;
    letter-spacing: 1px;
}
.merit5_h3 {
    clera: both;
    width: 90%;
    margin: 0 auto;
}
.merit5_h3 h3 {
    background: linear-gradient(transparent 60%, #e5c78d 60%);
    display: inline;
    margin: 0;
    pdding: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    color: #00053e;
    letter-spacing: 1px;
}
.merit3_h4u {
    clera: both;
    width: 90%;
    margin: 0 auto;
    text-align: center!important;
}
.merit3_h4u h4 {
    background: linear-gradient(transparent 60%, #e5c78d 60%);
    display: inline;
    margin: 0;
    pdding: 0;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.5;
    color: #00053e;
    letter-spacing: 1px;
}
.merit3_h4u p {
    margin: 0;
    pdding: 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #00053e;
}
.merit_bred {
    color: #b8282c;
    font-size: 37px;
}
.merit_bred2 {
    color: #b8282c;
    font-size: 34px;
}



/*PC 追加*/


.topdl dd {
    background-image: url("../image/back_stripe_usu_g1.jpg");
}
.slogo {
    height: 18px;
    width: auto;
    vertical-align: text-bottom;
    padding: 0 1px;
}
.voice_hosoku {
    clera: both;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    color: #00053e;
}
.ime82A img {
    width: 82%;
    height: auto;
    margin: 0 0 0 8%;
}
.topdl dd {
    background-image: url("../image/back_stripe_usu_g1.jpg")!important;
}
.topdl dl {
    width: 84%;
    margin: 0 auto;
}
.under2 {
    background-image: url("../image/under-line.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90%;
}

/*961px以上の記述。（デスクトップ）*/
@media (min-width: 961px) {
}

