@font-face {
  /*フォントの名前*/
  font-family: "DSEG7";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../DSEG7Classic-Bold.woff2") format("woff2"),
       url("../DSEG7Classic-Bold.woff") format("woff");
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "じゅん 501";
}

a{
    color: #000000;
    text-decoration: none;
}

.gametb {
    font-size: 99%;
}

.title {
    color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/
}

.art{
    margin-left: 20px;
    margin-right: 20px;
}

.ranktb {
    font-size: 89%;
}

header{/* top page header design*/
    background-color: #ffcc00;
    padding: 10px 10px 30px 10px;
    font-size: 200%;
}

div.titl{/*top page title design*/
    float: left;
    margin: 10px 0 0 0;
    font-size: 100%;
}

div.link{/*top page header link design*/
    text-align: right;
    margin: 20px 0 0 0;
    font-size: 75%;
}

footer{ /*top page footer design*/
    background-color: #ffcc00;
    padding: 20px 10px 20px 10px;
}

div.float{
    float: left;
    margin: 0 0 50px 0;
    width: 35%;
    height: 320px;
    border: double 5px #000000;
    border-radius: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}

a.article:hover{
    opacity: 0.75;
}

section.border{
    border: double 5px #000000;
    border-radius: 1em;
}

div.login{
    float: left;
    width: 25%;
    height: 320px;
    border: double 5px #000000;
    border-radius: 1em;
    box-sizing: border-box;
    text-align: center;
}

h3.linktitle{
    font-size: 300%;
    background-color: #c0c0c0;
    text-align: center;
    letter-spacing: 10px;
    margin: 0;
    color: #ffffff;
    vertical-align: middle;
}

h3.smt_linktitle{
    font-size: 200%;
    background-color: #c0c0c0;
    text-align: center;
    letter-spacing: 10px;
    margin: 30px 0 0 0;
    padding: 5px;
    color: #ffffff;
    vertical-align: middle;
}

h4.articletitle{
    font-size: 175%;
    color: #000000;
    max-width: 800px;
    border-bottom: dotted 1px #000000;
    border-left: solid 20px #ffcc00;
    padding: 5px 15% 5px 1%;
    /*margin: 1.25em 15% 1.25em 20%;*/
    letter-spacing: 5px;
    text-align: left;
}

h4.smt_articletitle{
    font-size: 18px;
    color: #000000;
    max-width: 800px;
    border-bottom: dotted 1px #000000;
    border-left: solid 20px #ffcc00;
    padding: 5px 10px 5px 10px;
    /*margin: 1.25em 15% 1.25em 20%;*/
    letter-spacing: 1px;
    text-align: left;
}

div.articlebox{
    border: solid 2px #333333;
    border-radius: 0.25em;
    padding: 50px 50px 100px 50px;
    max-width: 950px;
    margin: 80px auto;
}

div.smt_articlebox{
    border: solid 2px #333333;
    border-radius: 0.25em;
    padding: 50px 20px 100px 20px;
    max-width: 950px;
    margin: 50px 10px;
}

div.article{
    font-size: 115%;
    color: #000000;
    max-width: 950px;
    /*margin: 0 0 1.25em 22%;*/
    text-align: left;
    line-height: 2em;
}

div.smt_article{
    font-size: 100%;
    color: #000000;
    max-width: 950px;
    /*margin: 0 0 1.25em 22%;*/
    text-align: left;
    line-height: 1.5em;
    margin: 30px 20px;
}

div.box{
    font-size: 150%;
    color: #000000;
    max-width: 950px;
    text-align: center;
    margin: 50px 0 50px 0;
    padding: 30px;
    border: solid 5px #ffcc00;
    border-radius: 1em;
}

div.Qbox{
    font-size: 125%;
    color: #000000;
    max-width: 850px;
    text-align: center;
    margin: 50px 0 50px 0;
    padding: 30px;
    border: solid 5px #778899;
    border-radius: 0.25em;
    background-color: #f5f5f5; 
}


ol.listarticle{
    list-style-type: decimal;
}

ol.listarticle li{
    font-size: 115%;
    color: #000000;
    max-width: 950px;
    /*margin: 0 0 1.25em 22%;*/
    text-align: left;
    line-height: 2em;
}

ol.smt_listarticle li{
    font-size: 100%;
    color: #000000;
    max-width: 950px;
    /*margin: 0 0 1.25em 22%;*/
    text-align: left;
    line-height: 2em;
}

