@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input {
    vertical-align:middle;
}
select {
    vertical-align:middle;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style:none;
}

body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic", "游ゴシック Medium",YuGothicM, YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    font-family:'Source Sans Pro',-apple-system,BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration:none;
    border:none;
    color: inherit;
}
a:hover {
    cursor: pointer;
    opacity: 0.6;
}

img {
    width: 100%;
}

.clearfix:after{content:".";display: block;height:0px;font-size:0;clear:both;visibility:hidden;}


input[type="text"] ,
input[type="number"] ,
input[type="password"] {
    border:1px solid #0d3568 !important;
    background: #fff !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    font-weight: normal;
    padding: 2px;
}

input[type="number"] {
    text-align: right;
    vertical-align: vertical;
    width: 100px;
}


input[type="checkbox"] {
    border:1px solid #0d3568;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    font-weight: normal;
    padding: 0;
}

select {
    border:1px solid #0d3568;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    font-weight: normal;
    padding: 2px;
}

select:focus ,
input:focus {
    border:solid 1px #37a2c6;
}

input:read-only {
    background: #efefef;
    border:solid 1px #c47a7a;
}

input[type="checkbox"]:checked {
    background: #37a2c6;
    color: #fffff9;
}

input[type="radio"] {
    display: none;
    width: 0;
}

.radiobase {
    position: relative;
}

.radiobase label {
    display: inline-block;
}

.radiobase input[type="radio"]:checked + label {
    background: #37a2c6;
    border: 1px solid #37a2c6;
    color: #fff;
}

.radiobase label {
    border: 1px solid #a4afb7;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-left: 10px;
    padding: 0 5px;
    text-align: center;
}


textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: inherit;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
}
textarea:read-only {
    background: #efefef;
    border:solid 1px #c47a7a;
}

input.inpsuryo {
    text-align: right;
    padding-right: 2px;
}
input.inpkaiin {
    text-align: right;
    padding-right: 2px;
    width: 120px;
}
input.inppoint {
    text-align: right;
    padding-right: 2px;
    width: 80px;
}
input.inphizuke {
    padding-left: 2px;
    width: 100px;
}
input.inpshort {
    width: 100px;
}

input.inpmiddle {
    width: 250px;
}

input.inpfull {
    width: 100%;
}

.cellmiddle {
    text-align: center;
}

.cellnum {
    padding-right: 2px;
    text-align: right;
}
.cellnum1 {
    padding-right: 2px;
    text-align: right;
    background-color: #eeeeee;
}
.cellnum2 {
    padding-right: 2px;
    text-align: right;
    background-color: #C6DDF5;
}
.cellnum3 {
    padding-right: 2px;
    text-align: right;
    background-color: #FBDBD9;
}

.cellnowrap {
    white-space: nowrap;
}

.btnbase {
    display: block;
    color: #fff;
    background: #37a2c6;
    border: 1px solid #37a2c6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.btnbase:hover {
    border: 1px solid #37a2c6;
    background: #c6e3ec;
    color: #4d4748;
    opacity: 1;
    transition: 2s;
}

