@charset "utf-8";


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*     font-size:100%; */
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

ul,
ol {
    list-style: none;
}

html {
    width: 100%;
    font-size: 16px;
    height: 100%;
}

body {
    line-height: 1.6;
    background: #faf8f4;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}

button,input,select,textarea,option {
    font-family: 'Noto Sans JP';
    outline: none;
    border: none;
    font-size: 1rem;
}
input:focus::placeholder,textarea:focus::placeholder { color: #f8f5db; }
/* IE */
input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder { color: #f8f5db; }
/* Edge */
input:focus::-ms-input-placeholder,textarea:focus::-ms-input-placeholder { color: #f8f5db; }
button { cursor: pointer }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul { list-style: none; }
blockquote,
q { quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none;
    color: #000;
}
a.link {
}
a.link:hover {
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
    padding: 0;
}

* {
    box-sizing: border-box;
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
}

img {
    vertical-align: middle;
}

label {
    cursor: pointer
}

/* -----------------------------------------------

共通パーツ

----------------------------------------------- */
.inner {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}



/* -------------------------------------
ヘッダー
------------------------------------- */
body#login{
	background:linear-gradient(to right, #c76700, #ffa200);
}
body#login p#copy{ color: #fff; position: fixed; bottom: 0px; text-align: center; width: 100%;}

body#login > .login{
	position: absolute;
	left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
	width: 500px;
	margin: 0 auto;
}
.loginTit{
	font-size: 230%;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	font-weight: bold;
}
.loginTit span{
	display: block;
	font-size: 60%;
}
.loginBox {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	padding: 50px 70px 40px;
	
	color: #333;
}
.loginBox input[type="text"],
.loginBox input[type="password"]{
	outline: none;
	border: 2px solid #ddd;
	transition: all .3s;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}
.loginBox ul p{
	line-height: 1.8;
	font-weight: bold;
}
.loginBox.mente { width:900px; margin-left:-200px; padding: 50px 50px 30px; text-align:center; }
.loginBox.mente p{ margin-bottom:1em; }

.imp02{ text-align:center; font-size:140%; font-weight:bold; background-color:#fff; padding: .3em; width: 800px; margin: 8px auto; border-radius:3px;}
.imp02.type1{ background-color:#fffdd3; border:2px solid #e2c500; color:#c76700; }
.imp02.type2{ background-color: #fffdd3; width:100%; }

input[type="checkbox"].normal {
	display: none;
}
input[type="checkbox"].normal + label {
	position: relative;
	display: inline-block;
	padding: .3rem 1em .4rem 1.6em;
	cursor: pointer;
	border-radius: 5px;
	text-align: left;
}
input[type="checkbox"].normal + label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	background: #fff;
	border: 2px solid #ccc;
}
input[type="checkbox"].normal:checked + label::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	margin-top: -8px;
	width: 13px;
	height: 5px;
	border-left: 4px solid #4083c0;
	border-bottom: 4px solid #4083c0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header {
    background:linear-gradient(to right, #c76700, #ffa200);
    overflow: hidden;
	color: #fff;
}
#header > div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 1% .5%;
}

#header .hlink li{
	display: inline-block;
	margin: 8px 0 0 10px;
}
#header .hlink li a{
	display: block;
	border-radius: 3px;
	font-size: 90%;
	padding: 3px 15px 5px 35px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	transition: all .3s;
}
#header .hlink li.faq a{
	background: url(/hyoka/images/icon_faq.png) no-repeat 26px center;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	padding: 3px 35px 5px 55px;
}
#header .hlink li.user a{
	background: url(/hyoka/images/icon_user.png) no-repeat 12px center;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}
#header .hlink li.logout a{
	background: url(/kakunin/images/icon_out.png) no-repeat 12px center;
	background-color: #fff;
	color: #f47e00;
}
#header .hlink li.faq a:hover,#header .hlink li.user a:hover{
	background-color: rgba(255,255,255,0.4);
	box-shadow:none;
	transform: translateY(2px);	
}
#header .hlink li.logout a:hover{
	background-color: rgba(255,255,255,0.8);
	box-shadow:none;
	transform: translateY(2px);	
}

/* -------------------------------------
フッター
------------------------------------- */
#footer {
    padding: 1em 20px;
}
#footInner {
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
}
#footInner #footLink ul {
    display: flex;
    font-size: .875rem;
}
#footInner #footLink ul li:not(:first-child):before {
    content: '|';
    color: #333;
    padding-right: 20px;
    display: inline-block;
}

#footInner #footLink ul li {
    padding-left: 1em
}
#footInner #footLink ul li:first-child {
    padding-left: 0
}
#copy {
    text-align: center;
    font-size: .7rem;
    color: #999;
    padding: 30px 0;
}

#gnav{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#gnav > ul{
	width: 1000px;
	margin: auto;
	display: flex;
    align-items: center;
    align-content: center;
	justify-content: space-between;
	
}
#gnav > ul > li {
	width: 38%;
	text-align: center;
}
#gnav > ul > li.shinki {width: 24%;}
#gnav > ul > li > a{
	background: #ecf2f9;
	color: #4083c0;
	display: block;
	padding: 20px;
	font-weight: bold;
	font-size: 120%;
}
#gnav > ul > li:first-child > a{
	background: #e6eef6;
	color: #084482;
	border-right: 1px solid #fff;
}
#gnav > ul > li.active > a{
	color: #fff !important;
	background: #4083c0;
	position: relative;
}
#gnav > ul > li.active > a:before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	border-left: 6px solid transparent;
	border-top: 10px solid #4083c0;
	border-right: 6px solid transparent;
}
#gnav > ul > li:first-child.active > a:before{
	border-top: 10px solid #084482;
}
#gnav > ul > li:first-child.active > a{
	background: #084482;
}
#gnav > ul > li.shinki a {
  padding: 0 2em;
  border-radius: 3px;
  height: 40px;
  width: 100%;
  margin: 0 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  transition: all .3s;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
#gnav > ul > li.shinki a#shinki:before{
  width: 21px;
  height: 26px;
  background-size: cover;
}

.f-block{
	margin: 20px 0;
}

