@charset "shift_jis";
/* CSS Document */

* {
	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;
}
img {
	/*display:block;*/
	vertical-align:bottom;
	font-size:0;
	line-height:0;
	border:0;
}
html {
	background-color:#FFF;
	/*background-image:url(../../pla/special/juggler_jissen202203/img/bg.png);
	background-repeat:repeat;
	background-size:auto;
	background-position:center top;*/
	-webkit-text-size-adjust:none;
	font-size:calc(100vw / 32);
	color: #000;
}
body {
	background-color:transparent;
	font-size:1.6rem;
	line-height:1.25;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.iPhoneBody {
	background-color:transparent;
}
.clm_headerimg,
.iPhoneULIndex li p:first-of-type,
.leadlink,
.marquee {
	font-size:0;
}
/* ヘッダ画像の位置修正 */
.clm_headerimg img {
    margin-bottom:0;
}
/* マーキー */
/*marquee {
	background-color:#f4a000;
	font-size:1.4rem;
	line-height:2.6rem;
	color:#FFF;
}*/
/* このコラムは…リンク */
/*.leadlink {
	background-color:#1b1464;
	font-size:1.4rem;
	line-height:3.0rem;
	text-align:center;
}
.leadlink a {
	color:#FF0;
}
.leadlink a.tw {
	margin-left: 18px;
	padding:5px 0 6px;
	display:inline-block;
	width:50%;
	text-align:center;
	color:#FFF;
	text-decoration: none;
	background-color:#1d9bf0;
	border: outset 2px #1d9bf0;
	border-radius: 6px;
}*/
/* ボタンリンク */
/*.btnBox {
	margin:0.5rem 0.5rem 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btnBox div {
	padding: 0 0.5rem;
	width: 50%;
}
.btnBox a.result {
	margin:0 auto;
	padding:1.2rem 0;
	display:block;
	font-size:1.4rem;
	text-align:center;
	color:#FFF;
	text-decoration: none;
	background-color:#914897;
	border: outset 0.2rem #914897;
	border-radius: 0.6rem;
}
.btnBox a.tw {
	margin:0.5rem auto;
	padding:0.5rem 0;
	display:block;
	font-size:1.2rem;
	text-align:center;
	color:#FFF;
	text-decoration: none;
	background-color:#55acee;
	border: outset 0.2rem #55acee;
	border-radius: 0.6rem;
}*/
/* リード */
.lead {
	margin:1rem;
	padding:0;
	font-size:1.2rem;
	text-align: justify;
	color: #FFF;
}
/*.textbox {
	margin:1rem;
	font-size:1rem;
	color: #999;
}
.accordion {
    margin: 1rem;
    font-size: 1.1rem;
    color: #C0C0C0;
}
.accordion .toggle {
    display: none;
}
.accordion .content {
    transition: all 0.6s;
}
.accordion .title {
    padding: 0;
    display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
    font-size: 1.2rem;
	line-height: 2.4rem;
    background-color: rgba(255,255,255,0.2);
    position: relative;
}
.accordion .title::before {
	font-size: 1rem;
    content: "▼";
    position: absolute;
    right: 1rem;
    transition: all 0.5s;
}
.accordion .content {
	padding: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 1.5;
	background-color: transparent;
	border-radius: 0;
}
.accordion .content table {
	margin: 0.5rem auto 0;
}
.accordion .toggle:checked + .title + .content {
    max-height: 1000px;
    transition: all 2s;
}
.accordion .toggle:checked + .title::before {
	transform: rotate(180deg);
    transition: all 0.5s;
}*/
/* リストページ　リンク */
.iPhoneULIndex {
	margin: 2rem 1.5rem;
	background:none;
	background-color:transparent;
}
.iPhoneULIndex li {
	margin: 2rem auto;
	padding: 0;
    text-align: justify;
	overflow:auto;
	background-color:transparent;
	border-bottom: none;
    box-shadow: 0.2rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.iPhoneULIndex a {
	margin: 0;
	padding: 1rem;
	display:block;
	font-size:1.5rem;
    font-weight: bold;
	text-decoration:none;
	color:#000;
	background:none;
    background-color: #60e6e7;
	position: relative;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
	border-left: solid 0.8rem #159697;
    background: #60e6e7;
    list-style-type: none!important;
}
/*.iPhoneULIndex a:after {
    position: absolute;
    right: 0.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-top: 0.1rem solid #FFF;
    border-right: 0.1rem solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.iPhoneULIndex a br {
	display: none;
}
/*.iPhoneULIndex a:visited::after {
    border-top-color: #F39;
    border-right-color: #F39;
}
.iPhoneULIndex a::before {
    position: absolute;
    left: 0;
	top: 0;
    content: "";
    width: 0.75rem;
    height: 100%;
	background-color: #E60012;
}
.iPhoneULIndex a::after {
    position: absolute;
    right: 0.75rem;
	top: 0;
	bottom: 0;
	margin: auto;
    content: "";
	width: 0.75rem;
	height: 0.75rem;
	background-image: url(../../pla/special/2022newyear/kouryaku/img/ico_arrow_w.svg);
	background-size: cover;
}
.iPhoneULIndex a:visited {
	color: #E60012;
}
.iPhoneULIndex a > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.iPhoneHead + .iPhoneULIndex li {
	margin:0;
	background:none;
	background-color:#FFF;
	border: none;
	border-bottom:solid 1px #CCC;
}
.iPhoneHead + .iPhoneULIndex li:last-child {
	border-bottom:none;
}
.iPhoneHead + .iPhoneULIndex a {
	margin: 0;
	padding:10px 20px 10px 10px;
	display:block;
	text-decoration:none;
	color:#574637;
	background:none;
	position: relative;
}
.iPhoneHead + .iPhoneULIndex a > div {
	justify-content: flex-start;
}
.iPhoneHead + .iPhoneULIndex,
.iPhoneULIndex li img {
	padding:0;
}
.iPhoneHead + .iPhoneULIndex a,
.iPhoneHead + .iPhoneULIndex a div,
.iPhoneULIndex li p {
	margin-top: 0;
	font-size:16px;
}
.iPhoneHead + .iPhoneULIndex a[href*="backmode"] {
	font-size:1.4rem;
	background-color:#009d95;
}
.iPhoneHead + .iPhoneULIndex a[href*="backmode"]:after {
    position: absolute;
    right: 1.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: 0.2rem solid #FFF;
    border-right: 0.2rem solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
/* リストページ　アイコン */
/*.iPhoneULIndex li img:not([src*="new"]) {
    margin: 0;
    padding: 0;
    width: 5.5rem;
    height: auto;
}*/
/* リストページ　日時記載 */
.daytext {
	margin:0 0 0.5rem;
	padding:0;
	display: flex;
    align-items: center;
	font-size:1.2rem;
    font-weight: normal;
	color:#006566;
}
/*.daytext:after {
	margin: auto;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
	left: 10rem;
    right: 1rem;
    height: 1px;
    background-color: #FFF;
}
.iPhoneULIndex li:first-child .daytext:after {
	left: 11.5rem;
}*/
.iPhoneULIndex li img[src*="new"] {
	margin:0.1rem 0 0 0.2rem;
	padding:0;
	width: 1.4rem;
	height: 1.4rem;
}
.iPhoneHead + .iPhoneULIndex li img[src*="new"] {
	display: none;
}
/* 記事ページ　タイトル */
.iPhoneHead {
	margin:0;
	padding: 1.2rem 0.2rem;
	height:auto;
	background-image:none;
	background-color:#0c2249;
    /*border-top: solid 0.3rem #8f7042;
    border-bottom: solid 0.3rem #594522;*/
}
.iPhoneHead h1 {
	margin:0;
	padding:0;
	font-size:1.6rem;
	line-height:1.2;
	color:#FFF;
	text-align:center;
	white-space:normal;
	overflow:visible;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
/* 記事ページ　日時記載 */
/*.iPhoneListTitle {
	padding:0;
	height:auto;
	font-size:1.4rem;
	line-height:3rem;
	color:#000;
	text-align:center;
	background-color:#ffe5bf;
	text-overflow:ellipsis;
	overflow:auto;
	white-space:nowrap;
}*/
/* 記事ページ　テキスト部分 */
.boxleft_04 {
    margin: 0;
    padding: 2.2rem 3%;
    /* color: #000; */
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.7;
    background-color: transparent;
}
.boxleft_04 h4 {
    padding: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    color: #005d9b;
    /* background-color: #60e6e7; */
    border-top: solid 0.3rem #4babeb;
    border-bottom: solid 0.3rem #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #cfe9ff, #cfe9ff 0.3rem,#c2e0ff 0.3rem, #c2e0ff 0.7rem);
    background: repeating-linear-gradient(-45deg, #cfe9ff, #cfe9ff 0.3rem,#c2e0ff 0.3rem, #c2e0ff 0.7rem);
}
/*.boxleft_04 h4::before,
.boxleft_04 h4::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.3rem;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
.boxleft_04 h4::before {
    top: 0.5rem;
}
.boxleft_04 h4::after {
    bottom: 0.5rem;
}*/
/* 記事ページ　コピーライト */
.boxleft_04 font[color*="#666666"],
.boxleft_04 font[size*="1"] {
	display: inline-block;
	font-size:1.2rem;
	color: #999;
}
/* バックナンバー・ブログTOPに戻るリンク共通 */
.boxcenter_01,
.boxcenter_06 {
	/*margin: 2rem auto;*/
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    background-color: transparent;
    margin: 0;
    padding: 1.5rem 0;
    border-top: solid 0.2rem #DCDCDC;
}
.boxleft_04 + .boxcenter_06 {
	margin: 0;
	padding: 1.5rem 0;
    border-top: solid 0.1rem #DCDCDC;
}
.boxleft_04 > a,
.boxcenter_01 a,
.boxcenter_06 a {
	color:#0035ff;
}
.boxcenter_06  {
display: none;
}
/*.boxcenter_06 + .boxcenter_01,
.boxcenter_06 + .boxcenter_06 {
	padding-top: 0;
}
.boxcenter_01 a:visited,
.boxcenter_06 a:visited {
    color: #4b11a8;
}
.btnBox + .boxcenter_06,
.boxcenter_06 + .btnBox {
	border-top:solid 1px #666;
}
.iPhoneULIndex + .boxcenter_01,
.boxleft_04 + .boxcenter_06,
.clm_headerimg + .iPhoneHead + .iPhoneULIndex + .boxcenter_06 {
	display: none;
}
.clm_headerimg + .leadlink + .iPhoneULIndex + .boxcenter_06 {
	display: block;
}
.boxcenter_07 {
	margin:0 auto;
	padding:0.6rem;
	text-align:center;
	background-color:transparent;
}
.boxcenter_08 {
	margin:0 auto;
	padding:0.6rem;
	text-align:center;
	border-top:solid 0.1rem #000;
}*/
/* コピーライト */
.crtext {
	font-size: 1rem;
	color: #666;
}
/* フッターバナー調整 */
.pre_pass {
	margin:0;
	padding:0;
}
.pre_pass img {
	margin:0;
	padding:0;
	display:block;
}
.pre_pass a {
	margin:0;
	padding:0;
	display:block;
}
/* TOPへ戻るボタン調整 */
/*.pagetop a {
	font-size: 1.8rem;
}
.pagetop a span {
	font-size: 1.1rem;
}*/

.tit000 {
	padding: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	background-color:#159697;
	text-align: center;
}