@charset "utf-8";
/* CSS Document */
.block {
  max-width: 736px;
  margin: 50px auto;
}
.contents h1 span {
  padding: 0 !important;
  background: none !important;
}
.contents-support h1 {
  padding: 0 !important;
  background: none !important;
  display: inherit !important;
  text-align: center;font-size:34px;
	font-weight:bold;
	font-size: 30px;
	margin-bottom:25px;
}
@media screen and (max-width: 769px) {
	.contents-support h1 {
		font-size: 20px;
	}
	.block{
		margin: 25px 0;
	}
	
}

.noma {
  margin: 0 !important;
}
table.table th, table.table td {
  border: none;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #EEE;
}

table.table th {
  vertical-align: middle;
  width: 30%
}
@media screen and (max-width: 769px) {
	table.table th, table.table td {
		font-size: 14px;
		display: block;
		width:auto;
		border:none;
	}
	table.table th{
	padding-bottom: 5px;
	}
	table.table td{
		padding-top: 5px;border-bottom: 1px solid #EEE;
			 
	}
	
}
.square{
	border: 1px solid #CCC;
	padding: 20px;
	margin: 20px 0 0 0;
}
.square table.table th, .square table.table td{
	border: none !important;
}
table.table td input[type=text], table.table td input[type=password] {
  width: 100%;
  background: #EEE;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}
table.table td select {
  padding: 10px;
  background: #EEEE;
  border: none;
}
input[type=submit].submit {
  background: #ae1619;
  color: #FFF;
  padding: 15px 75px !important;
  transition: all 0.1s ease-in-out;
  display: block;
  margin: 0 auto;
  width: auto !important;
  font-size: 18px;
}
input[type=submit].reset {
  background: #CCC;
  color: #333;
  padding: 10px 65px;
  transition: all 0.1s ease-in-out;
  display: block;
  margin: 25px auto;
}
input[type=submit]:hover {
  opacity: 0.7;
}
.one-btn {
  text-align: center;
  margin: 25px 0;
}
.block p {
  font-size: 90%;
}
.block p small {
  font-size: 85%;
  margin: 10px 0 0 0;
  display: block;
}
@media screen and (max-width: 769px) {
	
	.block p{
		font-size:14px;
	}
}
.block p a.link {
  text-decoration: underline;
  color: #ae1619 !important;
  transition: all 0.1s ease-in-out;
}
.confirm-center {
  text-align: center;
  margin: 25px 0;
}
.two-btn ul {
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
}
.two-btn ul li {
  margin: 0 10px;
}
.two-btn ul li a {
  background: #c3cdde;
  padding: 15px 65px;
  transition: all 0.1s ease-in-out;
  color: #1B3152;
	text-align: center;
}
@media screen and (max-width: 769px) {
	.two-btn ul {
  display: block;
		margin: 25px 0 0 0;
	}
	.two-btn ul li a {
		display: block;
		padding: 15px 30px;
		box-sizing: border-box;
		width:250px;
		margin: 0 auto 15px auto;
		font-size: 15px;
	}
}
#bread {
  max-width: 1100px;
  margin: 0 auto;
}
#bread #breadcrumbs {
  float: left;
	width:80%;
	padding-bottom: 0;
}
#bread #breadcrumbs a {
  color: #999;
}
#bread form {
  float: right;
  font-size: 80%;
  margin: 20px 0 0 0;
}
.username a {
  border: 1px solid #CCC;
  padding: 5px;
  margin-left: 10px;
}
ul.two {
  display: flex;
  justify-content: center;
}
ul.two li {
  width: 30%;
  border: 1px solid #666;
  overflow: hidden;
}
ul.two li a {
  display: block;
  transition: all 0.1s ease-in-out;
  padding: 25px;
  height: 100%;
}
@media only screen and (max-width:769px) {
	ul.three li a p{
		font-size: 14px;
}
}
ul.two li:not(:last-child) {
  margin-right: 5%;
}
ul.two li .title {
  display: flex;
}
ul.two li .title i {
  display: inline-block;
  width: 40px;
  margin-right: 20px;
}
ul.two li .title h2 {
  border: none;
  margin: 5px 0 20px 0;
  color: #1B3152;
}
ul.two li a:hover {
  background: #1B3152;
}
ul.two li a:hover .title h2, ul.two li a:hover .text p {
  color: #FFF;
}
.inside {
  margin: 50px 0;
}
@media only screen and (max-width:769px) {
	.inside{
		margin: 25px 0;
	}
  #bread form {
    float: none;
    background: #F7F7F7;
    text-align: right;
    font-size: 70%;
    margin: 0 0 20px 0;
    overflow: hidden;
    clear: both;
    padding: 10px 20px;
  }
