@charset "UTF-8";
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */html {
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%
}
*, :after, :before {
	box-sizing: inherit
}
:after, :before {
	vertical-align: inherit;
	text-decoration: inherit
}
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat
}
audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
summary {
	display: list-item
}
small {
	font-size: 80%
}

.col2{
	color:#EB6A6C;
	font-size: 105%;
	margin-bottom: 10px;
}

[hidden], template {
	display: none
}
abbr[title] {
	text-decoration: none;
	border-bottom: 1px dotted
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	color: #000;
	background-color: #ff0
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
input {
	border-radius: 0
}
[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer
}
[disabled] {
	cursor: default
}
[type=number] {
	width: auto
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
textarea {
	overflow: auto;
	resize: vertical
}
button, input, optgroup, select, textarea {
	font: inherit
}
optgroup {
	font-weight: 700
}
button {
	overflow: visible
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
outline:1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
button, select {
	text-transform: none
}
button, input, select, textarea {
	color: inherit;
	border-style: none;
	background-color: transparent
}
select {
	-moz-appearance: none;
	-webkit-appearance: none
}
select::-ms-expand {
display:none
}
select::-ms-value {
color:currentColor
}
legend {
	display: table;
	max-width: 100%;
	white-space: normal;
	color: inherit;
	border: 0
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}
img {
	border-style: none
}
progress {
	vertical-align: baseline
}
svg:not(:root) {
	overflow: hidden
}
audio, canvas, progress, video {
	display: inline-block
}

@media screen {
[hidden~=screen] {
	display: inherit
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
	position: absolute!important;
	clip: rect(0 0 0 0)!important
}
}
[aria-busy=true] {
	cursor: progress
}
[aria-controls] {
	cursor: pointer
}
[aria-disabled] {
	cursor: default
}
::-moz-selection {
color:#000;
background-color:#b3d4fc;
text-shadow:none
}
::selection {
	color: #000;
	background-color: #b3d4fc;
	text-shadow: none
}
@font-face {
	font-family: Bank Gothic Light BT;
	font-weight: 400;
	font-style: normal;
	src: local("Bank Gothic Light BT"), url(../fonts/TT0589M_.woff) format("woff")
}
html {
	font-family: arial, sans-serif;
	font-size: 13px;
	word-wrap: break-word
}
article, aside, div, nav, section {
	box-sizing: border-box
}
ul {
	list-style: none
}
li, ul {
	margin: 0;
	padding: 0
}
img {
	display: block;
	max-width: 100%;
	height: auto
}
.logo {
	max-width: 200px
}
.globalMenu {
	text-align: center
}
.MenuItem {
	display: inline-block
}
.breadcrumb {
	max-width: 1000px;
	margin: 15px auto;
	text-align: left;
	color: #999
}
.breadcrumb li:before {
	font-family: FontAwesome;
	margin: 0 1em;
	content: "\f054"
}
.breadcrumb li:first-child:before {
	font-family: FontAwesome;
	margin-right: 1em;
	content: "\f015"
}
.breadcrumb a {
	text-decoration: none;
	color: #999
}
.breadcrumb a:hover {
	color: #f5b6b6
}
.btn {
	display: block;
	max-width: 300px;
	padding: 10px 0;
	text-align: center
}
.formControl, .formTextarea {
	padding: 5px;
	border: 1px solid #333;
	background-color: #fff
}
.helpBlock {
	font-size: .8em;
	color: #ddd
}

@media screen and (max-width:767px) {
.spNone {
	display: none
}
.pcNone {
	display: block
}
.container {
	width: 95%;
	margin: auto
}
.brSp {
	display: block
}
}

@media screen and (min-width:768px) {
.spNone {
	display: block
}
.brSp, .pcNone {
	display: none
}
}
.container {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto
}

@media screen and (min-width:768px) {
.container {
	width: 100%;
	margin: auto
}
}
.contents {
	margin: 40px 0
}
.header .container {
	position: relative
}
.logo {
	width: 100%;
	max-width: 160px;
	margin: 30px auto
}

@media screen and (min-width:1000px) {
.logo {
	position: absolute;
	bottom: -50px;
	left: 10px;
	margin: 0
}
}
.logo a {
	position: relative;
	display: block;
	padding: 25px 20px;
	text-decoration: none;
	color: #fff;
	background-color: #f5b6b6
}
.logo a:before {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff
}
.logo a:hover {
	background-color: #75aae6
}
.logo .en {
	font-family: Bank Gothic Light BT;
	font-size: 19.5px;
	font-size: 1.5rem;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff
}
.logo .ja {
	display: block;
	margin: 10px 0 0;
	letter-spacing: .3em
}
.cover img {
	width: 100%
}
.globalNav {
	padding: 50px 0 20px
}
.globalNav a {
	font-size: 11.7px;
	font-size: .9rem;
	font-weight: 700;
	display: block;
	text-decoration: none;
	color: #333
}
.globalNav a:hover {
	color: #f5b6b6
}
.globalNav .navItem {
	padding: 0 20px;
	text-align: center
}
.globalNav .navItem:last-child {
	border-right: none
}
.globalNav .en {
	font-family: Bank Gothic Light BT;
	font-size: 14.3px;
	font-size: 1.1rem;
	font-weight: 700;
	display: block
}
.globalNav .ja {
	display: block
}
.mobileMenu {
	display: none
}

@media screen and (max-width:999px) {
.navItem a {
	padding: 10px 0;
	border-bottom: 1px solid #75aae6
}
.js-on .mobileMenu {
	font-size: 13px;
	font-size: 1rem;
	position: fixed;
	z-index: 2;
	top: 10px;
	right: 10px;
	display: block;
	width: 80px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	background-color: #f5b6b6
}
.js-on .mobileMenu:after {
	content: "MENU";
	color: #fff
}
.js-on .globalNav {
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 100vh;
	padding-top: 45px;
	background-color: #fff
}
.js-on.menu-open .globalNav {
	left: 0
}
.js-on.menu-open .mobileMenu:after {
	content: "CLOSE"
}
}

@media screen and (min-width:1000px) {
.globalNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.navItem {
	position: relative
}
.navItem:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 70%;
	margin: auto;
	content: "";
	border-right: 1px solid #999
}
}
.breadcrumb {
	padding: 0
}
.breadcrumb li {
	display: inline-block
}
.h1 {
	font-size: 20.8px;
	font-size: 1.6rem
}
.h2 {
	font-size: 19.5px;
	font-size: 1.5rem
}
.h3 {
	font-size: 18.2px;
	font-size: 1.4rem
}
.h4 {
	font-size: 16.9px;
	font-size: 1.3rem
}
.h5 {
	font-size: 15.6px;
	font-size: 1.2rem
}
.headline .en, .headline .ja {
	display: block
}
.headline.skin1 {
	font-size: 15.6px;
	font-size: 1.2rem;
	font-weight: 700
}
.headline.skin1 .en {
	font-family: Bank Gothic Light BT;
	font-size: 16.9px;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 1em;
	letter-spacing: .2em
}
.headline.skin1 .ja {
	margin: 0 1em;
	letter-spacing: -.1em
}
.headline.skin2 {
	font-weight: 700
}
.headline.skin2 .en {
	font-family: Bank Gothic Light BT;
	font-size: 19.5px;
	font-size: 1.5rem;
	border-bottom: 2px solid #999
}
.headline.skin2 .en {
	line-height: 1em;
	padding: .5em 0.9em
}

.headline.skin2 .ja {
	line-height: 1em;
	padding: .5em 1.5em
}


.headline.skin3 {
	font-weight: 700;
	text-align: center
}
.headline.skin3 .en {
	font-family: Bank Gothic Light BT;
	font-size: 19.5px;
	font-size: 1.5rem;
	border-bottom: 2px solid #999
}
.headline.skin3 .en, .headline.skin3 .ja {
	line-height: 1em;
	padding: .5em 1.5em
}
.headline.skin4 {
	display: inline-block;
	margin: 25px 0 10px;
	padding: 1px 50px 1px 5px;
	color: #fff;
	background: #f5b6b6
}
.headline.skin5 {
	padding: 0 .3em .5em;
	border-bottom: 1px solid #999
}
.cap {
	font-size: 14.3px;
	font-size: 1.1rem;
	font-weight: 700;
	display: block;
	margin-bottom: .8em
}
.pageTitle {
	font-size: 18.2px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center
}
.boxPoint {
	position: relative;
	padding: 10px
}
.boxPoint:before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #f5b6b6;
	border-left: 5px solid #f5b6b6
}
.capPoint {
	position: relative;
	padding-top: 15px
}
.capPoint:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #f5b6b6;
	border-left: 5px solid #f5b6b6
}
.listCareer {
	padding-top: 1em
}
.listCareer dd {
	margin-bottom: 1em
}

