@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
	-webkit-backface-visibility: hidden;
}

.display-inlineblock {
	display: inline-block;
}

.sp-block {
	display: block;
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-ib {
		display: inline-block;
	}
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent-num {
	text-indent: -4em;
	margin-left: 4em;
}
.container .indent-num .num{
	width: 4em;
	display: inline-block
}
.container .indent *,
.container .indent05 *,
.container .indent-ico *,
.container .indent-num *{
	text-indent: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}

.container .bold {
	font-weight: bold;
}

.container .oh {
	overflow: hidden;
}

.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container .mw900px {
	max-width: 900px;
	margin: 0 auto;
}

.container .textalign-c {
	text-align: center;
}

/* head */
.head-box{
	overflow: hidden;
}
.head-box .relative-box{
	position: relative;
	z-index: 1;
}
.head-box .img-box{
	padding-left: 5%;
	background-color: #f5c253;
	position: relative;
	z-index: 1;
}

.head-box .img-box img{
	width: 100%;
}

.head-box .icon{
	width: 50%;
	margin: 0 auto;
	padding: 20px 0;
}

.head-box .h1{
	line-height: 1.2;
	background-color: #f5c253;
	padding: 0.5em 0;
	padding-left: 5%;
	font-size:min(5vw,32px);
	width: 95%;
}

.head-box .profile-box{
	background-color: #f5c253;
	padding: 0.5em 1em 1em 5%;
	width: 95%;
}

.head-box .profile-box .name{
	font-size: calc((30 / 16) * 1em);
	font-weight: bold;
}

.head-box .profile-box .name .shi{
	font-size: 0.7em;
}

.head-box .profile-box .text{
	font-size: 0.75em;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.head-box .relative-box{
		padding-bottom: calc((4.4vw * 1.2 * 2) + 4.4vw);
	}
	div.head-box .icon{
		position: absolute;
		z-index: 2;
		top: 2vw;
		left: 1%;
		width: 27.6%;
		margin: 0;
		padding: 0;
	}
	
	div.head-box .h1{
		position: absolute;
		z-index: 0;
		top: 47vw;
		left: 0;
		font-size: 4.4vw;
	}
	div.head-box .h1::before{
		content: " ";
		display: block;
		background-color: #f5c253;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
		width: 100%;
		height: 150%;
	}
	div.head-box .profile-box{
		position: absolute;
		z-index: 1;
		right: 5%;
		top: 48.5%;
		width: 30%;
		font-size: 1.6vw;
		line-height: 1.4;

		background-color: transparent;
		padding: 0;
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	padding: 1.5em 5%;
}

.lead-box .inner-box{
  max-width: 900px;
  margin: 0 auto;
}

/* sec common */
.sec{
	overflow: hidden;
}

.container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 + .sec-sub2 {
	margin-top: 1.5em;
}

.container .side-padding {
	padding: 0 5%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub + .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 + .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
  margin-bottom: 40px;
	padding: 0 4% 16px;
	
	border-bottom: 1px solid #000;
}

.container .sec .sec-ttl-box .border-box{
	position: relative;
	z-index: 1;
	border-top: 8px solid #e60012;
	padding-top: 12px;
	max-width: 640px;
	margin: 0 auto;
}

.container .sec .sec-ttl-box .border-box:before {
  content: " ";
  display: block;
  
  position: absolute;
  z-index: 1;
  top: -8px;
	right: 0;

	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0px 0px 10px 10px;
}
  
.container .sec .sec-ttl-box .border-box:after {
  content: " ";
  display: block;
  
  position: absolute;
  z-index: 1;
  top: -8px;
	left: 0;

	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 10px 0px 0px 10px;
}

.container .sec .sec-ttl-box h2 {
	font-size: 5.5vw;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: 187.50%; /* 30px */
	}
	div.container .sec .sec-ttl-box .border-box{
		max-width: 448px;
	}
}


.note-box{
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}

.container .dash{
	font-weight: bold;
}
.container .dash::before{
	content:"\2014\2014";
	width: 2em;
	display: inline-block;
}

.container .name01{
	color: #ce6491;
	font-weight: bold;
}

/* img01 */
.img-box01{
	text-align: center;
}

.img-box01 figcaption{
	font-size: 125.00%; /* 20px */
	line-height: 1.4;
	margin-bottom: 1.5em;
}

.img-box01 .note-box{
	text-align: left;
	max-width: 480px;
	margin: 1.5em auto 0;
}

/* img02 */
.container .img-box02{
	text-align: center;
	margin-bottom: 2em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box02{
		float: right;
		max-width: 410px;
		width: 48%;
		margin-left: 4%;
		margin-bottom: 1em;
	}
}

/* thanks */
.container .thanks-box{
	text-align: center;
	margin-bottom: 64px;
}

.container .thanks-box .logo-box{
  max-width: 320px;
  margin: 0 auto 40px;
}

.container .thanks-box .name{
	font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
	margin-bottom: 8px;
}

.container .thanks-box a{
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) { /* tab pc */
	/* thanks */
	div.container .thanks-box{
		padding: 0;
    margin: 0 auto 80px;
	}
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */	
	div.container .thanks-box a{
		transition: all 0.2s ease 0s;
	}
	div.container .thanks-box a:hover,
	div.container .thanks-box a:hover *{
		text-decoration: underline;
	}
}

.longurl {
	word-break: break-all;
}


/* header, footer line color */
div.header_bg {
  border-color: #ce6491;
}
div.fbar {
	background-color: #ce6491;
}
