@charset "UTF-8";

.jp {
	font-family: "Noto Sans JP", sans-serif;
}

.en {
	font-family: "Roboto", sans-serif;
}

br.pcnone {
	display: none;
}

br.spnone {
	display: block;
}

.en {
	font-family: 'Roboto', sans-serif;
}

#page-page .createContents {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	color: #191919;
	letter-spacing: 0.07em;
}

#page-page .createContents .Note {
	margin-top: 40.48px;
	border: 1px solid #dedede;
	background: #efefef;
}

#page-page .createContents .Note ul {
	margin: 0;
	padding: 20px 25px 20px 3rem;
	list-style: none;
}

#page-page .createContents .Note ul li {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 14px;
	text-align: left;
}

#page-page .createContents .Note ul li:before {
	position: absolute;
	left: -20px;
	content: "※";
}

#page-page .createContents p {
	margin: 0;
}

#page-page .createContents .page-image .forThanks {
	margin-bottom: 3rem;
	padding: 80px 0 7rem;
	background-image: url(../img/common/bg_shinig_yellow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	     background-size: cover;
}

#page-page .createContents .page-image .forThanks .box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	    -ms-flex-pack: center;
	    -ms-flex-align: center;
	max-width: 720px;
	margin: 0 auto;
	padding: 72px 0 43px;
	border: 4px solid #FFD800;
	background: #FFF;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#page-page .createContents .page-image .forThanks .box:before {
	position: absolute;
	right: -12px;
	bottom: -12px;
	height: 100%;
	border-right: 8px solid #00000029;
	content: "";
}

#page-page .createContents .page-image .forThanks .box:after {
	position: absolute;
	right: -4px;
	bottom: -12px;
	width: 100%;
	border-bottom: 8px solid #00000029;
	content: "";
}

#page-page .createContents .page-image .forThanks .box .imgTop {
	position: absolute;
	top: -15%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#page-page .createContents .page-image .forThanks .box .imgMiddle {
	margin-bottom: 25px;
}

#page-page .createContents .priceArea {
	margin-bottom: 60px;
	text-align: center;
}

#page-page .createContents .priceArea .ttl {
	position: relative;
	margin-bottom: 42px;
}

#page-page .createContents .priceArea .ttl img.nana {
	position: absolute;
	right: 1.2rem;
	bottom: .3rem;
}

#page-page .createContents .priceArea .fukidashi {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	    -ms-flex-align: start;
	margin-bottom: 3rem;
	text-align: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

#page-page .createContents .priceArea .fukidashi .box {
	position: relative;
	display: inline-block;
	min-width: 486px;
	padding: 22px 24px;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	background: #c5e8ff;
}

#page-page .createContents .priceArea .fukidashi .box p {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}

#page-page .createContents .priceArea .fukidashi .box img.fukidashi__line {
	position: absolute;
	right: 20%;
	bottom: -19px;
	width: 45px;
}

#page-page .createContents .priceArea .fukidashi .woman {
	position: relative;
	width: 107px;
	margin-top: -1rem;
	margin-left: -2rem;
}

#page-page .createContents .priceArea .comparison {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#page-page .createContents .priceArea .comparison .box .midashi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	margin-bottom: 1rem;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#page-page .createContents .priceArea .comparison .box .midashi .line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-align: center;
	padding-bottom: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#page-page .createContents .priceArea .comparison .box .midashi span {
	font-size: 24px;
	font-weight: bold;
}

#page-page .createContents .priceArea .comparison .box .midashi img {
	margin-right: 1.33333vw;
}

#page-page .createContents .priceArea .comparison .box table {
	max-height: 300px;
	border-spacing: 0px;
	border-collapse: separate;
	line-height: 1.5;
}

#page-page .createContents .priceArea .comparison .box table tr:first-child th:last-child {
	border-right: none !important;
}

#page-page .createContents .priceArea .comparison .box table tr:last-child th,
#page-page .createContents .priceArea .comparison .box table tr:last-child td {
	border-bottom: none !important;
}

