/* Canvas */
.divcv {
  position: relative;
  margin: 10px 20px;
}
.cv {
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
  background-color: #E1BA75;
  width: 550px !important;
  height: 550px !important;
}
/* モーダルウィンドウ */
/* モーダルウィンドウのcss設定 */
/* 一番上に表示させるdiv */
#modal-content{
	/* ボックスの重なりの順序を指定 */
	z-index: 20;
	/* divをブロック表示します。何も表示しないときは、none */
	display:block;
	/* 位置の固定 */
	position:fixed;
	/* 位置 */
	top:10%;
	left:25%;
	/* 幅・高さ */
	width:50%;
	height:auto;
	/* 外側の余白 */
	margin:auto;
	/* 内側の余白 */
	padding:10px 20px;
	/* 線 */
	border:10px solid rgb(37, 119, 212);
	/* 背景の色 */
	background:#E1BA75;
  color:#000;
}
/* 2番目に表示させるdiv半透明の膜 */
 #modal-overlay{
	/* ボックスの重なりの順序を指定 */
	z-index:3;
	/* divをブロック表示します。何も表示しないときは、none */
	display:block;
	/* 位置の固定 */
	position:fixed;
	/* 位置 */
	top:0;
	left:0;
	/* 幅・高さ */
	width:100%;
	height:100%;
	/* 背景の色（半透明） */
	background-color:rgba(51,51,51,0.6);
	/* 外側の余白 */
	margin-top:0px;
	}
 
/* --------------------------------------- */

/* ロード中メッセージ表示div */

.myldmsg {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 5;
  width: 460px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: red;
}
/* control div */
.contdiv {
  margin: 5px 0 0 0;
  width: 460px;
}
.clrdiv {
  float: left;
  margin: 0 0 0 30px;
}
.rowcngdiv {
  float: right;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 30px;
}
.rowsel {
  vertical-align: 1px;
  width: 55px;
  color:#000;

}

select{
  color:rgb(0, 0, 0);
  background: #e7dfd0;
}
option:first-child{
  background: #dbcbaf;
}
.disp_ch{
  display:none;
  position:absolute; /* 今の位置を基準 */
  right: 0px;
	top: 30px;
  color:#fff;
  position:absolute; /* 今の位置を基準 */
  background: #19ac3e;
  background: -webkit-gradient(linear, left top, left bottom, from(#19ac3e), to(#19ac3e));
  background: -webkit-linear-gradient(top, #19ac3e 0%, #feb645 100%);
  background: linear-gradient(to bottom, #3fad5a 0%, #66d682 100%);
}

/* ハンバーガーメニュー */
@charset "utf-8";

.fa-position-bottom {
  position: absolute;
  bottom: 5rem;
  left: calc(70% - 0.5rem);
}

.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#navTgl:checked ~ .contents {
	transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}

.open {
  z-index: 2;
  width: 50px;
  height: 200px;
  background: red;
  transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 4px solid white; /* 枠線を追加 */
  box-sizing: border-box; /* 枠線によるサイズの変化を防ぐ */
}

.open span {
  font-size: 24px;
  color: white;
  margin: 5px 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	background: indianRed;
	transform: translateX(250px);
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	font-size: .8em;
	line-height: 1.4;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.menu a{
	display: block;
	padding: 1em 2em;
	text-decoration: inherit;
	transition: background .6s;
}
.menu a:hover {
	background: black;
}
#navTgl:checked ~ .menu {
	transform: none;
}

/* :::::: header, footer :::::: */
header,
footer {
	box-sizing: border-box;
	text-align: center;
}
header .logo,
footer .copyright {
	margin: 0;
	color: #553969;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: 400;
	line-height: 120px;
	letter-spacing: .1em;
}
header {
	position: relative;
	margin-bottom: 40px;
}
footer {
	background: rgba(255,255,255,.6);
}
footer small {
	font-size: 1em;
}

/* :::::: article :::::: */
article {
	width: 100%;
	max-width: 647px;
	margin: 0 auto 100px;
	padding: 0 10px;
	box-sizing: border-box;
}
article h1 {
	width: 7em;
	height: 7em;
	margin: 0 auto;
	font-size: 1em;
	line-height: 7em;
	font-weight: normal;
	text-align: center;
	background: rgba(0,0,0,.05);
	border-radius: 50%;
}
section {
	margin: 4em 0;
}
section h2 {
	margin: 0 0 .6em;
}
figure {
	position: relative;
	margin: 0;
	padding-bottom: 3.6em;
}
figure img {
	max-width: calc(100% - 10px);
	margin-bottom: .8em;
	padding: 5px;
	vertical-align: middle;
	background: rgba(255,255,255,.6);
}
figcaption {
	font-size: .8em;
}
section .btn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 2em;
	color: white;
	background: lightSeaGreen;
	text-align: center;
	text-decoration: inherit;
	transition: background .3s;
}
section .btn:hover {
	background: indianRed;
}


/* ===================================================== */
.menu_0{
  flex-direction:column;
  color:#fff;
  margin: 20px;
  border-radius: 5px;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.cp_ipselect.cp_sl05 {
	position: relative;
	border-radius: 2px;
  border-radius: 50px;
	background: #ee4f4f;
}
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #f5f1f1;
	pointer-events: none;
  
}
.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #fcf7f7;
  background: #eb4f4f;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl05 {
	position: relative;
	border-radius: 2px;
  border-radius: 50px;
	background: #da3c41;
}
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #ffffff;
}
.mynumber{
 width: 60px; 
 left:50px;
 height: 25px;
}
.sn_label{
  position:relative;
  padding: 15px;

}