@media screen and (min-width:768px) {
.listCareer dt {
	position: absolute
}
.listCareer dd {
	margin-left: 5em
}
}
.listNumber {
	margin: 1.5em 0
}
.listNumber li {
	position: relative;
	margin-bottom: 1em;
	padding: 3px 0 3px 3.5em
}
.listNumber li:before {
	font-family: monospace;
	font-size: 1.5em;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	box-sizing: border-box;
	padding: 2px .5em;
	content: "1";
	text-align: center;
	color: #fff;
	background: #f5b6b6
}
.listNumber li:nth-child(2):before {
	content: "2"
}
.listNumber li:nth-child(3):before {
	content: "3"
}
.listNumber li:nth-child(4):before {
	content: "4"
}
.listNumber li:nth-child(5):before {
	content: "5"
}
.listNumber li:nth-child(6):before {
	content: "6"
}
.listNumber li:nth-child(7):before {
	content: "7"
}
.listNumber li:nth-child(8):before {
	content: "8"
}
.listNumber li:nth-child(9):before {
	content: "9"
}
.listNumber li:nth-child(10):before {
	content: "10"
}
.listPrimary {
	margin: 1.5em 0
}
.listPrimary li {
	position: relative;
	margin-bottom: 1em;
	padding: 0 0 3px 2em
}
.listPrimary li:before {
	font-family: monospace;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	content: "";
	background: #f5b6b6
}
.btnBox {
	margin: 30px 0
}
.btnBox .btnPrimary {
	font-weight: 700;
	display: block;
	max-width: 200px;
	margin: auto;
	padding: 5px 0;
	text-align: center;
	color: #333;
	border: 2px solid #333
}
.btnBox .btnPrimary:hover {
	color: #f5b6b6;
	border-color: #f5b6b6
}
.btnBox .btnColor {
	display: block;
	max-width: 200px;
	margin: auto;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	background-color: #60cdf2
}
.btnBox .btnColor:hover {
	color: #60cdf2;
	border-color: #60cdf2;
	background-color: #fff
}
.imgTile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.imgTile img {
	margin-bottom: 10px
}
.imgTile .x1 {
	width: 50%;
	padding-right: 5px
}
.imgTile .x1:nth-child(2n) {
	padding-right: 0;
	padding-left: 5px
}
.footer .bgcPink {
	background-color: #f5b6b6
}
.pageTopWap {
	max-width: 1000px;
	margin: auto;
	padding: 0 0 20px;
	text-align: right
}
.pageTopWap .pageTop {
	font-size: 10.4px;
	font-size: .8rem;
	line-height: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #f5b6b6
}
.fLogo {
	max-width: 700px;
	padding: 20px 50px;
	background-color: #fff
}
.fLogo a {
	display: block;
	text-decoration: none
}
.fLogo .en {
	font-family: Bank Gothic Light BT;
	font-size: 28.6px;
	font-size: 2.2rem;
	letter-spacing: .1em;
	color: #f5b6b6
}
.fLogo .en, .fLogo .ja {
	display: block;
	width: 100%;
	text-align: center
}
.fLogo .ja {
	padding: 3px 0;
	color: #fff;
	background-color: #f5b6b6
}
.fLogo:hover .en {
	color: #75aae6
}
.fLogo:hover .ja {
	background-color: #75aae6
}
.footerInner {
	max-width: 1000px;
	margin: auto
}

