﻿@charset "utf-8";
/*---------------------------------------------
	▼Reset
---------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, b, u, i, center, dl, dt, dd, ol, ul, li, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    box-sizing: border-box;
}

/*---------------------------------------------
	▼Base
---------------------------------------------*/

body {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

h1,h2,h3,h4,h5,.trial a,.trial p {
	font-family: 'Zen Kaku Gothic New',sans-serif;
	font-style: normal;
}

:root{
    --main:#eb8393;/*DTPの色、e9546b*/
    --mainLight:#fadcea;    
    --accent:hsla(49, 61%, 60%, 1);/*#CFB53B;*/
    --blue:#275ba0;
}

/*---------------------------------------------
	▼PC
---------------------------------------------*/
.wrap{
	overflow: hidden;
}
.trial {
	display:block;
	width: 100%;
	color: #444444;
	text-align: center;
	margin: auto;
}
.trial header {
	width: 94%;
	margin: 15px auto;
}
.trial header a{
	display: block;
	width: 230px;
}
.trial header a img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.trial .trial_key_visual{
    position: relative;/**/
	width: 100%;
	margin: 0 auto;
    overflow:hidden;
    background-size: auto auto;
    background-image: linear-gradient(180deg, rgba(255, 244, 92, 1), rgba(246, 193, 216, 1) 90%);    
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    z-index: 0;
/*
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
*/
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.trial .trial_key_visual:after{
    content: "";
    position: absolute;
    z-index: -1;
	margin:max(-50vw,-560px) auto 3%;
    width:min(100vw,1120px);
    height:min(100vw,1120px);
    border-radius:50%;
    background:var(--main);
	/*background: url(../img/main.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 46.75%;*/
}
.trial_key_visual_imgWrap{
    width: min(96%,1028px);
    margin: 0 auto;
}

.trial_key_visual_imgWrap img {
	display: block;
	width: 100%;
    max-width: 100%;
}



.trial .entry_flow_inner{
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
			box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.trial .entry_flow_inner img{
	width: 50%;
	padding: 2em 0 1.7em 0;
}
.contents{
	/*background-color:#cce6ff; */
	overflow: hidden;
    background-size: auto auto;
    background-color: #F6C1D8;
}
.trial article section{
	width: 860px;
	margin: auto;
}
.trial article section h1{
	width: 860px;
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	font-size: 2.1em;
	font-weight: 700;
	margin: 1.8em 0 0.8em 0;
	padding: 0.25em;
	color: saddlebrown;
    background: rgba(255,255,255,.8);
	border-top: solid 4px var(--accent);
	border-bottom: solid 4px var(--accent);
}
.trial article section h1 img{
	vertical-align: middle;
}
.present_sp{
	display: none !important;
}
.present_pc{
	display: block !important;
}
.trial article section .present_inner{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
	-webkit-box-pack:justify;
		-ms-flex-pack:justify;
			justify-content:space-between;
	margin-bottom: 2em;
}
.trial .award{
	/*width:49%;*/
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	margin: 1% 0;
	position: relative;
}
.trial .award_a{
	color: #44AE35;
	border-color: #44AE35;
	background-color: #D6E38B; 
}
.trial .award_b{
	color: #E53178;
	border-color: #E53178;
	background-color: #F7D1E1; 
}
.trial .award_c{
	color: #EC781E;
	border-color: #EC781E;
	background-color: #FFF47F; 	
}
.trial .award_d{
	color: #00B1CB;
	border-color: #00B1CB;
	background-color: #C5E5F1; 
}
.trial .award_a span,
.trial .award_b span,
.trial .award_c span,
.trial .award_d span{
	width: 60px;
	height: 60px;
	margin: 20px;
	display: block;
	background-repeat: no-repeat;
}
.trial .award_a span{
	background-image: url("../img/award_a.svg");
}
.trial .award_b span{
	background-image: url("../img/award_b.svg");
}
.trial .award_c span{	
	background-image: url("../img/award_c.svg");
}
.trial .award_d span{
	background-image: url("../img/award_d.svg");
}
.trial .award img{
	width: 100%;
	/*width: 420px;*/
}
.trial h2{
	font-size: 1.3em;
	position: absolute;
	top: 18px;
	left: 24%;
	text-align: left;
}
.trial .trial_cond h3{
	font-size: 1.5em;
	padding: 10px 0;
	border-bottom: solid 4px var(--accent);/*blue #548ed1*/
}
.trial .trial_cond{
	width: 860px;
	margin: auto;
	margin-bottom: 2.2em;
	border-radius: 10px;
}
.trial .trial_cond p{
	text-align: left;
	padding: 20px 25px;
	line-height: 1.6em;
    background: rgba(255, 255, 255, .8);
}
.trial .trial_entry_btn{
	margin: 0 auto;
	padding: 0 0 2.5em 0;
}
.trial .trial_entry_btn a{
	text-decoration: none;
	text-align: center;
	display: block;
	border-radius: 10px;
	font-size: 1.8em;
	font-weight: bold;
	padding: 15px 0;
	width: min(95%,860px);
	color: #ffffff;
	margin: 0 auto;
}
.trial .trial_entry_btn .app_form_btn{
	background-color: var(--main);/*blue#6c9bd2*/
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #415e80;

}
.trial .trial_entry_btn a:hover{
	opacity: 0.7;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.trial footer{
	background-color: var(--accent); 
}
.trial footer span{
	display: inline-block;
	background-image: url("../img/kobenp_logo.svg");
	background-repeat: no-repeat;
	width: 200px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: center center;
	padding: 15px 0 0 0;
	margin: auto;
}
.trial footer p{
	display: block;
	padding: 0 0 10px 0 ;
	text-align: center;
	font-size: 12px;
}
/*---------------------------------------------
	▼SP
---------------------------------------------*/
@media screen and (max-width:768px) { 

.trial header {
	width: 100%;
	margin: 8px auto;
}
.trial header a{
	width: 150px;
}
.trial .trial_key_visual_inner{
	width: 100%;
	background-image: none;
	padding: 0;
}
.trial .trial_key_visual_inner img{
	width: 100%;
	display: block;
}
.trial .entry_flow_inner img{
	width: 60%;
}
.trial .trial_desc{
	background-color: #CBECFF; 
	height: auto;
	font-weight: bold;
}
.trial article{
	margin: auto;
}
.trial article section,
.trial .trial_cond,
.trial .trial_entry_btn a{
	width: 95%;	
}
.trial article section h1,
.trial .award{
	width: 100%
}
.trial article section {
	margin: auto;
}
.trial article section h1{
	font-size: 1.5em;
	margin: 1.2em 0 0.6em 0;
}
.trial article section:nth-of-type(1) h1 img{
	width: auto;
	height: 36px;
}
.trial article section:nth-of-type(2) h1 img{
	width: auto;
	height: 147px;
}

.trial .trial_cond h3{
	font-size: 1.3em;
}
.trial .trial_cond p{
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 14px 14px;
}
.trial article section .present_inner{
	display: -webkit-box;
	display: -ms-flexbox;
		display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	  flex-direction: column;
	-ms-flex-line-pack:center;
		align-content:center;
}
.present_sp{
	display: block !important;
}	
.present_pc{
	display: none !important;
}
.trial .award_a span,.trial .award_b span,.trial .award_c span,.trial .award_d span{
	width: 40px;
	height: 40px;
	margin: 7px 0 0 13px;
}
.trial h2{
	width: 100%;
	font-size: 1em;
	top: 3%;
	left: 20%;
	line-height: 1.3em;
}
.trial .award img{
	width: 100%;
}
.trial .trial_entry_btn {
	display: inline-block;	
	width: 100%;
}
.trial .trial_entry_btn a {
	display: block;	
	font-size: 1.2em;
/*
	width: 100%;
*/
	padding: 0.7em 0;
	margin: 0 auto;
}


}
