@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

*{
	box-sizing: border-box;
}

[class*="formtable"] dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px
}
@media screen and (max-width: 767px) {
	[class*="formtable"] dl {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
				font-size: 14px;
	background: #f4f4f4;
	margin: 0;
	}
}

[class*="formtable"] dt {
	min-width: 268px;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 60px;
	padding-top: 31px;
}

.formtable-confirm dt {
	min-width: 300px;
}

[class*="formtable"] dt.i_must {
	background: url(../../images/entry/icon_must.gif) no-repeat right 30px;
}
@media screen and (max-width: 767px) {
	[class*="formtable"] dt {
		padding-top: 3px;
		background: #f4f4f4
	}
	[class*="formtable"] dt.i_must,
	[class*="formtable"] dt.i_opt {
		padding-left: 36px;
	}
	[class*="formtable"] dt.i_must {
		background-image: url(../../images/entry/icon_must.png);
		background-position: 4px 11px;
		background-repeat: no-repeat;
		background-size: 28px auto;
		min-height: 20px;
	}
	[class*="formtable"] dt.i_opt {
		background-image: url(../../images/entry/icon_opt.png);
		background-position: 4px 11px;
		background-repeat: no-repeat;
		background-size: 30px auto;
	}
	[class*="formtable"] dt {
		width: 100%;
		padding: 8px 0
	}
}
[class*="formtable"] dd {
	text-align: left;
	padding: 20px 10px 20px;
	max-width: 580px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.formtable-confirm dt {
		padding: 31px 10px 20px;
	}
}

.formtable-confirm dd {
	padding: 31px 10px 20px;
}

@media screen and (max-width: 767px) {
	[class*="formtable"] dd {
		width: 100%;
		padding: 10px;
		background: #fff
	}
}

@media screen and (min-width: 768px) {
	.entry_confirm_button br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.submit_right .confirm_submit button {
		width: 250px;
		margin-bottom: 24px
	}
}

.formtable-confirm dl {
    border-bottom: 1px solid #ccc;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, var,
b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight:normal;
	list-style:none;
}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}

html {
	font-size:62.5%;
	letter-spacing:0;
	line-height:1.6;
	width: 100%;
}

body {
	line-height:1.6;
	width: 100%;
}

/*// fontset //*/
.sss {
	font-size:10px;
	font-size:1rem;
}
.ss {
	font-size:12px;
	font-size:1.2rem;
}
.s {
	font-size:14px;
	font-size:1.4rem;
}
.m {
	font-size:16px;
	font-size:1.6rem;
}
.l {
	font-size:18px;
	font-size:1.8rem;
}
.ll {
	font-size:20px;
	font-size:2rem;
}
.lll {
	font-size:22px;
	font-size:2.2rem;
}
.l4 {
	font-size:28px;
	font-size:2.8rem;
}

p {
	/* padding-bottom: 1em; */
	padding-bottom: 0.5em;
}

#wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.desc {
	color: #666;
}

.desc img {
	vertical-align: middle;
}

.tomail {
	margin-bottom: 10px;
}
.tomail a {
	border: 2px solid #ffcd00;
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #ffcd00;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.colspan3 dt {
	min-width: 138px;
}
.formtable-confirm .colspan3-catename {
	width: 250px;
}
.colspan3-catename {
	min-width: 102px !important;
}
.private_new {
	max-width: 660px;
	height: 175px;
	padding: 20px;
	overflow: auto;
	border: 2px solid #d0d0d0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto 20px auto;
	/* margin: 0 auto 40px auto; */
	color: #666;
}
@media screen and (max-width: 767px) {
	.private_new {
		margin: 0 10px 20px;
	}
}

.private_new h2 {
	padding-bottom: 1em;
}

.entry_form_flame,
.entry_form_flame2,
.confirm_form_flame {
	width: 100%;
	font-size:18px;
	font-size:1.8rem;
}

#opt {
	display: none;
}

#contopt {
	cursor: pointer;
	margin-bottom: 120px;
}

.entry_form_flame th,
.entry_form_flame td,
.entry_form_flame2 th,
.entry_form_flame2 td {
	text-align: left;
	padding: 20px 10px;
	padding-bottom: 20px;
}

.entry_form_flame th,
.entry_form_flame2 th {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 50px;
	padding-top: 31px;
}

