@charset "utf-8";
/*
Theme Name:SOLARIS_CHILD
Template:solaris_tcd088
Version:2.0.4
*/


#main_contents{
position: unset;
width: 100%;
}
#bread_crumb ul{
padding:0 20px;
width: 100%;
}
#main_contents:after{
position: fixed;
    left: auto;
    right: 250px;
}
#main_col{
width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 300px 0 50px;
}
#side_col{
width: 250px;
position: fixed;
    right: 0;
    z-index: 100;
}
.header_fix #side_col{
margin-top:-60px;
}
#side_col .category_list_widget li a{
font-size: 0.95em;
}

#main_col .post_content .design_headline2{
margin: 100px 0 50px 0 !important;
}

.page-template-default #main_contents #main_col .post_content section{
margin:50px 0;
}

.page-template-default #main_contents #main_col .post_content a{
text-decoration: underline;
}


.iframe-content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.demo{
    width: 250px;
    margin: 50px auto;
    text-align:center;
}
.demo video{
display: inline-block;
    max-width: 100%;
}

.text-align-center{
text-align: center;
}

.chuki {
    font-size: 0.9em;
}

.margin-bottom{
margin-bottom:50px;
}
.margin-top{
margin-top:50px;
}

/* ロード中画像 */
#site_loader_overlay .logo_image img{
	width: 200px;
    height: auto;
}

/* ヘッダー */
#header #header_logo .logo img{
    max-width: 150px;
    height: auto;
}

/* font */
.design_headline3{
font-size: 1.3em !important;
    border-left: #015184 3px solid;
    padding-left: 10px !important;
}
.q_underline1{
font-size: 1.2em;
font-weight:bold;
}
.q_underline2.q_underline{
border-bottom-color: #99f9ff;
}
.main-color{
color:#015184;
}
.sub-color01{
color:#015184;
}

/* 画像エフェクト */
.img_fade {
	display: inline-block;
	position: relative;
}
.img_fade:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(90deg, transparent 0 60%, #FFF 90%);
}

/* 装飾 */
.arrow{
display: block;
margin: 50px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 65px 0 65px;
    border-color: #ddd transparent transparent transparent;
}

.speech_balloon_left1 .speach_balloon_text{
    background-color: #BAD7E9 !important;
    border-color: #BAD7E9 !important;
}
.speech_balloon_left1 .speach_balloon_text::before {
    border-right-color: #BAD7E9 !important;
}
.speech_balloon_left1 .speach_balloon_text::after {
    border-right-color: #BAD7E9 !important;
}
.speech_balloon_right1 .speach_balloon_text{
background-color: #EAEAEA !important;
    border-color: #EAEAEA !important;
}
.speech_balloon_right1 .speach_balloon_text::before {
    border-left-color: #EAEAEA !important;
}
.speech_balloon_right1 .speach_balloon_text::after {
    border-left-color: #EAEAEA !important;
}

/* リスト */
.post_content ul{
list-style: none;
margin-left:0;
}

.list_img li{
display: flex;
margin: 50px 0;
}
.list_img li:nth-child(2){
flex-direction:row-reverse;
}
.list_img li:nth-child(2) > div:last-child{
padding:0 50px 0 0;
}
.list_img li > div:first-child{
width: 40%;
min-width:40%;
}
.list_img li > div:last-child{
padding-left:50px;
}

.list_img2 li{
display: flex;
margin: 50px 0;
}
.list_img2 li > div:first-child{
min-width: 30%;
}
.list_img2 li > div:last-child{
padding-left:50px;
}

.list_line{
display: flex;
flex-wrap :wrap;
}
.list_line li{
width:225px;
height: 50px;
    margin: 7px;
    padding: 0;
    font-size: 0.9em;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    background: #f2f2f2;

}

.list_flow dl:after{
display:block;
content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 50px 65px 0 65px;
    border-color: #ddd transparent transparent transparent;

}
.list_flow dl:last-child:after{
display:none;
}

.list_flow dl dt{
background: #015184;
border: #015184 1px solid;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    min-width: 200px;
}
.list_flow dl dd{
padding: 10px;
    border: #f1f1f1 2px solid;
    border-radius: 0 5px 5px 5px;
}