#page-page .createContents .priceArea .comparison .box table tr th,
#page-page .createContents .priceArea .comparison .box table tr td {
	padding: 12px 0;
	border: none;
	font-size: 12px;
	letter-spacing: initial;
}

#page-page .createContents .priceArea .comparison .box table tr th {
	width: 50%;
	font-size: 16px;
}

#page-page .createContents .priceArea .comparison .box table tr td {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	    -ms-flex-align: center;
	width: 100%;
	font-weight: bold;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#page-page .createContents .priceArea .comparison .box table tr td .en {
	font-size: 19px;
}

#page-page .createContents .priceArea .comparison .box.before {
	width: 42%;
}

#page-page .createContents .priceArea .comparison .box.before .midashi .line {
	border-bottom: 5px solid #191919;
}

#page-page .createContents .priceArea .comparison .box.before table {
	border: 2px solid #afafaf;
}

#page-page .createContents .priceArea .comparison .box.before table tr:first-child th {
	border-right: 2px solid #FFF;
	background: #afafaf;
}

#page-page .createContents .priceArea .comparison .box.before table tr th {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #f3f3f3;
}

#page-page .createContents .priceArea .comparison .box.before table tr td {
	border-bottom: 2px solid #f3f3f3;
}

#page-page .createContents .priceArea .comparison .box.arrow {
	width: 0;
	height: 0;
	margin: 0 2%;
	margin-top: 5rem;
	border-width: 37px 0 37px 37px;
	border-style: solid;
	border-color: transparent transparent transparent #0099FF;
}

#page-page .createContents .priceArea .comparison .box.after {
	width: 50%;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line {
	position: relative;
	border-bottom: 5px solid #0099FF;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line img {
	margin-bottom: -0.12rem;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line img.new {
	position: absolute;
	top: -32px;
	left: -30px;
	margin-bottom: 0;
}

#page-page .createContents .priceArea .comparison .box.after table {
	border: 2px solid #0099FF;
}

#page-page .createContents .priceArea .comparison .box.after table tr th {
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: #c5e8ff;
	font-size: 24px;
}

#page-page .createContents .priceArea .comparison .box.after table tr td {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 4px;
	border-bottom: 2px solid #c5e8ff;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	    -ms-flex-align: center;
	width: 54px;
	height: 54px;
	margin-right: 8px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	background: #FFD800;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .circleBox {
	font-size: 10px;
	line-height: 1;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .circleBox .en {
	font-size: 15px;
	color: #191919;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .en {
	font-size: 32px;
	color: #F74811;
}

#page-page .createContents .priceArea .comparison .box.after table tr:first-child th {
	padding: 12px 0;
	border-right: 2px solid #FFF;
	background: #0099FF;
	font-size: 16px;
	color: #FFF;
}

#page-page .createContents .lattice .Heading {
	margin-bottom: 30px;
}

#page-page .createContents .lattice .Heading h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	margin: 0;
	padding: 0;
	background: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#page-page .createContents .lattice .Heading .icon {
	margin-right: 1rem;
}

#page-page .createContents .lattice .Heading__contents {
	font-family: "Noto Sans JP", sans-serif;
}

#page-page .createContents .lattice .Heading__contents .When p {
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

#page-page .createContents .lattice .Heading__contents .When p span {
	font-family: "Roboto", sans-serif;
	font-size: 34px;
}

#page-page .createContents .lattice .Heading__contents .Title {
	line-height: 0.5;
}

#page-page .createContents .lattice .Heading__contents .Title p {
	font-size: 51px;
	font-weight: bold;
}

#page-page .createContents .lattice .Heading__contents .Title p .orange {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 93px;
	font-weight: bold;
	color: #F74811;
}

#page-page .createContents .lattice .Heading__contents .Title p .orange:before {
	position: absolute;
	top: -25px;
	left: -20px;
	display: inline-block;
	width: 54px;
	height: 46px;
	background-image: url(../img/common/icon_sunlight_orange.svg);
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: contain;
	     background-size: contain;
	content: "";
}

#page-page .createContents .lattice .Desc {
	width: 940px;
	margin: 0 auto;
	padding: 0.3rem;
	-webkit-border-radius: 28px;
	   -moz-border-radius: 28px;
	        border-radius: 28px;
	background: #FF6600;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}

