@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI:  https://wp-cocoon.com/ 
Author: わいひら
Author URI:  https://nelog.jp/ 
Template: cocoon-master
Version: 1.1.2
*/

/******************** 常時サイト全体に関わること ********************/
/* h1の代わり */
.heading-title{
	font-size: 20px;
	font-weight: bold;
}

.content{
	position: relative;
	z-index: 1;
}

/* オーバーフローでスクロール */
.over-scroll{
	overflow-x: auto;
}

main{
	padding-top: 1px !important;
}

/* ヘッダーアイコン */
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 50px;
}
/* ヘッダー */
#header-container{
	position: sticky;
    top: 0;
    z-index: 100;
}
/* サイドバー */
.sidebar-menu-content{
	max-width: 220px;	
}
/* サイドバー */
@media screen and (max-width: 834px) {
    div.sidebar {
        padding: 0;
        margin: 12px 0;
        border-width: 0;
    }
}
/* パンくずリスト */
/* .breadcrumb.breadcrumb-category.sbp-main-before.wrap{
	margin-top: 0;
} */

/* モバイルヘッダーのアイコンと文字 */
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
	background-color: #1c73bf;
	color: #fff;
}

/* homeアイコンと文字 */
.mobile-menu-buttons .menu-button > a {
    color: #fff;
}

/* モバイルヘッダーアイコン */
.mobile-menu-buttons .menu-button {
    justify-content: left;
	padding-left: 16px;
}
/* モバイルヘッダーのロゴ */
.mobile-menu-buttons .menu-button {
	cursor: auto;
}


.menu-content {
	background-color: #e5f4fd;
}

/* サイドバー背景色 */
.sidebar {
	padding: 0;
	padding-top: 10px;
	background-color: #e5f4fd;
	color: #000;
}

.sidebar-scroll{
	top: 60px;
}

.fa.close-icon{
	font-size: 20px;
}

/* モバイル用サイドバーの×印本体 */
.sidebar-menu-content .fa.fa-close{
	color: #808080;	
}

/* モバイル用サイドバーの×印の位置 */
.menu-close-button {
    text-align: right;
	padding-right: 0.5em;
}

/* サイト全体のフォントサイズはCocoon設定の本文から変更可能 */
/* 1remが10pxになる */
html {
	font-size: 62.5%;
}

/* 固定ページの日付非表示 */
.page .date-tags {
	display: none;
}


/* 画像選択不可 */
/* img{
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
} */

.source-org.copyright{
	font-size: 10px;
}

/* 画像の下の余白を消す */
img{
	vertical-align:top;
}

/* リストの下の余白を消す＆左寄せ */
ul{
    margin-bottom: 0 !important;
	padding:0 !important;
}

/* リストの左のマークを消す */
li{
	list-style: none;
}

input[type="text"]{
	width: 10rem;
	padding: .25rem;
}

.entry-title{
	margin: 0;
}

input[type='number']{
	padding: 5px 10px;
	font-size:16px;
}

input[type='text']{
	padding: 5px 10px;
	font-size:16px;
}

input[type='search']{
	padding: 5px 10px;
	font-size:16px;
	width: 88%;
	margin-left:2px;
}

/* 検索窓 */
.search-area{
    display: inline-block;
    position: relative;
	margin: 10px 0;
    width: 100%;
/* 	max-width:220px; */
}

.search-field{
	display:flex;
	align-items:center;
	padding: 2px;
	background-color:#2a92d2;
	border-radius:5px 20px 20px 5px;
	max-width: 220px;
}

.search-icon{
	padding-left:10px;
	padding-right:10px;
	color: #fff;
	
}

/* 虫眼鏡アイコン */
/* .search-area::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 5px;             
    width: 2rem;
    height: 2rem; */
/* 	background: url('https://games.velchannel.com/dqtact/media/svg/search-icon.svg') no-repeat center center / auto 100%; */


/********** そうびアイコンの設定 ***********/
.chara-icon,
.eq-icon{
	width: 70px;
	height: 70px;
	max-width: 70px;
	max-height: 70px;
	border-radius: 5px;
	margin: 4px;
}

/* スマホのみ */
@media screen and (max-width: 480px){
	.chara-icon,
	.eq-icon{
		width: 40px;
		height: 40px;
		max-width: 40px;
		max-height: 40px;
		border-radius: 3px;
		margin: 3px;
	}

}