.flex {

  display: inline-block;
font-size: xx-large;
}


/* ------------------------------------------------ */


.flex {
 display:none;
 font-size: 50px;/* フォントサイズ */
 font-weight: bold;/* フォント太さ */
 padding-top: .5em;
 padding-bottom: .5em;
 padding-left: auto
 padding-right: auto;
 margin-bottom: 2em;
 background-color: #399837;/* 背景色 */
 border-radius:15px;/* 角丸 */
 color: #ffffff;/* フォント色 */

}

#up_file2{
    color: #fff;
    display:none;
  padding: 15px;
  text-decoration: none;
 
  margin-top: 10px;
}

.msr_upbtn{
  color: #fff;
  position:relative;
  top: 00px;
}

#inp_file{
  display:none;
}
#file_label{
  position:relative;
  top:25px;
  left: 8%;
  display:table-cell;
  vertical-align:middle;
  width: 700px;
  height: 25px;    
  margin: auto;
  text-align: center;
  align-items: center;
  background-color: #293b6a;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  padding: 10px 1px;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #293b6a;
}
#file_label:hover {
  margin-top: 3px;
  color: #fff;
  background: #293b6a;
  border-bottom: 2px solid #293b6a;
}
#file-label--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#up_btn{
  display:block;
  position:relative;
  top:40px;
  left:15%;
  bottom:18%;
  width: 150px;
  height: 40px;
  text-align: left;
  background-color: #293b6a;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 1px 1px;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #293b6a;/* box-shadowで外枠を */
}
.up_btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #293b6a;
  border-bottom: 2px solid #293b6a;
}
.up_btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.xpt_btn {
  display:block;
  position:relative;
  top:50px;
  left:20px;

  width: 150px;
  text-align: center;
  background-color: #293b6a;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  padding: 1px 1px;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #293b6a;/* box-shadowで外枠を */
}
.xpt_btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #293b6a;
  border-bottom: 2px solid #293b6a;
}
.xpt_btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.speach {
  display:block;
  position:relative;
  top:80px;
  left: 100px;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* note表示div */
.notediv {
  margin: 20px 0 10px 0;
  font-size: 20px;
  line-height: 23px;
}
/* 注意書きdiv */
.almsgdiv {
  max-width: 550px;
  overflow: visible;
  margin: 10px 0 0 0;
  padding: 3px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #808080;
  line-height: 130%;
  font-size: 80%;
}
.saku{
text-align: left;
font-size: 9px;
}

}
.ver{
  text-align: right;
  font-size: 9px;
}
.twt-logo{
  width: 40px;
  height:40px;
  position:relative;
  right:100px;
  top:10px;

}
.speak_btn {
  border: 2px solid #0d0d0d;
  background: #6b5f5f;
  color:#ffffff;
}

