@charset "UTF-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	align-items: center;
	display: flex;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	overflow-x: hidden;
	text-shadow: none;
	color: #713c05;
}

a {
	text-decoration: none;
	color: #713c05;
}
a:link, a:active, a:visited {
	color: #713c05;
}

.ul > li > a, p > a {
	text-decoration: underline;
}

ul {
	list-style: none;
}

form {
	margin-bottom: 1rem;
}

input, textarea {
	background: #fff;
	border-radius: .2rem;
	padding: .2rem;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: .5rem;
}

nav {
	align-items: center;
	background: #493a28; 
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 15px 0;

	position: relative;
	z-index: 1;
}

nav.login + article {
	margin-top: 124px;
}





nav > div > a {
	align-items: center;
	display: flex;
}
nav > div > a,
nav > div > a:link,
nav > div > a:active,
nav > div > a:visited {
	color: #fff;
}
nav > div > a::before {
}
nav > div > a > div {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
nav > div > a > div > div:first-child {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
}
nav > div > a > div > div:last-child {
	font-size: .7rem;
}

#mmenu, #smenu {
	align-items: center;
	width: 960px;
}
#mmenu, #smenu .inner_smenu{
	display: flex;
	}
#mmenu > ul > li.selected > a, #smenu > ul > li.selected > a {
	color: #6c0094;
color: #4169e1;
}
#mmenu {
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: .1rem;
}
#mmenu > h1 {
	font-size: 1rem;
}
#mmenu > ul {
	display: flex;
	flex-direction: row;
}
#mmenu > ul > li {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: .2rem .5rem;
	border-left: 1px solid #fff;
	text-align: center;
}
#mmenu > ul > li:first-child {
	border-left: none;
	}
#mmenu > ul > li img{
	vertical-align: middle;
	margin-left: 5px;
	}
#mmenu > ul > li a,
#mmenu > ul > li span{
	padding: 0 10px;
	}
#mmenu > ul > li:not(:last-child) {
}
#mmenu > ul > li > a {
	color: #fff;
	opacity: 1;
}


#mmenu > ul > li > a:hover,
#mmenu > ul > li > a:active{
	text-decoration: underline;
}
#mmenu > ul > li.disabled {
	opacity: .5;
}


.main_image{
	position: relative;
	padding: 20px 0;
	background: url(../img/d364bf3aa635535e5e3ce2c4e33d80dc0798d5a3.png) 0 bottom no-repeat;
	background-size: cover;
	}
#smenu {
	padding: 10px;
	background: #f65700;
	border-radius: 20px;
	margin: 0 auto;
	border: 3px solid #ba3813;
/*
position: absolute;
top: 80px;
*/
z-index: 1;
}
.inner_smenu{
	background: rgba(255,255,255,0.3);
	border-radius: 15px;
	display: flex;
	padding: 15px;
	}
.inner_smenu .nickname{
	margin-left: auto;
	font-weight: bold;
	color: #fff;
	}
#smenu .inner_smenu > ul {
	display: flex;
	flex-direction: row;
	margin: .1rem 0;
}
#smenu .inner_smenu > ul > li{
	margin-right: 15px;
	}
#smenu .inner_smenu > ul > li > img {
	vertical-align: middle;
	padding-right: 10px;
	}
#smenu .inner_smenu > ul > li > a {
	color: #dfddb0;
	font-weight: bold;
	text-shadow:
		#c94118 3px 0px,  #c94118 2.8px 1.1px,
		#c94118 2.1px 2.1px, #c94118 1.1px 2.8px,
		#c94118 0px 3px , #c94118 -1.1px 2.8px,
		#c94118 -2.1px 2.1px, #c94118 -2.8px 1.1px,
		#c94118 -3px 0px,  #c94118 -2.8px -1.1px,
		#c94118 -2.1px -2.1px, #c94118 -1.1px -2.8px,
		#c94118 0px -3px,  #c94118 1.1px -2.8px,
		#c94118 2.1px -2.1px, #c94118 2.8px -1.1px;
	}
#smenu > ul > li > * {
	color: #333;
	display: inline-block;
	font-weight: bold;
	font-weight: normal
}
.nickname{
	color: #333;
	}