#page-page .createContents .lattice .Desc p {
	font-weight: bold;
}

#page-page .createContents .lattice .Benefit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: justify;
	margin: 7rem 0 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#page-page .createContents .lattice .Benefit__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	    -ms-flex-pack: center;
	    -ms-flex-align: center;
	width: 48%;
	padding: 2rem;
	outline: 4px solid #FFD800;
	outline-offset: -4px;
	background: #FFFFFF;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#page-page .createContents .lattice .Benefit__item:before {
	position: absolute;
	right: -8px;
	bottom: -8px;
	height: 100%;
	border-right: 8px solid #00000029;
	content: "";
}

#page-page .createContents .lattice .Benefit__item:after {
	position: absolute;
	right: 0px;
	bottom: -8px;
	width: 98%;
	border-bottom: 8px solid #00000029;
	content: "";
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(1) .mainImg {
	margin-top: auto;
	margin-right: -10px;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(2) .mainImg {
	width: 75%;
	margin-left: 30px;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) {
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	    -ms-flex-pack: justify;
	width: 100%;
	margin-top: 95.2px;
	padding: 35px 58px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .ribon {
	position: absolute;
	top: -4.1rem;
	left: 0.5rem;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .mainImg {
	max-width: 336px;
	margin-right: 42px;
	margin-bottom: 0;
	padding: 0;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .textImg {
	max-width: 432px;
}

#page-page .createContents .lattice .Benefit__item p {
	margin-top: 1.5rem;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

#page-page .createContents .lattice .Benefit__item .ribon {
	position: absolute;
	top: -4.1rem;
	left: 0.5rem;
	width: 175px;
}

#page-page .createContents .lattice .Benefit__item .mainImg {
	margin-bottom: 27px;
}

#page-page .application {
	margin-top: 60px;
	padding: 3rem 1rem 5rem;
	background-image: url(../img/bg/bg_cta_yellow.png);
	background-position: center;
	-moz-background-size: cover;
	     background-size: cover;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 1.75;
	color: #191919;
}

#page-page .application p {
	margin: 0;
}

#page-page .application .nanachan {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	    -ms-flex-align: center;
	margin-bottom: 2rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#page-page .application .nanachan .icon {
	margin-right: 2rem;
}

#page-page .application .nanachan .text p {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
}

#page-page .application .nanachan .text p span {
	font-size: 26px;
}

#page-page .application__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: justify;
	max-width: 930px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

#page-page .application__box {
	position: relative;
	width: 48%;
	padding: 35px 10px;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 0px 20px #E1A400;
	   -moz-box-shadow: 0px 0px 20px #E1A400;
	        box-shadow: 0px 0px 20px #E1A400;
	text-align: center;
}

#page-page .application__box .application__Heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: center;
	    -ms-flex-align: center;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#page-page .application__box .application__Heading .icon {
	margin-right: 10px;
}

#page-page .application__box .application__Heading span {
	font-size: 28px;
	font-weight: bold;
}

#page-page .application__box .Desc {
	margin-bottom: 25px;
	font-weight: 400;
}

#page-page .application__box .Desc p {
	color: #191919;
}

#page-page .application__box .boxBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	    -ms-flex-align: center;
	font-weight: bold;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#page-page .application__box.toWeb {
	color: #F74811;
}

#page-page .application__box.toWeb .Btn a {
	position: relative;
	display: block;
	padding: 1rem 4.5rem;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	background: transparent -webkit-gradient(linear, right top, left top, from(#FF6600), to(#F74811)) 0% 0% no-repeat padding-box;
	background: transparent -webkit-linear-gradient(right, #FF6600 0%, #F74811 100%) 0% 0% no-repeat padding-box;
	background: transparent -moz-linear-gradient(right, #FF6600 0%, #F74811 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(right, #FF6600 0%, #F74811 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #FF6600 0%, #F74811 100%) 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

#page-page .application__box.toWeb .Btn a:after {
	position: absolute;
	top: 50%;
	right: 10%;
	display: inline-block;
	width: 7px;
	height: 11px;
	background-image: url(../img/common/icon_arrow.svg);
	content: "";
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#page-page .application__box.toTell {
	color: #0099FF;
}

#page-page .application__box.toTell .Tell {
	line-height: 1.5;
}

#page-page .application__box.toTell .Tell a {
	font-size: 54px;
	font-weight: bold;
	color: #0099FF;
}

#page-page .application__box.toTell .Tell a ruby rt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
}