.btnbasedisable {
    display: block;
    border: 1px dotted #37a2c6;
    background: #c6e3ec;
    color: #4d4748;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

.btnmenu {
    display: block;
    color: #fff;
    background: #37a2c6;
    border: 1px solid #37a2c6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.btnmenu:hover {
    border: 1px solid #37a2c6;
    background: #c6e3ec;
    color: #4d4748;
    opacity: 1;
    transition: 2s;
}

.dspmenu {
    display: block;
    border: 1px solid #37a2c6;
    background: #c6e3ec;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #4d4748;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

.contactbtn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto;
}

.contactbtn-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.contactbtn>div {
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
}
.contactbtn >div.btnwide {
    width: 200px;
}
.contactbtn >div.btnwide2 {
    padding: 10px 5px;
    width: 300px;
}

.btnbase.btnrow {
    width: 100px;
}

.colorred {
    color: #ff6347;
}

.continner {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}

.contmax {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.errmsg {
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
}

.errmsg div {
    color: #ff0000;
    font-size: 18px;
    margin: 0 auto;
    padding: 5px;
    width: 98%;
}

.errmsg span {
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
    padding-left: 5px;
}

/* table basic */
.table__basic__box {
    border-left: none !important;

}
@media only screen and (max-width:799px){
.table__basic__box {
    overflow: auto;
    white-space: nowrap;
}
}

.table__basic {
    margin: 10px auto;
}

.table__basic table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

.table__basic th ,
.table__basic td {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font: normal normal normal 14px/18px Source Sans Pro;
    padding: 5px;
    vertical-align: middle;
}
.table__basic th:first-child ,
.table__basic td:first-child {
    border-left: 1px solid #e4e4e4;
}
.table__basic th:last-child ,
.table__basic td:last-child {
    border-right: 1px solid #e4e4e4;
}

.table__basic th {
    background: #37a2c6;
    color: #fff;
}

.table__basic th span {
    display: block;
}
@media only screen and (max-width:799px){
.table__basic th span {
    display: inline-block;
}
}

.table__basic .cell__btn {
    padding-left: 50px;
    padding-right: 20px;
}

.table__basic a {
    text-decoration: underline;
}
.table__basic a:hover {
    color: #37a2c6;
    transition: 1s;
}
.table__basic .cell__btn div a.btngray {
    border: 1px solid #a4afb7;
    color: #a4afb7;
}
.table__basic .cell__btn div a.btngray:hover {
    background: #fff;
    border: 1px solid #258fe6;
    color: #258fe6;
    transition: 1s;
}

.table__basic .txtright {
    text-align: right;
}

.table__basic .txtcenter {
    text-align: center;
}

.table__basic .nwrap {
    white-space: nowrap;
}

.table__basic th:nth-of-type(1) ,
.table__basic th:nth-of-type(2) ,
.table__basic td:nth-of-type(1) ,
.table__basic td:nth-of-type(2) {
    white-space: nowrap;
}

.table__basic img {
    width: 52px;
}

.table__basic .collong {
    width: 120px !important;
}

header h2 {
    background: #37a2c6;
    color: #fff;
    padding: 0;
    text-align: center;
}

header h2 span {
    padding-right: 20px;
}

.head__ranking h2 {
    background: #0d3568;
    font-size: 29px;
    padding: 30px 0;
}

.head__ranking.kyogicolor h2 {
    background: #4f4c47;
    color: #fff;
}

/* continput */
.continput {
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
}


.continputbodybox {
    display: table;
    border: 1px solid #0d3568;
    margin: 10px auto;
}

.continputbodybox-kyotaku {
    border: none;
    margin-top: 20px;
}

.continputbodybox-score {
    border: none;
    border-bottom: 1px solid #0d3568;
}

.continputbodybox>div {
    display: table-cell;
    padding: 10px;
}

.continputbodybox__top {
    background: #0d3568;
    color: #fff;
}

.continputbodybox__input {
}
.continputbodybox__input:last-child {
}

.continputbodybox__input span {
    vertical-align: middle;
}

.continputbodybox__input .continputbodybox__inputname {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    width: 160px;
}

.continputbodybox__input .continputbodybox__inputlabel {
    margin-left: 10px;
    margin-right: 5px;
}

.continputbodybox__input .continputbodybox__inputradio {
    margin-left: 10px;
    margin-right: 10px;
}

/* score-list */

.scoresearch__box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scoresearch__box>div {
    margin-right: 10px;
    margin-bottom: 10px;
}

.scoresearch-date-range {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.scoresearch-date-range__label {
    margin-right: 4px;
}

.scoresearch-date-range__sep {
    padding: 0 4px;
}

/* ranking */
.rankingtop__box {
    margin: 10px auto;
}

.rankingtop__box a {
    text-decoration: underline;
}
.rankingtop__box a:hover {
    color: #0d3568;
    transition: 1s;
}

.personalhead__box {
    background: rgb(13, 53, 104,0.6);
    color: #fff;
    border-top: 5px solid rgb(13, 53, 104,0.8);
    padding: 10px 0;
    text-align: center;
}

.personalhead__box span {
    padding-right: 5px;
}

/* ranking all,monthly */
.ranking__box {
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
}

.rankingtop__tab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 10px auto;
}
@media only screen and (max-width:799px){
.rankingtop__tab {
    display: block;
}
}

.rankingtop__tab>div.ym {
    flex-grow: 1;
    display: flex;
}
.rankingtop__tab>div.ym a {
    flex: 1;
}
.rankingtop__tab>div.ym a {
    border: 1px solid #0d3568;
    padding: 10px 10px;
}
@media only screen and (max-width:799px){
.rankingtop__tab>div.ym a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
}

.rankingtop__tab>div.ym a:last-child {
    width: 100%;
}

.rankingtop__tab>div.ym a.cursel {
    background: #0d3568;
    color: #fff;
}
.rankingtop__tab>div.ym a:hover {
    background: #0d3568;
    color: #fff;
    transition: 1s;
}

.rankingtop__tab>div.ym:first-child a {
    margin-right: 0px;
}
.rankingtop__tab>div:last-child a {
    margin-left: 10px;
}
@media only screen and (max-width:799px){
.rankingtop__tab>div.ym:first-child a {
    margin-right: auto;
}
.rankingtop__tab>div.ym:last-child a {
    margin-left: auto;
}
}

.rankingtop__tab>div a {
    border: 1px solid #0d3568;
    padding: 10px 30px;
}
@media only screen and (max-width:799px){
.rankingtop__tab>div a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
}

.rankingtop__tab>div a.cursel {
    background: #0d3568;
    color: #fff;
}
.rankingtop__tab>div a:hover {
    background: #0d3568;
    color: #fff;
    transition: 1s;
}

.rankingtop__tab>div:first-child a {
    margin-right: 10px;
}
.rankingtop__tab>div:last-child a {
    margin-left: 10px;
}
@media only screen and (max-width:799px){
.rankingtop__tab>div:first-child a {
    margin-right: auto;
}
.rankingtop__tab>div:last-child a {
    margin-left: auto;
}
}

.nolink {
    color: black;
    background-color: #dddddd;
    pointer-events: none;
}

.rankinghead__blk {
    border-left: 5px solid #0d3568;
    font: normal normal normal 20px/26px Source Sans Pro;
    margin: 40px auto 10px;
    padding-left: 10px;
}

.rankinghead__blk .rankinghead__taikyokusu {
    padding-left: 20px;
}

.rankingbody__list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 10px auto;
}
@media only screen and (max-width:799px){
.rankingbody__list {
    display: block;
}
}
.rankingbody__list>div {
    width: 46%;
}
@media only screen and (max-width:799px){
.rankingbody__list>div {
    width: 100%;
}
}

.rankingbody__list>div.table__basic__box {
    width: 100%;
}

.rankingbody__list>div:first-child {
    margin-right: 15px;
}
.rankingbody__list>div:last-child {
    margin-left: 15px;
}
@media only screen and (max-width:799px){
.rankingbody__list>div:first-child {
    margin-right: auto;
}
.rankingbody__list>div:last-child {
    margin-left: auto;
}
}

.rankingbody__table {
    width: 100%;
}
.rankingbody__table__meisai {
}
@media only screen and (max-width:799px){
.rankingbody__table__meisai {
    width: 1200px;
}
}

.rankingbody__table th {
    background: #0d3568;
}

.rankingbody__table td:first-child {
    text-align: center;
}

.rankingbody__month {
    margin: 25px auto 10px;
    margin-left: 10px;
}

/* personal */
.personalhead__box {
    margin: 0 auto;
    width: 100%;
}

.personalhead__tab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    background: rgb(13, 53, 104,0.2);
    border-top: 5px solid rgb(13, 53, 104,0.4);
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width:799px){
.personalhead__tab {
    display: block;
}
}