.list_icon{
display:flex;
justify-content:space-between;
text-align:center;
}
.list_icon li{
margin: 50px 0;
width: 100%;
padding:10px;
}
.list_icon li img{
vertical-align: middle;
width: 70%;
}
.list_icon li > div:first-child{
    border-radius: 50%;
    padding: 25px;
    width: 150px;
    margin: 0 auto;
    height: 150px;
    line-height: 150px;
}
.list_icon li:nth-child(1) > div:first-child{
background: #fd7f01;
}
.list_icon li:nth-child(2) > div:first-child{
background: #6ebb1f;
}
.list_icon li:nth-child(3) > div:first-child{
background: #016dd9;
}

.list_block{
margin-top: 80px;
}
.list_block li{
position: relative;
    padding: 50px;
    border: #ccc 1px solid;
    margin-bottom:100px;
    background:#fff;
    
}
.list_block li h3{
position: absolute;
    background:#f1f1f1;
    top: -30px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.list_block li h3 > div:first-child{
background: #015184;
    color: #fff;
    padding: 10px 25px;
    font-size: 1.2em;
}
.list_block li h3 > div:last-child{
    padding: 10px 25px;
    color:#015184;
}

.list_box{
display:flex;
justify-content: space-between;
}
.list_box li{
    padding: 0;
    border: #ccc 1px solid;
    margin: 10px;
    background:#fff;
    width: 100%;
}
.list_box li:last-child{
   margin-right:0;
}
.list_box li h3{
    font-size: 1.1em;
    padding: 25px;
    color: #fff;
    margin:0;
}
.list_box li h3 span{
    display: block;
    text-align: center;
    background: #fff;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 1.3em;
}
.list_box li:nth-child(1) > h3{
background: #ECBC55;
}
.list_box li:nth-child(2) > h3{
background: #00A8CC;
}
.list_box li:nth-child(3) > h3{
background: #29C7AC;
}
.list_box li:nth-child(1) > h3 span{
background: #ECBC55;
}
.list_box li:nth-child(2) > h3 span{
background: #00A8CC;
}
.list_box li:nth-child(3) > h3 span{
background: #29C7AC;
}
.list_box li > div{
    text-align: center;
    padding:25px;
}
.list_box li img{
max-width: 250px;
margin: 10px 0;
}
.list_box.list_box_kaiketsu h3{
background:none !important;
}
.list_box.list_box_kaiketsu li > div{
padding:0 25px 25px 25px;
font-weight:bold;
}

.list_icon_wrap{
display: flex;
    flex-wrap: wrap;
}
.list_icon_wrap li{
width: 17%;
    padding: 10px;
    text-align:center;
}
.list_icon_wrap li > p{
 text-align:left;
}

.list_hikaku{
display: flex;
    justify-content: space-between;
    align-items: center;
    text-align:center;
    list-style: disc;
}
.list_hikaku li {
width:100%;
padding: 10px;
}
.list_hikaku li >div{
padding: 25px;
    border-radius: 25px;
    text-align:left;
}
.list_hikaku li >div h5{
text-align:center;
}
.list_hikaku li>div.good{
background:#BAD7E9;
margin-bottom: 20px;
}
.list_hikaku li>div.bad{
background:#EAEAEA;
}

/* レスポンシブ */
@media screen and (max-width:750px) {
.list_img li{
display:block;
}
.list_img li > div:first-child{
min-width: 100%;
}
.list_img li > div{
padding:10px 0 !important;
}

.list_line li{
width:40%;
}
.list_icon{
display:block;
}
.list_box{
display:block;
}
.list_box li{
margin:0 0 50px 0;
}

.list_icon_wrap li {
    width: 100%;
}

.list_hikaku {
    display: block;
}
.list_hikaku > li{
padding: 0;
    margin-bottom: 50px;
}

.list_block > li{
position: relative;
}
.list_block >li >h3{
left: 0;
    right: 0;
    align-items:stretch
}
.list_block >li h3 > div:first-child{
width: 10%;
}
.list_block >li h3 > div:last-child{
width: 90%;
}





}
