@charset 'UTF-8';

/* --------------------------------------------------
    reset.css
-------------------------------------------------- */

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, var,
b, i,
dl, 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%;  background: transparent;}
//body { line-height:1;}
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;}
ins { background-color:#ff9; color:#000; text-decoration:none;}
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;}
input, select { vertical-align:middle;}
input, button, textarea, select { border-radius: 0;}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main
{ display: block;}


/* */

#plusone_sim .wrapper {
	background: #3d4d5c url(bgWraper.png) center 0 repeat;
}
#plusone_sim .contents {
	background: none;
}


.headContents {
	padding: 0  0 30px 0;
	text-align: center;
}
.headContents h1 img {
	max-width: 100%;
}


.fullcnt_bgwhite {
	background: #fff; padding: 10px 0;
}
.fullcnt_bgwhite h2 {
	max-width: 1054px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 3rem;
}
@media screen and (max-width: 768px) {
.fullcnt_bgwhite h2 {
	font-size: 1.8rem;
	padding: 0 10px;
}
}/* クエリ*/


.fullcnt_bgwhite p {
	max-width: 1054px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
.fullcnt_bgwhite p {
	padding: 0 30px;
	text-align: left;
}
}/* クエリ*/



/*/////////ここからform部分///////////*/
.simfrm.form {
	margin: 0;
	padding: 3em;
	min-width: 920px;
}
@media screen and (max-width: 768px) {
.simfrm.form {
	padding: 1em 0.5em;
	min-width: auto;
}
}/* クエリ*/

.cont {
	display: flex;
	flex-wrap: wrap;
	
	padding: 13px;
	background: #eee;
}
.panel {
	flex-basis: 50%;
	padding: .5em;
	background: #fff;
}
.panel:first-child {
	padding-right:0;
}
.panel:nth-child(2) {
	padding-left:0;
}

@media screen and (max-width: 768px) {
.panel {
	flex-basis: 100%;
}
}/* クエリ*/

.suisen {
//	background: #00a4ea;
//	 background-image: linear-gradient(0deg, rgba(210, 54, 141, 1) 2%, rgba(255, 255, 255, 0) 2%), linear-gradient(90deg, rgba(202, 61, 130, 1) 2%, rgba(95, 160, 167, 1) 2%, rgba(52, 184, 198, 1) 98%, rgba(40, 112, 125, 1) 98%), linear-gradient(269deg, rgba(76, 150, 156, 1) 95%, rgba(52, 184, 198, 1) 98%);
}

.simfrm select {
	padding: 0.3em 0.5em;
	margin-left: 0.5em;
	border: 1px solid #222;
}
.simfrm select:disabled {
	background: #ccc;
}
.simfrm optgroup {
	font-style: normal;
	color: #222;
}
.dep {
	width: 18em;
}

.slcdiv {
	font-size: 1rem;
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

.secbox {
	margin: 1em 0;
	padding: 1em 0;
	background: #e6ebee;
	border-radius: 4px;
	text-align: center;
}
.secbox p {
	text-align: left;
	margin: 1em;
	padding-left:1em;
	text-indent:-1em;
}


.imgpad {
	text-align: center;
	width: 100%;
	height: auto;
//	margin: 3em auto 0!important;
	padding: 0;
}
.imgpad img {
	width: 100%;
	height: auto;
//	max-width: 350px;
}

.imgpad_s {
	text-align: center;
	height: auto;
	margin: 1em auto;
	padding: 0;
}
.imgpad_s img {
	width: auto;
	height: auto;
}
.notepad {
	margin: 1em 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
.notepad {
	text-align: left;
	margin: 1em;
	padding-left:1em;
	text-indent:-1em;
}
}/* クエリ*/

.panel .bdr {
	margin: 1em;
	padding: 0.5em 1em;
	border: 2px solid #34b8c6;
	border-radius: 8px;
}
.panel {
	//margin: 1em;
	//padding: 0.5em 1em;
	//border: 2px solid #00a4ea;
	//border-radius: 8px;
}
.panel dl {
//	display: flex;
//	flex-wrap: wrap;
//	align-items: center;
	
	margin: 0;
//	padding: 1em 0.5em;
}
.panel dt {
	font-size: 1rem;
	color: #34b8c6;
	font-weight: bold;
	padding: 0.2em 0;
}
.panel dd {
	padding: 0.5em 0;
}
.panel p {
	margin: 0.5em 0;
}


#resultbox {
	margin: 2em 1em;
	padding: 1em;
	background: #eff5fc;
	border-radius: 8px;
}