@media screen and (min-width:768px) {
.footerInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.footerInner .fLogo {
	width: 40%
}
.footerInner .support {
	width: 50%
}
}
.minsintou {
	float: left;
	margin: 10px 10px 0 0
}
.footerText {
	padding: 15px 0
}
.support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0
}
.support .supportItem {
	width: 50%;
	padding: 0 5px;
	text-align: right
}
.support .supportItem .text {
	font-size: 16.9px;
	font-size: 1.3rem;
	display: block;
	margin: 30px 0 2px;
	text-decoration: none;
	color: #fff
}

@media screen and (max-width:768px) {
.support .supportItem .text {
	font-size: 16.9px;
	font-size: 1.3rem;
	display: block;
	margin: 5px 0 2px;
	text-decoration: none;
	color: #fff
}
}

.support .supportItem .text:hover {
	text-decoration: underline
}
.support .supportItem img {
	margin-left: auto
}
.support .supportItem img:hover {
	opacity: .6
}
.fbTag {
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	background-color: #75aae6
}
.fbTag:hover {
	opacity: .6
}
.fbIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 1em;
	text-align: center;
	color: #75aae6;
	border: 2px solid #75aae6;
	background-color: #fff
}
.fbIcon:hover {
	color: #f5b6b6;
	border-color: #f5b6b6
}
.fbIcon_b {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 1em;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	background-color: #75aae6
}
.copyWap {
	font-family: Bank Gothic Light BT;
	padding: 5px 0;
	background-color: #999
}
.copyWap .copyright {
	max-width: 1000px
}
.copyWap .copyright a {
	text-decoration: none;
	color: #fff
}
.index .sectionSolution {
	position: relative;
	height: 300px;
	padding: 20px 30px;
	background: #eef3dd url(../images/index/tomisuya.png) 50% no-repeat;
	background-size: 90%
}