/********** 耐性フォントの設定 ***********/
/* 耐性フォント */
.resistance-font{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    text-shadow: 
    0px -1px 0px #000,
    1px -1px 0px #000,
    2px -1px 0px #000,
    -1px -1px 0px #000,
    -2px -1px 0px #000,

    1px 0px 0px #000,
    2px 0px 0px #000,
    -1px 0px 0px #000,
    -2px 0px 0px #000,

    0px 1px 0px #000,
    1px 1px 0px #000,
    2px 1px 0px #000,
    -1px 1px 0px #000,
    -2px 1px 0px #000,

    0px 2px 0px #000,
    1px 2px 0px #000,
    2px 2px 0px #000,
    -1px 2px 0px #000,
    -2px 2px 0px #000,

    0px 3px 0px #000,
    1px 3px 0px #000,
    2px 3px 0px #000,
    -1px 3px 0px #000,
    -2px 3px 0px #000,

    0px -1px 1px #000,
    1px -1px 1px #000,
    2px -1px 1px #000,
    -1px -1px 1px #000,
    -2px -1px 1px #000,

    1px 0px 1px #000,
    2px 0px 1px #000,
    -1px 0px 1px #000,
    -2px 0px 1px #000,

    0px 1px 1px #000,
    1px 1px 1px #000,
    2px 1px 1px #000,
    -1px 1px 1px #000,
    -2px 1px 1px #000,

    0px 2px 1px #000,
    1px 2px 1px #000,
    2px 2px 1px #000,
    -1px 2px 1px #000,
    -2px 2px 1px #000,

    0px 3px 1px #000,
    1px 3px 1px #000,
    2px 3px 1px #000,
    -1px 3px 1px #000,
    -2px 3px 1px #000,

    0px -1px 2px #000,
    1px -1px 2px #000,
    2px -1px 2px #000,
    -1px -1px 2px #000,
    -2px -1px 2px #000,

    1px 0px 2px #000,
    2px 0px 2px #000,
    -1px 0px 2px #000,
    -2px 0px 2px #000,

    0px 1px 2px #000,
    1px 1px 2px #000,
    2px 1px 2px #000,
    -1px 1px 2px #000,
    -2px 1px 2px #000,

    0px 2px 2px #000,
    1px 2px 2px #000,
    2px 2px 2px #000,
    -1px 2px 2px #000,
    -2px 2px 2px #000,

    0px 3px 2px #000,
    1px 3px 2px #000,
    2px 3px 2px #000,
    -1px 3px 2px #000,
    -2px 3px 2px #000;
}

/* 耐性フォント：弱点 */
.resistance-font.weak{
    color: #fcda63;
}

/* 耐性フォント：耐性 */
.resistance-font.res{
    color: #d7c9ff;
}


/********** スライダーの設定 ***********/
/* 	accent-color: #2a92d2;でポインタより左の色変更可 */
input[type="range"]{
    margin-left: 1rem;
	cursor:pointer;
}




input[type="range"]::-webkit-slider-thumb{
	border-radius:50%;	
	transition: all 0.2s;
	position: relative;
	z-index:2;
}

input[type="range"]::-webkit-slider-thumb:hover{
	box-shadow: 0 0 0 10px rgba(0, 30, 255, 0.1);
	
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 14px rgba(0, 30, 255, .2);
}


/* reCAPTCHAの非表示 */
.grecaptcha-badge {
	visibility: hidden;
}




/**********************
コピー防止
***********************/
/* .entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select: none;
-khtml-user-select: none;
}

 */

/******************** テーブルの設定 ********************/

/* テーブル全体 */
table {
	width: 100%;
	margin-bottom: 16px;
	border-color: #00f;
	text-align: center;
	line-height: 1.7;
}

/* テーブルの大見出し */
table thead th{
	padding: 0;
/* 	font-size: 2rem; */
	font-weight: bold;
	color: #fff;
	background-color: #2a92d2;
}

/* テーブルの見出し */
table th{
	padding: 0.2rem 0;
	background-color: #e5f4fd;
}

/* テーブルのセル */
table td{
	padding: 0;
	background-color: #fff;
}

/* テーブルをストライプにしない */
table tr:nth-of-type(2n + 1) {
	background-color: inherit;
}

