@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

@font-face{
    font-family: "AudiType-ExtendedNormal"; 
    src: url("../font/AudiType-ExtendedNormal_4.03.ttf") format("truetype");
    font-display: swap;
}
@font-face{
    font-family: "AudiType-Normal"; 
    src: url("../font/AudiType-Normal_4.03.ttf") format("truetype");
    font-display: swap;
}


/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html, body{
    width: 100%;
	/*overflow-x: hidden;*/
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.7;
	color: #212121;
    font-family: 'AudiType-ExtendedNormal',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	-webkit-text-size-adjust: 100%;
}
.auditype-normal {
    font-family: 'AudiType-Normal';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
	color: #212121;
}
a:hover {

}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}

/*
#container a {
	color:#349B13;
	text-decoration: underline;
}
#container a:hover {
	text-decoration: none;
}
*/


label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 960px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}


/* pc / tab / sp
============================================================================================================ */
.sp {
    display: none;
}
.pc{
    display: block;
}  
.tab{
    display: none;
}
.pc_tab {
    display: block;
}
.tab_sp{
    display: none;
}

@media screen and (max-width: 800px) {
    .pc{
        display: none!important;
    }
    .sp {
        display: block !important;
    }
}




/* sp
============================================================================================================ */
@media screen and (max-width: 960px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
.w720 {
	position: relative;
	display: block;
	max-width: 720px;
	margin: 0 auto;
}
.mw {
	min-width: 1000px;
}
.w:after,.w72:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 960px) {
	.w {
		width: auto;
		padding: 0;
	}
	#container.sub .w {
		width: auto;
		padding: 0 10px;
	}
	.mw {
		min-width: 0;
	}
	.pl {
		width: auto;
		padding: 0 10px;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 960px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}


/* ヘッダー
============================================================================================================ */
#header {
	padding-left: 2vw;
	font-size: 1.4rem;
	position: fixed;
	width: 100%;
	z-index: 100;
/*	background: #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;
}

/* footer
============================================================================================================ */
footer {
	background: #b6b1a9;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 80px 2vw;
}
.logo_foot{
width:152px;
margin: auto;
}
.logo_foot img{
    width:100%;
}

@media screen and (max-width: 480px) {
    footer {
	padding: 60px 2vw;
    }
	.logo_foot{
width:40%;
}
}


/* copyright
------------------------------------------------------------- */
.copyright {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-right: 60px;
}

@media screen and (max-width: 960px) {
	.copyright {
		display: block;
		margin-top: 30px;
		font-size: 1.1rem;
		line-height: 1.4;
		text-align: center;
		margin-right: 0;
	}
}

/* .page_top
------------------------------------------------------------- */
.page_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.page_top a{
	display: block;
	background: #3BAF1B;
	width: 75px;
	height: 75px;
	position: relative;
}
.page_top a:hover{
	opacity: 0.8;
}
.page_top a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	right: 0;
	left: 0;
	top: 5px;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
	.page_top a{
		width: 50px;
		height: 48px;
	}
}




/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topic_path
============================================================================================================ */
.topic_path{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
/*	margin-bottom: 40px;*/
	position: relative;
	z-index: 1;
}
.topic_path ul{
        max-width: 1200px;
    margin: 0 auto;
}

.topic_path li a {
    text-decoration: none!important;
}
.topic_path li{
	display: inline-block;
}
.topic_path li a:after{
	content:">";
	margin-left: 5px;
    color: #333;
}
@media screen and (max-width: 960px) {
	.topic_path{
		display: none;
	}
}

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
/*	padding-top: 100px;*/
}
#container a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 960px) {
	#container {
		font-size: 1.3rem;
	}
	#container.sub {
		margin-top: 50px;
		padding: 0;
	}
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section-border + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 960px) {
	.section + .section {
		margin-top: 30px;
	}
}