a.pback{ color: #00a24c; display: inline-block; }
a.pback:hover{ text-decoration: underline; }

.content.type2{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 30px;
}
.content{ 
	width: 1000px;
	margin: 30px auto 0;
	
}
.content > h2{ 
	color: 	#c76700;
	border-bottom: 1px solid #555;
	font-size: 180%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content .f-block h2.table-tit {
	margin-bottom: 10px;
}
ul.sort{
	display: flex;
	align-items: center;
	margin: 20px 0;
	font-size: 90%;
}
ul.sort li {
	padding-right: 10px;
}
ul.sort li a{
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 0 #ccc;
	border-radius: 5px;
	padding: 3px 20px;
	transition: all .3s;
}
ul.sort li.active a{
	color: #4083c0;
	border-color: #4083c0;
}
ul.sort li a:hover{
	transform: translateY(2px);
	box-shadow:none;
}

ul.list{
  
}
ul.list li{ position: relative; padding-left: 13px; margin-bottom: 5px; }
ul.list li:before{ content: ""; position: absolute; left: 2px; top: .7em; width: 5px; height: 5px; background-color: #30a63b; border-radius: 10px;  }

ul.check-list li {
	position: relative;
	display: block;
	padding: .3rem 1em .4rem 2em;
	border-radius: 5px;
	text-align: left;
	color: #999;
	font-size: 95%;
}
ul.check-list li::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	background: #fff;
	border: 2px solid #ccc;
}
ul.check-list li.active{ color: #000; }
ul.check-list li.active::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	margin-top: -8px;
	width: 13px;
	height: 5px;
	border-left: 4px solid #4083c0;
	border-bottom: 4px solid #4083c0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contTit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.contTit p.tag{
	width: 10%;
	text-align: center;
	border: 1px solid;
	font-size: 95%;
	padding: 5px 0 8px;
	color: #db2e4e;
	border-color: #db2e4e;
	font-weight: bold;
}
.contTit p.name{
	width: 75%;
	padding: 0 15px;
	font-size: 120%;
	font-weight: bold;
}
.contTit p.name.type2{ width: 90%; }
.contTit p.name .typ,.contTit p.name .typ2{ display: block; margin-bottom: .2em; font-size: 90%; }
.contTit .btn{
	width: 15%;
}
.contTit .btn a{
  display: block;
	text-align: center;
	padding: 0 1em;
  background: #f47e00;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0 3px #bf4300;
  margin: 0 10px;
  color: #fff;
  font-size: .85rem;
  position: relative;
  transition: all .3s;
  margin: 0;
}
.contTit .btn a:hover{
  box-shadow: none;
  background: #bf4300;
  transform: translateY(3px);
}
.contTit .btn a.btn2{ 
  box-shadow: 0 3px #225e94;
  background: #4083c0;
	margin-top: 10px;
}
.contTit .btn a.btn2:hover{
  box-shadow: none;
	background: #225e94;
}
.contTit .btn a.nolink {
	pointer-events: none;
	position: relative;
	box-shadow: none;
}
.contTit .btn a.nolink::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	border-radius: 3px;
	
}
section.zesei{
	background: #fbeaed;
	margin: -10px 0 30px -30px;
	width: calc( 100% + 60px);
	box-sizing: border-box;
	padding: 30px 30px 10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
section.zesei .btnArea a{
	background: #db2e4e;
	box-shadow: 0 3px #92051f;
	height: 40px;
	line-height: 40px;
	font-size: 120%;
}
section.zesei .btnArea a:hover{
	background: #92051f;
}


.coming{ position: relative; }
.coming:before{ position: absolute; content: ""; width: calc(100% + 40px); height: 100%; background-color: rgba(0,0,0,0.6); left: -20px; top: 0; z-index: 10; }
.coming p.msg{ position: absolute; left: 0; top: 49%; width: 100%; text-align: center; color: #fff; z-index: 11; font-size: 120%; }


.f-block.thanks{ padding: 40px 50px; margin-top: 30px; }
.thanks p{  font-size: 1rem; line-height: 2; }
.thanks h3{ background-color: #084482; color: #fff; padding: 5px 15px; margin-bottom: 10px; }
.thanks h3 + p{ font-size: 1.1rem; }
.thanks  dl{ margin: 10px auto;  border: 1px dotted #999; border-width: 2px 0; padding-top: 15px; }
.thanks  dt{ float: left; text-align: left; margin-bottom: 15px; }
.thanks  dd{ margin-left: 12em; text-align: left;  margin-bottom: 15px;  }
.thanks .tag{  display: inline-block; border: 1px solid #999; padding-right: 1em; margin-bottom: 5px; }
.thanks .tag > span{ display: inline-block; background-color: #999; color: #fff; margin-right: 1em; padding: 0 1em; }

/* -----------------------------------------------

TOP

----------------------------------------------- */

.t-msg{

}
.t-msg a{
	background-color: #fbebe9;
	color: #db2e4e;
	border: 2px solid #db2e4e;
	display: block;
	padding: 15px;
	transition: all .3s;
	position: relative;
	font-weight: bold;
	text-align: center;
}
.t-msg a:hover{
	background: #db2e4e;
	color: #fff;
}
.t-msg a:before {
  content: "";
  position: absolute;
  right: 20px; top: 50%; 
  box-sizing: border-box; 
  width: 15px; 
  height: 15px; 
  border-top: solid 2px #db2e4e; 
  border-right: solid 2px #db2e4e;  
  margin-top: -7px; 
  transform: rotate(45deg);
 transition: all .3s;
}
.t-msg a:hover:before{
	border-color: #fff;
	right: 10px;
}

.t-btn-list{ display: flex; align-content: center; justify-content: space-between; margin: 50px 0; padding-bottom: 50px; border-bottom: 2px solid #bdbbb7; }
.t-btn-list li.btnArea{ width: 50%; margin: 0; position: relative; }
.t-btn-list li a{ width: 100% !important; margin: 0; font-size: 22px; }
.t-btn-list li.btnArea a{ border-radius:0 10px 10px 0; height: 90px; line-height: 90px; }
.t-btn-list li.btnArea:first-child a{ border-radius:10px 0 0 10px; }
.t-btn-list li a#save span {
    position: absolute;
    top: 50%;
    margin-top: -1.1em;
    right: 15px;
    background: #d1dde7;
    border-radius: 5px;
    color: #084482;
    text-align: center;
    font-size: 80%;
    padding: 7px 10px;
    height: auto;
    line-height: 1.5;
}



.t-box {
	display: flex;
    justify-content: space-between;
	margin: 30px auto;
}
.t-box > div{
	width: 49%;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.t-box > div.active:before{ content: ""; position: absolute; left: 50%; bottom: -45px; margin-left: -50px; transform: scaleY(.7);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #084482; }
.t-box > div.box2.active:before{ border-top: 50px solid #00a34e; }
.t-box .box1,.t-box .box2{
	background-color: #fff;
	padding: 11px;
	border: 4px solid #fff;
}
.t-box .box1.active{ border-color: #084482; }
.t-box .box2.active{ border-color: #00a34e; }
.t-box .box1 h2,.t-box .box2 h2{ 
	background: #e6eef6;
	color: #084482;
	padding: 10px 20px;
	position: relative;
	font-size: 18px;
	margin-bottom: 40px;
	text-align: left;
}
.t-box .box2 h2{ 
	color: #00a34e;
	background-color: #e5f6dd;
	margin-bottom: 20px;
}
.t-box .box1 h2 span.num{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #d1dde7;
	border-radius: 5px;
	color: #000;
	text-align: center;
	font-size: 70%;
	padding: 7px 10px;
}
.box1 .number{
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
	width: 94%;
	flex-wrap: wrap;
}
.box1 .number li{
	font-size: 100%;
	line-height: 1.3;
	width: 30%;
	margin-bottom: 20px;
}
.box1 .number li a{ display: block; padding: 25px 10px; background: linear-gradient(#fff, #efefef); border-radius:5px; box-shadow: 0 3px #ddd; transition: all .3s;  }
.box1 .number li.active a{ background: #084482; color: #fff; }
.box1 .number li.no a{ box-shadow: none; background: #eee; }
.box1 .number li:not(.no) a:hover{ transform: translateY(3px); box-shadow: none; }
.box1 .number li a .num{ display: block; font-size: 160%; margin-top: 5px; font-weight: bold; color: #084482;   }
.box1 .number li.active a .num{ color: #fff !important; }
.box1 .number li.no a,.box1 .number li.active a{ pointer-events: none; }
.box1 .number li.no a .num{ color: #aaa !important; }
.box1 .number li.no a{ color: #666 !important }
.box1 .number li a .num span{ font-size: 80%; font-weight: normal; }
.box1 .number li.status1 a .num{ color: #084482; }
.box1 .number li.status2 a .num{ color: #4083c0; }
.box1 .number li.status3 a .num{ color: #666; }
.box1 .number li.status4 a .num{ color: #db2e4e; }

.box1 .number li a .tit{ height: 2.5em; display: flex; text-align: center; width: 100%; justify-content: center; align-items: center; }

.box2 .formList{ width: 94%; margin: 0 auto 15px; text-align: left; }
.box2 .formList li{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.box2 .formList li .ttl{ font-size: 14px; width: 24%; }
.box2 .formList li .input{ width: 75%;  }
.box2 .formList li .input input{ width: 100%; padding: 8px 10px; border: 2px solid #ddd; font-size: 15px; }
.box2 .btnArea{ margin: 10px auto; }
.box2 .btnArea button{ font-size: 16px; height: 45px; line-height: 45px; }
.box2 .btnArea button{ background-color: #00a34e; box-shadow: 0 3px #007d3c; }
.box2 .btnArea button:hover{ background-color: #007d3c; transform: translateY(3px); box-shadow: none;  }

.box2 .formList li.err_msg{ font-size: 80%; }

.t-update h2{
	background: #76818f;
	color: #fff;
	font-size: 120%;
	padding: 10px 20px;
	margin-top: 40px;
}
.t-update > div{
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
	height: 280px;
}
ul.update {
	padding: 10px 30px 20px;
}
ul.update li{
	padding: 15px 0;
	border-bottom: 1px solid #cad1d8;
}
ul.update li.no{
	border: none;
	text-align: center;
	color: #666;
}

ul.update li dl{ overflow: hidden; }
ul.update li dt{
	width: 12em;
	float: left;
	position: relative;
}
ul.update li dd{
	margin-left: 12em;
}
ul.update li dt:after{
	border: 1px solid #555555;
	display: inline-block;
	margin-left: 1em;
	font-size: 80%;
	text-align: center;
	width: 6em;
	color: #555;
}
ul.update li dl.tag1 dt::after{
	content: "新規";	
}
ul.update li dl.tag2 dt:after{
	content: "是正";
	color: #db2e4e;
	border-color: #db2e4e;	
}
ul.update li dl.tag3 dt:after{content: "期中更新"; 
	color: #4083c0; border-color: #4083c0;}
ul.update li dl.tag4 dt:after{content: "年次更新"; color: #1c9419; border-color: #1c9419;}

/* -----------------------------------------------

下層共通

----------------------------------------------- */
#underMain {
    background: #ecf6ee url(/images/common/line.png);
    padding: 50px 20px 50px;
}
#underMainInner {
    max-width: 1000px;
    margin: auto;
}

#searchHeadArea {
    background: rgb(0,163,78);
    background: url(/images/common/line.png) ,linear-gradient(to right,  rgba(0,163,78,1) 0%,rgba(114,198,57,1) 100%);
    position: relative;
    margin-bottom: 10px;
    padding: 20px 28px;
}
#searchHeadArea h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-left: 2px solid #fff;
    padding: 11px 0px 11px 24px;
    height: 60px;
}
#searchResultWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    flex-wrap: wrap;
}
#searchText {
    font-size: 1.125rem;
    color: #000;
    margin: 10px 0;
}
#displayTypeWrap {
    display: flex;
    background: #00a24c;
    border: 1px solid #00a24c;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px #539672;
    margin-left: auto;
}
#displayTypeWrap li {
    width: 129px;
    text-align: center;
    display: flex;
}
#displayTypeWrap li > * {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: .9375rem;
}

#displayTypeWrap li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}
#displayTypeWrap li:nth-child(2) {
    border-radius: 0 5px 5px 0;
}
#displayTypeWrap li span {
    color: #fff;
}
#displayTypeWrap li a {
    background: #fff;
}


#resultSearchAreaWrap {
    border: 1px solid #00a24c;
    border-radius: 5px;
    background: #fff;
    font-size: .875rem;
    display: flex;
    flex-direction: column;
    min-height: 3.125rem;
    margin-bottom: 2rem;
    position: relative;
    padding: 0.5rem 1rem;
    box-shadow: 0px 2px #539672;
}
#openBtnWrap {
    display: block;
}
#openBtn {
    /* display: flex; */
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#openBtn .cross {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    margin-top: -20px;
    transition: .4s;
}
#openBtn.open {
    width: 40px;
    height: 40px;
    right: 0;
    top: 10px
}
#openBtn.open .cross {
    transform: rotate(45deg);
}
#openBtn .cross:before,
#openBtn .cross:after {
    content: "";
    width: 22px;
    height: 2px;
    display: block;
    background: #73c63a;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
#openBtn .cross:after {
    transform: rotate(90deg)
}
#close {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 3px;
    /* height: 3.125rem; */
    font-size: 1.25rem;
    color: #00a24c;
}
#resultSearch {
    padding: 1rem 1.75rem;
    display: none;
}
#nameSearchWrap {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}
#nameSearchWrap .ttl {
    width: 130px;
}
#nameSearchWrap .formArea {
    width: calc(100% - 130px);
    padding: 0;
    max-width: 730px;
}
#nameSearchWrap .formArea input {
    font-size: 100%;
    height: auto;
    padding: .5em 1em;
    background: #f2f2f2;
}
#nameSearchWrap .formArea input:focus::placeholder {
    color: #f2f2f2;
}

/* IE */
#nameSearchWrap .formArea input:focus:-ms-input-placeholder {
    color: #f2f2f2;
}

/* Edge */
#nameSearchWrap .formArea input:focus::-ms-input-placeholder {
    color: #f2f2f2;
}
#nameSearchWrap .formArea button {
    height: 34px;
}
#assessmentSearchWrap h3 {
    background: url(/images/under/ttl_bg.png) repeat-x center left;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 0.5rem;
}
#assessmentSearchWrap h3 span img {
}
#assessmentSearchWrap h3 span {
    background: #fff;
    padding-right: .5em;
}
#assessmentSearchWrap .formList > li {
    padding: 0;
    margin-bottom: .25rem;
}