#smenu > ul > li a{
	display: inline-block;
	}
#smenu > ul > li:not(:last-child) {
	margin-right: .5rem;
}

.sub_back #smenu{
	margin: 20px 0;
	}

.logo{
	text-align: center;
	margin-top: 30px;
	}
.logo img{
/*	width: 20%;*/
	}
.btn_entry{
	background: #493a28;
	text-align: center;
	padding: 20px 0;
	}
.btn_entry a{
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 15px;
	text-decoration: none;
	background: #e9531e;
	color: #fff;
	border-bottom: solid 4px #973614;
	border-radius: 40px;
	font-size: 30px;
	}
.btn_entry a:active{
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
	}
.btn_entry p{
	color: #e9531e;
	font-weight: bold;
	font-size: 20px;
	text-shadow:
		#fff 2px 0px,  #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px , #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px,  #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 2px 1px,  #fff -2px 2px,
		#fff 2px -1px, #fff -2px -2px;
	}

#container {
	overflow-x: hidden;
	width: 100%;
}

.center {
	text-align: center;
}

div.ps {
	margin-bottom: 1rem;
}
div.ps > p {
	margin-bottom: .5rem;
}

.breadcrumbs {
	margin-bottom: 1rem;
}
.breadcrumbs > ul {
	display: flex;
}
.breadcrumbs > ul > li > a {
	text-decoration: underline;
}
.breadcrumbs > ul > li:not(:first-child)::before {
	content: '>';
	margin: 0 .5rem;
}


small {
	display: inline-block;
	font-size: 1.3rem;
	vertical-align: middle;
	margin-left: .8rem;
}

