@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.white {
	color: #fff;
}
.blue {
	color: #009fe0;
}
.sp {
	display: none;
}
.area {
	padding: 70px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	margin: 0 0 40px;
	font-size: 250%;
	font-weight: 700;
}
.contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		margin: 0 0 30px;
		font-size: 140%;
	}
	.contact {
		flex-flow: column;
	}
	.contact li {
		width: 100%;
		height: 100%;
	}
}


/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	padding: 10px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 100%;
}
#header .txt {
	font-size: 75%;
	line-height: 1;
	margin: 0 0 5px;
}
#header .logo img {
    max-width: 234px;
}
#header .contact {
	flex-flow: row nowrap;
	justify-content: flex-end;
	margin: 0 0 10px;
}
#header .contact li {
	padding-left: 20px;
}
#header .contact .tel img {
	max-width: 323px;
}
#header .contact .mail img {
	max-width: 271px;
}
@media screen and (max-width:768px) {
	#header {
		text-align: center;
	}
	#header .wrap {
		width: 100%;
	}
	#header .logo img {
		max-width: 130px;
	}
	#header .contact {
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 5px;
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid #333;
		margin: 0;
	}
	#header .contact li {
		padding: 0 5px!important;
		width: auto;
	}
}


/* visual
-------------------------------------------------------*/
#visual {
	padding: 0;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
}
#visual .inner {
	max-width: 1400px;
}
@media screen and (max-width:768px) {

}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
}
#footer.area {
	padding: 50px 20px 80px;
}
#footer .logo {
    margin: 0 0 30px;
}
#footer .logo img {
    max-width: 154px;
}
#footer .txt {
    font-size: 90%;
    text-align: center;
    margin: 0 0 50px;
	line-height: 1.7;
}
#footer .copy {
	font-size: 75%;
}
@media screen and (max-width:768px) {
	#footer.area {
		padding: 20px 20px 100px;
	}
	#footer .logo {
		margin: 0 0 20px;
	}
	#footer .logo img {
		max-width: 120px;
	}
	#footer .txt {
		font-size: 80%;
		margin: 0 0 30px;
	}
	#footer .copy {
		font-size: 75%;
	}
}


/* banner
-------------------------------------------------------*/
.banner {
	background: #009fe0;
	position: relative;
}
.banner::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/banner_tri01.png")no-repeat center/162px 278px;
	width: 162px;
	height: 278px;
	left: 0;
	top: 0;
	z-index: 1;
}
.banner::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/banner_tri02.png")no-repeat center/162px 278px;
	width: 162px;
	height: 278px;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.banner.area {
	padding: 60px 20px;
}
.banner .inner {
	max-width: 900px;
	position: relative;
	z-index: 2;
}
.banner .ttl {
/*	margin: 0 0 40px; */
	position: relative;
	z-index: 5;
}
.banner .ttl img {
	max-width: 598px;
}
.banner .contact {
	position: relative;
	z-index: 4;
}
.banner .contact li:not(:last-child) {
	margin: 0 30px 0 0;
}
.banner .contact .tel img {
	max-width: 323px;
}
.banner .contact .mail img {
	max-width: 271px;
}
.banner .img  {
	position: absolute;
	display: block;
	bottom: -60px;
	right: 0;
	z-index: 3;
}
.banner .img img {
	max-width: 262px;
}
.banner p.txt_contact{
	color: #FFF;
	margin-top: 20px;
    line-height: 1.5;
}
@media screen and (max-width:768px) {
	.banner::before {
		background: url("../img/banner_tri01.png")no-repeat center/81px 139px;
		width: 81px;
		height: 139px;
	}
	.banner::after {
		background: url("../img/banner_tri02.png")no-repeat center/81px 139px;
		width: 81px;
		height: 139px;
	}
	.banner.area {
		padding: 30px 20px;
	}
	.banner .ttl {
		margin: 0 0 20px;
	}
	.banner .contact li {
		text-align: center;
	}
	.banner .contact li:not(:last-child) {
		margin: 0 0 20px;
	}
	.banner .img  {
		display: none;
	}
	.banner p.txt_contact{
		text-align: center;
	}
}


