@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap&subset=japanese');
/* CSS Document */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

  /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */

  /* font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  /* font-family: 'Kosugi Maru', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  color: #595757;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.8px;
  word-break: break-all;
}

a {
  color: #595757;
  text-decoration: none;
}

a:hover, a:hover img {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
text-decoration: underline;
color: #0093ee;
}

a.btn:hover {
text-decoration: none;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  display: block;
}

ul, li {
  list-style: none;
}

/*--------------------------------
　全体
---------------------------------*/

#wrapper {
  background-color: #f7f7f7;
}

/*.inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
*/

#contents {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  width: 1012px;
  margin: 0 auto;
}

/*--------------------------------
　ヘッダー
---------------------------------*/

#header {
  background-color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 2px 0px;
}

#header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 10px 0 10px 0;
  width: 1012px;
  margin: 0 auto;
}
#header .logo img {
  height: 45px;
  width: auto;
}
#header #site-description {
margin: 0 auto;
font-size: 10px;
text-align: center;
padding-top: 10px;
/* background-color: #0093ee;
color: #fff;
line-height: 1.7em;
 */
 }
/*--------------------------------
　グローバルナビ
---------------------------------*/

#gnav {
  z-index: 100;
}

#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  height: 35px;
}

#gnav li {
  font-weight: normal;
  padding: 0 16px;
  line-height: 1.3em;
}

#gnav li:last-child {
  margin-right: 0;
}

#gnav li a {
  letter-spacing: -0.01em;
}

#gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 2px 0px;
  /* box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2); */
  transform: translate3d(0, 0, 0);
}

#gnav.fixed ul {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  height: 30px;
}

/*--------------------------------
　メインコンテンツ
---------------------------------*/
#column-main {
  width: 730px;
  /* border: 1px solid #ddd; */
}

/*--------------------------------
　サイドコンテンツ
---------------------------------*/
#column-side {
  width: 220px;
  /* border: 1px solid #ddd; */
}

/*--------------------------------
　サイドバー
---------------------------------*/
.column-side-item {
  margin-bottom: 20px;
  box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 2px 0px;
}

.column-side-item-ads {
  width: 100%;
  text-align: center;
  background-color: #efefef;
}

.column-side-item-ads a {
  display: block;
  vertical-align: middle;
}

.column-side-item-ads a img {
  width: 100%;
  height: auto;
  min-height: 100px;
  line-height: 100px;
 }

.column-side-item-sns {
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 10px;
}

.column-side-item-sns a {
  display: block;
  vertical-align: middle;
  padding: 10px 0;
}

.column-side-item-sns a img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 auto;
 }

#research_wrapper {
  color: #fff;
  background-color: rgba(0,155,226,0.7);
  padding: 20px;
}

#research_wrapper h3 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

#research_wrapper p {
  font-size: 12px;
  line-height: 1.5em;
}

#research_wrapper li {
  background-color: #fff;
  color: #595757;
  margin: 20px 0;
  padding: 10px;
  font-size: 14px;
}

#research_wrapper li p {
  font-size: 14px;
}

#research_wrapper .research_answer {
  text-align: center;
  padding: 10px 0;
}

#research_wrapper .research_answer label:last-child {
  margin-left: 5px;
}

#research_wrapper input[type=radio] {
  display: none;
}

#research_wrapper label {
  border: 1px solid #9fa0a0;
  padding: 5px 10px;
  border-radius: 5px;
}

#research_wrapper input[type=radio]:checked + label {
  background-color: #e0e0e0;
}

#research_wrapper label:hover {
  cursor : pointer;
}

#research_wrapper #research_submit {
  display: block;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}

#research_wrapper #research_submit:hover {
  background-color: rgba(0,0,0,0.4);
  cursor : pointer;
}

/*--------------------------------
 Footer
---------------------------------*/
#footer-link-area {
  background-color: #fff;
}

#footer-link-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 1012px;
  margin: 0 auto;
}

#footer .logo {
  width: 250px;
  border-right: 2px solid #0093ee;
}

#footer .logo a {
  display: block;
  padding: 25px 25px 25px 0;;
}

#footer .logo img {
    /* height: 40px;
    width: auto; */
}

#footer .footer-link {
  width: 750px;
  padding: 10px;
}

#footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footer-link li {
  font-size: 14px;
  line-height: 1em;
  padding: 10px 0;
}

#footer .footer-link li:last-child {
  border: none;
}

#footer .footer-link li a {
  display: block;
  border-right: 1px solid #0093ee;
  color: #0093ee;
  padding: 0 15px;
}

#footer-copyright {
  background-color: #0093ee;
  padding: 30px;
  text-align: center;
}

#footer .copyright {
  color: #fff;
  display: block;
  width: 400px;
  margin: 0 auto;
}

/*--------------------------------
 ♡レイティング
---------------------------------*/
.rate{
position: relative;
display: inline-block;
letter-spacing: 0.2em;
font-size: 14px;
word-wrap: normal
}

.rate:after{
  font-family: "Font Awesome 5 Free";
/*  content: '\f004\f004\f004\f004\f004';*/
  content: '\f005\f005\f005\f005\f005';
  font-weight: 900;
}

.rate:before{
  font-family: "Font Awesome 5 Free";
/*  content: '\f004\f004\f004\f004\f004';*/
  content: '\f005\f005\f005\f005\f005';
  font-weight: 400;
}

.rate:before{
  color: #fcc501;
}

.rate:after{
  position: absolute;
  left:0;
  top:0;
  color: #fcc501;
  overflow: hidden;
}
.rate.rate0:after{
  width: 0;
}
.rate.rate0-5:after{
  width: 0.56em;
}
.rate.rate1:after{
  width: calc(1em + 0.33em);
}
.rate.rate1-5:after{
  width: calc(1.56em + 0.35em);
}
.rate.rate2:after{
  width: calc(2em + 0.33em);
}
.rate.rate2-5:after{
  width: calc(2.56em + 0.33em * 2);
}
.rate.rate3:after{
  width: calc(3em + 0.33em * 2);
}
.rate.rate3-5:after{
  width: calc(3.56em + 0.33em * 3);
}
.rate.rate4:after{
  width: calc(4em + 0.33em * 3);
}
.rate.rate4-5:after{
  width: calc(4.56em + 0.33em * 4);
}
.rate.rate5:after{
  width: calc(5em + 0.33em * 4);
}
.rate-value {
  /*color: #cd6377;*/
  font-size: 14px;
}

/*-----------------------------------------
 上へ戻るボタンスタイル
------------------------------------------*/
  #img_returnTop {
    position: fixed;
    z-index: 2000;
    right: 25px;
    bottom: 25px;
    width: 80px;
    height: 80px;
    display: none;
    opacity: 0.6;}
  #img_returnTop:hover {
    cursor: pointer;
    opacity: 1;}

/* 印刷時の不要項目非表示  */
@MEDIA print {
  header, footer {
    display: none;}
  #img_returnTop {
    display: none;}
}

/*-----------------------------------------
  パンくずリスト
------------------------------------------*/
.breadcrumb {
  margin-top: -35px;
  padding: 5px 0 5px 3px;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 11px;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*-----------------------------------------
  その他 共通スタイル
------------------------------------------*/
.hidden {
  display:none;
}