.sec {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sec > .center {
	text-align: center;
}
.sec > .right {
}
.sec > h1 {
	text-align: left;
	margin-bottom: 2rem;
}
.sec > h1 ~ * {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.sec > p {
	margin-bottom: 1rem;
}
.sec.sec-top,
div#container div.sub_back {
	width: 100%;
	position: relative;
	background: url("../img/10532f4c706cc4f63beecc556a82eff524cfb115.png") 0 bottom repeat-x #70ccce;




	min-height: calc(100vh - 191px);
}
.sec.sec-top > h1 {
	margin-bottom: 2rem;
	position: relative;
}

.sec.sec-top section{
	width: 960px;
	margin: 0 auto;
	}
.sec.sec-top section h1{
	text-align: center;
	margin-bottom: 20px;
	}



.sec.sec-top > h1 {
	margin-bottom: 0;
}
.sec.sec-top > h1 > p {
	background: #182d0d;
	border-color: #182d0d;
	border-style: solid;
	color: #fff;
	border-width: 0;
	padding: 15px 0;
	text-align: center;
}

.sec.sec-top > .topinfo {
	background: #493a28;
	margin-bottom: 0;
	text-align: center;
	padding: 20px 0;
}
.sec.sec-top > .topinfo > a {
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 15px;
	text-decoration: none;
	background: #e9531e;
	color: #fff;
	border-bottom: solid 4px #973614;
	border-radius: 40px;
	font-size: 30px;
}
.sec.sec-top > .topinfo > p {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	/*text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, rgb(209, 184, 184) 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 2px 1px, #fff -2px 2px, #fff 2px -1px, #fff -2px -2px;*/
}

.sec.sec-1 {
	width: 960px;
}
.sec.sec-1 > h1 {
}
.sec.sec-1 > h1 ~ * {
	width: 960px;
}
.sec.sec-1 > div > h1 {
	display: flex;
	justify-content: center;
}
.sec.sec-1 > div > h1 > span {
	display: block;
	text-align: center;
	background: #e86c14;
	border: solid 6px #713c05;
	padding: 20px 30px;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	min-width: 30rem;
	text-shadow:
		#f4e39e 3px 0px,  #f4e39e 2.8px 1.1px,
		#f4e39e 2.1px 2.1px, #f4e39e 1.1px 2.8px,
		#f4e39e 0px 3px , #f4e39e -1.1px 2.8px,
		#f4e39e -2.1px 2.1px, #f4e39e -2.8px 1.1px,
		#f4e39e -3px 0px,  #f4e39e -2.8px -1.1px,
		#f4e39e -2.1px -2.1px, #f4e39e -1.1px -2.8px,
		#f4e39e 0px -3px,  #f4e39e 1.1px -2.8px,
		#f4e39e 2.1px -2.1px, #f4e39e 2.8px -1.1px;
}


.sec.sec-1 > div > h1 > div {
	display: block;
	text-align: center;
	background: #e86c14;
	padding: 20px 30px;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-shadow:
		#f4e39e 3px 0px,  #f4e39e 2.8px 1.1px,
		#f4e39e 2.1px 2.1px, #f4e39e 1.1px 2.8px,
		#f4e39e 0px 3px , #f4e39e -1.1px 2.8px,
		#f4e39e -2.1px 2.1px, #f4e39e -2.8px 1.1px,
		#f4e39e -3px 0px,  #f4e39e -2.8px -1.1px,
		#f4e39e -2.1px -2.1px, #f4e39e -1.1px -2.8px,
		#f4e39e 0px -3px,  #f4e39e 1.1px -2.8px,
		#f4e39e 2.1px -2.1px, #f4e39e 2.8px -1.1px;
	width: 10rem;
}

.sec.sec-2 {
	margin-bottom: 2rem;
}
.sec.sec-2 > h1 {
	font-size: 1.6em;
	background: #f69d10;
	color: #713c05;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 9px 0;
	margin: 0 auto 3%;
	line-height: 1.5em;
	font-family: "FOT-Popハッピネス Std EB";
	text-align: center;
}
.sec.sec-2 > h1 ~ * {
}
.sec.sec-3 {
	margin-bottom: 1.5rem;
}
.sec.sec-3 > h1 {
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 25px;
	font-family: "FOT-Popハッピネス Std EB";
	padding-left: 30px;
	position: relative;
	}
.sec.sec-3 > h1:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 0px;
	background-image: url(../img/1e7ee57aa00dc3880660cdbfcfeb7c1a27d2e465.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
.sec.sec-3 h1 span{
	}
.sec.sec-3 > h1 ~ * {
}
.sec.sec-4 {
	margin-bottom: 1rem;
}
.sec.sec-4 > h1 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-family: "FOT-Popハッピネス Std EB";
}
.sec.sec-4 > h1:before {
	}
.sec.sec-4 > h1 ~ * {
}
.sec.sec-5 > h1 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	}
.sec.sec-note {
	border: 5px solid #e86c14;
	background: #f4e39e;
	margin-bottom: 2rem;
	border-radius: 10px;
}
.sec.sec-note > h1 {
	background: #e86c14;
	color:	#fff;
	font-size: 1rem;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.sec.sec-note > h1 ~ * {
	width: 95%;
}


.sec.sec-cup {
	margin-bottom: 2rem;
}
.sec.sec-cup.sec-cup-1st > h1,
.sec.sec-cup.sec-cup-2nd > h1,
.sec.sec-cup.sec-cup-3rd > h1,
.sec.sec-cup.sec-cup-4th > h1,
.sec.sec-cup.sec-cup-5th > h1 {
	align-items: center;
	display: flex;
	font-size: 1.6em;
	background: #f69d10;
	color: #713c05;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 9px 0;
	margin: 0 auto 3%;
	line-height: 1.5em;
	justify-content: center;
	font-family: "FOT-Popハッピネス Std EB";
}
.sec.sec-cup.sec-cup-1st > h1 > img,
.sec.sec-cup.sec-cup-2nd > h1 > img,
.sec.sec-cup.sec-cup-3rd > h1 > img,
.sec.sec-cup.sec-cup-4th > h1 > img,
.sec.sec-cup.sec-cup-5th > h1 > img {
	margin-right: 1rem;
}
.sec.sec-cup.sec-cup-1st > h1 > span,
.sec.sec-cup.sec-cup-2nd > h1 > span,
.sec.sec-cup.sec-cup-3rd > h1 > span,
.sec.sec-cup.sec-cup-4th > h1 > span,
.sec.sec-cup.sec-cup-5th > h1 > span {
	margin-left: 1rem;
}


.sec.sec-talk > h1 {
	align-items: center;
	background: #eeeeee;
	border-left: 3rem solid #4169e1;
	display: flex;
	font-weight: normal;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: .2rem .2rem .2rem .5rem;
}
.sec.sec-talk > h1 > time {
	font-size: .8rem;
	font-weight: bold;
	padding: 1.5rem .5rem 0 0;
}
.sec.sec-talk > h1 ~ * {
	width: 920px;
}
.sec.sec-talk > h4 {
	margin-bottom: .5rem;
}
.sec.sec-talk > div {
	margin-bottom: 1rem;
}

/*トップページ用スタイル*/
.sec-news,
.sec-toha,
.sec-is,
.sec-apps{
	margin-bottom: 30px;
	padding: 60px 50px;
	position: relative;
	}
.sec-news{
	background: #a6e0c2;
}
.sec-is{
	background: #ffe86a;
	color: #663200;
	}
.sec-apps{
	background: #f2af11;
	color: #663200;
	text-align: center;
	}
.sec.sec-apps h1{
	margin-bottom: 25px;
	font-size: 1.8em;
	}
.sec-news .top_caution{
	color: #fff;
	font-weight: bold;
	}
.sec-news .top_caution a{
	color: #8b2c2c;
	}
.sec-news .top_caution:before{
	content:'大切なお知らせ';
	display: block;
	background: #e6910b;
	color: #edf77b;
	font-size: 11px;
	font-weight: normal;
	width: 15%;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 40px;
	}
/*
.sec-news ul{
	margin: 0;
	list-style: none;
	}
.sec-news ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
*/
.sec-news ul {
	margin: 0;
	list-style: disc;
}
.sec-news ul li{
	margin: 0 0 10px 30px;
	padding-bottom: 10px;
}
.sec-news .news_right ul li:last-child{
	margin-bottom: 0;
	}
.sec-news h1{
	color: #3d8b8c;
	font-size: 1.5rem;
}
.sec.sec-news > h1 ~ * {
}
.sec.sec-news div{
	border-radius: 20px;
	background: #3d8b8c;
	color: #fff;
	padding: 35px 40px;
	margin-bottom: 30px;
	}
.sec.sec-news .link{
	text-align: center;
	background:none;
	padding: 0;
	margin: 0;
	}
.sec.sec-news .link a{
	display: inline-block;
	border-radius: 40px;
	padding: 15px 40px;
	background: #3d8b8c;
	border-radius: 40px;
	border-bottom: solid 4px #317071;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}
.sec.sec-news .link a:active{
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}


.sec.sec-toha {
	background: 
		url("../img/8a6eb54534afed2755059b654aea232b80768f09.png") 0 top repeat-x,
		url("../img/b78122347ec37335a8f8ec4384a45e53ee09c803.png") 85% 80% no-repeat
		#a6e0c2;
	background-size: auto,auto 100px;
	color: #663200;
	padding-bottom: 130px;
	}
.sec.sec-toha .right{
	margin: 40px 0 0 0;
	}
.sec.sec-toha h1{
	margin: 30px 0 40px 0 !important;
	}
.sec.sec-toha .sec-toha-inner{
	display: flex;
	}
.sec.sec-toha .sec-toha-inner p{
	padding-right: 50px;
	flex: 2;
	}
.sec-is h1{
	font-size: 38px;
	line-height: 50px;
	border-bottom: 1px solid #663200;
	padding-bottom: 15px;
	margin-bottom: 40px !important;
	}
.sec-is p{
	margin-bottom: 50px;
	}
.sec-is dl{
	display: flex;
	}
.sec-is dl dt{
	margin-right: 15px;
	margin-bottom: 15px;
	}
.sec-is dl dt span{
	border-radius: 40px;
	background: #894d06;
	color: #fff6d6;
	padding: 5px 15px;
	display: inline-block;
	font-weight: bold;
	}
.sec-is dl dd.date{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	}
.sec-is .btn_is{	
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 30px;
	}
.sec-is .btn_is li{
	width: 35%;
	}
.sec-is .btn_is li a{
	display: block;
	border-radius: 40px;
	padding: 20px 40px;
	background: #e9531e;
	border-radius: 40px;
	border-bottom: solid 4px #973614;
	color: #fff;
	font-weight: bold;
	}
.sec-is .btn_is li a:active{
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.sec-apps{
	background: #f2af11;
	color: #663200;
	text-align: center;
	}
.sec.sec-apps h1{
	margin-bottom: 25px;
	font-size: 1.8em;
	}
.sec.sec-apps a img {
	width: 70%;
}


.ul,
.ul.ul-2 {
	list-style-type: none;
	
	padding: 0;
    margin: 0;
}
.ul > li {
}
.ul.ul-1 > li,
.ul.ul-2 > li {
	margin-left: 0;
	text-align: left;
    position: relative;
    padding-left: 25px;
    margin: 0 0 8px 20px;
}
.ul.ul-1 > li::before,
.ul.ul-2 > li::before {
	content: '';
	display: block;
	width: 17px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0px;
	background-image: url(../img/1e7ee57aa00dc3880660cdbfcfeb7c1a27d2e465.png);
	background-repeat: no-repeat;
	background-size: contain;
	
}
/*
.ul.ul-important > li {
	margin-left: 1rem;
	text-indent: -1rem;
}
*/
.ul.ul-important > li {
	/* color: #cc4500; */
	/* margin-left: 30px; */
	/* text-indent: -1rem; */
}
.ul.ul.ul-important {
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid #fff;
}
/*
.ul.ul-important::before {
	content: '大切なお知らせ';
	display: block;
	background: #e6910b;
	color: #edf77b;
	font-size: 15px;
	font-weight: normal;
	width: 45%;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 40px;
	padding: 3px 0;
}
*/
.ul.ul-important::before {
	content: '大切なお知らせ';
	display: inline-block;
	background: #e6910b;
	color: #edf77b;
	font-size: 15px;
	font-weight: normal;
	/* width: 45%; */
	text-align: center;
	margin-bottom: 10px;
	border-radius: 40px;
	padding: 3px 15px;
}
.ul.ul-2{
	}
.ul.ul-2 > li {
}
.ul.ul-2 > li::before {
}

.ul.ul-talk {
	list-style: none;
}
.ul.ul-talk > li {
    text-align: left;
    background-color: #f4e39e;
    border: 5px solid #e86c14;
    padding: 20px 30px;
    border-radius: 10px;
   	display: flex;
	justify-content: space-between;
}
.ul.ul-talk > li > a {
}
.ul.ul-talk > li > time {
	font-size: .8rem;
	font-weight: bold;
}
.ul.ul-talk > li:not(:last-child) {
	margin-bottom: 1rem;
}

#coding-rule .ul.ul-1 > li{
	list-style: disc;
	margin-left: 40px;
	padding: 0;
	}
#coding-rule .ul.ul-2 > li{
	list-style-type: circle;
	padding-left: 0;
	}
#coding-rule .ul.ul-1 > li::before, #coding-rule .ul.ul-2 > li::before {
	display: none;
	}


