@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	min-width: 1100px;
	height: auto;
	text-align: left;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: 1.6rem;
	color: #000;
	line-height: 2;
}

.base_box {
	position: relative;
	width: 1100px!important;
	margin: 0 auto;
}

.pc_disp { display:block; }
.sp_disp { display:none; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	letter-spacing: 0.05rem;
	font-feature-settings: "pkna";
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0;
}

article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
	display:block;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #0e4886;
	text-decoration: none;
	outline: none;
	transition: .5s;
	backface-visibility: hidden;
}

a:hover, input[type="image"]:hover, input[type="submit"]:hover, button:hover {
	opacity: 0.8;
}

.no_filter a:hover, .no_filter input:hover,
a.no_filter:hover, input.no_filter:hover {
	opacity: 1;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

input[type="image"], button {
	border: 0;
	vertical-align: middle;
	cursor: pointer;
	transition: .5s;
	backface-visibility: hidden;
}

input[type="submit"], button {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*
HEADER
***************************************************************************/
header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
}

header .logo {
	float: left;
}

header .h_btn, header .h_tel {
	float: right;
}

header .btn_gnavi { display:none; }

/*
TOPIMG
***************************************************************************/
#topimg {
	width: 100%;
	height: calc(100vh - 80px);
	background: url(../images/pc/topimg_bg.jpg) center center no-repeat;
	background-size: cover;
}

#topimg .base_box {
	height: calc(100vh - 80px);
}

@media screen and (max-height: 800px){

	#topimg, #topimg .base_box {
		height: 800px;
	}

}

#topimg .title {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -230px;
}

/*
NAVI
***************************************************************************/
#gnavi {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	border-bottom: solid 5px #004998;
	z-index: 200;
}

#gnavi.top { position:static; }

#gnavi .btn_gnavi { display:none; }

#gnavi li {
	float: left;
	width: 14%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#gnavi li:nth-child(3) { width:23%; }
#gnavi li:nth-child(4) { width:21%; }
#gnavi li:nth-child(5) { width:12%; }

#gnavi li a {
	display: block;
	text-align: center;
	color: #000;
	line-height: 75px;
	background: #fff;
	border-left: solid 1px #e1e3e0;
}

#gnavi li:last-child a { border-right:solid 1px #e1e3e0; }

#gnavi li a:hover {
	color: #fff;
	background: #004998;
	border-left: solid 1px #004998;
}

#gnavi li:last-child a:hover { border-right:solid 1px #004998; }

/*
CONTENTS
***************************************************************************/
.sec_title {
	padding: 90px 0 95px;
	text-align: center;
	font-size: 3.6rem;
}

#page_title {
	background: url(../common_img/pc/ptitle_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*
TOP
***************************************************************************/
/* ▼INTRO▼ */
.intro_sec {
	padding-bottom: 100px;
	border-bottom: solid 1px #bebebe;
}

.intro_sec .list {
	display: flex;
	justify-content: space-between;
}

.intro_sec dl {
	width: 340px;
	text-align: center;
}

.intro_sec dt {
	margin-bottom: 25px;
}

.intro_sec dl.ex dd {
	font-weight: bold;
	color: #14aeda;
}

/* ▼ABOUT▼ */
.about_sec {
	margin-bottom: 100px;
	padding-bottom: 100px;
	background: #f3f3f3
}

.about_sec .sec_title {
	padding: 80px 0 115px;
	font-size: 4.2rem;
}

.about_sec .box {
	margin: 0 -50px;
	padding: 0 100px 85px;
	text-align: center;
	line-height: 2.25;
	background: #fff;
}

.about_sec .title {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	width: 800px;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	letter-spacing: 0.05rem;
	background: #0e4886;
}

.about_sec .list li {
	float: left;
	width: 320px;
	margin-right: 20px;
	font-size: 1.4rem;
	line-height: 2;
}

.about_sec .list li:last-child { margin-right:0; }

.about_sec .list li img {
	display: block;
	margin-bottom: 15px;
}

/* ▼FEATURE▼ */
.feature_sec {
	padding-bottom: 100px;
}

.feature_sec .sec_title {
	margin-bottom: 30px;
}

.feature_sec .box {
	margin-bottom: 90px;
	padding: 0 50px 70px;
	background-color: #ebf2fa;
	background-position: right 90px;
	background-repeat: no-repeat;
}

.feature_sec .box:nth-child(1) { background-image:url(../images/pc/feature_bg01.png); }
.feature_sec .box:nth-child(2) { background-image:url(../images/pc/feature_bg02.png); }
.feature_sec .box:nth-child(3) { background-image:url(../images/pc/feature_bg03.png); }

.feature_sec .box:last-child { margin-bottom:0; }

.feature_sec .title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	width: 800px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0.05rem;
	background: #0e4886;
}