#page-page .application__box.toTell .Time {
	width: 85%;
	margin: 0 auto 15px;
	background: #0099FF;
	font-weight: bold;
	color: #FFFFFF;
}

#page-page .application__box.toTell .Time time {
	margin-left: 30px;
}

#page-page .application__box.toTell .Note {
	font-size: 12px;
	color: #191919;
}

@media (max-width: 1315px) {

#page-page .createContents .lattice .Heading {
	margin-bottom: 2vw;
}

#page-page .createContents .lattice .Heading .icon {
	width: 10.277vw;
}

#page-page .createContents .lattice .Heading__contents .When p {
	font-size: 1.8vw;
}

#page-page .createContents .lattice .Heading__contents .When p span {
	font-size: 2.6vw;
}

#page-page .createContents .lattice .Heading__contents .Title p {
	font-size: 3.8vw;
}

#page-page .createContents .lattice .Heading__contents .Title p .orange {
	font-size: 7vw;
}

#page-page .createContents .lattice .Desc {
	width: 71.22vw;
	margin-bottom: 10vw;
}

#page-page .createContents .lattice .Desc p {
	font-size: 2vw;
}

}

@media (max-width: 990px) {

br.pcnone {
	display: block;
}

br.spnone {
	display: none;
}

#page-page .createContents .page-image .forThanks {
	padding: 3.5rem 0 4rem;
}

#page-page .createContents .page-image .forThanks .box {
	max-width: 80%;
	padding: 4rem 0 20px;
}

#page-page .createContents .page-image .forThanks .box .imgMiddle {
	margin-bottom: 1rem;
}

#page-page .createContents .priceArea {
	margin-bottom: 8vw;
}

#page-page .createContents .priceArea .ttl img.nana {
	display: none;
}

#page-page .createContents .priceArea .ttl img {
	width: 100%;
}

#page-page .createContents .priceArea .comparison {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
}

#page-page .createContents .priceArea .comparison .box.before {
	width: 100%;
}

#page-page .createContents .priceArea .comparison .box.arrow {
	margin: 4% 0;
	border-width: 37px 37px 0 37px;
	border-color: #0099FF transparent transparent transparent;
}

#page-page .createContents .priceArea .comparison .box.after {
	width: 100%;
}

#page-page .createContents .lattice .Heading__contents .Title {
	line-height: 1.25;
}

#page-page .createContents .lattice .Heading__contents .Title p .orange:before {
	display: none;
}

#page-page .createContents .lattice .Benefit {
	margin: 3vw 0 0;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) {
	margin-top: 8vw;
	padding: 3vw 58px;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .ribon {
	top: -5.5vw;
	left: 0.5rem;
	width: 16vw;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .mainImg {
	width: 45%;
	margin-right: 0;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .textImg {
	width: 53%;
}

#page-page .createContents .lattice .Benefit__item p {
	font-size: 12px;
}

#page-page .createContents .lattice .Benefit__item .ribon {
	top: -5.5vw;
	left: 0.5rem;
	width: 16vw;
}

#page-page .application {
	padding: 4vw 4vw 8vw;
}

#page-page .application .nanachan {
	margin-bottom: 7vw;
}

#page-page .application .nanachan .icon {
	width: 20vw;
	margin-right: 4vw;
}

#page-page .application .nanachan .text p {
	font-size: 4vw;
}

#page-page .application .nanachan .text p span {
	font-size: 2.5vw;
}

#page-page .application__inner {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
}

#page-page .application__box {
	width: 100%;
}

#page-page .application__box:first-of-type {
	margin-bottom: 4vw;
}

#page-page .application__box.toTell .Time time {
	margin-left: 3vw;
}

}