.personalhead__tab.kyogicolor {
    background: rgb(79, 76, 71,0.7);
    border-top: 5px solid rgb(79, 76, 71,0.9);
}

.personalhead__tab>div a {
    display: block;
    background: #fff;
    border: 1px solid #0d3568;
    padding: 10px 30px;
}
@media only screen and (max-width:799px){
.personalhead__tab>div a {
    margin-bottom: 10px;
    text-align: center;
}
}
.personalhead__tab>div a.cursel {
    background: #0d3568;
    color: #fff;
}
.personalhead__tab>div a:hover {
    background: #0d3568;
    color: #fff;
    transition: 1s;
}
.personalhead__tab>div:nth-of-type(1) a {
    margin-right: 10px;
}
.personalhead__tab>div:nth-of-type(2) a {
    margin-left: 10px;
}
.personalhead__tab>div:nth-of-type(3) {
    position: absolute;
    right: 10px;
}
@media only screen and (max-width:799px){
.personalhead__tab>div:nth-of-type(1) a {
    margin-right: 0;
}
.personalhead__tab>div:nth-of-type(2) a {
    margin-left: 0;
}
.personalhead__tab>div:nth-of-type(3) {
    position: relative;
    right: 0;
}
}

.personalhead__tab > div a.kyogicolor {
    background: #4f4c47;
    border: 1px solid #fff;
    color: #fff;
}