.dl {
	margin-bottom: 1.5rem;
}
.dl > dt {
	align-items: center;
	display: flex;
}
.dl > dt::before{
	background: #713c05;
	content: "";
	display: inline-block;
	height: .5rem;
	margin-right: .5rem;
	width: .5rem;
	}
.dl > dd {
	margin: 0 1rem .5rem;
}


.ol.ol-flow {
	counter-reset: number;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin-bottom: 1rem;
}
.ol.ol-flow > li {
	align-items: center;
	display: flex;
}
.ol.ol-flow > li > span {
	background: #e86c14;
	color: #fff;
	display: inline-block;
	padding: .3rem;
	text-align: center;
	width: 15rem;
}
.ol.ol-flow > li::before {
	counter-increment: number;
	content: "";
}
.ol.ol-flow > li:not(:last-child)::after {
	border-color: transparent transparent transparent #e86c14;
	border-style: solid;
	border-width: 1rem 0 1rem 1rem;
	content: "";
	display: inline-block;
	height: 0;
	margin: 0 .5rem;
}
.ol.ol-flow > li > dl {
	background: #f4e39e;
	border: 2px solid #e86c14;
	display: flex;
	flex-direction: column;
}
.ol.ol-flow > li > dl > dt {
	color: #fff;
	background: #e86c14;
	font-weight: bold;
	padding: .5rem;
	text-align: center;
}
.ol.ol-flow > li > dl > dt::before {
	content: counter(number);
	margin-right: .5rem;
}
.ol.ol-flow > li > dl > dd {
	padding: .5rem .4rem;
}