@media (max-width: 768px) {

#page-page .createContents .page-image {
	margin: 0 -30px;
}

#page-page .createContents .page-image .forThanks {
	padding: 10% 0 12%;
	-moz-background-size: cover;
	     background-size: cover;
}

#page-page .createContents .page-image .forThanks .box .imgTop {
	width: 40%;
	text-align: center;
}

#page-page .createContents .page-image .forThanks .box .imgMiddle {
	width: 60%;
	margin-bottom: 2%;
	text-align: center;
}

#page-page .createContents .page-image .forThanks .box .imgBottom {
	width: 40%;
	text-align: center;
}

#page-page .createContents .priceArea .ttl {
	margin: 0 -30px 3rem;
}

#page-page .createContents .priceArea .fukidashi {
	max-width: 80%;
}

#page-page .createContents .priceArea .fukidashi .box {
	min-width: auto;
	padding: 3.5vw 6vw 3.5vw 4vw;
}

#page-page .createContents .priceArea .fukidashi .box p {
	font-size: 18px;
}

#page-page .createContents .priceArea .fukidashi .woman {
	width: 30%;
}

#page-page .createContents .priceArea .comparison .box.before .midashi .line img {
	width: 14%;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line img {
	width: 17%;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line img.new {
	width: 27%;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) {
	margin-top: 8vw;
	padding: 3vw 6vw;
}

}

@media (max-width: 480px) {

#page-page .createContents .Note ul {
	padding: 0.75em 0.75em 0.75em 1.75em;
}

#page-page .createContents .Note ul li {
	font-size: 12px;
}

#page-page .createContents .Note ul li:before {
	left: -14px;
}

#page-page .createContents .page-image .forThanks {
	margin-bottom: 60px;
	padding: 13% 0 15%;
}

#page-page .createContents .page-image .forThanks .box {
	max-width: 90%;
}

#page-page .createContents .page-image .forThanks .box .imgTop {
	width: 100%;
}

#page-page .createContents .page-image .forThanks .box .imgMiddle {
	width: 100%;
	margin-bottom: 17.3px;
}

#page-page .createContents .page-image .forThanks .box .imgBottom {
	width: 100%;
}

#page-page .createContents .priceArea .ttl {
	margin: 0 -30px 6vw;
}

#page-page .createContents .priceArea .fukidashi {
	position: relative;
	max-width: 100%;
	margin-right: 39px;
	margin-bottom: 60px;
}

#page-page .createContents .priceArea .fukidashi .box {
	min-width: 174px;
	padding: 0.7rem 1rem;
}

#page-page .createContents .priceArea .fukidashi .box p {
	font-size: 12px;
	line-height: 1.8;
}

#page-page .createContents .priceArea .fukidashi .box img.fukidashi__line {
	bottom: -2.93333vw;
	width: 8.8vw;
}

#page-page .createContents .priceArea .fukidashi .woman {
	position: absolute;
	right: -12vw;
	bottom: -11vw;
	width: 70px;
}

#page-page .createContents .priceArea .comparison .box .midashi span {
	font-size: 5.33333vw;
}

#page-page .createContents .priceArea .comparison .box table tr th,
#page-page .createContents .priceArea .comparison .box table tr td {
	padding: 3.2vw 0;
	font-size: 12px;
	font-size: 3.2vw;
}

#page-page .createContents .priceArea .comparison .box table tr th {
	font-size: 16px;
	font-size: 4.26667vw;
}

#page-page .createContents .priceArea .comparison .box table tr td .en {
	font-size: 19px;
	font-size: 5.06667vw;
}

#page-page .createContents .priceArea .comparison .box.before .midashi .line img {
	width: 11.2vw;
}

#page-page .createContents .priceArea .comparison .box.arrow {
	margin: 5.33333vw 0;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line img {
	width: 16vw;
}

#page-page .createContents .priceArea .comparison .box.after .midashi .line img.new {
	top: -30px;
	left: -33px;
	width: 70px;
}

