@charset "UTF-8";
/* CSS Document */
/*
Theme Name: kobe-tshirt
*/

body#tinymce {
    padding: 30px !important;
    background: #fff !important;
}
.grecaptcha-badge { visibility: hidden; }
/*-----*/

/* スクロールバーを非表示 */
/*-----------------------------------------*/
.breadcrumbs::-webkit-scrollbar, .head_jack_inner::-webkit-scrollbar {
    display:none;
}
.breadcrumbs, .head_jack_inner {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* 基本 */
/*-----------------------------------------*/
*, *:before, *:after {
    box-sizing: border-box;
}
html, body {
    width: 100%;
}
body {
	color: #333;
	letter-spacing: 0.08em;
    font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, form, img, tr, th, td, dl, dt, dd {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
p, li, th, td, dt, dd, div {
	font-weight: normal;
	font-size: 16px;
}
li {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.imgbd {
    outline: 1px solid #ccc;
    outline-offset: 4px;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
  	text-decoration: none;
}
a:link {color: #09c;}
a:visited {color: #09c;}
a:hover	{color: #E78970;}
a:active {color: #09c;}

.hover_ease:hover img {
    opacity: .6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.hover_ease:hover .hover_blue {
    color: #09c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.hover_ease:hover .hover_red {
    color: #E78970;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.Clear {
	clear: both;
}
.mB0 {
	margin-bottom: 0 !important;
}
.scroll-hint-icon {
	letter-spacing: 0;
}

/* ヘッダー */
/*-----------------------------------------*/
#header	{
	border-top: 7px solid #007AA5;
}
.header_inner {
	padding: 1em 0;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.header_logo {
	float: left;
	text-align: center;
}
#header a {
	color: #333;
}
.header_logo_sub {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
}
.header_logo_sub a {
	color: #777;
}
.header_logo_main {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 1.5;
	font-weight: bold;
}
#gnav {
	float: right;
	margin-top: 9px;
	overflow: hidden;
}
#gnav li {
	float:left;
	font-size: 14px;
	padding-bottom: .5em;
}
#gnav li a {
	color: #333;
	display: block;
	position: relative;
	padding: 3px 20px;
	border-right: 1px dotted #ccc;
}
#gnav li a:hover:before {
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
#gnav li a:before {
	background-color: #F60;
	bottom: -5px;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	visibility: hidden;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
}

/* ヘッダージャック */
/*-----------------------------------------*/
#head_jack {
	clear: both;
	background: #f7f7f7;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 3px 0 #f0f0f0;
}
.head_jack_inner {
	padding: 7px 0;
	text-align: center;
	letter-spacing: -1em;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.head_jack_list {
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	width: 31%;
	margin: 10px 1%;
    outline: 3px solid #fff;
}
.head_jack_img {
	width: 100%;
}

/* フレーム */
/*-----------------------------------------*/
#wrap {
	overflow: hidden;
}
.media_screen_width {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#container {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 3em;
}
.container_top {
	margin-top: 45px;
}
#content {
	float: left;
	width: 100%;
	padding-right: 300px;
	margin-right: -300px;
}
#content.noindex {
	float: none;
	padding-right: 0;
	margin-right: 0;
}

/* PC・モバイルコンテンツの切り替え */
/*-----------------------------------------*/
.PC_content {
	display: block;
}
.MOBILE_content {
	display: none;
}

/* コンテンツ 共通 */
/*-----------------------------------------*/
h1#title__page {
	font-size: 22px;
    margin-bottom: 1em;
    padding: 1em;
    border: 2px solid #ccc;
    border-top: 5px solid #ccc;
}
.article p {
    line-height: 1.8;
}

.article a {
    border-bottom: 1px dashed #09c;
    margin: 0 2px;
}
.article a:hover {
    border-color: #E78970;
}

