@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* ------------------------------------------
スタイルの初期化 */

body,div,pre,p,blockquote,
h1,h2,h3,h4,h5,h6,form,fieldset,ol,ul,li,dl,dt,dd,
table,th,td,embed,object,address{
	margin:0;
	padding:0;
}
html {
	-webkit-text-size-adjust: none;
	font-size: 14px;
	color: #303030;
	text-rendering: optimizeLegibility;
}
body {
	line-height: 1.8;
	font-family:'Noto Sans Japanese','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	background-color: #fff;
}

* {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
a, object, embed, area, input{
	outline:0;
}
a img{
	border:0;
}
a{
	color:#2296bf;
	text-decoration:none;
}
a:hover{
	color:#f66;
}
em{
	font-style:normal;
}
ul, ol{
	list-style-type:none;
}
sup{
	vertical-align:super;
	font-size:0.6em;
}
hr{
	display:none;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
th, caption{
	text-align:left;
	font-weight:normal;
}
th, td{
	empty-cells:show;
}
img{
	vertical-align:top;
}

/* 共通 - ボタン用

 */
.c__note {
	margin-bottom: 30px;
	letter-spacing: 2px;
	padding: 20px;
}
.c__step {
	margin-bottom: 50px;
}
.c__step img {
	max-width: 100%;
	height: auto;
}
.c__orange {
	color: #e48217;
}
.ct {
	margin: 0 auto;
	display: table;
}
.ct__row {
	display: block;
	/*margin-bottom: 30px;*/
	padding-bottom: 30px;
}
.ct__ttl ,
.ct__cnt {
	overflow: hidden;
	display: table-cell;
	font-size: 14px;
	color: #303030;
}
.ct__cnt {
	letter-spacing: -0.2em;
}
.ct__ttl {
	vertical-align: middle;
	min-width: 155px;
	text-align: right;
	padding-right: 20px;
}
.ct__ttl--top {
	vertical-align: top;
	padding-top: 20px;
}
.ct__require {
	margin-left: 0.3em;
	color: #fa8500;
}
.ct__cell {
	letter-spacing: normal;
}
.ct__cell--max {
	width:  506px;
}
.ct__cell--half {
	width:  240px;
	display: inline-block;
	vertical-align: top;
}
.ct__cell--sm {
	width:  185px;
	display: inline-block;
	vertical-align: top;
}
.ct__cell--xm {
	padding: 20px 0;
	margin: 0 10px;
	min-width:  1.0em;
	display: inline-block;
	vertical-align: top;
}
.ct__cell--xm .ct__cnt {
	letter-spacing: normal !important;
}
.ct__cell--half:first-child {
	margin-right: 25px;
}
.ct__input {
	padding: 20px;
	width: 100%;
	color: #303030;
	background-color: #fff;
	border: solid 1px #666666;
	font-family:'Noto Sans Japanese','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;

}
.ct__select {
	border: solid 1px #666666;
	padding: 20px;
	background: #fff url('/img/arrow_bottom.png') no-repeat 100%;
	overflow: hidden;;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-indent: 0.01px;
	text-overflow: "";
	color: #303030;
}
.ct__list li {
	display: inline-block;
	margin-right: 25px;
}

input[type='radio'] {
	filter: alpha(opacity=0); -moz-opacity: 0; opacity:0;
	position: absolute;
}
.ct__list label {
	min-width: 5em;
	background:url(../contact/img/radio_btn.png) no-repeat;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 24px;
	cursor: pointer;
	overflow: hidden;
}
.ct_on{
	background:url(../contact/img/radio_btn_active.png) no-repeat !important;
}
.ct__txt {
	color: #303030;
	width: 100%;
	border: solid 1px #666666;
	padding: 32px;
	text-align: left;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 2px;
}
.ct__txt a {
	word-wrap: break-word;
}
.ct__txt--bn {
	border:none;
	padding: 32px 0;
}
.ct__policy {
	margin-top: 16px;
	padding: 20px;
	background-color: #eeeeee;
	text-align: center;
}
.ct__btns {
	margin: 30px 0 0;
	text-align: center;
}
.confirmBtn {
	text-align: center;
	display: inline-block;
	margin: 20px 0 20px 12%;
	color: #fff;
	background-color: #2296BF;
	padding: 12px 40px;
	letter-spacing: 1px;
	font-family:'Noto Sans Japanese','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	border: none;
	border-radius: 5px;
	width: 80%;
}
#mfp_button_send {
	display: inline-block;
	color: #303030;
	background-color: #fff;
	padding: 12px 20px 10px;
	border:solid 4px #000;
	line-height: 1;
	letter-spacing: 1px;
	font-family:'Noto Sans Japanese','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}
#mfp_button_cancel {
	display: inline-block;
	margin: 0 0 0 20px;
	color: #bbb;
	background-color: #fff;
	padding: 12px 20px 10px;
	border:solid 4px #bbb;
	line-height: 1;
	letter-spacing: 1px;
	font-family:'Noto Sans Japanese','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}
.confirmBtn.txtJa,
.mfp_element_button {
	font-weight: 600;
}

.ct__btn--back {
	color: #fff;
	background-color: #000;
}
.confirmBtn:hover,
#mfp_button_send:hover {
	color: #fff;
	background-color: #71b8d1;
}
#mfp_button_cancel:hover {
	border: solid 4px transparent;
	color: #fff;
	background-color: #bbb;
}
.ct__err {
	text-align: left;
	color: #e48217;
}
.ct__err--center {
	text-align: center;
}
.ct__val {
	margin-left: 30px;
	min-height: 4.6em;
	padding: 20px;
	background-color: #fafafa;
	text-align: left;
	color: #303030;
	letter-spacing: 1px;
}
.cc__info {
	margin-bottom: 4em;
}
.cc__ttl {
	margin-bottom: 42px;
	font-size: 24px;
	font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	color: #303030;
	letter-spacing: 2px;
}
.cc__txt {
	margin-bottom: 2em;
	color: #303030;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2;
}