#assessmentSearchWrap .selectList li ,
#assessmentSearchWrap .input {
    margin: 0 0.6em 0.5em 0px;
}
#assessmentSearchWrap .formList > li .ttl {
    padding: .5em;
    width: 9em;
}
#assessmentSearchWrap .formList > li .formWrap {
    width: calc(100% - 8em);
    padding-top: 0;
}
#assessmentSearchWrap .selectList label .checkWrap {
    padding: .5em 1em;
    border-radius: 3px;
    box-shadow: 0 1px #bbb;
}
#assessmentSearchWrap .formWrap .input input {
    font-size: 100%;
    height: auto;
    max-width: 580px;
    padding: .5em 1em;
    border-radius: 3px;
}
#assessmentSearchWrap .btnArea button {
    width: 300px;
    height: 40px;
    padding: 0.5em 5em;
}


#searchResultBlock {
    display: flex;
    flex-wrap: wrap;
}

#searchResultBlock > li {
    width: calc((100% - 40px) / 3);
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    margin-left: 20px;
}
#searchResultBlock > li:nth-child(3n + 1) {
    margin-left: 0
}
#searchResultBlock li p.imgArea {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}
#searchResultBlock li.rank_s p.imgArea:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 3px solid #b9a844;
    z-index: 1;
}

#searchResultBlock li p.imgArea:after {
    content: "";
    display: block;
    position: absolute;
    width: 17.2%;
    height: 35%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 5%;
    top: 0;
}
#searchResultBlock li.rank_s p.imgArea:after { background-image: url(/images/under/rank_s.png)}
#searchResultBlock li.rank_a p.imgArea:after { background-image: url(/images/under/rank_a.png)}
#searchResultBlock li.rank_b p.imgArea:after { background-image: url(/images/under/rank_b.png)}
#searchResultBlock li.rank_c p.imgArea:after { background-image: url(/images/under/rank_c.png)}
#searchResultBlock li.rank_d p.imgArea:after { background-image: url(/images/under/rank_d.png)}
#searchResultBlock li p.imgArea img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: .75s;
}

#searchResultBlock > li a:hover img {
    /*     transform: translateY(-50%) scale(1.05); */
}
#searchResultBlock .detailArea {
    padding: 1rem 1.25rem 1.75rem;
}
#searchResultBlock .mansionName {
    color: #00a24c;
    font-size: 112.5%;
    margin-bottom: .25rem;
}

#searchResultBlock .address {
    font-size: 81.25%;
    margin-bottom: 0.75rem;
}
#searchResultBlock .detailList li {
    font-size: 81.25%;
    display: flex;
    margin-bottom: .4rem;
}