.article a.a-button {
	background-color: #09c;
	border-bottom: 6px solid #007AA2;
	border-radius: 7px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.3);
	color: #fff;
	display: block;
	margin: 1.5em auto;
	padding: 16px 0 14px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);
	width: 400px;
}
.article a.a-button:hover {
	background-color: #1BB3E5;
	border-color: #09c;
}
.article a.a-button:after {
    content: '';
    background-image: url(https://kobe-tshirt.com/img/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: 8px 0px;
    -webkit-background-size: 20px;
    background-size: 20px;
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: -4px;
}
/*-----*/
.article table {
    width: 100%;
    margin-bottom: 25px;
    border-collapse: collapse;
    word-break: break-all;
    word-wrap: break-word;
    box-shadow: 0 3px 0 #f8f8f8;
}
.article th, .article td {
    border: 1px solid #ccc;
    padding: .7em;
}
.article th {
    background: #dcf5ff;
    width: 35%;
}
/*-----*/
.article ul ul, .article ul ol {
    margin: .5em 0;
}
.article ul ul li, .article ul ol li {
    margin-bottom: 5px;
}
/*-----*/
.article .list {
    padding-left: 35px;
    margin-bottom: 1.5em;
}
.article .list li {
    margin-bottom: 10px;
}
ul.list li {
    list-style: disc outside;
}
ol.list li {
    list-style: decimal outside;
}
/*-----*/
.article th, .article td, .article table p, .article table ul, .article table li {
    font-size: 15px;
}
.article table ul {
	margin: 5px 0 !important;
    padding-left: 20px !important;
}
.article table li {
    margin-bottom: 5px !important;
}
/*-----*/
.entry_date {
    color: #777;
    font-size: 14px;
    text-align: right;
    margin-top: 50px;
}
.entry_date .published {
    display: none;
}

/* コンテンツ ブログ */
/*-----------------------------------------*/
.cat_label {
    font-size: 10px;
    width: 10em;
    text-align: center;
    color: #fff;
    line-height: 2;
}
.cat_label a {
    color: #fff;
    display: block;
}
.cat_label.ai {	background: #FF8800; }
.cat_label.tshirt {	background: #E7371A; }
.cat_label.web {	background: #65C919; }
.cat_label.entertainment {	background: #FFC200; }
.cat_label.photoshop {	background: #0096C6; }

/* パンクズ */
/*-----------------------------------------*/
.breadcrumbs {
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	margin-top: 5px;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.breadcrumbs .breadbar {
	margin: 0 7px;
}

/* サイドナビ 共通 */
/*-----------------------------------------*/
#sidenav input#navTgl, #sidenav label.open, #sidenav label.close {
	display: none;
}
#sidenav {
	float: right;
	width: 250px;
	letter-spacing: 0.02em;
}
/*-----*/
.side_bana li {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.side_bana a {
	display: block;
}
.side_bana img {
	margin-bottom: 5px;
	box-shadow: 0 3px 0 #eee;
	width: 100%;
}
/*-----*/
.search_area form {
    overflow: hidden;
    margin: 30px 0;
}
.search_area input {
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 40px;
}
.search_area input#s {
    float: left;
    padding: .5em;
    font-size: 16px;
    width: 77%; 
}
.search_area input#searchsubmit {
    background: #ddd;
    border: none;
    cursor: pointer;
    font-size: 14px;
    float: right;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20%;
}

/* サイドナビ 固定ページ */
/*-----------------------------------------*/
.side_memu_box {
    border: 1px solid #ddd;
    border-top: 5px solid #ddd;
    margin-bottom: 25px;
    box-shadow: 0 3px 0 #f8f8f8;
}
.side_memu_box h3 {
    padding: .7em 0em .6em .7em;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.side_memu ul {
    padding: 8px 10px;
}
.side_memu li {
    font-size: 15px;
}
.side_memu a {
    display: block;
    padding: 9px 0 9px 45px;
}
.side_memu .item { background: url(https://kobe-tshirt.com/img/sidebar/icon_item.png); }
.side_memu .price { background: url(https://kobe-tshirt.com/img/sidebar/icon_price.png); }
.side_memu .design { background: url(https://kobe-tshirt.com/img/sidebar/icon_design.png); }
.side_memu .print { background: url(https://kobe-tshirt.com/img/sidebar/icon_print.png); }

.item_icon .rec { background: url(https://kobe-tshirt.com/img/sidebar/item_rec.png); }
.item_icon .ss { background: url(https://kobe-tshirt.com/img/sidebar/item_ss.png); }
.item_icon .ls { background: url(https://kobe-tshirt.com/img/sidebar/item_ls.png); }
.item_icon .dry { background: url(https://kobe-tshirt.com/img/sidebar/item_dry.png); }
.item_icon .polo { background: url(https://kobe-tshirt.com/img/sidebar/item_polo.png); }
.item_icon .sweat { background: url(https://kobe-tshirt.com/img/sidebar/item_sweat.png); }
.item_icon .ja { background: url(https://kobe-tshirt.com/img/sidebar/item_jer.png); }
.item_icon .kids { background: url(https://kobe-tshirt.com/img/sidebar/item_kids.png); }
.item_icon .hp { background: url(https://kobe-tshirt.com/img/sidebar/item_happi.png); }
.item_icon .ep { background: url(https://kobe-tshirt.com/img/sidebar/item_apron.png); }
.side_memu .flow { background: url(https://kobe-tshirt.com/img/sidebar/icon_flow.png); }
.side_memu .hand { background: url(https://kobe-tshirt.com/img/sidebar/icon_hand.png); }
.side_memu .temp { background: url(https://kobe-tshirt.com/img/sidebar/icon_temp.png); }
.side_memu .font { background: url(https://kobe-tshirt.com/img/sidebar/icon_font.png); }
.side_memu .size { background: url(https://kobe-tshirt.com/img/sidebar/icon_size.png); }
.side_memu .about { background: url(https://kobe-tshirt.com/img/sidebar/icon_about.png); }
.side_memu .ship { background: url(https://kobe-tshirt.com/img/sidebar/icon_shipping.png); }
.side_memu .pri { background: url(https://kobe-tshirt.com/img/sidebar/icon_privacy.png); }
.side_memu .faq { background: url(https://kobe-tshirt.com/img/sidebar/icon_faq.png); }
.side_memu .cont { background: url(https://kobe-tshirt.com/img/sidebar/icon_contact.png); }
.side_memu .smap { background: url(https://kobe-tshirt.com/img/sidebar/icon_sitemap.png); }

.side_memu .tshirt { background: url(https://kobe-tshirt.com/img/sidebar/cat_tshirt.png); }
.side_memu .ai { background: url(https://kobe-tshirt.com/img/sidebar/cat_ai.png); }
.side_memu .psd { background: url(https://kobe-tshirt.com/img/sidebar/cat_psd.png); }
.side_memu .web { background: url(https://kobe-tshirt.com/img/sidebar/cat_web.png); }
.side_memu .ent { background: url(https://kobe-tshirt.com/img/sidebar/cat_ent.png); }

.list_icon li {
	-webkit-background-size: 34px !important;
	background-size: 34px !important;
	background-position: 0 40% !important;
    background-repeat: no-repeat !important;
}

/* フッターブログエリア */
/*-----------------------------------------*/
#footer_post {
	border-top: 3px solid #eee;
	border-bottom: 1px solid #ccc;
	clear: both;
}
.footer_post_inner {
	padding: 2.5em 0em 1em;
	text-align: center;
	letter-spacing: -1em;
}
.footer_post_list {
	display: inline-block;
	letter-spacing: 0.05em;
	text-align: left;
	vertical-align: top;
	width: 30%;
	margin: 0 1.5% 1.5em;
}
a.footer_post_link {
	color: #333;
	display: block;
	height: 95px;
	overflow: hidden;
}
#footer_post .toblog {
	color: #fff;
	display: block;
	height: 95px;
	text-align: center;
	padding: 22px 0 0;
	background: #FF6666;
	border-bottom: 5px solid #B45252;
	border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);
}
#footer_post .cat_label {
	width: 100%;
	margin-bottom: 1px;
}
#footer_post img {
	width: 100%;
}
.footer_post_box1 {
	float: left;
	width: 32%;
}
.footer_post_box2 {
	float: right;
	width: 65%;
}
.footer_post_title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
.footer_post_date {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 3px;
	color: #777;
}

/* フッター */
/*-----------------------------------------*/
#footer {
	background: #f7f7f7;
	border-top: 3px solid #eee;
}
.footer_inner {
	padding: 1em 0;
	overflow: hidden;
}
.footer_inner a {
	color: #333;
	display: block;
}

.footer_nav {
	float: left;
	border-right: 1px solid #ddd;
}
.footer_nav_ul {
	float: left;
	margin-right: 5.5em;
}
.footer_nav_ul li {
	font-size: 13px;
	margin-bottom: 3px;
}

.footer_logo {
	float: right;
	padding: 1em 0em;
	text-align: center;
}
.footer_logo_sub {
	font-size: 10px;
}
.footer_logo_main {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: .5em;
}
.footer_logo li {
	font-size: 15px;
	border-radius: 5px;
}
.footer_logo li a {
	padding: .8em 2em;
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5);
}
.footer_logo li.faq {
	background: #FF9B00;
	border-bottom: 3px solid #C17601;
	margin-bottom: 10px;
}
.footer_logo li.estimate {
	background: #FF4D00;
	border-bottom: 3px solid #B43803;
}

.pagetop {
	position: fixed;
	bottom: 35px;
	right: 25px;
	line-height: 39px;
	text-align: center;
}
.pagetop img {
	width: 30px;
}
.pagetop a {
	display: block;
	border-radius: 10px;
	background: rgba(0,0,0,0.4);
	width: 60px;
	height: 60px;
}
.pagetop a:hover {
	background: rgba(0,0,0,0.6);
}

.copy {
	text-align: center;
	font-size: 12px;
	padding: .7em;
	background: #015673;
	color: #fff;
}
.copy a {
	color: #fff;
}

/* SNS */
/*-----------------------------------------*/
.sns {
    clear: both;
    text-align: center;
}
.sns li {
    margin: 0 5px;
    display: inline-block;
    width: 12%;
}
.sns li img {
    width: 20px;
}
.sns li a {
    display: block;
    line-height: 1;
    border-radius: 5px;
    padding: 10px 0;
}
a.facebook-btn { background-color: #3B5998; }
a.twitter-btn { background-color: #50A4E0; }
a.pocket-btn { background-color: #ff5e4a; }
a.hatena-btn { background-color: #3176c9; }
a.line-btn { background-color: #20b925; }

/* コピーボタン */
/*-----------------------------------------*/
.copy_btn {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: #f7f7f7;
    box-shadow: 0 4px 0 #d6d6d6;
    width: 50%;
    margin: 30px auto;
    padding: 15px 0;
    color: #666;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.copy_btn.copied {
    background: #0da211;
    border-color: #0da211;
    color: #fff;
    box-shadow: 0 4px 0 #fff;
    cursor: inherit;
}

/* TOC */
/*-----------------------------------------*/
#toc_container .toc_title {
    background: #fff5c2;
    margin-bottom: 0;
    padding: 7px 15px;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
}
#toc_container .toc_title:after {
	content: "（項目をクリックすると移動します）";
	font-size: 80%;
	font-weight: normal;
}
#toc_container {
    margin: 40px 15px 60px;
}
#toc_container .toc_list {
    padding: 20px 15px 10px;
    border: 3px solid #f9c229;
    border-radius: 0 0 7px 7px;
}
#toc_container .toc_list li {
    border-top: 1px dashed #bbb;
    padding: 10px 0 0;
    margin-bottom: 6px;
    font-weight: bold;
    list-style: none;
}
#toc_container .toc_list li:first-child {
    border: none;
    padding-top: 0;
}
/*-----*/
#toc_container .toc_list ul {
    padding: 5px 0 0 40px;
    margin: 0 0 10px;
    border: none;
}
#toc_container .toc_list ul li {
    font-size: 14px;
    border: none;
    list-style: outside disc;
    color: #09c;
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
}
/*-----*/
#toc_container .toc_list a {
    border: none;
    display: block;
    margin: 0;
    padding: 0 10px;
}
#toc_container .toc_list ul a {
    padding: 0;
}

/* ビジュアルエディタcss */
/*-----------------------------------------*/
.mark, strong, span.wpcf7-not-valid-tip {
	background-image: linear-gradient(transparent 60%, #ffff99 50%);
}
.min {
	font-size: 90% !important;
}
.Red {
	color: #FF5D46;
}
.Bold {
	font-weight: bold;
}
.underline {
    border-bottom: 2px solid #aaa;
}
/*----- 囲い線（グレー） */
.article .note {
	border: 1px solid #ccc;
	box-shadow: 0 3px 0 #eee;
	margin: 20px 0 30px;
	padding: 1.1em;
	clear: both;
}
.article .note p {
	margin: 0;
	padding: .5em;
}

.article .note ul {
	margin-bottom: 0;
	padding: .5em 0 0 1.5em;
}
.article .note ol {
	margin-bottom: 0;
	padding: .5em 0 0 2em;
}
.article .note li {
	margin-bottom: .5em;
}
.article .note ul li {
	list-style: outside disc;
}
.article .note ol li {
	list-style: outside decimal;
}

.article .note dl {
	padding: .5em;
}
.article .note dt {
	margin-bottom: 10px;
	font-weight: bold;
}
/*----- 囲い線（黄色） */
.article .notice {
    border: 2px solid #ffce00;
    border-radius: 5px;
	margin: 20px 0 30px;
	padding: 1.1em;
	clear: both;
}

.article .notice p {
	margin: 0;
	padding: .5em;
}

.article .notice ul {
	margin-bottom: 0;
	padding: .5em 0 0 1.5em;
}
.article .notice ol {
	margin-bottom: 0;
	padding: .5em 0 0 2em;
}
.article .notice li {
	margin-bottom: .5em;
}
.article .notice ul li {
	list-style: outside disc;
}
.article .notice ol li {
	list-style: outside decimal;
}

.article .notice dl {
	padding: .5em;
}
.article .notice dt {
	margin-bottom: 10px;
	font-weight: bold;
}
/*----- 参考リンク */
.article p .sankou {
    margin-left: -50px;
    text-align: left;
}
.article p .sankou:before {
    content: '参考';
    padding: 4px 5px;
    margin: 0 7px 0 50px;
    background: #3076c9;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    vertical-align: 1px;
}
.article p .sankou a {
    margin: 0;
}
/*----- 補足注釈 */
.box_sub {
    background: #f7f7f7;
    font-size: 13px;
    color: #777;
    padding: 1em;
    margin: -15px 0 25px;
}
/*----- アフィボタン */
.article .al_btn {
    max-width: 85%;
    margin: 40px auto;
    background: #e8584e;
    border: 1px solid #e8584e;
    border-radius: 4px;
    box-shadow: 0px 3px 5px #888, 2px 2px 0 0 #ff8383 inset;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}
.article .al_btn a {
    border: none;
    color: #fff;
    display: block;
    padding: 20px 15px;
}
/*----- アフィリンク（背景黄色） */
.article__blog .PR_area {
    background: #FEFFE3;
    clear: both;
    margin: 0 0 3em;
    padding: 20px;
    text-align: center;
}
.article__blog .PR_area img {
	outline: none;
    margin: 5px auto;
}
.article__blog .PR_area p {
    margin: 0;
}
.article__blog .PR_area a {
	border: none;
    margin: 0;
}

/*----- キーボード */
.key {
    display: inline-block;
	margin: 0 7px 1.5em;
	padding: 5px 15px;
	background: #efefef;
	border: 1px solid #ddd;
	box-shadow: 0 3px 0 #ccc;
	border-radius: 5px;
}



/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {/* タブレット -> よこ start */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/

/* 基本設定 */
/*-----------------------------------------*/
body {
    -webkit-text-size-adjust: 100%;
    min-width: 100%;
}
input {
    -moz-appearance: none;
	-webkit-appearance: none;
}

/* ヘッダー */
/*-----------------------------------------*/
.header_inner {
    width: 94%;
    max-width: 94%;
}

/* ヘッダージャック */
/*-----------------------------------------*/
.head_jack_inner {
    width: 100%;
    max-width: 94%;
}
.head_jack_inner {
    width: 94%;
    max-width: 94%;
}

/* フレーム */
/*-----------------------------------------*/
.media_screen_width {
    width: 94%;
    max-width: 94%;
}
#content {
	padding-right: 280px;
	margin-right: -280px;
}

/* TOC */
/*-----------------------------------------*/
#toc_container .toc_title:after {
	content: "（項目をタップすると移動します）";
}

/* フッター */
/*-----------------------------------------*/
.footer_nav_ul {
	margin-right: 4.5em;
}

/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
}/*1024px*//* タブレット -> よこ end */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {/* タブレット -> たて start */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/

/* ヘッダー */
/*-----------------------------------------*/
#header {
    border: none;
}
.header_inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.header_logo {
    float: none;
    height: 55px;
    background: #007AA5;
	background-image: linear-gradient(45deg, #014b65 0%, #007aa5 100%);
	color: #fff;
}
#header .header_logo a {
	color: #fff;
}
.header_logo_sub {
    font-size: 10px;
    padding-top: 7px;
}
.header_logo_main {
    font-size: 20px;
}
#gnav {
    float: none;
    letter-spacing: -1em;
    margin: 0;
    text-align: center;
}
#gnav li {
	float: none;
	display: inline-block;
	letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    width: 33.3%;
    box-shadow: 1px 1px 0 #ccc;
}
#gnav li a {
	border: none;
    padding: .7em 0;
}

/* ヘッダージャック */
/*-----------------------------------------*/
.head_jack_inner {
    width: 100%;
    max-width: 94%;
}

/* フレーム */
/*-----------------------------------------*/
.media_screen_width {
    width: 90%;
    max-width: 700px;
}
#content {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    float: none;
}
#content.noindex {
	margin-top: 20px;
}

/* サイドナビ */
/*-----------------------------------------*/
#sidenav {
    width: 100%;
    float: none;
    margin-bottom: 0;
}
/* :::::: contents :::::: */
 #navTgl:checked ~ .contents {
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
}
/* :::::: toggle button :::::: */
 #navTgl {
  display: none;
  overflow: hidden;
}
body {
    position: relative;
}
#sidenav label {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
} 
#sidenav .open {
  z-index: 100;
  width: 60px;
  height: 55px;
  color: #fff;
  background: #006184;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  -webkit-transition: background-color .3s, -webkit-transform .3s;
  transition: background-color .3s, transform .3s;
  position: fixed;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#sidenav .open img {
	width: 20px;
    vertical-align: -8px;
}
#sidenav .open span {
    font-size: 10px;
    vertical-align: 3px;
}
#navTgl:checked + .open {
  background-color: indianRed;
  -webkit-transform: translateX(0);
  transform: translateX(0);
} 
#sidenav .close {
  pointer-events: none;
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: background-color .3s;
} 
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0,0,0,.3);
  z-index: 100;
}
/* :::::: drawer menu :::::: */
#sidenav label {
    display: inherit;
} 
#sidenav_menu {
  z-index: 100;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-overflow-scrolling: touch;
}
#navTgl:checked ~ #sidenav_menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#sidenav input#navTgl, #sidenav label.open, #sidenav label.close {
    display: inherit;
    z-index: 10000000000;
}
#sidenav input#navTgl {
    display: none;
}

/* フッターブログエリア */
/*-----------------------------------------*/
.footer_post_inner {
    padding: 1.5em 0 .1em;
}
.footer_post_list {
    width: 46%;
    margin: 0 1.5% 1.5em;
}

/* フッター */
/*-----------------------------------------*/
.footer_inner {
    padding: 1.5em 0;
}

.footer_nav {
    float: none;
    border: none;
    text-align: center;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.footer_nav_ul {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 4%;
}
.footer_nav_ul li {
    margin-bottom: 7px;
}

.footer_logo {
    float: none;
    width: 240px;
    margin: 0 auto 0;
}
/*-----*/
.pagetop {
	bottom: 0;
	right: 60px;
	line-height: 36px;
}
.pagetop a {
	border-radius: 0;
	background: #006184;
	width: 60px;
	height: 55px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.pagetop a:hover {
	background: #006184;
}
.pagetop a:active {
	background: indianRed;
}
/*-----*/
.copy {
	font-size: 10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
}/*960px*//* タブレット -> たて end */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {/* スマホ -> よこ start */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/

/* ヘッダージャック */
/*-----------------------------------------*/
.head_jack_inner {
    width: 100%;
    max-width: 100%;
}
.head_jack_list {
	width: 200px;
	margin: 5px 7px;
}

/* フレーム */
/*-----------------------------------------*/
.media_screen_width {
    width: 94%;
    max-width: 94%;
}
#container {
	padding-bottom: 1.5em;
}

/* PC・モバイルコンテンツの切り替え */
/*-----------------------------------------*/
.PC_content {
	display: none;
}
.MOBILE_content {
	display: block;
}

/* コンテンツ 共通 */
/*-----------------------------------------*/
h1#title__page {
	font-size: 20px;
    padding: .6em;
}

.article a.a-button {
	width: 80%;
}

/* パンクズ */
/*-----------------------------------------*/
.breadcrumbs {
	font-size: 11px;
	line-height: 30px;
	height: 30px;
}

/* フッターブログエリア */
/*-----------------------------------------*/
.footer_post_inner {
	text-align: left;
	padding: 1em 0 .3em;
}
.footer_post_list {
	display: block;
	width: 100%;
	margin: 0 0 .7em;
}
a.footer_post_link {
	height: auto;
}
#footer_post .toblog {
	width: 90%;
	max-width: 300px;
	margin: auto;
	height: auto;
	font-size: 15px;
	padding: 10px 0;
}
.footer_post_box1 {
	width: 90px;
}
.footer_post_box2 {
	width: 100%;
	padding-left: 100px;
	margin-left: -100px;
}

/* サイドナビ */
/*-----------------------------------------*/

/* フッター */
/*-----------------------------------------*/
.pagetop {
	right: 60px;
}

/* コピーボタン */
/*-----------------------------------------*/
.copy_btn {
	font-size: 14px;
	margin: 20px auto 30px;
    width: 60%;
}

/* ビジュアルエディタcss */
/*-----------------------------------------*/
/*----- 囲い線（グレー） */
.article .note {
	padding: .6em;
}
/*----- 囲い線（黄色） */
.article .notice {
	padding: .6em;
}
/*----- 補足注釈 */
.box_sub {
    font-size: 11px;
    margin: -15px 0 20px;
}
/*----- アフィボタン */
.article .al_btn {
    margin: 30px auto;
}
.article .al_btn a {
    padding: 15px 10px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
}/*640px*//* スマホ -> よこ end */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {/* スマホ -> たて start */
/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/

/* ヘッダー */
/*-----------------------------------------*/
#gnav li {
	width: 50%;
}

/* ヘッダージャック */
/*-----------------------------------------*/
.head_jack_list {
	width: 180px;
}

/* コンテンツ 共通 */
/*-----------------------------------------*/
.article a.a-button {
	font-size: 14px;
	margin: 1em auto;
	padding: 12px 0 10px;
	width: 90%;
}

.entry_date {
	font-size: 12px;
    margin-top: 30px;
}
/*-----*/
.article th {
    width: auto;
}
.article th, .article td {
    padding: .5em;
}

/* サイドナビ */
/*-----------------------------------------*/
.side_memu li {
	font-size: 14px;
}
.list_icon li {
	background-position: 0 50% !important;
}

/* フッター */
/*-----------------------------------------*/
.copy_name {
	display: block;
}

/* SNS */
/*-----------------------------------------*/
.sns li {
    margin: 0 .5%;
    width: 15%;
}
.sns li a {
    padding: 12px 0;
}

/* コピーボタン */
/*-----------------------------------------*/
.copy_btn {
	font-size: 13px;
    width: 90%;
}

/* TOC */
/*-----------------------------------------*/
#toc_container .toc_title:after {
	display: block;
}
#toc_container {
    margin: 20px 0 40px;
}
#toc_container .toc_list {
    padding: 15px 10px 5px;
}
/*-----*/
#toc_container .toc_list ul {
    padding: 5px 0 0 35px;
}

/* ビジュアルエディタcss */
/*-----------------------------------------*/
/*----- アフィボタン */
.article .al_btn {
	margin: 25px auto;
    max-width: 90%;
    font-size: 16px;
}
.article .al_btn a {
    padding: 15px 10px;
}
/*----- アフィリンク（背景黄色） */
.article__blog .PR_area {
    margin: 0 0 2em;
}
/*----- キーボード */
.key {
    margin: 0 3px 1em;
    padding: 3px 15px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------*/
}/*480px*//* スマホ -> たて end */