.selctitem {
	margin: 0;
	padding: 0;
	border: none;
	table-layout: auto;
	margin-bottom: 2em;;
}
.selctitem th {
	font-weight: bold;
	font-size: 1rem;
	border: none;
	background: none;
	padding: 0 0.5em;
	white-space: nowrap;
	width: 1%;
}
.selctitem td {
	padding: 0 0.5em;
	border: none;
}
.selctitem td p {
	padding: 0 0.5em;
	border: 1px solid #222;
	background: #fff;
}

.resultitem {
	margin: 3em 0 1em;
	padding: 1em;
	border: none;
	border-radius: 8px;
	background: #fff;
}
.resultitem dt {
	padding: 0 0em;
	font-weight: bold;
	font-size: 1rem;
	color: #444;
}
.resultitem dd {
	margin-bottom: 1em;
	padding: 0 0.5em;
	border-bottom: 1px solid #dcdcdc;
}


ul.tabList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-items: stretch;
	
	list-style-type: none;
	margin0;
	padding: 0;
}
ul.tabList li {
	
	flex-basis: 50%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	border-radius: 0;
}
ul.tabList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	
	position: relative;
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-radius: 12px 12px 0 0;
	text-decoration: none;
//	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	height: 100%;
}
ul.tabList li span {
	padding-left: 0.5em;
	font-size: 0.6em;
}
@media screen and (max-width: 768px) {
ul.tabList li a {
	font-size: 1.2rem;
}
ul.tabList li span {
	display: block;
	text-align: left;
	width: 100%;
}
}/* クエリ*/


.sp_only {
	display: none;
}
.pc_only {
	display: inline-block;
}
@media screen and (max-width: 768px) {
.sp_only {
	display: inline-block;
}
.pc_only {
	display: none;
}
}/* クエリ*/






/* sim */

ul.tabList li b {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    height: 100%;
}
ul.tabList li {
  padding: 0.5em 0;
}

ul.tabList li b {
    padding: 0px 20px;
}
ul.tabList li a {
padding-bottom: 0px;
line-height: 1em;
}

select { 
	padding: 0.2em 0.5em; 
	//font-size: 118%;
}
/*
optgroup {
	background: #fff;
	font-style: normal;
	font-weight: normal;
	color: #222;
}
*/
optgroup {
	background: unset;
	color: unset;
	font-style: normal;
	font-weight: normal;
}


.simfrm li {
	margin: .2em 0 .2em 1em;
	line-height: 1.4em;
	font-weight: bold;
}


#uppnt { /*width: 10em;*/ }




@media screen and (max-width: 768px) {
.cont { display: block; }
.dep { width: 92%; }
.slcdiv { margin: 1em 0.3em; }

ul.tabList li span {
	text-align: center;
}

}



#indtab_1 a:hover {
	cursor: default;
}
#indtab_0 a:hover {
	cursor: default;
}
.selctitem td p {
	border: 1px solid #dcdcdc;
	font-weight: bold;
	padding: 0.5em 1em;
}
.resultitem dd {
	font-weight: bold;
	padding: 0.5em 1em;
}

#rsrssub2dd, #rsslsub2dd, #rsslsub3dd, #rrnotice, #rsnotice, #rssnotice  {display: none;}
#rsssub2dd, #rsssub3dd  {display: none;}