.confirm_form_flame th,
.confirm_form_flame td {
	vertical-align: top;
	text-align: left;
	padding: 2px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.confirm_form_flame .i_must {
	background: url(../../images/entry/icon_must.gif) no-repeat right 10px;
}

.confirm_form_flame .i_opt {
	background: url(../../images/entry/icon_opt.gif) no-repeat right 10px;
}

.confirm_submit {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.confirm_submit .entry_confirm_button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 24px
}

@media screen and (max-width: 767px) {
	.confirm_submit .entry_confirm_button{
		display: block;
	}
}

.confirm_submit .submit_right{
	width: 172px;
}

@media screen and (max-width: 767px) {
	.confirm_submit .submit_right{
		width: auto;
	}
}

.confirm_submit button {
	border-radius: 2px;
	background: #ffcd00;
	padding: 10px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.confirm_submit button {
		width: 250px;
	}
}
.confirm_submit button span.lll {
	font-size: 16px;
	font-weight: bold;
}

.confirm_submit #backform {
	background: #ccc;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.confirm_submit #backform {
		margin-right: 0;
	}
}

.confirm_submit #backform .m {
	font-size: 16px;
	line-height: normal;
}

.confirm_form_flame th {
	white-space: nowrap;
	padding-right: 50px;
}

.examplecircle {
	display: inline-block;
	border-radius: 30px;
	background: #e8e8e8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2px 6px;
	color: #666;
	margin-right: 10px;
	behavior:url(PIE.htc);
}

.exampletext {
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.errbg {
}

.errtxt {
	width: 100%;
	height: 46px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	background: url(../../images/entry/errbg.gif) no-repeat;
	color: #fff;
	padding: 18px 5px 0 10px;
	max-width: 560px;
	margin-top: 6px;
	display: none;
}

.entry_form_flame .i_opt,
.entry_form_flame2 .i_opt {
	background: url(../../images/entry/icon_opt.gif) no-repeat right 30px;
}

.mustbg {
	background: #fff8f8;
}

.optbg {
	background: #f6fff1;
}

.w470 {
	width: 470px;
}

.w315 {
	width: 315px;
}

.w190 {
	width: 190px;
}

.w150 {
	width: 150px;
}

.w110 {
	width: 110px;
}

.w60 {
	width: 60px;
}

.mb5 {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.w20per {
		width: 20%!important;
	}
	.w50per {
		width: 50%!important;
	}
}
.entry_submit {
	text-align: center;
	margin: 40px 0 50px;
}

.confirm_submit .submit_right{
	width: 172px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
@media screen and (max-width: 767px) {
	.confirm_submit .submit_right,
	.confirm_submit .submit_left {
		width: auto;
		margin: 0 auto;
	}
}

.entry_submit button {
	border-radius: 6px;
	background: #ffcd00;
	padding: 10px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.entry_submit button {
		width: 250px
	}
	.formtable-confirm dl {
		border-bottom: none;
	}
}
.thanks_mes {
	text-align: center;
	color: #666;
}

.thanks_mes p {
	font-weight: bold;
}

.thanks_mes .lll {
	padding-bottom: 1em;
}

.select-wrap{
	position:relative;
	overflow:hidden;
	display:inline-block;
	background:#fff;
	border: 4px solid #d0d0d0;
	border-radius: 6px;
/* 	padding: 4px 8px; */
	background: #fff8f8;
	behavior: url(PIE.htc);
}

.select-wrap select,
.select-wrap select:hover{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:200%;/* fallback non calc support */
/*	width:-webkit-calc(100% + 5em);*/
	margin:0;
	padding:11px 35px 11px 11px;
	padding:.6875rem 2.1875rem .6875rem .6875rem;
	background:transparent;
	border:0;
	outline:none;
	font-size: 1.6rem;
	line-height:1.5;
	background: #fff8f8;
	background: url(../../images/arrdown.png);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: 40% 50%;
}

/*.entypo-down-open-mini:before{
	position:absolute;
	z-index:10;
	top:50%;
	right:10px;
	right:.55rem;
	margin-top:-12px;
	margin-top:-.8rem;
	font-size: 2rem;
	line-height:1;
	content: '▾';
}*/

	.select-wrap2 {
	position:relative;
	overflow:hidden;
	display:inline-block;
	background:#fff;
	border: 4px solid #d0d0d0;
	border-radius: 6px;
/* 	padding: 4px 8px; */
	background: #f6fff1;
	behavior: url(PIE.htc);
}

.select-wrap2 select,
.select-wrap2 select:hover {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:200%;/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	margin:0;
	padding:11px 35px 11px 11px;
	padding:.6875rem 2.1875rem .6875rem .6875rem;
	background:transparent;
	border:0;
	outline:none;
	font-size: 1.6rem;
	line-height:1.5;
	background: #f6fff1;
	background: url(../../images/arrdown.png);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: 40% 50%;
}

#formcheck button br {
	display: none;
}
#formcheck input[type="text"],
#formcheck input[type="tel"],
#formcheck input[type="email"],
#formcheck input[type="number"],
#formcheck textarea {
	border: 4px solid #d0d0d0;
	border-radius: 6px;
	padding: 8px;
	font-size:16px;
	font-size:1.6rem;
	behavior: url(PIE.htc);
	margin-bottom: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance:textfield;
}