.tbl {
	border-collapse: collapse;
	margin-bottom: 2rem;
	width: 100%;
}

/*
.tbl.tbl-form {
	border: 1px solid #888;
}
.tbl.tbl-form th {
	background: #eeeeee;
	border: 1px solid #888;
	padding: .5rem 2rem;
	text-align: left;
}
.tbl.tbl-form.tbl-thnowrap th {
	white-space: nowrap;
}
.tbl.tbl-form.tbl-thnowrap td {
	word-break: break-all;
}
.tbl.tbl-form.tbl-thnowrap td > div.overflow {
	word-break: break-all;
}
.tbl.tbl-form td {
	background: #fff;
	border: 1px solid #888;
	padding: .5rem 2rem;
	text-align: left;
}
.tbl.tbl-form td > input {
	width: 15rem;
}

.tbl.tbl-form.tbl-form-fix {

}
*/


.tbl.tbl-name {

}

/*
.grid-prize {
	display: grid;
	grid-gap: .5rem;
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-prize > div {
	display: flex;
}
.grid-prize > div > img {
	margin-right: 1rem;
}
*/

.grid-prize {
	display: flex;
	flex-direction: column;
}
.grid-prize > li {
	align-items: center;
	display: flex;
	margin-bottom: .5rem;
}
.grid-prize > li > div {
	display: flex;
	width: 10rem;
}