/* area01 problem
-------------------------------------------------------*/
#problem {
	position: relative;
}
#problem::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/area01_tri.png")no-repeat center/100% 200px;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	z-index: -1;
}
#problem .ttl01 {
	margin: 0 0 80px;
}
#problem .box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
#problem .box .img {
	margin: 0 50px 0 0;
}
#problem .box ul li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#problem .box ul li:not(:last-child) {
	margin: 0 0 25px;
}
#problem .box ul li .icon {
	margin: 0 10px 0 0;
}
#problem .box ul li .icon img {
	max-width: 35px;
}
#problem .box ul li .ttl {
	font-size: 130%;
	font-weight: 500;
}
#problem .box .img img {
	max-width: 249px;
}
@media screen and (max-width:768px) {
	#problem::before {
		background: url("../img/area01_tri.png")no-repeat center/100% 100px;
		width: 100%;
		height: 100px;
	}
	#problem .ttl01 {
		margin: 0 0 50px;
	}
	#problem .box {
		flex-flow: column-reverse;
	}
	#problem .box .img {
		margin: 0;
	}
	#problem .box ul {
		margin: 0 0 30px;
	}
	#problem .box ul li {
		align-items: flex-start;
	}
	#problem .box ul li:not(:last-child) {
		margin: 0 0 20px;
	}
	#problem .box ul li .icon {
		margin: 0 10px 0 0;
	}
	#problem .box ul li .icon img {
		max-width: 20px;
		min-width: 20px;
	}
	#problem .box ul li .ttl {
		font-size: 100%;
		line-height: 1.4;
	}
	#problem .box .img img {
		max-width: 150px;
	}
}


/* area02 reason
-------------------------------------------------------*/
#reason {
	background: #f5f7f8;
}
#reason.area {
	padding: 0 0 70px;
}
#reason .ttl01 {
	background: #009fe0;
	line-height: 1.2;
	padding: 30px 0;
}
#reason .ttl01 span {
	position: relative;
}
#reason .ttl01 span::before,#reason .ttl01 span::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/area02_ttl.png")no-repeat center/69px 111px;
	width: 69px;
	height: 111px;
	top: 0;
} 
#reason .ttl01 span::before {
	left: -70px;
}
#reason .ttl01 span::after {
	right: -100px;
	transform:  scale(-1, 1);
}
#reason ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 20px;
}
#reason ul li {
	width: 18%;
}
#reason ul li .img {
	margin: 0 0 20px;
}
#reason ul li .ttl {
	text-align: center;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 2px solid #009fe0;
	line-height: 1.5;
}
#reason ul li .txt {
	font-size: 90%;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#reason.area {
		padding: 0 0 40px;
	}
	#reason .ttl01 {
		padding: 20px;
	}
	#reason .ttl01 span::before,#reason .ttl01 span::after {
		background: url("../img/area02_ttl.png")no-repeat center/34px 55px;
		width: 34px;
		height: 55px;
	} 
	#reason .ttl01 span::before {
		left: -50px;
	}
	#reason .ttl01 span::after {
		right: -50px;
	}
	#reason ul {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#reason ul li {
		width: 100%;
	}
	#reason ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#reason ul li .img {
		width: 60%;
		text-align: center;
		margin: 0 auto 20px;
	}
	#reason ul li .ttl {
		margin: 0 0 10px;
		padding: 0 0 20px;
		line-height: 1;
		font-size: 110%;
	}
}


/* area03 program
-------------------------------------------------------*/
#program .ttl01 {
	margin: 0 0 20px;
}
#program .ttl01 span {
	position: relative;
	padding: 0 0 0 70px;
}
#program .ttl01 span::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/area03_ttl.png")no-repeat center/55px 55px;
	width: 55px;
	height: 55px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
#program .sub_ttl {
	text-align: center;
	margin: 0 0 30px;
	font-size: 130%;
	font-weight: 500;
}
#program ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#program ul li {
	width: 32%;
}
#program ul li:nth-child(-n+3) {
	margin: 0 0 40px;
}
#program ul li .ttl {
	background: #009fe0;
	padding: 10px 5px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: 700;
	font-size: 110%;
	position: relative;
}
#program ul li .ttl::after {
	position: absolute;
	display: block;
	content: "";
	border-right: 10px solid transparent;
	border-top: 15px solid #009fe0;
	border-left: 10px solid transparent; 
	right: 50%;
	bottom: -10px;
	transform: translate(50%,0);
}
#program ul li .txt_box {
	background: #f5f7f8;
	padding: 20px;
}
#program ul li .txt_box .ttl_in {
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px;
	font-size: 110%;
}
#program ul li .txt_box .txt {
	font-size: 90%;
	line-height: 1.5;
}
@media screen and (max-width:768px) {
	#program .ttl01 span {
		padding: 0 0 0 40px;
	}
	#program .ttl01 span::before {
		background: url("../img/area03_ttl.png")no-repeat center/30px 30px;
		width: 30px;
		height: 30px;
	}
	#program .sub_ttl {
		font-size: 110%;
	}
	#program ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#program ul li {
		width: 100%;
	}
	#program ul li:nth-child(-n+3) {
		margin: 0 0 30px;
	}
	#program ul li:not(:last-child) {
		margin: 0 0 30px;
	}
}


