@charset "utf-8";
/* CSS Document */
/* 共通部分
----------------------------*/
html {
    font-size: 100%;
}
body {
    font-family: 'Tenor Sans', sans-serif;
	background: white;
	color: #000;
}
a{
    
    color: black;
}
img {
    max-width: 100%;
}
.header{
	text-align: center;
}
.header img{
	width: 80%;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 4%;
}
.hyou{
	width: 100%;
	text-align: center;
}

h1,h3 {
  font-family: Verdana;
  font-weight: normal;
}
/* HEADER
-----------------------------*/

.top {
	text-align: center;
	margin-top: 20px;
	padding: 10px 0 10px 0;
}
.hikaku {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}


/* 
-----------------------------*/
.evidence {
	background-color: #cfdfe6;
	padding-top: 1px;
	padding-bottom: 50px;
}
.evidence a{
 text-decoration: underline;
}

.title {
	color: #191970;
	margin-top: 50px;
	margin-bottom: 30px;
}
dt{
  float: left;
  padding-left: 5%;	
}

dd{
    padding-left: 30%;
}
.graph {
	text-align: center;
	width:  100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.graph hr{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*--表----------------------*/
.glafsp {
	margin-top: 55px;
	margin-bottom: 25px;
}
.glafsp h2 {
	margin-bottom: 15px;
  	position: relative;
  	padding-left: 25px;
}

.glafsp h2:before {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 0;
  	width: 0;
  	height: 0;
  	border: none;
  	border-left: solid 15px transparent;
  	border-bottom: solid 15px rgb(234, 145, 152);
}
.glafsp h2:after {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 10px;
  	width: 100%;
  	border-bottom: solid 3px rgb(234, 145, 152);
}

/* 通常（PC）ではタイル表示 */
.slide-wrap {
  background-color: #ccc;
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.slide-box {
  height: auto;
  margin: .5%;
  width: 24%;
}
.slide-box a {
  background-color: #fff;
  color: #222;
  display: block;
  text-decoration: none;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding: 10px;
  margin:.5rem auto;
}
@media screen and (max-width: 768px) {
/* スマホサイズでスライダー表示 */
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
    flex: 0 0 70%;
    margin: auto 1% auto auto;
  }
}

/* コピペット　リボン
-----------------------------*/

.cp_ribon {
	text-align: center;
	position: relative;
	padding: .3em;
	background: #6495ed;
	border-radius: 8px;
	color: #ffffff;
	margin-bottom: 50px;
}
.cp_ribon:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-top: 10px solid #6495ed;
	width: 0;
	height: 0;
}
 

/* 
-----------------------------*/

.riyuu {
	background-color: #f0f8ff;
}
.ribonao img {
	max-width: 60%;
	margin-bottom: 30px;
}
.content{
	margin-top: 40px;
}

.nav img {
	max-width: 60%;
}
.nav {
	text-align: center;
	display: flex;
	list-style: none;
}
.freshpro1 {
	margin-bottom: 50px;
}

.qqqqa {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
/*コピペット　見出し
--------------------------------------*/
.cp_h1title {
	position: relative;
	padding: .1em .3em .1em 1.3em;
	border-bottom: 1px solid #00838F;
	margin-bottom: 20px;
}
.cp_h1title::before,.cp_h1title::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.cp_h1title::before {
	top: .5em;
	left: .2em;
	width: 18px;
	height: 18px;
	background: rgba(0,131,143,.7);
}
.cp_h1title::after {
	top: .8em;
	left: .5em;
	width: 13px;
	height: 13px;
	background: rgba(0,131,143,.5);
}

 /*コピペット　モーダル
--------------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
	background-color: white;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	background-color: white;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
	background-color: white;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/* 
-----------------------------*/
.irasuto {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.after {
	padding-left: 5%;
}
.cp_ribonpink {
	text-align: center;
	position: relative;
	padding: .3em;
	background: #dbafbe;
	border-radius: 8px;
	color: #ffffff;
	margin-bottom: 20px;
}
.cp_ribonpink:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 30px solid transparent;
	border-top: 30px solid #dbafbe;
	width: 0;
	height: 0;
}


/* 
-----------------------------*/
.setumei {
	margin-top: 40px;
	display: flex;
	
}
.nnn {
	padding-left: 40px;
}
/*------コピペっとボタン------*/



.cp_button12 {
	width: 160px;
	margin: 0.4em;
	padding: 1em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	color: #ffffff;
	border: 1px solid #29b6f6;
	background: #29b6f6;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.cp_button12:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-property: top right bottom left;
	        transition-property: top right bottom left;
	border: rgba(41,182,246,0.5) solid 4px;
}
.cp_button12:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}
.cp_button12:active {
	color: #ffffff;
	background-color: #0288d1;
}
.cp_button12:active:before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
}
.cp_button12:focus:hover,
.cp_button12:focus,
.cp_button12:active:hover,
.cp_button12:hover {
	color: #ffffff;
	border: 1px solid #29b6f6;
}
.mail {
	text-align: center;
	margin-bottom: 30px;
}

/*------------------------*/


