@charset "utf-8";
body {
	font: normal 16px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }

body .pc-item {
	display: block !important; 
	max-width: 750px;
	text-align: center;
}

.sp02 {
	max-width: 480px;
}

@media screen and (max-width: 640px) 
  {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
	.sp03 img{
			max-width:70%;
	}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	color: #ffff00;
}
.gray {
	color:#666666;
}

strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}

.fsize_110 {
	font-size: 1.1rem;
}

.fsize_120 {
	font-size: 1.2rem;
}

.fsize_150 {
	font-size: 1.5rem;
}

.marker-under {
	background:linear-gradient(transparent 40%, #ff0 60%);
}

p {
	line-height: 170%;
	margin:20px 0;
}
.mtop20 {
	margin-top: 20px !important;
}

.mtop40{
	margin-top: 40px !important;
}

.mg-b-0 {
	margin-bottom: unset !important;
}

.mg-t-0 {
	margin-top: unset !important;
}

/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
	background-color: #ffffff;
	padding: 0.6rem 0;
	position: relative;
}

.header .header_note {
  font-size: 0.5rem;
  position: absolute;
  right: 10px;
  top: -18px;
}

.header .header-container {
  text-align: center;
}

.header .header-container .header-logo {
  cursor: pointer;
  margin: 0 auto;
	width: 16rem;
}
.header .header-container .header-logo > a > img{
	max-width: 80%;
}

/* img {
    max-width: 50%;
    height: auto;
    vertical-align: bottom;
} */

h1 {
	text-align: center;
	margin: 15px auto 0;
}

@media screen and (max-width: 640px) {
	h1 figure img{
	width:100%;
	}
}

@media (width > 740px) {
	.header .header_note {
		right: calc((100% - 750px)/2);
		top: -15px;
	}
}


/*---------------------------------------------------
   sec
---------------------------------------------------- */

.contWrap {
	width: 750px;
	margin: 0 auto 50px;
	text-align: center;
}

.pr-text{
  color: rgb(136 136 136);
	font-size: 1rem;
	text-align: right;
	margin: 0 auto;
	max-width: 524px;
  font-weight: 700;
}

figure{
	margin: 0 auto;
}

figure img{
	width:70%;
  max-width: 610px;
	text-align: center;
	vertical-align: bottom;
}

figure.top-img img{
	width:100%;
	margin: 5px 0 10px;
}

h2{
	border-left:0.5rem #25b3db solid;
	color: #000;
	padding:0 0.7rem;
	width:45%;
	margin:20px auto 0;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.5rem;
	text-align: left;
}

h2.pc-item{
	text-align: left;
}

h2 .minih2 {
	font-size: 1.3rem;
}
h2 .h2-3 {
	margin:20px 1px 0;
	display:block;
}

.arrow-list {
	max-width: 210px;
	padding: 10px 0;
	list-style:none;
	width: 90%;
	text-align: left;
}

.arrow-list .inner-item {
	max-width: 950px;
	width: 97%;
	margin: 0 auto;
}
.arrow-list .pc-item01 {
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	width:50%;
	padding: 10px 20px;
}
.arrow-list .ul-dot:before {
    content:  "";     /* 空の要素作成 */
    width:  5px;               /* 幅指定 */
    height:  5px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #0B61A7;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	position:  relative;        /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

/* リスト矢印 */
.arrow-list li{
  position: relative;
  padding-left: 15px;
}

.arrow-list li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.arrow-list li:after {
  content: "";
  position: absolute;
  top: .65em;
  left: 1px;
  width: 8px;
  height: 2px;
  background-color: #000;
}
/* リスト矢印ここまで */

/*
  アコーディオンそのものの横幅と余白を指定。
  開閉動作に影響なし。
*/
.accordion__box {
  background-color: #d8eff6;
  border-radius: 3px;
  max-width: 540px;
  margin: 20px auto 0;
}
.accordion__list {
  list-style: none;
  width: 96%;
  max-width: 525px;
  margin: 0 auto;
  padding-left: unset;
  padding-top: 10px;
  padding-bottom: 10px
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 5px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
  padding: 10px;
  color: #fff;
  background: #019ac6;
  cursor: pointer;
}

.accordion__head::before {
  content: url(../images/question.png);
  position: absolute;
  top: 9px;
  left: 2px;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::after {
  content: url(../images/arrow-down.png);
  position: absolute;
  top: 9px;
  right: 2px;
}

/*
  アコーディオンが開いた際に、
  開閉ボタンの右側に「+」を「-」に変更する。
*/
.accordion__item.active .accordion__head::after {
  content: url(../images/batu.png);
  top: 9px;
  right: 2px;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  height: 0;
  padding: 0 10px;
  background: #fff;
  transition: all .25s ease;
}

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
.accordion__item.active .accordion__body {
  height: auto;
  padding: 10px;
}

.note-max-width {
	max-width: 550px;
}

.footer {
  border-top: 0.6rem solid #20858f;
  background-color: #ffffff;
  /* margin-top: 10rem; */
}
.footer .footer-container {
	max-width: 640px;
  width: 80%;
  margin: 3rem auto 1.5rem;
}
.footer .footer-container .footer-logo {
  margin: 0 auto;
	text-align: center;
	max-width: 370px;
}
.footer .footer-container .footer-logo img{
	max-width: 70%;
}
.footer .footer-container .heading-container {
  margin-top: 2.6rem;
}
.footer .footer-container .heading-container a {
  color: #9ea4af;
}
.footer .footer-container .heading-container .heading {
  display: inline-block;
	font-size: 0.8rem;
  position: relative;
  font-weight: 300;
}
.footer .footer-container .heading-container .heading::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #9ea4af;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
.footer .footer-container .mng-info {
  font-size: 0.8rem;
  margin-top: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.07rem;
  line-height: 1rem;
  color: #9ea4af;
	
	padding: unset;
	border: unset;
	width: unset;
	text-align: unset;
}
.footer .footer-container .site-info {
  margin-top: 0.8rem;
  color: #8e96a5;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: baseline;

	padding: unset;
	border: unset;
	width: unset;
	text-align: unset;
}
.footer .footer-container .site-info .site-info-heading {
  font-size: 0.8rem;
  font-family: "Poppins";
  font-weight: bold;
}
.footer .footer-container .site-info .site-info {
  font-size: 0.8rem;
  position: relative;
}
.footer .footer-container .site-info .site-info a {
  color: #8e96a5;
	text-decoration: none;
}
.footer .footer-container .site-info .site-info::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #8e96a5;
  bottom: 0;
}
.footer .copy-right {
  text-align: center;
  padding: 1.0rem 0;
  letter-spacing: 0.12em;
	font-size: 0.5rem;
}
.footer .copy-right span {
  color: #9ea4af;
}

@media screen and (max-width: 640px) {
	.contWrap {
		width: 95%;
		text-align: left;
	}
	.pr-text{
		font-size: 0.9rem;
		text-align: right;
		margin:3px auto 0;
	}	
	figure {
		padding:0;
		margin:0 auto;
	}
	
	figure img{
		width:100%;
		text-align: center;
	}
	
	h2{
	width:95%;
	font-size: 1.3rem;
	line-height: 2rem;
	}
	
	h2 .fsize_90 {
	font-size: 0.9em;
	}	
	
	h2 .fsize_98 {
	font-size: 0.98em;
	}
}

@media screen and (min-width: 640px) {
	.arrow-list {
		margin: 0 auto;
	}
}

a:hover{
	color: #5D74E0;
	text-decoration: none;
}