@media screen and (min-width:768px) {
.index .sectionSolution {
	background-size: contain
}
}
.index .sectionSolution .btnBox {
	position: absolute;
	right: 30px;
	bottom: -10px;
	width: 200px
}
.index .sectionSolution .btnColor {
	background-color: #95cd20
}
.index .sectionSolution .btnColor:hover {
	color: #95cd20;
	border-color: #95cd20;
	background-color: #fff
}
.sectionContentsMenu {
	margin: 30px auto
}

@media screen and (min-width:768px) {
.sectionContentsMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.sectionContentsMenu .ContentsMenuChild {
	width: 50%
}
}
.sectionContentsMenu a {
	text-decoration: none;
	color: inherit
}
.sectionContentsMenu .headline {
	margin: 0 0 25px
}
.sectionContentsMenu .profileBox {
	display: block;
	max-width: 600px;
	margin: auto;
	padding: 15px 10px;
	border: 1px solid #999
}

@media screen and (min-width:500px) {
.sectionContentsMenu .profileBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sectionContentsMenu .profileBox .textBox {
	width: 60%;
	padding-right: 20px
}
}
.sectionContentsMenu .profileBox:hover {
	opacity: .6
}
.sectionContentsMenu .reportBox {
	display: block;
	max-width: 600px;
	margin: auto;
	padding: 15px 10px;
	border: 1px solid #999
}