.msr_btn11 a{
width: 230px;
padding:15px;
color:#ffffff;
font-size: 15px;
line-height: 120%;
text-align: center;
text-decoration: none;
background: #1B73BA;
border: 2px solid #1B73BA;
-webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
-moz-box-shadow:0px 0px 0px 1px #ffffff inset;
box-shadow:0px 0px 0px 1px #ffffff inset;
display: block;
position:relative;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
-o-transition: 0.3s ease-out;
transition: 0.3s ease-out;
}
.msr_btn11 a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  margin:0 15px 1px 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position:relative;
  display:inline-block;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_btn11 a:hover{
  color:#1B73BA;
  background: #ffffff;
}
.msr_btn11 a:hover::before{
  border-top: solid 2px #1B73BA;
  border-right: solid 2px #1B73BA;
}
.msr_btn12 a{
  position:absolute;
  right: 0px;
  top:0px;
  width: 180px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #1DA1F2;
  display: block;
  position:relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;

  display: inline;
}
.msr_btn12 a:hover{
  opacity:0.7;
}
.msr_btn12 a:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
margin: -3px 5px 0 0;
background: url("../js/png/twitter_x.png") no-repeat;
background-size: contain;
vertical-align: middle;
}

.msr_btn13 a{
  position: relative;
  top: -5px;
  left: 0px;
  width: 70px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #285737;
  display: block;
  position:relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 5px double #ffffff;
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_btn13 a:hover{
  opacity:0.7;
}


.msr_btn14 a{
  width: 35px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #ff6363;
  display: none;
  position:relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 40px;
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_btn14 a:hover{
  opacity:0.7;
}


.msr_btn15 a{
  position: relative;
  top: 10px;
  left: -0px;
  width: 60%;
  text-align:center;
  background-image: linear-gradient(#ce6f6f 0%, #f01023 100%);
  box-shadow: inset 0 2px 0 rgba(255,0,0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #f5efef;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 44px;
 	border-bottom: 2px solid red;
  border-radius: 24px;
  font-size: 16px;
  background: #ce6f6f;
}
.msr_btn15 a:hover{
  opacity:0.7;
}
.msr_btn16 a{
  position: relative;
  top: 0;
  left: 0px;
  width: 60%;
  text-align:center;
  background-image: linear-gradient(#1d076e 0%, #4c0d88 100%);
  box-shadow: inset 0 2px 0 rgba(76, 32, 233, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #f5efef;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 30px;
 	border-bottom: 2px solid #00838F;
  border-radius: 24px;
  font-size: 16px;
}
.msr_btn16 a:hover{
  opacity:0.7;
}

.msr_btn17 a{
  width: 100px;
  top:-50px;
  padding:15px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #f80404;
  display: block;
  position:relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:2px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_btn17 a:hover{
  opacity:0.7;
}


.msr_btn18 a{
  display: none;
  text-align:center;
  background-image: linear-gradient(#1d076e 0%, #4c0d88 100%);
  box-shadow: inset 0 2px 0 rgba(76, 32, 233, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #f5efef;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 24px;
  border-radius: 40px;
  border: 5px double #ffffff;
  font-size: 16px;
}

.msr_btn18 a:hover {
  opacity: 0.8;
}

.msr_btn18:active {
  transform: translateY(4px);
  border-bottom: none;
}

.msr_btn19 a{
  position: relative;
  top: -55px;
  left: 10px;
  width: 70px;
  padding: 12px 24px;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #ce6f6f;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;  
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:2px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.msr_btn19 a:hover{
  opacity:0.7;
}
.msr_btn20 a{
  position: relative;
  top: -60px;
  left: -15px;
  width: 60%;
  text-align:center;
  background-image: linear-gradient(#1d076e 0%, #4c0d88 100%);
  box-shadow: inset 0 2px 0 rgba(76, 32, 233, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #f5efef;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 24px;
 	border-bottom: 2px solid #00838F;
  border-radius: 24px;
  font-size: 16px;
}

.msr_btn20 a:hover {
  opacity: 0.8;
}

.msr_btn20:active {
  transform: translateY(4px);
  border-bottom: none;
}


.msr_btn21 a{
  position: relative;
  top: 0;
  left: -60px;
  width: 60%;
  text-align:center;
  background-image: linear-gradient(#1d076e 0%, #4c0d88 100%);
  box-shadow: inset 0 2px 0 rgba(76, 32, 233, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #f5efef;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
  padding: 12px 24px;
 	border-bottom: 2px solid #00838F;
  border-radius: 24px;
  font-size: 16px;
  border: 5px solid transparent; /* デフォルトでは枠線を透明にする */
}

.msr_btn21.marked a {
  border: 5px solid #ffff00; /* マーク機能が設定された場合の枠線を黄色に指定 */
}

.msr_btn21 a:hover {
  opacity: 0.8;
}

.msr_btn21:active {
  transform: translateY(4px);
  border-bottom: none;
}


.msr_btn22 a{
  position: relative;
  top: 0px;
  left: 40px;
  width: 40px;
  padding: 15px 30px;
  display: block;
  color:#ffffff;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
  background: #ff6363;
  position:relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -moz-box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  box-shadow:0px 15px 30px -15px rgba(0,0,0,0.3);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.msr_btn22:hover {
  opacity: 0.8;
}

.msr_btn22:active {
  transform: translateY(4px);
  border-bottom: none;
}
.msr_btn23  a{
  display: inline-block;
  text-decoration: none;
  background: #ff6363;
  color: #140b01;
  width: 50px;
  height: 40px;
  font-size: 15px;
  line-height: 2px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #d29963;
  text-shadow: -1px -1px rgba(26, 1, 1, 0.43), 1px 1px rgba(0, 0, 0, 0.49);
  transition: .4s;
}
.msr_btn23 {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
  border-bottom: none;
}

.msr_btn31 a {
  position: relative;
  top: 0;
  left: -60px;
  width: 60%;
  text-align: center;
  background-color: #ffff00; /* 背景色を黄色に指定 */
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 24px;
  color: #000000; /* 文字色を黒に指定 */
  display: inline-block;
}

 .msr_btn31 a:hover {
  opacity: 0.8;
  color: #000000; /* ホバー時の文字色を黒に指定 */
}

h1 {
  font-size:medium;
  color: #364e96;/*文字色*/
  padding: 0.3em 0;/*上下の余白*/
  border-top: solid 1px #364e96;/*上線*/
  border-bottom: solid 1px #364e96;/*下線*/
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
h2 {
  color: white;
	text-align: center;
  font-size: small;
  padding: 0.3em 0;/*上下の余白*/
  /* border-top: solid 2px #364e96;上線 */
  /* border-bottom: solid 2px #364e96;下線 */
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
#copytext{
 background-color: #f3f2f1; 
 height: 120px;
}
.sgfkifu{
  height:100px;
}

.sgf-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.sgf-submit {
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #1D1F21;
  border: 2px solid #1D1F21;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.sgf-submit:hover {
  background-color: white;
  color: #1D1F21;
}

 .twt_arrow{
   background-color: #f1eee9; 
}

#top_btn
a {
  background: #eee;
  position: absolute;
  display: flex;
  right: 15%;
 
  border-top: solid 2px #364e96;/*上線*/
  border-bottom: solid 2px #364e96;/*下線 */
  justify-content: space-around;
  align-items: center;
  margin: 1px auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index:0;
}
#top_btn a:before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #6bb6ff;
  transition: .3s;
  left:700px;
}
#top_btn a:hover {
  color: #FFF;
}
#top_btn a:hover:before {
  width: 100%;
  z-index: -1;
}

#top_btn a{
  text-decoration: none;
}
a:visited {
  color:#ffffff;
}
.contact{
  font-size: 30px;
}


.ctrl_btn {
  position: relative;
  left: -100px;  
  color:#ffffff;
  }

  .speachmode{
    position:relative;
    top:20px;
  }
  .yomiage{
    position:relative;
    display:flexbox;
    top:20px;
    left:170px;
  }
  .yomimoji{
    position:relative;
    color:#f9fbfc;
    left: 170px;
    top:15px;
    margin-top: -50px;
  }
  .monoris{
    position: relative;
    width: 520px;
    top:-10px;
    left:-10px;
    margin:10px;
    padding:10px;
    border:5px solid rgb(243, 238, 238);
    background-color:rgb(67, 60, 60);
      
  }

  #qrcode-canvas {
    width: 400px;
    height: 400px;
  }

.primally_container { text-align:center; width: 550px; margin-right: auto; margin-left: auto; }
.primally_container .title_container { text-align:center;box-sizing: border-box; width: 100%;}
.primally_container .canvas_container { display: flex; text-align:center;box-sizing: border-box;}
.primally_container .stn_act2_container { display: flex; text-align:center; box-sizing: border-box; justify-content: space-around;height:90px; }
.primally_container .stn_act_container { display: flex; color:#ffffff; text-align:center; box-sizing: border-box; justify-content: space-around;  }
.primally_container .ban_act_container { display: flex; text-align:center; box-sizing: border-box; justify-content: space-around;color:#fff; background: #a06614;}
.primally_container .twt_act_container { display: flex; text-align:center; box-sizing: border-box; justify-content: space-around; background: #fff;background: #dadbd2;}
.primally_container .note_container { display: flex; text-align:left; box-sizing: border-box;}
/* .primally_container .comment_container {display: flex;  text-align:left; box-sizing: border-box;} */
 