#bread #breadcrumbs {
    padding: 10px;
	  white-space: nowrap;
	  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */  
	overflow-x: auto; 
	  width:auto;
	float: none;
  }
  ul.two {
    display: block;
  }
  ul.two li {
    width: auto;
    margin-bottom: 20px;
  }
  ul.two li:not(:last-child) {
    margin-right: 0;
  }
}
ul.download-line li {
  overflow: hidden;
}
ul.download-line li a {
  padding: 20px;
  background: #EEE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  transition: all 0.1s ease-in-out;
}
ul.download-line li a:hover {
  background: #1B3152;
}
ul.download-line li a:hover .title h2, ul.download-line li a:hover .text p {
  color: #FFF;
}
ul.download-line li a .title i, ul.download-line li a .title h2 {
  background: none;
}
ul.download-line li a .title h2 {
  border: none;
  margin: 0 0 0 20px !important;
  color: #1B3152;
}
ul.download-line li a .title {
  width: 55%;
  display: flex;
  align-items: center;
}
ul.download-line li a .title i {
  display: inline-block;
  min-width: 50px;
}
ul.download-line li a .text {
  display: flex;
  align-items: center;
  width: 40%;
}
ul.download-line li a .text p {
  margin: 0 !important;
}
@media only screen and (max-width:769px) {
  ul.download-line li a {
    display: block;
  }
  ul.download-line li a .title, ul.download-line li a .text {
    width: auto;
  }
  ul.download-line li a .title i {
    min-width: 40px;
  }
	ul.download-line li a .text p {
		font-size: 14px;
	}
}
ul.under-nav {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -35px;
  background: #FFF;
  margin-bottom: -35px;
}
ul.under-nav li {
  width: 100%;
  text-align: center;
}
ul.under-nav li a {
  padding: 10px;
  border: 1px solid #1B3152;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
  font-size: 90%;
  position: relative;
  color: #1B3152;
}
ul.under-nav li:not(:last-child) a {
  border-right: none;
}
ul.under-nav li a:hover:after {
  content: "";
  background: #1B3152;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
ul.under-nav li a.active {
  background: #1B3152;
	color: #FFF;
}
ul.under-nav li a.active:hover:after {
  display: none;
}
@media screen and (max-width: 769px) {
  /* スマホではスライダーで表示 */
  ul.under-nav {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: static;
    margin: 0;
  }
  ul.under-nav li {
    flex: 0 1 50%;
  }
  ul.under-nav li a {
    padding: 5px;
    font-size: 13px;
  }
}
.two-block {
  display: flex;
  justify-content: space-between;
}
#left-side {
  width: 77%;
}
#right-side {
  width: 17%;
}