.contents h2 i {
	padding-right: 5px;
}
/*-- かなでの特徴--*/
.contents img {
	float: left;
	margin-right: 10px;
}
/*-- ご利用にあたって --*/
.contents .riyou dt {
	background: #bcdfec;
	color: #2296bf;
	font-size: 13px;
	display: inline;
	padding: 7px;
	line-height: 38px;
}
.contents .riyou dd.mb10 {
	margin-bottom: 10px;
}
.contents .blockInner {
	padding: 0 10px 10px;
}
.contents .blockInner h3 {
	border-left: 5px solid #b2b2b2;
	padding-left: 8px;
	margin-top: 10px;
}
/*-- サービスの流れ --*/
.contents .service dt {
	font-size: 15px;
}
.contents .service dt span,
.underContents span.num {
	background: #bcdfec;
	color: #2296bf;
	font-size: 17px;
	border-radius: 20px;
	padding: 5px 13px;
	margin-right: 8px;
}
.contents .service dd {
	margin-bottom: 10px;
}
.contents .service dd.arrows,
.underContents p.arrows {
	background: url('/img/arrow.gif')no-repeat center bottom;
	padding-bottom: 40px;
}
.contents p:after {
	content: "";
	clear: both;
	display: block;
}
/*-- ステーション所在地 --*/
#map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ------------------------------------------
下層ページ */
#pankuzu {
	background: #f1f1f1;
	font-size: 11px;
	padding: 10px;
	color: #888;
}
#pankuzu a {
	margin-right: 5px;
}
.underContents h3 {
	color: #2296bf;
	margin-top: 20px;
	font-size: 15px;
}
.underContents dl.eigyo dt {
	background: #bcdfec;
	color: #2296bf;
	font-size: 13px;
	display: inline;
	padding: 7px;
	line-height: 38px;
}
.underContents dl.eigyo dd {
	margin-bottom: 10px;
}
.underContents .notice {
	padding: 0 20px 20px 20px;
	display: block;
}

/* ------------------------------------------
フッター */
#footer {
	margin-top: 40px;
	text-align: center;
}
#footer .links {
	width: 90%;
	margin: 0 auto;
}
#footer .links a {
	border-right: 1px solid #2296bf;
	font-size: 12px;
	line-height: 1;
	margin-right: 8px;
	padding-right: 8px;
	text-decoration: none;
}
#footer .links a:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
#footer .copy {
	background: #2296bf;
	color: #ffffff;
	font-size: 10px;
	padding: 15px 0;
}