.personalhead__tab > div a.cursel.kyogicolor {
    opacity: 0.6;
}

.personalbody__box {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.personalbody__head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(13, 53, 104,1);
    color: #fff;
    border: 5px solid rgb(13, 53, 104,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font: normal normal normal 22px/24px Source Sans Pro;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
@media only screen and (max-width:799px){
.personalbody__head {
    display: block;
}
}

.personalbody__head-kyogi {
    background: rgb(79, 76, 71,0.9);
    border: 5px solid rgb(79, 76, 71,1);
}

.personalbody__head>div {
    padding-right: 20px;
}
.personalbody__head>div:first-child {
    margin-left: 0;
    margin-right: auto;
}
@media only screen and (max-width:799px){
.personalbody__head>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 0;
}
.personalbody__head>div:first-child {
    margin-left: auto;
    margin-right: auto;
}
}

.personalbody__head>div>div {
    text-align: center;
}
@media only screen and (max-width:799px){
.personalbody__head>div>div {
    padding-right: 10px;
}
}

.personalbody__head>div>div:first-child {
    font: normal normal normal 18px/20px Source Sans Pro;
}

.personalbody__head span {
    padding-right: 10px;
}

.personalbody__head__rank {
    padding-top: 10px;
}

.personalbody__head__rank span {
    font: normal normal normal 40px/42px Righteous;
}

.personalbody__top {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0d3568;
}
@media only screen and (max-width:799px){
.personalbody__top {
    display: block;
}
}
.personalbody__top>div {
    margin-left: 2%;
    margin-right: 2%;
    width: 21%;
}
@media only screen and (max-width:799px){
.personalbody__top>div {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
}

.personalbody__top>div span {
    padding-right: 3%;
}

.personalbody__list {
}

.personalbody__list>div {
    border-left: 5px solid #0d3568;
    margin-top: 20px;
    padding-left: 10px;
}
.personalbody__list-kyogi>div {
    border-left: 5px solid #4f4c47;
}

.personalbody__table {
    width: 100%;
}

.personalbody__table th {
    background: #0d3568;
}

.personalbody__table td {
    text-align: right;
}

.personalbody__list .personalbody__table td:nth-child(3) {
    text-align: left;
}

.personalbody__table th {
    background: #0d3568;
}

.personalbody__table-kyogi th {
    background: #4f4c47;
}

.personalbody__result {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto;
    padding: 10px;
    width: 100%;
}
@media only screen and (max-width:799px){
.personalbody__result {
    display: block;
}
}

.personalbody__result>div {
    margin-left: 3%;
    margin-right: 3%;
    width: 19%;
}
@media only screen and (max-width:799px){
.personalbody__result>div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
}
}

.personalbody__result>div>div:first-child {
    background: #0d3568;
    color: #fff;
    text-align: center;
}
.personalbody__result-kyogi>div>div:first-child {
    background: #4f4c47;
}

.personalbody__result>div>div:last-child {
    border: 1px solid #0d3568;
    font-family: Righteous;
    font-size: 120%;
    text-align: center;
}
.personalbody__result-kyogi>div>div:last-child {
    border: 1px solid #4f4c47;
}

.personalbody__resultlist .personalbody__table td:nth-child(1) {
    text-align: left;
}

.personalbody__resultlist {
}

.personalbody__resultlist__head {
    border-left: 5px solid #0d3568;
    margin-top: 20px;
    padding-left: 10px;
}

.personalbody__resultlist__head-kyogi {
    border-left: 5px solid #4f4c47;
}


.personalbody__yakuman {
    flex-wrap: wrap;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: rgb(13, 53, 104,0.8);
    color: #fff;
    border: 5px solid rgb(13, 53, 104,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font: normal normal normal 22px/24px Source Sans Pro;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.personalbody__yakuman-kyogi {
    background: rgb(79, 76, 71,0.8);
    border: 5px solid rgb(79, 76, 71,1);
}

.personalbody__yakuman>div {
    flex: 1 1 auto;
    flex-basis: 100px;
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.personalbody__yakuman>div span {
    display: block;
    font: normal normal normal 26px/26px Source Sans Pro;
    text-align: center;
}

.personalbody__graph__box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width:799px){
.personalbody__graph__box {
    display: block;
}
}

.personalbody__graph__box>div {
    margin: 10px 2.5%;
    width: 45%;
}
@media only screen and (max-width:799px){
.personalbody__graph__box>div {
    margin: 10px auto;
    width: 100%;
}
}

.personalbody__graph__box .graphhead {
    margin-top: 20px;
    text-align: center;
}

.personalbody__foot {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font: normal normal normal 14px/18px Source Sans Pro;
    align-items: center;
    margin: 10px auto;
}

.personalbody__foot>div a {
    display: block;
    background: #fff;
    border: 1px solid #0d3568;
    padding: 10px 30px;
}
@media only screen and (max-width:799px){
.personalbody__foot>div a {
    margin-bottom: 10px;
    text-align: center;
}
}
.personalbody__foot>div a:hover {
    background: #0d3568;
    color: #fff;
    transition: 1s;
}

/* usertoroku */
.conttoroku {
    margin: 10px auto;
    width: 100%;
    max-width: 1000px;
}


.conttorokubodybox {
    display: table;
    border: 1px solid #0d3568;
    margin: 10px auto;
}

.conttorokubodybox-mgntb {
    margin: 50px auto;
}

.conttorokubodybox>div {
    display: table-cell;
    padding: 10px;
}

.conttorokubodybox>div:nth-of-type(1) {
   text-align: center;
   width: 15%;
}

.conttorokubodybox>div:nth-of-type(2) {
    width: 75%;
}

.conttorokubodybox>div:nth-of-type(3) {
    width: 10%;
}

.conttorokubodybox>div>span>span {
    padding-right: 10px;
}
.conttorokubodybox__top {
    background: #0d3568;
    color: #fff;
}

.conttorokubodybox__input {
}
.conttorokubodybox__input:last-child {
}

.conttorokubodybox__input span {
    vertical-align: middle;
}

.conttorokubodybox__input .conttorokubodybox__inputname {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    width: 160px;
}

.conttorokubodybox__input .conttorokubodybox__inputlabel {
    margin-left: 10px;
    margin-right: 5px;
}

.conttorokubodybox__input .conttorokubodybox__inputradio {
    margin-left: 10px;
    margin-right: 10px;
}

/* pager */
.pager {
    margin-top: 30px;
    margin-right: 40px;
    margin-left: auto;
    margin-bottom: 50px;
}

.pager ul {
/*
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.pager li .pagerdmy ,
.pager li .lblbtnleft ,
.pager li .lblbtnright ,
.pager li.curpage>span ,
.pager li a {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
    background: #fff;
    border: 1px solid #4d4f5c;
   /* border-right: none;*/
    color: #4d4f5c;
    text-align: center;
    width: 30px;
    height: 30px;
}

.pager li .lblbtnleft ,
.pager li:first-child a {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}
.pager li .lblbtnright ,
.pager li:last-child a {
    border-right: 1px solid #4d4f5c;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}
.pager li a:hover {
    background:#37a2c6;
    color: #fff;
    transition: 1s;
}

.pager li.curpage>span {
    background:#37a2c6;
    color: #fff;
}

/* footer */
.foot {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ccc;
}

.rankingfoot_box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font: normal normal normal 14px/18px Source Sans Pro;
    align-items: center;
}

.rankingfoot_box>div {
    padding-left: 20px;
    padding-right: 20px;
}

.rankingfoot_box a {
}
.rankingfoot_box a:hover {
    color: #0d3568;
    transition: 1s;
}

.foottitle {
    color: #805224;
    font-size: 13px;
    padding: 10px 50px 10px 0;
    text-align: right;
}



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

  .continputbodybox {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }

  .continputbodybox__top {
    background: #0d3568;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 16px;
  }

  /* 東南西北：No + マイナス + 点数 + 00 横並び */
  .continputbodybox__input {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 5px;
    font-size: 16px;
    gap: 5px;
  }

  .continputbodybox__inputlabel {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 16px;
  }

  .inpkaiin {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 40px;
    font-size: 16px;
  }

  .inppoint {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 40px;
    text-align: left;
    font-size: 16px;
  }

  .continputbodybox__inputpoint {
    flex: 0 0 auto;
    font-size: 16px;
    white-space: nowrap;
    text-align: left;
  }

  input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 5px 8px;
    white-space: nowrap;
    z-index: 1;
  }

  /* ボタン群 */
  .contactbtn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 5px;
  }

  .contactbtn > div {
    width: 100% !important;
  }

  /* 供託＋ルールラジオ＋点数確認 */
  .continputbodybox-kyotaku .continputbodybox__input {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  .continputbodybox-kyotaku select {
    flex: 0 0 30%;
    font-size: 16px;
  }

  .continputbodybox-kyotaku .radiobase {
    flex: 0 0 auto;
    min-width: 60px;
    font-size: 16px;
  }

  .continputbodybox-kyotaku .radiobase label {
    font-size: 16px;
    padding: 3px 5px;
  }

  .continputbodybox-kyotaku .continputbodybox__inputlabel:last-of-type {
    margin-left: auto;
    font-size: 16px;
  }

  /* 役満1, 2： select + No. + 画像アップロード横並び */
  .continputbodybox-score {
    border: none;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }

  .continputbodybox-score .continputbodybox__input {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .continputbodybox-score select {
    flex: 1 1 40%;
    max-width: 40%;
    font-size: 16px;
  }

  .continputbodybox-score input.inpkaiin {
    flex: 1 1 25%;
    max-width: 25%;
    font-size: 16px;
  }

  .continputbodybox-score label.seelct-file {
    flex: 1 1 auto;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    background: #384878;
    color: #fff;
    border-radius: 3px;
  }

  .continputbodybox-score p {
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
  }

  /* 各要素のフォント統一 */
  input, select, label {
    font-size: 16px;
  }
}

/* 個人ページ: 対戦成績 AJAX 読み込み */
.personal-taisen-loading {
  min-height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-taisen-loading-msg {
  margin: 0;
  color: #666;
  font-size: 14px;
}
.personal-taisen-err {
  margin: 12px 8px;
  color: #a33;
  font-size: 14px;
}
