body {
    background-color: #000000;
    color: #FFFFFF;
  font-size: 42px;
}
.container {
    width: 100%;
    text-align: center;
}
.first-sentence {
    font-weight: bold;
}



.mytitle {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000;
  font-size: 2em;
}


.container {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000;
  font-size: 32px;
}


.result-title {
    font-weight: bold;
    font-size: 42px;
    color: #ffff00;
    margin: 25px
}

.result-comment {
    font-size: x-large;
}

/*
　開始ボタン
*/
.btn-circle-border-simple {
  display: inline-block;
  text-decoration: none;
  color: #0000cd;
  width: 150px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: solid 2px #668ad8;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
  font-size: 36px;
}

.btn-circle-border-simple:hover {
  background: #b3e1ff;
}

/*
　回答ボタン

*/

.btn-flat-vertical-border {
  width:80%;
  height:20%;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border-left: solid 4px #668ad8;
  border-right: solid 4px #668ad8;
  background: #e1f3ff;
  color: #668ad8;
  transition: .4s;
  font-size: 36px;
}


//.btn-flat-vertical-border:hover {
//  background: #668ad8;
//  color: #FFF;
//}

.btn-flat-vertical-border:active {
  background: #668ad8;
  color: #FFF;
}


/*
　URLコピーボタン
*/
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #000000;
  background: #ECECEC;
  transition: .4s;
  font-size: 32px;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}



/*
　index.htmlのボタン
*/

.btn-flat-bottom-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 7px 10px 10px 10px;
  text-decoration: none;
  color: #000000;
  background: #fffafa;
  transition: .4s;
  font-size: 32px;
}

.btn-flat-bottom-border > span {
  border-bottom: solid 2px #FFF;
}

.btn-flat-bottom-border:hover {
  color: #FFF;
  background: #91b5fb;
}


/*
　index.htmlのボタン２
*/


.btn-box {
  display: inline-block;
  width: 80%;
  text-align: center
//  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 4px;
  position: relative;
  border: 2px solid #ffffff;
  transition: .4s;
  font-size: 42px;
}

.btn-box:hover {
  border: 2px solid transparent;
  color: #FFF;
}

.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s;
}

.btn-box:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform-origin: 100% 0%;
}

.btn-box:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform-origin: 0% 100%;
}

.btn-box:hover:after,
.btn-box:hover:before {
  transform: scale(1);
}



/*
	textbox
*/
.text1{
    width: 100%; /*親要素いっぱい広げる*/
    padding: 10px 15px; /*ボックスを大きくする*/
    font-size: 32px;
    border-radius: 3px; /*ボックス角の丸み*/
    box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}

/*
	ギブアップボタン
*/
.btn-square-little-rich {
  width: 300px;
  font-size: 32px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

/*
　twitter
*/

.btn-social-square {
  display: inline-block;
  text-decoration: none;
  width: 260px;
  margin:2px;
  height: 45px;
  line-height: 50px;
  font-size: 28px;
  color:white;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .3s;
}
.btn-social-square i {
  line-height:50px;
}
//.btn-social-square:hover {
//  -webkit-transform: translateY(-5px);
//  transform: translateY(-5px);
//}
.btn-social-square--twitter {
  background: #22b8ff;
}
.btn-social-square--facebook {
  background: #6680d8;
}
.btn-social-square--hatebu {
  background: #49a8fb;
}
.btn-social-square--pocket {
  background: #ff6d82;
}
.btn-social-square--feedly {
  background: #7bda72;
}

/*
	ラヂオボタン
*/

input[type="radio"] {
  display: none;
}
.button-style-label {
  display : inline-block;
  background: lightgray;
  padding: 0px;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  margin-left: 5px;
  font-size: 32px;
}
.button-style-label:hover {
  opacity: .8;
}
input[type="radio"]:checked + .button-style-label {
  background: red;
}
input[type="radio"]:disabled + .button-style-label {
  opacity: .4;
  cursor: lightgray;
}}


/*
	ランキングテーブル
*/
table.ranking{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table.ranking th:first-child{
  border-radius: 5px 0 0 0;
}

table.ranking th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.ranking th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
//  width: 25%;
  padding: 0px;
  font-size: 32px;

}

table.ranking td{
//  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
//  width: 25%;
  padding: 0px 10px;
  font-size: 24px;
}

table.ranking td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.ranking tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.ranking tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/*
	リストボックス
*/
.cp_ipselect {
  overflow: hidden;
//  width: 90%;
//  margin: 2em auto;
  text-align: center;
  font-size: 32px;
}
.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_sl04 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #da3c41;
  border-radius: 50px;
  background: #ffffff;
}
.cp_ipselect.cp_sl04::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 #da3c41;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #da3c41;
}

/*
	三角矢印
*/
.triangle_left
{
  background-color: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 50px 15px 0;
  border-color: transparent red transparent transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid red;
  border-bottom: 50px solid transparent;
}
.triangle_right
{
  background-color: transparent;
  width: 0px;
  height: 30px;
  border-style: solid;
  border-width: 15px 0px 15px 50px;
  border-color: transparent transparent transparent red;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid red;
}