/* ---------------------------------------------------------------------
    PC用ここから
--------------------------------------------------------------------- */
@media screen and (min-width: 980px) {

body {
	background: #EBF6F6;
}
.spOnly {
	display: none;
}
/* ------------------------------------------
共通 - ヘッダー */

#header {
	width: 100%;
	background: #fff;
}
#header .logo {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	position: relative;
}
#header .logo img {
	width: 220px;
}
#header .logo img.phone {
	width: 228px;
	position: absolute;
	right: 0;
	top: 45px;
}
#header a#menuBtn {
	display: none;
}
#header #headerNav {
	background: #2296bf;
}
#header #headerNav ul {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
#header #headerNav ul li {
	background: #2296bf;
	float:left;
	display: inline;
	border-left: 1px solid #71b8d1;
}
#header #headerNav ul li:last-child {
	border-right: 1px solid #71b8d1;
}
#header #headerNav ul li a {
	color: #fff;
	font-size: 13px;
	padding: 10px 26px 10px 10px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#header #headerNav ul li a:hover {
	background: #71b8d1;
}

#header #headerNav ul li a i {
	display: none;
}
#header #headerNav ul:after {
	content: "";
	clear: both;
	display: block;
}

/* ------------------------------------------
共通 - コンテンツラップ */

.contentsWrap {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

/* ------------------------------------------
共通 - サイドカラム */

#sideWrap {
	float: right;
	width: 300px;
}
/* 採用バナー */
.recruitBnr {
	background: #2296bf;
	padding: 2px;
	margin-bottom: 15px;
}
.recruitBnr a {
	display: block;
	border: 2px solid #fff;
	text-align: center;
	font-size: 20px;
	padding: 12px 0;
	color: #fff;
	font-weight: bold;
	transition: all  0.3s ease;
}
.recruitBnr a:hover {
	opacity: 0.7;
}
.recruitBnr a span {
	display: block;
	font-size: 12px;
}
/* 営業日カレンダー */
.calendar {
	background: #fff;
	padding: 5px;
}
#sideWrap dl dt {
	background: #2296bf;
	color: #fff;
	padding: 10px;
	text-align: center;
}

/* 凡例 */
.example {
	margin: 15px 0 0 8px;
	font-size: 12px;
}

/* ------------------------------------------
トップページ - メインイメージ */
#topImg {
	background-color: #fff;
	padding: 5px;
	width: 725px;
}
#topImg img {
	width: 100%;
}
.btnSmall {
	display: none;
}
#mainWrap {
	float: left;
	width: 725px;
}
.contentsWrap:after,
.contents p:after {
	content: "";
	clear: both;
	display: block;
}
.contents {
	background-color: #fff;
	padding: 5px;
	margin-top: 40px;
	border-top: 2px solid #2296BF;
}
.underContents {
	background-color: #fff;
	padding: 5px;
	border-top: 2px solid #2296BF;
}
.contents h2,
.underContents h2,
.contactPage h2 {
	color: #2296bf;
	font-size: 16px;
	padding: 20px;
	border-bottom: 1px solid #9ADFE9;
}
.contents p,
.contents dl,
.underContents p {
	padding: 20px;
}
.contents p img {
	float: left;
	margin-right: 10px;
	width: 160px;
	height: auto;
}

#pankuzu p {
	width: 1000px;
	margin: 0 auto;
}
.underContents .mailWrap {
	width: 260px;
	margin: 20px auto 40px auto;
}

.underContents .mailWrap a {
	background: #2296BF;
	border-radius: 5px;
	color: #fff;
	padding: 15px 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.underContents .mailWrap a:hover {
	background: #71b8d1;
}
.underContents h3 {
	padding-left: 20px;
}
.underContents dl.eigyo {
	padding: 20px;
}
.underContents dl.outline {
	width: 600px;
	margin: 20px 40px 40px;
	border-bottom: 1px solid #d2f2f7;
	border-right: 1px solid #d2f2f7;
	background: #bcdfec;
}
.underContents dl.outline dt {
	background: #bcdfec;
	color: #2296bf;
	font-size: 13px;
	float: left;
	width: 100px;
	clear: both;
	border-top: 1px solid #d2f2f7;
	padding: 10px;
}
.underContents dl.outline dd {
	width: 499px;
	margin-left: 100px;
	border-top: 1px solid #d2f2f7;
	padding: 10px;
	background: #fff;
	line-height: 1.6;
}
.underContents dl.outline:after {
	clear: both;
}
.contactPage {
	background: #fff;
	border-top: 2px solid #2296BF;
}

.confirmBtn {
	font-size: 16px;
	width: 380px;
	margin-left: 220px;
}
.contactWrap .thanksTxt {
	padding: 20px;
}

}
/* ---------------------------------------------------------------------
    PC用ここまで
--------------------------------------------------------------------- */


/* ---------------------------------------------------------------------
    SP用ここから
--------------------------------------------------------------------- */

