@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------------------------- */
#mytervLP ul {
  list-style: none;
}
#mytervLP a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#mytervLP img {
	vertical-align:bottom;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	width: 100%;
	/*height: auto;*/
}
#mytervLP img[src$=".svg"] {
	width: 100%;
	height: auto;
}
#mytervLP {
	background: #fff;
	font-size: 16px;
	line-height: 1.75;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
  word-wrap: break-word;
  outline: none;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 160px;
}
#mytervLP h2, #mytervLP h3, #mytervLP h4, #mytervLP div, #mytervLP dl, #mytervLP dd, #mytervLP dt,
#mytervLP p, #mytervLP ul, #mytervLP li {
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	list-style: none;
  margin: 0;
  padding: 0;
}
#mytervLP a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mytervLP a:hover {
	opacity:0.7;
}
#mytervLP * {
  box-sizing: border-box;
}
#mytervLP .annotation {
  text-align: right;
  font-size: 13px;
  line-height: 1.61;
  color: #666;
  padding-top: 20px;
}
#mytervLP a.btn {
  display: block;
  width: 630px;
  height: 108px;
  border-radius: 54px;
  border: 4px solid #df0615;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  color: #df0615;
  text-decoration: none;
  margin: 0 auto;
  padding-top: 18px;
  background: url("../images/btn_arrow_f.png") 96% center / 15px 25px no-repeat #fff;
}
#mytervLP a.btn:hover {
  color: #fff;
  background: url("../images/btn_arrow_n.png") 96% center / 15px 25px no-repeat #df0615;
  opacity: 1;
}
#mytervLP a.btn span {
  display: block;
  font-size: 20px;
}



/* ----------------------------------------------------------------------------------------------
 #mytervLP_keyvisual
---------------------------------------------------------------------------------------------- */
#mytervLP #mytervLP_keyvisual {
  width: 100%;
  padding-bottom: 45px;
  margin-bottom: 80px;
  background: url("../images/kv_bg.png") left top /  16px 16px repeat;
}
#mytervLP #mytervLP_keyvisual h2 {
  position: relative;
  z-index: 1;
}
#mytervLP #mytervLP_keyvisual .mytervLP_provider {
  width: 860px;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
  position: relative;
  z-index: 2;
  top: -30px;
}
#mytervLP #mytervLP_keyvisual dl {
  width: 860px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  padding: 24px;
}
#mytervLP #mytervLP_keyvisual dl dt {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  padding-bottom: 28px;
}
#mytervLP #mytervLP_keyvisual dl dt:last-child {
  padding-bottom: 0;
}



