﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #00367f;}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
.txt_color3, .hvr_txt_color3:hover{color: #d8b5ed;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #00367f;}
.bg_color2, .hvr_bg_color2:hover{background-color: #f7f9fb;}
.bg_color3, .hvr_bg_color3:hover{background-color: #d8b5ed;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #00367f;}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
.border_color3, .hvr_border_color3:hover{border-color: #d8b5ed;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

.top_loader {
    background-color: #fff;
}
.top_loader .loader_txt {
    color: #00367f;
}
.button_container span {
    background-color: #00367f;
}

/* header */
.cms_link_box, .cms_link_box:hover{
    transition: 0.3s;
}
.header ul li a{
    color: #00367f;
}
.header ul li a:hover {
    color: #d8b5ed;
}

/* top ----------------*/

/* main img */
.menu .logo, .menu ul {background: none!important;}
.menu {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.cms_link div a {
    border-radius: 10px 0 0 10px;
}
.main_img_wrap .main_txt1 {
    top: 10%;
    right: 10%;
    width: 5%;
    max-width: 80px;
    z-index: 1;
}

/* main */

/* intro */


/* contents */
#question:before{
    background: none;
}
#question{
    background-color: #fff;
    background-image: url('./Dup/img/dot_02.png'),  url('./Dup/img/dot_01.png'),  url('./Dup/img/dot_03.png');
    background-position: top 10% left 5%, top 35% right 9%, bottom 2% right 40%;
    background-size: 290px,290px,200px;
    background-repeat: no-repeat;
}
#question .sliceTxt4, #question .sliceTxt5, #question .sliceTxt6 {
    font-size: calc(1rem + 14px);
    text-shadow: none;
}
#question .sliceTxt14, #question .sliceTxt15, #question .sliceTxt16, #question .sliceTxt17, #question .sliceTxt18, #question .sliceTxt19 {
    font-size: 80px;
    font-size: -webkit-calc(1rem + 30px);
    font-size: calc(1rem + 30px);
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
#question .box .box_item {
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    border-radius: 30px;
}
#page_title h2, #contents .box h3 {
    color: #00367f;
    font-size: 21px;
}
#contents .box figure {
    border-radius: 30px;
    margin-bottom: 100px;
}

/* topcms */


/* footer */
#footer .f_logo, #footer .f_logo .more{
    background-color: #fff;
}


/* under page */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_img_wrap .main_txt1 {
    top: 5%;
    width: 8%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.cms_link div a {
    border-radius: 0;
}
.main_img_wrap .main_txt1 {
    right: 5%;
    width: 9%;
}
#question {
    background-position: top 3% left 3%, top 69% right -15%, bottom 1% right 30%;
    background-size: 250px,220px,160px;
}
#question .txt {
    letter-spacing: 0.3px;
    font-size: 14px;
}
#question .box .box_item {
    padding: 30px 15px;
}
#question .txt .check {
    width: 26px;
    height: 33px;
    top: 0;
    padding-right: 5px;
}
.cms_1-a .cate_box:last-of-type {
    border-bottom: 1px solid #efefef;
}
}


/*20230310*/
.youtube_box {
    position: relative;
    width: 60%;
    padding-top: 36.25%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.youtube_box {
    width: 90%;
    padding-top: 56.25%;
}
}