#rsnotice, #rrnotice, #rssnotice   {
margin-top: -1em;
border: none;
line-height: 1.4;
}


.heigan dt {
	padding: 0 0;
}
.heigan p {
	margin: 0 0 0.5em 0;
}
.secbox p {
	margin-left: 1em;
	margin-right: 1em;
}

.notepad {
	margin: 1em 1em 0em 1em ;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}



/* digi-pan */
#digi-pan {
    width: 70%;
    display: block;
    margin: 10px auto 0px auto;
    padding-bottom: 50px;
}
#digi-pan h3 {
    line-height: 1;
    background: #00a4ea;
    padding: 10px;
    font-size: 1.2rem;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}
#digi-pan p {
    text-align: center;
    margin: 30px 0 50px 0;
}
.for_sp {
    display: none;
}
.mrl-20 {
    margin: 10px 20px;
}


@media screen and (max-width: 768px) {
#digi-pan h3 {
    padding: 2.34vw 3.9vw;
    //font-size: 3.86vw;
    //letter-spacing: 0.56vw;
    line-height: 1.4;
}

ul.tabList li a, ul.tabList li b {
	font-size: 1.2rem;
}
#digi-pan {
  width: 95%;
}
.mrl-20 {
  margin: 10px 10px;
}
}

.exam2022-sec {
    padding: 30px 0 0;
    
    background: url(img/bg_exam2022_wrap.png);
    margin: 0 0 0px;
}


#rsnote { display: none; color: #c00; }



.for_pcinline { display: inline; }
@media screen and (max-width: 768px) {
	.for_pcinline { display: none; }
}


.pointsec p { line-height: 1.5; margin-bottom: .8em; }
.pointsec {
	display: block;
	width: 1054px;
	max-width: 100%;
	margin: 1em auto 2em auto;
}
.pointsec p, .pointsec li, .pointsec h3 {
	text-align: left;
}
.pointsec ul li { font-weight: normal; }
.pointsec div {padding: 1em 0em;}


.pointsec a.bn:hover {
  background: rgb(43,123,171);
  background: linear-gradient(180deg, rgba(43,123,171,1) 0%, rgba(66,151,201,1) 100%);
}
.pointsec a.bn {
  display: flex;
  width: auto;
  height: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-right: 20px;
  font-weight: normal;
  background: rgb(73,164,218);
  background: linear-gradient(180deg, rgba(73,164,218,1) 0%, rgba(43,123,171,1) 100%);
  padding: 1em;
  
  float: right;
}

@media screen and (max-width: 768px) {
.pointsec div {padding: 1em 0em;}
.pointsec  {
	padding: 1em 30px 1em 30px;
}
.pointsec p {
    padding: 0 0px;
    text-align: left;
  }

.pointsec a.bn {
  float: none;
  margin: -2em auto 2em auto;
  
}


}

.conttbl {
	padding-top: 50px;
}
.conttbl table { 
	width: 100%; 
	border: 1px solid #8D8F92; 
	table-layout: fixed;
}
.conttbl th { 
	background: rgba(0, 0, 0, 0.1); 
	text-align: center;
}
.conttbl td, .conttbl th { 
	padding: .5em 1em; 
	vertical-align: middle; 
	border-bottom: 1px solid #8D8F92; 
	border-right: 1px solid #8D8F92;}



.pointsec  {
  line-height: 1.6;
  font-size: 0.9rem;
}
.pointsec  h3, .conttbl h3 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: .6em;
}
.pointsec li { margin: .2em 0 .2em 1em; }

.contents section:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.contents section {
  display: block;
  width: 900px;
  margin: 0 auto 50px auto;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .contents section {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    z-index: 0;
  }
}



.simfrm {
	padding: 3em 0;
	font-size: 0.9rem;
}

.flx {
	display: flex;
	 justify-content:center;
	align-items: strech;
}

@media screen and (max-width: 768px) {
.flx {
	flex-flow: column;
}
}





/**/
#footer1 {margin-top: 0;}