/* ----------------------------------------------------------------------------------------------
 #mytervLP_content01
---------------------------------------------------------------------------------------------- */
#mytervLP #mytervLP_content01 {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 200px 0 70px;
  margin-bottom: 100px;
}
#mytervLP #mytervLP_content01:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 76px;
  right: 0;
  width: 820px;
  height: calc(100% - 76px);
  background: url("../images/content_bg.png") left top / 16px 16px repeat;
}
#mytervLP #mytervLP_content01 h3 {
  width: 624px;
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire {
  width: 100%;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 148px 20px 20px;
  margin-bottom: 70px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
	-ms-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.04);
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire h3 {
  position: absolute;
  top: -10px;
  left: 164px;
  width: 490px;
  height: 118px;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire ul {
  width: 100%;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire ul:after {
	content: "";
	display: block;
	clear: both;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire ul li {
  width: 100%;
  float: left;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire ul li:nth-child(2) {
  width: 420px;
  margin: 20px 20px 0 0;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr .mytervLP_questionnaire ul li:nth-child(3) {
  width: 420px;
  margin: 20px 0 0 0;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl {
  width: 100%;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl:after {
	content: "";
	display: block;
	clear: both;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl dt {
  float: left;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl dt:nth-child(1) {
  width: 376px;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl dt:nth-child(2) {
  width: 524px;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl dt:nth-child(3) {
  width: 100%;
}
#mytervLP #mytervLP_content01 .mytervLP_content01_inr dl dt span {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffea00 60%);
}
  


/* ----------------------------------------------------------------------------------------------
 #mytervLP_content02
---------------------------------------------------------------------------------------------- */
#mytervLP #mytervLP_content02 {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 200px 0 70px;
  margin-bottom: 132px;
}
#mytervLP #mytervLP_content02:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 76px;
  left: 0;
  width: 820px;
  height: calc(100% - 76px);
  background: url("../images/content_bg.png") left top / 16px 16px repeat;
}
#mytervLP #mytervLP_content02 h3 {
  width: 820px;
  height: 156px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr {
  width: 908px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
  padding: 0 0 0 4px;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr ul li {
  width: 284px;
  margin: 0 26px 26px 0;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr ul li:nth-child(3) {
  margin: 0 0 26px 0;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr ul li:nth-child(4) {
  width: 344px;
  margin: 0 26px 26px 0;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr ul li:nth-child(5) {
  width: 344px;
  margin: 0 26px 26px 0;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr dl {
  width: 900px;
  margin: 20px auto 90px;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr dl:after {
	content: "";
	display: block;
	clear: both;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr dl dt {
  float: left;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr dl dt:nth-child(1) {
  width: 524px;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr dl dt:nth-child(2) {
  width: 376px;
  padding-top: 52px;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr dl dt:nth-child(3) {
  width: 100%;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr .mytervLP_column {
  width: 900px;
  position: relative;
  margin: 0 auto;
  padding: 86px 40px 32px;
  background: #f9eced;
  border-radius: 16px;
  font-weight: 500;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr .mytervLP_column h4 {
  position: absolute;
  width: 287px;
  top: -34px;
  left: 28px;
}
#mytervLP #mytervLP_content02 .mytervLP_content02_inr .mytervLP_column p {
  position: absolute;
  right: 40px;
  top: 15px;
  width: 180px;
  height: 138px;
}
  


/* ----------------------------------------------------------------------------------------------
 #mytervLP_content03
---------------------------------------------------------------------------------------------- */
#mytervLP #mytervLP_content03 {
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 150px;
}
#mytervLP #mytervLP_content03 h3 {
  width: 820px;
  margin: 0 auto 54px;
}
#mytervLP #mytervLP_content03 .mytervLP_content03_inr {
  width: 900px;
  min-height: 544px;
  margin: 0 auto 100px;
  position: relative;
}
#mytervLP #mytervLP_content03 .mytervLP_content03_inr h4 {
  position: absolute;
  width: 530px;
  top: 0;
  left: 0;
  z-index: 1;
}
#mytervLP #mytervLP_content03 .mytervLP_content03_inr .txtBox {
  position: absolute;
  width: 416px;
  top: 70px;
  right: 0;
  z-index: 2;
  padding: 44px 44px;
  background: #df0615;
  font-weight: 700;
  line-height: 2.25;
  color: #fff;
}
  


/* ----------------------------------------------------------------------------------------------
 #mytervLP_content04
---------------------------------------------------------------------------------------------- */
#mytervLP #mytervLP_content04 {
  width: 100%;
  margin-bottom: 100px;
}
#mytervLP #mytervLP_content04 .mytervLP_checksheet {
  width: 100%;
  padding: 40px 80px 72px;
  margin-bottom: 80px;
  background: url("../images/content04_bg01.png") left top / 16px 16px repeat;
}
#mytervLP #mytervLP_content04 .mytervLP_checksheet h3 {
  width: 412px;
  margin: 0 auto 36px;
}
#mytervLP #mytervLP_content04 .mytervLP_checksheet ul {
  display: block;
  width: 100%;
  padding: 28px 110px 60px;
  background: url("../images/content04_bg02.png") left top / 16px 16px repeat;
  -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.08);
	box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.08);
}
#mytervLP #mytervLP_content04 dl {
  width: 100%;
  margin-bottom: 68px;
}
#mytervLP #mytervLP_content04 dl dt {
  text-align: center;
  padding-bottom: 2em;
}
#mytervLP #mytervLP_content04 dl dt span {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #ffea00 60%);
}
  


/* ----------------------------------------------------------------------------------------------
 #mytervLP_summary
---------------------------------------------------------------------------------------------- */
#mytervLP #mytervLP_summary {
  width: 100%;
  border-radius: 12px;
  padding: 50px 80px;
  background: rgba(223, 6, 21, 0.08);
}
#mytervLP #mytervLP_summary dl dt {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 2em;
}
#mytervLP #mytervLP_summary dl dt:last-child {
  padding-bottom: 0;
}
#mytervLP #mytervLP_summary dl dt span {
  font-size: 21px;
  font-weight: 700;
  color: #df0615;
}