@media screen and (max-width: 767px) {
	#formcheck input[type="text"],
	#formcheck input[type="email"],
	#formcheck input[type="number"],
	#formcheck textarea {
		width: 100%;
	}
	#formcheck input[type="tel"] {
		width: 27%
	}
	input.inputzip {
		margin-bottom: 8px
	}
}
#formcheck input[type="radio"],
#formcheck input[type=checkbox] {
	display: inline-block;
	margin-right: 12px;
}

#formcheck input[type=radio] + label,
#formcheck input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
	margin-top: 10px;
}
.entest {
	display: inline-block;
	padding-top: 2px;
}

@media (min-width: 1px) {
	#formcheck input[type=radio],
	#formcheck input[type=checkbox] {
 		display: none;
		visibility: hidden;
		margin: 0;
	}
	#formcheck input.optbg[type=radio],
	#formcheck input.optbg[type=checkbox] {
		display: none;
		margin: 0;
	}
	#formcheck input[type=radio] + label,
	#formcheck input[type=checkbox] + label {
		padding: 0 0 0 40px;
		z-index: 5;
	}
	#formcheck input[type=radio] + label::before,
	#formcheck input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background: #fff8f8;
	}
	#formcheck input[type=checkbox] + label.oversea::before {
		position: absolute;
		top: 30%;
		left: 0;
	}
	#formcheck input.optbg[type=radio] + label::before,
	#formcheck input.optbg[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background: #f6fff1;
	}
	#formcheck input[type=radio] + label::before {
		border: 4px solid #d0d0d0;
		border-radius: 30px;
	}
	#formcheck input[type=checkbox] + label::before {
		border: 4px solid #d0d0d0;
	}
	#formcheck input[type=radio]:checked + label::after,
	#formcheck input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		display: block;
	}
	#formcheck input[type=radio]:checked + label::after {
		left: 9px;
		width: 14px;
		height: 14px;
		margin-top: -7px;
		background: #333;
		border-radius: 20px;
	}
	#formcheck input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #E71063;
		border-bottom: 3px solid #E71063;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
#cautiondesc {
display: none;
color: #900;
margin-bottom: 1em;
font-weight: bold;
}
#cautiondesc img {
margin-right: 5px;
}
@media screen and (max-width: 767px) {
#formcheck input[type="text"].inputzip {
		width: 200px
	}
	.oversea {
		margin-bottom: 8px;
	}
	[class*="formtable"] dt.formtitle {
		background: #d8d8d8;
		text-align: center;
	}
	.formintroduction br,
	.formuniversity br,
	.forminterest br {
		display: none;
	}
	#formcheck  .formintroduction	 input[type="text"].optbg {
		width: 150px;
		margin-right: 4px;
	}
	.dispblocksp {
		display: block;
	}
	.confirm_submit .submit_right{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.nonebr br{
		display: none;
	}
}

.inputwrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
}

.fwnone {
	flex-wrap: nowrap!important;
}