#searchResultBlock .detailList .label {
    width: 7em;
    text-align: center;
    padding: .25em;
    background: #ebebeb;
    margin-right: .5em
}
#searchResultBlock .detailList .detail {
    padding: .25em;

}

#searchResultBlock .detailList {
    margin-bottom: 1em;
}
#searchResultBlock .detailList li:last-child {
    margin-bottom: 0
}

#searchResultBlock .detailArea .moreBtn {
    width: 100%;
    background: #375c49 url(/images/under/more_btn_arrow.png) no-repeat center right 10px;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    color: #fff;
    height: 50px;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 3px #bbb;
    padding: 0 30px;
}



#searchResultList {
 margin-top: 50px;  
}
#searchResultList > li{ margin-bottom: 20px; }
#searchResultList > li .searchInr {
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    display: flex;
	align-items: center;
	justify-content:space-between;
	position: relative;
	transition: all .3s;
}
#searchResultList > li.no{
	box-shadow:none;
	display: block;
	text-align: center;
	padding: 100px 20px;
	color: #666;
}
#searchResultList > li.no:after{ display: none; }
#searchResultList li:not(.no) .searchInr a:hover{ 
	opacity: 1;
}
#searchResultList > li.typ2 .searchInr a:hover{ 
	
}
#searchResultList > li .searchInr:after {
  content: "";
  position: absolute;
  right: 13px; top: 50%; 
  box-sizing: border-box; 
  width: 15px; 
  height: 15px; 
  border-top: solid 2px #f47e00; 
  border-right: solid 2px #f47e00;  
  margin-top: -7px; 
  transform: rotate(45deg);
}
#searchResultList .moreList{ position: relative; transition: all .3s; color: #fff; background-color: #999; text-align: center;  margin-bottom: 20px; padding: 10px; font-weight: bold; }
#searchResultList .moreList:hover,#searchResultList .moreList.active{ background-color: #00a34e; cursor: pointer; }
#searchResultList .moreList:before,#searchResultList .moreList:after {
  content: "";
  position: absolute;
  box-sizing: border-box; 
  right: 18px; top: 50%;
  width: 2px; height: 18px; background-color: #fff; margin-top: -9px;
}
#searchResultList .moreList:after {
  width: 18px; height: 2px; right: 10px; margin-top: -1px;
}
#searchResultList .moreList.active:before{ opacity: 0; }

#searchResultList .belong{ width: 930px; margin: 0 0 40px 70px; display: none; }
#searchResultList .belong li{ margin-bottom: 10px; position: relative; }
#searchResultList .belong li:before,
#searchResultList .belong li:after{ content: ""; position: absolute; top: 50%; left: -30px; width: 30px; height: 2px; background-color: #aaa; z-index: 1; }
#searchResultList .belong li:after{ width: 2px; height: calc(100% + 10px); top: -10px; }
#searchResultList .belong li:first-child:after{ height: calc(100% + 20px); top: -20px; }
#searchResultList .belong li:last-child:after{ height: calc(50% + 10px); }
#searchResultList .belong .imgArea{ width: 220px; }
#searchResultList .belong .detailArea{ width: 550px; }
#searchResultList .belong .searchInr a { border-color: #00a34e; }


#searchResultList li .searchInr a {
    display: block;
    position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#searchResultList li .searchInr a { border: 3px solid #f47e00; opacity: 0; transition: all .3s; }
#searchResultList li p.imgArea {
    width: 240px;
}

#searchResultList li p.imgArea .imgInner {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

#searchResultList li .rank{
	position: relative;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #555;
	text-align: center; width: 113px;
}
#searchResultList li .rank:before,
#searchResultList li li .rank:before{
	content: "";
	width: 113px;
	height: 30px;
	background: url(../images/rank1.png) no-repeat;
	display: block;
	margin: 5px auto;
}
#searchResultList li.rank2 .rank:before,
#searchResultList li li.rank2 .rank:before{ background: url(../images/rank2.png) no-repeat; }
#searchResultList li.rank3 .rank:before,
#searchResultList li li.rank3 .rank:before{ background: url(../images/rank3.png) no-repeat; }
#searchResultList li.rank4 .rank:before,
#searchResultList li li.rank4 .rank:before{ background: url(../images/rank4.png) no-repeat; }
#searchResultList li.rank5 .rank:before,
#searchResultList li li.rank5 .rank:before{ background: url(../images/rank5.png) no-repeat; }
#searchResultList li.rank0 .rank:before,
#searchResultList li li.rank0 .rank:before{ background: url(../images/rank0.png) no-repeat; }

#searchResultList li.rank_s p.rank{ color: #a28d17; }
#searchResultList li.rank_a p.rank{ color: #c66b11; }
#searchResultList li.rank_b p.rank{ color: #36a332; }
#searchResultList li.rank_c p.rank{ color: #5b889b; }
#searchResultList li.rank_d p.rank{ color: #5b889b; }

#searchResultList li .rank p.tag{
	width: 80%;
	border: 1px solid;
	font-size: 90%;	
	line-height: 1.3;
	padding: 10px 5px;
	margin: 0 auto;
	border-radius: 5px;
	color: #db2e4e;
	border-color: #db2e4e;
}

.tag1 p.tag{ 
	color: #084482;
	border-color: #084482 !important;
}
.tag2 p.tag{ 
	color: #4083c0;
	border-color: #4083c0 !important;
	background-color: #f3f8fc;
}
.tag3 p.tag{ 
	background-color: #efefef;
	color: #666;
	border-color: #efefef !important;
}
.tag4 p.tag{ 
	background: #db2e4e;
	color: #fff;
	border-color: #db2e4e !important;
}
.tag5 p.tag{ 
	background: #333;
	color: #fff;
	border-color: #333 !important;
}

/*
#searchResultList li.tag3:before{
	position: absolute;
	content: "";
	top: -10px;
	left: 50%;
	width: 2000px;
	height: calc(100% + 20px);
	margin-left: -1000px;
	background: #db2e4e;
	z-index: 0;
	opacity: 0.07;
	pointer-events: none;
}*/
#searchResultList li p.update{
	font-size: 90%;
	position: relative;
	text-align: center;
	line-height: 1;
	padding-right: 35px;
}
#searchResultList li p.update:before{
	content: "UPDATE";
	display: block;
	color: #777;
	font-weight: bold;
	margin-bottom: .5em;
}


#searchResultList > li a:hover img {
    /*     transform: translateY(-50%) scale(1.05); */
}
#searchResultList .detailArea {
    padding: 0;
    width: 600px;
    padding-right: 40px;
    position: relative;
}
#searchResultList .detailInner {
    width: calc(100% - 160px);
    padding: 0 1rem;
    font-size: 1rem;
}

#searchResultList li .detailHead {
    padding-left: 4rem;
}
#searchResultList li .detailHead:after {
    content: "";
    display: block;
    position: absolute;
    width: 3.5rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: 1rem;
    top: 0;
}
#searchResultList li.rank_s .detailHead:after { background-image: url(/images/under/rank_s.png)}
#searchResultList li.rank_a .detailHead:after { background-image: url(/images/under/rank_a.png)}
#searchResultList li.rank_b .detailHead:after { background-image: url(/images/under/rank_b.png)}
#searchResultList li.rank_c .detailHead:after { background-image: url(/images/under/rank_c.png)}
#searchResultList li.rank_d .detailHead:after { background-image: url(/images/under/rank_d.png)}
#searchResultList li p.imgArea img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: .75s;
}

#searchResultList .id {
	background: #666;
	display: inline-block;
	padding: 1px 15px 2px;
	color: #fff;
	font-size: 85%;
	border: 1px solid #666;
}
#searchResultList .typ,.contTit p.name .typ > span,.contTit p.name .typ2 > span {
	background: #00a34e;
	display: inline-block;
	padding: 1px 15px 2px;
	color: #fff;
	border: 1px solid #00a34e;
	font-size: 85%;
}
#searchResultList .typ2 .typ,.contTit p.name .typ2 > span { color: #00a34e; background-color: #f0f8ec; }
#searchResultList .typ2.typ2-1 .typ { background-color: #fff; }
#searchResultList .mansionName {
    font-size: 120%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
}