@media screen and (max-width: 980px) {
	.spNone {
		display: none;
	}
	#header {
		position:relative;
		height:70px;
	}
	#header .logo {
		padding: 6px 4px 0;
	}
	#header .logo img {
		width: 165px;
	}

/*menu*/
#header a#menuBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 45px;
	color: #fff;
	text-align: center;
	background: #2296bf;
	border-radius: 3px;
	box-shadow: 0 4px 0 #166f8e;
	padding-top: 8px;
}
#header a#menuBtn.open {
	box-shadow: none;
	margin-top: 4px;
}
#header #headerNav:before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-bottom-color: #333;
	position: absolute;
	right: 26px;
	top: -8px;
	margin-top: -8px;
}
#header #headerNav {
	clear: both;
	position: absolute;
	z-index: 2;
	width: 100%;
	color: #fff;
	margin-top: 10px;
	display: none;
}
#header a#menuBtn.open + #headerNav {
	display: block;
}
#header .menu-inner {
	background:url("/img/common/menu-bg.png") repeat 0 0;
}
#header .menu-inner ul li {
	width:50%;
	float:left;
	list-style:none;
	border-bottom:1px solid #777777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* #header .menu-inner ul li:last-child{
	width:100%;
} */

#header .menu-inner ul li:nth-child(odd) a{
	border-right:1px solid #777777;
}
#header .menu-inner ul li:last-child a{
	border-right:none;
}

#header .menu-inner ul li a {
	display:block;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	padding:11px 0 11px 20px;
	background-size:7px 12px;
	/*文字を省略するハック*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/*under*/
#header a.home ,
#header a.back {
	display: block;
	position: absolute;
	top: 11px;
	width: 36px;
	height: 34px;
}

#header a.back {
	left:1px;
}

#header a.home {
	left:33px;
}
#header .menu-inner:after {
	content: "";
	clear: both;
	display: block;
}


/* ------------------------------------------
トップ - メインビジュアル */
#topImg {
	position: relative;
	width: 100%;
	height: 100%;
}
#topImg img {
	width: 100%;
	height: 100%;
}
#topImg p span {
	margin: 0 auto;
	display: block;
}
#topImg .btnSmall {
	display: none;
	position: absolute;
	bottom: 6%;
	right: 4%;
}
#topImg .btnSmall a {
	display: block;
	background: #2296bf;
	padding: 6px 10px;
	border-radius: 3px;
	color: #fff;
	width: 160px;
	text-align: center;
	font-size: 11px;
}

/* ------------------------------------------
トップ - ナビゲーション */
#mainNav {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#mainNav ul {
	width: 95%;
	display: table;
	padding: 10px 0;

	margin: 0 auto;
}
#mainNav ul li {
	display: table-cell;
}
#mainNav ul li a {
	width: 90px;
	display: block;
	background: #2296bf;
	border-radius: 5px;
	color: #fff;
	padding: 10px 0;
	margin: 0 auto;
}
#mainNav ul:after {
	content: "";
	clear: both;
	display: block;
}
#mainNav .navBnr a {
	background: #27cb98;
	padding: 10px 0;
	border-radius: 5px;
	color: #ffffff;
	width: 90%;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}
#mainNav .navBnr a span {
	display: block;
	font-size: 85%;
	font-weight: normal;
}

/* ------------------------------------------
トップ - お問い合わせ */
.contact {
	background: #2296bf;
	padding: 10px 0;
}
.contact dl.telWrap {
	background: #ffffff;
	border-radius: 5px;
	width: 90%;
	margin: 0 auto;
	padding: 5%;
}
dl.telWrap dt {
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}
dl.telWrap dt img {
	vertical-align: middle;
}
dl.telWrap dt span {
	padding-left: 6px;
}
dl.telWrap dd .number {
	color: #2296bf;
	font-size: 18px;
	float: left;
}
dl.telWrap dd .number span {
	display: block;
	font-size: 10px;
	margin-left: -5px;
}
dl.telWrap dd a {
	border-radius: 5px;
	width: 40%;
	background: #bce1ee;
	display: block;
	float: right;
	text-align: center;
	padding: 10px;
}
.contact .mailWrap a {
	display: block;
	border-radius: 5px;
	width: 90%;
	background: #bce1ee;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	margin-top: 10px;
}
.contact dl.telWrap:after {
	content: "";
	clear: both;
	display: block;
}
.contactWrap .thanksTxt {
	padding-top: 20px;
}
/* ------------------------------------------
トップ - コンテンツ */
.contents {
	width: 90%;
	margin: 20px auto 0 auto;
	font-size: 13px;
}
.contents h2 {
	border-bottom: 2px solid #bcdfec;
	color: #2296bf;
	font-size: 15px;
	margin-bottom: 10px;
}
.contents .blockInner {
	font-size: 12px;
}
.contents .notice {
	font-size: 11px;
}