.feature_sec .content {
	display: table;
	width: 100%;
}

.feature_sec .img {
	display: table-cell;
	width: 320px;
	vertical-align: middle;
}

.feature_sec .txt {
	display: table-cell;
	box-sizing: border-box;
	width: 680px;
	padding: 0 10px 0 60px;
	vertical-align: middle;
}

/* ▼SDGS▼ */
.sdgs_sec {
	padding-bottom: 20px;
}

.sdgs_sec .box {
	padding-bottom: 55px;
	font-size: 1.4rem;
	line-height: 2.15;
}

.sdgs_sec .box .title {
	position: relative;
	margin-bottom: 55px;
	padding: 12px 20px 12px 36px;
	font-size: 2rem;
	color: #fff;
	background: #0e4886;
}

.sdgs_sec .box .title:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 14px;
	width: 6px;
	height: calc(100% - 22px);
	background: #fff;
}

.sdgs_sec .box .content {
	float: left;
	width: 520px;
}

.sdgs_sec .box .catch {
	margin-bottom: 30px;
	font-size: 2.4rem;
	color: #06376c;
	line-height: 1.65;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0;
}

.sdgs_sec .box .feature_list li {
	box-sizing: border-box;
	float: left;
	width: 350px;
	margin: 0 25px 25px 0;
	padding: 25px 20px 20px;
	text-align: center;
	background: #ebf2fa;
}

.sdgs_sec .box .feature_list li:nth-child(3n) { margin-right:0; }

.sdgs_sec .box .feature_list .icon {
	margin-bottom: 25px;
}

.sdgs_sec .box .feature_list dl {
	padding: 25px 20px;
	font-size: 1.3rem;
	line-height: 1.65;
	background: #fff;
}

.sdgs_sec .box .feature_list dt {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0e4886;
}

/* ▼FLOW▼ */
.flow_sec {
	padding-bottom: 140px;
	border-top: solid 1px #bebebe;
}

.flow_sec .box {
	position: relative;
	float: left;
	width: 340px;
	margin: 0 40px 80px 0;
	font-size: 1.4rem;
}

.flow_sec .box:nth-child(3n) { margin-right:0; }

.flow_sec .box:last-child {
	display: table;
	float: none;
	width: 100%;
	margin: 0;
}

.flow_sec .box:after {
	content: '';
	position: absolute;
	top: 100px;
	right: -40px;
	width: 40px;
	height: 40px;
	background: url(../common_img/pc/arrow01.png) no-repeat;
}

.flow_sec .box:nth-child(3n):after, .flow_sec .box:last-child:after { display:none; }

.flow_sec .box .img {
	margin-bottom: 30px;
}

.flow_sec .box:last-child .img {
	display: table-cell;
	width: 340px;
	margin-bottom: 0;
	vertical-align: middle;
}

.flow_sec .box:last-child .content {
	display: table-cell;
	box-sizing: border-box;
	width: 760px;
	padding-left: 40px;
	vertical-align: middle;
}

