@charset "utf-8";
/* CSS Document */

/*----------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*----------------------------------------
	common
----------------------------------------*/

.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
.container {
  width: 976px;
  margin: 0 auto;
}

#manual a:hover{
  opacity: 0.7;
}

p{
	line-height:1.5em;
}
p.box_pagetop{
	width:100%;
	text-align:right;
	margin-bottom:40px;
}
p.box_pagetop a:link{
	color:#003a91;
	text-decoration:none;
}
p.box_pagetop a:hover{
	color: #5378c6;
	text-decoration: underline;
}
p.box_totop{
	width:100%;
	margin-top:6em;
  padding-bottom: 4em;
}
p.box_totop a:link{
	color:#003a91;
	text-decoration:none;
}
p.box_totop a:hover{
	color: #5378c6;
	text-decoration: underline;
}


.mv {
  background-color: #fff;
  height: 200px;
  vertical-align: middle;
  display: flex;
  width: 100%;
  border-top: 1px solid #ededed;
}
.mv h2 {
  margin: 0 auto;
  width: 976px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv h2 span.mv_subttl {
  display: block;
  padding: 0 0 8px;
  font-size: 22px;
}
.mv h2 span.mv_ttl {
  display: block;
  font-size: 30px;
  line-height: 1.2;
}

h3{
	font-size: 30px;
  margin: 50px auto;
  border-left: 30px solid #e4e4e4;
  text-indent: 0.5em;
}

h4{
	margin-bottom:10px;
}
h4.manual_title{
  font-size: 24px;
	margin-bottom: 20px;
	color: #000;
	border-bottom: 2px solid #6e7176;
  padding-bottom: 15px;
}

.note{
  background-color: #fcf4f4;
  padding: 20px 0;
}
.note p{
  width: 976px;
  text-align: center;
  margin: 0 auto;
}

div.global-navi {
	background-color: #e4e4e4;
	text-align:center;
}
div.global-navi ul {
  display: flex;
	width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 20px;
}
div.global-navi ul li {
	width : 24%;
	text-align:center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
div.global-navi ul li img{
  padding: 10px 0 5px;
}

div.global-navi ul li a {
	display: block;
  height: 160px;
	border-radius: 20px;
	background-color: #fff;
  color: #000;
  box-shadow: 1px 2px 1px 2px #d0d0d0;
}
div.global-navi ul li a:hover {
	opacity: 0.7;
  box-shadow: 0px 0px 0px 0px;
}
div.global-navi ul li.page_t a{
	opacity: 0.7;
  box-shadow: 0px 0px 0px 0px;
}
div.global-navi ul li a span{
  display: block;
}

div.page_link{
	text-align: center;
	padding: 40px 0;
}
div.page_link ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
div.page_link ul li{
  margin: 10px;
}
div.page_link a{
	width: 300px;
  border: 1px solid #5a5a5a;
  display: inline-block;
  text-align: center;
  padding: 1.5em 0 1em;
  color: #5a5a5a;
  position: relative;
  height: 2em;
  border-radius: 20px;
}
div.page_link a:after{
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
div.page_link a:hover{
	background-color: #CCCCCC;
	color: #333;
}

.btn_class01 {
	font-size: 88%;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3866a3;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #84aae3), color-stop(100%, #5e84c7) );
	background: -moz-linear-gradient( center top, #84aae3 5%, #5e84c7 100% );
	background: -ms-linear-gradient( top, #84aae3 5%, #5e84c7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#84aae3', endColorstr='#5e84c7');
	background-color: #84aae3;
	color: #113064;
	display: inline-block;
	text-shadow: 1px 1px 2px #ffffff;
	-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
	box-shadow: inset 1px 1px 0px 0px #ffffff;
	margin: 20px;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 7px;
	padding-left: 18px;
}
.btn_class01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #5e84c7), color-stop(100%, #84aae3) );
	background:-moz-linear-gradient( center top, #5e84c7 5%, #84aae3 100% );
	background:-ms-linear-gradient( top, #5e84c7 5%, #84aae3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e84c7', endColorstr='#84aae3');
	background-color:#5e84c7;
}.btn_class01:active {
	position:relative;
	top:1px;
}


.dl_01{
	margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 60px;
}
.dl_01 dt {
  width: 20%;
  height: 130px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
}
.dl_01 dd {
	display: flex;
  flex-wrap: wrap;
  width: 80%;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
  height: 130px;
}
.dl_01 dd a {
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	background-color: #e4e4e4;
	color: #000;
	display: inline-block;
	box-shadow: 1px 2px 1px 2px #d0d0d0;
	white-space: nowrap;
  padding: 15px;
  width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}
.dl_01 dd a:hover {
	box-shadow: 0px 0px 0px 0px;
	opacity: 0.7;
}
.dl_01 dd a:active {
	position:relative;
	top:1px;
}

.dl_02{
	margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 60px;
}
.dl_02 dt {
  width: 40%;
  height: 130px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
}
.dl_02 dd {
	display: flex;
  flex-wrap: wrap;
  width: 60%;
  align-items: center;
  border-bottom: 1px solid #c1c1c1;
  height: 130px;
}
.dl_02 dd a {
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	background-color: #e4e4e4;
	color: #000;
	display: inline-block;
	box-shadow: 1px 2px 1px 2px #d0d0d0;
	white-space: nowrap;
  padding: 15px;
  width: 240px;
  max-width: 240px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}
.dl_02 dd a:hover {
	box-shadow: 0px 0px 0px 0px;
	opacity: 0.7;
}
.dl_02 dd a:active {
	position:relative;
	top:1px;
}

h5 {
  box-sizing: border-box;
  padding: 15px 15px 20px 10px;
  font-weight: normal;
}
.dl_03{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 30px;
}
.dl_03 dt {
  width: 25%;
  height: 100px;
  display: flex;
  align-items: center;
}
.dl_03 dd {
	display: flex;
  flex-wrap: wrap;
  width: 75%;
  align-items: center;
  height: 100px;
}
.dl_03 dd a {
	font-weight: bold;
	border-radius: 20px;
	text-decoration: none;
	background-color: #e4e4e4;
	color: #000;
	display: inline-block;
	box-shadow: 1px 2px 1px 2px #d0d0d0;
	white-space: nowrap;
  padding: 15px;
  width: 230px;
  max-width: 230px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 10px;
}
.dl_03 dd a:hover {
	box-shadow: 0px 0px 0px 0px;
	opacity: 0.7;
}
.dl_03 dd a:active {
	position:relative;
	top:1px;
}


/*260226_CS取説ページ_2025追記*/
.manual_title_note{
  font-size: 16px;
  padding-left: 2em;
}



@media(max-width:600px){
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  
  .mv {
    align-items: center;
    height: 150px;
  }
  .mv h2 {
    padding: 0 10px;
  }
  .mv h2 span.mv_subttl {
    font-size: 18px;
  }
  .mv h2 span.mv_ttl {
    font-size: 22px;
  }
  .note {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .note p {
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
  div.global-navi ul {
    justify-content: space-evenly;
    font-size: 13px;
  }
	div.global-navi ul li {
    width : 45%;
    text-align:center;
	}
  div.global-navi ul li a {
    height: 150px;
    max-height: 150px;
    box-sizing: border-box;
  }
  h3 {
    font-size: 22px;
    margin: 50px auto 50px 10px;
    border-left: 22px solid #e4e4e4;
    box-sizing: border-box;
  }
  h4.manual_title {
    font-size: 20px;
    text-indent: 1em;
  }


  .dl_01 dt {
    width:100%;
    height: auto;
    border-bottom: none;
    justify-content: center;
    padding: 30px 0 0;
  }
  .dl_01 dd {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 30px;
    justify-content: center;
  }
  .dl_01 dd a {
    width: 280px;
    max-width: 280px;
    margin: 10px auto;
  }
  
  .dl_02 dt {
    width:100%;
    height: auto;
    border-bottom: none;
    justify-content: center;
    padding: 30px 0 0;
  }
  .dl_02 dd {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 30px;
    justify-content: center;
  }
  .dl_02 dd a {
    width: 280px;
    max-width: 280px;
    margin: 10px auto;
  }
  
  h5{
    text-align: center;
  }
  .dl_03 dt {
    width:100%;
    height: auto;
    border-bottom: none;
    justify-content: center;
    padding: 30px 0 0;
  }
  .dl_03 dd {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding-bottom: 30px;
    justify-content: center;
  }
  .dl_03 dd a {
    width: 280px;
    max-width: 280px;
    margin: 10px auto;
  }
  
  /*260226_CS取説ページ_2025追記*/
  .manual_title_note{
    font-size: 14px;
    padding: 1em;
    display: block;
    text-indent: 0;
    line-height: 1.3;
  }
  
}

/*--------------------------------スペース*/

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb60{
	margin-bottom:60px;
}
.mb100{
	margin-bottom:100px;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pb10{
	padding-bottom:10px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
.fs80{
  font-size: 80%;
}
/*--------------------------------スペース*/