﻿.container {
	word-wrap: break-word;
	font-family:arial, sans-serif;
	container-type: inline-size;
    /* 基本スタイル（PC想定）*/
	max-width: 1400px;
	margin: 0 auto;
	padding: 5px;
}

/* タブレット対応（768px以上1200px未満） */
@media (max-width: 1199px) and (min-width: 768px) {
	.container {
		width: 97%; /* 固定幅から割合に変更 */
	}
}

/* スマホ対応（～767px） */
@media (max-width: 767px) {
	.container {
	width: 97%;
	}
}

strong {
	font-size:3em;
}

h1 {
	color: #364e96;/*文字色*/
	font-size:1.5em;
	padding: 0.5em 0;/*上下の余白*/
	border-top: dashed 3px #364e96;/*下線*/
}
h1.TOP {
	border-bottom: dashed 3px #364e96;/*下線*/
}
h1.Que {
	font-size:1.3em;
	padding: 0.5em 0 0 0;/*上下左右の余白*/
}
#quesub {
	color: #364e96;/*文字色*/
	font-weight:bold;
}

#header {
	margin:0 0 0 0;
	padding:3px ;
	height:50px;
	line-height:140%;
	font-weight:bold;
	font-size:1.1em;
	color:DarkSeaGreen;
}

h2 {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: dashed 3px #364e96;/*下線*/
}
h2.Que {
	font-size:1.3em;
	padding: 0.5em 0 0 0;/*上下左右の余白*/
}

h3 {
	margin:0 0 10px 0;
	padding:2px ;
	line-height:140%;
	font-weight:bold;
	font-size:1em;
	width:100%
}

a:link, a:visited {
color:#5C6FA3;
text-decoration:none;
}
a:hover, a:active {
color:#990000;
text-decoration:underline;
}


#content blockquote {
border:1px solid #666666;
color:#6C5B7E;
margin:10px 20px;
padding:10px;
}

img {
max-width : 100% ;
}
#anal{
max-width : 300px ;
height : 20px ;
object-fit: cover;
}


#footer {
	margin:0 0 10px 0;
	padding:2px ;
	height:80px;
	line-height:140%;
	font-weight:bold;
	font-size:1em;
	color:DarkSeaGreen;
}


.cds-navi {
  margin: 0 0 2em;
  padding: 0;
  width:20em;
}
.cds-navi ul {
  margin: 5px 0 0;
  padding: 0;
}
.cds-navi li {
  border: dashed 2px #668ad8;/*破線 太さ 色*/
  padding: 0.5em 0.5em 0.5em 2em;
}
li a{
    display: block;
    height: 100%;
    width: 100%
}
.cds-navi ul li {
  border-left: solid 6px #2d8fdd;/*左側の線*/
  margin-bottom: 3px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}

#sctable{
border-collapse: collapse;
text-align: center;
}


.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 175px;
  margin-top: 5px;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn--yellow.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #FFFF99;
}
a.btn--green.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #CCFF99;
}
a.btn--nxt.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #FFCC99;
}
a.btn--inrdm.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #CCFFFF;
}
a.btn--top.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #FF99CC;
}
a.btn--ans.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #CCCCCC;
}
a.btn--score.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #FFC0CB;
}
a.btn--subrdm.btn--border-dashed {
  border: 2px dashed #000;
  background-color: #ffd700;
}


a.btn2 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 370px;
  margin-top: 5px;
  padding: 1rem 0rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-swcmn {
  border: 2px solid #000;
  background-color: #b2ffff;
}
a.btn-sw {
  border: 2px solid #000;
  background-color: #e6e6fa;
}
a.btn-mhsw {
  border: 2px solid #000;
  background-color: #E5EC87;
}
a.btn-cw {
  border: 2px solid #000;
  background-color: peachpuff;
}
a.btn-cp {
  border: 2px solid #000;
  background-color: #FFB6C1;
}