@media screen and (max-width: 769px) {
	.two-block {
  display:block;
}
#left-side {
  width: auto;
}
#right-side {
  width:  auto;
}
}
.search {
  text-align: center;
  margin-bottom: 25px;
}
.search input[type=text] {
  padding: 7px;
  border: 1px solid #CCC;
}
.search input[type=submit] {
  background: #1B3152;
  color: #FFF;
  padding: 8px 18px;
}
@media screen and (max-width: 769px) {
	.search input[type=submit] {
		font-size: 14px;
		padding:10px;
	}
	#right-side{
		margin-bottom: 25px;
	}
}
#right-side h3 {
  background: none;
  padding: 0 0 10px 0;
  font-size: 100%;
  margin: 0;
}
#right-side ul li a {
  display: block;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  font-size: 90%;
}
#right-side ul li a:after {
  content: ">";
  display: inline-block;
  transform: scale(0.7, 1);
  float: right;
  color: #1B3152;
}
.table-wrap{
	margin-bottom: 25px;
}
table.table2 th, table.table2 td {
  text-align: center;
  padding: 5px;
  font-size: 80%;
	border: 1px solid #CCC;
	vertical-align: middle;

}
table.table2 td h2{
	font-size:110%;
}
table.table2 td .opa{
	opacity: 0.3;
}
table.table2 th{
	background: #F7F7F7;
}
.list-downloads table.table2 th{
	background: #e0e0e0;
}
table.table2 tr:nth-child(3) td:first-child{
	width:22%;
}
table.table2 tr:nth-child(3) td:nth-child(2){
	width:12%;
}
table.table2 tr:nth-child(3) td:nth-child(3),
table.table2 tr:nth-child(3) td:nth-child(4),
table.table2 tr:nth-child(3) td:nth-child(5),
table.table2 tr:nth-child(3) td:nth-child(6),
table.table2 tr:nth-child(3) td:nth-child(7),
table.table2 tr:nth-child(3) td:nth-child(8),
table.table2 tr:nth-child(3) td:nth-child(9),
table.table2 tr:nth-child(3) td:nth-child(10),
table.table2 tr:nth-child(3) td:nth-child(11){

	width:7%;
}
table.table2 td .download a{
	background:#d14c4f;
	padding:5px 10px;
	border-radius:5px;
	display: block;
	width:40px;
	box-sizing: border-box;
	margin: 0 auto;
}
.old-version a{
	color: #1B3152;	font-weight:bold;
}
.old-version a:before{
	content:">";
	display: inline-block;
	transform: scale(0.7,1);
	margin: 0 5px 0 0;
	font-weight:bold;
}
.select-wrap{
	float: left;
}
.select-wrap select{
	border: 1px solid #F7F7F7;
	background: #F7F7F7;
	padding: 5px;
	margin:0 10px 0 0;
}
.result{
	display:inline-block;
	padding: 10px 0 0 0;
}
.select-wrap + form .search{
	float: right;
}
@media screen and (max-width: 769px) {
	table.table2 th, table.table2 td {
		white-space: nowrap;
	}
	.table-wrap{
overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
		margin-right: -20px;
}
	.select-wrap{
	float: none;
		text-align: center;
}
	.select-wrap + form .search{
	float:none;
		margin: 10px 0 25px 0;
}
}
.download-check-all{
	background:url(../img/ico_download3.svg) #FFF no-repeat 15px 50%;
	background-size:20px;
	padding:15px 15px 15px 45px;
	border: none;
	border-radius:5px;
	border: 1px solid #d14c4f;
	display: block;
	color: #d14c4f;
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	box-sizing: border-box;
	margin: 0 auto 35px auto;
}
p.new-btn {
	margin-top:40px;
}
p.new-btn a{
	background: #1b3152;
	color: #FFF;
	padding: 15px 58px;
	font-size: 18px;
}
.new-box{
	border: 1px solid #1b3152;
	text-align: center;
	margin-top: 40px;
	padding: 25px 25px 50px 25px;
}
.new-box h2{
	margin-bottom: 15px;
}
.ppbox{
	margin-top: 40px;
}
.ppbox h2{
	margin: 25px 0 15px 0;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.ppbox .check{
	margin-bottom: 10px;
}
.ppbox li{
	margin-bottom: 15px;
	font-size:14px;
}
.pp_content p{
	margin: 10px 0;
}
.pp_content li{
	text-indent: -0.8em;
	padding-left: 0.8em;
	list-style-type: none;
}

/* 260430 */
ul.two li {
  overflow: unset;
}
ul.two li a {
  box-sizing: border-box;
}
ul.two li .title {
  position: relative;
}
ul.two li .title .new-icon {
  position: absolute;
  top: -40px;
  right: -10px;
}
ul.two li .title .new-icon-inner {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #e7211a;
  border-radius: 50%;
  padding: 6px 10px;
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
ul.two li .title .new-icon-inner::after {
  content: '';
  display: block;
  width: 40px;
  height: 10px;
  background: #e7211a;
  clip-path: polygon(35% 0, 100% 0, 30% 100%);
  position: absolute;
  bottom: -5px;
  left: 2px;
}