#page-page .createContents .priceArea .comparison .box.after table tr th {
	width: 10%;
	padding: 2.13333vw 0;
	font-size: 16px;
	font-size: 4.26667vw;
}

#page-page .createContents .priceArea .comparison .box.after table tr td {
	padding: 2.13333vw 1.06667vw;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .circle {
	width: 14.4vw;
	height: 14.4vw;
	margin-right: 1.33333vw;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .circleBox {
	font-size: 10px;
	font-size: 2.66667vw;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .circleBox .en {
	font-size: 12px;
	font-size: 3.2vw;
}

#page-page .createContents .priceArea .comparison .box.after table tr td .en {
	font-size: 27px;
	font-size: 7.2vw;
}

#page-page .createContents .priceArea .comparison .box.after table tr:first-child th {
	font-size: 16px;
	font-size: 4.26667vw;
}

#page-page .createContents .lattice .Heading {
	margin-bottom: 10px;
}

#page-page .createContents .lattice .Heading h2 {
	    -ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#page-page .createContents .lattice .Heading .icon {
	width: 80px;
	margin-right: 5px;
}

#page-page .createContents .lattice .Heading__contents .When p {
	font-size: 14px;
}

#page-page .createContents .lattice .Heading__contents .When p span {
	font-size: 18px;
}

#page-page .createContents .lattice .Heading__contents .Title {
	line-height: 1.25;
}

#page-page .createContents .lattice .Heading__contents .Title p {
	font-size: 20px;
}

#page-page .createContents .lattice .Heading__contents .Title p .orange {
	font-size: 40px;
}

#page-page .createContents .lattice .Heading__contents .Title p .spbig {
	font-size: 24px;
}

#page-page .createContents .lattice .Desc {
	width: 95%;
	margin-bottom: 8vw;
	padding: 0.22814vw;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	font-size: 12px;
	font-size: 3.2vw;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

#page-page .createContents .lattice .Desc p {
	font-size: 12px;
	line-height: 1.7;
}

#page-page .createContents .lattice .Benefit {
	margin: 14vw 0 0;
}

#page-page .createContents .lattice .Benefit__item {
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	padding: 5%;
	outline: 4px solid #FFD800;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(1) {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 15vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(1) .mainImg {
	width: 90%;
	margin-top: auto;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(1) .textImg {
	width: 80%;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(2) .textImg {
	width: 80%;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 15vw;
	padding: 1.5em 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .ribon {
	top: -40px;
	width: 100px;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .mainImg {
	width: 70%;
	margin-bottom: 1em;
}

#page-page .createContents .lattice .Benefit__item:nth-of-type(3) .textImg {
	width: 80%;
}

#page-page .createContents .lattice .Benefit__item p {
	width: 100%;
}

#page-page .createContents .lattice .Benefit__item .ribon {
	top: -40px;
	width: 100px;
}

#page-page .createContents .lattice .Benefit__item .mainImg {
	width: 53%;
	margin-bottom: 4vw;
}

#page-page .createContents .lattice .Benefit__item .textImg {
	width: 45%;
}

#page-page .application .nanachan .text p span {
	font-size: 14px;
}

#page-page .application__box {
	width: 92%;
	margin: 0 auto;
	padding: 25px 5px 20px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

#page-page .application__box:first-of-type {
	margin-bottom: 10vw;
}

#page-page .application__box .application__Heading {
	margin-bottom: 5px;
}

#page-page .application__box .application__Heading .icon {
	position: absolute;
	top: -8%;
	left: 50%;
	width: 35px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#page-page .application__box .application__Heading span {
	font-size: 14px;
}

#page-page .application__box .Desc {
	margin-bottom: 6px;
}

#page-page .application__box .Desc p {
	font-size: 12px;
}

#page-page .application__box .boxBtn p {
	font-size: 14px;
}

#page-page .application__box.toWeb .Btn a {
	padding: 0.75rem 12vw;
	font-size: 14px;
}

#page-page .application__box.toTell .Tell a {
	font-size: 9vw;
}

#page-page .application__box.toTell .Tell a ruby rt {
	font-size: 3vw;
}

#page-page .application__box.toTell .Time {
	font-size: 14px;
}

}

