@charset "UTF-8";
  /* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
  /*---------------------------------------------------------------------------------------------
*  Copyright (c) Microsoft Corporation. All rights reserved.
*  Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;
}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {

	margin: 1em auto;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6),
.cp_tab > input:nth-child(13):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(7),
.cp_tab > input:nth-child(15):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(8),
.cp_tab > input:nth-child(17):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(9) {
	display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top: -5px;
	left: 14em;
	display: block;
	height: 320px;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	top: -15px;
	left: 1px;
	display: block;
	width: 14em;
	margin-bottom: -5px;
	padding: 20px;
	cursor: pointer;
	border: 5px solid #0bbfd6;
	border-radius: 6px 0 0 6px;
	font-weight: bold;
}
.cp_tab > p + a {
	position: relative;
	z-index: 100;
	top: -105px;
	left: 1px;
	display: block;
	width: 14em;
	margin-bottom: -5px;
	padding: 10px;
	cursor: pointer;
	border: 5px solid #0bbfd6;
	border-radius: 6px 0 0 6px;
	font-weight: bold;
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab .cp_tabpanels .cp_tabpanel img{
	width:80%; 
	height:80%;
}
.cp_tab > input:checked + label {
	border-color: #0bbfd6;/*ここで選択状態のあれ*/
	border-right: 1px solid #ffffff;/*背景色と同じ*/
	background-color: #fbff29;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	min-height: 320px;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab > input + label {
	font-size: 0.7em;
	}
	.cp_tab .cp_tabpanels {
	left: 7em;
	min-width: 7em;
	}
}


img {
	max-width: 100%;
	max-height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 1px solid -webkit-focus-ring-color;
	outline-offset: -1px;
}

hr {
	border: 0;
	height: 2px;
	border-bottom: 2px solid;
}

h1 {
	padding-bottom: 0.3em;
	line-height: 1.2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h1, h2, h3 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

table > thead > tr > th {
	text-align: left;
	border-bottom: 1px solid;
}

table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td {
	padding: 5px 10px;
}

table > tbody > tr + tr > td {
	border-top: 1px solid;
}


/*
 * Markdown PDF CSS
 */

 body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
	padding: 0 12px;
}


footer{
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

@media (max-width: 800px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab .cp_tabpanels {
		position: absolute;
		top: -5px;
		left: 45%;
		display: block;
		/* height: 320px; */
	}
	.cp_tab > input + label {
		position: relative;
		z-index: 100;
		top: -5px;
		left: 1px;
		display: block;
		width: 45%;
		margin-bottom: -5px;
		padding: 15px;
		cursor: pointer;
		border: 5px solid #0bbfd6;
		
		border-radius: 6px 0 0 6px;
		font-weight: bold;
	}
	.cp_tab > p + a {
		position: relative;
		z-index: 100;
		top: -90px;
		left: 1px;
		display: block;
		width: 45%;
		margin-bottom: -5px;
		padding: 10px;
		cursor: pointer;
		border: 5px solid #0bbfd6;
		font-size:16px;
		border-radius: 6px 0 0 6px;
		font-weight: bold;
	}
}