.tbl.tbl-std {
	display: flex;
	flex-direction: column;
}
.tbl.tbl-std > table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
.tbl.tbl-std > table th, .tbl.tbl-std > table td {
	border: 1px solid #a6e0c2;
	padding: .6rem .8rem;
	white-space: nowrap;
}
.tbl.tbl-std > table td{
	background: #f4e39e;
	}
.tbl.tbl-std > table td:first-child {
	border-left: none;
}
.tbl.tbl-std > table td:last-child {
	border-right: none;
}
.tbl.tbl-std > table tr:last-child > td {
	border-bottom: none;
}
.tbl.tbl-std > table th {
	background: #f69d10;
	/*color: #fff;*/
	text-align: center;
}

.tbl.tbl-std.tbl-ranking30 > table td:nth-child(1),
.tbl.tbl-std.tbl-ranking30 > table td:nth-child(5),
.tbl.tbl-std.tbl-ranking30 > table td:nth-child(6) {
	text-align: right;
}

.tbl.tbl-std.tbl-history > table td:nth-child(3),
.tbl.tbl-std.tbl-history > table td:nth-child(4) {
	text-align: right;
}
.tbl.tbl-std.tbl-history > table td:nth-child(6) {
	white-space: normal;
	word-break: break-all;
}

.tbl.tbl-std.tbl-myranking > table td:nth-child(1),
.tbl.tbl-std.tbl-myranking > table td:nth-child(5),
.tbl.tbl-std.tbl-myranking > table td:nth-child(6) {
	text-align: right;
}

.btn {
	border-radius: .6rem;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin: 2rem 0;
	padding: 1rem 5rem;
	cursor: pointer;
}
.btn:hover {
	opacity: .8;
}
.btn span{
	display: inline-block;
	}
.btn span:after{
	content: ">";
	display: inline-block;
	margin-left: 10px;
	}
.btn.btn-1 {
	background: #e86c14;
	color: #fff;
}
.btn.btn-1 span:after{
	color: #fff;	
	}
.btn.btn-2 {
	background: #ffffff;
	border: 2px solid #7b7b7b;
	color: #7b7b7b;
}
.btn.btn-2 span:after{
	color: #7b7b7b;
	}
.btn.btn-3 {
	background: #713c05;
	color: #f69d10;
}
.btn.btn-3 span:after{
	color: #f69d10;
	}

