@charset "UTF-8";
html {
	font-size: 16px;
}
@media screen and (min-width: 800px) {
	html {
		font-size: 16px;
	}
}
html * {
	box-sizing: border-box;
}
body {
	font-family: sans-serif;
}
.contents h1{
	margin: 0;
	font-size: 20px;
    border-bottom: 4px solid green;
}
.contents h2{
    font-size: 18px;
	border-bottom: 2px solid #00BC09;
	}
.contents h3{
    font-size: 18px;
	border-bottom: 2px solid #FF5722;
	}
.contents h4{
    font-size: 18px;
	border-bottom: 2px solid #E91E63;
	}
.box1{
	padding: 0px 10px 5px 10px;
}
.box2{
	padding: 0px 10px 5px 10px;
}
.box27 {
    position: relative;
	width : 300px ;
	margin-left : auto;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.cp_qa *, .cp_qa *:before, .cp_qa *:after {
font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa {
margin: 0 auto;
background: #ffffff;
}
.cp_qa input {
display: none;
}
/* カテゴリー */
.cp_qa #cp_content1,
.cp_qa #cp_content2,
.cp_qa #cp_content3 {
display: none;
padding: 20px 0 0;
border-top: 1px solid #dddddd;
}
.cp_qa label.cp_tabitem {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #bbbbbb;
border: 1px solid transparent;
}
.cp_qa label.cp_tabitem:before {
margin-right: 3px;
}
.cp_qa input:checked + label {
color: black;
border: 1px solid #dddddd;
border-bottom: 1px solid #ffffff;
}
/* --ブロックのバーの色 */
.cp_qa input:checked + label[for*='1'] {
border-top: 5px solid #00BC09;
}
.cp_qa input:checked + label[for*='2'] {
border-top: 5px solid #FF5722;
}
.cp_qa input:checked + label[for*='3'] {
border-top: 5px solid #E91E63;
}
/* QAブロック */
.cp_qa #cp_conttab1:checked ~ #cp_content1,
.cp_qa #cp_conttab2:checked ~ #cp_content2,
.cp_qa #cp_conttab3:checked ~ #cp_content3{
display: block;
}
.cp_qa .cp_qain {
overflow-x: hidden;
margin: 0 auto;
color: black;
}
.cp_qa .cp_qain .cp_actab {
padding: 20px 0 10px 0;
border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qa .cp_qain label {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 10px 10px 20px 48px;
cursor: pointer;
}
/* ＋アイコン */
.cp_qa .cp_qain .cp_plus {
font-size: 23px;
line-height: 100%;
position: absolute;
z-index: 5;
margin-top: 10px;
margin-left: 15px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
}
/* 答え */
.cp_qa .cp_qain .cp_actab-content {
position: relative;
overflow: hidden;
height: 0;
margin: 0 10px 0 10px;
padding: 5px 15px 5px 15px ;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
opacity: 0;
background-color: #e0ffe0;
border-radius: 10px;
}
/* 質問を開いた時の仕様 */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
height: auto;
opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_plus {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media screen and (min-width: 800px) {
	body {
	margin: 0 100px 0 100px;
	font-family: sans-serif;
}
.contents h1{
	margin: 0;
	font-size: 30px;
    border-bottom: 4px solid green;
}
.contents h2{
    font-size: 20px;
	border-bottom: 2px solid #00BC09;
	}
.contents h3{
    font-size: 20px;
	border-bottom: 2px solid #FF5722;
	}
.contents h4{
    font-size: 20px;
	border-bottom: 2px solid #E91E63;
	}
.link{
    overflow: hidden;		
	}
.box1{
    float: left;
	margin-right: 15px;
	width: 48%;
	}
.box2{
    float: left;
	width: 48%;
	}
.cp_qa *, .cp_qa *:before, .cp_qa *:after {
font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa {
margin: 0 auto;
background: #ffffff;
}
.cp_qa input {
display: none;
}
/* カテゴリー */
.cp_qa #cp_content1,
.cp_qa #cp_content2,
.cp_qa #cp_content3 {
display: none;
padding: 20px 0 0;
border-top: 1px solid #dddddd;
}
.cp_qa label.cp_tabitem {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #bbbbbb;
border: 1px solid transparent;
}
.cp_qa label.cp_tabitem:before {
margin-right: 3px;
}
.cp_qa input:checked + label {
color: black;
border: 1px solid #dddddd;
border-bottom: 1px solid #ffffff;
}
/* --ブロックのバーの色 */
.cp_qa input:checked + label[for*='1'] {
border-top: 5px solid #00BC09;
}
.cp_qa input:checked + label[for*='2'] {
border-top: 5px solid #FF5722;
}
.cp_qa input:checked + label[for*='3'] {
border-top: 5px solid #E91E63;
}
/* QAブロック */
.cp_qa #cp_conttab1:checked ~ #cp_content1,
.cp_qa #cp_conttab2:checked ~ #cp_content2,
.cp_qa #cp_conttab3:checked ~ #cp_content3{
display: block;
}
.cp_qa .cp_qain {
overflow-x: hidden;
margin: 0 auto;
color: black;
}
.cp_qa .cp_qain .cp_actab {
padding: 20px 0 10px 0;
border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qa .cp_qain label {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 10px 10px 20px 48px;
cursor: pointer;
}
/* ＋アイコン */
.cp_qa .cp_qain .cp_plus {
font-size: 26px;
line-height: 100%;
position: absolute;
z-index: 5;
margin-top: 5px;
margin-left: 13px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
}
/* 答え */
.cp_qa .cp_qain .cp_actab-content {
position: relative;
overflow: hidden;
height: 0;
margin: 0 10px 0 60px;
padding: 10px 20px 10px 20px ;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
opacity: 0;
background-color: #e0ffe0;
border-radius: 10px;
}
/* 質問を開いた時の仕様 */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
height: auto;
opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_plus {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}
/* ヘッダー */
.header-container{
	margin: 10px 0px 12px 10px;
}
.keyvisual{
	width: 300px;
	height: auto;
}
.header-navbtn {
	display: block;
	position: absolute;
	top: 80px;
	right:10px;
	z-index: 30;
	width: 340px;
	height: 50px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 340px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	background: #EC407A;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -330px;
	height: 100%;
	width: 340px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left:0;
}
@media screen and (min-width: 800px) {
.header-container{
	margin: 20px 100px 20px 20px;
}
.keyvisual{
	width: 400px;
	height: auto;
}
.header-navbtn {
	display: block;
	position: absolute;
	top: 80px;
	right:130px;
	z-index: 30;
	width: 500px;
	height: 50px;
}
a.cp_btn {
	position: relative;
	display: block;
	width: 450px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	background: #EC407A;
	border:1px solid #fff;
	overflow: hidden;
}
a.cp_btn:before {
	content:"";
	position: absolute;
	top: 0px;
	left: -440px;
	height: 100%;
	width: 450px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
a.cp_btn:hover:before {
	left:0;
}
}
/* フッター */
footer{}
.footer-container {
	padding: 2px;
	border-radius: 0 0 5px 5px;
	background: #009933;	
}
div.blocka{
    float: right;
    width: 50%;
            }
div.blockb{
    float: left;
    width: 50%;
}
div.blockc{
    clear: both;
    text-align: center;
            }
.copyright {
	margin: 0;
	font-size: 0.8rem;
}
/* メインコンテンツレイアウト部分 */
.main-contents { }
.main-contents-container {
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}
.keyvisual {
	font-size: 0;
}
.keyvisual img {
	width: 100%;
    height: 100%;
}
.maincopy {
	margin: 0;
	padding: 20px 20px 0 20px;
	text-align: center;
	font-size: 1.5rem;	
}
@media screen and (min-width: 800px) {
    .main-contents-container {
        margin-right: 50px;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}
}