.flow_sec .box .title {
	position: relative;
	margin-bottom: 25px;
	padding: 12px 0 5px 68px;
	font-size: 2.4rem;
	color: #06376c;
	background: url(../common_img/pc/icon01.png) left top no-repeat;
}

.flow_sec .box:last-child .title { margin-bottom:30px; }

.flow_sec .box .title:before {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	line-height: 40px;
}

.flow_sec .box:nth-child(1) .title:before { content:'1'; }
.flow_sec .box:nth-child(2) .title:before { content:'2'; }
.flow_sec .box:nth-child(3) .title:before { content:'3'; }
.flow_sec .box:nth-child(4) .title:before { content:'4'; }
.flow_sec .box:nth-child(5) .title:before { content:'5'; }
.flow_sec .box:nth-child(6) .title:before { content:'6'; }
.flow_sec .box:nth-child(7) .title:before { content:'7'; }
.flow_sec .box:nth-child(8) .title:before { content:'8'; }
.flow_sec .box:nth-child(9) .title:before { content:'9'; }
.flow_sec .box:nth-child(10) .title:before { content:'10'; }

/* ▼ITEM▼ */
.item_sec {
	padding-bottom: 50px;
	background: url(../images/pc/item_bg.jpg) center center no-repeat;
	background-size: cover;
}

.item_sec .sec_title {
	color: #fff;
}

.item_sec .list li {
	float: left;
	width: 530px;
	margin: 0 40px 40px 0;
}

.item_sec .list li:nth-child(2n) { margin-right:0; }

/* ▼VOICE▼ */
.voice_sec .box {
	margin-bottom: 50px;
	padding: 50px;
	background: #ebf2fa;
}

.voice_sec .box:last-child { margin-bottom:0; }

.voice_sec .box .inner {
	position: relative;
	padding: 45px;
	font-size: 1.4rem;
	background: #fff;
}

.voice_sec .box .inner:before {
	content: '';
	position: absolute;
	top: -25px;
	left: -25px;
	width: 60px;
	height: 60px;
	background: url(../common_img/pc/icon02.png) no-repeat;
	z-index: 1;
}

/* ▼MEDIA▼ */
.media_sec {
	display: flex;
	margin: 100px auto 20px;
}

.media_sec .img {
	width: 400px;
}

.media_sec .img img { width:100%; }

.media_sec .content {
	width: calc(100% - 400px);
	padding-left: 55px;
}

.media_sec .title {
	margin: 10px 0 30px;
	font-size: 2.7rem;
	font-weight: 400;
	color: #034b99;
	line-height: 1.5;
	letter-spacing: -0.05rem;
}

.media_sec .title > span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}

.media_sec .txt {
	margin-bottom: 30px;
}

.media_sec .link a {
	display: block;
	padding: 22px 0;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.55;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", serif;
	background: #034b99;
}

/* ▼FAQ▼ */
.faq_sec {
	padding-bottom: 110px;
}

.faq_sec .box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #bebebe;
}

.faq_sec .box:last-child { margin-bottom:90px; }

.faq_sec .title {
	position: relative;
	padding: 12px 60px 5px 68px;
	font-size: 2.4rem;
	color: #06376c;
	cursor: pointer;
}

.faq_sec .title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../common_img/pc/icon_q.png) no-repeat;
}

.faq_sec .title:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(../common_img/pc/arrow_down.png) no-repeat;
}

.faq_sec .title.opened:after {
	background: url(../common_img/pc/arrow_up.png) no-repeat;
}

.faq_sec .inner {
	display: none;
	box-sizing: border-box;
	min-height: 50px;
	padding: 25px 0 0 68px;
	background: url(../common_img/pc/icon_a.png) left 15px no-repeat;
}

/* ▼COMPANY▼ */
.company_sec {
	padding-bottom: 100px;
	background: #f3f3f3;
}

