@charset "shift_jis";
/*****************************/
/*　　攻略情報ページ用CSS　　*/
/*****************************/
/*------------------------------
	webフォント
------------------------------*/
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap');
@import url('//fonts.googleapis.com/css?family=Anton&display=swap');
@font-face {
	font-family:'LigatureSymbols';
	src:url('/font/LigatureSymbols-2.11.eot');
	src:url('/font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
	url('/font/LigatureSymbols-2.11.woff') format('woff'),
	url('/font/LigatureSymbols-2.11.ttf') format('truetype'),
	url('/font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
	font-weight:normal;
	font-style:normal;
}
/*------------------------------
	reset
------------------------------*/
* {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
	outline:0;
	vertical-align:baseline;
	word-break:break-all;
	-webkit-text-size-adjust:100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
img {
	vertical-align:bottom;
	font-size:0;
	line-height:0;
	border:0;
}
ul {
	list-style:none;
}
html,
body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:calc(100vw / 32);
	line-height:1.0;
	height:100%;
	color:#333;
}
body {
	font-size:1.6rem;
}
/* 全体カコミ微調整 */
.iPhoneBody {
	background-color: #FFF;
}
/*------------------------------
	文字：グレー
------------------------------*/
.attention_g {
	font-size:1.1rem;
	font-weight: normal;
	color:#666;
}
/*------------------------------
	余白
------------------------------*/
hr.blank {
    width: 100%;
    border: none;
    height: 1.0rem;
    background-color: transparent;
}
/*------------------------------
	ページタイトル
------------------------------*/
.iPhoneHead {
	padding:1.0rem 0;
	text-align: center;
	background: #EA4335;
	border-bottom: 0.3rem solid #EA4335;
}
.iPhoneHead h1,
.iPhoneHead h2 {
	font-size:1.6rem;
    color: #FFF;
	font-family:'Noto Sans JP', sans-serif;
	white-space: normal;
    overflow: unset;
    text-overflow: unset;
}
/*------------------------------
	検索窓
------------------------------*/
.searchBox {
	padding:1.0rem;
	width:100%;
	text-align:right;
	background-color:#EEE;
}
.searchBox::after {
    content:"";
    display:table;
    clear:both;
}
.searchBox .search {
	vertical-align:middle;
	width:100%;
	text-align:center;
	float:right;
}
.searchBox .search form {
	display:table;
	width:100%;
	font-size:1.1rem;
}
.searchBox .search form p {
	display:table-cell;
	width:auto;
	vertical-align:middle;
	border:solid 0.2rem #EA4335;
}
.searchBox .search form p.text {
	width:75%;
	background-color:#FFF;
	border-right:none;
	border-radius:0.4rem 0 0 0.4rem;
}
.searchBox .search form p.submit {
	width:25%;
	background-color:#EA4335;
	border-radius:0 0.4rem 0.4rem 0;
}
.searchBox .search form input[type*="text"] {
	padding-left:0.5rem;
	width:100%;
	height:100%;
	background:none;
	background-color:transparent;
	border:none;
	vertical-align:middle;
	overflow:hidden;
	line-height:2.5rem;
}
.searchBox .search form input[type*="submit"] {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	background:none;
	background-color:transparent;
	border:none;
	vertical-align:middle;
	line-height:2.5rem;
}
::placeholder {
	color:#999;
}
/*------------------------------
	見出し
------------------------------*/
.btn_w6 span,
.btn_w5 span,
.btn_w4 span,
.btn_w3 span,
.sectionTitleTop,
.machineTitleTop {
	margin: 0 0.5rem;
	padding:0 0 1.0rem;
	display: block;
	text-align:left;
	font-size:1.6rem;
	font-family:'Noto Sans JP', sans-serif;
	color:#EA4335;
	background: none;
	border-bottom:0.3rem solid #DCDCDC;
	position:relative;
}
.sectionTitleTop,
.machineTitleTop {
	margin: 2.0rem 1.0rem 0;
}
.btn_w6 span::after,
.btn_w5 span::after,
.btn_w4 span::after,
.btn_w3 span::after,
.sectionTitleTop::after,
.machineTitleTop::after {
	position:absolute;
	bottom:-0.3rem;
	left:0;
	content:'';
	width:20%;
	height:0.3rem;
	background-color:#EA4335;
}
/*------------------------------
	リード
------------------------------*/
.lead_gray {
	margin:1.0rem;
	font-size:1.2rem;
	line-height:1.25;
	color:#666;
}
.lead_black {
	margin:1.0rem;
	font-size:1.2rem;
	line-height:1.25;
	color:#000;
}
.lead_border {
	border-bottom:solid 0.1rem #DCDCDC;
}
/*------------------------------
	その他リンク
------------------------------*/
.other_link {
	margin:0.8rem;
	font-size:1.4rem;
	text-align:right;
}
.btnBox {
	margin:1.0rem;
}
.other_btn {
	text-align:center;
	font-size:0;
}
.other_btn p {
	display:inline-block;
	vertical-align:middle;
	width:50%;
}
.other_btn p a {
	margin:0 0.5rem;
    display:block;
    text-decoration:none;
    text-align:center;
	font-size:1.0rem;
	line-height:2.5rem;
	color:#EA4335;
	background-color:#FFF;
    border-radius:0.5rem;
	border:solid 0.1rem #EA4335;
}
/*------------------------------
	リストリンク
------------------------------*/
div.tab_list,
.iPhoneULIndex li {
	margin: 0 1.0rem;
    padding: 0;
	overflow: auto;
	background-color: transparent;
	border: none;
	border-bottom: solid 0.1rem #DCDCDC;
}
div.tab_list a,
.iPhoneULIndex li a {
    padding: 1.0rem 0;
	background:none;
    font-size: 1.4rem;
	line-height: 1.2;
    font-weight: bold;
    color: #444;
    position: relative;
}
div.tab_list a .changeleft {
	padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    color: #444;
}
/*div.tab_list a:after {
    position: absolute;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 0.2rem solid #CCC;
    border-right: 0.2rem solid #CCC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
div.tab_list p {
	display:table-cell;
	vertical-align:middle;
	width:auto;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
div.tab_list p.img {
	padding-right:0.5rem;
}
div.tab_list p img:not([src*="emoji/new.png"]) {
	width:42px;
}
div.tab_list.nonlink,
.iPhoneULIndex li.nonlink {
    padding: 1.0rem 0;
	background:none;
    font-size: 1.4rem;
	line-height: 1.2;
    font-weight: bold;
    color: rgba(68,68,68,0.5);
    position: relative;
}
/*------------------------------
	50音ボタン
------------------------------*/
.btn_w6,
.btn_w5,
.btn_w3,
.btn_w4 {
	padding: 1.0rem 0.5rem;
}
.btn_w2 {
	padding: 0.75rem 0.5rem;
}
.btn_w6 ul,
.btn_w5 ul,
.btn_w6 div,
.btn_w5 div {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 0;
}
.btn_w4 ul,
.btn_w3 ul {
	display: flex;
	font-size: 0;
}
.btn_w2 ul {
	display: flex;
    flex-wrap: wrap;
	font-size: 0;
}
.btn_w0 + .sectionTitleTop,
.btn_w2 + .sectionTitleTop,
.btn_w3 + .sectionTitleTop,
.btn_w5 + .sectionTitleTop,
.btn_w6 span + ul,
.btn_w5 span + ul,
.btn_w3 span + ul,
.btn_w6 ul + ul,
.btn_w5 ul + ul,
.btn_w3 ul + ul,
.btn_w6 div + div,
.btn_w5 div + div,
.btn_w3 div + div {
	margin-top: 1.0rem;
}
.btn_w6 ul li,
.btn_w6 div span,
.btn_w5 ul li,
.btn_w5 div span {
	width: 20%;
}
.btn_w4 ul li {
	width: 25%;
}
.btn_w3 ul li {
    width: 33.33333%;
    width: calc(100% / 3);
}
.btn_w2 ul li {
	width: 50%;
}
.btn_w6 a,
.btn_w5 a,
.btn_w4 a,
.btn_w3 a,
.btn_w2 a {
	margin:0 0.5rem;
    display:block;
    text-decoration:none;
    text-align:center;
	font-size:1.0rem;
	line-height:2.5rem;
	color:#EA4335;
	background-color:#FFF;
    border-radius:0.5rem;
	border:solid 0.1rem #EA4335;
	position: relative;
}
.btn_w2 a {
	margin:0.25rem 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn_w6 ul li p,
.btn_w5 ul li p,
.btn_w4 ul li p,
.btn_w3 ul li p,
.btn_w2 ul li p,
.btn_w6 div span p,
.btn_w5 div span p {
	margin:0 0.5rem;
    display:block;
    text-decoration:none;
    text-align:center;
	font-size:1.0rem;
	line-height:2.5rem;
	color:#C0C0C0;
	background-color:#FFF;
    border-radius:0.5rem;
	border:solid 0.1rem #C0C0C0;
	opacity: 0.5;
}
/*------------------------------
	タブ(3列)
------------------------------*/
.tab_w3 {
	padding: 0 1.0rem 1.0rem;
	display:table;
	table-layout:fixed;
	width:100%;
	text-align:center;
}
.tab_w3 li {
	display:table-cell;
	vertical-align:middle;
}
.tab_w3 li + li {
	border-left:solid 0.1rem #FFF;
}
.tab_w3 li a {
	padding:0;
	display: block;
	font-size:1.0rem;
	line-height:2.5rem;
	color:#FFF;
	text-decoration:none;
	background:none;
	background-color:#C0C0C0;
	border-bottom:none;
}
.tab_w3 li a.selected {
	background-color:#EA4335;
}
/*------------------------------
	目次
------------------------------*/
.btn_w0 {
	padding:1rem;
}
.btn_w0 ul {
	padding: 0.75rem 1rem;
    font-size: 1.2rem;
    line-height: 2;
    border: solid 0.1rem #DCDCDC;
}
.btn_w0 ul li {
    position: relative;
}
.btn_w0 ul p {
    font-weight: bold;
}
.btn_w0 ul li:before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    height: 0;
    width: 0;
    margin: auto;
    border-left: solid 0.5rem transparent;
    border-right: solid 0.5rem transparent;
    border-top: solid 0.8rem #EA4335;
}
.btn_w0 ul li a {
    margin-left: 1.2rem;
    text-decoration: none;
    color: #333;
}
/*------------------------------
	タブ切り替え
------------------------------*/
ul.tab_panel > li {
	display: none;
}
ul.tab_panel > li.selected {
	display: block;
}
/*------------------------------
	攻略ツール
------------------------------*/
ul.iPhoneULIndex2 {
	padding:0 1.0rem;
}
ul.iPhoneULIndex2 li {
	display:table;
	width:100%;
	overflow:hidden;
	border-bottom: solid 1px #DCDCDC;
}
ul.iPhoneULIndex2 li a {
	padding: 1.0rem 0;
	display: block;
	text-decoration: none;
	color:#444;
}
ul.iPhoneULIndex2 li.nonlink {
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	display: block;
	color:#444;
	opacity: 0.5;
}
ul.iPhoneULIndex2 li p {
	display:table-cell;
	vertical-align:middle;
	width:auto;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
ul.iPhoneULIndex2 li p:first-child {
	padding-right:0.5rem;
}
ul.iPhoneULIndex2 li p img {
	width:50px;
}
/*------------------------------
	5号機撤去カレンダー
------------------------------*/
.iPhoneListTitle {
	padding: 1.0rem 0;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	background-color:#444;
	white-space: normal;
    overflow: unset;
    text-overflow: unset;
}
.iPhoneListTitle > p {
	padding: 0.2rem 0;
	font-size:1.2rem;
	color:#999;
	font-weight:normal;
}
/*------------------------------
	天井リスト
------------------------------*/
.iPhoneBody.tenjo > ul.tab_panel > li > div.tab_list.nonlink {
    color: #444;
}
.iPhoneBody.tenjo > ul.tab_panel > li > div.tab_list > a > p,
.iPhoneBody.tenjo > ul.tab_panel > li > div.tab_list.nonlink > p {
    margin: 0.5rem 0 0;
    padding: 0.6rem;
	display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: normal;
    color: #444;
    background-color: #EEE;
    border-radius: 0.5rem;
}
/*------------------------------
	しのけん's EYEリスト
------------------------------*/
.iPhoneBody.shino .iPhoneHead {
	padding: 0.25rem 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
}
.iPhoneBody.shino .iPhoneHead > h1,
.iPhoneBody.shino .iPhoneHead > p {
	align-self: center;
}
.iPhoneBody.shino .iPhoneHead > .icon img {
	width: auto;
	height: 4.0rem;
}
.iPhoneBody.shino .iPhoneHead > .sub {
	padding: 0 1.0rem;
	display: table;
	height: 3.5rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #EA4335;
	background-color: #FFF;
	border-radius: 0.5rem;
}
.iPhoneBody.shino .iPhoneHead > .sub span {
	display: table-cell;
	vertical-align: middle;
}
.iPhoneBody.shino div.tab_list p {
    padding-left: 0.5rem;
    vertical-align: top;
}
.iPhoneBody.shino div.tab_list p.dai {
    padding-left: 0;
	width: 15%;
}
.iPhoneBody.shino div.tab_list p.dai img {
	width: 100%;
}
/*------------------------------
	期待収支リスト
------------------------------*/
.iPhoneBody.sim div.tab_list {
	padding: 1rem 0;
	display: flex;
	overflow: hidden;
	position: relative;
}
.iPhoneBody.sim div.tab_list a {
    padding: 0;
	display: inline-block;
}
.iPhoneBody.sim div.tab_list p {
    padding-left: 0.5rem;
	width: 85%;
    vertical-align: top;
}
.iPhoneBody.sim div.tab_list p.dai {
    padding-left: 0;
	width: 15%;
}
.iPhoneBody.sim div.tab_list p.dai a {
	display: block;
}
.iPhoneBody.sim div.tab_list p.dai img {
	width: 100%;
}
.iPhoneBody.sim .scrollBox {
    padding-left: 0.5rem;
    width: 85%;
    /*line-height: 2.4rem;*/
    overflow: hidden;
    position: absolute;
	bottom: 0.9rem;
	left: 15%;
}
.iPhoneBody.sim .scrollBox_inner {
    line-height: 5rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.iPhoneBody.sim .scrollBox_inner::-webkit-scrollbar {
    display: none;
}
.iPhoneBody.sim .scrollBox ul {
	display: flex;
    line-height: 2.4rem;
}
.iPhoneBody.sim .scrollBox ul li + li {
	margin-left: 0.5rem;
}
.iPhoneBody.sim .scrollBox ul li a {
	padding: 0 0.6rem;
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
	font-weight: normal;
	line-height: 2.4rem;
    text-decoration: none;
    color: #1558d6;
    background-color: #FFF;
    white-space: nowrap;
	border-radius:0.5rem;
    border: solid 0.1rem #DCDCDC;
}
.iPhoneBody.sim .scrollBox ul li a:visited {
    color: #4b11a8;
}
/*------------------------------
	しのけん's EYEリスト＆天井リスト＆期待収支リスト共通
------------------------------*/
.iPhoneBody.sim .btn_w4,
.iPhoneBody.sim .btn_w5,
.iPhoneBody.shino .btn_w4,
.iPhoneBody.shino .btn_w5,
.iPhoneBody.tenjo .btn_w4,
.iPhoneBody.tenjo .btn_w5 {
	padding-top: 0;
}
.iPhoneBody.sim .btn_w4 ul + ul,
.iPhoneBody.sim .btn_w5 ul + ul,
.iPhoneBody.shino .btn_w4 ul + ul,
.iPhoneBody.shino .btn_w5 ul + ul,
.iPhoneBody.tenjo .btn_w4 ul + ul,
.iPhoneBody.tenjo .btn_w5 ul + ul {
    margin-top: 0.5rem;
}
.iPhoneBody.sim .machineTitleBand,
.iPhoneBody.shino .machineTitleBand,
.iPhoneBody.tenjo .machineTitleBand {
	margin: -0.1rem 1.0rem 0;
	padding: 0.6rem;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
	background-color: #F07C72;
}
.iPhoneBody.sim .pageFeedPrev,
.iPhoneBody.shino .pageFeedPrev,
.iPhoneBody.tenjo .pageFeedPrev {
    position: absolute;
    left: 1.8rem;
    text-decoration: none;
    color: #FFF;
}
.iPhoneBody.sim .pageFeedNext,
.iPhoneBody.shino .pageFeedNext,
.iPhoneBody.tenjo .pageFeedNext {
    position: absolute;
    right: 1.8rem;
    text-decoration: none;
    color: #FFF;
}
/*------------------------------
	コピーライト
------------------------------*/
.crtext {
    padding: 1.0rem;
    font-size: 1.0rem;
	line-height: 1.25;
    text-align: left;
    color: #666;
}
/*------------------------------
	会員登録ボタン【赤】
------------------------------*/
.regButton {
	margin:1em 0;
	padding:0 0.5em;
	text-align:center;
}
.regButton a {
	margin:0;
	padding:0.5em 0;
	width:100%;
	display:block;
	text-decoration:none;
	border-radius:50vh;
	background:-moz-linear-gradient(top, #F33 0%, #F66 50%, #F33 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F33), color-stop(50%,#F66), color-stop(100%,#F33));
	background-color:#F66;
	border:outset 1px #F33;
}
.regButton .regbox1 {
	margin:0;
	padding:0 2px;
	width:46%;
	height:24px;
	float:left;
	text-align:right;
	font-size:12px;
	line-height:12px;
	color:#000;
}
.regButton .regbox2 {
	margin:0;
	padding:0 2px;
	width:54%;
	height:24px;
	float:right;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#FF0;
}
.regButton p {
	margin:0;
	padding:2px 0 0;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	font-family:'Noto Sans JP', sans-serif;
	color:#FFF;
	clear:both;
}
.regButton span {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:12px;
	color:#000;
}
/*------------------------------
	会員登録ボタン【緑】
------------------------------*/
.regButtonG {
	margin: 1rem;
	text-align:center;
	font-size:1.25rem;
	line-height: 1.25;
	background-color:#34A853;
	border: outset 0.2rem #34A853;
	border-radius:0.8rem;
}
.regButtonG > a {
	padding:1rem 0.5rem;
	display:block;
	text-decoration:none;
	color:#FFF;
	border-radius:0.5rem;
}
.regButtonG > a > p {
	font-size:1.0rem;
}
.regButtonG > a > b {
	margin-left: 0.4rem;
	display: inline-block;
	font-size:2rem;
	font-family:'Noto Sans JP', sans-serif;
}