div.btn-center {
	text-align: center;
}
div.btn-center > a {
	margin-bottom: .5rem;
}
div.btn-center > p {
	font-size: .8rem;
}

.caution {
	color: #cc0d0d;
}
.caution:not(:empty):before {
	content: "※";
}

.postsource {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
.postsource > label {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.postsource > label:not(:first-of-type) {
	margin-top: 1rem;
}
.postsource > label > textarea {
	width: 100%;
}
.postsource > div.center {
	margin: 1rem 0;
	text-align: center;
	width: 100%;
}

textarea.i-address1 {
	width: 100%;
}

.sub_mainblock{
	width: 960px;
	margin: 0 auto;
	background: #a6e0c2;
	box-sizing: border-box;
	padding: 60px 50px;
	}

.footerbtns {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footerbtns > form:first-child {
	margin-right: 2rem;
}

.pagetop {
	text-align: right;
	width: 960px;
	margin: 0 auto;
}
.pagetop > a {
	background: #182d0d;
	display: inline-block;
	padding: 15px 15px;
	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 6px; 
	-moz-border-radius-topleft: 6px;  
	-moz-border-radius-topright: 6px;   
}
.pagetop img {
	vertical-align: bottom;
	}
.pagetop > a::before {
}

.navi {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.navi > .page:not(:last-child) {
	margin: 0 .3rem;
}

input.i-questionnaire_text.text {
	display: inherit;
	margin-left: 2rem;
}

.hint {
	margin-top: .5rem;
}

.form.voice select {
	width: 18rem;
}
.form.voice textarea {
	height: 14rem;
	line-height: 1.5;
	width: 100%;
}

.tbl.tbl-form td > input.text {
	margin-bottom: .5rem;
}

.tbl.tbl-form td > input.i-tel1,
.tbl.tbl-form td > input.i-tel2,
.tbl.tbl-form td > input.i-tel3 {
	width: 5rem;
}

.code {
	display: block;
}
.code h1 {
	background: #4169e1;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	padding: .5rem;
}
.code .footer {
	background: #4169e1;
	height: 2rem;
	width: 100%;
}
#footer {
	align-items: center;
	background-color: #215673;
	width: 100%;
}
#footer a{
	color: #fff;
	}
#footer > div:first-child {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	color: #fff;
	padding: 30px 0 20px 0;
}
#footer .m_utility{
	background: #493a28;
	font-size: 11px;
	padding: 10px 0;
	}
#footer .m_utility  ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
	}
/*
#footer .m_utility  ul li a {
	text-decoration: underline;
	}
*/
#footer .m_utility ul li a {
	/*text-decoration: underline;*/
}
/*
#footer .m_utility  ul li a:hover{
	text-decoration: none;
	}
*/
#footer .m_utility ul li a:hover{
	text-decoration: underline;
}
#footer .m_utility  ul li:nth-child(2){
	color: #894d06;
	}

#footer > div > div {
	align-items: center;
	display: flex;
}
#footer > div > div > ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-right: .5rem;
}
#footer > div > div > div {
	display: flex;
	flex-direction: column;
}

#footer > div > .home {
	color: transparent;
	background-image: url(../img/1b4c4a83a533a6254e3c0c19934defb28dd13e7e.jpg);
	background-size: contain;
	display: inline-block;
	height: 44px;
	overflow: hidden;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	width: 66px;
}
#footer > div > .home::selection {
	background: transparent;
	color: transparent;
}
#footer .copy{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	margin: 20px 0 0 0;
	color: #fff;
	border-top: 1px solid #fff;
	font-size: 11px;
	}
#footer ul li:last-child{
	margin-left: 10px;
	}
#footer ul li:last-child a{
	padding: 0 0 0 15px;
	background: url(../img/da98dd78ea79a257916a5e58bc79918a6d357cfe.png) 0 center no-repeat;
	}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
}
#page-top a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}


#oldnews > ul {
	list-style-type: disc;
}
#oldnews > ul li {
	margin: 0 0 15px 30px;
}

.require::after {
	color: #f00;
	content: '※';
}

.tbl-history a {
	text-decoration: underline;
}