.company_sec .sec_title {
	margin-bottom: 30px;
}

.company_sec .box {
	margin-bottom: 110px;
}

.company_sec .box:last-child { margin-bottom:90px; }

.company_sec .box .title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	width: 600px;
	margin: 0 auto -60px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0.05rem;
	background: #0e4886;
}

.company_sec .box.greeting .content {
	padding: 115px 60px 90px 480px;
	font-size: 1.4rem;
	line-height: 2.2;
	background: #fff url(../images/pc/company_img02.jpg) left center / contain no-repeat;
}

.company_sec .box.greeting .img { display:none; }

.company_sec .box.profile {
	padding: 0 100px 85px;
	font-size: 1.4rem;
	line-height: 2.2;
	background: #fff;
}

.company_sec .prof_box {
	padding: 50px 0 55px;
	border-bottom: solid 1px #bebebe;
}

.company_sec .prof_box:first-child { padding:120px 0 55px; }

.company_sec .prof_box:last-child {
	padding: 45px 0 0;
	border-bottom: none;
}

.company_sec .prof_title {
	margin-bottom: 30px;
	font-size: 2.8rem;
	color: #06376c;
}

.company_sec .box.office {
	padding: 0 100px 100px;
	background: #fff;
}

.company_sec .box.office .title {
	margin: 0 auto 60px;
}

/*
FORM
***************************************************************************/
.contact_sec {
	padding: 80px 0 100px;
}

.user_form {
	margin-bottom: 60px;
}

.user_form.conf {
	padding-top: 80px;
}

.user_form dl {
	padding: 60px 0;
	border-bottom: solid 1px #bebebe;
}

.user_form.conf dl { padding:40px 0; }

.user_form dt {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 25%;
	padding-left: 75px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: -0.05rem;
}

.user_form.conf dt { padding-left:30px; line-height:2; }

.user_form dt.must:before {
	content: '必須';
	position: absolute;
	top: 11px;
	left: 0;
	width: 60px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	line-height: 27px;
	letter-spacing: 0;
	background: #0e4886;
}

.user_form dd {
	position: relative;
	float: right;
	width: 75%;
}

#mfp_hidden, #mfp_overlay_background { display:none; }

.mfp_err {
	display: none;
	margin-top: 20px;
	padding: 0 15px;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	line-height: 40px;
	background: #0e4886;
	clear: both;
}

/* ▼PP▼ */
.pp_sec {
	padding-bottom: 120px;
	background: #f3f3f3;
}

.pp_sec .frame {
	margin: 0 -50px;
	padding: 60px 100px;
	background: #fff;
}

.pp_sec .box {
	padding: 40px 0;
	font-size: 1.4rem;
	border-bottom: solid 1px #bebebe;
}

.pp_sec .box:last-child { border-bottom:none; }

.pp_sec .box .title {
	position: relative;
	margin-bottom: 30px;
	padding: 12px 0 5px 68px;
	font-size: 2.4rem;
	color: #06376c;
	background: url(../common_img/pc/icon01.png) left top no-repeat;
}

.pp_sec .box .title:before {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	line-height: 40px;
}

.pp_sec .box:nth-child(1) .title:before { content:'1'; }
.pp_sec .box:nth-child(2) .title:before { content:'2'; }
.pp_sec .box:nth-child(3) .title:before { content:'3'; }
.pp_sec .box:nth-child(4) .title:before { content:'4'; }
.pp_sec .box:nth-child(5) .title:before { content:'5'; }
.pp_sec .box:nth-child(6) .title:before { content:'6'; }
.pp_sec .box:nth-child(7) .title:before { content:'7'; }
.pp_sec .box:nth-child(8) .title:before { content:'8'; }
.pp_sec .box:nth-child(9) .title:before { content:'9'; }
.pp_sec .box:nth-child(10) .title:before { content:'10'; }

/* ▼CONFIRM▼ */
.conf_txt {
	margin-bottom: 40px;
	text-align: center;
}