/* スマホ版　Q&A　　始まり
------------------------*/
.cp_qaa *, .cp_qaa *:before, .cp_qaa *:after {
font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qaa {
margin: 0 auto;
background: #ffffff;
}
.cp_qaa input {
display: none;
}
/* カテゴリー */
.cp_qaa #cp_content1,
.cp_qaa #cp_content2,
.cp_qaa #cp_content3,
.cp_qaa #cp_content4 {
display: none;
padding: 20px 0 0;
border-top: 1px solid #dddddd;
}
.cp_qaa label.cp_tabitem {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #bbbbbb;
border: 1px solid transparent;
}
.cp_qaa label.cp_tabitem:before {
margin-right: 10px;
}
.cp_qaa label.cp_tabitem[for*='1']:before { content: '\f2bd'; }
.cp_qaa label.cp_tabitem[for*='2']:before { content: '\f15c'; }
.cp_qaa label.cp_tabitem[for*='3']:before { content: '\f0f4'; }
.cp_qaa label.cp_tabitem[for*='4']:before { content: '\f001'; }
.cp_qaa label.cp_tabitem:hover {
cursor: pointer;
color: #888888;
}
.cp_qaa input:checked + label {
color: #555555;
border: 1px solid #dddddd;
border-bottom: 1px solid #ffffff;
}
/* --ブロックのバーの色 */
.cp_qaa input:checked + label[for*='1'] {
border-top: 5px solid #00BCD4;
}
.cp_qaa input:checked + label[for*='2'] {
border-top: 5px solid #FF5722;
}
.cp_qaa input:checked + label[for*='3'] {
border-top: 5px solid #03A9F4;
}
.cp_qaa input:checked + label[for*='4'] {
border-top: 5px solid #E91E63;
}
/* QAブロック */
.cp_qaa #cp_conttab1:checked ~ #cp_content1,
.cp_qaa #cp_conttab2:checked ~ #cp_content2,
.cp_qaa #cp_conttab3:checked ~ #cp_content3,
.cp_qaa #cp_conttab4:checked ~ #cp_content4 {
display: block;
}
.cp_qaa .cp_qain {
overflow-x: hidden;
margin: 0 auto;
color: #333333;
}
.cp_qaa .cp_qain .cp_actabb {
padding: 5px 0;
border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qaa .cp_qain label {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 10px 10px 0 48px;
cursor: pointer;
}
/* ＋アイコン */
.cp_qaa .cp_qain .cp_plus {
font-size: 2em;
line-height: 100%;
position: absolute;
z-index: 5;
margin-top: 3px;
margin-left: 10px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
}
/* 答え */
.cp_qaa .cp_qain .cp_actab-contentt {
position: relative;
overflow: hidden;
height: 0;
margin: 0 10px 0 48px;
padding: 5px 0;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
opacity: 0;
	border-top: solid 1px #dcdcdc;
}
/* 質問を開いた時の仕様 */
.cp_qaa .cp_qain .cp_actabb input[type=checkbox]:checked ~ .cp_actab-contentt {
height: auto;
opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qaa .cp_qain .cp_actabb input[type=checkbox]:checked ~ .cp_plus {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/* 終わり
------------------------*/
.cp_h3title {
	position: relative;
	padding: .5em .3em .4em 2em;
	background: #90CAF9;
	border-radius: 4px;
	color:#ffffff;
	margin-bottom: 20px;
	margin-top: 30px;
}

.cp_h3title:before,.cp_h3title:after {
	content: "";
	position: absolute;
	display: block;
}
.cp_h3title:before{
	top: -0.1em;
	left: 0.5em;
	width: 20px;
	height: 23px;
	padding: 5px 0 0 0;
	background: #1976D2;
	text-align: center;
}
.cp_h3title:after{
	top: .35em;
	left: .5em;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent #1976D2;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
select {
    border: 1px #dcdcdc solid;
    
}
input {
    border: 1px #dcdcdc solid;
    
}
textarea {
    border: 1px #dcdcdc solid;
    
}
.cp_btn {
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #455A64;
	border:1px solid #fff;
	overflow: hidden;
}
.cp_btn:after {
	content:"";
	position: absolute;
	top: -100%;
	left: -100%;
	height: 100%;
	width: 160px;
	background : #fff;
	opacity: 0.3;
	transition: .4s;
}
.cp_btn:hover:after {
	top: 0;
	left: 0;
}

.botan1{
	margin-top: 10px;
	display: flex;
	text-align: center;
}

.molti {
	width: 100%;
	display: flex;
	align-content: center;
	margin-top: 20px;
	margin-bottom: 30px;
	
}
.hp {
	width: 50%;
	padding-left: 20px;
}
.kozin {
	width: 40%;
	padding-left: 20px;
}
.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

.pc {
        display: block;
    }
    .sp {
        display: none;
    }
@media (max-width: 600px) {

	
	.header img{
		width: 100%;
		text-align: center;
	
}
	.pc {
        display: none;
    }
    .sp {
        display: block;
    }
	
	.hikaku {
		flex-direction: column;
	}
	.irasuto {
		flex-direction: column;
	}
	.setumei {
		flex-direction: column;
	}
	
	.spqa {
	margin-bottom: 20px;
    }
	.content {
		margin-top: 40px;
	}
	


	.molti {
	flex-direction: column; 
	width: 100%;
}
	.hp {
		width: 100%;
	}
	.kozin {
		width: 100%;
		margin-left: 0;
	}
}


	
	

