@charset "UTF-8";


main div.main_view {
    background: url(../img/main_view.png) left no-repeat;
    background-size: cover;
}

/*ul.menu li:nth-child(4) a { border-bottom: solid 1px;}
*/
a:hover {opacity:1;}

section.sec02 { padding-bottom: 0;}

/*----------------------------------------------------------------------------------
------------------------------------------------------------------------------------
									#boxes
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------*/

.filter a {
  position: relative;
}


#boxes li {
    height: 195px;
    display: inline-block;
    position: relative;
}

#boxes li.blue span { background: #21ade5; }
#boxes li.yellow span { background: #fdd000; }
#boxes li.orange span { background: #ed6d00; }
#boxes li.green span { background: #009944; }

#boxes a {
	width: 100%;
    min-height: 180px;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 14px;
    line-height: 32px;
    background: #fff;
    position: absolute;
    text-decoration: none;
    text-align: center;
    padding: 55px 5% 30px;
}

#boxes li a::after { 
	content: "";
	width: 59px;
	height: 11px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#boxes li.blue a::after { background-image: url("../img/arrow_blue.png");}
#boxes li.yellow a::after { background-image: url("../img/arrow_yellow.png");}
#boxes li.orange a::after { background-image: url("../img/arrow_orange.png");}
#boxes li.green a::after { background-image: url("../img/arrow_green.png");}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
}


@media screen and (min-width: 1251px){

	#boxes li { 
		width: 23%;
		margin: 0.9%;
	}
		
}

@media screen and (min-width: 851px){

	#boxes li.blue a:hover { background: #bce6f7; }
	#boxes li.yellow a:hover { background: #fef1b2; }
	#boxes li.orange a:hover { background: #fad3b2; }
	#boxes li.green a:hover { background: #b2e0c7; }

}
	
@media screen and (max-width: 1250px) and (min-width: 851px){

	section div.box02 #boxes {
		max-width: 1200px;
		width: 80%;
		padding: 40px 0 0;
		margin: 0 auto;
	}	

	#boxes li { 
		width: 31%;
		margin:0 1.1% 0;
	}	
	
}

/*----------------------------------------------------------------------------------
------------------------------------------------------------------------------------
									section div
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------*/

section {

}

section div.topic01 {
	max-width:880px;
	margin:0 auto;
	overflow:hidden;
}

section div.topic01 main{
	width:550px;
	height:325px;
	overflow:hidden;
	background:url(../img/main_qa.png) center no-repeat;
	margin:75px auto 55px;
}

section div.box02 .main_test{
	width:98%;
	margin:0 auto 55px;
	overflow:hidden;
	font-size:16px;
	line-height:29px;
	text-align:center;
}

section div.box02 {
	overflow:hidden;
	margin:0 auto;
}

section div h3 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:50px 0 ;
}

section div .topic01 h3 {border-bottom:solid 2px #e50031 ;}
.topic02 .inner h3 {border-top:solid 2px #e50031 ;}

section div.box02 .cta { 
    max-width: 1200px;
    margin: 0 auto;
    height: 86px;
}

section div.box02 .color {
    width: 100%;
	background:#f0f0f0;
	padding-bottom: 95px;
}

section div.box02 #boxes {
	overflow: hidden;
    max-width: 1200px;
	width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
    font-size: 0;
}

section div.box02 .cta a { 
    width: 20%;
	color: #000;
	text-align:center;
	float: left;
	font-size: 18px;
    display: block;
	box-sizing: border-box;
    border-left: solid 10px #fff;
	overflow: hidden;
    margin-top: 20px;
	padding: 17px 0;
	background-image: linear-gradient(rgb(204,204,204) 50%, rgb(240,240,240) 50%);
	background-position: 0 0;
	background-size: auto 200%;
	transition: .2s;
}

#tabs .panel {
    margin: -60px auto 0;
    padding: 60px 0 0;
}

.box02 .not_re ,
#tabs .panel div {
	max-width:880px;
	height:500px;
	background:url(../img/icon_not.png) center no-repeat;
}

section div.box02 q {
	display:block;
	font-size:13px;
	text-align:center;
	padding:30px 0;
}
section div.box02 q br{ display:none;}