@media screen and (min-width:500px) {
.sectionContentsMenu .reportBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.sectionContentsMenu .reportBox .textBox {
	width: 60%;
	padding-left: 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
}
.sectionContentsMenu .reportBox:hover {
	opacity: .6
}
.sectionContentsMenu .beliefBox {
	width: 100%;
	max-width: 600px;
	height: 100%;
	margin: auto;
	padding: 15px 10px;
	border: 1px solid #999
}

@media screen and (min-width:500px) {
.sectionContentsMenu .beliefBox {
	background: url(../images/index/tommy.png) left 40px bottom no-repeat
}
.sectionContentsMenu .beliefBox .textBox {
	width: 60%;
	margin: 20% 0 0 40%
}
}
.sectionContentsMenu .listCreed {
	padding-left: 1em
}
.profile .sectionProfile {
	margin-bottom: 30px
}
.profile .sectionProfile .headline.skin2 {
	margin: 30px 0 20px
}

@media screen and (min-width:768px) {
.profile .sectionProfile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.profile .sectionProfile .ProfileItem {
	width: 42%
}
.profile .sectionProfile .headline.skin2 {
	margin: 0 0 20px
}
}
.profile .sectionProfile .profileText {
	padding: 0 1.5em
}
.profile .sectionStep {
	margin: 30px 0
}
.profile .headline {
	margin: 30px 0 20px
}

@media screen and (min-width:768px) {
.profile .stepBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.profile .stepBox .stepItem {
	width: 42%
}
}
.profile .stepBox .stepItem img {
	margin: auto
}
.solution .solutionImg .lessonBox1 {
	background-color: #fdc7c7
}
.solution .solutionImg .lessonBox2 {
	background-color: #f6e5a1
}
.solution .solutionImg .lessonBox3 {
	background-color: #daf2a7
}
.solution .solutionImg .lessonBox4 {
	background-color: #c1eaff
}
.solution .solutionImg .lessonBox5 {
	background-color: #ece0ff
}
.solution .solutionImg .lessonBox6 {
	background-color: #bcd5ff
}
.solution .solutionImg .lesson {
	font-size: 14.3px;
	font-size: 1.1rem;
	display: block;
	margin-bottom: 1em;
	text-align: center;
	color: #fff
}
.solution .solutionImg .lesson span {
	font-size: 3em;
	font-style: italic;
	margin-left: .2em
}

@media screen and (min-width:500px) {
.solution .solutionImg .lesson span {
	font-family: serif;
	font-size: 4em
}
}

@media screen and (min-width:768px) {
.solution .solutionImg .lesson {
	font-size: 15.6px;
	font-size: 1.2rem
}
}
.solution .solutionImg .lessonTitle1, .solution .solutionImg .lessonTitle2, .solution .solutionImg .lessonTitle3, .solution .solutionImg .lessonTitle4, .solution .solutionImg .lessonTitle5, .solution .solutionImg .lessonTitle6 {
	font-size: 18.2px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center
}

@media screen and (min-width:500px) {
.solution .solutionImg .lessonTitle1, .solution .solutionImg .lessonTitle2, .solution .solutionImg .lessonTitle3, .solution .solutionImg .lessonTitle4, .solution .solutionImg .lessonTitle5, .solution .solutionImg .lessonTitle6 {
	font-size: 23.4px;
	font-size: 1.8rem
}
}

@media screen and (min-width:768px) {
.solution .solutionImg .lessonTitle1, .solution .solutionImg .lessonTitle2, .solution .solutionImg .lessonTitle3, .solution .solutionImg .lessonTitle4, .solution .solutionImg .lessonTitle5, .solution .solutionImg .lessonTitle6 {
	font-size: 26px;
	font-size: 2rem
}
}
.solution .solutionImg .lessonTitle1 {
	color: #b96666
}
.solution .solutionImg .lessonTitle2 {
	color: #b09457
}
.solution .solutionImg .lessonTitle3 {
	color: #88a843
}
.solution .solutionImg .lessonTitle4 {
	color: #589dc0
}
.solution .solutionImg .lessonTitle5 {
	color: #967dbd
}
.solution .solutionImg .lessonTitle6 {
	color: #4f73b0
}
.solution .solutionImg .lessonTitle6 span {
	font-size: .7em
}
.contact .contactText {
	max-width: 700px;
	margin: 0 auto 3em;
	padding: 5px
}
.contact .sectionContact {
	max-width: 800px;
	margin: 30px auto
}
.contact .sectionContact .must {
	background-image: none;
	box-shadow: none;
	text-shadow: none
}
.contact .sectionContact input {
	padding: 3px;
	border: 1px solid #999
}
.contact .sectionContact textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #999
}
.contact .sectionContact button {
	display: inline-block;
	padding: 6px 20px;
	text-align: center
}
.contact .sectionContact button[type=submit] {
	color: #75aae6;
	border: 1px solid #75aae6
}
.contact .sectionContact button[type=submit]:hover {
	color: #fff;
	background-color: #75aae6
}
.contact .sectionContact button[type=reset] {
	color: #999;
	border: 1px solid #999
}
.contact .sectionContact button[type=reset]:hover {
	color: #fff;
	background-color: #999
}
.belief .sectionBelief {
	max-width: 800px;
	margin: auto
}

@media screen and (max-width:767px) {
.belief .sectionBelief {
	width: 90%
}
}
.belief .beliefTitle {
	display: inline-block;
	margin-bottom: 1em
}
.belief .beliefTitle .en {
	font-size: .6em;
	font-weight: 400;
	display: block;
	padding: .3em 30px;
	letter-spacing: .3em;
	color: #f5b6b6
}
.belief .beliefTitle .ja {
	display: block;
	padding: .3em 30px;
	color: #fff;
	background: #f5b6b6
}
.belief .listNumber {
	font-size: 15.6px;
	font-size: 1.2rem
}

@media screen and (min-width:768px) {
.belief .listNumber {
	padding-left: 40px;
	padding-right: 20px;
}
}
.belief .beliefBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.belief .beliefBox img {
	margin: 10px 0
}
.sectionThanks {
	font-size: 19.5px;
	font-size: 1.5rem;
	text-align: center
}
.sectionPage404 p {
	margin-bottom: 1em;
	text-align: center
}
