@charset "UTF-8";
/************************************************************
 * header&footer(弄らないで下さい)
 ************************************************************/

/* PC表示(900px以上) */
@media only screen and (min-width: 900px) {
	.CS_siteHeader  { display: none !important; }
	.siteFooter  { display: none !important; }
	body, #proContents, #proContents p {
		font-size: 16px;
		-webkit-text-size-adjust: 100%;
	}
}
/* SP表示(899px以下) */
@media only screen and (max-width: 899px) {
	.CS_siteHeader_PC  { display: none !important; }
	.siteFooter_PC  { display: none !important; }
	body, #proContents, #proContents p {
		font-size: 16px;
		font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
		line-height: 140%;
	}
}

/************************************************************
 * 以下、自由にご記入下さい。
 ************************************************************/

#proContents{
	width: 100%;
	background: #e1f1fe;
}
#proContents,#proContents p{
	text-align: center;
	font-family: YakuHanRPs, "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
}

#proContents img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#proContents a{
	text-decoration: none;
}
#proContents a:hover{
	opacity: .6;
}

#proContents .wrapper{
	max-width: 980px;
	margin: auto;
}

#proContents li{
	list-style:none;
}

#proContents .flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#proContents .caps{
	font-size: 75%;
    margin-top: 1.5%;
}
#proContents .lines{
	display: inline-block;
}
@media only screen and (max-width: 749px) {
	#proContents .lines{
		display: initial;
	}
}

#proContents .bg--white{
	background: #ffffff;
}
#proContents .bg--blue{
	background: #69bafb;
}
#proContents .bg--navy{
	background: #034982;
}
#proContents .bg--dot::after{
	content: "";
	display: block;
	width: 100%;
	height: 160px;
	background: url('../images/bg_section.png')center top/cover no-repeat;
}

#proContents p.black{
	color: #333333;
}
#proContents p.white{
	color: #ffffff;
}




.section{
	margin: 0 auto;
}
.section .inner--contents{
	padding: 6% 0 0;
}
@media only screen and (max-width: 749px) {
	.section .inner--contents{
		padding: 0;
	}
}
.section .radiusbox{
	max-width: 750px;
	margin: 0 auto;
	border-radius: 24px;
}
.section .radiusbox .box--inner{
	padding: 6%;
}
.section .inner--contents .comment{
	margin: 6% auto 0;
	padding: 0 3%;
}

.section .inner--contents .textarea{
	max-width: 750px;
	margin: 6% auto 6%;
}


#proContents .section .section--ttl{
	background: #034982;
	position: relative;
}
#proContents .section .section--ttl .ttl--inner{
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}
#proContents .section .section--ttl h2::before{
	content: "";
	display: inline-block;
	width: 20%;
	height: 120%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#proContents .section .section--ttl h2{
	color: #fff;
	text-align: left;
	padding: 2% 3% 2% 20%;
	font-size: clamp(1.25rem, 0.25rem + 4.27vw, 2.25rem);
	line-height: 1.5;
}

#proContents .section--ttl h2.ttl--first::before{
	background: url("../images/img_number_01.png")left bottom/contain no-repeat;
}
#proContents .section--ttl h2.ttl--second::before{
	background: url("../images/img_number_02.png")left bottom/contain no-repeat;
}
#proContents .section--ttl h2.ttl--third::before{
	background: url("../images/img_number_03.png")left bottom/contain no-repeat;
}

#proContents .section .inner--contents .textarea p{
	font-size: clamp(1.25rem, 1rem + 1.07vw, 1.5rem);
	line-height: 1.8;
}
#proContents span.strong{
	font-weight: bold;
	color: #ffff00;
}
#proContents span.orange{
	font-weight: bold;
	color: #ff8012;
}
#proContents span.navy{
	font-weight: bold;
	color: #034982;
}


#logo .inner--contents{
	padding: 3%;
	/* padding: 1.5% 3% 3%; */
}
#credit .inner--contents{
	padding: 0 0 3% ;
}
#logo img,
#credit img{
	max-height: 48px;
	width: auto;
}
#credit h3{
	background: #cccccc;
    margin: 0 auto 3%;
    padding: .5em 3%;
    color: #ffffff;
}
#logo ul,
#credit ul{
	position: relative;
	align-items: center;
	max-width: 750px;
	margin: 0 auto;
}
#credit ul{
	padding: 0 3%;
}
#logo ul li.logo--items,
#credit ul li.logo--items{
	width: 40%;
}
#credit ul li.logo--items img{
	margin-bottom: 1em;
}
#credit ul li.logo--items a{
	font-size: 75%;
	color: #808080;
}
#logo .cross,
#credit .cross {
  display: inline-block;
  vertical-align: middle;
  color: #b3b3b3;
  line-height: 1;
  width: 2.4em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
#logo .cross::before,
#credit .cross::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


#first .radiusbox .box--inner dl,
#third .radiusbox .box--inner dl{
	margin-bottom: 6%;
}
#first .radiusbox .box--inner dl:last-of-type,
#third .radiusbox .box--inner dl:last-of-type{
	margin-bottom: 0;
}
#first .radiusbox .box--inner dt,
#third .radiusbox .box--inner dt{
	text-align: justify;
	font-size: clamp(1.25rem, 0.5rem + 3.2vw, 2rem);
	font-weight: bold;
	line-height: 1;
	color: #ff8012;
	padding-bottom: 6px;
	border-bottom: 1px solid #ff8012;
	margin-bottom: 3%;
}
#first .radiusbox .box--inner dd,
#third .radiusbox .box--inner dd{
	text-align: justify;
	font-size: clamp(1rem, 0.75rem + 1.07vw, 1.25rem);
	line-height: 1.8;
}