.user_btn {
	margin: 0 35px;
}

.user_btn li:first-child { float:right; }
.user_btn li:last-child { float:left; }

/*
FOOTER
***************************************************************************/
footer {
	padding-top: 50px;
}

footer .f_info {
	float: left;
	width: 500px;
}

footer .logo {
	margin-bottom: 15px;
}

footer .f_add {
	font-size: 1.2rem;
}

footer .f_tel {
	float: right;
	margin-top: 20px;
}

.fnavi_list {
	padding: 30px 0;
	text-align: center;
}

.fnavi_list ul {
	display: inline;
}

.fnavi_list li {
	display: inline;
	margin-right: -4px;
	font-size: 1.2rem;
	border-right: solid 1px #2e2e2e;
}

.fnavi_list ul:last-child li:last-child { border-right:none; }

.fnavi_list li a {
	padding: 0 20px;
	color: #000;
}

.btn_ptop {
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: 10;
}

.copy {
	padding: 40px 0;
	text-align: center;
	color: #fff;
	background: #0e4886;
}

.copy small { font-size:1.2rem; }

.fixed_btn { display:none; }

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.delay_fade.active {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ▼BUTTON▼ */
.btn_bound img {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

.btn_bound a:hover { opacity:1; }

@-webkit-keyframes bomb {
	0% { -webkit-transform:scale(0.95); }
	7% { -webkit-transform:scale(0.98); }
	14% { -webkit-transform:scale(0.94); }
	21% { -webkit-transform:scale(1); }
	28% { -webkit-transform:scale(0.94); }
	35% { -webkit-transform:scale(0.98); }
	42% { -webkit-transform:scale(0.93); }
	49% { -webkit-transform:scale(0.97); }
	56% { -webkit-transform:scale(0.95); }
	100% { -webkit-transform:scale(0.95); }
}

@keyframes bomb {
	0% { transform:scale(0.95); }
	7% { transform:scale(0.98); }
	14% { transform:scale(0.94); }
	21% { transform:scale(1); }
	28% { transform:scale(0.94); }
	35% { transform:scale(0.98); }
	42% { transform:scale(0.93); }
	49% { transform:scale(0.97); }
	56% { transform:scale(0.95); }
	100% { transform:scale(0.95); }
}

/* ▼TABLE▼ */
.tbl01 th, .tbl01 td {
	vertical-align: middle;
	letter-spacing: 0;
	border: solid 1px #bebebe;
}

.tbl01 th {
	width: 25%;
	padding: 25px 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #999;
}

.tbl01 td {
	width: 75%;
	padding: 25px 40px;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.zoom05 { zoom:0.5; }

.pc_h300 { height:300px!important; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.line, .line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="password"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #333;
	line-height: 50px;
	background: #fff;
	border: solid 1px #d0d0d0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 300px;
	padding: 10px 15px;
	font-size: 1.6rem;
	color: #333;
	line-height: 2;
	background: #fff;
	border: solid 1px #d0d0d0;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

select::-ms-expand { display:none; }

select {
	background: #fff url(../common_img/arrow_select_gray.png) right 15px center no-repeat;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
	border: solid 1px #d0d0d0;
	outline: none;
}

input[type="submit"]:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #b7b7b7;
	font-weight: normal;
}

input:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #b7b7b7;
	font-weight: normal;
}

input::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #b7b7b7;
	font-weight: normal;
}

textarea::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #b7b7b7;
	font-weight: normal;
}

textarea:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #b7b7b7;
	font-weight: normal;
}

textarea::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #b7b7b7;
	font-weight: normal;
}

button:focus { outline:none; }

.chk_list.col li {
	display: inline-block;
	margin-right: 30px;
	line-height: 50px;
}

input[type="radio"] {
	margin-right: 12px;
	vertical-align: -1px;
}

button { padding:0; background:none; border:none; }