#searchResultList .address {
    font-size: 81.25%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#searchResultList .detailList {
    display: flex;
    flex-wrap: wrap;
}
#searchResultList .detailList li {
    font-size: 81.25%;
    display: flex;
    margin-right: 2em;
    margin-bottom: .5em;
}
#searchResultList .detailList li:last-child {
    margin-right: 0
}
#searchResultList .detailList .label {
    width: 7em;
    text-align: center;
    padding: .25em;
    background: #ebebeb;
    margin-right: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
#searchResultList .detailList .detail {
    padding: .25em;

}

#searchResultList .detailArea .moreBtnWrap {

    width: 160px;
}
#searchResultList .detailArea .moreBtn {
    width: 100%;
    background: #375c49 url(/images/under/more_btn_arrow.png) no-repeat center right 10px;
    display: flex;
    justify-content: center;
    color: #fff;
    height: 40px;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 3px #bbb;
    padding: 0 30px;
    width: 120px;
    margin: 0 auto;
}
#pagerList {
    display: flex;
    justify-content: center;
    margin: 3em auto;
    align-items: center;
}
#pagerList li {
    width: 50px;
    margin: 0 3px;
    text-align: center;
    color: #666;
}
#pagerList li a ,
#pagerList li span {
    display: block;
    line-height: 50px;
    border: 1px solid #cccccc;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    color: #4083c0;
    box-shadow: 0 3px #bbb;
    transition: .25s
}
#pagerList li.current span {
    font-weight: bold;
    background: #ecf2f9;
    border-color: #4083c0
}

#pagerList li a:hover {
    background: #ecf2f9;
    border-color: #4083c0

}

#contentWrap {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    background: #fff;
}
#contentHead {
    background: rgb(0,163,78);
    background: url(/images/common/line.png) ,linear-gradient(to right, rgba(0,163,78,1) 0%,rgba(114,198,57,1) 100%);
    padding: 0.75em 1em;
    line-height: 1;
    height: 40px;
}
#contentHead a {
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    padding-left: 1rem;
}

#contentHead a:before {
    content: "";
    display: inline-block;
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    position: absolute;
    top: .25rem;
    left: 0;
}
#contentMain {
    padding: 1rem 2.5rem 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}
#contentMain:after {
    content: "";
    display: block;
    width: 117px;
    height: 131px;
    position: absolute;
    top: -40px;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
#contentMain.rank_s:after {
    background-image: url(/images/under/rank_s.png)
}
#contentMansionName {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
}
#contentMansionName .address {
    font-size: 60%;
}
#contentAssArea {
    display: flex;
    margin-bottom: 2rem;
}
#slideImg {
    width: 50%
}
#slider {
    width: 100%;
    margin: 0 auto 0px;
}

.slide-item span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}
.slide-item img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#thumbnail-list {
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.thumbnail-item {
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    width: calc(100% / 3);
    cursor: pointer;
}
.thumbnail-item span {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    overflow: hidden;
}
.thumbnail-item span:after {
    /* content: ''; */
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current img,
.thumbnail-item:hover img {
    opacity: 1;
}
.thumbnail-item img {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .25;
    transition: .4s
}
.detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    background-color: #ecf6ee;
    padding: 30px 0;
}

#scoreWrap .n-result{ margin-top: 2px; padding: 5px; background-color: #fff; text-align: center; border-radius:3px; letter-spacing: 0.05em;}
#scoreWrap .n-result span{ font-size: 140%; color: #666; margin-left: 10px; display: inline-block; font-weight: bold; }
#scoreWrap .n-result span.tekigo{ color: #4083c0; }

#pointWrap {
    height: 100px;
    display: flex;
    border-radius: 80px;
	position: relative;
	margin-bottom: 15px;
}
#pointWrap .pointTtl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 230px;
    letter-spacing: 1px;
    padding: 0 5px 0 10px;
    border-radius: 80px 0 0 80px;
	font-weight: bold;
	background: url(../images/score1.png) center center no-repeat #f7f4e5;
	border: 2px solid #dbb400;
}
#pointWrap .pointTtl span{
	font-size: 300%;
	display: inline-block;
	margin-left: 5px;
}

#pointWrap.rank2 .pointTtl { background-image: url(../images/score2.png); }
#pointWrap.rank3 .pointTtl { background-image: url(../images/score3.png); }
#pointWrap.rank4 .pointTtl { background-image: url(../images/score4.png); }
#pointWrap.rank5 .pointTtl { background-image: url(../images/score5.png); }
#pointWrap.rank0 .pointTtl { background-image: url(../images/score0.png); }


#pointWrap .pointArea {
    display: flex;
    width: 200px;
    border-radius: 0 80px 80px 0;
    border: 2px solid #dbb400;
    background: #dbb400;
    color: #fff;
    text-shadow:2px 2px 0 rgba(0,0,0,0.1);
}
#pointWrap .pointInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 5px;
}
#pointWrap .pointInner .point {
    text-align: center;
    font-weight: bold;
}
#pointWrap .pointInner .point .tit {
	display: block;
	font-size: 95%;
}
#pointWrap .pointInner .point .num {
    font-size: 2.875rem;
    margin-right: 3px;
	line-height: 1;
	letter-spacing: 0.05em;
}

#pointDetail {
    padding: 0 3%;
}
#pointDetail .ttl {
    color: #007f3c;
    font-size: 1.125rem;
    position: relative;
    margin-bottom: 0.5rem;
}
#pointDetail .ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #007f3c;
    display: block;
    position: absolute;
    top: 50%;
}