@media screen and (min-width: 851px){
	
	section div.box02 .cta a.no01 { border: none;}
	section div.box02 .cta li a::before {
		content: "";
		width: 100%;
		height: 4px;
		position: absolute;
		top: 0;
		left: 0;
	}

	section div.box02 .cta li a.no01::before {	background: #30373f ;}
	section div.box02 .cta li a.no02::before {	background: #21ade5 ;}
	section div.box02 .cta li a.no03::before {	background: #fdd000 ;}
	section div.box02 .cta li a.no04::before {	background: #ed6d00 ;}
	section div.box02 .cta li a.no05::before {	background: #009944 ;}

	
	section div.box02 .cta a.active ,
	section div.box02 .cta a:hover {
		padding:27px 0;
		margin-top: 0;  
		background-position: 0 100%;
	}

}

@media screen and (max-width: 1250px) and (min-width: 851px){

	section div.box02 #boxes {
		width: calc(100% - 40px);
		max-width: 1000px;
	}	

	section div.box02 .cta a { 
		font-size: 16px;
	}

}

@media screen and (max-width: 850px) {

	section div.box02 .color { padding: 20px 0 50px;}
	section div.box02 .cta {
		overflow: hidden;
		height: auto; 
	}

	section div.box02 .cta a {
		font-size:16px;
		padding: 17px 0;
		margin: 0;
		border-left: none;
		border-bottom: solid 4px #f0f0f0;
	}
	
	section div.box02 .cta li:nth-child(2n) a {	border-right: solid 4px #f0f0f0;}
	section div.box02 .cta li:nth-child(n-2) a { width: 50%;	}
	section div.box02 .cta li:first-child a { width: 100%;}

	section div.box02 ul li a.no01 {background: #30373f ; color: #FFF;}
	section div.box02 ul li a.no02 {background: #21ade5 ;}
	section div.box02 ul li a.no03 {background: #fdd000 ;}
	section div.box02 ul li a.no04 {background: #ed6d00 ;}
	section div.box02 ul li a.no05 {background: #009944 ;}

	section div.box02 .cta a.active { opacity: 0.6;}
	
}

/*------------------------------------------------------------------------------------
									モーダル
------------------------------------------------------------------------------------*/

.modal_box {
	position: fixed;
	z-index: 7777;
	display: none;
	width: 92%;
	max-width: 1000px;
	background: #fff;
	box-sizing: border-box;
}

.modal_close {
	position: absolute;
	top: -60px;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url("../img/close.png") ;
}

.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6666;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
}

.link_area {
	overflow: hidden;
	max-width: 410px;
	margin: 60px auto 0;
	text-align: center;
}

.link_area .modal_link { display: inline;}

.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {	float: left;}
.link-area ul li.modal_link:last-child a { float: right;}

/*------------------コメント部分----------------------*/

#boxes li > span{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	line-height: 64px;
	font-family: 'Cabin', sans-serif;			
	font-size:18px;
	text-align: center;
	letter-spacing: 0.8px;
	font-weight: normal;
	color:#fff;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 10;
}

#boxes .inline p{
	line-height: 32px;
	color: #062541;
	width: 86%;
	padding: 10px 0;
	margin: 0 auto;
}

/*------------------回答部分----------------------*/

.inline-content {/* インラインを使用する時のみ */
	margin: 0 auto;
	max-width:1000px;
	font-size:16px;
	line-height:24px;
	overflow:hidden;
	padding: 50px;
	text-align: left;
	position: relative;
}

.inline-content dt {
    min-height: 64px;
	border-bottom: solid 1px #999999;
	padding-bottom: 15px;
	margin-bottom: 40px;
    position: relative;
	overflow: hidden;
}

.inline-content dt span,
.inline-content dd em span{
	width: 64px;
    height: 64px;
    float: left;
    display: block;
    border-radius: 50%;
    line-height: 63px;
    font-family: 'Cabin', sans-serif;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.8px;
    position: absolute;
    top: 50%;
}

.inline-content dt span{
    color: #fff;
    margin-top: -39px;
}

.inline-content dt b,
.inline-content em b{ 
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	float: left;
    padding-top: 12px;
	padding-left: 80px;
}

.blue dt span { background: #21ade5; }
.yellow dt span { background: #fdd000; }
.orange dt span { background: #ed6d00; }
.green dt span { background: #009944; }

.inline-content dd em span{
	border: solid 2px;
    line-height: 60px;
	box-sizing: border-box;
    margin-top: -32px;
}

.blue dd em span{ color: #21ade5;}
.yellow dd em span{ color: #fdd000; }
.orange dd em span{ color: #ed6d00; }
.green dd em span{ color: #009944; }

.inline-content dd em {
	position: relative;
    overflow: hidden;
    min-height: 64px;
	display: block;
    margin-bottom: 15px;
}

.inline-content dd.left {
	width: 57%;
	float: left;
}

.inline-content dd p{
	font-size: 16px;
	line-height: 30px;
}

.inline-content dd ul.sns {
	overflow: hidden;
    padding-top: 20px;
}

.inline-content dd ul.sns li { float: left;}
.inline-content dd ul.sns li:nth-child(n+2) { padding-left: 10px;}

.inline-content dd.right {
	overflow: hidden;
    float: right;
    width: 39%;
}

.inline-content dd.right dd{ max-width: 355px;}
.inline-content dd.right div img{ width: 100%;}

.inline-content dd.right p{
	text-align: right;
	padding-top: 20px;
}

.inline-content dd a { display: block;}
.inline-content dd a:hover { opacity: 0.8;}

@media screen and (max-width: 850px){
	
	
	.modal_close {
		width: 25px;
		height: 25px;
	    top: 10px;
	    right: 10px;
		background-image: url(../img/close_sp.png);
		background-size: 100%;
	}

	section div.box02 #boxes {
		width: 95%;
	    padding: 0;
	}

	#boxes li { 
		width: 100%;
		min-height: 55px;
		height: auto;
		margin-bottom: 10px;
		background: #fff;
		border-radius: 7px;
	}

	#boxes a {
		width: 88%;
		margin: 0 ;
		min-height: 55px;
		margin-top: 0;
		letter-spacing: 0;
		line-height: 22px;
		padding: 15px 0;
		position: static;
		display: block;
		background: none;
	}
			
	#boxes li > span {
		width: 47px;
		height: 100%;
		float: left;
		font-weight: 600;
		background: none!important;
		line-height: 55px;
		font-size: 16px;
		letter-spacing: 0;
		position: static;
	}

	#boxes li.blue span{ color: #21ade5;}
	#boxes li.yellow span{ color: #fdd000; }
	#boxes li.orange span{ color: #ed6d00; }
	#boxes li.green span{ color: #009944; }

	#boxes li.blue a::after { background-image: url("../img/arrow_blue_sp.jpg");}
	#boxes li.yellow a::after { background-image: url("../img/arrow_yellow_sp.jpg");}
	#boxes li.orange a::after { background-image: url("../img/arrow_orange_sp.jpg");}
	#boxes li.green a::after { background-image: url("../img/arrow_green_sp.jpg");}

	#boxes li a::after {
		max-width: 34px;
		height: 9px;
		background-size: contain;
		bottom: 15px;
	    right: 10px;
	}
	
	.inline-content {
		font-size: 14px;
		line-height: 27px;
	    padding: 30px 4% 20px;
	}
	
	.inline-content dt {
		min-height: 42px;
		padding: 0 0 10px;
		margin-bottom: 0;
	}
	
	.inline-content dd em {	
		min-height: 55px;
		padding-top: 0;
		padding-bottom: 10px;
		overflow: hidden;
		margin-bottom: 0;
	}
	
	.inline-content dt span, .inline-content dd em span {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
	    letter-spacing: 0;
	    margin-top: -22px;
	}
	.inline-content dd em span { 
		line-height: 38px;
	    margin-top: -16px;
	}
	
	.inline-content dt b, .inline-content em b {
		padding-top: 10px;
		font-size: 16px;
		line-height: 24px;
		padding-left: 52px;
	}
	.inline-content dt b {padding-top:13px;}
	.inline-content em b {padding-top: 25px;}
	
	.inline-content dd.left {
		width: 100%;
		float: none;
	}
	
	.inline-content dd.right {
		float: none;
		width: 100%;
		margin-top: 3%;
	}
	
	.inline-content dd.right div {
		float: right;
		width: 55%;
	}
	
	.inline-content dd.right p { 
		width: 38%;
		font-size: 10px;
		line-height: 18px;
		letter-spacing: 0;
		padding-top: 0;
		position: absolute;
		bottom: 25px;
	}
		
	.inline-content dd p {
		font-size: 14px;
		line-height: 27px;
	}
	
	.inline-content dd.left p {
		font-size: 14px;
		line-height: 27px;
	}
	
	.inline-content dd ul.sns { padding-top: 3%;}
	
	.inline-content dd ul.sns li {
		max-width: 56px;
		min-width: 28px;
		width: 9%;
	}
	
	.inline-content dd ul.sns li img{ width: 100%;}
	
}