.mls {
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.mls-spnone {
		margin-left: 0;
	}
	.mbs-sp {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	.bt-gray {
		border-top: 1px solid #ccc;
	}

	[class^="jobhistoryAdditional"] {
		border-top: 1px solid #ccc;
	}

	.jobhistoryAdditional2 {
		border-bottom: 1px solid #ccc;
	}
}

.button {
		font-size: 1.75rem;
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
		border-radius: 6px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap;
}

.button-add {
	background-color: #3273dc;
	border-color: transparent;
	color: #fff;
}

.button-delete {
	background-color: #363636;
  border-color: transparent;
  color: #f5f5f5;
}

@media screen and (max-width: 767px) {
	.button-delete.spcenter {
		margin: 1.5rem auto 2rem;
	}
}

.jc-end {
	justify-content: flex-end;
}

.mra {
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.jc-centersp {
		justify-content: center!important;
	}
}

.detailedformtoggle {
	background-color: #00d1b2;
	border-color: transparent;
	color: #fff;
	border-radius: 6px;
	margin-top: 2rem;
	margin-bottom: 5rem;
	position: relative;
}

@media screen and (max-width: 767px) {
	.detailedformtoggle {
		margin-right: 8px;
		margin-left: 8px;
	}
}

.detailedformtoggle::before {
	content: "詳しい入力項目を開く";
}

.detailedformtoggle::after {
	position: absolute;
	content:"\f107";
	font-family: Fontawesome;
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: -webkit-transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.detailedformtoggle-active::before {
	content: "詳しい入力項目を閉じる";
}

.detailedformtoggle.detailedformtoggle-active::after {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.formtitle {
	width: 178px;
	padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
	.formtable-confirm .formtitle {
	    width: 20px;
	}
	.i_must.colspan3-catename-autofit {
	    padding-right: 90px;
	}
	.formtitle.autofit {
	    width: 200px;
	}
}

.formtable-confirm .colspan3 dt {
    min-width: 8px;
}

@media screen and (max-width: 767px) {
	.spdispblock {
		width: 100%;
	}
}

.formtable-confirm .colspan3-catename {
    width: 300px;
}

.movetime-select select,
.movetime-select select:hover
{
	background-position: 45% 50%;
}

/*----------------------------------------------------
++01 header
----------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 71px;
	background: #fff;
	font-size: 1.4rem;
	z-index: 100;
}

header .inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	width: 900px;
	padding: 0 24px;
	margin: 0 auto;
}

header h1 {
	width: 173px;
	height: 42px;
	margin: 0 25px 0 0;
}

header h2 {
	color: #707070;
	font-size: 1.4rem;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	header {
		display: flex;
		align-items: center;
		width: 100%;
		height: 72px;
	}
	header .inner {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		padding: 0 5px;
		margin: 0 auto;
	}
	header h1 {
		width: 180px;
		height: auto;
		margin: 0 0;
	}
	header h2 {
		display: none;
	}
}

.img_responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/*----------------------------------------------------
++02 footer
----------------------------------------------------*/
footer {
	width: 100%;
	background: #F5F5F5;
	color: #666666;
	font-size: 1.2rem;
	padding: 20px 0;
	margin: 25px auto 0;
}

footer .flex_PC {
	font-size: 1.2rem;
	white-space: nowrap;
	padding: 0;
	margin: 0 auto;
	max-width: 900px;
	width: auto;
}

.hidden_PC {
	display: none !important;
}

#sp_footer_CTA {
	display: none;
}
#footer_CTA {
	display: none;
}

.flex_PC {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
	footer {
		font-size: 0.6rem;
		line-height: 2;
		margin: 25px auto 0;
	}
	footer .flex_PC {
		width: 100%;
	}
	footer address p {
		font-size: 1rem;
	}
	.hidden_PC {
		display: block !important;
	}
	.flex_PC {
		display: block;
	}
}

/*----------------------------------------------------
++ thanks page
----------------------------------------------------*/

#thanks_contents {
	margin-top: -23px;
	padding-top: 90px;
}

#thanks_contents .LLL {
	font-size: 28px;
}

#thanks_contents .LL {
	font-size: 16px;
}

#thanks_contents .inner {
	padding-bottom: 60px;
	text-align: center;
}

#thanks_contents .totopthanks {
	text-align: center;
}

#thanks_contents .totopthanks a {
	display: inline-block;
	border-radius: 6px;
	background: #ffcd00;
	padding: 10px 20px;
	border: none;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	#thanks_contents {
		margin-top: -23px;
		padding-top: 20px;
	}

	#thanks_contents .inner {
		width: 100%;
		padding-bottom: 60px;
	}

	#thanks_contents .totopthanks {
		text-align: center;
	}

	#thanks_contents .totopthanks a {
		display: inline-block;
		border-radius: 2px;
		background: #ffcd00;
		padding: 10px 20px;
		border: none;
		margin: 0 auto;
		color: #333;
		text-decoration: none;
	}

	#thanks_contents .LLL {
		font-size: 18px;
	}

	#thanks_contents .LL {
		font-size: 12px;
	}

	.totopthanks.LL {
	    font-size: 16px;
	}

}

.contents {
	max-width: 900px;
	width: auto;
}

.contents_title h2{
	position: relative;
width: 100%;
height: 40px;
background:#2C7D9B;
color:#fff;
font-size: 1.8rem;
font-weight: normal;
text-align: center;
letter-spacing: 0.05em;
padding: 11px 0 0;
margin: 0 auto 41px;
font-weight: bold;
display: block;
}

.contents_title h2::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid
	transparent;
	    border-top-color: transparent;
	    border-top-style: solid;
	    border-top-width: 12px;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 12px;
	border-top: 15px solid #2C7D9B;
}

.contents_title p {
	font-size: 1.4em;
	margin-bottom: 20px;
	border-bottom: 1px solid #C2C2C2;
	padding: 0 10px 10px;
}

@media screen and (max-width: 767px){

	.contents {
		width:100%;
	}

	.contents_title h2{
		width: 100%;
		min-height: 30px;
		height: auto;
		font-size: 1.6rem;
		padding: 16px 0 9px;
		margin: 0 auto 40px;
	}

.flex_PC p {
	margin-left: 10px;
}

}


#container {
	max-width: 900px;
	width: auto;
}
