body {
	background: #fdf8f3;
}
img {
	max-width: 100%;
	height: auto;
}
footer {
	text-align: center;
	font-size: 14px;
	background: #FF9933;
	color: #fff;
	padding: 10px;
}
.l_wapper {}
.l_con {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.img_area {}
/* =====================================*/
/*　head　*/
/* -------------------------------------*/
.l_head {
	text-align: center;
}
/* =====================================*/
/*　見出し　*/
/* -------------------------------------*/
.l_midasi {
	text-align: center;
	background: url("../images/obi_bg.jpg") center repeat-x;
}
.l_obi {
	text-align: center;
}
/* =====================================*/
/*　回答　*/
/* -------------------------------------*/
.kaito {
	margin: 70px 0;
	text-align: center;
}
.kaito .ttl {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
}
.kaito .form {
	margin-top: 30px;
	text-align: center;
}
.kaito .inp input {
	background: #ffffff;
	font-size: 16px;
	border: 1px solid #999999;
	padding: 10px;
	text-align: left;
}
.kaito .form input[type="submit"] {
	max-width: 750px;
	margin: 0px auto 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* .kaito .form input[type="submit"] {
	background: #009688;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	border-radius: 9px;
}
*/

/* =====================================*/
/*　ボタン　*/
/* -------------------------------------*/
.btnLst {
	max-width: 750px;
	margin: 0px auto 50px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.btnLst li {
	margin: 0px;
	max-width: 100%;
	text-align: center;
}
.btnLst li input{
    max-width: 100%;
	height: auto;
}
.btnLst li a {}
.btnLst li a.oubo {
	background: #dc3545;
}
.btnLst li a.storry {
	background: #17a2b8;
}
.btnLst li a.ex {
	background: #17a2b8;
}
.btnLst li a.modoru {
	background: #17a2b8;
}
.btnLst li a:hover {
	opacity: 0.7;
}
/* =====================================*/
/*　開閉　*/
/* -------------------------------------*/
.m_ac_ttl{
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 40px 0 0px;
}

.m_ac {
	margin: 0 10px;
	max-width: 750px;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
	background-color: #fff;
}
.m_ac summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1em 2em;
	color: #1b4a6d;
	font-weight: 600;
	cursor: pointer;
}
.m_ac .m_ac-in {
	padding: 0px 20px 20px;
	line-height: 1.7;
}
.m_ac summary::-webkit-details-marker {
	display: none;
}
.m_ac summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 10px;
	border-bottom: 2px solid #333333b3;
	border-right: 2px solid #333333b3;
	content: '';
	transition: transform .3s;
}
.m_ac[open] summary::after {
	transform: rotate(225deg);
}
.m_ac p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 2em 1.5em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}
.m_ac[open] p {
	transform: none;
	opacity: 1;
}







.mast00_ex_aikotoba{
	text-align: center;
	background: #111b3e;
}
/* =====================================*/
/*　メイキングストーリー　*/
/* -------------------------------------*/
.story {
    padding: 20px;
}
.story_ttl{
	font-weight: bold;
	font-size: 1.2rem;
	margin: 10px 0px 10px 0px;
	color: #11183f;
}
.story_ttl_mt{
        margin: 2rem 0rem 0.8rem 0rem;
	font-weight: bold;
	font-size: 1rem;
	color: #11183f;
}
.story_coming{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 40px 0 60px;
}
.box{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #11183f;
    border-bottom: solid 2px #11183f;
}
.box:before, .box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #11183f;
}
.box:before {left: 10px;}
.box:after {right: 10px;}
.box p {
    margin: 1em; 
    padding: 0;
}
p {
  line-height: 1.5;
}
table[border="1"]{
	border-spacing:0;
	margin-top: 5px;
	margin-bottom: 15px;
	border: none;
}

table[border="1"] td,table[border="1"] th{
	padding:5px 8px;
	background:#FFF;
	border: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

table[border="1"] th{
	background:#f9f9f9;
}
table[border="1"] tr:last-child th,table[border="1"] tr:last-child td{
    border-bottom: 1px solid #999;
}
table[border="1"] th:last-child,table[border="1"] td:last-child{
    border-right: 1px solid #999;
    line-height: 1.5;
padding: 1em 1.5em;
vertical-align: middle;
}
table[border="1"] td:first-child{
    width: 0; white-space: nowrap;
padding: 1em 1.5em;
vertical-align: middle;
}
.lines th,.lines td{
    border-right: none !important;
    border-left: none !important;
}