#pointDetail .ttl span {
    background: #ecf6ee;
    position: relative;
    z-index: 1;
    padding-right: .5em;
}
.pointList li {
    display: flex;
    align-items: center;
    font-size: .875rem;
    justify-content: space-between;
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
}
.pointList li .numSet .numL {
    font-size: 1.125rem;
    font-weight: bold;
    width: 1.7em;
    display: inline-block;
    text-align: right;
}
.pointList li .name {
    width: 9.5em;
}
.pointList li .wrap {
    display: flex;
    align-items: center
}
.pointList .grafWrap {
    width: 200px;
    /* position: relative; */
    margin-right: 7px;
}
.pointList .grafWrap .graf {
    width: 100%;
    position: relative;
    height: 10px;
    background: #dddddd;
}
.pointList .grafWrap .graf .grafInner {
    display: block;
    height: 100%;
    overflow: hidden;
    /* position: absolute; */
    left: 0;
    top: 0;
}
.pointList .grafWrap .graf .grafInner .bar {
    width: 200px;
    height: 100%;
    display: block;
    /* position: absolute; */
    left: 0;
    top: 0;
    background: rgb(0,163,78);
    background: url(/images/common/line.png) ,linear-gradient(to right, rgba(0,163,78,1) 0%,rgba(114,198,57,1) 100%);
    z-index: 0;
}
.grafInner[data-point="0"] { width: 0}
.graf[data-point="40"] .grafInner[data-point="1"] { width: calc(100% / 40 * 1)}
.graf[data-point="40"] .grafInner[data-point="2"] { width: calc(100% / 40 * 2)}
.graf[data-point="40"] .grafInner[data-point="3"] { width: calc(100% / 40 * 3)}
.graf[data-point="40"] .grafInner[data-point="4"] { width: calc(100% / 40 * 4)}
.graf[data-point="40"] .grafInner[data-point="5"] { width: calc(100% / 40 * 5)}
.graf[data-point="40"] .grafInner[data-point="6"] { width: calc(100% / 40 * 6)}
.graf[data-point="40"] .grafInner[data-point="7"] { width: calc(100% / 40 * 7)}
.graf[data-point="40"] .grafInner[data-point="8"] { width: calc(100% / 40 * 8)}
.graf[data-point="40"] .grafInner[data-point="9"] { width: calc(100% / 40 * 9)}
.graf[data-point="40"] .grafInner[data-point="10"] { width: calc(100% / 40 * 10)}
.graf[data-point="40"] .grafInner[data-point="11"] { width: calc(100% / 40 * 11)}
.graf[data-point="40"] .grafInner[data-point="12"] { width: calc(100% / 40 * 12)}
.graf[data-point="40"] .grafInner[data-point="13"] { width: calc(100% / 40 * 13)}
.graf[data-point="40"] .grafInner[data-point="14"] { width: calc(100% / 40 * 14)}
.graf[data-point="40"] .grafInner[data-point="15"] { width: calc(100% / 40 * 15)}
.graf[data-point="40"] .grafInner[data-point="16"] { width: calc(100% / 40 * 16)}
.graf[data-point="40"] .grafInner[data-point="17"] { width: calc(100% / 40 * 17)}
.graf[data-point="40"] .grafInner[data-point="18"] { width: calc(100% / 40 * 18)}
.graf[data-point="40"] .grafInner[data-point="19"] { width: calc(100% / 40 * 19)}
.graf[data-point="40"] .grafInner[data-point="20"] { width: calc(100% / 40 * 20)}
.graf[data-point="40"] .grafInner[data-point="21"] { width: calc(100% / 40 * 21)}
.graf[data-point="40"] .grafInner[data-point="22"] { width: calc(100% / 40 * 22)}
.graf[data-point="40"] .grafInner[data-point="23"] { width: calc(100% / 40 * 23)}
.graf[data-point="40"] .grafInner[data-point="24"] { width: calc(100% / 40 * 24)}
.graf[data-point="40"] .grafInner[data-point="25"] { width: calc(100% / 40 * 25)}
.graf[data-point="40"] .grafInner[data-point="26"] { width: calc(100% / 40 * 26)}
.graf[data-point="40"] .grafInner[data-point="27"] { width: calc(100% / 40 * 27)}
.graf[data-point="40"] .grafInner[data-point="28"] { width: calc(100% / 40 * 28)}
.graf[data-point="40"] .grafInner[data-point="29"] { width: calc(100% / 40 * 29)}
.graf[data-point="40"] .grafInner[data-point="30"] { width: calc(100% / 40 * 30)}
.graf[data-point="40"] .grafInner[data-point="31"] { width: calc(100% / 40 * 31)}
.graf[data-point="40"] .grafInner[data-point="32"] { width: calc(100% / 40 * 32)}
.graf[data-point="40"] .grafInner[data-point="33"] { width: calc(100% / 40 * 33)}
.graf[data-point="40"] .grafInner[data-point="34"] { width: calc(100% / 40 * 34)}
.graf[data-point="40"] .grafInner[data-point="35"] { width: calc(100% / 40 * 35)}
.graf[data-point="40"] .grafInner[data-point="36"] { width: calc(100% / 40 * 36)}
.graf[data-point="40"] .grafInner[data-point="37"] { width: calc(100% / 40 * 37)}
.graf[data-point="40"] .grafInner[data-point="38"] { width: calc(100% / 40 * 38)}
.graf[data-point="40"] .grafInner[data-point="39"] { width: calc(100% / 40 * 39)}
.graf[data-point="40"] .grafInner[data-point="40"] { width: calc(100% / 40 * 40)}
.graf[data-point="20"] .grafInner[data-point="1"] { width: calc(100% / 20 * 1)}
.graf[data-point="20"] .grafInner[data-point="2"] { width: calc(100% / 20 * 2)}
.graf[data-point="20"] .grafInner[data-point="3"] { width: calc(100% / 20 * 3)}
.graf[data-point="20"] .grafInner[data-point="4"] { width: calc(100% / 20 * 4)}
.graf[data-point="20"] .grafInner[data-point="5"] { width: calc(100% / 20 * 5)}
.graf[data-point="20"] .grafInner[data-point="6"] { width: calc(100% / 20 * 6)}
.graf[data-point="20"] .grafInner[data-point="7"] { width: calc(100% / 20 * 7)}
.graf[data-point="20"] .grafInner[data-point="8"] { width: calc(100% / 20 * 8)}
.graf[data-point="20"] .grafInner[data-point="9"] { width: calc(100% / 20 * 9)}
.graf[data-point="20"] .grafInner[data-point="10"] { width: calc(100% / 20 * 10)}
.graf[data-point="20"] .grafInner[data-point="11"] { width: calc(100% / 20 * 11)}
.graf[data-point="20"] .grafInner[data-point="12"] { width: calc(100% / 20 * 12)}
.graf[data-point="20"] .grafInner[data-point="13"] { width: calc(100% / 20 * 13)}
.graf[data-point="20"] .grafInner[data-point="14"] { width: calc(100% / 20 * 14)}
.graf[data-point="20"] .grafInner[data-point="15"] { width: calc(100% / 20 * 15)}
.graf[data-point="20"] .grafInner[data-point="16"] { width: calc(100% / 20 * 16)}
.graf[data-point="20"] .grafInner[data-point="17"] { width: calc(100% / 20 * 17)}
.graf[data-point="20"] .grafInner[data-point="18"] { width: calc(100% / 20 * 18)}
.graf[data-point="20"] .grafInner[data-point="19"] { width: calc(100% / 20 * 19)}
.graf[data-point="20"] .grafInner[data-point="20"] { width: calc(100% / 20 * 20)}
.graf[data-point="10"] .grafInner[data-point="1"] { width: calc(100% / 10 * 1)}
.graf[data-point="10"] .grafInner[data-point="2"] { width: calc(100% / 10 * 2)}
.graf[data-point="10"] .grafInner[data-point="3"] { width: calc(100% / 10 * 3)}
.graf[data-point="10"] .grafInner[data-point="4"] { width: calc(100% / 10 * 4)}
.graf[data-point="10"] .grafInner[data-point="5"] { width: calc(100% / 10 * 5)}
.graf[data-point="10"] .grafInner[data-point="6"] { width: calc(100% / 10 * 6)}
.graf[data-point="10"] .grafInner[data-point="7"] { width: calc(100% / 10 * 7)}
.graf[data-point="10"] .grafInner[data-point="8"] { width: calc(100% / 10 * 8)}
.graf[data-point="10"] .grafInner[data-point="9"] { width: calc(100% / 10 * 9)}
.graf[data-point="10"] .grafInner[data-point="10"] { width: calc(100% /10 * 10)}

.f-block h2.table-tit{
  background-color: #ecf2f9;
  color: #4083c0;
  border: 1px solid #4083c0;
  padding: .8rem 1rem;
  font-size: 1.3rem;
  overflow: hidden;
}
.f-block h2.table-tit a.link{
  display: inline-block;
  float: right;
  font-weight: normal;
  color: #084482;
  font-size: 1rem;
  background-color: #fff;
  padding: .2rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2px rgba(0,0,0,0.2);
  transition: all .3s;
}
.f-block h2.table-tit a.link:hover{
  background-color: #4083c0;
  color: #fff;
  box-shadow: none;
  transform: translateY(2px);
}