/******************** 見出しの設定 ********************/
.entry-content h2{
	position: relative;
    top: 0;
    z-index: 1;
    padding: 2rem 1rem 0 3rem;
    margin-bottom: 1rem;
	border-bottom: 3px solid #ff5a5f;
    border-image:linear-gradient(to right,#1F4F7B,#6DA6D9)1;
    font-size: 18px;
    line-height: 2.5rem;
    font-weight: bold;
    color: #000;	
	background-color: #fff;
}

.article h2::after {
    content: '';
	position: absolute;
	top: 26px;
	left: 1rem;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
    background:linear-gradient(to right,#6DA6D9,#1F4F7B);

}


/******************** 単体クラス ********************/
/* 非表示にする（隙間は埋めない） */
.hidden{
	visibility: hidden;
}

/* 非表示にする（隙間を埋める） */
.none{
	display:none;
}

/* ブロック要素を横並び */
.flexbox{
	display:flex;
}

.flexbox.center{
	justify-content: center;
	align-items: center;
}

/*アイコンサイズに変更*/
.icon{
    width: 24px;
}


/*アイコンサイズに変更*/
.icon-middle{
    width: 4rem;
	margin: 1rem;
}

/*アイコンサイズに変更*/
.icon-large{
    width: 7rem;
}


/*アイコンサイズに変更*/
.icon-range{
    width: 6rem;
	margin: 0.5rem;
}


/* 太字 */
.bold{
 font-weight: bold;
}

/* 左右中央揃え */
.center{
	margin:0 auto;
	text-align: center;
}

.relative{
	position: relative;
}

.sticky{
	position: sticky !important;
	top: 50px !important;
	z-index: 10 !important;
	background-color: #fff;
}

.scroll-x{
	overflow-x: auto;
}
.scroll-y{
	overflow-y: auto;
}
/******************** パンくずリストの設定 ********************/
/* パンくずリストのアイコンを非表示 */
.breadcrumb-item>.fa {
 	display:none;
}

/* パンくずリストの文字色 */
.breadcrumb{
	color: #000;
}

/*　パンくずリストのリンク付き文字色　*/
.breadcrumb-home a,
.breadcrumb-home .fa-home,
.breadcrumb-item a{
	color: #2C7CFF;
}

/*　マウスオーバー時の色　*/
.breadcrumb-home a:hover,
.breadcrumb-item a:hover{
	background-color: #2C7CFF;
	color: #fff;
}


/******************** タイトルボックス（外枠の上にタイトルが書いてある） ********************/

/* 外枠 */
.title-box{
	position: relative;
	margin: 2rem 0.2rem;
	padding: 1.5rem 1rem 0.5rem 1rem;
	border: 3px solid #95ccff;
	border-radius: 8px;
}

/* 外枠：マウスオーバー */
.title-box:hover{
	border: solid 3px #2a92d2;
}

/* タイトル */
.title-box .title{
	display: inline-block;
	position: absolute;
	top: -1rem;
	left: 1rem;
	padding: 0 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	color: #2a92d2;
	background-color: #fff;
}


/******************** プルダウンリストの設定 ********************/
.pulldown{
	position: relative;
	padding: 0 2px;
	cursor:pointer;
}

/* プルダウンから選択した値を表示するフィールド */
.pulldown-field{
	text-align: center;
	height: 3rem;
	padding-left: 5px;
	border-bottom: 2px solid #2a92d2;
	font-size: 16px;
	font-weight: bold;
}

/* フィールド：マウスオーバー */
.pulldown-field:hover{
	background-color: #e9e9e9;
}

/* フィールドの右端にマーク */
.pulldown-field:after{
	content: "▼";
	float: right;
	padding-top: 5px;
	font-size: 12px;
	color: #2a92d2;
	transition: 0.2s;
}

/* フィールドの右端のマークのマウスオーバー */
.pulldown-field:hover:after{
	transform: translateY(3px);
}

/* プルダウン本体の外観 */
/* 最初は非表示 */
.pulldown-list{
	display: none;
	position: absolute;
	z-index: 20;
	width: 100%;
	padding: 0.7rem 0 !important;
	border: 0.1rem solid #000;
	border-radius : 10px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	background-color: #fff;
}

/* プルダウンのリスト */
.pulldown-list li{
	margin: 0 !important;
}

/* プルダウンのラベル（リストの幅と統一させる） */
.pulldown-list label{
	display: inline-block;
	width: 100%;
	height: 100%;
}

/* プルダウンのラベルのマウスオーバー */
.pulldown-list label:hover{
	background-color: #e9e9e9;
}

/* 現在適応中のプルダウンのラベルの背景を強調する */
.pulldown-list label:has(input[type="radio"]:checked){
	background-color: #e5f4fd;
}

/* プルダウンのラジオボタン非表示 */
.pulldown-list input[type="radio"]{
	visibility: hidden;
}
/******************** アコーディオンボックスの設定 ********************/

.accordion-box{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s,
                max-height 0.5s ease-out;    
}

.accordion-box.open{
    opacity: 1;
    max-height: 100vh;
    transition: opacity 1s,
                max-height 0.7s ease-in;
}


/******************** アコーディオン ********************/

.accordion-title{
    display: flex;
    align-items:center;
    width: 100%;
    margin: 1rem 0;
    border-left: 15px solid #2a92d2; 
	outline: 1px solid #808080;
    cursor: pointer;
}

.accordion-title.gray{
    border-left: 15px solid #808080; 
}



.accordion-icon{
    padding: 0 1rem;
}


.accordion-icon::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-image: url('https://games.velchannel.com/dqtact/media/svg/plus-icon.svg');
    background-size: contain;
}

.accordion-title:has(input[type="checkbox"]:checked) .accordion-icon::after{
    content: '';
    background-image: url('https://games.velchannel.com/dqtact/media/svg/minus-icon.svg');
}


.accordion-icon+input[type="checkbox"]{
    display: none;
}


.accordion-content{
	opacity: 0;
    max-height: 0;
	overflow: hidden;
    padding: 0 2rem;
    transition: opacity 0.4s,
                max-height 0.4s ease-out;
}

.accordion-content.open{
	opacity: 1;
    max-height: 1000vh;
    transition: opacity 0.6s,
                max-height 0.6s ease-in;
}




/******************** ボタン類の設定 ********************/
/******************** ノーマルボタン ********************/
input[type='button'].normal-button{
	margin: 0 10px;
    padding: 0 1rem;
    border:1px solid #000 !important;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    background-color: #f5f5f5;
	cursor: pointer;
	transition: color 0.5s,
				background-color 0.5s;  
}

input[type='button'].normal-button:active{
    background-color: #dcdcdc;
	transform: translateY(2px);
}


input[type='button'].normal-button:disabled{
	cursor: default;
	background-color: #808080;
	transform: translateY(0);
}

input[type='button'].normal-button.yes-button{
	color:#fff;
	background-color: #0084ff;
}

/******************** 選択式ボタン ********************/
.select-button{
    display: none;
}

label:has(.select-button){
    flex-shrink: 0;
    margin: 0 10px;
    padding: 0 1rem;
    border:1px solid #000 !important;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    background-color: #f5f5f5;
	cursor: pointer;
	transition: color 0.5s,
				background-color 0.5s;  
}

label:has(.select-button):active{
    background-color: #dcdcdc;
    transform: translateY(2px);
}

label:has(.select-button:checked){
    background-color: #2a92d2;
	color: #fff;
}


/******************** チェックボタン ********************/

/* 既存のチェックボックス消す*/
input[type='checkbox']:has(+span){
    display: none;
}


/* チェックボックスの本体未チェック*/
input[type='checkbox']+span{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 7px;
    border-radius: 3px;
    opacity: .9;
    background-color: #fff;
    border: 1px solid #000;
    vertical-align: -2.75px;
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    transform: translateY(-1px);
}

/* チェックボックスのマーク左*/
input[type='checkbox']+span:before{
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    --rotation: 45deg;
    --translate-top: 5px;
    --translate-left: 2px;
}

/* チェックボックスのマーク右*/
input[type='checkbox']+span:after{
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    --rotation: -45deg;
    --translate-top: -2px;
    --translate-left: 10px;
}

/* チェックボックスのマーク全体*/
input[type='checkbox']+span:after,
input[type='checkbox']+span:before{
    content: '';
    position: absolute;
	left:0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 0;
    border-bottom-color: #fff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -webkit-transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
    transform: rotate(var(--rotation)) translateX(var(--translate-top)) translateY(var(--translate-left));
}


/* チェックボックスのマーク チェック時*/
input[type='checkbox']:checked+span{
    background-color: #2a92d2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* チェックボックスの左線*/
input[type='checkbox']:checked+span:before{
    width: 3.5px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

/* チェックボックスの右線*/
input[type='checkbox']:checked+span:after{
    width: 8.5px;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

/* チェックボックスのマーク disabled*/
input[type='checkbox']:disabled+span{
    opacity: .5;
}




/******************** ラジオボタン ********************/
input[type='radio']:has(+span){
    display: none;
}

input[type='radio']+span{
    display: inline-block;
    top: 2px;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    cursor:pointer;
    border-radius:50%;
    position: relative;
    border: 1px solid #2196f3;    
}

input[type='radio']+span::before{
    content: "";
    position: absolute;  
    opacity:0;
    width: 10px;
    height: 10px;
    border-radius:50%;
    left: 2px;
    top: 2px;
    background-color: #2196f3;
    transition:opacity 0.2s;  
}

input[type='radio']:checked+span::before{
    opacity:1;
}


/******************** リセットボタン ********************/
input[type='reset']{
    padding: 0 1rem;
	border:1px solid #000;
    border-radius: 5px;
	font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    background-color: #ddd;
	transition: color 0.5s,
				background-color 0.5s;    
}

/* input[type='reset']:hover{
    color: #fff;
    background-color: #808080;
} */

input[type='reset']:active{
    color: #fff;
    background-color: #808080;
    transform: translateY(2px);
}


/******************** クエスチョンボタン ********************/
.question-button{
    position: relative;
    text-align: center;
    top: -2px;
    width: 20px;
    height: 20px;
    border:2px solid #fff;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #bc85ef;
    box-shadow: 0 0 0 1px #bc85ef;
	cursor:pointer;
}


.question-button:hover{
    background-color: #9c65cf;
}

/* クエスチョンボタンを押したときの説明文 */
.question-description{
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    /* margin-left: -20px; */
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #bc85ef;
    background-color: #fff;
	max-height: 220px;
	overflow-y: auto;
    z-index: 20;
}

.question-description div{
    font-weight: bold;
}





/******************** ビッグボタン ********************/
/* ビッグボタン通常 */
.big-button{
	display: flex;
	justify-content: center;
	align-items: center;
/* 	width : 100%; */
	margin: 5px 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;	
	border: none;
	border-radius: 30px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #2a92d2;
	background-color: #95ccff;
	cursor:pointer;
	transition: position 0.5s,
				color 0.5s,
				background-color 0.5s;
}

/* ビッグボタン：マウスオーバー */
.big-button:hover{
	background-color: #2a92d2;
	color: #fff;
}

/* ビッグボタン：クリック */
.big-button:active{
	position: relative;
	top: 0.5rem;
	background-color: black;
}


/* ビックボタン：使用不可 */
.big-button:disabled{
	position: static;
	color: #e9e9e9;
	background-color: #808080;
}

/* ビックボタン：使用不可マウスオーバーさせない */
.big-button:disabled:hover{
	color: #e9e9e9;
	background-color: #808080;
}

/* ビッグボタン：作動中 */
.big-button.on{
	color: #fff;
	background-color: #2a92d2;
}



/******************** OnOffスイッチの設定 ********************/

/* オンオフスイッチ */
.on-off-switch{
	display: inline-block;
	width: 8rem;
	height: 30px;
	text-align:center;
	border-bottom: 2px solid #2a92d2;
	font-size: 16px;
	font-weight: bold;
}

/* チェックボックスのアイコン非表示 */
.on-off-switch input[type="checkbox"]{
	display:none;
}

/* チェックボックスがONの時 */
.on-off-switch:has(input[type="checkbox"]:checked){
	color: #2a992a;
	background-color: #beffbe;
}

.on-off-switch:has(input[type="checkbox"]:checked)::after{
	content: 'ON';
}

/* チェックボックスがONの時のマウスオーバー */
.on-off-switch:has(input[type="checkbox"]:checked):hover{
	color: #2a992a;
	background-color: #aeefae;
}

/* チェックボックスがOFFの時 */
.on-off-switch:has(input[type="checkbox"]){
	color: #ff2a2a;
	background-color: #ffbebe;
}

.on-off-switch:has(input[type="checkbox"])::after{
	content: 'OFF';
}

.on-off-switch:has(input[type="checkbox"]):hover{
	color: #ff2a2a;
	background-color: #efaeae;
}

/* チェックボックスが無効の時 */
.on-off-switch:has(input[type="checkbox"]:disabled){
	color:#e9e9e9;
	background-color: #808080;
}

.on-off-switch:has(input[type="checkbox"]:disabled)::after{
	content: 'なし';
}

.on-off-switch:has(input[type="checkbox"]:disabled):hover{
	color:#e9e9e9;
	background-color: #808080;
}



/******************** 電卓の設定 ********************/
/* 電卓：本体 */
.calc {
	width: 250px;
	border: 2px solid black;
	border-radius: 11px;
	text-align: center;
}

/* 電卓：液晶部分 */
.calc-display{
	width : 240px;
	height: 60px;
	margin:2px;
	border-top: 4px solid #dcdcdca4;
	border-bottom: 4px solid #dcdcdca4;
	border-right: 5px solid #b6b6b6;
	border-left: 5px solid #b6b6b6;
}

/* 電卓：演算後の数式表示 */
#calcPreviousField{
	display: block;
	width: 100%;
	height: 25px;
	margin-top: -2px;
	font-size: 1.4rem;
	text-align: left;
}

/* 電卓：数式入力欄 */
#calcField{
	width: 100%;
	height: 30px;
	padding: 0 10px;
	border: none;
	font-size: 2rem;
	text-align: right;
}

/* 電卓：数式入力欄フォーカス */
#calcField:focus{
	border: none;
	outline: none;
}

/* 電卓：ボタン */
.calc-btn-small{
	width: 55px;
	height: 55px;
	margin: 1px;
	border: 2px solid #000;
	border-radius: 10px;
	font-size: 2rem;
	background-color: #95ccff;
}

/* 電卓：ボタン(演算記号)マウスオーバー */
.calc-btn-small:hover{
	background-color: #85bcef;
}

/* 電卓：ボタン(演算記号)クリック */
.calc-btn-small:active{
	position: relative;
	top: 0.5rem;
}

/* 電卓：ボタン（数字） */
.calc-btn-small.number{
	background-color: #e5f4fd;
}

/* 電卓：ボタン（数字）マウスオーバー */
.calc-btn-small.number:hover{
	background-color: #d5e4ed;
}

/* 電卓：ボタン（数字）クリック */
.calc-btn-small.number:active{
	position: relative;
	top: 0.5rem;
}

/* 電卓：ボタン（クリア） */
.calc-btn-small.clear{
	color: #fff;
	background-color: #2a92d2;
}

/* 電卓：ボタン（クリア）マウスオーバー */
.calc-btn-small.clear:hover{	
	background-color: #1a82c2;
}

/* 電卓：ボタン（クリア）クリック */
.calc-btn-small.clear:active{	
	position: relative;
	top: 0.5rem;
}

/* 電卓：ボタン（装備） */
.calc-btn-equip{
	width: calc(100% /6);
	height: 50px;
	border : 2px solid black;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* コンテンツ幅 */
.content-in{
	flex-wrap: nowrap;
}

.main{
	min-width:820px;
}
	
.sidebar{
	max-width:220px;
}
	
@media screen and (max-width: 1285px) {
    .main {
        width: 100%;
    }
}
	



/* 1023px以下 */
/* タブレットとスマホ */
@media screen and (max-width: 1023px){
	.main{
		min-width:auto;
	}
	
	.sidebar{
		min-width:auto;
	}
	
}

/* 480px以下*/
/* スマホのみ */
@media screen and (max-width: 480px){
	.main{
		min-width:auto;
	}
	
	.sidebar{
		min-width:auto;
	}
	
	body{
		background-image:none !important;
	}
	

	.entry-content h2{
    	top: 0;
    	padding: 2rem 1rem 0 2.5rem;
    	margin-bottom: 1rem;
		border-bottom: 3px solid #ff5a5f;
    	border-image:linear-gradient(to right,#1F4F7B,#6DA6D9)1;
    	font-size: 18px;
    	line-height: 2.5rem;
	}

	.article h2::after {
    	content: '';
		top: 2.7rem;
		left: 0.8rem;
		width: 10px;
		height: 10px;
    	background:linear-gradient(to right,#6DA6D9,#1F4F7B);
	}
	
    .icon{
		width: 16px;
    }
	
	.accordion-content{
		padding:0 1rem;
	}
	
	.article dd {
		margin-left: 20px;
	}
}



/*スマホ以外に適用570px以上*/
@media screen and (min-width: 570px){
  /*必要ならばここにコードを書く*/

/* スマホ以外では表示しない */
/* 背景画像動かす */
body {
	animation: bg 15s infinite linear;
}

@keyframes bg {
  0% {
	background-position: 0 0;
  }
  100% {
	background-position: 1365px -1365px;
  }
}

	
	
	

}



