<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a{
	text-decoration: none;
	color: #333;
}
/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

body{
	/*background: #f9f0dc;*/
	background:#FFF;
	line-height: 1.4;
	color: #454545;
	font-size:18px;
	font-family: "Noto Sans Japanese";
	font-weight: 300;
}
body .main_image{
	background-color: #8fefdc;
	width:100%;
	text-align: center;
	font-size: 0;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
body .wrapper .main_contents{
    width: 100%;
    max-width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    clear: both;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body .wrapper .main_contents h2 {
	display: block;
	font-weight: 600;
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
	font-size: 26px;
}
body .wrapper .main_contents h2:last-of-type {
	padding: 55px 0 0;
	border-top: 1px dotted #cccccc;
}
body .wrapper .main_contents h3{
    border-bottom: 1px solid #017777;
    padding: 10px 5px;
    color: #017777;
    width: 100%;
    font-weight: 600;
    font-size: 19px;
}
.feature{
	overflow: hidden;
}
.feature .heightLineParent{
	display: flex;
	flex-wrap: wrap;
}
.contents .box_m,
.contents .box_f{
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
	position: relative;
}
.contents .box_m img,
.contents .box_f img{
	margin: 0 auto;
	width: 150px;
	border: 1px solid #ccc;
	display: block;
}
.contents .box_f p,
.contents .box_m p{
    display: block;
}
.contents .box_f .fig_expansion,
.contents .box_f .fig_expansion2,
.contents .box_m .fig_expansion,
.contents .box_m .fig_expansion2{
	width: 40px;
    position: absolute;
    right: 77px;
	border: none;
}
.contents p.text{
	padding: 30px 0 15px;
	text-align: center;
	font-size: 20px;
	position: relative;
	font-weight: 600;
}
.contents p.text span{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.contents p.text:before{
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px auto 5px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-top: 15px solid #d40773;
}
body div.main_contents .box_f h4,
body div.main_contents .box_m h4{
	background: none;
    color: #017777;
    line-height: 1.4;
    margin: 0;
	font-size: 15px;
    font-weight: 500;;
}
body div.main_contents .box_f .icn,
body div.main_contents .box_m .icn{
	width: 40px;
	height: 40px;
	background-color: #017777;
	border-radius: 60px;
	position: absolute;
	text-align: center;
}
body div.main_contents .box_f span.att,
body div.main_contents .box_m span.att{
	padding: 10px 10px 0;
    font-size: 13px;
    line-height: 1.3;
	display: block;
}
body div.main_contents .box_f .icn span,
body div.main_contents .box_m .icn span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    display: block;
}
/*-----------------------------*/
div.button_block{
	text-align: center;
	display: block;
    box-sizing: border-box;
    background: #ba1064;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    text-align: center;
    margin: 20px auto;
    font-size: 24px;
    position: relative;
    border: 2px solid #ba1064;
	width: 800px;
}
div.button_block a{
	display: block;
	opacity: 0.9;
	color: #ffffff;
	padding: 15px 0;
    }
div.button_block:hover
{
    opacity: 0.5 ;
}
div.button_block,
div.button_block::before,
div.button_block::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
div .button_block::after {
	clear: both;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFF;
	border-image: none;
    border-style: solid;
	border-width: 7px 7px 7px 9px;
	content: "";
    height: 0;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 0;
	z-index: 1;
}

/*-----------------------------*/
div.top_return{
	position: fixed;
    bottom: 16px;
    right: 16px;
	z-index: 999;
}
div.top_return a{
	display: block;
	text-decoration: none;
	background: #cc3333;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	z-index: 0;
	opacity: 0.9;
}
div.top_return:hover{
    opacity: 0.85 ;
}
body .wrapper ul.list_btn{
    margin: 40px auto 20px;
	display: flex;
	list-style: none;
}	
body .wrapper .list_btn li{
	width: 49%;
	margin: 0 0.5%;
    box-sizing: border-box;
    background: #017777;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    position: relative;
    border: 2px solid #017777;
}	
body .wrapper .list_btn li a{
	display: block;
	opacity: 0.9;
	color: #fff;
	padding: 10px;
}
div.button_more:hover
{
    opacity: 0.5 ;
}
body .wrapper .list_btn li,
body .wrapper .list_btn li:before,
body .wrapper .list_btn li::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
body .wrapper .list_btn ::after {
	clear: both;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFF;
	border-image: none;
    border-style: solid;
	border-width: 7px 7px 7px 9px;
	content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
	z-index: 1;
}
body .wrapper .list_btn li a:hover {
	background-color: #048f8f;
	color: #fff;
	z-index: 3;
}

/*-----------------------------*/
@media screen and (min-width:769px) { 
	/*　画面サイズが769px以上はここを読み込む　*/

	body .main_image{
		width:100%;
		text-align: center;
		font-size: 0;
	}
	body .wrapper ul.list_btn{
		width: 1200px;
	}	
	body .wrapper .main_contents h3{
		margin: 10px 0 10px;
	}
	body div.main_contents .box_f h4,
	body div.main_contents .box_m h4{
		min-height: 77px;
		padding: 0 0 10px 37px;
	}
	body div.main_contents .box_f .icn,
	body div.main_contents .box_m .icn{
		top: 15px;
		left: 0;
	}
	.contents .box_f .fig_expansion,
	.contents .box_f .fig_expansion2,
	.contents .box_m .fig_expansion,
	.contents .box_m .fig_expansion2{
		top: 370px;
	}
	.sp_view{
		display: none;
	}
}
@media screen and (max-width:768px) { 
    /*　画面サイズが768px以下はここを読み込む　*/
	body{
		font-size: 16px;
	}
	
	/*-----------------------------*/

	body .main_image img{
		width: 100%;
	}
	body .main_contents img{
		width: 100%;
	}
	body .wrapper .main_contents{
		width: 100%;
		padding: 0px 0 0 !important;
	}
	body .wrapper .main_contents h2 {
		margin: 20px 0 0;
		font-size: 20px;
	}
	body .wrapper .main_contents h2:last-of-type {
		padding: 30px 0 0;
	}
	body .wrapper .main_contents h3{
	    margin: 10px 5px 10px;
	}
	body .wrapper ul.list_btn{
		width: 95%;
		margin: 0 auto;
	 }
	body .wrapper .list_btn li{
		width: 49%;
		margin: 15px 5px;
		font-size: 14px;
	}
	body .wrapper .list_btn ::after {
		right: 5px;
		top:13px;
		border-width: 6px 6px 6px 8px;
	}
	body .wrapper .list_btn li a {
		padding: 10px 8px;
	}
	.contents .box_f,
	.contents .box_m{
	    width: 50%;
	    padding: 10px 5px 15px;
	}
	.contents .box_f img,
	.contents .box_m img{
		width: 110px;
	}
	.contents .box_f p,
	.contents .box_m p{
		font-size: 14px;
	}
	.contents .box_f .fig_expansion{
		right: 45px;
		top: 285px;
	}
	.contents .box_m .fig_expansion{
		right: 45px;
		top: 315px;
	}
	.contents p.text{
		font-size: 16px;
	}
	body div.main_contents .box_f h4{
		padding: 0 0 10px 42px;
		min-height: 80px;
	}
	body div.main_contents .box_m h4{
		padding: 0 0 10px 42px;
		min-height: 115px;		
	}
	body div.main_contents .box_m .icn,
	body div.main_contents .box_f .icn{
		top: 10px;
		left: 7px;
		width: 37px;
		height: 37px;
	}
	div.button_block {
		font-size: 18px;
		width: 90%;
		margin: 15px auto;
	}
	div .button_block::after {
		top: 20px;
	}
	
	
	/*-----------------------------*/
	
	.pc_view{
		display: none;
	}
}
</pre></body></html>