.f-block h2.table-tit .note{ font-size:65% !important; font-weight:normal; color:#555; display:inline-block; margin-left:1em; position: relative; top: -.2em; background: none; padding: 0; vertical-align: middle;}

.floating {
  position: fixed;
  top: 0;
  display: none;
  z-index: 50;
}

table.table1 {
    width: 100%;
    font-size: 90%;
    table-layout: fixed;
}
table.table1 .t1{ width: 8%; }
table.table1 .t2{ width: 30%; }
table.table1 .t3{ width: 62%; }
table.table1 .t4{ width: 26%; }
table.table1 .t5{  }
table.table1 .t6{ width: 8%; }
table.table1 .t7{ width: 8%; }
table.table1 th.t8{ width: 15%; background-color: #f2f2f2; font-weight: normal; }
table.table1 td.t8{ width: 15%; }
table.table1 .t9{ width: 35%; }

table.table1 th,
table.table1 td {
    padding: .8em 1em;
    border: 1px solid #cccccc;
    vertical-align: middle;
    text-align: left;
}
table.table1 thead th{
  background: #efefef;
  padding: .3em 1em;
  text-align: center;
}
table.table1 th.tit{ font-size: 120%; color: #084482; padding: .6em 1em; overflow: hidden; }
table.table1 th.tit p.point{ float: right; color: #000; font-weight: normal; font-size: 85%; position: relative; padding-right: 3.5em; }
table.table1 th.tit p.point span{ width: 2.5em; text-align: center; display: inline-block; vertical-align: middle; background-color: #f6f1c9; border-radius: 3px; position: absolute; top: 50%; right: -.3em; margin-top: -.9em; padding: .15em 0 .2em; font-size: 130%; font-weight: bold; color: #4083c0; }
table.table1 td.num{
  text-align: center;
}
table.table1 td.num.nintei {
    background: url(/kakunin/images/nintei.png) no-repeat 6px center;
    background-size: 22px 22px;
    padding-left: 32px;
}

table.table1 td.mark,table.table1 td.point{ text-align: center; font-size: 120%; padding: .5em 1em; }
table.table1 td h3{ font-size: 100%; color: #4083c0; }
table.table1 tr.off th,table.table1 tr.off td,
table.table1 tbody.off th,table.table1 tbody.off td{ background-color: #aaa !important; opacity: .6; }

table.table1 td.intable{ padding: 0; }
td.intable > table{ margin: -1px; width: calc(100% + 2px);  }
td.intable > table th{ width: 30%; background-color: #f2f2f2; font-weight: normal; }
td.intable > table th.intb{ width: 4em; text-align: center; color: #084482; font-weight: bold; }
td.intable > table tr.box2 td,td.intable > table tr.box2 th{ width: 50%; }
td.intable > table tr.box3 td{ width: 33%; }
td.intable > table .t10{ width: 10% !important; }
td.intable > table .t20{ width: 20% !important; }
td.intable > table .t30{ width: 30% !important; }
td.intable > table .t40{ width: 40% !important; }
td.intable > table .t50{ width: 50% !important; }

table.table1.t1 td.num.kokai{ padding: .5em .2em .6em; }
table.table1.t1 td.num.kokai p{ font-size: 75%; margin-top: 1px;}
table.table1.t1 td.num.kokai p span{ display: inline-block; padding: 0 .5em .1em; color: #555; text-align: center; width: 4em; background-color: #f2f2f2; }
table.table1.t1 td.num.kokai p span:first-child{ border-radius: 20px 0 0 20px; margin-right: 1px; }
table.table1.t1 td.num.kokai p span:nth-child(2){ border-radius: 0 20px 20px 0; }
table.table1.t1 td.num.kokai p.on span:first-child,table.table1.t1 td.num.kokai.on p span{ background-color: #00a24c; color: #fff; }
table.table1.t1 td.num.kokai p.off span:nth-child(2),table.table1.t1 td.num.kokai.off p span{ background-color: #888; color: #fff; }
table.table1.t1 td.num.kokai.on p span,table.table1.t1 td.num.kokai.off p span{ border-radius: 3px !important;  }

table.table1.t2 td.kokai{ font-size: 85%; text-align: center; }
table.table1.t2 td.kokai span{ display: block; background-color: #f2f2f2; color: #555; margin: 1px 0;  padding: .2em 0; } 
table.table1.t2 td.kokai.on span:first-child{ background-color: #00a24c; color: #fff;}
table.table1.t2 td.kokai.off span:nth-child(2),
table.table1.t2 td.kokai.off span:only-child{ background-color: #888; color: #fff;}
table.table1.t2.t3 td.kokai.off span:nth-child(2),
table.table1.t2.t3 td.kokai.off span:only-child{ background-color: #fff; color: #000; border: 1px solid #000;}
table.table1.t2.t3 td.kokai span{ color: #888; }

table.table1.t1 .t1 { width: 11%;}
table.table1.t1 .t2 { width: 27%;}
table.table1.t2 .t2 { width: 8%;}
table.table1.t2 .t3 { width: 26%;}
table.table1.t2 .t4 { width: 58%;}
table.table1 td.intable{ height: 100%; }
table.table1 td.intable.type2{ height: auto; }
td.intable > table {
  height: calc(100% + 2px);
  min-height: 80px;
}

td.pharea{ width: 33%; vertical-align: top; }
td.pharea > p:first-child{ background: #4083c0; color: #fff; padding: 0.2em 1em; margin-bottom: 0.5em; }

.daylist{ width: 940px; margin: 40px auto 0; }
.daylist-tab{ display:flex; gap:5px; border-bottom:3px solid #4083c0; margin-bottom:10px; }
.daylist-tab li{ background-color:#4083c0; color:#fff; padding:.3em 1em; border-radius:4px 4px 0 0; box-shadow:2px 0 0 #225e94; cursor:pointer; } 
.daylist-tab li.active{ background-color:#fff; box-shadow:2px 0 0 #ccc; color:#084482; }
.daylist-cont li:not(:first-child){ display:none; }
.daylist-cont h3{ font-size:100%; margin-bottom:.3em; color:#084482; display:none; }

dl.day{ font-size: 80%; margin: 0 auto; overflow: hidden; }
dl.day dt{ float: left; text-align: left; margin-bottom: 10px; padding: 8px 0; width: 8.5em; background-color: #efefef; text-align: center; border: 1px solid #ccc; border-width: 1px 0 1px 1px; }
dl.day dd{ text-align: left;  margin-right: 10px; padding: 8px; background-color: #fff; float: left; border: 1px solid #ccc; width: 9.15em; }
dl.day dd:last-child{ margin-right: 0; }

.btnArea{
  display: flex;
  align-items: center;
  align-content: center;
  margin: 20px auto;
  justify-content: center;
}
.btnArea button,.btnArea a {
  padding: 0 2em;
  background: #00a34e;
  border-radius: 3px;
  height: 70px;
  width: 350px;
  box-shadow: 0 3px #006e22;
  margin: 0 10px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  transition: all .3s;
  display: inline-block;
  line-height: 70px;
  text-align: center;
}
.btnArea a.type2 {
	background: #4083c0;
	  box-shadow: 0 3px #225e94;
}
button#next:before,.btnArea a.next:before {
  content: "";
  position: absolute;
  right: 20px; top: 50%; 
  box-sizing: border-box; 
  width: 15px; 
  height: 15px; 
  border-top: solid 2px #fff; 
  border-right: solid 2px #fff;  
  margin-top: -7px; 
  transform: rotate(45deg);
}

button#next:hover,.btnArea a:hover{
  box-shadow: none;
  background: #006e22;
  transform: translateY(3px);
}
button#next.end {
  background: #00a24c;
  box-shadow: 0 3px #006e22;
}
button#next.end:hover{
  box-shadow: none;
  background: #006e22;
  transform: translateY(3px);
}

a#prev,a.edit,a.back {
  background: #555;
  box-shadow: 0 3px #333;
  width: 200px;
  text-align: center;
}
a.edit { width: 350px; margin: 10px 0 15px; font-size: 1.15rem; }
a.back { width: 350px; }
a#prev:before,a.edit:before,a.back:before {
  content: "";
  position: absolute;
  left: 20px; top: 50%; 
  box-sizing: border-box; 
  width: 15px; 
  height: 15px; 
  border-top: solid 2px #fff; 
  border-right: solid 2px #fff;  
  margin-top: -7px; 
  transform: rotate(225deg);
}
a#prev:hover,a.edit:hover,a.back:hover{
  box-shadow: none;
  background: #333;
  transform: translateY(3px);
}
button#save, a#save {
  background: #4083c0;
  box-shadow: 0 3px #225e94;
  width: 200px;
}
button#save img{ display: inline-block; margin-right: 5px; }
button#save:before,a#save:before {
  content: "";
  width: 22px;
  height: 21px;
  display: inline-block;
  background: url(/hyoka/images/icon_hozon.png);
  margin-right: 8px;
  vertical-align: middle;
}
button#save:hover,a#save:hover,.btnArea a.type2:hover{
  box-shadow: none;
  background: #225e94;
  transform: translateY(3px);
}
a#copy-btn{ background: #4083c0;
  box-shadow: 0 3px #225e94; }
a#copy-btn:before {
  content: "";
  width: 21px;
  height: 24px;
  display: inline-block;
  background: url(/hyoka/images/icon_copy.png);
  margin-right: 8px;
  vertical-align: middle;
}
a#copy-btn:hover{
  box-shadow: none;
  background: #225e94;
  transform: translateY(3px);
}
a#shinki {
  background: #f47e00;
  box-shadow: 0 3px #ae5a00;
	width: 100%;
}
a#shinki:before{
  content: "";
  width: 31px;
  height: 36px;
  display: inline-block;
  background: url(/hyoka/images/icon_shinki.png);
  margin-right: 10px;
	margin-top: -5px;
  vertical-align: middle;
}
a#shinki:hover{
  box-shadow: none;
  background: #bf4300;
  transform: translateY(3px);
}

a.btn{
  padding: 0 1em;
  background: #084482;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  width: 250px;
  box-shadow: 0 3px #052b52;
  margin: 0 10px;
  color: #fff;
  font-size: .85rem;
  position: relative;
  transition: all .3s;
  display: inline-block;
  margin: 0;
  text-align: center;
}
a.btn:hover{
  box-shadow: none;
  background: #052b52;
  transform: translateY(3px);
}
a.btn.type2{ 
  height: 32px;
  line-height: 32px;
  width: auto;
  padding: 0 15px;
  box-shadow: 0 3px #225e94;
  background: #4083c0;
  font-size: 1rem;
  margin-top: 1px;
}
a.btn.type2:hover{
  box-shadow: none;
}
a.btn.del{ display: none; }

a.btn.col2{ box-shadow: 0 3px #007d3c; background: #00a34e; }
a.btn.col2:hover{ box-shadow: none; background: #007d3c; }
.btnArea.right-btn{ justify-content:right; }
.btnArea.right-btn a.btn{ margin-left:10px; }

.note-tit{ color:#4083c0; font-size:90%; } 


.box{
    background: #eee;
    height: 200px;
    margin-bottom: 100px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.modal_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    max-width: 1260px;
    max-height: 96%;
    height: auto;
    padding: 6vh;
}
.modal_content h3{
	margin-bottom: 5px;
	color: #084482;
}
.modal_content h3.type1{ background-color: #084482; color: #fff; padding: 5px 15px; }
.modal_content h4{ font-size: 120%; }
.modal_content .tag{ display: inline-block; background-color: #f2f2f2; padding: 5px 10px; }
.modal_content dl{ margin: 10px auto; }
.modal_content dt{ float: left; text-align: left; margin-bottom: 10px; }
.modal_content dd{ margin-left: 10em; text-align: left;  margin-bottom: 10px;  }

.borb { border-bottom: 1px solid #aaa; padding-bottom: 10px; margin-bottom: 10px; }
.modal_content > .modal_inner{
  width: auto;
  overflow:hidden;
  overflow-y: auto;
  max-height: 85vh;
}
.max .modal_content{ width: 100%; }
.modal_content img{
  max-width: 100%;
  height: auto;
}

.modal_content a.js-modal-close{
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    width: 29px;
    height: 29px;
}

.modal_content a.js-modal-close::before, .modal_content a.js-modal-close::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.modal_content a.js-modal-close::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

.modal button {
  padding: 0 2em;
  background: #555;
  height: 50px;
  width: 200px;
  box-shadow: 0 3px #333;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 50px;
}
.modal button:hover{
  box-shadow: none;
  background: #333;
  transform: translateY(3px);
}
.modal button.yes {
  background: #00a24c;
  box-shadow: 0 3px #006e22;
}
.modal button.yes:not(.off):hover{
  box-shadow: none;
  background: #006e22;
  transform: translateY(3px);
}
.modal button.yes.off {
  opacity: .5;
}
.modal button.yes.off:hover{
  cursor: default;
  pointer-events: none;
  transform: translateY(0);
}

.note{ font-size: 90%; }
.note.red{ color: #db2e4e; }
p.coming2{ color: #777; letter-spacing: 0.2em; font-size: 120%;  text-align: center; padding: 5em 0; }

.err_msg{ 
   color: #fff;
   background: #db2e4e;
   padding: 5px 15px;
   margin-top: 10px;
}

textarea {
	background-color: #fff;
	border-radius: 3px;
	outline: none;
	border: 2px solid #ddd;
	transition: all .3s;
	padding: 10px;
	width: 100%;
	min-height: 20em;
}
textarea:focus {
	background-color: #f8f5db;
	border-color: #00a24c;
}
.remand-conf{ padding: 10px; }

.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	text-align: left;
}
.cp_qa .cp_actab {
	padding: 30px 0;
	border-bottom: 1px solid #c3b8b1;
	position: relative;
}
.cp_qa label {
	font-size: 17px;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 2em 0 2.5em;
	cursor: pointer;
	transition: .6s ease;
	z-index: 5;
}
.cp_qa label:hover{
  opacity: 0.6;
}
.cp_qa label span{ position: absolute; left: 0; font-weight: 400; font-size: 24px; line-height: 1; color: #ffa200; }
.cp_qa .cp_actab-content {
	font-size: 14px;
	background-color: #f7f4e5;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 25px;
	padding: 0 25px;
	transition: .6s ease;
	opacity: 0;
	line-height: 2;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 20px 25px;
	margin-top: 15px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 3em;
	line-height: 100%;
	position: absolute;
	right: 0;
	margin: 3px 0 0 10px;
	color: #ffa200;
	transition: 0.4s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

a.down{ display: inline-block; padding: .2em 1em .2em 33px; background: url(../images/icon_down.png) no-repeat 10px center #ecf2f9; border-radius: 3px; border: 1px solid #ecf2f9; box-shadow:0 2px 0 #ccd7e4; transition: all .3s;  }
a.down:hover{ box-shadow:none; transform: translateY(2px); border-color: #4083c0; color: #084482; }


/* -----------------------------------------------

汎用クラス

----------------------------------------------- */

.clearfix { zoom: 1;}

.clearfix:after {content: "";display: block;clear: both;}

.fBold {font-weight: bold;}
.fNormal {font-weight: normal !important;}
.fXSmall {font-size: 75%}
.fSmall {font-size: 90% !important;}
.fLarge {font-size: 120%;}
.dilb {display: inline-block;}

.fll {float: left;}
.flr {float: right;}
.clb {clear: both;}
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.mp0 {margin: 0px;padding: 0px;}

.ml0 {margin-left: 0 !important;}
.ml1 {margin-left: 1px !important;}
.ml3 {margin-left: 3px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}

.mt0 {margin-top: 0 !important;}
.mt1 {margin-top: 1px !important;}
.mt3 {margin-top: 3px !important;}
.mt5 {margin-top: 5px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt120 {padding-top: 120px;}
.pt200 {padding-top: 200px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb100 {padding-bottom: 100px;}
.pb200 {padding-bottom: 200px;}
.pb250 {padding-bottom: 250px;}

@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}