@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/

.titleArea .inner h2 {
	padding-top:10px;
	padding-right:400px;
}

h4.title {
	margin-top: 20px;
}

span.str {
	font-weight: bold;
	color: #ff0000;
}

div.flex {
	display: flex;
}
img.img1 {
	margin: 2em;
	width: 40vw;
	max-width: 500px;
	height: auto;
}


div.column01 {
	padding: 1em 1em 0.5em 1em;;
	margin: 1em 1em 0 1em;;
	border: 2pt solid #f39800;
	border-radius: 1em 1em 0 0;
	width: 70%;
}

div.column02 {
	padding: 0.5em 1em 1em 1em;
	margin: 0 1em 1em 1em;
	border: 2pt solid #f39800;
	background: #f39800;
	border-radius: 0 0 1em 1em;
	color: #ffffff;
	font-weight: bold;
	width: 70%;
}


p.other {
	margin-top: 1em;
	padding: 0.25em 2em;
	width: 4em;
	background: #b7965f;
	border-radius: 1em;
	color: #ffffff;
	font-weight: bold;
}

div.call {
	background: #eeeeee;
	padding-bottom: 1em;
	margin: 1em 2em;
}

div.call h4 {
	font-size: calc(110%);
	margin-bottom: 0.5em;
	background: #4a2f03;
	padding: 1em;
	color: #ffffff;
}

div.call p {
	padding-left: 2em;
}

div.call span.number {
	font-weight: bold;
	font-size: calc(150%);
}

span.limit {
	margin-top: 1em;
	padding: 0.25em 1em;
	width: 4em;
	background: #ff0000;
	border-radius: 1em;
	color: #ffffff;
	font-weight: bold;
	margin-right: 0.5em;
}

div.merits_flex {
	display: flex;
	justify-content: space-around;
	margin: 1em;
}

div.merits {
	display: flex;
	margin: 0.5em;
	align-items: center;
}

div.merits_txt {
	width: 12em;
}

p.merit {
	padding: 0.25em 2em;
	background: #f39800;
	border-radius: 1em;
	color: #ffffff;
	font-weight: bold;
	width: 14em;
}

h4.q {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: calc(120%);
}

h4.q::before {
	content: url("../images/mynaqa/mynaqa_q.png");
	position: relative;
	top: 20px;
	display: inline-block;
	margin-right: 10px;
}

h4.q span {
	background: linear-gradient(180deg, #ffffff00 0%, #ffffff00 50%, #fff90066 50%, #fff90066 100%);
}

h4.a {
	margin-bottom: 40px;
}

h4.a::before {
	content: url("../images/mynaqa/mynaqa_a.png");
	position: relative;
	top: 20px;
	display: inline-block;
	margin-right: 10px;
}

h4.s1 {
	margin-bottom: 20px;
	font-size: calc(120%);
}

h4.s1::before {
	content: url("../images/mynaqa/mynaqa_s1.png");
	position: relative;
	top: 20px;
	display: inline-block;
	margin-right: 10px;
}


h4.s1 span, h4.s2 span {
	background: linear-gradient(180deg, #ffffff00 0%, #ffffff00 50%, #fff90066 50%, #fff90066 100%);
	color: #f39800;
}


h4.s2 {
	margin-bottom: 20px;
	font-size: calc(120%);
}

h4.s2::before {
	content: url("../images/mynaqa/mynaqa_s2.png");
	position: relative;
	top: 20px;
	display: inline-block;
	margin-right: 10px;
}

p.ex {
	margin-top: 1em;
	display: flex;
}

p.ex::before {
	content: url("../images/mynaqa/mynaqa_ex.png");
	position: relative;
	margin-right: 10px;
}


div.items {
	position: relative;
	padding: 1em;
	margin: 2em;
	background: #ffe9c9;
}

div.items span {
	padding: 0.25em 2em;
	background: #f39800;
	border-radius: 1em;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	line-height: 1.5;
	top: -1em;
	left: -1em;
}

div.items ul {
	margin-left: 2em;
}

div.items ul li {
	list-style: disc;
}


.pc { display: block; }
.sp { display: none; }

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

.titleArea .inner h2 {
    padding-top: 0px;
    padding-right: 0px;
}

div.merits_flex {
	flex-direction: column;
	justify-content: flex-start;
}

div.merits_txt {
	width: 60vw;
}
p.merit {
	width: 70vw;
}
div.flex {
	flex-direction: column;
}
img {
	max-width: 90vw;
}
img.img1 {
	width: 80vw;
}

div.column01, div.column02 {
	width: 85%;
}

h4.q, h4.a {
	display: flex;
	align-items: center;
        line-height: 1.5;
}

h4.q span {
	background: none;
        text-underline-offset: -0.25em;
        text-decoration: underline 0.75em #fff90066;
}


h4.q::before, h4.a::before {
    top: 0px;
}

div.call {
    margin: 0em;
}

.pc { display: none; }
.sp { display: block; }

}