@charset "utf-8";

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;
}

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;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

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;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

img {
 image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #222;
}

p{font-size: 0.9rem}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

h1,h2,h3{
  font-feature-settings: "palt";
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


.palt{font-feature-settings: "palt";}
.font1rem{font-size: 1rem!important;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.PC-CSS { display: inline-block !important; }
.SP-CSS { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and  (max-width: 834px) {
.PC-CSS { display: none !important; }
.SP-CSS { display: inline-block !important;}
.SP-none{ display: none !important; }
}


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

＃コンテンツ内の幅（共通）

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

.section-wrap,.contents-section-wrap{
  max-width: 800px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #333;
}

.section-wrap{ padding: 4.5rem 0 6rem;}
.contents-section-wrap{padding: 2rem 0 2rem;}

.section-wrap p{ padding-bottom: 0.8rem;}
.contents-section-wrap p{padding-bottom: 0.5rem;}

@media only screen and  (max-width: 834px) {
.section-wrap{ padding: 2.5rem 1rem;}
.contents-section-wrap{padding:0rem 1rem 2.5rem;}
}

/*-- h1 title --*/ 

.page-title{
 background-color: #f2faff;
 text-align: center;
 padding: 2.8rem 0;
 line-height: 1.4;
}

.page-title h1{
  color:#2a3f5e;
  font-size: 1.5rem;
}

.page-title p{
  color:#3296c6;
  font-size: 0.9rem;
}


/*-- パンクズリスト --*/

.topic-list{
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #333;
}

.topic-list ul{display: flex;}

.topic-list li{
   position: relative;
   padding-right: 1.3rem;
}

.topic-list li:after {
    content: "";
    border: solid 2px #6dd1cd;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 3.5px);
    right:0.6rem;
    transform: rotate(45deg);
    width: 3px;
    height: 3px;
}

.topic-list li:last-child:after {content : none ;}


.topic-list a{
  color: #084e8f;
  text-decoration: underline;
}


@media only screen and  (max-width: 834px) {
.topic-list{
    padding: 1.5rem 1rem 0;
          overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
}
}


/*-- h2 title --*/ 
.content-title-h2{
    font-size: 1.5rem;
    position: relative;
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    color: #2a3f5e;
    display: flex;
}

.content-title-h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #dfebf2, #dfebf2 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #dfebf2, #dfebf2 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*h2タイトル飾りCSS*/

.ttl-point{
    position: relative;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 1rem;
}

.tpt01{
    width: 22px;
    height: 22px;
    border: 3px solid #6db2d1;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: calc(50% - 10px);
}

.tpt02{
    width: 20px;
    height: 20px;
    background: #95ddff;
    border-radius: 2px;
    position: absolute;
    top: 17px;
    right: calc(50% - 20px);
}


/*-- ページ内リンク --*/ 

.page-link{
    text-align: right;
    margin-top: 1rem;
}

.page-link a{
    color: #08649d;
    font-weight: bold;
    border: solid #6db2d1 1px;
    padding: 0.6rem 1.9rem 0.6rem 1.4rem;
    position: relative;
    transition : all 0.5s ease 0s;
}

.page-link a:after {
    content: "";
    border: solid 2px #6db2d1;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: calc(50% - 4.5px);
    right:0.6rem;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}

.page-link a:hover{ background: #e2f2ff;}


/*-- テキスト内イメージ --*/
.content-image {
    width: 100%;
    margin: 1rem 0;
}
.content-image img{width: 100%;}


/*-- テキスト内1/3イメージレイアウト --*/

.content-text-onethird-L,.content-text-onethird-R{
    display: flex;
}

.content-text-onethird-L img,.content-text-onethird-R img{
    width: 30%;
}

.content-text-onethird-L img{margin: 0 1rem 1rem 0;}
.content-text-onethird-R img{margin: 0 0 1rem 1rem;}

@media only screen and  (max-width: 834px) {
.content-text-onethird-L,.content-text-onethird-R{
    flex-direction: column;
}
.content-text-onethird-L img,.content-text-onethird-R img{
    width: 100%;
}

.content-text-onethird-L img{margin: 0 0 1rem 0;}
.content-text-onethird-R img{margin: 1rem 0 0 0;}

}

/*-- 星アイコン --*/

.star-kyupeen {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #71c3d8;
    display: inline-block;
    margin-right: 0.4rem;
}

.star-kyupeen__path:before,
.star-kyupeen__path:after {
    background-color: #fff;
    position: absolute;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    box-sizing: border-box;
}
.star-kyupeen__path.is-left:before {
    top: 10px;
    left: 0px;
    border-right: 1px solid #71c3d8;
    border-top: 1px solid #71c3d8;
    border-top-right-radius: 70%;
}
.star-kyupeen__path.is-left:after {
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #71c3d8;
    border-right: 1px solid #71c3d8;
    border-bottom-right-radius: 70%;
}
.star-kyupeen__path.is-right:before {
    top: 10px;
    left: 10px;
    border-top: 1px solid #71c3d8;
    border-left: 1px solid #71c3d8;
    border-top-left-radius: 70%;
}
.star-kyupeen__path.is-right:after {
    top: 0px;
    left: 10px;
    border-left: 1px solid #71c3d8;
    border-bottom: 1px solid #71c3d8;
    border-bottom-left-radius: 70%;
}