/* area04 flow_program
-------------------------------------------------------*/
#flow_program {
	background: #f5f7f8;
}
#flow_program.area {
	padding: 70px 20px 50px;
}
#flow_program .ttl {
	background: #009fe0;
	font-size: 130%;
	font-weight: 500;
	padding: 20px;
}
#flow_program .ttl span {
	font-size: 70%;
	padding: 0 0 0 20px;
}
@media screen and (max-width:768px) {
	#flow_program.area {
		padding: 40px 20px 20px;
	}
	#flow_program .ttl {
		font-size: 110%;
		padding: 15px;
	}
	#flow_program .ttl span {
		font-size: 70%;
		padding: 0 0 0 15px;
	}
}


/* area05 trick
-------------------------------------------------------*/
#trick .sub_ttl {
	background: #009fe0;
	width: 400px;
	border-radius: 50px;
	margin: 0 auto 20px;
	font-size: 160%;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 10px;
	max-width: 100%;
}
#trick ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#trick ul li {
	width: 32%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #009fe0;
}
#trick ul li .img {
	margin: 0 0 20px;
}
#trick ul li .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 110%;
	margin: 0 0 20px;
}
#trick ul li .txt {
	font-size: 90%;
	line-height: 1.5;
}
@media screen and (max-width:768px) {
	#trick .sub_ttl {
		width: 250px;
		margin: 0 auto 10px;
		font-size: 100%;
		padding: 5px;
	}
	#trick .ttl01 {
		line-height: 1.4;
	}
	#trick ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#trick ul li {
		width: 100%;
	}
	#trick ul li:not(:last-child) {
		margin: 0 0 20px;
	}
	#trick ul li .ttl {
		margin: 0 0 10px;
	}
}

/* area06 voice
-------------------------------------------------------*/
#voice {
	background: url("../img/area06_bg.png")no-repeat center/cover;
}
#voice .ttl01 {
	margin: 0 0 20px;
}
#voice .top_txt {
	text-align: center;
	font-size: 110%;
	font-weight: 500;
	margin: 0 0 20px;
	line-height: 1.4;
}
#voice ul li {
	background: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	box-sizing: border-box;
}
#voice ul li:not(:last-child) {
	margin: 0 0 30px;
}
#voice ul li .icon {
	min-width: 150px;
	max-width: 150px;
	margin: 0 20px 0 0;
}
#voice ul li .txt_box .ttl {
	font-weight: 700;
	font-size: 130%;
	margin: 0 0 20px;
}
#voice ul li .txt_box .txt {
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#voice .top_txt {
		text-align: center;
		font-size: 90%;
	}
	#voice ul li {
		flex-flow: column;
		justify-content: center;
	}
	#voice ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#voice ul li .icon {
		min-width: 100px;
		max-width: 100px;
		margin: 0 0 20px;
	}
	#voice ul li .txt_box .ttl {
		font-size: 110%;
		margin: 0 0 10px;
		text-align: center;
	}
	#voice ul li .txt_box .txt {
		font-size: 90%;
	}
}

/* area06 flow
-------------------------------------------------------*/
#flow ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#flow ul li {
	width: 18%;
}
#flow ul li .img {
	margin: 0 0 20px;
}
#flow ul li .ttl {
	text-align: center;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.5;
}
#flow ul li .txt {
	font-size: 90%;
	line-height: 1.5;
}
@media screen and (max-width:768px) {
	#flow ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#flow ul li {
		width: 100%;
	}
	#flow ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#flow ul li .img {
		margin: 0 auto 20px;
		width: 60%;
	}
	#flow ul li .ttl {
		margin: 0 0 10px;
		font-size: 110%;
	}
	#flow ul li .txt {
		font-size: 90%;
		line-height: 1.5;
	}
}