#first .radiusbox .box--inner dd{
	display: list-item;
	margin-left: 1em;
}
#first .radiusbox .box--inner dd.caution{
	font-size: 75%;
	display: block;
	margin-left: 0;
}


#second .radiusbox .box--inner p{
	text-align: justify;
	font-size: clamp(1rem, 0.75rem + 1.07vw, 1.25rem);
	line-height: 1.8;
}
#second .radiusbox .box--inner .box--list{
	margin: 6% auto 0;
}
#second .radiusbox .box--inner .box--list h3{
	margin: 0 auto 3%;
	font-size: clamp(1rem, 0.75rem + 1.07vw, 1.25rem);
	font-weight: bold;
	line-height: 1.5;
}
#second .radiusbox .box--inner .box--list dt{
	padding: 3%;
	background: #959595;
	border: 1px solid #959595;
	color: #ffffff;
	text-align: justify;
	font-size: clamp(1rem, 0.75rem + 1.07vw, 1.25rem);
	line-height: 1.5;
}
#second .radiusbox .box--inner .box--list .list--date--wrap{
	padding: 3%;
	background: #ffffff;
	border: 1px solid #959595;
}
#second .radiusbox .box--inner .box--list dd{
	display: list-item;
	margin-left: 1em;
	text-align: justify;
	font-size: clamp(1rem, 0.75rem + 1.07vw, 1.25rem);
	line-height: 1.8;
}


#point .inner--contents{
	padding: 6% 3%;
}
#point h3{
	text-align: center;
	font-size: clamp(1.25rem, 0.5rem + 3.2vw, 2rem);
	font-weight: bold;
	line-height: 1;
	color: #ff8012;
}


.btnarea a {
	background: #ff8012;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 600px;
    padding: .5rem 2rem;
    color: #ffffff;
    font-weight: bold;
    font-size: clamp(1rem, 0.5rem + 2.13vw, 1.5rem);
    line-height: 2;
}
.btnarea a:after {
	content: '';
    width: 12px;
    height: 12px;
    border-top: 4px solid #ffff00;
    border-right: 4px solid #ffff00;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    border-radius: 1px;
}
.btnarea a:hover:after {
    border-color: #FFF;
}

/************************************************************
 * 動画
 ************************************************************/
#movie .inner--contents {
	padding: 6% 3%;
}

.movie {
	position: relative;
		height: auto;
		margin: 0 auto;
			max-width: 750px;
			width: 100%;
}

#video {
	height: auto;
	max-width: 750px;
	width: 100%;
}

#video-btn {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 64px;	/*コントローラー分下部に余白を*/
	cursor: pointer;
}


/************************************************************
 * グーネットheader
 ************************************************************/
#header {
	background: #fff;
	margin-bottom: 1px;
	padding: 4px 16px;
	width: 100%;
}

#header .header_inner {
	margin: 0 auto;
	padding-left: 8px;
	text-align: left;
}

#header .header_inner a {
	display: inline-block;
	height: auto;
	max-width: 180px;
}

#header .header_inner a img {
	height: auto;
	width: 100%;
}

/************************************************************
 * グーネットfooter
 ************************************************************/
li {
	list-style-type: none;
}

.sp_mode {
	display: none;
}

.pc_mode {
	display: block;
}

@media screen and (max-width: 640px) {
	.sp_mode {
		display: block;
	}

	.pc_mode {
		display: none;
	}
}

footer {
	background: #e8e8e8;
	padding: 40px 0;
	border-top: 1px solid #000;
	margin-top: 60px;
}

.footer_info {
	text-align: center;
}

.footer_logo {
	max-width: 238px;
	margin: 20px auto;
}

.ul_footer_nav_sp {
	display: none;
}

.ul_footer_nav_pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 10px;
}

.ul_footer_nav_pc li a {
	padding: 0 16px;
	border-right: 1px solid #ccc;
	color: #676767;
}

.ul_footer_nav_pc li a:hover {
	text-decoration: underline;
}

.ul_footer_nav_pc li:last-child a {
	border-right: none;
}

.copyright {
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
	background: #333;
	color: #fff;
	padding: 8px 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

@media screen and (max-width: 640px) {
	.footer_logo {
		max-width: 238px;
		margin: 18px auto;
	}

	.ul_footer_nav_sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.ul_footer_nav_sp li {
		background: #eee;
		width: 50%;
		text-align: center;
		vertical-align: middle;
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.ul_footer_nav_sp li:nth-child(5),
	.ul_footer_nav_sp li:nth-child(6) {
		margin-bottom: 0;
	}

	.ul_footer_nav_sp li a {
		font-size: 10px;
		color: #333;
		text-decoration: none;
		font-weight: bold;
		padding: 10px 0;
		width: 100%;
		display: inline-block;
	}

	.ul_footer_nav_pc {
		display: none;
	}

	.copyright {
		display: none;
	}
}