/* ------------------------------------------
下層ページ */

.underContents {
	margin-bottom: 20px;
}
.underContents h2,
.contactPage h2 {
	font-size: 26px;
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #f1f1f1;
}
.underContents p,
.underContents div {
	margin: 0 auto;
	width: 90%;
	padding-top: 20px;
}
.underContents h3 {
	border-bottom: 2px solid #bcdfec;
	width: 90%;
	margin: 20px auto 0 auto;
}
.underContents h3 i {
	padding-right: 5px;
}
.underContents span.num {
	background: #bcdfec;
	color: #2296bf;
	font-size: 17px;
	border-radius: 20px;
	padding: 5px 13px;
	margin-right: 8px;
}
#underNav {
	margin: 30px 0;
	border-top: 2px solid #2296BF;
	border-bottom: 2px solid #2296BF;
}
#underNav p {
	padding: 10px;
	font-size: 16px;
	color: #2296BF;
	border-bottom:1px solid #ffffff;
}
#underNav ul li {
	width:50%;
	background: #BCDFEC;
	float:left;
	list-style:none;
	border-bottom:1px solid #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#underNav ul li:nth-child(odd) a{
	border-right:1px solid #ffffff;
}
#underNav ul li:last-child a{
	border-right:none;
}

#underNav ul li a {
	display:block;
	font-size:12px;
	text-decoration:none;
	padding:11px 0 11px 20px;
	/*文字を省略するハック*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
#underNav ul:after {
	content: "";
	clear: both;
	display: block;
}

.underContents dl.outline {
	width: 90%;
	margin: 20px auto 40px auto;
	line-height: 2em;
}
.underContents dl.outline dt {
	background: #bcdfec;
	color: #2296bf;
	padding-left: 10px;
}
.underContents dl.outline dd {
	padding-left: 10px;
	padding-bottom: 20px;
}
.underContents dl.outline:after {
	clear: both;
}
/* ------------------------------------------
下層ページ - contact */

.contactWrap {
	width: 90%;
	margin: 0 auto;
}
.ct {
	display: block;
}
.c__step {
	margin-bottom: 25px;
}
.c__note {
	margin-bottom: 25px;
	font-size: 11px;
	padding-top: 20px;
}
.ct__row {
	padding-bottom: 0;
}
.ct__ttl {
	margin-bottom: 1em;
	width: 100%;
	padding-right: 0;
	min-width: 1px;
	display: block;
	text-align: left;
	font-size: 12px;
}
.ct__ttl--top {
	padding-top: 0;
}
.ct__cnt {
	display: block;
}
.ct__cnt {
	text-align: left;
}
.ct__cell {
	padding-bottom: 1.1em;
}
.ct__cell--max {
	width: 100%;
}
.ct__cell--half {
	width: 48%;
}
.ct__cell--half:first-child {
	margin-right: 3%;
}
.ct__cell--half:last-child {
	float: right;
}
.ct__cell--sm {
	width: 80%;
}
.ct__cell--xm {
	padding: 1em 0;
}
.ct__cell--spsm {
	width: 40%;
}
.ct__input ,
.ct__select {
	background-position: 98%;
	background-size: 32px;
	font-size: 11px;
	padding: 8px 15px;
	box-shadow: none;
	border-radius: 0;
	appearance:none;  /* Remove default shadow */
}
.ct__list label {
	text-align: center;
}
.ct__txt {
	padding: 15px;
	font-size: 11px;
}
.ct__txt--bn {
	padding: 0;
}
.ct__policy {
	padding: 10px;
}
.ct__btns {
	margin-top: 0;
}
.ct__btn {
	margin: 0 15px;

	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.ct__val {
	background-color: #f0f0f0;
	min-height: 3.4em;
	margin-left: 0;
	padding: 12px 16px;
	font-size: 11px;
}
.cc__ttl {
	margin-bottom: 1.3em;
}
.cc__txt {
	font-size: 11px;
	letter-spacing: 1px;
}
.ct__err {
	font-size: 11px;
}

}
/* ------------------------------------------
mediaquery*/

@media screen and (min-width:980px){

}

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

}