/* padding
============================================================================================================ */
.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pd_s {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
	.pd_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pd_m {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.pd_s {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* col
============================================================================================================ */
.col_fff{
    color: #fff;
}

/* btn
============================================================================================================ */
.btn{
    display:inline-block;
    
}

.btn  > *{
display: block;
    min-width: 200px;
    text-align: center;
    padding: 10px 0;

}
/*btn_col*/
.btn_black{
    background:#000;
    color: #fff;
}
.btn_ff{
        background:#fff;
    color: #000;
}
@media screen and (max-width: 960px) {

}



/* title
============================================================================================================ */
.title_l {
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 3rem;
	color: #007fc6;
	text-align: center;
	font-weight: normal;
}
.title_m {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.title_s {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.caption {
	margin-bottom: 10px !important;
	font-size: 18px;
	font-size: 1.8rem;
	color: #007fc6;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 960px) {
	.title_l {
		font-size: 1.8rem;
	}
	.title_m {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.title_s {
		font-size: 1.4rem;
	}
	.caption {
			font-size: 1.4rem;
		}
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	border: 1px solid #d9d9d9;
	line-height: 1.6;
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 0.6em 1em;
	border: 1px solid #d9d9d9;
	word-wrap:break-word;
}
table.basic th {
	background:#f2f2f2;
}
table.basic.th_center th {
	text-align: center;
	font-weight: bold;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table.border_none td,
table.border_none th{
	padding-bottom: 20px;
}

table.form {
	width: 100%;
	border: 1px solid #212121;
	line-height: 1.6;
	table-layout: fixed;
}
table.form th,
table.form td {
	padding: 0.6em 1em;
	border-bottom: 1px dashed #212121;
	word-wrap:break-word;
}
table.form tr:nth-child(odd) td {
	background:#efefef;
}
table.form th {
	background:#efefef;
	border-right: 1px solid #212121;
}

table.basic.border_c th,
table.basic.border_c td{
	border: 1px solid #231815 !important;
}
table.form input[type=text],
table.form input[type=tel],
table.form select,
table.form textarea {
	max-width: 100%;
	padding: .4em;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	font-size: 1.4rem;
}
table.form input.size01 {
	width: 80%;
}
table.form input.size02 {
	width: 150px;
}
table.form input.size03 {
	width: 320px;
}
table.form input.size04 {
	width: 85px;
}
table.form textarea.size01 {
	width: 100%;
	height: 160px;
}
table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 960px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic th {
		width: 10%;
	}
	table.basic td {
		width: 20%;
	}

	table.form th,
	table.form td {
		display: block;
		border-right: none;
		padding: 10px;
	}
	table.form td {
		background: none !important;
	}


}


/* link
============================================================================================================ */
/*a.blank {
	padding: 3px 26px 3px 0;
	background: url(../images/parts/ico_blank.png) 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url(../images/parts/ico_pdf.png) 100% no-repeat;
}

@media screen and (max-width: 960px) {
	a.blank {
		background-image: url(../images/parts/ico_blank_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url(../images/parts/ico_pdf_sp.png);
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}*/



/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* circle
------------------------------------------------------------- */
ul.circle li {
	position: relative;
	padding-left: 1em;
}
ul.circle li:before {
	content: "●";
	position: absolute;
	left: 0;
}

/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 5px;
}
ul.asterisk li:before {
	content: "＊";
	position: absolute;
	left: 0;
}


/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}

/* img
============================================================================================================ */
/* .ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
} */
.of.cont {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 50%;
}


/* border_radius
============================================================================================================ */
.border_radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/* background
============================================================================================================ */
.bg_square {
	background: url("../images/bg_square.gif");
}

/* conversion
============================================================================================================ */
.cv_area {
	background:-webkit-linear-gradient(-50deg, #088208, #3BAF1B);
    background:-moz-linear-gradient(-50deg, #088208, #3BAF1B);
    background:-o-linear-gradient(-50deg, #088208, #3BAF1B);
    background:linear-gradient(-50deg, #088208, #3BAF1B);
	padding: 70px 2vw 60px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cv_area .bt_contact {
	margin-left: 40px;
}
.cv_area .bt_contact a {
	display: block;
	width: 270px;
	border: 1px solid #fff;
	padding: 0.6em;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 1.9rem;
	color: #fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	position: relative;
}
.cv_area .bt_contact a:after {
	content: "";
	display: inline-block;
	background: url("../images/cemedine-c.png");
	background-size: 190px 50px;
	width: 190px;
	height: 50px;
	position: absolute;
	top: 0;
	margin-top: -50px;
	right: -95px;
}
.cv_area svg {
    width: 22px;
    height: 17px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
	fill: #fff; 
}
.cv_area .bt_contact a:hover {
	background: #fff;
	color: #349B13;
}
.cv_area .bt_contact a:hover svg {
	fill: #349B13; 
}
@media screen and (max-width: 960px) {
	.cv_area {
		font-size: 1.7rem;
		padding: 55px 5vw 45px;
	}
	.cv_area .bt_contact {
		margin-left: 20px;
	}
	.cv_area .bt_contact a {
		margin: 0 auto;
	}
	.cv_area .bt_contact a:after {
		background-size: 150px 40px;
		width: 150px;
		height: 40px;
		margin-top: -40px;
		right: -20px;
	}
}
@media screen and (max-width: 600px) {
	.cv_area {
		display: block;
		padding: 30px 5vw 30px;
	}
	.cv_area .bt_contact {
		margin-top: 60px;
		margin-left: 0;
	}
	.cv_area .bt_contact a {
		font-size: 1.7rem;
		padding: 0.75em;
	}
	.cv_area .bt_contact a:after {
		right: 20px;
	}
}


/* sub
============================================================================================================ */
