
.use {

	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;

}

.use a {

	border-bottom: 1px solid #000;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;

}

.use a:hover {

	opacity: 0.5;

}

table.type05 {

	width: 1300px;
  height: auto;
	margin: 0 auto;
	border: 1px solid #006496;
	border-collapse: collapse;
	text-align: left;

}

table.type05 tr {

	border-bottom: 1px solid #006496;

}

table.type05 tr td {

	font-size: 17px;
	width: 80%;
	border-right: none;
	padding: 20px;

}
table.type05 input, table.type05 textarea, table.type05 select{
	font-size: 17px;
}

table.type05 tr th {

	width: 20%;
	background: rgba(0,100,150,0.15);
	padding: 20px;
	border-right: 1px solid #006496;

}

.name, .mail, .text, .title, .category {

	width: 100%;
	height: 50px;
	border: 1px solid #006496;

}

.text {

	height: 200px;

}

.image_up {

	width: 50%;
	padding: 5px;
	border: 1px solid #000;
	background-color: #c8c8c8;
	border-radius: 5px;
	margin: 5px 0;

}

.image_up a:hover {

	opacity: 0.5;

}

.calen {

	width: 25%;
	float: left;
	margin-right: 5px;

}

.year, .month, .day {

	width: 80%;
	height: 50px;
	border: 1px solid #006496;
	float: left;

}

.calen p {

	margin: 0;
	padding-top: 15px;
}

table.type05 ul li {

	float: left;
/*	margin-right: 50px;
*/
	box-sizing: border-box;

}

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

	table.type05 {

		width: 90%;

	}

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

	table.type05 {


	}
	table.type05 select {
		width:90%;
	}

	.image_up {

		width: 60%;
		padding: 8px;

	}

	.calen {

		width: 100%;
		margin: 2.5px 0;

	}

	.name, .mail, .text, .title, .category {

		width: 95%;

	}

}


/* radio */
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.label_list {
  margin: auto;
}
.label_list::after {
  display: block;
  content: '';
  clear: both;
}
.label_list_item {
  float: left;
/*
  width: 25%;
  max-width: 225px;
  min-width: 225px;
*/
}
.label_list_item label {
  position: relative;
  display: block;
  word-break: break-all;
}
.label_list_item label input[type="checkbox"] + span,
.label_list_item label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 35px;
  box-sizing: border-box;
}

 .label_list:nth-of-type(1) label input[type="radio"] + span::before {
  border-color: cadetblue;
}
 .label_list:nth-of-type(2) label input[type="radio"] + span::before {
  border-color: cadetblue;
}
 label span {
  display: inline-block;
}
 label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
 label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
}
 label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #78909c solid;
}
 label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

/* プレビュー */

.chu {

	text-align: center;
	color: red;
	margin-top: 30px;
	font-weight: normal;
	font-size: 15px;

}

#top_btn {

	width: 200px;
	margin: 0 auto;

}

#blog_btn {

	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;

}

#blog_btn  .back_btn, #blog_btn  .next_btn {

	width: 200px;
	padding: 15px 0;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #006496;

}

.back_btn, .next_btn {
	background:#FFF;
	color: #000 !important;
	font-size:15px;
}
.next_btn:hover, .back_btn:hover {
	background: #006496;
	color: #fff;
}


#blog_btn a .back_btn {

	float: left;
	margin-left: 30%;

}

#blog_btn a .next_btn {

	float: right;
	margin-right: 30%;

}

#blog_btn a:hover .back_btn, #blog_btn a:hover .next_btn {

	background: #006496;
	color: #fff;

}

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

	#blog_btn {

		width: 90%;

	}

	#blog_btn a .back_btn {

		margin-left: 25%;

	}

	#blog_btn a .next_btn {

		margin-right: 25%;

	}

	.use {

		width: 90%;

	}

}

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

	#blog_btn a .back_btn {

		margin-left: 15%;

	}

	#blog_btn a .next_btn {

		margin-right: 15%;

	}

}

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

	.chu {

		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		text-align: left;

	}

	#blog_btn {

		width: 90%;

	}

	#blog_btn a .back_btn, #blog_btn a .next_btn {

		width: 43%;
	}

	#blog_btn a .back_btn {

		margin-left: 0;

	}

	#blog_btn a .next_btn {

		margin-right: 0;

	}

	.use {

		width: 90%;

	}

	.use a{

		width: 100%;

	}

}

.SafariFix{
    -webkit-user-select:auto;
}

/* サイドメニュー */
.side_menu {
    position: fixed;
    top: 25%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;	
  text-orientation: upright;
}

.side_menu a {
    display: block;
}

.menu02 {
    width: 42px;
    height: 170px;
    padding-right: 8px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: #FF7400;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
	writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;

}

.rotate {
	display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
}

/* .side_menu {

	float: right;
	position: fixed;
	top: 35%;
	right: 0;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;

}
.side_menu a:nth-child(2n){
	display:flow-root;
}

.side_menu .menu02 {

	width: 42px;
	height: 180px;
	padding-right: 8px;
	float: left;
	text-align: center;
	border-radius: 5px 0 0 5px;
	background: #FF7400;
	margin-bottom: 10px;
	color: #fff;
	line-height: 18px;

}*/

.side_menu a:hover .menu02 {

	border: 1px solid #FF7400;
	color: #FF7400;
	background: #fff;
	box-sizing: border-box;
	width: 49px;
}


@media screen and (max-width: 1000px) {
  .side_menu {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;

    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0;

    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  .side_menu a {
    display: block;
    flex: 0 0 50%;
  }

  .side_menu .menu02 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    line-height: 23px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    background: #FF7400;
    color: #fff;

    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  .side_menu a:hover .menu02 {
    border: none;
    background: #fff;
    color: #FF7400;
    width: 100%;
  }

  .rotate {
    transform: rotate(0deg);
  }
}

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

	.side_menu a:nth-child(2n){
		display:block;
	}
	.side_menu .menu02 {
		padding: 8px 0;
		line-height: 20px;

	}
	.side_menu a:hover .menu02 {
		width:100%;
	}
}

.error {
	color:red;
}

.clear_input {
    padding: 10px;
    border: 1px solid;
    border-radius: 10%;
    background: #595959;
    color: #FFF;
    cursor: pointer
}