a.linkhand{
    text-align: center;
    font-size: 125%;
    color: #ffc600;
    padding: 10px 70px 10px 70px;
    border: solid 5px #ffcc00;
    letter-spacing: 5px;
}

div.signupbox{
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
}

div.loginbox{
    max-width: 850px;
    /*border: solid 1px #000000;*/
    border-radius: 2em;
    box-shadow: 0px 0px 10px;
    height: 600px;
    margin: 70px auto;
}

div.smt_loginbox{
    width: 90%;
    /*border: solid 1px #000000;*/
    border-radius: 2em;
    box-shadow: 0px 0px 10px;
    height: 600px;
    margin: 70px auto;
}

div.leftbox{
    /*border-right: solid 1px #000000;*/
    width: 50%;
    height: 600px;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

div.smt_leftbox{
    /*border-right: solid 1px #000000;*/
    width: 100%;
    height: 600px;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

p.logintitle{
    font-size: 250%;
    margin-top: 80px;
    color: #008000;
    text-align: center;
    font-weight: 700;
}

label.loginform{
    margin-right: 5px;
    font-size: 110%;
}

input.login{
    border-radius: 4px;
    height: 30px;
    margin: 10px;
    padding-left: 10px;
    font-size: 105%;
}

input.loginsubmit{
    border-radius: 0.25em;
    width: 65%;
    box-sizing: border-box;
    margin-top: 60px;
    background-color: #008000;
    color: #ffffff;
    font-size: 150%;
    font-weight: 700;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

input.smt_loginsubmit{
    border-radius: 0.25em;
    width: 65%;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #008000;
    color: #ffffff;
    font-size: 150%;
    font-weight: 700;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

div.rightbox{
    float: left;
    height: 600px;
    background-color: #008000;
    width: 50%;
    box-sizing: border-box;
    border-radius: 0 2em 2em 0;
    border: solid 1px transparent;
    padding: 20px;
}

div.signupmsg{
    color: #ffffff;
    font-size: 125%;
    line-height: 35px;
    letter-spacing: 5px;
}

div.smt_signupmsg{
    color: #000000;
    font-size: 125%;
    width: 75%;
    line-height: 35px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
    margin: 10px auto;
}

p.signup{
    border-radius: 0.25em;
    text-align: center;
    width: 65%;
    box-sizing: border-box;
    margin: 89px auto;
    background-color: #ffffff;
    color: #008000;
    font-size: 150%;
    font-weight: 700;
    vertical-align: bottom;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

p.smt_signup{
    border-radius: 0.25em;
    text-align: center;
    width: 65%;
    box-sizing: border-box;
    margin: 30px auto;
    background-color: #008000;
    color: #ffffff;
    font-size: 150%;
    font-weight: 700;
    vertical-align: bottom;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

div.propage_header {
  width: 100%;
  background-color: #696969;
  color: #ffffff;
  font-size: 120%;
  padding: 10px 50px;
  box-sizing: border-box;
  display: table;
}

a.propage_headerlink{
    color: #ffffff;
    font-size: 110%;
}

a.propage_headerlink:hover {
    color: #ffcc00;
}

div.smt_propage_header {
  width: 100%;
  background-color: #696969;
  color: #ffffff;
  font-size: 97%;
  padding: 10px;
  box-sizing: border-box;
  display: table;
}

a.smt_propage_headerlink{
    margin-right: 20px;
    color: #ffffff;
    font-size: 110%;
}



div > div.left-content {
  width: 30%;
  display: table-cell;
  font-size: 150%;
}

div.smt_left-content {
    width: 70%;
    display: table-cell;
    font-size: 150%;
}

div > div.right-content {
  width: 70%;
  display: table-cell;
  text-align : right;
}

div.smt_right-content {
    width: 30%;
    display: table-cell;
    text-align : right;
}


div.propage_header_title{
    padding: 10px;
    font-size: 200%;
}

div.propage_menubox{
    background-color: #ffcc00;
    text-align: center;
}

table.propage_menu{
    font-size: 150%;
    width: 150px;
}

td.propage_menuicon{
    padding: 20px 80px;
    border-right: solid 2px;
    font-weight: 700;
}

td.propage_menuicon a{
    display: block;
    padding: 5px;
}

td.propage_menuicon a:hover {
    border-radius: 0.5em;
    transform: translate(-4px,-4px);
}

div.notice{
    max-width: 1000px;
    border: solid 3px #000000;
    border-radius: 1em;
    margin: 20px auto;
    background-color: #ffffff;
}

div.notice_title{
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #000000;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    padding: 10px;
    letter-spacing: 20px;
    font-family: "G2サンセリフ-B"
}

div.notice_body{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: red;
    padding-top: 30px;
    padding-left: 40px;
    height: 150px;
    font-size: 115%;
    letter-spacing: 5px;
    font-weight: 700;
    text-decoration: underline;
    line-height: 2;
}

div.mypage{
    max-width: 1000px;
    border: solid 3px #000000;
    border-radius: 1em;
    margin: 20px auto;
    background-color: #ffffff;
    height: 800px;
    position: relative;
}

div.mypage_left{
    float: left;
    width: calc(50% - 100px);
    text-align: center;
    font-size: 150%;
    box-sizing: border-box;
    background-color: #f7f6f1;
    border-radius: 1em;
    box-shadow: 0 0 10px;
    margin: 50px;
}

div.mypage_first{
    width: calc(100% - 40px);
    text-align: center;
    font-size: 150%;
    box-sizing: border-box;
    background-color: #f7f6f1;
    border-radius: 1em;
    box-shadow: 0 0 10px;
    margin: 50px;
    margin-left: 20px;
    margin-right: 0;
}

p.mypage_leftname{
    font-size: 140%;
    margin-bottom: 26.41px;
}

p.mypage_leftgrade{
    margin-top: 0;
    margin-bottom: 0;
}

p.mypage_leftrate{
    margin-top: 0;
}

div.mypage_right{
    left: 50%;
    position: absolute;
    text-align: center;
    width: calc(50% - 100px);
    font-size: 150%;
    box-sizing: border-box;
    background-color: #f7f6f1;
    border-radius: 1em;
    box-shadow: 0 0 10px;
    margin: 50px;
}

div.mypage_second{
    text-align: center;
    width: calc(100% - 40px);
    font-size: 150%;
    box-sizing: border-box;
    background-color: #f7f6f1;
    border-radius: 1em;
    box-shadow: 0 0 10px;
    margin: 50px;
    margin-right: 0;
    margin-left: 20px;
}

table.mypage_table{
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0 50px;
    font-size: 200%;
    border-spacing: 50px 20px;
}

table.mypage_table td{
    margin: 5px;
}

td.mypage_name{
    border: solid 1px #000000;
    border-radius: 0.25em;
}

div.mypage_pointback{
    border: solid 1px #000000;
    border-radius: 0.25em;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 24px;
    background-color: #ffffff;
    box-shadow: 0 0 5px inset;
}

div.mypage_point{
    background-color: #008000;
    display: list-item;
    list-style: inside;
    color: transparent;
    border-radius: 0.25em;
}

p.headline{
    font-size: 170%;
    margin-left: 50px;
    clear: left;
}

div.logout{
    font-size: 200%;
    margin-top: 70px;
    text-align: center;
}

a.logout_submit{
    color: #ffffff;
    text-align: center;
    font-size: 130%;
    padding: 10px;
    border-radius: 1em;
    background-color: #008000;
}

a.logout_submit:hover {
    opacity: 0.75;
}

div.pankuzu{
    background-color: #ffcc00;
    padding: 10px 0 10px 50px;
    font-size: 110%;
}

div.pankuzu a:hover{
    text-decoration: underline;
}

div.setting_menubox{
    max-width: 1000px;
    height: 800px;
    margin: 80px auto;
    margin-bottom: 40px;
    border-radius: 1em;
    border: solid 3px #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: 120%;
}

div.setting_databox{
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
}

table.setting_databox{
    width: 800px;
}

table.setting_databox tr td{
    padding: 15px;
}

table.smt_setting_databox tr td{
    padding: 20px 0;
}

a.change{
    border-radius: 0.25em;
    padding: 3px 15px 7px;
    box-shadow: 2px 2px;
    background-color: #008000;
}

a.change:hover {
    box-shadow: 2px 2px inset;
}

a.back_botton{
    margin: 0 auto;
    border-radius: 0.25em;
    font-size: 125%;
    background-color: #00828c;
    box-shadow: 2px 2px;
    padding: 10px;
}

a.back_botton:hover {
    box-shadow: 2px 2px inset;
}

input.change_data{
    height: 40px;
    border-radius: 0.2em;
    font-size: 100%;
}

input.back_botton{
    margin: 0 auto;
    border-radius: 0.25em;
    font-size: 120%;
    background-color: #00828c;
    box-shadow: 2px 2px;
    padding: 10px 30px;
    margin-left: 50px;
}

input.back_botton:hover {
    box-shadow: 2px 2px inset;
}

div.select_menubox{
    max-width: 1000px;
    height: 450px;
    margin: 80px auto;
    margin-bottom: 40px;
    border-radius: 1em;
    border: solid 3px #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: 120%;
}

p.type_msg{
    font-size: 200%;
}

div.type_box{
    position: relative;
    border-radius: 1em;
    padding: 20px;
    margin: 40px;
    background-color: #008000;
    box-shadow: 2px 2px;
    width: calc(100%/3 - 120px);
    height: 165px;
    font-size: 120%;
    float: left;
}

div.type_box:hover{
    box-shadow: 2px 2px inset;
}

a.type_name{
    display: block;
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    height: 50px;
}

a.type_img{
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
}

p.smt_type_msg{
    font-size: 120%;
}

div.smt_type_box{
    position: relative;
    border-radius: 1em;
    padding: 10px;
    margin: 40px;
    background-color: #008000;
    box-shadow: 2px 2px;
    width: calc(100% - 100px);
    height: 145px;
    font-size: 120%;
}

div.smt_type_box:hover{
    box-shadow: 2px 2px inset;
}

a.smt_type_name{
    display: block;
    position: absolute;
    top: 65px;
    left: 60px;
    width: 100%;
    height: 50px;
}

a.smt_type_img{
    display: block;
    position: absolute;
    top: 15px;
    left: -33px;
    width: 100%;
    height: 100%;
}

div.aggregate_box{
    max-width: 1000px;
    height: 700px;
    margin: 80px auto;
    margin-bottom: 40px;
    border-radius: 1em;
    border: solid 3px #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: 120%;
}

table.aggregate_table{
    margin-top: 50px;
}

table.aggregate_table tr th{
    padding: 10px;
    font-size: 120%;
}

table.aggregate_table tr th select{
    font-size: 120%;
    font-family: "トーキング";
}

table.aggregate_table tr th input{
    font-size: 120%;
    font-family: "じゅん 501";
}

table.four_option{
    margin-top: 30px;
    font-size: 120%;
}

table.four_option tr td{
    padding: 10px;
}

table.four_option tr td input{
    font-size: 120%;
    font-family: "トーキング";
}

table.four_option tr td select{
    font-size: 120%;
    font-family: "じゅん 501";
}

input.four_submit {
    font-size: 120%;
    font-family: "じゅん 501";
    border-radius: 0.25em;
    color: #ffffff;
    background-color: #008000;
    box-shadow: 2px 2px 2px;
    margin-top: 20px;
}

input.four_submit:hover{
    opacity: 0.75;
}

input.four_submit:active{
    color: #008000;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px inset;
}

table.aggregate_table tr td{
    padding: 10px;
    font-size: 120%;
}

div.tenhou_box{
    max-width: 1000px;
    min-height: 700px;
    margin: 80px auto;
    margin-bottom: 40px;
    border-radius: 1em;
    border: solid 3px #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: 120%;
    padding-bottom: 40px; 
}

table.tenhou_table tr th {
    padding: 10px;
}

table.tenhou_table tr td {
    padding: 10px;
}

table.tenhou_table tr td input{
    font-family: "じゅん 501";
    font-size: 105%;
}

table.tenhou_aggregate_table{
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 110%;
}

table.tenhou_aggregate_table tr th {
    padding: 15px;
}

table.tenhou_aggregate_table tr td {
    padding: 15px;
}

table.tenhou_aggregate_table tr td input{
    font-family: "じゅん 501";
    font-size: 105%;
}

table.tenhou_option{
    margin-top: 30px;
    font-size: 120%;
}

table.tenhou_option tr td{
    padding: 10px;
}

table.tenhou_option tr td input{
    font-size: 120%;
    font-family: "トーキング";
}

div.select_ranking_box{
    position: relative;
    border-radius: 1em;
    padding: 20px;
    margin: 40px 100px;
    background-color: #EE82EE;
    box-shadow: 2px 2px;
    width: calc(100%/2 - 240px);
    height: 165px;
    font-size: 120%;
    float: left;
}

div.select_ranking_box:hover{
    box-shadow: 2px 2px inset;
}

div.select_date{
    margin: 40px;
    font-size: 150%;
    border-radius: 1em;
    padding-bottom: 20px;
}

div.select_date select{
    font-size: 90%;
    margin: 20px;
    font-family: "じゅん 501";
    text-align: center;
}

div.select_date input[type="text"]{
    font-size: 78%;
    margin: 20px;
    width: 150px;
    font-family: "じゅん 501";
}

table.tablesorter{
    width: 85%;
    margin: 20px auto;
    font-size: 80%;
    font-family: '丸フォーク M';
}

.tablesorter-default .tablesorter-header{
    padding: 10px;
    background-color: #E0FFFF;
}

#myTable tr td{
    padding: 8px;    
}

#myTable tr:hover td{
    background-color: #DCDCDC;
}

div.unit_mark {
    margin: 20px 40px;
    padding: 10px;
    background-color: #008000;
    border-radius: 0.5em;
    box-shadow: 2px 2px;
    text-align: center;
}

div.unit_mark_hover{
    margin: 0 40px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0.5em;
    box-shadow: 2px 2px;
    text-align: center;
    position: absolute;
    width: calc(100% - 100px);
    opacity: 0.6;
}

h1 {
position: relative;
color: #333333;
display: inline-block;
margin: 47px 0;
text-shadow: 0 0 2px white;
}
h1:before {
content: "";
position: absolute;
background: #a9e1ff;
width: 100px;
height: 100px;
border-radius: 50%;
top: 50%;
border: dashed 1px white;
left: 50%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: -1;
box-shadow: 0px 0px 0px 5px #a9e1ff;
}

h2{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
}

h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h3 {
	text-align: center;
    font-size: 121%;
    text-shadow: 1px 1px 2px #ccc;
    color: #f4b800;
    margin-bottom: 10px;
}


.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    width: 200px;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}

table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

fieldset div {
    text-align: right;
}

.btn {
    text-align: right;
}

.back_btn {
    position: relative;
    display: inline-block;
    padding: 35px 0.5em 25px 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
}

.back_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.open_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #bababa;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #7a7a7a;/*線色*/
    margin-bottom: 10px;
}

.opne_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* --- ボックス --- */
div.section {
    float: left;
    width: 40%; /* ボックスの幅 */
    height: 320px;
    background-color: #ffffff; /* ボックスの背景色 */
    border: double 5px #000000 ; /* ボックスの境界線 */
    border-radius: 1em;
    font-size: 80%; /* ボックスの文字サイズ */
    box-sizing: border-box;
}

/* --- 見出し --- */
div.section h3 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下境界線 */
border-radius: 1em 1em 0 0;
font-size: 150%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
div.section div.textArea {
height: 265px; /* 本文領域の高さ */
overflow: auto;
text-align: left;
}

div.section div.textArea2 {
height: 300px; /* 本文領域の高さ */
overflow: auto;
text-align: left;
}
div.section div.textArea p {
margin: 0.5em 5px; /* 段落のマージン（上下、左右） */
font-size: 150%;
word-wrap: break-word;
}
div.section div.textArea a {
text-align: left;
}

/* --- 本文領域内の段落 --- */
div.section div.textArea2 p {
margin: 0.5em 5px; /* 段落のマージン（上下、左右） */
font-size: 120%;
word-wrap: break-word;
}
div.section div.textArea2 a {
text-align: left;
}




/****スマホメニュー全体****/
#menu{
    /*配置*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
    /*デザイン*/
    width: 50px;
    height: 50px;
    background: rgba(200,200,200,1);
    /*配置*/
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#menu .menuopen{
    /*デザイン*/
    color: rgba(255,255,255,1);
    font-size: 20px;
    /*配置*/
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}

#menu .menuclose{
    /*デザイン*/
    color: rgba(255,255,255,1);
    font-size: 20px;
    /*配置*/
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
    /*デザイン*/
    background-color: #ffcc00;
    width: 80%;
    /*配置*/
    position: absolute;
    top: 18px;/*#menu divの高さ*/
    left: 0;
    text-align: left;
}

#menu li{
    /*アニメーション*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*デザイン*/
    padding: 0 10px;
    color: rgba(0,0,0,1);
    border-bottom: 0px rgba(255,255,255,1) solid;
    height: 0;
    /*配置*/
    overflow: hidden;
    pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
    /*配置*/
    display: none;
}

#menu:target .menuclose{
    /*配置*/
    display: block;
}

#menu:target li{
    /*デザイン*/
    padding: 20px 10px 5px 10px;
    height: 40px;
    border-bottom: 1px rgba(255,255,255,1) solid;
    font-size: 75%;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 100px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 800px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#four:checked ~ #four_content,
#three:checked ~ #three_content,
#tyun:checked ~ #tyun_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}