/* qa
-------------------------------------------------------*/
#qa {
	background: #f5f7f8;
}
#qa dl {
    border-bottom: 1px solid #bcbbbb;
}
#qa dl:not(:last-child) {
    margin: 0 0 30px;
}
#qa dt {
    font-size: 110%;
    font-weight: 700;
    margin: 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/38px 38px;
    min-width: 38px;
    height: 38px;
    margin: 0 20px 0 0;
}
#qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 0 0 30px;
	line-height: 1.4;
}
#qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/38px 38px;
    min-width: 38px;
    height: 38px;
    margin: 0 20px 0 0;
}
#qa .aco_btn {
	position: relative;
}
#qa .aco_btn .btn {
    position: absolute;
    top:10px;
    bottom:-10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
}
#qa .aco_btn .btn span {
    background: #009fe0;
    width: 28px;
    height: 2px;
    display: block;
}
#qa .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#qa .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
#qa .aco_btn:hover {
    opacity: .7;
}
#qa .aco_btn span {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    #qa dl:not(:last-child) {
        margin: 0 0 20px;
    }
    #qa dt {
        align-items: flex-start;
        padding: 10px 20px 0 0;
		line-height: 1.4;
    }
    #qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa .aco_btn .btn {
        right: 0;
        width: 20px;
        height: 20px;
        top: 7px;
    }
    #qa .aco_btn .btn span {
        width: 20px;
        height: 2px;
    }
    #qa .aco_btn .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    #qa .aco_btn.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}


/* contact
-------------------------------------------------------*/
#contact {
	background: #009fe0;
	position: relative;
}
#contact::before,#contact::after {
	position: absolute;
	display: block;
	content: "";
	z-index: 1;
}
#contact::before {
	background: url("../img/contact_tri01.png")no-repeat center/214px 367px;
	width: 214px;
	height: 367px;
	top: 0;
	left: 0;
}
#contact::after {
	background: url("../img/contact_tri02.png")no-repeat center/214px 367px;
	width: 214px;
	height: 367px;
	bottom: 0;
	right: 0;
}
#contact.area {
	padding: 80px 20px 130px;
}
#contact .ttl01 {
	position: relative;
	z-index: 3;
}
#contact .bg_w {
	background: #fff;
	border-radius: 10px;
	padding: 40px 50px 70px;
	position: relative;
	z-index: 2;
}
#contact .txt_head {
	font-size: 110%;
	color: #f00;
	text-align: center;
	margin: 0 0 20px;
	font-weight: 500
}
/* table_temp start */
#contact .table_temp {
	width: 100%;
	margin: 0 0 40px;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#contact tr:not(:last-child) {
	border-bottom: 1px solid #bcbbbb;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 300px;
	text-align: left;
}
#contact tr th b {
	display: block;
	position: relative;
	font-weight: 700;
}
#contact tr.hissu th b::after,
#contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 75%;
	width: 50px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 3px;
}
#contact tr.hissu th b::after {
	content: "必須";
	background: #fc0101;
}
#contact tr.nini th b::after {
	content: "任意";
	background: #055c94;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	background: #f5f7f8;
	border: 1px solid #bcbbbb;
}
#contact input[type="text"],
#contact select {
	height: 40px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #ccc;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 270px;
	height: 60px;
	border: none;
	border-radius: 50px;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 120%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #f8b62a;
}
#contact .form_btn02 {
	background: #333;
}
#contact .privacy {
	border: 1px solid #bcbbbb;
	padding: 30px;
	height: 200px;
	box-sizing: border-box;
	overflow: scroll;
	overflow-y: none;
}
#contact .privacy .ttl {
	text-align: center;
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 20px;
	
}
#contact .privacy .txt {
	font-size: 90%;
	line-height: 1.6;
}
/* table_temp end */
@media screen and (max-width:768px) {
	#contact.area {
		padding: 40px 20px 80px;
	}
	#contact .table_temp {
		margin: 0 0 20px;
	}
	#contact .txt_head {
		font-size: 90%;
		line-height: 1.4;
	}
	#contact::before {
		background: url("../img/contact_tri01.png")no-repeat center/107px 183px;
		width: 107px;
		height: 183px;
	}
	#contact::after {
		background: url("../img/contact_tri02.png")no-repeat center/107px 183px;
		width: 107px;
		height: 183px;
	}
	#contact .bg_w {
		padding: 30px 20px 50px;
	}
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	/* table_temp end */
	#contact .privacy {
		padding: 20px;
	}
	#contact .privacy .ttl {
		font-size: 110%;
	}
}


.pp_sub {
	font-weight: bolder;
	margin-bottom: 10px;
}

.privacy .txt {
	margin-bottom: 20px;
}