/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
#content{width:1010px;}
main{margin-left:220px;
width:700px;}
.toph1 {
	font-size: small;
}
.toph2 {
	font-size: small;
}
.amad{
padding: 10px;
border: 2px solid #eee;
margin-bottom:10px;}
.amadtop{
font-weight: 700; 
border-bottom: solid 3px black;
}
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #777;
    border: solid 5px #777;
    border-radius: 3px;
    transition: .4s;
	font-weight: 700; 
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
	border: solid 5px #67c5ff;
}

.ads{ width: 336px; height: 280px;margin-left: auto;
  margin-right: auto;line-height: 20px; }
@media(min-width: 470px) { .ads { width: 468px; height: 60px; margin: 10px auto;} }
@media(min-width: 730px) { .ads { width: 728px; height: 100px; margin: 10px auto; padding:10px 0;} }

@media only screen and (max-width: 750px) {
#content{width:100%;}
main{margin-left:0px;
width:100%;}
#contentInner article,
#contentInner main
 {
	 width:99%;
	 margin:0 auto;
	 padding:5px 0px;
 } 
    /*基本のフォントサイズ*/
    p, /* テキスト */
    .st-kaiwa-hukidashi, /* ふきだし */
    .yellowbox, /* 黄色ボックス */
    .graybox, /* グレーボックス */
    .redbox, /* 薄赤ボックス */
    .post ul li, /* ulリスト */
    .post ol li, /* olリスト */
    .post h5, /* H5 */
    .post h6, /* H6 */
    .post table tr td,
    table tr td /* テーブル */
     {
 font-size:17px;
line-height:1.7em;
	}
}
.mtsl{margin-bottom:5em;}
.vci{width:100%;}
.abt{background:#ff9900;
padding:1em;
margin-bottom:4em;}
.abt a{color:#fff;
font-weight:bold;}

.pointbox {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #33cccc;
    border-radius: 8px;
	line-height:2.2em;
	font-size:15px;
}
.pointbox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #336666;
    font-weight: bold;
}
.pointbox p {
    margin: 0; 
    padding: 0;
	font-size:90%;
	color:#333;
	font-weight:700;
}

.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.kakomi-tab {
 position: relative;
 margin: 2em auto;
 padding: 1em 1em;
 width: 95%;
 background-color: #fff; 
 border: 2px solid #00cccc; 
 box-shadow: 2px 2px 2px #ccc; 
	line-height:1.5em;
}
.title-tab {
 position: absolute;
 display: inline-block;
 top: -28px;
 left: -2px; 
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fff;
 background-color: #00cccc; 
 border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 750px) {
	.kakomi-tab {
 position: relative;
 margin: 1.5em auto;
 padding: 1em 0.5em;
 width: 92%;
 background-color: #fff; 
 border: 2px solid #00cccc; 
	line-height:1.5em;
}
.title-tab {
 position: absolute;
 display: inline-block;
 top: -28px; 
 left: -2px; 
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
 color: #fff; /* タイトル色 */
 background-color: #00cccc; /* タイトル背景色 */
 border-radius: 5px 5px 0 0;
}}

/* TOC */
#toc_container{
	margin:20px auto 10px;
	border:3px solid #f2f2f2;;
	border-radius:3px;
	box-sizing:border-box;
	padding:15px 45px;
	display:table;
width: 100%;
}
 
/* テーマによるリストの装飾を一旦無効化 */
#toc_container ul.toc_list li::before{
	content:none;
	padding:0;
	margin:0;
	width:0;
	height:0;
	background:none;
	box-shadow:none;
}

#toc_container ul{ list-style: none;}
 
/* 目次の見出しタイトル */
#toc_container .toc_title{
	text-align:center;
	font-weight:bold;
	font-size:110%;
	padding:0;
}
 
/* 見出しタイトル左のアイコン */
#toc_container .toc_title::before{
	position:relative;
	font-size:28px;
	content:"\2254";
	display:inline-block;
	width:40px;
	height:40px;
	line-height:34px;
	margin-right:8px;
	border-radius:50%;
	vertical-align:baseline;
	speak:none;
	-webkit-font-smoothing:antialiased;
	color:#fff;
	background-color:#ccc;
}
 
/* 表示／非表示トグル */
#toc_container .toc_toggle a{
	font-size:13px;
	font-weight:normal;
	padding:2px 4px;
}
 
/* 目次エリア */
#toc_container p.toc_title + ul.toc_list{
	padding:10px 0 0;
	margin:10px 0 0;
	border-top:1px solid rgba(0,0,0,.1);
}
 
/* 目次のリストの共通スタイル */
#toc_container ul.toc_list li{
	padding:0;
	margin:0;
}
 
/* 目次のリンク */
#toc_container ul.toc_list li a{
	position:relative;
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	padding:3px 0;
	margin:0px 0;
	line-height:1.6;
	transition:all .3s ease;
}
.toc_depth_2{margin-left:-20px !important}
#toc_container li{margin-bottom:0px !important}
#toc_container ul{margin-bottom:-5px !important}
 
/* 目次のリンクカラー */
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
	color:#0099cc;
}
 
/* マウスオーバー時 */
#toc_container ul.toc_list a:hover{
	opacity:.80;
	text-decoration:none;
}
 
/* 親の目次 */
#toc_container ul.toc_list > li > a{
	font-size:80%;
	font-weight:bold;
	margin-left:0px;
}
 
/* 番号振り用のスタイル */
#toc_container .toc_number{
	display:inline-block;
	text-align:center;
	margin-right:5px;
	font-family:'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
	font-weight:400;
	color:#fff;
	background-color:#33cccc;
}
 
/* 親の目次の番号 */
#toc_container .toc_number.toc_depth_1{
	position:absolute;
	top:0;
	left:-40px;
	width:22px;
	height:22px;
	line-height:22px;
	border-radius:16px;
}
 
/* 子の目次の番号 */
#toc_container .toc_number:not(.toc_depth_1){
	border-radius:15px;
	line-height:20px;
	padding:0 5.43px;
}
 
/* 子の目次 */
#toc_container ul.toc_list > li > ul{
	margin-left:0px;
	margin-bottom:5px
}
 
/* レスポンシブ設定(667px幅以下) */
@media only screen and (max-width: 667px){
	#toc_container{
		padding:20px 3vw;
		min-width: auto;
		width:100%!important;
	}
	#toc_container .toc_number.toc_depth_1{
	position:absolute;
	top:0;
	left:-25px;
	width:22px;
	height:22px;
	line-height:22px;
	border-radius:16px;
}
	#toc_container ul.toc_list > li > a{
	font-size:80%;
	font-weight:bold;
	margin-left:25px;
}
	#toc_container p.toc_title+ul.toc_list{
		padding:20px 0 0;
	}
	#toc_container ul.toc_list > li > ul{
		margin-left:20px;
	}
}

@media screen and (min-width: 960px) {
.metaslider .caption {
 font-family: 'M PLUS 1p', sans-serif !important;
	font-size: 1.2em;
 font-weight: bold;
 line-height: 1.5;
 color: #fff;
 text-decoration: none;
 display: block;
 transition: .3s;
}
}

.sscbn{margin-top:450px;}
@media only screen and (max-width: 667px){
	.sscbn{margin-top:0px;}
}